@media (min-width: 768px) {
  .costaff__head, .events__head, .news__head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

.costaff__head-label, .events__head-label, .news__head-label {
  margin-right: 1.875em;
}

@media (max-width: 767px) {
  .costaff__head-link, .events__head-link, .news__head-link {
    display: block;
    margin-top: 0.5em;
  }
}

.costaff__head-link-text, .events__head-link-text, .news__head-link-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.14286;
  color: #000;
  text-decoration: underline;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.costaff__head-link-text:hover, .events__head-link-text:hover, .news__head-link-text:hover, .costaff__head-link-text:focus, .events__head-link-text:focus, .news__head-link-text:focus {
  color: #666666;
}

.costaff, .events, .hquons, .infobox-abonement, .infobox-about, .infobox-events__in, .infobox-partners, .infobox-reviews, .news {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

@media (max-width: 767px) {
  .costaff, .events, .hquons, .infobox-abonement, .infobox-about, .infobox-events__in, .infobox-partners, .infobox-reviews, .news {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
  }
}

/**
 * Returns the position of a value within a list. If the value isn't found,
 * returns `null` instead.
 *
 * Note that unlike some languages, the first item in a Sass list is number
 * 1, the second number 2, and so forth.
 *
 * This can return the position of a pair in a map as well.
 *
 * @example
 * index(1px solid red, solid) => 2
 * index(1px solid red, dashed) => null
 * index((width: 10px, height: 20px), (height 20px)) => 2
 * @overload index($list, $value)
 * @param $list [Sass::Script::Value::Base]
 * @param $value [Sass::Script::Value::Base]
 * @return [Sass::Script::Value::Number, Sass::Script::Value::Null] The
 * 1-based index of `$value` in `$list`, or `null`
 */
.costaff__link, .dopinfo__phone-link, .events__slider-item, .foo__logo-link, .foo__list-link, .foo__phone, .foo__mail, .foo__dev-link, .news__text, .socials__link, .switcher__link {
  text-decoration: none;
  color: inherit;
  outline: 0 none;
}

.foo__list, .socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

.events__slider-arrows .slick-arrow, .modal__close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 none;
  border: 0 none;
  background-color: transparent;
  font-size: 1em;
  line-height: 1;
  color: inherit;
  margin: 0;
  padding: 0;
}

.field__input, .field__textarea {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  border-radius: 0;
  background-color: transparent;
}

.field__input::-ms-clear, .field__textarea::-ms-clear {
  display: none;
}

/**
 * Returns the position of a value within a list. If the value isn't found,
 * returns `null` instead.
 *
 * Note that unlike some languages, the first item in a Sass list is number
 * 1, the second number 2, and so forth.
 *
 * This can return the position of a pair in a map as well.
 *
 * @example
 * index(1px solid red, solid) => 2
 * index(1px solid red, dashed) => null
 * index((width: 10px, height: 20px), (height 20px)) => 2
 * @overload index($list, $value)
 * @param $list [Sass::Script::Value::Base]
 * @param $value [Sass::Script::Value::Base]
 * @return [Sass::Script::Value::Number, Sass::Script::Value::Null] The
 * 1-based index of `$value` in `$list`, or `null`
 */
.blockquote {
  margin: 0;
  background-color: rgba(208, 2, 27, 0.07);
  padding: 4.56em;
}

@media (max-width: 767px) {
  .blockquote {
    padding: 2.56em;
  }
}

.blockquote:before {
  content: '';
  width: 1.75em;
  height: 2.4375em;
  background-image: url("../img/quote-left.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1.75em 2.4375em;
  position: absolute;
  top: 2.5em;
  left: 2.5em;
}

@media (max-width: 767px) {
  .blockquote:before {
    font-size: 0.65em;
  }
}

.blockquote:after {
  content: '';
  width: 1.75em;
  height: 2.4375em;
  background-image: url("../img/quote-right.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1.75em 2.4375em;
  position: absolute;
  bottom: 2.5em;
  right: 2.5em;
}

@media (max-width: 767px) {
  .blockquote:after {
    font-size: 0.65em;
  }
}

.blockquote p {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4375;
  color: #000;
}

@media (max-width: 767px) {
  .blockquote p {
    font-size: 0.875em;
    line-height: 1.5;
  }
}

.blockquote p:not(:last-child) {
  margin-bottom: 1.14286em;
}

.blockquote p.text-right {
  text-align: right;
}

.costaff_with-bg-color {
  background-color: #F2F2F2;
}

.costaff__grid {
  margin-top: 1.5em;
  margin-bottom: -1em;
}

.costaff__metro {
  min-height: 1.5625em;
  padding: 0.4375em 0.75em;
  display: inline-block;
  border: 0.0625em solid #000;
  border-radius: 5.25em;
  margin-top: 2.5em;
}

.costaff__metro-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.costaff__metro_sun {
  border-color: #FEA410;
}

.costaff__metro_sun .costaff__metro-text {
  color: #FEA410;
}

.costaff__metro_monza {
  border-color: #D0021B;
}

.costaff__metro_monza .costaff__metro-text {
  color: #D0021B;
}

.costaff__metro_deluge {
  border-color: #7C54A4;
}

.costaff__metro_deluge .costaff__metro-text {
  color: #7C54A4;
}

.costaff__link {
  display: block;
}

.costaff__link:hover .costaff__coutch-name-text,
.costaff__link:focus .costaff__coutch-name-text {
  text-decoration: underline;
  opacity: 1;
}

.costaff__link:hover .costaff__coutch-img,
.costaff__link:focus .costaff__coutch-img {
  opacity: 0.80;
}

.costaff__coutch-img {
  display: block;
  width: 100%;
  height: auto;
  -o-transition: opacity 0.3s linear 0.15s;
  transition: opacity 0.3s linear 0.15s;
  -webkit-backface-visibility: hidden;
}

.costaff__coutch-name {
  margin-top: 1em;
}

.costaff__coutch-name-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.45;
  color: #000;
}

.dopinfo {
  padding: 1em;
  border: 0.0625em solid #000;
}

.dopinfo__text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4375;
  color: #000;
}

.dopinfo__foo {
  margin-top: 1em;
}

.dopinfo__phone-link {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.4375;
  color: #D0021B;
  white-space: nowrap;
}

.dowbooklet {
  position: relative;
  padding: 1em;
  border: 0.0625em solid #000;
}

@media (max-width: 767px) {
  .dowbooklet {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .dowbooklet {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}

.dowbooklet__icon {
  display: block;
  width: 2.8125em;
  height: 3.75em;
}

@media (max-width: 767px) {
  .dowbooklet__icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.dowbooklet__text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.1;
  color: #000;
}

@media (max-width: 767px) {
  .dowbooklet__text {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .dowbooklet__text {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.dowbooklet__text p {
  margin: 0;
}

.dowbooklet__btn {
  width: 6.5em;
  height: 2.875em;
}

@media (max-width: 767px) {
  .dowbooklet__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.dowbooklet__btn .btn__text {
  font-size: 1em;
}

.events {
  padding-bottom: 0 !important;
  background-color: #F2F2F2;
}

.events__slider:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .events__slider:before {
    width: 7%;
  }
}

.events__slider:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10%;
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .events__slider:after {
    width: 7%;
  }
}

.events__slider-container {
  position: relative;
  padding-top: 2.125em;
  padding-bottom: 6.875em;
}

@media (max-width: 767px) {
  .events__slider-container {
    padding-top: 0.5625em;
    padding-bottom: 3.4375em;
  }
}

.events__slider div {
  outline: 0 none;
}

.events__slider-item {
  outline: 0 none;
  overflow: hidden;
  padding: 1em;
  position: relative;
  width: 18.75em !important;
  height: 25em;
}

.events__slider-item:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  left: 1em;
  bottom: 1em;
  border-radius: 0.25em;
}

.events__slider-item-metro {
  background: #fff;
  border-radius: 4.5625em;
  min-height: 1.5625em;
  padding: 0.3125em 1em;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 2em;
  right: 2em;
}

.events__slider-item-metro-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.events__slider-item-metro-text_sun {
  color: #FEA410;
}

.events__slider-item-metro-text_monza {
  color: #D0021B;
}

.events__slider-item-metro-text_deluge {
  color: #7C54A4;
}

.events__slider-item-content {
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1em;
  z-index: 2;
  padding: 1em;
}

.events__slider-item-date {
  margin-bottom: 0.75em;
}

.events__slider-item-date-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.events__slider-item-info-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  color: #fff;
}

.events__slider-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25em;
  box-shadow: 0 0.125em 0.25em 0.1875em rgba(237, 237, 237, 0.5);
  position: relative;
  z-index: 0;
  -o-transition: opacity 0.3s linear 0.15s;
  transition: opacity 0.3s linear 0.15s;
}

.events__slider-item:hover .events__slider-img,
.events__slider-item:focus .events__slider-img {
  opacity: 0.80;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.events__slider-arrows {
  height: 2.5625em;
  position: absolute;
  bottom: 2.8125em;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .events__slider-arrows {
    bottom: 1.0625em;
  }
}

.events__slider-arrows .slick-arrow {
  display: block;
  position: absolute;
  width: 1.3125em;
  height: 2.5625em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1.3125em 2.5625em;
}

.events__slider-arrows .slick-arrow:before {
  display: none;
}

.events__slider-arrows .slick-arrow.slick-prev {
  background-image: url("../img/events/events-arrow-left.svg");
  left: 30%;
}

.events__slider-arrows .slick-arrow.slick-next {
  background-image: url("../img/events/events-arrow-right.svg");
  right: 30%;
}

.field {
  position: relative;
  width: 100%;
}

.field__inner {
  position: relative;
  width: 100%;
}

.field__label {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.125;
  color: #fff;
  margin-bottom: 0.4375em;
  display: block;
}

.field__input {
  width: 100%;
  font-family: circe, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.125;
  color: #fff;
  border: 0.0625em solid #fff;
  height: 2.75em;
  padding-left: 1em;
  padding-right: 1em;
}

.field__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field__textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: circe, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.125;
  color: #fff;
  border: 0.0625em solid #fff;
  border-radius: 0.3125em;
  min-height: 9.375em;
  max-height: 21.875em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.field__textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field__textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.field_dark .field__label {
  font-family: circe, sans-serif;
  font-weight: 300;
  color: #000;
}

.field_dark .field__input,
.field_dark .field__textarea {
  color: #000;
  border-color: transparent;
  background-color: #fff;
}

.field_dark .field__input::-webkit-input-placeholder,
.field_dark .field__textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.field_dark .field__input::-moz-placeholder,
.field_dark .field__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.field_dark .field__input:-moz-placeholder,
.field_dark .field__textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.field_dark .field__input:-ms-input-placeholder,
.field_dark .field__textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.field_light .field__label {
  font-family: circe, sans-serif;
  font-weight: 300;
  color: #fff;
}

.field_light .field__input,
.field_light .field__textarea {
  color: #000;
  border-color: transparent;
  background-color: #fff;
}

.field_light .field__input::-webkit-input-placeholder,
.field_light .field__textarea::-webkit-input-placeholder {
  color: #8F8F8F;
  opacity: 1;
}

.field_light .field__input::-moz-placeholder,
.field_light .field__textarea::-moz-placeholder {
  color: #8F8F8F;
  opacity: 1;
}

.field_light .field__input:-moz-placeholder,
.field_light .field__textarea:-moz-placeholder {
  color: #8F8F8F;
  opacity: 1;
}

.field_light .field__input:-ms-input-placeholder,
.field_light .field__textarea:-ms-input-placeholder {
  color: #8F8F8F;
  opacity: 1;
}

.field__error-placement .error {
  display: inline-block;
  margin-top: 0.25em;
  color: #fff;
}

.field__error-placement_black .error {
  display: inline-block;
  margin-top: 0.25em;
  color: #000;
}

.field__input.error, .field__textarea.error {
  box-shadow: 0 0 0.0625em 0.125em red;
}

.foo {
  position: relative;
  padding-top: 1.5625em;
  border-top: 0.0625em solid #D0021B;
}

.foo__top {
  padding-bottom: 1.25em;
}

.foo__logo {
  display: block;
  width: 10.4375em;
  height: 3.5625em;
}

@media (max-width: 767px) {
  .foo__logo {
    margin-bottom: 1.5em;
    font-size: 0.75em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .foo__logo {
    font-size: 0.75em;
  }
}

.foo__addresses-tooltip {
  margin-top: 1em;
}

.foo__label {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .foo__label {
    padding-top: 1em;
  }
}

.foo__list {
  margin-top: 1.5em;
}

.foo__list-item:not(:last-child) {
  margin-bottom: 0.5em;
}

.foo__list-link {
  font-family: circe, sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.14286;
  color: #000;
}

.foo__list-link:hover, .foo__list-link:focus {
  text-decoration: underline;
}

.foo__phone {
  display: inline-block;
  white-space: nowrap;
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.09091;
  color: #000;
  margin-top: 0.22727em;
}

.foo__mail {
  margin-top: 1.25em;
}

.foo__mail:hover .foo__mail-text,
.foo__mail:focus .foo__mail-text {
  text-decoration: underline;
}

.foo__mail-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.14286;
  color: #000;
}

.foo__socials {
  margin-top: 2.1875em;
}

.foo__socials-label {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.14286;
  color: #000;
}

.foo__socials-list {
  margin-top: 1em;
}

.foo__dev {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.14286;
  color: #fff;
  background-color: #000;
}

.foo__dev-inner {
  min-height: 2.5em;
  padding-top: 0.9375em;
  padding-bottom: 0.75em;
}

@media (max-width: 767px) {
  .foo__dev-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .foo__dev-inner {
    padding-top: 0.625em;
    padding-bottom: 0.4375em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .foo__dev-text:first-child {
    margin-bottom: 0.75em;
  }
}

.foo__dev-link {
  display: inline-block;
  vertical-align: middle;
}

.foo__dev-link:hover, .foo__dev-link:focus {
  text-decoration: underline;
}

.foo__dev-icon {
  display: inline-block;
  vertical-align: middle;
  width: 4.3125em;
  height: 1.3125em;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.foo__dev-icon:hover, .foo__dev-icon:focus {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .form__row {
    display: -webkit-flex;
    display: flex;
  }
}

.form__col {
  padding: 1em;
}

@media (min-width: 768px) {
  .form__col_one-third {
    width: 33.33%;
  }
}

.form__btn {
  width: 100%;
  height: 4.8125em;
}

.hquons__inner {
  padding: 1.50em;
  background-color: #D0021B;
  overflow: hidden;
}

.hquons__grid-col {
  position: relative;
}

.hquons__content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.hquons__content-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.hquons__label {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  .hquons__label {
    text-align: center;
  }
}

.hquons__label-text {
  font-family: circe, sans-serif;
  font-weight: 300;
  font-size: 1.5625em;
  line-height: 1.08;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hquons__label-text {
    font-size: 1.5625em;
    line-height: 1.08;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hquons__label-text {
    font-size: 1.875em;
    line-height: 1.06667;
  }
}

@media (min-width: 1200px) {
  .hquons__label-text {
    font-size: 2.5em;
    line-height: 1.05;
  }
}

.hquons__text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.33333;
  color: #fff;
}

@media (max-width: 767px) {
  .hquons__text {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hquons__text {
    font-size: 1em;
    line-height: 1.3125;
  }
}

@media (min-width: 992px) {
  .hquons__text {
    font-size: 1.1875em;
    line-height: 1.26316;
  }
}

@media (max-width: 767px) {
  .hquons__text br {
    display: none;
  }
}

.hquons__img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hquons__img {
    position: relative;
    left: -10%;
  }
}

@media (min-width: 768px) {
  .hquons__form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .hquons__form {
    font-size: 0.75em;
    padding: 1.5em;
  }
}

.hquons__form-field:not(:last-child) {
  margin-bottom: 1.5em;
}

.hquons__form-submit {
  width: 100%;
  max-width: 8.875em;
  height: 2.875em;
  margin-left: auto;
  margin-right: auto;
}

.hquons__form-submit-wrap {
  margin-top: 1.5em;
}

.hquons__form-submit .btn__text {
  font-size: 1em;
  line-height: 1;
}

.img-prop {
  position: relative !important;
}

.img-prop__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.img-prop--16-to-9:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

@media (max-width: 767px) {
  .infobox-abonement__title {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (min-width: 768px) {
  .infobox-abonement__title {
    margin-left: 3.4375em;
  }
}

.infobox-abonement__title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.25em;
  line-height: 1.30556;
}

.infobox-abonement__items {
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .infobox-abonement__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5625em;
    margin-right: -0.5625em;
  }
}

.infobox-abonement__item {
  margin-bottom: 1.125em;
}

@media (min-width: 768px) {
  .infobox-abonement__item {
    width: 50%;
    padding-left: 0.5625em;
    padding-right: 0.5625em;
  }
}

.infobox-abonement__item-in {
  position: relative;
  min-height: 21.8125em;
}

.infobox-abonement__bg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
  font-family: "object-fit: cover; object-position: center right;";
}

@media (max-width: 767px) {
  .infobox-abonement__bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: -150px center;
    object-position: -150px center;
    font-family: "object-fit: cover; object-position: -150px center;";
  }
}

.infobox-abonement__content {
  position: relative;
  z-index: 1;
  padding: 1.5em;
}

@media (min-width: 768px) {
  .infobox-abonement__content {
    padding-top: 4.0625em;
    padding-left: 4.0625em;
    padding-bottom: 4.0625em;
    padding-right: 4.0625em;
  }
}

.infobox-abonement__price-box {
  max-width: 20em;
}

@media (min-width: 768px) {
  .infobox-abonement__price-box {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
}

.infobox-abonement__price-now {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.27778;
}

@media (min-width: 768px) {
  .infobox-abonement__price-now {
    margin-right: 0.66667em;
  }
}

.infobox-abonement__price-old {
  font-family: circe, sans-serif;
  font-weight: 400;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1.125em;
  line-height: 1.33333;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .infobox-abonement__price-old {
    margin-top: 0.55556em;
  }
}

@media (min-width: 768px) {
  .infobox-abonement__price-old {
    margin-right: 1.33333em;
  }
}

.infobox-abonement__price-discoint {
  font-family: circe, sans-serif;
  font-weight: 700;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #D0021B;
  font-size: 1.5em;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .infobox-abonement__price-discoint {
    margin-top: 0.55556em;
    margin-left: 20px;
  }
}

.infobox-abonement__text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.55556;
  margin-top: 1.33333em;
  max-width: 13.88889em;
}

.infobox-abonement__btn-wrap {
  margin-top: 1.5em;
}

.infobox-abonement__btn {
  width: 11.875em;
  height: 2.875em;
}

.infobox-abonement__item-in_dark-bg {
  position: relative;
}

.infobox-abonement__item-in_dark-bg .infobox-abonement__price-now {
  color: #000;
}

.infobox-abonement__item-in_dark-bg .infobox-abonement__price-old {
  color: #000;
}

.infobox-abonement__item-in_dark-bg .infobox-abonement__text {
  color: #000;
}

.infobox-abonement__item-in_light-bg {
  position: relative;
}

@media (max-width: 767px) {
  .infobox-abonement__item-in_light-bg {
    background-color: #EBEBED;
  }
  .infobox-abonement__item-in_light-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(235, 235, 237, 0.8);
    z-index: 1;
    pointer-events: none;
  }
}

.infobox-abonement__item-in_light-bg .infobox-abonement__price-now {
  color: #000;
}

.infobox-abonement__item-in_light-bg .infobox-abonement__price-old {
  color: #8F8F8F;
}

.infobox-abonement__item-in_light-bg .infobox-abonement__text {
  color: #8F8F8F;
}

.infobox-about {
  background-color: #F9F9F9;
}

@media (min-width: 1024px) {
  .infobox-about__in {
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 1023px) {
  .infobox-about__gallery {
    margin-bottom: 1.1875em;
  }
}

@media (min-width: 1024px) {
  .infobox-about__gallery {
    min-width: 52%;
    width: 52%;
    margin-right: 1.1875em;
  }
}

.infobox-about__gallery-main {
  position: relative;
}

.infobox-about__gallery-main--full-size {
  height: 100%;
  width: 100%;
}

.infobox-about__gallery-main--full-size .img-prop {
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .infobox-about__gallery-main--full-size .img-prop:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
}

.infobox-about .infobox-about__gallery-main-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.infobox-about__gallery-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.infobox-about__gallery-item {
  width: 33.33%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 1.1875em;
}

.infobox-about__content {
  padding-top: 1.78125em;
  padding-bottom: 2.03125em;
  padding-left: 1.875em;
  padding-right: 1.875em;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .infobox-about__content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 3.75em;
    padding-right: 3.75em;
  }
}

.infobox-about__title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.25em;
  line-height: 1.30556;
}

.infobox-about__words {
  margin-top: 1.25em;
}

.infobox-about__words p {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #000;
}

.infobox-about__words p:not(:last-child) {
  margin-bottom: 1.25em;
}

.infobox-about__btn-wrap {
  margin-top: 1.875em;
}

.infobox-about__btn {
  max-width: 11.8125em;
  height: 2.875em;
}

.infobox-events__in {
  background-color: #fff;
}

@media (max-width: 767px) {
  .infobox-events__title {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (min-width: 768px) {
  .infobox-events__title {
    margin-left: 3.4375em;
  }
}

.infobox-events__title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.25em;
  line-height: 1.30556;
}

.infobox-events__rotator {
  padding-left: 1.71875em;
  padding-right: 1.71875em;
  position: relative;
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .infobox-events__rotator {
    padding-left: 3.4375em;
    padding-right: 3.4375em;
  }
}

.infobox-events__rotator .swiper-container {
  margin-left: -0.625em;
  margin-right: -0.625em;
}

.infobox-events__rotator .swiper-slide {
  box-sizing: border-box;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.infobox-events__rotator .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.infobox-events__rotator-control {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 200;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

@media (max-width: 767px) {
  .infobox-events__rotator-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .infobox-events__rotator-control {
    top: 4.8125em;
  }
}

.infobox-events__rotator-control svg path {
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.infobox-events__rotator-control:hover svg path {
  fill: red !important;
}

.infobox-events__rotator-control_left {
  left: -0.625em;
}

@media (min-width: 768px) {
  .infobox-events__rotator-control_left {
    left: 1.25em;
  }
}

.infobox-events__rotator-control_right {
  right: -0.625em;
}

@media (min-width: 768px) {
  .infobox-events__rotator-control_right {
    right: 1.25em;
  }
}

.infobox-events__item-in {
  position: relative;
}

.infobox-events__item-head {
  text-decoration: none;
  color: inherit;
  outline: 0 none;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.infobox-events__item-head:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.infobox-events__item-head-label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.75em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-color: #fff;
  margin-left: -0.625em;
  padding-left: 1.5em;
  padding-right: 0.875em;
}

@media (max-width: 767px) {
  .infobox-events__item-head-label {
    font-size: 0.75em;
  }
}

.infobox-events__item-head-label-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  color: #D0021B;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.infobox-events__item-head-pic {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}

.infobox-events__item-head-date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.75em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-color: #fff;
  margin-right: -0.625em;
  padding-right: 1.5em;
  padding-left: 0.875em;
}

@media (max-width: 767px) {
  .infobox-events__item-head-date {
    font-size: 0.75em;
  }
}

.infobox-events__item-head-date-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  color: #8F8F8F;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.infobox-events__item-body {
  margin-top: 2em;
}

.infobox-events__item-body-title-link {
  text-decoration: none;
  color: inherit;
  outline: 0 none;
}

.infobox-events__item-body-title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.45833;
  color: #000;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .infobox-events__item-body-title-text {
    font-size: 2em;
    line-height: 1.34375;
  }
}

.infobox-events__item-body-title:hover .infobox-events__item-body-title-text {
  color: #D0021B;
}

.infobox-events__item-body-words {
  margin-top: 0.75em;
}

.infobox-events__item-body-words-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #8F8F8F;
}

@media (min-width: 768px) {
  .infobox-events__item-body-words-text {
    font-size: 1.125em;
    line-height: 1.44444;
  }
}

.infobox-events__item-body-more {
  text-decoration: none;
  color: inherit;
  outline: 0 none;
  margin-top: 1.5em;
  display: inline-block;
  vertical-align: baseline;
}

.infobox-events__item-body-more-in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.infobox-events__item-body-more-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #8F8F8F;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .infobox-events__item-body-more-text {
    font-size: 1.125em;
    line-height: 1.44444;
  }
}

.infobox-events__item-body-more-icon {
  min-width: 0.5625em;
  width: 0.5625em;
  height: 0.3125em;
  margin-left: 0.25em;
}

.infobox-events__item-body-more:hover .infobox-events__item-body-more-text {
  color: #D0021B;
}

.infobox-offer-slider {
  background-color: #000;
}

.infobox-offer-slider__wrapper-center-top {
  z-index: 10;
}

.infobox-offer-slider__wrapper-center-bottom {
  z-index: 50;
}

@media (max-width: 767px) {
  .infobox-offer-slider__wrapper-center-bottom {
    display: none;
  }
}

.infobox-offer-slider .swiper-container {
  margin-left: -1em;
  margin-right: -1em;
}

.infobox-offer-slider .swiper-container .swiper-slide {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .infobox-offer-slider .swiper-container .swiper-slide {
    padding-top: 9.875rem;
    padding-bottom: 12.75em;
  }
}

@media (min-width: 768px) {
  .infobox-offer-slider__img-main-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

.infobox-offer-slider__img-main {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}

@media (max-width: 767px) {
  .infobox-offer-slider__img-main {
    display: none !important;
  }
}

.infobox-offer-slider__img-main-mobile {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .infobox-offer-slider__img-main-mobile {
    display: none !important;
  }
}

.infobox-offer-slider__content {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 31.8125em;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .infobox-offer-slider__content {
    padding-top: 1.9375rem;
    padding-bottom: 2.5rem;
  }
}

.infobox-offer-slider__title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.25em;
  line-height: 1.30556;
}

.infobox-offer-slider__words {
  margin-top: 1.25em;
}

.infobox-offer-slider__words p {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  color: #fff;
}

.infobox-offer-slider__words p:not(:last-child) {
  margin-bottom: 1.11111em;
}

.infobox-offer-slider__btn-wrap {
  margin-top: 1.875em;
}

.infobox-offer-slider__btn {
  max-width: 18.875em;
  height: 2.875em;
}

@media (min-width: 1024px) {
  .infobox-offer-slider__btn {
    margin-left: 0.625rem;
  }
}

.infobox-offer-slider__thumbs {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.625em;
  margin-right: -0.625em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.625em;
}

.infobox-offer-slider__thumb {
  width: 20%;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.infobox-offer-slider__thumb.is-active .infobox-offer-slider__thumb-in:after {
  opacity: 1;
}

.infobox-offer-slider__thumb-in {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0.125em 0.3125em rgba(208, 2, 27, 0.15);
}

.infobox-offer-slider__thumb-in:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.infobox-offer-slider__thumb-in:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 0.25em;
  background-color: #d0021b;
  opacity: 0;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.infobox-offer-slider__thumb-pic {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}

.infobox-offer-static {
  background-color: #000;
  padding-top: 1.875rem;
}

@media (min-width: 768px) {
  .infobox-offer-static {
    padding-top: 7.1875rem;
  }
}

.infobox-offer-static__in {
  position: relative;
}

.infobox-offer-static__bg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}

.infobox-offer-static__main {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .infobox-offer-static__main {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .infobox-offer-static__content {
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) {
  .infobox-offer-static__content {
    min-width: 50%;
    width: 50%;
    padding-right: 4.375em;
  }
}

@media (max-width: 767px) {
  .infobox-offer-static__pic-wrap {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .infobox-offer-static__pic-wrap {
    min-width: 50%;
    width: 50%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .infobox-offer-static__pic {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .infobox-offer-static__pic {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: contain; object-position: center center;";
  }
}

.infobox-offer-static__title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.30556;
  color: #fff;
}

@media (min-width: 768px) {
  .infobox-offer-static__title-text {
    font-size: 3.25em;
    line-height: 1.09615;
  }
}

.infobox-offer-static__words {
  margin-top: 1.25em;
}

.infobox-offer-static__words p {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 768px) {
  .infobox-offer-static__words p {
    font-size: 2.25em;
    line-height: 1.30556;
  }
}

.infobox-offer-static__words p:not(:last-child) {
  margin-bottom: 0.55556em;
}

.infobox-offer-static__info {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625em;
  margin-right: -0.625em;
}

@media (max-width: 767px) {
  .infobox-offer-static__info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em;
  }
}

@media (min-width: 768px) {
  .infobox-offer-static__info {
    margin-top: 4.75em;
  }
}

.infobox-offer-static__info-item {
  padding-left: 0.625em;
  padding-right: 0.625em;
  margin-top: 1.25em;
}

@media (max-width: 767px) {
  .infobox-offer-static__info-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .infobox-offer-static__info-item {
    width: 25%;
  }
}

.infobox-offer-static__info-item-in {
  padding: 2.5em 1.25em;
  position: relative;
  min-height: 10.5625em;
}

@media (max-width: 767px) {
  .infobox-offer-static__info-item-in {
    font-size: 0.80em;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .infobox-offer-static__info-item-in {
    font-size: 1.25vw;
  }
}

@media (min-width: 768px) {
  .infobox-offer-static__info-item-in {
    min-height: 10.5625em;
  }
}

.infobox-offer-static__info-item-in:hover .infobox-offer-static__info-num {
  color: #E8011D;
}

.infobox-offer-static__info-item-in:hover .infobox-offer-static__info-text {
  color: #fff;
}

.infobox-offer-static__info-item-noise {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
  opacity: 0.20;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.infobox-offer-static__info-item-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.infobox-offer-static__info-num {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 3.25em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.25em;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.infobox-offer-static__info-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.27778;
  color: rgba(255, 255, 255, 0.5);
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  min-width: 110px;
}

@media (max-width: 767px) {
  .infobox-order__out {
    background-color: #DDE2E4;
    margin-left: -1em;
    margin-right: -1em;
  }
}

.infobox-order__in {
  position: relative;
  background-color: #DDE2E4;
}

@media (max-width: 568px) {
  .infobox-order__in {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    max-width: 18.125em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 569px) {
  .infobox-order__in {
    padding-top: 4.0625em;
    padding-right: 4.375em;
    padding-bottom: 4.5em;
  }
}

.infobox-order__bg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}

@media (max-width: 568px) {
  .infobox-order__bg {
    display: none;
  }
}

.infobox-order__form {
  position: relative;
  z-index: 1;
}

@media (min-width: 569px) {
  .infobox-order__form {
    max-width: 23.4375em;
    margin-left: auto;
  }
}

.infobox-order__form-title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.30556;
  color: #000;
}

.infobox-order__form-fields {
  margin-top: 0.75em;
}

@media (min-width: 569px) {
  .infobox-order__form-fields {
    margin-top: 0.625em;
  }
}

.infobox-order__form-field:not(:last-child) {
  margin-bottom: 1.1875em;
}

.infobox-order__form-field .select .select2-container--default .select2-selection--single, .infobox-order__form-field .select .select2-container--default .select2-selection--single .select2-selection__rendered, .infobox-order__form-field .select .select2-selection__placeholder {
  display: block;
  height: 2.75em;
  line-height: 2.75em;
}

.infobox-order__form-field .select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  outline: 0 none !important;
}

.infobox-order__form-field .select .select2-selection--single .select2-selection__placeholder, .infobox-order__form-field .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: circe, sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #8F8F8F;
}

.infobox-order__form-field .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 1em;
}

.infobox-order__form-field .select__dropdown .select2-results__option {
  font-family: circe, sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding-left: 1em;
}

.infobox-order__form-field .select__dropdown .select2-dropdown {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
}

@media (min-width: 569px) {
  .infobox-order__form-field_promoceode {
    padding-left: 1.0625em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media (max-width: 568px) {
  .infobox-order__form-field-label {
    margin-bottom: 0.625em;
  }
}

@media (min-width: 569px) {
  .infobox-order__form-field-label {
    margin-right: 1.25em;
  }
}

.infobox-order__form-field-label-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1;
  color: #D0021B;
}

@media (min-width: 569px) {
  .infobox-order__form-field-promocode {
    min-width: 9.875em;
    width: 9.875em;
  }
}

.infobox-order__form-agree {
  margin-top: 0.6875em;
}

.infobox-order__form-agree-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.14286;
  color: #ADADAD;
}

.infobox-order__form-submit-wrap {
  margin-top: 2em;
  padding-left: 0.375em;
}

.infobox-order__form-submit {
  height: 2.875em;
  width: 8.875em;
}

.infobox-order .error {
  margin-top: 0.625em;
  color: red;
}

@media (max-width: 767px) {
  .infobox-partners__title {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (min-width: 768px) {
  .infobox-partners__title {
    margin-left: 3.4375em;
  }
}

.infobox-partners__title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.25em;
  line-height: 1.30556;
}

.infobox-partners__items {
  margin-top: 1.6875em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.4375em;
  margin-right: -1.4375em;
}

.infobox-partners__item {
  padding-left: 1.4375em;
  padding-right: 1.4375em;
  margin-bottom: 2.875em;
}

@media (max-width: 767px) {
  .infobox-partners__item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .infobox-partners__item {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .infobox-partners__item {
    width: 20%;
  }
}

.infobox-partners__item-link {
  text-decoration: none;
  color: inherit;
  outline: 0 none;
  display: block;
}

.infobox-partners .infobox-partners__item-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
}

.infobox-reviews {
  background-color: #F9F9F9;
}

@media (max-width: 767px) {
  .infobox-reviews__title {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (min-width: 768px) {
  .infobox-reviews__title {
    margin-left: 3.4375em;
  }
}

.infobox-reviews__title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.25em;
  line-height: 1.30556;
}

.infobox-reviews__rotator {
  position: relative;
  margin-top: 1.6875em;
}

.infobox-reviews__rotator .swiper-container {
  overflow: visible;
  width: 100%;
}

@media (min-width: 768px) {
  .infobox-reviews__rotator .swiper-container {
    width: 38.8125em;
    margin-left: auto;
    margin-right: auto;
  }
}

.infobox-reviews__rotator .swiper-slide {
  box-sizing: border-box;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.infobox-reviews__rotator .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.infobox-reviews__rotator-control {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 200;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

@media (max-width: 767px) {
  .infobox-reviews__rotator-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .infobox-reviews__rotator-control {
    top: 9.375em;
  }
}

.infobox-reviews__rotator-control svg path {
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.infobox-reviews__rotator-control:hover svg path {
  fill: red !important;
}

.infobox-reviews__rotator-control_left {
  left: -0.625em;
}

@media (min-width: 768px) {
  .infobox-reviews__rotator-control_left {
    left: 1.25em;
  }
}

.infobox-reviews__rotator-control_right {
  right: -0.625em;
}

@media (min-width: 768px) {
  .infobox-reviews__rotator-control_right {
    right: 1.25em;
  }
}

.swiper-slide:not(.swiper-slide-active) .infobox-reviews__item-in {
  pointer-events: none;
}

.infobox-reviews__item-in {
  position: relative;
  box-shadow: 0 0.25em 3.75em rgba(0, 0, 0, 0);
}

.swiper-slide.swiper-slide-active .infobox-reviews__item-in {
  box-shadow: 0 0.25em 3.75em rgba(0, 0, 0, 0.05);
}

.infobox-reviews__item-head {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.infobox-reviews__item-head:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.infobox-reviews .infobox-reviews__item-head-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.swiper-slide.swiper-slide-active .infobox-reviews__item-head-play {
  opacity: 0.6;
  z-index: 20;
}

.infobox-reviews__item-head-overlay-prev {
  background: -o-linear-gradient(left, #F9F9F9 51.69%, rgba(255, 255, 255, 0) 202.98%);
  background: linear-gradient(90deg, #F9F9F9 51.69%, rgba(255, 255, 255, 0) 202.98%);
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.swiper-slide.swiper-slide-prev .infobox-reviews__item-head-overlay-prev {
  opacity: 1;
}

.infobox-reviews__item-head-overlay-next {
  background: -o-linear-gradient(right, #F9F9F9 51.61%, rgba(255, 255, 255, 0) 203.06%);
  background: linear-gradient(270deg, #F9F9F9 51.61%, rgba(255, 255, 255, 0) 203.06%);
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.swiper-slide.swiper-slide-next .infobox-reviews__item-head-overlay-next {
  opacity: 1;
}

.infobox-reviews__item-head-pic {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.infobox-reviews__item-body {
  background-color: #fff;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  pointer-events: none;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .infobox-reviews__item-body {
    padding-top: 1.75em;
    padding-bottom: 3.75em;
    padding-left: 4.375em;
    padding-right: 4.375em;
  }
}

.swiper-slide.swiper-slide-active .infobox-reviews__item-body {
  opacity: 1;
  pointer-events: auto;
}

.infobox-reviews__item-body-title-link {
  text-decoration: none;
  color: inherit;
  outline: 0 none;
  display: block;
}

.infobox-reviews__item-body-title-text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.45833;
  color: #000;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .infobox-reviews__item-body-title-text {
    font-size: 2em;
    line-height: 1.34375;
  }
}

.infobox-reviews__item-body-title:hover .infobox-reviews__item-body-title-text {
  color: #D0021B;
}

.infobox-reviews__item-body-words {
  margin-top: 0.75em;
}

.infobox-reviews__item-body-words-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #8F8F8F;
}

@media (min-width: 768px) {
  .infobox-reviews__item-body-words-text {
    font-size: 1.125em;
    line-height: 1.44444;
  }
}

.infobox-reviews__item-body-more {
  text-decoration: none;
  color: inherit;
  outline: 0 none;
  margin-top: 1.5em;
  display: inline-block;
  vertical-align: baseline;
}

.infobox-reviews__item-body-more-in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.infobox-reviews__item-body-more-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #8F8F8F;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .infobox-reviews__item-body-more-text {
    font-size: 1.125em;
    line-height: 1.44444;
  }
}

.infobox-reviews__item-body-more-icon {
  min-width: 0.5625em;
  width: 0.5625em;
  height: 0.3125em;
  margin-left: 0.25em;
}

.infobox-reviews__item-body-more:hover .infobox-reviews__item-body-more-text {
  color: #D0021B;
}

.modal {
  padding-top: 3em;
  padding-bottom: 3em;
}

.modal-backdrop {
  background-color: rgba(208, 2, 27, 0.96);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-content {
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.modal-content::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 1366px) {
  .modal-content {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    max-width: 75em;
  }
}

.modal__close {
  position: absolute;
  z-index: 50;
  top: 1.875em;
  right: 1.875em;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

@media (max-width: 767px) {
  .modal__close {
    font-size: 0.75em;
  }
}

.modal__close-icon {
  display: block;
  width: 3.1875em;
  height: 3.3125em;
}

.modal__close:hover {
  opacity: 0.6;
}

@media (min-width: 1440px) {
  .modal__grid {
    width: 75em;
  }
}

@media (max-width: 767px) {
  .modal__grid {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.modal__title {
  font-family: circe, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.83333em;
}

@media (min-width: 768px) {
  .modal__title {
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0.75em;
  }
}

.modal__text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3125;
  color: #fff;
}

@media (min-width: 768px) {
  .modal__text {
    font-size: 1.25em;
    line-height: 1.25;
  }
}

.modal__text p:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width: 1440px) {
  .modal__text br {
    display: none;
  }
}

.modal__guys {
  width: 44.6875em;
  height: 48.1875em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 500;
}

@media (max-width: 1023px) {
  .modal__guys {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .modal__guys {
    font-size: 0.70em;
    bottom: -4.125em;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .modal__guys {
    font-size: 0.70em;
    bottom: -6.125em;
  }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .modal__guys {
    font-size: 0.70em;
    bottom: -6.125em;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .modal__guys {
    font-size: 0.75em;
    bottom: -7.125em;
  }
}

@media (min-width: 1600px) {
  .modal__guys {
    font-size: 0.80em;
    bottom: -8.5em;
  }
}

@media (min-width: 1920px) {
  .modal__guys {
    font-size: 1em;
    bottom: -15.5em;
  }
}

.modal__form {
  border: 0.0625em solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25em;
  padding: 2em;
}

@media (max-width: 767px) {
  .modal__form {
    font-size: 0.75em;
    padding: 1.5em;
  }
}

.modal__form-title {
  text-align: center;
}

.modal__form-title-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .modal__form-title-text {
    font-size: 1.5625em;
    line-height: 1.08;
  }
}

.modal__form-fields {
  margin-top: 2em;
}

.modal__form-field:not(:last-child) {
  margin-bottom: 1.5em;
}

.modal__form-submit {
  width: 100%;
  max-width: 8.875em;
  height: 3.25em;
  margin-left: auto;
  margin-right: auto;
}

.modal__form-submit-wrap {
  margin-top: 2em;
}

.modal__form-submit .btn__text {
  font-size: 1em;
  line-height: 1;
}

.modal__message {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 25em;
  border: 0.0625em solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25em;
  padding: 2em;
  position: relative;
}

@media (max-width: 767px) {
  .modal__message {
    font-size: 0.85em;
  }
}

.modal__message-label {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 3.125em;
  line-height: 1.06;
  color: #fff;
}

.modal__message-text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.625em;
  line-height: 1.11538;
  color: #fff;
  margin-top: 0.61538em;
}

.modal_callback .modal__form {
  width: 100%;
  max-width: 23.75em;
  margin-left: auto;
  margin-right: auto;
}

.modal_video {
  padding-top: 5em;
  padding-bottom: 5em;
}

.modal_video .video-container {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.modal_video .video-container:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 1.875rem;
  bottom: 0;
  left: 1.875rem;
  right: 1.875rem;
  box-shadow: 0.3125rem 1.25rem 3.125rem 0 rgba(0, 0, 0, 0.75);
}

.modal_video .video-iframe {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.modal_video .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_callback-order {
  padding-top: 4em;
}

@media (min-width: 768px) {
  .modal_callback-order {
    padding-top: 6em;
  }
}

@media (max-width: 767px) {
  .modal_callback-order .infobox-order {
    margin-left: -1em;
    margin-right: -1em;
  }
}

@media (max-width: 767px) {
  .modal_callback-order .infobox-order__in {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 767px) {
  .modal__close {
    right: 0.875em;
  }
}

.news__items {
  margin-top: 1.5625em;
}

@media (min-width: 768px) {
  .news__items {
    margin-top: 3.125em;
  }
}

.news__date {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.71429;
  color: #000;
}

.news__text {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.71429;
  color: #000;
  margin-top: 1.92857em;
}

.news__text:hover, .news__text:focus {
  text-decoration: underline;
}

.play {
  position: relative;
  min-width: 6.25em;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  background-color: #D0021B;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  opacity: 0.6;
}

.play__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 2.375em;
  width: 2.375em;
  height: 2.75em;
}

.play--small {
  font-size: 0.5em;
}

.select.has-value .select2-selection--single .select2-selection__placeholder,
.select.has-value .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #D0021B;
}

.select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0.0625em solid #C1C1C1;
  border-radius: 0.3125em;
  outline: 0 none !important;
}

.select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0.5em;
  padding-right: 1.25em;
}

.select .select2-container--default .select2-selection--single,
.select .select2-container--default .select2-selection--single .select2-selection__rendered,
.select .select2-selection__placeholder {
  display: block;
  height: 2.625em;
  line-height: 2.625em;
}

.select .select2-selection--single .select2-selection__placeholder,
.select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #000;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.625em;
  position: absolute;
  top: 0.0625em;
  right: 0.0625em;
  width: 1.25em;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  width: 0.625em;
  height: 0.375em;
  background-image: url("../img/caret-monza.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 0.625em 0.375em;
  border: 0 none;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.select__dropdown .select2-dropdown {
  background-color: #fff;
  border: 0.0625em solid #C1C1C1;
  border-radius: 0.3125em;
}

.select__dropdown .select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5em;
}

.select__dropdown .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select__dropdown .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select__dropdown .select2-results__option {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  padding: 0.5em;
}

.select__dropdown .select2-results__option[aria-selected=true] {
  background-color: #D0021B;
  color: #fff;
}

.select__dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #DADADA;
  color: #000;
}

.socials {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.socials__item {
  margin-bottom: 0.8125em;
}

.socials__item:not(:last-child) {
  margin-right: 0.8125em;
}

.socials__link {
  display: block;
}

.socials__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1.75em;
  max-height: 1.75em;
}

.socials__link:hover .socials__icon_fb .socials__icon-bg,
.socials__link:focus .socials__icon_fb .socials__icon-bg {
  fill: #335ea2;
}

.socials__link:hover .socials__icon_vk .socials__icon-bg,
.socials__link:focus .socials__icon_vk .socials__icon-bg {
  fill: #006B9C;
}

.socials__link:hover .socials__icon_ig .socials__icon-bg,
.socials__link:focus .socials__icon_ig .socials__icon-bg {
  fill: #0072BA;
}

.socials__link:hover .socials__icon_yt .socials__icon-bg,
.socials__link:focus .socials__icon_yt .socials__icon-bg {
  fill: #D84A3F;
}

.socials__icon {
  display: block;
  width: 1.875em;
  height: 1.875em;
}

.socials__icon-bg {
  fill: #7E8283;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.socials__icon-figure {
  fill: #fff;
}

.space-mt-0 {
  margin-top: 0px;
}

.space-mb-0 {
  margin-bottom: 0px;
}

.space-ml-0 {
  margin-left: 0px;
}

.space-mr-0 {
  margin-right: 0px;
}

.space-mt-25 {
  margin-top: 25px;
}

.space-mb-25 {
  margin-bottom: 25px;
}

.space-ml-25 {
  margin-left: 25px;
}

.space-mr-25 {
  margin-right: 25px;
}

.space-pt-0 {
  padding-top: 0px;
}

.space-pb-0 {
  padding-bottom: 0px;
}

.space-pl-0 {
  padding-left: 0px;
}

.space-pr-0 {
  padding-right: 0px;
}

.space-pt-25 {
  padding-top: 25px;
}

.space-pb-25 {
  padding-bottom: 25px;
}

.space-pl-25 {
  padding-left: 25px;
}

.space-pr-25 {
  padding-right: 25px;
}

.switcher {
  position: relative;
}

.switcher__label {
  position: relative;
  display: block;
  padding-left: 1.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switcher__input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25em;
  width: 0.8em;
  height: 0.8em;
}

.switcher__text {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.28571;
  color: #fff;
}

.switcher__link {
  display: inline;
  text-decoration: underline;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.switcher__link:hover, .switcher__link:focus {
  color: rgba(255, 255, 255, 0.6);
}

.video-box {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-box:hover .play {
  background-color: #b70218;
  opacity: 1;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.98);
}
