@-moz-keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes fancybox-rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-rotate {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes fancybox-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  to {
    transform: rotate(360deg);
  }
}
svg {
  transform: translate3d(0, 0, 0);
}
@font-face {
  font-family: Montserrat;
  src:
    url(font/Montserrat-Light.woff2) format("woff2"),
    url(font/Montserrat-Light.woff) format("woff"),
    url(font/Montserrat-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src:
    url(font/Montserrat-Regular.woff2) format("woff2"),
    url(font/Montserrat-Regular.woff) format("woff"),
    url(font/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src:
    url(font/Montserrat-Medium.woff2) format("woff2"),
    url(font/Montserrat-Medium.woff) format("woff"),
    url(font/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src:
    url(font/Montserrat-SemiBold.woff2) format("woff2"),
    url(font/Montserrat-SemiBold.woff) format("woff"),
    url(font/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src:
    url(font/Montserrat-Bold.woff2) format("woff2"),
    url(font/Montserrat-Bold.woff) format("woff"),
    url(font/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src:
    url(font/Montserrat-Black.woff2) format("woff2"),
    url(font/Montserrat-Black.woff) format("woff"),
    url(font/Montserrat-Black.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mr_dopestyleg;
  src:
    url(font/mr_dopestyleg_1.woff2) format("woff2"),
    url(font/mr_dopestyleg_1.woff) format("woff"),
    url(font/mr_dopestyleg_1.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
tfoot,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset {
  margin: 0;
}
fieldset,
h4,
h5 {
  padding: 0;
}
input,
legend,
td,
textarea,
th {
  margin: 0;
}
h4,
h5,
td,
th {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
optgroup {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
li,
ol,
ul {
  list-style-type: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: 0 0;
  border: 0;
  outline: 0;
}
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
}
legend {
  border: 0;
  padding: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
input::-ms-clear,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  resize: none;
}
.form-select .ui-widget.ui-widget-content .ui-menu-item,
td,
th {
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: 0 0 !important;
}
[class$="-copyright__wrap"],
[class$="-gototech"],
body > iframe[src*="autofill"][src*="suggest/button"] {
  display: none !important;
}
.form-select .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  cursor: default;
}
.form-select .ui-widget.ui-widget-content {
  color: #222;
  background: #fff;
  border: 1px solid #d3d3d3;
  font-size: 16px;
  max-height: 255px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  z-index: 10 !important;
}
.form-select .ui-widget.ui-widget-content .ui-menu-item .ui-corner-all {
  display: block;
  padding: 5px 10px;
  transition: none;
}
.form-select
  .ui-widget.ui-widget-content
  .ui-menu-item
  .ui-corner-all.ui-state-focus {
  background: #ddd;
  border: 0;
  border-radius: 0;
  font-weight: 400;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: block;
}
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  font-size: 1.1em;
}
.ui-widget .ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(/image/calendar/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
    repeat-x;
  color: #222;
}
.ui-widget-content a,
.ui-widget-header a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(/image/calendar/ui-bg_highlight-soft_75_cccccc_1x100.png)
    50% 50% repeat-x;
  color: #222;
  font-weight: 700;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/image/calendar/ui-bg_glass_75_e6e6e6_1x400.png) 50%
    50% repeat-x;
  font-weight: 400;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: #dadada url(/image/calendar/ui-bg_glass_75_dadada_1x400.png) 50%
    50% repeat-x;
  font-weight: 400;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(/image/calendar/ui-bg_glass_65_ffffff_1x400.png) 50% 50%
    repeat-x;
  font-weight: 400;
  color: #212121;
}
.ui-widget :active {
  outline: 0;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/image/calendar/ui-bg_glass_55_fbf9ee_1x400.png) 50%
    50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/image/calendar/ui-bg_glass_95_fef1ec_1x400.png) 50%
    50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.tarifs-new-year-warning-block b,
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(/image/calendar/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/image/calendar/ui-icons_888888_256x240.png);
}
.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(/image/calendar/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/image/calendar/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/image/calendar/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bottom,
.ui-corner-right {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-widget-overlay,
.ui-widget-shadow {
  background: #aaa url(/image/calendar/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50%
    repeat-x;
  opacity: 0.3;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 12px;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  background-color: #fff;
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker-trigger {
  position: relative;
  top: 3px;
  left: 5px;
}
.ui-datepicker-cover {
  display: block;
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cards,
.swiper-cube,
.swiper-flip {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper-creative .swiper-slide {
  transition-property: transform, opacity, height;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
}
.swiper-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 56px;
  height: 24px;
}
.swiper-nav .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.swiper-nav .swiper-button-next {
  right: 0;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 15;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-image: url(/image/redesign/angle-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
  padding: 0;
  transition: ease 0.3s;
}
.swiper-pagination {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 25px;
  background: #e3e5ed;
  opacity: 1;
  transition: ease 1s;
}
.swiper-pagination-bullet-active {
  background: #ffdb00;
}
body.compensate-for-scrollbar {
  overflow: visible;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption {
  direction: ltr;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
  opacity: 0;
  position: absolute;
}
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  min-width: 44px;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
  background: 0 0;
  left: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: visible;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div,
body,
html {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
#cabinet-buy-conditions .list__item::before,
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports () {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.btn-light_blue svg,
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.fancybox-slide--html .fancybox-button {
  top: 10px;
  right: 10px;
  padding: 5px;
  opacity: 1;
}
.fancybox-slide--html .fancybox-button path,
.header._fixed .header__burger path,
.header_white .header__burger path {
  fill: #000;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(0, 0, 0, 0.4);
}
.fancybox-infobar {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  mix-blend-mode: unset;
  font-family: Rubik, arial;
}
#cabinet-buy-conditions .list__item {
  padding-left: 0;
}
.popup-information p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px;
}
.popup-information h2 {
  margin: 0 0 20px;
}
.fancybox-fix-slide-height .aqva__slide {
  height: auto;
}
.fancybox-slide--html .popup-3d-tour {
  max-width: 100%;
  padding: 0;
  width: 1200px;
}
.fancybox-slide--html .popup-3d-tour .fancybox-button {
  background: #fff;
  border-radius: 0 0 0 5px;
  height: 24px;
  padding: 0;
  right: 0;
  top: 0;
  width: 24px;
}
.text-md-right .fancybox-slide {
  padding: 0;
  text-align: right;
}
div,
p,
table {
  line-height: initial;
}
.app-hidden,
.app-main-wrapper {
  display: none;
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 100%;
  padding-top: 129px;
  font-size: 14px;
  line-height: 20px;
  font-family: Montserrat, arial;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}
.page._pt-0 {
  padding-top: 0;
}
.page._vary {
  padding-top: 97px;
}
.container {
  max-width: 540px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
.container.--move-upper {
  margin-top: -100px;
}
.banner-title {
  max-width: 630px;
  font-family: Montserrat, arial;
  font-size: 24px;
  line-height: 32px;
}
.banner-title,
.h1,
.like-h1 {
  font-weight: 700;
}
.like-h1 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
}
.h1 {
  font-size: 22px;
  line-height: 32px;
  word-wrap: break-word;
  color: #fff;
}
.h1_black {
  color: #000;
}
.h2,
.h3,
h3 {
  font-weight: 700;
}
.h2 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 32px;
  word-wrap: break-word;
}
.h3,
h3 {
  font-size: 20px;
  line-height: 28px;
}
.h4 {
  margin-bottom: 16px;
  line-height: 22px;
}
.h4,
.h5,
h4,
h5 {
  font-size: 16px;
  font-weight: 600;
}
h4 {
  margin: 0 0 16px;
  line-height: 22px;
}
.h5,
h5 {
  line-height: 24px;
  word-wrap: break-word;
}
.h5 {
  margin-bottom: 16px;
}
h5 {
  margin: 0 0 16px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  user-select: none;
  transition: ease 0.3s;
  cursor: pointer;
}
.btn.inline {
  display: inline-block;
  width: auto;
}
.btn-yellow {
  padding: 6px 11px;
  border-radius: 6px;
  background-color: #ffdb00;
  color: #000;
}
.btn-blue,
.btn-orange,
.btn-white,
.btn-yellow {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.btn-orange {
  padding: 6px 11px;
  color: #fff;
  border-radius: 6px;
  background-color: #ff9500;
}
.btn-orange.forced {
  padding: 6px 11px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #fff !important;
  border-radius: 6px !important;
  background-color: #ff9500 !important;
}
.btn-blue,
.btn-white {
  padding: 8px 19px;
  border-radius: 4px;
  background-color: #fff;
}
.btn-white._border {
  border: 1px solid #e3e5ed;
}
.btn-white._active {
  color: #fff;
  background: #006eff;
  border-color: #006eff;
}
.btn-blue {
  padding: 8px 16px;
  color: #fff;
  border-radius: 8px;
  background-color: #006eff;
}
.btn-blue[disabled] {
  opacity: 0.4;
  cursor: default;
}
.btn-blue.forced {
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #fff !important;
  border-radius: 8px !important;
  background-color: #006eff !important;
}
.btn-basket {
  position: fixed;
  right: 5%;
  bottom: 200px;
  z-index: 10;
  width: 64px;
  height: 64px;
  background-image: url(/image/redesign/Shopping-cart.svg);
  background-color: #ffdb00;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow:
    4px 4px 20px rgba(0, 0, 0, 0.15),
    inset 2px 4px 4px rgba(240, 162, 45, 0.25);
}
.btn-switch,
.btn-view {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 4px;
}
.btn-switch {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #e5f3fe;
}
.btn-switch._disable {
  opacity: 0.4;
  cursor: default;
}
.btn-switch[disabled] {
  opacity: 0.5;
  cursor: progress;
}
.btn-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 8px 32px 8px 16px;
  color: #006eff;
  background: #fff;
  border: 1px solid #e3e5ed;
}
.btn-view__icon {
  transform: rotate(180deg);
  flex-shrink: 0;
  width: 16px;
  height: 9px;
  fill: transparent;
  stroke: #006eff;
  transition: 0.2s;
}
.btn-view._active {
  color: #fff;
  background: #ff9500;
}
.btn-view._active .btn-view__icon {
  transform: rotate(0);
  stroke: #fff;
}
.btn-line {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #006eff;
  cursor: pointer;
}
.btn-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #006eff;
}
.btn-light {
  gap: 10px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  background: #e5f3fe;
  border-radius: 4px;
}
.btn-light__crossed {
  font-size: 10px;
  line-height: 24px;
  font-weight: 400;
  text-decoration-line: line-through;
}
.btn-light__icon {
  width: 19px;
  height: 18px;
  fill: #ff9600;
}
.btn-light_orange {
  color: #fff;
  background: #ff9600;
}
.btn-light_white {
  color: #000;
  background: #fff;
  border: 1px solid #e3e5ed;
}
.btn-light_blue {
  color: #fff;
  background: #006eff;
  border: 1px solid #006eff;
}
.btn_big {
  padding: 12px 43px;
  font-size: 16px;
  line-height: 24px;
}
.btn_align {
  display: flex;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}
.btn-gift-cart-link {
  display: block;
  margin: auto;
  position: relative;
  top: -20px;
  width: 73px;
}
.badge {
  display: inline-flex;
  padding: 8px 16px;
  color: #fff;
  background: rgba(34, 36, 38, 0.9);
  border-radius: 8px 0;
}
.link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #006eff;
}
.link--inline {
  display: inline;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffdb00;
  visibility: hidden;
  opacity: 0;
  transition: ease 0.3s;
  cursor: pointer;
}
.modal_active {
  z-index: 11;
  visibility: visible;
  opacity: 0.4;
}
.input,
input,
textarea {
  width: 100%;
  padding: 14px 14px 14px 16px;
  font-family: Montserrat, arial;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e3e5ed;
}
.input::placeholder,
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  font-weight: 400;
  font-family: Montserrat, arial;
}
button,
form {
  font-family: Montserrat, arial;
}
select.input {
  outline: 0;
  border: 0;
}
table {
  width: 100%;
  text-align: left;
  border-spacing: 4px;
  border-collapse: separate;
}
a {
  color: #000;
  text-decoration: none;
  user-select: none;
}
img {
  display: block;
  max-width: 100%;
}
a,
svg path {
  transition: ease 0.3s;
}
b,
strong {
  font-weight: 600;
}
.content ul {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
.content li {
  margin-bottom: 0.8em;
  padding-left: 14px;
  background-image: url(/image/redesign/angle.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.content li:last-child {
  margin-bottom: 0;
}
.content p {
  margin-bottom: 1.6em;
}
.wrap__btn {
  display: none;
}
.cross {
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cross:after,
.cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 1.5px;
  background: #000;
  transition: ease 0.3s;
}
.cross:after {
  transform: translateX(-50%) rotate(90deg);
}
.cross_active:after {
  opacity: 0;
}
.temp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 246px;
  padding: 4px 16px;
  background: rgba(249, 250, 253, 0.8);
  border: 1px solid #e3e5ed;
  box-sizing: border-box;
  border-radius: 12px;
}
.temp__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.temp__number {
  margin-left: 4px;
  font-weight: 600;
}
.temp__number_orange {
  color: #ff9500;
}
.temp__number_blue {
  color: #006eff;
}
#bx-panel-back {
  margin: 0 0 -39px;
}
.header.--new-year .header__logo {
  position: relative;
  background: 0 0;
}
.header.--new-year .header__logo::before {
  content: "";
  width: 106px;
  height: 88px;
  flex-shrink: 0;
  background-image: url(/image/ny2024/logo_mobile_2x.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -15px;
  left: -16px;
}
.header.--new-year._fixed:before {
  background: url(/image/ny2024/bg.svg) no-repeat 0 0;
  content: "";
  height: 32px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-size: cover;
}
.header.--new-year._fixed .header__logo:before {
  transform: scale(0.8) translate(-6px, -9px);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  padding: 20px 0;
  background: #a7d9fa;
  transition: ease 0.3s;
}
.header__burger:hover {
  cursor: pointer;
}
.header__programm {
  padding: 4.5px 4px;
  background: #ff9500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-right: 10px;
  margin-left: 6px;
}
.header__programm span {
  display: none;
  color: #fff;
}
.header._fixed {
  padding: 12px 0;
  background-color: #fff !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.header._fixed .header__logo {
  width: 60px;
  height: 48px;
}
.header._fixed .header__user {
  background-image: url(/image/redesign/Man.svg);
}
.header._fixed .search__btn {
  background-image: url(/image/redesign/Search.svg);
}
.header_white {
  padding: 14px 0;
  background: #fff;
}
.header_white .header__phone_ds {
  color: #000 !important;
}
.header_work {
  padding: 16px 0;
  background: 0 0;
}
.header_work .header__user {
  background-image: url(/image/redesign/Man2.svg);
}
.header_work .header-burger:after,
.header_work .header-burger:before,
.header_work .header-burger__line {
  background: #fff;
}
.header_work .search__btn {
  background-image: url(/image/redesign/Search2.svg);
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}
.header__basket-form,
.header__block {
  display: none;
}
.header__logo {
  width: 86px;
  height: 69px;
  flex-shrink: 0;
  background-image: url(/image/redesign/karibiya-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header__wrap {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.header__btn {
  margin-right: 8px;
}
.header__icon {
  width: 30px;
  height: 31px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__user {
  background-image: url(/image/redesign/Man.svg);
  transition: 0s;
  background-position: center center;
  margin-right: 0 !important;
}
.header-burger {
  position: relative;
  width: 21px;
  height: 38px;
}
.header-burger:after,
.header-burger:before,
.header-burger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  transition: ease 0.3s;
  border-radius: 20px;
}
.header-burger:before {
  content: "";
  bottom: 12px;
}
.header-burger:after {
  content: "";
  top: 12px;
}
.header-burger__line {
  top: 50%;
  transform: translateY(-50%);
}
.header-burger_active:before {
  bottom: auto !important;
  transform: rotate(45deg);
}
.header-burger_active:after {
  top: auto !important;
  transform: rotate(-45deg);
}
.header-burger_active .header-burger__line {
  opacity: 0;
}
.header__basket {
  background-image: url(/image/redesign/Shopping-cart.svg);
}
.card-item.hidden,
.header .header__phone_ds,
.header__basket,
.header__phone {
  display: none;
}
.top-infobar {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.top-infobar:hover a {
  text-decoration: underline;
}
.top-infobar a {
  background: #ff9600;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 5px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.menu-box,
.wrap-form-order.-bg-white form.form {
  padding: 0 16px;
}
.menu-box__sl {
  margin-bottom: 36px;
}
.menu-box__cards {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 12px;
}
.menu-sl {
  position: relative;
  padding: 20px 28px;
  overflow: visible;
}
.menu-sl:after,
.menu-sl:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.menu-sl:before {
  left: -1000px;
  z-index: 10;
  width: 1000px;
  background: #fff;
}
.menu-sl:after {
  left: 0;
  width: 1000%;
  background: #e5f3fe;
  border-radius: 4px;
}
.menu-sl__item {
  width: auto;
  padding: 9px 16px !important;
  border: 1px solid #e3e5ed;
}
.menu,
.menu__top {
  display: flex;
  flex-direction: column;
}
.menu {
  width: 100%;
  height: 100dvh;
  overflow: auto;
  background-color: #fff;
  position: fixed;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: -10000px;
  z-index: 10;
  transition: top 0.7s ease;
}
.menu._open {
  opacity: 1;
  visibility: visible;
  top: 0;
  pointer-events: all;
}
.menu__close:hover {
  cursor: pointer;
}
.menu .header__top {
  min-height: auto;
  padding: 20px 20px 24px;
}
.menu .header__top .btn-yellow {
  padding: 12px 24px;
}
.menu .header__top .header__wrap {
  margin-left: auto;
}
.menu .header__user {
  background-image: url(/image/redesign/Man.svg) !important;
}
.menu .search__btn {
  background-image: url(/image/redesign/Search.svg) !important;
}
.menu__top {
  padding: 0 20px 20px;
}
.menu__top-btn {
  border: 2px solid #fe9901;
  color: #fe9901;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.menu__top-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.menu__top-wrap2 {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu__top-wrap1-block-item-title a,
.menu__top-wrap2 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.menu__top-wrap1 a:hover,
.menu__top-wrap2 a:hover {
  color: #fe9901;
}
.menu__top-wrap1,
.menu__top-wrap1-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu__top-wrap1 {
  margin-bottom: 24px;
}
.menu__top-wrap1-block {
  transition: 0.5s ease;
}
.menu__top-wrap1-block-item svg {
  transition: 0.5s ease;
  flex-shrink: 0;
}
.menu__top-wrap1-block-item svg.active {
  transform: rotate(180deg);
}
.menu__top-wrap1-block-item svg:hover {
  cursor: pointer;
}
.menu__top-wrap1-block-item svg:hover path {
  fill: #fe9901;
}
.menu__top-wrap1-block-item ul li div,
.menu__top-wrap1-block-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu__top-wrap1-block-item-title a {
  flex-shrink: 0;
}
.menu__top-wrap1-block-item ul {
  padding-left: 16px;
  margin-top: 10px;
  display: none;
}
.gift-block__wrap.-mod .ul-check li:not(:first-child),
.menu__top-wrap1-block-item ul li:not(:first-child) {
  margin-top: 8px;
}
.menu__top-wrap1-block-item ul li a {
  font-size: 16px;
  line-height: 20px;
  flex-shrink: 0;
}
.menu__top-wrap1-block-item ul li ul {
  margin-top: 8px;
}
.menu__bottom {
  height: 200px;
  padding: 28px 24px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  margin-top: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu__bottom-img,
.menu__bottom:before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.menu__bottom:before {
  content: "";
  background: rgba(1, 27, 45, 0.212);
  height: 100%;
  z-index: 1;
}
.menu__bottom:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    0,
    rgba(4, 93, 210, 0.7) 36.05%,
    rgba(4, 93, 210, 0) 88.38%
  );
  height: 113px;
  bottom: -50px;
  width: 100%;
  z-index: 1;
}
.menu__bottom-img {
  height: auto;
  transform: scale(1.5);
}
.menu__bottom-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  z-index: 2;
  position: relative;
  text-align: center;
  margin-top: auto;
}
.search {
  position: relative;
}
.search_active .search__input {
  width: 272px;
  height: 36px;
  visibility: visible;
}
.search_active .search__btn {
  pointer-events: visible;
}
.search__input {
  position: fixed;
  top: 108px;
  left: 20px;
  width: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  visibility: hidden;
  border: 1px solid #e3e5ed;
  border-radius: 4px;
}
.search__input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #8b8b8b;
}
.search__icon {
  display: block;
  background-image: url(/image/redesign/Search.svg);
  background-size: contain;
}
.form-search-page .search__btn,
.search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search__btn {
  right: 0;
  width: 100%;
  height: 100%;
  margin-right: 0;
  pointer-events: none;
}
.search__cross {
  display: none;
}
.search-page-top {
  margin-top: 40px;
}
.form-search-page {
  width: 100%;
  max-width: 620px;
  position: relative;
}
.form-search-page input {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #e3e5ed;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  padding: 0 30px 0 16px;
  height: 36px;
}
.form-search-page .search__btn {
  right: 12px;
  z-index: 2;
  pointer-events: auto;
  width: 22px;
  height: 22px;
  margin: 0;
}
.resulte-item {
  border-top: 1px solid #e3e5ed;
  padding-bottom: 24px;
  padding-top: 25px;
  display: block;
}
.resulte-item:first-child {
  border-top: none;
  padding-top: 0;
}
.resulte-item:last-child {
  border-bottom: 1px solid #e3e5ed;
}
.resulte-item-title {
  color: #006eff;
  font-size: 16px;
}
.resulte-item-text {
  line-height: 24px;
  margin-top: 8px;
}
.resulte-list {
  margin-top: 40px;
}
.resulte-list + .pagination {
  margin-top: 56px;
}
.slider .swiper-slide {
  height: auto;
}
.banner {
  position: relative;
  padding-bottom: 202px;
  background: #a7d9fa;
  overflow: hidden;
  height: 100%;
}
.banner:before {
  content: "";
  position: absolute;
  bottom: -36px;
  right: 0;
  width: 340px;
  height: 267px;
  background-image: var(--background-mobile);
  background-repeat: no-repeat;
  background-size: contain;
}
.banner__content {
  position: relative;
  width: 267px;
}
.banner__title {
  margin-bottom: 16px;
}
.banner__text {
  margin-bottom: 32px;
}
.banner__badge {
  display: none;
  margin-bottom: 24px;
}
.adv,
.adv_block {
  padding: 40px 0;
  background: #fbfbfd;
  overflow: hidden;
}
.advbottom.adv_st .adv-item {
  padding: 210px 32px 20px !important;
}
.advbottom .adv-item {
  padding: 30px 164px 30px 20px !important;
}
.advbottom .adv-item:before {
  width: 140px;
  height: 140px;
}
.advbottom .adv-item:before,
.serv__item:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.adv {
  padding: 20px 0 40px;
}
.adv .swiper-button-next,
.adv .swiper-button-prev {
  background-color: #eee;
}
.adv__slider,
.adv_slide {
  max-width: 268px;
  margin-left: 0;
  overflow: visible;
}
.adv-item {
  position: relative;
  height: auto;
  margin-right: 8px;
  padding: 65px 15px 20px;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
  padding-top: 0 !important;
}
.adv__title,
.adv_title {
  font-weight: 700;
  text-align: center;
}
.adv__text,
.adv_text {
  color: #828282;
  text-align: center;
}
.adv_st .adv-item,
.adv_st .adv_item {
  padding-top: 210px;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
}
.adv_st .adv-item:before,
.adv_st .adv_item:before {
  width: 160px;
  height: 160px;
}
.adv_st .adv-item.--waterslides:before,
.adv_st .adv_item.--waterslides:before {
  background-image: url(/image/redesign/illustration_waterslides.svg);
}
.adv_st .adv-item.--pool:before,
.adv_st .adv_item.--pool:before {
  background-image: url(/image/redesign/illustration_pool.svg);
}
.adv_st .adv-item.--baths:before,
.adv_st .adv_item.--baths:before {
  background-image: url(/image/redesign/illustration_baths-saunas.svg);
}
.adv_st .adv-item.--openbeach:before,
.adv_st .adv_item.--openbeach:before {
  background-image: url(/image/redesign/illustration_open-beach.svg);
}
.adv_st .adv-item.--childrenroom:before,
.adv_st .adv_item.--childrenroom:before {
  background-image: url(/image/redesign/children/Sand-castle-pana1-1.png);
}
.adv_st .adv-item.--cafe:before,
.adv_st .adv_item.--cafe:before {
  background-image: url(/image/redesign/illustration_cafe.svg);
}
.adv_st .adv-item.--entertainment:before,
.adv_st .adv_item.--entertainment:before {
  background-image: url(/image/redesign/illustration_entertainment.svg);
}
.aqva {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #fbfbfd;
  overflow: hidden;
}
.aqva__title {
  margin-bottom: 16px;
}
.aqva__text {
  margin-bottom: 14px;
}
.aqva__nav {
  top: -110px;
  left: auto;
  right: 0;
  transform: none;
}
.aqva__nav_ac {
  top: 24px;
  right: 14px;
}
.aqva__sliders {
  overflow: hidden;
}
.aqva__slider {
  display: none;
  padding-bottom: 40px;
  overflow: visible;
}
.aqva__slider._active {
  display: block;
}
.aqva__slider_ns {
  padding-bottom: 0;
}
.aqva__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
}
.rise_baths {
  background-image: url(/image/redesign/baths/top-bg.jpg);
}
.rise__text {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
.cart-size {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e3e5ed;
  padding: 20px;
  position: relative;
  width: 320px;
}
.cart-size.--new:before {
  color: red;
  content: "NEW";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cart-size.--paid:after {
  background: url(/image/icon_pay.svg) no-repeat center;
  content: "";
  height: 39px;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 39px;
}
.cart-size.--paid.--new:after {
  top: 55px;
}
.cart-size .cart-size-info {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  margin-top: 12px;
}
.cart-size .wrap-img {
  display: flex;
  width: 172px;
  height: 172px;
  margin: 0 auto;
}
.cart-size .-wrap {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}
.cart-size .wrap-link {
  margin: 10px 0 0;
  text-align: center;
}
.cart-size .-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #222426;
}
.cart-size .-list {
  display: grid;
  grid-row-gap: 16px;
}
.cart-size .-list .-item {
  display: flex;
  /*flex-wrap: wrap;
  grid-gap: 5px;*/
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}
.cart-size .-list .-item::before {
  content: "";
  display: block;
  max-width: 28px;
  width: 28px;
  height: 28px;
  flex: 1 0 auto;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cart-size .-list .-item.-size::before {
  background-image: url(/image/redesign/baths/size.svg);
}
.cart-size .-list .-item.-temp::before {
  background-image: url(/image/redesign/baths/temp.svg);
}
.cart-size .-list .-item.-effect::before {
  background-image: url(/image/redesign/baths/effect.svg);
}
.cart-size .-list .-item.-humidity::before {
  background-image: url(/image/redesign/baths/humidity.svg);
}
.cart-size .tariff-card__modal.active {
  opacity: 1;
  visibility: visible;
}
.cart-size-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ff9600;
  margin-top: 16px;
}
.cart-size-text a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.sl-cart-size {
  overflow: visible;
}
.rise_waterslides {
  background-image: url(/image/redesign/waterslides/top-bg.jpg);
}
.list-cart-size:not(.sl-cart-size) {
  display: grid;
  grid-row-gap: 24px;
}
.list-cart-size:not(.sl-cart-size) .cart-size {
  width: 100%;
  padding: 18px 16px;
  position: relative;
}
.list-cart-size:not(.sl-cart-size) .cart-size .-wrap {
  display: grid;
  flex-direction: row;
  align-items: center;
  grid-template-columns: auto 117px;
  grid-column-gap: 17px;
}
.list-cart-size:not(.sl-cart-size) .cart-size .-title {
  font-size: 16px;
  line-height: 22px;
}
.list-cart-size:not(.sl-cart-size) .cart-size .-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.list-cart-size:not(.sl-cart-size) .cart-size .wrap-img {
  width: 100%;
  height: auto;
}
.list-cart-size:not(.sl-cart-size) .cart-size .cart-size-info {
  margin-top: 0;
}
.list-cart-size:not(.sl-cart-size) .cart-size .i-info {
  top: 12px;
  left: auto;
  right: 12px;
  background-color: transparent;
  opacity: 1;
  width: 28px;
  height: 28px;
}
.list-cart-size:not(.sl-cart-size) .cart-size .i-info::after {
  width: 21px;
  height: 21px;
  background-image: url(/image/redesign/waterslides/i.svg);
  background-size: contain;
}
.list-cart-size:not(.sl-cart-size) .cart-size .-list {
  grid-row-gap: 7px;
}
.list-cart-size:not(.sl-cart-size) .cart-size .-list .-item::before {
  max-width: 16px;
  height: 16px;
  margin-right: 6px;
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-red.-height::before {
  background-image: url(/image/redesign/waterslides/height-r.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-red.-width::before {
  background-image: url(/image/redesign/waterslides/width-r.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-red.-speed::before {
  background-image: url(/image/redesign/waterslides/speed-r.svg);
}
.list-cart-size:not(.sl-cart-size) .cart-size .-list .-item.-red.-time::before {
  background-image: url(/image/redesign/waterslides/time-r.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-blue.-height::before {
  background-image: url(/image/redesign/waterslides/height-b.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-blue.-width::before {
  background-image: url(/image/redesign/waterslides/width-b.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-blue.-speed::before {
  background-image: url(/image/redesign/waterslides/speed-b.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-blue.-time::before {
  background-image: url(/image/redesign/waterslides/time-b.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-yellow.-height::before {
  background-image: url(/image/redesign/waterslides/height-y.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-yellow.-width::before {
  background-image: url(/image/redesign/waterslides/width-y.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-yellow.-speed::before {
  background-image: url(/image/redesign/waterslides/speed-y.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-yellow.-time::before {
  background-image: url(/image/redesign/waterslides/time-y.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-green.-height::before {
  background-image: url(/image/redesign/waterslides/height-g.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-green.-width::before {
  background-image: url(/image/redesign/waterslides/width-g.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-green.-speed::before {
  background-image: url(/image/redesign/waterslides/speed-g.svg);
}
.list-cart-size:not(.sl-cart-size)
  .cart-size
  .-list
  .-item.-green.-time::before {
  background-image: url(/image/redesign/waterslides/time-g.svg);
}
.visiting-rules {
  margin-top: 40px;
  display: grid;
  grid-row-gap: 22px;
}
.visiting-rules .-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.visiting-rules ul {
  display: grid;
  grid-row-gap: 10px;
}
.visiting-rules li {
  display: flex;
  align-items: center;
}
.visiting-rules li::before {
  content: "";
  max-width: 8px;
  width: 8px;
  height: 8px;
  background-color: #ff9500;
  border-radius: 50%;
  margin-right: 12px;
}
.rise_children {
  background-image: url(/image/redesign/children/top-bg.jpg);
}
.list-description {
  display: grid;
  grid-row-gap: 24px;
}
.description-card {
  display: flex;
  flex-direction: column-reverse;
}
.description-card .wrap-img,
.description-card .wrap-img img {
  margin: 0 auto;
}
.description-card .-text .-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.description-card .-text {
  margin-top: 15px;
}
.description-card .-text > * {
  font-size: 14px;
  line-height: 20px;
}
.description-card .-note {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ff9600;
}
.tabs.children-tabs {
  max-width: 100%;
  margin-top: 24px;
}
.tabs.children-tabs .article-tabs__grid {
  flex-wrap: nowrap;
}
.tabs.children-tabs .tabs__btn {
  line-height: 20px;
  padding: 8px 10px;
}
.tabs__btn i {
  max-width: 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.tabs__btn.-water i {
  background-image: url(/image/redesign/children/water.svg);
}
.tabs__btn.-land i {
  background-image: url(/image/redesign/children/ball.svg);
}
.tabs__btn.tabs__btn_active.-water i {
  background-image: url(/image/redesign/children/water-w.svg);
}
.tabs__btn.tabs__btn_active.-land i {
  background-image: url(/image/redesign/children/ball-w.svg);
}
.section-text .t-lager,
.t-lager {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.top-video-page.-mobile {
  margin-top: -11px;
  margin-bottom: 40px;
}
.top-video-page .video-link {
  position: relative;
  height: 348px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.top-video-page .video-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  opacity: 0.35;
  z-index: 1;
}
.top-video-page .video-link::after {
  content: "";
  height: 58px;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
  position: absolute;
  transition: 0.1s;
  top: 50%;
  width: 58px;
  z-index: 2;
  background-image: url(/image/redesign/aquapark/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-video-page .video-link.active::after,
.top-video-page .video-link.active::before,
.top-video-page .video-link.active > img {
  display: none;
}
.top-video-page .video-link > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
}
.pool__list .pool-item__img {
  max-width: 40px;
  width: 100px;
  height: 40px;
}
.pool__list .pool-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 13px;
  margin-bottom: 4px;
}
.pool__list .pool-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.adv__slider.adv__slider-mod-item .adv__text,
.adv__slider.adv__slider-mod-item .adv__title,
.adv__slider.adv__slider-mod-item .adv_text,
.adv__slider.adv__slider-mod-item .adv_title {
  text-align: left;
}
.adv__slider.adv__slider-mod-item .adv__title,
.adv__slider.adv__slider-mod-item .adv_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.adv__slider.adv__slider-mod-item .adv__text,
.adv__slider.adv__slider-mod-item .adv_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222426;
  margin-top: 6px;
}
.infograf.infograf-direction {
  flex-direction: column;
  background-color: #e7fbff;
  text-align: center;
}
.section-review .wrap {
  flex-wrap: wrap;
}
.section-review .wrap .wrap__text {
  width: 100%;
}
.review__info {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #222426;
}
.wrap-review-sl {
  position: relative;
}
.wrap-review-sl .review-nav {
  left: auto;
}
.review-sl {
  overflow: visible;
}
.review-sl .review-item {
  width: 326px;
  height: auto;
}
.section-offset.accordion_vary .accordion__cards {
  padding-bottom: 0;
}
.section-offset.accordion_vary .accordion-card__page {
  padding-left: 20px;
  padding-right: 20px;
}
.inner-3d-tour {
  padding: 40px 0;
  width: 100%;
}
.tabs {
  display: block;
  max-width: 268px;
  margin-bottom: 28px;
  margin-left: 0;
  overflow: visible;
}
.tabs__btn {
  width: auto;
  border: 1px solid #e3e5ed;
}
.tabs__btn_active {
  color: #fff;
  background-color: #ff9500;
}
.tabs__btn_active.tabs__btn--3d-tour {
  background-color: #006eff;
  color: #fff;
}
.tabs__btn--3d-tour {
  color: #006eff;
  border-color: #006eff;
  text-transform: uppercase;
}
.tabs__container {
  display: none;
}
.tabs__container._active {
  display: block;
}
.baths-links {
  margin: 0 0 -30px;
  padding: 30px 0 0;
}
.baths-links .btn {
  font-weight: 700;
  min-width: 176px;
}
.discount {
  padding: 64px 0 80px;
}
.discount__inner {
  padding: 28px 16px 73px;
  background-image: url(/image/redesign/bg_banner_RED.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #e8fbff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
}
.discount__title {
  margin-bottom: 24px;
}
.discount__title_align {
  text-align: center;
}
.discount__text {
  margin-bottom: 40px;
}
.discount__text_color {
  color: #222426;
}
.discount-b {
  padding: 80px 0;
  text-align: center;
}
.discount-b__inner {
  padding-top: 40px;
  padding-bottom: 22px;
  background: url(/image/redesign/bg_banner_birthday-2.png) no-repeat center 70%
    #e9fbff;
  background-size: contain;
}
.discount-b__text {
  margin-bottom: 236px;
}
.discount-b__btn {
  width: 100%;
}
.discount-action .discount__inner {
  min-height: 450px;
  padding-bottom: 150px;
  background-color: #e7fbff;
  background-image: url(/image/redesign/family.svg);
  background-size: contain;
  background-position: right bottom;
}
.discount-action__dsc {
  margin-bottom: 16px;
}
.discount-action__info {
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
}
.serv {
  padding-bottom: 80px;
}
.serv__text {
  margin-bottom: 20px;
}
.serv__items {
  display: grid;
  grid-row-gap: 10px;
}
.serv__item {
  position: relative;
  margin-right: 0;
  padding: 130px 10px 12px !important;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.04));
}
.serv__item:before {
  width: 100px;
  height: 110px;
}
.serv__item:nth-child(1) {
  background: linear-gradient(180deg, #eee6ff 0, rgba(230, 252, 255, 0) 100%);
}
.serv__item:nth-child(1):before {
  background-image: url(/image/redesign/serv-icon-1.png);
}
.serv__item:nth-child(2) {
  background: linear-gradient(
    318.71deg,
    #e7ffe6 1.46%,
    rgba(230, 252, 255, 0) 108.52%
  );
}
.serv__item:nth-child(2):before {
  background-image: url(/image/redesign/serv-icon-2.png);
}
.serv__item:nth-child(3) {
  background: linear-gradient(180deg, #e6fcff 0, rgba(230, 252, 255, 0) 100%);
}
.serv__item:nth-child(3):before {
  background-image: url(/image/redesign/serv-icon-3.png);
}
.serv__item:nth-child(4) {
  background: linear-gradient(90deg, #f9ffe6 0, rgba(230, 252, 255, 0) 100%);
}
.serv__item:nth-child(4):before {
  background-image: url(/image/redesign/serv-icon-4.png);
}
.serv__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.form-error {
  color: red;
  margin: 0 0 20px;
}
.form__inner {
  padding: 40px 16px 24px;
  background: #fbfbfd;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
}
.form__text,
.form__title {
  margin-bottom: 16px;
  text-align: center;
}
.form__text {
  margin-bottom: 28px;
  color: #222426;
}
.form__input {
  margin-bottom: 16px;
}
.form__btn {
  width: 100%;
  margin-top: 36px;
}
.form-request {
  position: relative;
  max-width: 380px;
  width: 100%;
  max-height: 100%;
  min-height: auto;
  padding: 55px 20px 20px;
  font-family: Montserrat, arial;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.form-request::-webkit-scrollbar {
  display: none;
}
.form-request::-moz-scrollbar {
  width: 0;
  height: 0;
  margin-right: -16px;
}
.form-request__title {
  margin-bottom: 24px;
}
.form-request__subtitle {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.form-request__info {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
.form-request__wrap-input {
  position: relative;
  margin-bottom: 20px;
}
.form-request__wrap-input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/image/redesign/question.svg);
  background-size: cover;
}
.form-request__wrap-input input {
  margin-bottom: 0;
}
.form-request__input {
  margin-bottom: 20px;
  padding: 10px;
  font-family: Montserrat, arial;
  background: #fff;
  border: 1px solid rgba(197, 206, 222, 0.8);
  border-radius: 8px;
  max-width: 100%;
}
.form-request__input:focus {
  outline: 0;
}
.form-request__necessarily {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.form-request__label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.form-request__checkbox {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-request__checkbox:checked ~ .form-request__square {
  background: #006eff;
}
.form-request__checkbox:checked ~ .form-request__square:after {
  opacity: 1;
}
.form-request__square {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
  margin-right: 13px;
  border: 1px solid #006eff;
  background: #fff;
  border-radius: 4px;
}
.form-request__square:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/redesign/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: ease 0.3s;
}
.form-request__square._transparent {
  background: 0 0;
}
.form-request__agree {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  user-select: none;
}
.form-request__agree-politics {
  color: #006eff;
}
.form-request__agree .link {
  line-height: 20px;
}
.form-request__btn {
  display: grid;
  margin: 0 auto;
}
.form-request iframe {
  max-width: 100%;
}
.custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
.ui-menu.ui-widget-content {
  border-radius: 6px;
  color: #222;
  font-family: Montserrat, arial;
  font-size: 16px;
  line-height: 24px;
  max-height: 400px;
  overflow-y: auto;
}
.ui-menu.ui-widget-content .ui-menu-item {
  padding: 5px 10px;
}
#advanced_social_yid {
  width: 40px;
}
.form-sendsay-embed {
  display: flex;
  justify-content: center;
}
.item__img {
  margin-bottom: 12px;
}
.item__badge,
.map__btn:before {
  position: absolute;
  top: 0;
  left: 0;
}
.item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item__title {
  font-weight: 600;
}
.item__date {
  color: #828282;
  font-size: 14px;
  line-height: 20px;
}
.map {
  padding-bottom: 40px;
}
.map__text {
  margin-bottom: 28px;
}
.map__media {
  height: 400px;
  border-radius: 12px;
  background-image: url(/image/redesign/map.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.map__media ymaps [class$="-outer-panes"] [class$="-hint"],
.map__media ymaps [class$="-outer-panes"] [class$="-hint__text"] {
  border-radius: 4px;
  overflow: hidden;
}
.map__media ymaps [class$="-outer-panes"] [class$="-hint"] .map-hint,
.map__media ymaps [class$="-outer-panes"] [class$="-hint__text"] .map-hint {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 5px;
  text-shadow: 0 0 1px #000;
}
.map__btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: 0;
  padding: 8px 16px 8px 56px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #006eff;
  background: rgba(249, 250, 253, 0.9);
  border-radius: 6px;
}
.map__btn_1 {
  display: none;
}
.map__btn:before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 16px;
  height: 16px;
  background-image: url(/image/redesign/arrows.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer {
  padding: 44px 0;
  background: #fbfbfd;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field
  .sp-control-label,
.footer-form,
.footer-time {
  display: none;
}
.footer .sp-form[sp-id] {
  display: none;
  padding: 0;
  width: auto;
}
.footer .sp-form[sp-id] .sp-form-fields-wrapper {
  width: auto;
}
.footer .sp-form[sp-id] .sp-form-fields-wrapper form.sp-element-container {
  align-items: center;
  border-bottom: 0.1px solid rgba(139, 139, 139, 0.1);
  flex-wrap: nowrap;
  display: flex;
  padding: 24px 0;
  width: 100%;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field {
  flex: auto;
  min-width: auto;
  padding: 0;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field
  .sp-form-control {
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 6px;
  color: #000;
  font-family: Montserrat, arial;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 24px;
  margin: 0 12px 0 0;
  padding: 14px 14px 14px 16px;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(1) {
  font-family: Montserrat, arial;
  order: 1;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(1)
  p,
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(1)
  span,
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(1)
  strong {
  color: #000 !important;
  font-family: Montserrat, arial;
  font-size: 16px;
  font-weight: 400;
  line-height: initial;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(2) {
  margin-right: 12px;
  order: 3;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(3) {
  margin-right: 12px;
  order: 2;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(4) {
  order: 4;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(4)
  .sp-button {
  background-color: #006eff;
  border-radius: 8px;
  color: #fff;
  font-family: Montserrat, arial;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 24px;
  padding: 12px 24px;
  width: 160px;
}
.footer
  .sp-form[sp-id]
  .sp-form-fields-wrapper
  form.sp-element-container
  .sp-field:nth-child(4)
  .sp-button:hover {
  top: auto;
}
.footer__info {
  padding-bottom: 40px;
  border-bottom: 0.5px solid rgba(139, 139, 139, 0.1);
}
.footer-menu {
  margin-bottom: 40px;
}
.footer-menu__items,
.footer-menu__list {
  display: none;
}
.footer-menu__item {
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.footer-menu__item:last-child,
table:last-child {
  margin-bottom: 0;
}
.footer__title {
  margin-bottom: 24px;
}
.footer__text {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.footer-social {
  display: flex;
  margin-top: 32px;
}
.footer-social__icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-social__icon.fb {
  background-image: url(/image/redesign/social_fb.svg);
}
.footer-social__icon.ig {
  background-image: url(/image/redesign/social_inst.svg);
}
.footer-social__icon.tw {
  background-image: url(/image/redesign/social_twitter.svg);
}
.footer-social__icon.vk {
  background-image: url(/image/redesign/social_vk.svg);
}
.footer-social__icon.yt {
  background-image: url(/image/redesign/social_yt.svg);
}
.footer-social__icon.tt {
  background-image: url(/image/redesign/tiktok.svg);
}
.footer-social__icon.tg {
  background-image: url(/image/redesign/telegram.svg);
}
.footer-social__icon.rt {
  background-image: url(/image/redesign/rutub.svg);
}
.footer-pay {
  width: 224px;
  margin-top: 40px;
}
.footer-pay_2 {
  display: none;
}
.footer-pay__img {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 12px;
}
.footer-pay__img:last-child {
  margin-bottom: 18px;
}
.footer-pay__text {
  font-size: 12px;
  line-height: 16px;
  color: #222426;
  font-weight: 500;
}
.footer-bottom {
  padding-top: 28px;
  font-weight: 500;
}
.footer-bottom__text {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.footer-bottom__rights {
  text-align: center;
}
.footer-bottom__map {
  margin-bottom: 20px;
}
.footer-bottom__politic {
  margin-bottom: 40px;
}
.rise {
  position: relative;
  height: 232px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rise:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.rise_safe {
  background-image: url(/image/redesign/top_cleaning.jpg);
}
.rise_rule {
  background-image: url(/image/redesign/top_rules.jpg);
}
.rise_beach {
  background-image: url(/image/redesign/top_beach.jpg);
}
.rise_pool {
  height: auto !important;
  padding-bottom: 40px;
  background-image: url(/image/redesign/top_pool.jpg);
}
.rise_vacs {
  background-image: url(/image/redesign/Vacancies_bg.jpg);
}
.rise_articles {
  background-image: url(/image/redesign/Articles_bg.jpg);
}
.rise_bani_i_sauny {
  background-image: url(/image/redesign/Articles_bg-1.jpg);
}
.rise_shop {
  background-image: url(/image/redesign/Beach-shop_bg.jpg);
}
.rise_gift {
  background-image: url(/image/redesign/Gift_card_bg.jpg);
}
.rise_event {
  background-image: url(/image/redesign/event_bg.jpg);
}
.rise_about {
  background-image: url(/image/redesign/img_rise_1.jpg);
}
.rise__container {
  position: relative;
}
.rise__title {
  margin-top: 12px;
}
.breadcrumbs {
  padding-top: 124px;
}
.breadcrumbs_ceny {
  padding-top: 0 !important;
}
.breadcrumbs_black {
  padding: 24px 0 20px;
  position: relative;
}
.breadcrumbs_black .breadcrumbs__item {
  color: #000;
}
.breadcrumbs_black .breadcrumbs__item:after {
  display: block !important;
}
.breadcrumbs_black .breadcrumbs__item:last-child {
  display: block;
}
.breadcrumbs__row {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
.breadcrumbs__item:first-child {
  padding-left: 0;
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.breadcrumbs__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%) rotate(-64deg);
  width: 12px;
  height: 1px;
  background: #cbced1;
}
.breadcrumbs__item:last-child {
  display: none;
}
.breadcrumbs a:last-of-type:after {
  display: none;
}
.safe-cnt {
  padding: 40px 0 32px;
}
.safe-block {
  padding: 80px 0;
}
.safe-block__box {
  position: relative;
  padding: 100px 16px 80px;
  background: #e7fbff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
  overflow: hidden;
}
.safe-block__box:after,
.safe-block__box:before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.safe-block__box:before {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  height: 69px;
  background-image: url(/image/redesign/shield.svg);
}
.safe-block__box:after {
  bottom: 0;
  left: -24px;
  width: 904px;
  height: 88px;
  background-image: url(/image/redesign/mountain.png);
  background-size: cover;
}
.safe-block__title {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.safe-block__media {
  height: 192px;
  margin-top: 40px;
}
.list__item {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.list__item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
}
.cards {
  padding: 20px 0;
  background: #fbfbfd;
}
.cards__title,
.rule-tabs__container .container._2 {
  display: none;
}
.cards__col,
.cards__grid {
  display: grid;
  grid-gap: 16px;
}
.cards-item {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
}
.cards-item._3 {
  padding-bottom: 108px;
}
.cards-item._4 {
  padding-bottom: 106px;
}
.cards-item__title {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding-left: 60px;
  background-position: top left;
  background-repeat: no-repeat;
}
.cards-item__title._1 {
  background-image: url(/image/redesign/crd-ttl1.svg);
}
.cards-item__title._2 {
  background-image: url(/image/redesign/crd-ttl2.svg);
}
.cards-item__title._3 {
  background-image: url(/image/redesign/crd-ttl3.svg);
}
.cards-item__title._4 {
  background-image: url(/image/redesign/crd-ttl4.svg);
}
.cards-item__text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.cards-item__text._1 {
  margin-bottom: 18px;
}
.cards-item .list__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.cards-item .list__item:before {
  top: 10px;
}
.card-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
}
.card-item__wrap-img {
  position: relative;
  height: 230px;
  margin-bottom: 24px;
}
.card-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-item__badge {
  position: absolute;
  top: 14px;
  left: 14px;
}
.card-item__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.card-item__text {
  margin-bottom: 30px;
  font-weight: 400;
  color: #222426;
}
.card-item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.card-item__weight {
  color: #222426;
}
.card-item__price-old {
  margin-left: auto;
  color: #828282;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: line-through;
}
.card-badge,
.card-item__price-new {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.card-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: rgba(29, 29, 29, 0.6);
  border-radius: 14px;
}
.badges {
  padding: 20px 0 100px;
}
.badges__title {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}
.badges__info {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 20px;
}
.badges__items {
  display: grid;
  grid-gap: 16px;
}
.badges-item {
  padding: 32px 26px 38px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.badges-item._1 {
  background: #f1eaff;
}
.badges-item._2 {
  background: #ddfcf2;
  box-shadow: 0 2px 4px #f9fafd;
}
.badges-item._3 {
  background: #ffeeea;
}
.badges-item._4 {
  background: #e7fbff;
}
.badges-item__title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.badges-item__text {
  font-size: 14px;
  line-height: 20px;
}
.rule-tabs {
  max-width: 100%;
  margin-bottom: 0;
  padding: 40px 0 60px;
}
.rule-tabs__btns {
  padding-bottom: 40px;
}
.rule-tabs__grid {
  display: grid;
  grid-gap: 6px;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}
.rule-tabs__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.rule-tabs__container p,
.rule-tabs__container ul {
  margin-bottom: 1em;
}
.rule-tabs__container li,
.rule-tabs__container p {
  font-size: 16px;
  line-height: 28px;
}
.rule-tabs__container li:before {
  top: 14px;
}
.rule-tabs__container .pagination {
  margin-top: 40px;
}
.accordion__items {
  display: grid;
  grid-gap: 16px;
  counter-reset: section;
}
.accordion-item__btn._wb:before {
  display: none;
}
.accordion-item {
  display: block;
  background: #fff;
}
.accordion-item.accordion-item_active .accordion-item__icon {
  transform: rotate(90deg);
}
.accordion-item.accordion-item_active ~ .bonus-card-text-mobile {
  display: block;
}
.accordion-item__btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  padding: 12px;
  text-align: left;
  border: 1px solid #e3e5ed;
  border-radius: 8px;
}
.accordion-item__btn:before {
  counter-increment: section;
  content: counter(section) ".";
  margin-right: 12px;
}
.accordion-item__btn._wb {
  border: 0;
}
.accordion-item__text {
  max-width: 250px;
}
.accordion-item__text._ttr {
  text-transform: uppercase;
}
.accordion-item__icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: url(/image/redesign/angle-right-orange.svg) center no-repeat;
  transition: ease 0.3s;
}
.accordion-item__icon._down {
  background: url(/image/redesign/angle-down-orange.svg) center no-repeat;
}
.accordion-item__icon._down._active,
.table .accordion-card__btn._active .accordion-card__icon {
  transform: rotate(180deg);
}
.accordion-item .list {
  width: 100%;
  padding-left: 10px;
}
.accordion-item__content {
  display: none;
  padding-top: 20px;
}
.accordion-card__content p,
.accordion-card__content ul,
.accordion-item__content p,
.accordion-item__content ul {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 20px;
}
.accordion__title {
  margin-bottom: 32px;
}
.accordion__cards {
  display: grid;
  grid-gap: 12px;
}
.accordion-container {
  display: none;
}
.accordion-card {
  display: block;
  background: #fff;
}
.accordion-card__btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  padding: 12px;
  text-align: left;
  border: 1px solid #e3e5ed;
  border-radius: 8px;
}
.accordion-card__text {
  max-width: 250px;
  font-size: 13px;
  line-height: 16px;
}
.accordion-card__text._ttr {
  text-transform: uppercase;
}
.accordion-card__icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: url(/image/redesign/angle-down-orange.svg) center no-repeat;
}
.accordion-card .list {
  width: 100%;
  padding-left: 10px;
}
.accordion-card__content {
  display: none;
  padding-top: 20px;
}
.accordion-card__content li {
  font-size: 14px;
}
.pagination,
.pagination__item {
  display: flex;
  justify-content: center;
}
.pagination__item {
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.pagination__item._active {
  border-color: #ff9600;
}
.pagination__item._icon {
  background: url(/image/redesign/angle-right.svg) center no-repeat;
  background-size: 10px;
}
.beach-tabs {
  padding-bottom: 20px;
}
.beach-tabs__container p,
.beach-tabs__container ul {
  margin-bottom: 1em;
}
.beach__wrap {
  position: relative;
}
.beach .aqva__nav {
  top: -38px;
}
.beach__pagination {
  bottom: -40px;
  width: 100%;
}
.beach__pagination .swiper-pagination-bullet {
  margin: 0 6px;
}
.beach .aqva__img {
  height: 316px;
}
.pool {
  padding: 20px 0 80px;
}
.pool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pool-item__img {
  height: 172px;
  object-fit: cover;
}
.pool-item__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.pool-item__text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.pool-aqva {
  padding-bottom: 12px;
}
.pool-aqva__link {
  margin-top: 60px;
}
.pool-aqva .aqva__nav {
  display: none;
}
.pool-accordion {
  padding: 100px 0 80px;
}
.pool-accordion__title {
  margin-bottom: 32px;
}
.pool-accordion__subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.table {
  margin-bottom: 40px;
}
.table._3 {
  margin-bottom: 0;
}
.table__top {
  display: none;
}
.table__tr {
  display: flex;
  flex-direction: column;
}
.table__td {
  display: none;
  margin-bottom: 4px;
  padding: 0;
  background: #fbfbfd;
}
.table__td._1 {
  display: flex;
  margin-bottom: 8px;
}
.table__td:last-child {
  margin-bottom: 8px;
}
.table .accordion-card__btn {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  background: #e7fbff;
  border: 0;
}
.table .accordion-card__btn._active .accordion-card__icon path {
  stroke: #ff9600;
}
.table .accordion-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: 0;
  transition: ease 0.1s;
}
.table__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  line-height: 16px;
}
.table__value {
  text-transform: uppercase;
  text-align: center;
}
.newmainpage .slider {
  position: relative;
  height: 100dvh;
}
.newmainpage .slider.--static {
  height: 88dvh;
}
.newmainpage .slider__swiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.newmainpage .slider__swiper .btn {
  padding: 12px 32px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 16px;
  line-height: 24px;
}
.newmainpage .slider__swiper .btn.btn-3d-tour {
  background: url(/image/redesign/3d-tour.png) no-repeat left center;
  background-size: 126px;
  bottom: 14px;
  height: 42px;
  width: 100px;
}
.newmainpage .slider__swiper-wrap {
  position: relative;
  margin-top: 215px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-transform: uppercase;
  text-align: center;
}
.newmainpage .slider__swiper-wrap .h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  color: rgba(255, 255, 255, 0.8);
}
.newmainpage .slider__swiper-wrap p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.newmainpage .slider__swiper:before {
  content: "";
  background: rgba(0, 0, 0, 0.251);
}
.newmainpage .slider > .slider__swiper > img {
  display: none;
  object-fit: cover;
}
.newmainpage .slider video,
.newmainpage .slider > .slider__swiper > img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.newmainpage .slider__loader,
.newmainpage .slider__swiper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newmainpage .slider__loader::before {
  content: "";
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/loader-main.gif) no-repeat 0 0;
  z-index: 2;
  width: 64px;
  height: 64px;
}
.newmainpage .slider__loader.--disabled {
  display: none;
}
.slider__img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  object-position: left;
}
.slider__nav {
  top: auto;
  right: 16px;
  bottom: 16px;
  left: auto;
  transform: none;
}
.slider__next,
.slider__prev {
  width: 32px;
  height: 32px;
  background-size: 8px;
}
.slider .swiper-button-prev {
  left: -14px;
}
.slider .swiper-slide-active > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider.-big-sl .slider__img {
  height: 43vw;
}
.cafe-tabs {
  max-width: 100%;
  margin-bottom: 0;
}
.cafe-tabs__title {
  text-align: center;
}
.cafe-tabs__grid {
  display: grid;
  grid-template-columns: 244px;
  grid-gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}
.cafe-menu {
  margin-bottom: 24px;
}
.cafe-menu._last {
  margin-bottom: 0;
}
.cafe-menu__title {
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #000;
}
.cafe-menu__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cafe-menu__row:last-child {
  margin-bottom: 0;
}
.cafe-menu__name,
.vacs-item li {
  font-size: 14px;
  line-height: 20px;
}
.vacs {
  padding: 40px 0 80px;
}
.vacs__bottom-tels p,
.vacs__info {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.vacs__wrap {
  margin-bottom: 40px;
  padding: 16px;
  border-radius: 12px;
  background: #fbfbfd;
}
.vacs__col,
.vacs__items {
  display: grid;
  grid-gap: 16px;
}
.vacs__title {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.vacs-item {
  padding: 16px;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
}
.vacs-item__title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ff9600;
}
.vacs-item li {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
}
.article-page li:before,
.program-detail li:before,
.shop li:before,
.tariff-links__modal li:before,
.vacs-item li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
}
.vacs__btn {
  max-width: 340px;
  width: 100%;
  margin: 16px auto 0;
}
.vacs__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.vacs__top .swiper-nav {
  position: relative;
  flex-shrink: 0;
  transform: none;
  left: 0;
  top: 10px;
}
.vacs__bottom {
  margin-top: 80px;
}
.vacs__bottom-tels {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vacs__bottom-tels p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}
.vacs__bottom-tels p img {
  flex-shrink: 0;
  width: 24px;
}
.vacs__bottom-socs {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}
.vacs__bottom-mail,
.vacs__bottom-mail a,
.vacs__bottom-socs,
.vacs__bottom-socs div {
  display: flex;
  align-items: center;
  gap: 22px;
}
.vacs__bottom-socs div a {
  width: 36px;
  height: 36px;
}
.vacs__bottom-mail {
  gap: 24px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}
.vacs__bottom-mail a {
  gap: 12px;
}
.vacs__slider-slide {
  height: auto;
}
.vacs__slider-slide .wrapp-aqva__img {
  margin-bottom: 0;
  z-index: 1;
}
.vacs__slider-slide-info {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 25px 25px;
}
.vacs__slider-slide-info:before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url("/redesign/image/vacs/Vector 1.svg");
  background-size: cover;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: calc(100% + 65px);
}
.vacs__slider-slide-info,
.vacs__slider-slide-info p {
  line-height: 28px !important;
}
.vacs__slider-slide-info-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  z-index: 3;
}
.vacs__slider-slide-info-rows {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 3;
}
.vacs__slider-slide-info-rows div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vacs__slider-slide-info .btn {
  position: relative;
  z-index: 3;
  margin: auto 0 0;
}
.article-tabs {
  max-width: 100%;
  margin: 0;
  padding: 40px 0 80px;
}
.article-tabs__grid {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 4px;
  margin-bottom: 40px;
}
.article-tabs__items {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 80px;
}
.article-tabs__items .article-item:nth-child(3) ~ .article-item {
  display: none;
}
.article-item__img {
  width: 100%;
  height: 206px;
  margin-bottom: 12px;
  object-fit: cover;
  border-radius: 12px;
}
.article-item__title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.article-item__text,
.article-page .accordion-item__btn:before {
  display: none;
}
.article-item__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006eff;
}
.article-page {
  padding: 40px 0 80px;
}
.article-page a {
  text-decoration: underline;
}
.article-page a:hover,
.page.page-cabinet-plk
  .page-plk
  .page-plk-info
  > .error-text
  a[href^="mailto"] {
  text-decoration: none;
}
.article-page__title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}
.article-page .accordion-item__btn {
  width: auto;
  color: #ff9600;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  border: 0;
}
.article-page .accordion-item {
  margin-bottom: 26px;
}
.article-page .accordion-item__icon {
  margin-left: 8px;
}
.article-page p {
  margin-bottom: 1.8em;
  font-size: 14px;
  line-height: 20px;
}
.article-page li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.article-other {
  padding-bottom: 80px;
}
.article-other__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.article-other__wrap-slider {
  position: relative;
}
.article-other__nav {
  display: none;
}
.section-review {
  overflow: hidden;
}
.review {
  padding: 40px 0 80px;
  background: #fbfbfd;
}
.review-row {
  display: grid;
  grid-gap: 24px;
  margin-bottom: 40px;
}
.review-row__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.review-row__btn {
  max-width: 182px;
  margin: 0 auto;
}
.review__items {
  display: grid;
  grid-gap: 12px;
  margin-bottom: 60px;
}
.review-item {
  padding: 20px;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
}
.review-item__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.review-item__wrap {
  display: flex;
}
.review-item__img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  border-radius: 8px;
}
.review-item__title {
  font-size: 16px;
  line-height: 22px;
  color: #222426;
  font-weight: 600;
}
.review-item__date {
  font-size: 14px;
  line-height: 20px;
  color: #1a202c;
  opacity: 0.5;
}
.review-item__stars {
  display: flex;
  justify-content: flex-end;
}
.review-item__star {
  width: 16px;
  height: 16px;
  background-image: url(/image/redesign/star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.review-item__star._half {
  background-image: url(/image/redesign/star1.svg);
}
.review-item__star._empty {
  background-image: url(/image/redesign/star2.svg);
}
.parking {
  padding: 32px 0 80px;
}
.parking__head {
  display: none;
}
.parking__info {
  margin-bottom: 60px;
}
.parking-tariff__title {
  margin-bottom: 32px;
}
.parking-tariff__items {
  display: grid;
  grid-gap: 8px;
  margin-bottom: 40px;
}
.parking-tariff__item {
  padding: 16px;
  border: 2px solid #e3e5ed;
  border-radius: 8px;
  background: #fff;
}
.parking-tariff__item-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  position: relative;
}
.parking-tariff__item-title span {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8b8b8b;
}
.parking-tariff__item-title span.tariff-card__head-mark {
  display: inline-block;
}
.parking-tariff__item-text {
  margin-bottom: 12px;
}
.parking-tariff__item-text span {
  color: #ff9600;
  font-weight: 600;
}
.parking-tariff__item-info {
  margin-top: 20px;
}
.parking__dsc {
  margin-bottom: 40px;
  text-align: center;
}
.parking-tabs {
  display: grid;
  grid-gap: 16px;
}
.parking-tabs__btn {
  max-width: 346px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  color: #006eff;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 6px;
}
.shop {
  padding: 40px 0 80px;
}
.shop__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.shop p {
  margin-bottom: 1.2em;
}
.program-detail li,
.shop li,
.tariff-links__modal li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}
.program-block {
  padding: 30px 0 70px;
}
.program-block .img {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.15));
  border-radius: 20px;
}
.program-block__img {
  width: 315px;
  height: 183px;
  margin: 0 auto 32px;
  object-fit: cover;
}
.program-block__title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.lk-cart-item .-summa .cart-price .old,
.program-block__text span,
.program-block__title span,
.program-detail p span,
.tariff-tabs .tabs__btn:hover {
  color: #ff9600;
}
.program-block__text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}
.program-block__text p {
  font-size: 14px;
}
.program-block__wrap-text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 22px;
}
.box-dr-tarif > div,
.program-block__wrap-btn {
  width: 100%;
}
.program-block__content {
  margin-top: 20px;
}
.program-carts__sliders .program-item {
  height: auto;
}
.program-accordion {
  padding: 20px 0 80px;
  background: #fbfbfd;
}
.program-accordion__title {
  margin-bottom: 32px;
}
.program-detail {
  padding: 32px 0 80px;
}
.program-detail p,
.program-detail ul {
  margin-bottom: 1.4em;
}
.program-detail li,
.tariff-links__modal li {
  padding-left: 10px;
}
.gift {
  padding: 40px 0 80px;
}
.gift__title {
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.gift-block__img {
  width: 248px;
  height: 158px;
  margin: 0 auto 32px;
}
.gift-block__list {
  display: grid;
  grid-gap: 24px;
  margin-bottom: 40px;
}
.gift-block__list-item {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.gift-block__list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.gift-block__list-item._1:before {
  background-image: url(/image/redesign/icon_1.svg);
}
.gift-block__list-item._2:before {
  background-image: url(/image/redesign/icon_2.svg);
}
.gift-block__list-item._3:before {
  background-image: url(/image/redesign/icon_3.svg);
}
.gift p,
.gift__list {
  margin-bottom: 20px;
}
.gift__tabs {
  margin-top: 40px;
}
.gift__tabs .parking-tabs__btn {
  padding-right: 44px;
  padding-left: 44px;
}
.halva-block {
  padding: 40px 0 80px;
}
.halva-block__title {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 28px;
}
.halva-block__img {
  width: 308px;
  margin-bottom: 24px;
  object-fit: cover;
}
.halva-block__text {
  margin-bottom: 32px;
}
.halva-block__btn {
  margin-bottom: 12px;
  padding: 12px 24px;
}
.halva-block__info {
  color: #8b8b8b;
}
.halva-items {
  padding: 40px 0;
  background: #fbfbfd;
}
.halva-items__title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.halva-items__info {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #006eff;
  text-align: center;
}
.halva-items__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.halva-items__item {
  width: 46%;
}
.halva-items__item._5 {
  width: 300px;
  margin: 0 auto;
}
.halva-items__text {
  text-align: center;
}
.halva-items__img {
  margin: 0 auto 4px;
}
.halva-order {
  padding: 80px 0;
}
.halva-order__item:before,
.halva-order__items {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.halva-order__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 330px;
  width: 100%;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  background-image: url(/image/redesign/line-circle.svg);
}
.halva-order__item {
  position: relative;
  width: 126px;
  padding-top: 56px;
  text-align: center;
}
.halva-order__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 40px;
}
.halva-order__item._1:before {
  background-image: url(/image/redesign/order1.svg);
}
.halva-order__item._2 {
  margin-top: 104px;
}
.halva-order__item._2:before {
  background-image: url(/image/redesign/order2.svg);
}
.halva-order__item._3 {
  width: 121px;
  margin-top: -20px;
}
.halva-order__item._3:before {
  background-image: url(/image/redesign/order3.svg);
}
.halva-order__item._4 {
  width: 128px;
  margin-top: 98px;
}
.halva-order__item._4:before {
  background-image: url(/image/redesign/order4.svg);
}
.halva-order__btn {
  display: flex;
  max-width: 344px;
  width: 100%;
  height: 48px;
  margin: 0 auto;
}
.basket {
  position: relative;
  background-image: url(/image/redesign/Shopping-cart.svg);
}
.basket__number {
  position: absolute;
  top: -18px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  background: #f3b744;
}
.basket-form {
  position: absolute;
  top: 132px;
  right: 116px;
  z-index: 11;
  width: 420px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.basket-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.basket-form__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #f3b744;
}
.basket-form__number {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
.basket-form__input {
  padding: 0;
  text-align: center;
  border: 0;
}
.basket-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e3e5ed;
}
.basket-form__total {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.cart-price {
  align-items: flex-end;
  display: inline-flex;
  gap: 8px;
}
.cart-price .old {
  color: #8b8b8b;
  font-size: 10px;
  line-height: 14px;
  text-decoration: line-through;
}
.cart-price .new {
  color: red;
  font-weight: 600;
}
.tariff-tabs {
  max-width: 100%;
  margin-bottom: 0;
}
.tariff-tabs__wrap-slider {
  margin-bottom: 28px;
  overflow: hidden;
}
.tariff-tabs__slider {
  overflow: visible;
}
.tariff-tabs__slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500%;
  height: 2px;
  background: #c4c5c9;
}
.tariff-tabs .tabs__btn {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #c4c5c9;
  border: 0;
}
.tariff-tabs .tabs__btn_active {
  padding-left: 0;
  color: #000;
  background: #fff;
  border-bottom: 2px solid #ff9600;
}
.tariff-block {
  padding: 40px 0;
  background: #e5f3fe;
}
.tariff-block__tabs {
  display: flex;
  margin-bottom: 24px;
}
.tariff-block__tabs-btn {
  margin-right: 12px;
  padding: 8px 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 4px;
}
.tariff-block__tabs-btn._active {
  color: #fff;
  background: #006eff;
  border: 1px solid #006eff;
}
.tariff-block__container {
  display: none;
}
.tariff-block__container._active {
  display: block;
}
.tariff-block__cards {
  display: grid;
  grid-gap: 24px;
  width: 100%;
}
.tariff-block__info {
  margin-top: 20px;
  color: #006eff;
}
.tariff-block__cnt p {
  margin-bottom: 1em;
}
.tariff-block__cnt-btns {
  margin-top: 20px;
}
.tariff-block__cnt-btns .btn-yellow {
  padding: 8px 19px;
}
.tariff-block__cnt-btns .btn-white {
  margin-top: 10px;
}
.tariff-card {
  position: relative;
  padding: 16px;
  border: 1px solid #e3e5ed;
  border-radius: 6px;
  background: #fff;
}
.tariff-card.preloader,
form.dr-tarif .label-group .label-tabl.disabled {
  opacity: 0.5;
}
.tariff-card.preloader:before {
  background: url(/image/bxslider/bx_loader.gif) no-repeat center;
  content: "";
  cursor: progress;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tariff-card__sticker {
  align-items: center;
  background: #3a60fb;
  border-radius: 5px 5px 0 0;
  bottom: 100%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  margin: -20px 0 0;
  min-width: 130px;
  padding: 0 20px;
  position: absolute;
  right: 5px;
  text-align: center;
}
.tariff-card__sticker--weekdays:before {
  content: "Будни";
}
.tariff-card__sticker--weekend {
  background: red;
}
.tariff-card__sticker--weekend:before {
  content: "Любой день";
}
.tariff-card__head {
  flex-wrap: wrap;
}
.tariff-card__head.--full-width {
  display: block;
  width: 100%;
}
.tariff-card__head,
.tariff-card__head-wrap,
form.dr-tarif .label-group label > div {
  display: flex;
  align-items: center;
}
.tariff-card__head-title {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #ff9600;
}
.tariff-card__head-title--crossed {
  display: block;
  margin: 0 5px 0 0;
  position: relative;
}
.tariff-card__head-title--crossed:before {
  background: #ff4646;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 0 0 -4px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.tariff-card__head-title .only-online {
  font-size: 10px;
  margin: 22px 0 0;
  position: absolute;
}
.tariff-card__head-hit {
  padding-left: 24px;
  font-weight: 600;
  color: #ff4646;
  background-image: url(/image/redesign/fair.svg);
  background-position: left;
  background-repeat: no-repeat;
}
.tariff-card__head-mark {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(/image/redesign/mark.svg);
}
.tariff-card__head-mark:hover .tariff-card__modal {
  visibility: visible;
  opacity: 1;
}
.tariff-card__head-user {
  width: 100%;
  margin-top: 8px;
  padding-left: 32px;
  background-image: url(/image/redesign/icon-card-2.svg);
  background-position: left;
  background-repeat: no-repeat;
}
.tariff-card__head-text {
  width: 100%;
  margin-top: 4px;
  font-size: 16px;
  line-height: 22px;
}
.tariff-card__head-text .red {
  color: red;
}
.tariff-card__head-text .link,
form.dr-tarif .label-group .label-tabl .label-tabl-n.-link a {
  text-decoration: underline;
}
.tariff-card__body {
  margin-top: 28px;
}
.tariff-card__body._action .tariff-card__body-btn {
  margin: 0;
}
.tariff-card__body._action
  .tariff-card__body-row._buy-button
  .basket-form__number {
  min-width: 100px;
}
.tariff-card__body-rows {
  display: grid;
  grid-gap: 16px;
  margin: 0 0 10px;
}
.tariff-card__body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tariff-card__body-price {
  font-weight: 600;
  text-align: right;
}
.tariff-card__body-price._double-inline {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.tariff-card__body-price._double-inline .tariff-card__body-price--old {
  margin: 2px 0 0;
}
.tariff-card__body-price[data-type]:not(.--empty) {
  position: relative;
}
.tariff-card__body-price[data-type]:not(.--empty):before {
  color: #828282;
  content: attr(data-type);
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  margin: -30px 0 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
}
.tariff-card__body-price._no {
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}
.tariff-card__body-price--new {
  color: #ff4646;
}
.tariff-card__body-price--old {
  color: #bcbcbc;
  display: block;
  font-size: 12px;
  text-decoration: line-through;
}
.tariff-card__body-price._new {
  color: #ff9600;
}
.tariff-card__body-space {
  width: 20%;
}
.tariff-card__body-info {
  width: 100px;
  color: #4f4f4f;
}
.tariff-card__body-info.--detail-text a {
  color: #006eff;
  text-decoration: underline;
}
.tariff-card__body-info.--is-free {
  font-weight: 700;
  text-align: center;
}
#picker .ui-datepicker:after,
.tariff-card__body-btn,
form.dr-tarif .hidden,
form.dr-tarif .label-group .label-tabl .label-tabl-n a span,
form.dr-tarif .label-group label > div.hidden {
  display: none;
}
.tariff-card__modal {
  position: absolute;
  top: 58px;
  left: 16px;
  z-index: 1;
  max-width: 544px;
  width: 100%;
  padding: 24px 16px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  transition: ease 0.3s;
}
.tariff-card__modal p {
  margin-bottom: 1em;
  font-weight: 500;
}
.tariff-card--special-promo-tarif .tariff-card__special-promo-text {
  background: url(/image/redesign/fair.svg) no-repeat left center;
  color: #ff4242;
  display: inline;
  font-size: 14px;
  font-weight: 500;
  left: 20px;
  line-height: 0;
  padding: 0 0 0 18px;
  position: relative;
  top: -5px;
  white-space: nowrap;
}
.tariff-card--special-promo-tarif .tariff-card__special-promo-text b {
  font-size: 16px;
  font-weight: 700;
}
.tariff-card--special-promo-tarif .tariff-card__body-price--old {
  color: #bcbcbc;
}
.tariff-card__body-name {
  position: relative;
  display: flex;
  align-items: center;
}
.tariff-card__body-name.--bonus-card {
  min-width: 100px;
  width: 25%;
}
.tariff-card__body-name i {
  display: block;
  font-size: 9px;
  font-style: normal;
  margin: 5px 0 0 -3px;
  position: absolute;
  white-space: nowrap;
}
.program-block__grid.-mod-cart .program-block__text ul.-mod,
.tariff-card__body-name .tariff-card__head-mark {
  margin-left: 5px;
}
.tariff-card__body-name .tariff-card__head-mark .tariff-card__modal,
.tariff-card__body-name .tariff-card__head-mark:hover .tariff-card__modal {
  top: 20px;
}
@supports (width: max-content) {
  .tariff-card__head-mark:hover .tariff-card__modal {
    width: max-content;
  }
}
.tariff-links {
  padding-bottom: 32px;
  background: #e5f3fe;
}
.tariff-links__title {
  margin-bottom: 32px;
  text-align: center;
}
.tariff-links .parking-tabs {
  justify-content: center;
}
.tariff-links__wrap {
  position: relative;
  display: inherit;
  max-width: 346px;
}
.tariff-links__wrap:hover {
  z-index: 1;
}
.tariff-links__wrap:hover .parking-tabs__btn {
  color: #f3b744;
}
.tariff-links__wrap:hover .tariff-links__modal {
  opacity: 1;
  visibility: visible;
}
.tariff-links__modal {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.3s;
}
.tariff-links__modal ul {
  display: grid;
  grid-gap: 16px;
}
.tariff-links .parking-tabs__btn {
  padding: 12px;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
}
.tariff-badges {
  padding: 80px 0;
}
.tariff-arrange {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
}
.tariff-arrange__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.tariff-arrange__total {
  padding-left: 42px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-image: url(/image/redesign/Shopping-cart.svg);
  background-position: left;
  background-repeat: no-repeat;
}
.tariff-arrange__btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
}
#picker {
  margin: 40px 0 0;
  padding-right: 65px;
}
#picker .ui-datepicker {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  border: 0;
}
#picker .ui-datepicker > div {
  width: 46%;
  background-color: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 12px;
  padding: 0 8px;
}
#picker .ui-datepicker > div.ui-datepicker-row-break {
  width: 0;
  display: none;
}
#picker .ui-datepicker-header {
  border: 0;
  background: 0 0;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  height: auto;
  padding: 16px 0 0;
}
#picker .ui-datepicker-calendar thead th {
  padding: 0;
  background: 0 0;
}
#picker .ui-datepicker-calendar thead th:first-child span {
  border-radius: 10px 0 0 10px;
}
#picker .ui-datepicker-calendar thead th:last-child span {
  border-radius: 0 10px 10px 0;
}
#picker .ui-datepicker-calendar thead th span {
  margin: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #8b8b8b;
  padding: 15px 0;
  letter-spacing: -0.078px;
  text-transform: uppercase;
}
#picker .ui-datepicker td a,
#picker .ui-datepicker td span {
  text-align: center;
  border: 0;
  background: 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
  color: #000;
  padding: 11px 0;
  position: relative;
  z-index: 1;
}
#picker .ui-datepicker-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
  color: #000;
}
#picker .ui-state-active,
#picker .ui-widget-content .ui-state-active,
#picker .ui-widget-header .ui-state-active {
  color: #fff;
  font-weight: 600;
}
#picker .ui-state-active:after,
#picker .ui-widget-content .ui-state-active:after,
#picker .ui-widget-header .ui-state-active:after {
  content: "";
  background-color: #ff9500;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  position: absolute;
  z-index: -1;
}
#picker .ui-datepicker .ui-datepicker-next,
#picker .ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  top: 17px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#picker .ui-datepicker .ui-datepicker-next-hover,
#picker .ui-datepicker .ui-datepicker-prev-hover {
  background: 0 0;
  border: 0;
}
#picker .ui-datepicker .ui-datepicker-next span,
#picker .ui-datepicker .ui-datepicker-prev span {
  background-size: contain;
  background-image: url(/image/dr/left-n.svg);
  margin: 0;
  background-position: center center;
  position: static;
}
#picker .ui-datepicker .ui-datepicker-prev {
  left: 6px;
}
#picker .ui-datepicker .ui-datepicker-next {
  right: 6px;
}
#picker .ui-datepicker .ui-datepicker-next span {
  background-image: url(/image/dr/right-n.svg);
}
#picker .ui-icon {
  width: 18px;
  height: 18px;
}
form.dr-tarif {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
form.dr-tarif .form__number {
  white-space: nowrap;
}
form.dr-tarif .form__number input {
  font-weight: 700;
  width: 25px;
}
form.dr-tarif .label-group {
  margin: 40px 0 0;
}
form.dr-tarif .label-group.no-margin,
form.dr-tarif .pay .logos img {
  margin: 0;
}
form.dr-tarif
  .label-group[data-has-counter]
  .label-tabl
  .label-tabl-t.form-label-input-counter {
  min-width: 115px;
}
form.dr-tarif .label-group .label-tabl {
  justify-content: flex-start;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  align-items: flex-start;
}
form.dr-tarif .label-group .label-tabl .checkbox {
  margin-right: 16px;
  top: 2px;
}
form.dr-tarif .label-group .label-tabl .label-tabl-n {
  color: #000 !important;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
form.dr-tarif .label-group .label-tabl .label-tabl-n a {
  margin-bottom: 0;
  color: #000 !important;
  font-weight: 400;
  line-height: 28px;
}
form.dr-tarif .label-group .label-tabl .label-tabl-t {
  min-width: 110px;
  margin-left: auto;
}
form.dr-tarif .label-group .label-tabl .form-label-input-announce {
  white-space: nowrap;
}
form.dr-tarif .label-group .label-tabl .label-tabl-p {
  color: #ff9500;
  margin-left: 32px;
  min-width: 96px;
}
form.dr-tarif .label-group a {
  font-size: 18px;
  line-height: 22px;
  color: #5275f1 !important;
  font-weight: 600;
  margin: 0 0 17px;
  display: inline-block;
}
form.dr-tarif .label-group label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
form.dr-tarif .label-group label:last-child:not(.label-tabl--margin) {
  margin: 0;
}
form.dr-tarif .label-group b {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #565d74;
}
form.dr-tarif .label-group .checkbox {
  position: relative;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ff9500;
}
form.dr-tarif .label-group .checkbox.-active + .label-text {
  color: #ff9500;
}
form.dr-tarif .label-group .checkbox + div,
form.dr-tarif .label-group .checkbox + span {
  padding: 0 0 0 18px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #565d74;
}
form.dr-tarif .label-group .checkbox + div {
  font-weight: 700;
}
form.dr-tarif .label-group .checkbox + div span {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  color: #979cb8;
  font-weight: 400;
}
form.dr-tarif .label-group .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff9500;
  border-radius: 0;
  opacity: 0;
}
form.dr-tarif .label-group input:checked + span {
  opacity: 1;
  background-image: url(/image/dr/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
form.dr-tarif .guest {
  margin: 32px 0 3px;
}
form.dr-tarif .guest > div {
  display: flex;
  align-items: center;
  margin: 0 0 23px;
  position: relative;
}
form.dr-tarif .guest > div:last-child {
  margin: 0;
}
form.dr-tarif .guest > div > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  min-width: 205px;
}
form.dr-tarif .counter {
  width: 182px;
  height: 40px;
  display: flex;
  padding: 0 5px;
  position: static;
  transform: none;
}
form.dr-tarif .counter input {
  text-align: center;
  border: 0;
  background: 0 0;
  appearance: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
form.dr-tarif .counter span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  max-width: 40px;
  width: 40px;
  background-color: #e5f3fe;
  border-radius: 4px;
}
form.dr-tarif .counter > * {
  width: calc(100% / 3);
}
form.dr-tarif .pay {
  padding: 0 0 44px;
}
form.dr-tarif .pay .title {
  padding-top: 142px;
}
form.dr-tarif .pay .label-group {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 32px;
}
form.dr-tarif .pay .label-group label {
  flex-wrap: wrap;
  margin: 0 0 27px;
}
form.dr-tarif .pay .label-group label span {
  font-weight: 700;
  color: #e3e5ed;
  font-size: 20px;
  line-height: 28px;
}
form.dr-tarif .pay .checkbox:not(.-active) {
  border-color: #e3e5ed;
  background-color: transparent;
}
form.dr-tarif .pay .logos {
  margin: 0 0 30px;
  max-width: 550px;
  width: 100%;
  padding: 26px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form.dr-tarif .pay .logos span {
  display: none;
}
form.dr-tarif .service {
  border: 1px solid #e3e5ed;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  margin: 0 0 37px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  max-width: 747px;
  width: 100%;
}
form.dr-tarif .service.-first {
  margin-top: 16px;
}
form.dr-tarif .service.-first .name:not(.-clean) {
  text-decoration: underline;
}
form.dr-tarif .service.-sub .label-tabl-t {
  min-width: 132px;
}
form.dr-tarif .service .name {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #000;
  margin: 0 0 15px;
}
form.dr-tarif .write {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 12px 0 33px;
}
form.dr-tarif .write input,
form.dr-tarif .write span {
  max-width: 593px;
  width: 100%;
}
form.dr-tarif .write span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8b8b8b;
  padding: 0 0 0 29px;
  text-align: right;
  margin-top: 8px;
}
form.dr-tarif .design {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 40px;
  position: relative;
  max-width: 680px;
  width: 100%;
}
form.dr-tarif .design .des-next,
form.dr-tarif .design .des-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 14px;
  margin: auto;
  cursor: pointer;
  display: none;
}
form.dr-tarif .design .des-prev {
  left: 0;
}
form.dr-tarif .design .des-next {
  right: 0;
}
form.dr-tarif .design .swiper-wrapper {
  flex-wrap: wrap;
  width: 100% !important;
  transform: none !important;
  grid-gap: 40px 40px;
}
form.dr-tarif .design label {
  width: 100% !important;
  height: 200px;
  cursor: pointer;
  display: block;
}
form.dr-tarif .design .swiper-slide {
  width: 160px !important;
}
form.dr-tarif .design input:checked + .pic {
  background-color: #fff3c7;
}
form.dr-tarif .design .pic {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
form.dr-tarif .design .pic span {
  width: 80%;
  height: 80%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
form.dr-tarif .user {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 34px;
  max-width: 718px;
  margin-top: -60px;
}
form.dr-tarif .user input[type="text"] {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 8px);
}
form.dr-tarif .user input[type="text"]:first-of-type {
  margin-right: 10px;
}
form.dr-tarif .user input[type="text"]:last-of-type {
  width: 100%;
  margin-top: 16px;
}
form.dr-tarif .user span {
  font-size: 14px;
  line-height: 17px;
  color: #979cb8;
  font-weight: 400;
  display: block;
  padding: 14px 0 0;
}
form.dr-tarif .user input {
  width: calc(100% / 3 - 15px);
}
form.dr-tarif input[type="text"] {
  height: 48px;
  border: 1px solid #e3e5ed;
  background-color: #fff;
  padding: 0 35px;
  color: #979cb8;
  font-size: 17px;
  font-weight: 300;
  border-radius: 6px;
}
form.dr-tarif input[type="text"]::-webkit-input-placeholder {
  color: #979cb8;
}
form.dr-tarif input[type="text"]::-moz-placeholder {
  color: #979cb8;
}
form.dr-tarif input[type="text"]:-moz-placeholder {
  color: #979cb8;
}
form.dr-tarif input[type="text"]::placeholder {
  color: #979cb8;
}
form.dr-tarif input[type="text"]:-ms-input-placeholder {
  color: #979cb8;
}
form.dr-tarif input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
}
form.dr-tarif input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
}
form.dr-tarif input[type="text"]:focus:-moz-placeholder {
  opacity: 0;
}
form.dr-tarif input[type="text"]:focus::placeholder {
  opacity: 0;
}
form.dr-tarif input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
}
form.dr-tarif button {
  appearance: none;
  max-width: 402px;
  width: 100%;
  border: 0;
  margin: 0 0 16px;
}
form.dr-tarif .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #006eff;
  padding: 78px 0 25px;
}
form.dr-tarif > .title:first-of-type {
  padding-top: 58px;
}
.box-dr-tarif {
  display: flex;
  margin: 0 0 100px;
  position: relative;
}
.box-dr-tarif * {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  color: inherit;
  line-height: inherit;
  outline: 0;
}
.box-dr-tarif > div:first-child {
  padding: 0 80px 0 0;
}
.box-dr-tarif > div:last-child {
  width: 390px;
  min-width: 390px;
}
.box-dr-tarif-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dee1f0;
  border-radius: 12px;
  padding: 15px 40px 15px 16px;
  margin: 0 0 16px;
  max-width: 558px;
  width: 100%;
}
.box-dr-tarif-card > div:last-child {
  width: 100%;
}
.box-dr-tarif-card > div:last-child svg {
  display: inline-block;
}
.box-dr-tarif-card a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #006eff;
}
.box-dr-tarif-card .name {
  font-size: 22px;
  line-height: 26px;
  color: #565d74;
  font-weight: 700;
  margin: 0 0 20px;
}
.box-dr-tarif-card .name .wrap-text {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  margin-bottom: 20px;
}
.box-dr-tarif-card .name .wrap-text span,
.box-dr-tarif-card .name span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #222426;
}
.box-dr-tarif-card .name span {
  font-weight: 400;
  color: #000;
  display: block;
}
.box-dr-tarif-result {
  background: #fff;
  border-radius: 12px;
  padding-bottom: 44px;
  top: 58px;
  right: 0;
  position: absolute;
  width: 390px;
  min-width: 390px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.box-dr-tarif-result .result-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: center;
  padding: 42px 0 16px;
}
.box-dr-tarif-result > .wrap {
  flex-direction: column;
  margin-bottom: 0;
}
.box-dr-tarif-result .part,
.box-dr-tarif-result .wrap {
  padding-left: 40px;
  padding-right: 40px;
}
.box-dr-tarif-result .part:last-child {
  border: 0;
}
.box-dr-tarif-result .wrap:last-child {
  border: 0;
  padding-bottom: 0;
}
.box-dr-tarif-result .part {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #565d74;
  font-size: 16px;
  line-height: 19px;
}
.box-dr-tarif-result .part:last-child {
  border-top: 1px solid #ff9500;
  margin: 7px 40px 0;
  padding: 16px 0 0;
}
.box-dr-tarif-result .part:last-child b:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #ff9500;
}
.box-dr-tarif-result .part.dop div {
  margin: 0 0 10px;
}
.box-dr-tarif-result .part div {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}
.box-dr-tarif-result .part .announce {
  color: #8b8b8b;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  font-weight: 400;
  margin: 10px -15px 0 0;
}
.box-dr-tarif-result .part b,
.box-dr-tarif-result .part strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.box-dr-tarif-result .part b:nth-last-child(1) {
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}
.box-dr-tarif-result .part strong {
  margin: 0 0 8px;
  display: block;
}
.box-dr-tarif-result .part .small {
  justify-content: flex-start;
  margin: 3px 0 0;
}
.box-dr-tarif-result .part .small b {
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  padding: 0 12px 0 0;
}
.box-dr-tarif-result .part .small b:last-child {
  font-size: 16px;
  font-weight: 400;
}
.box-dr-tarif-result .part .small b .old {
  color: #8b8b8b;
  display: inline-block;
  margin: 0 10px 0 0;
  text-decoration: line-through;
}
.box-dr-tarif-result .part .promocode {
  margin: 15px 0 0;
  position: relative;
}
.box-dr-tarif-result .part .promocode.failed:before,
.box-dr-tarif-result .part .promocode.success:before {
  color: green;
  content: "\2714";
  font-size: 24px;
  font-weight: 600;
  left: -22px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 17px;
}
.box-dr-tarif-result .part .promocode.failed:before {
  color: red;
  content: "×";
}
.box-dr-tarif-result .part .promocode span {
  display: none;
}
.box-dr-tarif-result .part .promocode input {
  height: 56px;
}
.box-dr-tarif-result .part .promocode input:focus ~ span {
  background: #ffdb00;
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0 0;
  padding: 14px 24px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  width: 100%;
}
.box-dr-tarif-result .name {
  color: #006eff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 12px;
}
.pay-note {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
  margin-bottom: 60px;
}
.pay-note a {
  color: #006eff;
}
.section-tariff-form.section-offset {
  padding-top: 32px;
}
.wrap-tariff-form.wrap-form-order {
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
.wrap-tariff-form.wrap-form-order .row:last-child {
  grid-template-columns: 323px 452px;
}
.box-dr-tarif-result.fixed {
  position: fixed;
  top: 140px;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important;
}
#cboxWrapper,
#colorbox {
  position: absolute;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#colorbox.warning,
#colorbox.warning #cboxWrapper {
  overflow: visible;
}
#colorbox.warning #cboxClose {
  top: -21px;
  right: -25px;
}
#cboxContent {
  margin-top: 20px;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent,
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(/image/colorbox/fancybox_loading_2x.gif) no-repeat center
    center;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: 0 0;
  outline: 0;
}
#cboxSlideshow {
  width: auto;
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}
#cboxPrevious {
  top: 50%;
  left: 5px;
  margin-top: -28px;
  background: url(/image/arrow-b.png) no-repeat 0 -58px;
  height: 56px;
}
#cboxClose,
#cboxNext,
#cboxPrevious {
  position: absolute;
  width: 51px;
  text-indent: -9999px;
}
#cboxNext {
  top: 50%;
  right: 5px;
  margin-top: -28px;
  background: url(/image/arrow-b.png) no-repeat;
  height: 56px;
}
#cboxClose {
  top: 4px;
  right: 3px;
  display: block;
  background: url(/image/close.png) no-repeat;
  height: 53px;
}
#colorbox.record #cboxClose,
#colorbox.review #cboxClose {
  right: -20px;
  top: -20px;
}
.popup-adds-content {
  background: #fff;
  padding: 64px 33px;
  border-radius: 15px;
  width: 908px;
  max-width: 100%;
}
.popup-adds-content__row {
  display: table;
  width: 100%;
}
.popup-adds-content__left,
.popup-adds-content__right {
  display: table-cell;
  vertical-align: top;
}
.popup-adds-content__right {
  width: 370px;
  padding-left: 20px;
}
.popup-adds-content__name {
  color: #5879f0;
  font-weight: 700;
  font-size: 20px;
}
.popup-adds-content__desc {
  font-size: 16px;
  margin-top: 20px;
}
.popup-adds-content__desc p {
  line-height: 1.5;
}
.achor-offset {
  position: relative;
  top: -150px;
  visibility: hidden;
}
.tariff-card.--static .tariff-card__head.--full-width .tariff-card__head-text {
  width: 100%;
}
.tariff-card.--static .tariff-card__body._action .tariff-card__body-name {
  margin: auto;
}
.tariff-card.--static .tariff-card__body-info {
  margin: 0 0 5px;
  padding: 5px 0 0;
  width: auto;
}
.tarifs-new-year-warning-block {
  background: #fcd4d4;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
}
.tabs__container .only-new-year-text {
  display: none;
}
.tabs__container .only-not-new-year-text,
.tabs__container[data-tab-id="new-year-2023"] .only-new-year-text {
  display: block;
}
.tabs__container[data-tab-id="new-year-2023"] .only-not-new-year-text {
  display: none;
}
.tariff-block__tabs {
  flex-wrap: wrap;
  gap: 12px;
}
.tariff-block__tabs .tariff-block__tabs-btn {
  /*margin: 0 0 10px;*/
  padding: 12px 16px;
  width: 30%;
}
.tariff-block__tabs .tariff-block__tabs-btn.tab-actions {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05975 0.532877C8.4295 0.190318 8.91496 0 9.419 0H30C31.1046 0 32 0.895431 32 2V14C32 15.1046 31.1046 16 30 16H9.419C8.91496 16 8.4295 15.8097 8.05975 15.4671L1.58356 9.46712C0.729223 8.6756 0.729223 7.3244 1.58356 6.53288L8.05975 0.532877Z' fill='%23FF9500'/%3E%3Cpath d='M14.976 8.24C14.1013 8.24 13.3867 7.96267 12.832 7.408C12.2773 6.85333 12 6.09067 12 5.12C12 4.46933 12.128 3.90933 12.384 3.44C12.64 2.97067 12.992 2.61333 13.44 2.368C13.8987 2.12267 14.4107 2 14.976 2C15.5413 2 16.048 2.12267 16.496 2.368C16.9547 2.61333 17.312 2.97067 17.568 3.44C17.824 3.90933 17.952 4.46933 17.952 5.12C17.952 6.09067 17.6747 6.85333 17.12 7.408C16.5653 7.96267 15.8507 8.24 14.976 8.24ZM21.552 2.16H24.256L16.608 13.36H13.904L21.552 2.16ZM14.976 6.512C15.1787 6.512 15.344 6.40533 15.472 6.192C15.6107 5.968 15.68 5.61067 15.68 5.12C15.68 4.62933 15.6107 4.27733 15.472 4.064C15.344 3.84 15.1787 3.728 14.976 3.728C14.7733 3.728 14.6027 3.84 14.464 4.064C14.336 4.27733 14.272 4.62933 14.272 5.12C14.272 5.61067 14.336 5.968 14.464 6.192C14.6027 6.40533 14.7733 6.512 14.976 6.512ZM23.184 13.52C22.3093 13.52 21.5947 13.2427 21.04 12.688C20.4853 12.1333 20.208 11.3707 20.208 10.4C20.208 9.74933 20.336 9.18933 20.592 8.72C20.848 8.25067 21.2 7.89333 21.648 7.648C22.1067 7.40267 22.6187 7.28 23.184 7.28C23.7493 7.28 24.256 7.40267 24.704 7.648C25.1627 7.89333 25.52 8.25067 25.776 8.72C26.032 9.18933 26.16 9.74933 26.16 10.4C26.16 11.3707 25.8827 12.1333 25.328 12.688C24.7733 13.2427 24.0587 13.52 23.184 13.52ZM23.184 11.792C23.3867 11.792 23.552 11.6853 23.68 11.472C23.8187 11.248 23.888 10.8907 23.888 10.4C23.888 9.90933 23.8187 9.55733 23.68 9.344C23.552 9.12 23.3867 9.008 23.184 9.008C22.9813 9.008 22.8107 9.12 22.672 9.344C22.544 9.55733 22.48 9.90933 22.48 10.4C22.48 10.8907 22.544 11.248 22.672 11.472C22.8107 11.6853 22.9813 11.792 23.184 11.792Z' fill='white'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 32px;
  padding: 8px 50px 8px 16px;
}
.tariff-block__tabs .tariff-block__tabs-btn.tab-actions._active {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05975 0.532877C8.4295 0.190318 8.91496 0 9.419 0H30C31.1046 0 32 0.895431 32 2V14C32 15.1046 31.1046 16 30 16H9.419C8.91496 16 8.4295 15.8097 8.05975 15.4671L1.58356 9.46712C0.729223 8.6756 0.729223 7.3244 1.58356 6.53288L8.05975 0.532877Z' fill='white'/%3E%3Cpath d='M14.976 8.24C14.1013 8.24 13.3867 7.96267 12.832 7.408C12.2773 6.85333 12 6.09067 12 5.12C12 4.46933 12.128 3.90933 12.384 3.44C12.64 2.97067 12.992 2.61333 13.44 2.368C13.8987 2.12267 14.4107 2 14.976 2C15.5413 2 16.048 2.12267 16.496 2.368C16.9547 2.61333 17.312 2.97067 17.568 3.44C17.824 3.90933 17.952 4.46933 17.952 5.12C17.952 6.09067 17.6747 6.85333 17.12 7.408C16.5653 7.96267 15.8507 8.24 14.976 8.24ZM21.552 2.16H24.256L16.608 13.36H13.904L21.552 2.16ZM14.976 6.512C15.1787 6.512 15.344 6.40533 15.472 6.192C15.6107 5.968 15.68 5.61067 15.68 5.12C15.68 4.62933 15.6107 4.27733 15.472 4.064C15.344 3.84 15.1787 3.728 14.976 3.728C14.7733 3.728 14.6027 3.84 14.464 4.064C14.336 4.27733 14.272 4.62933 14.272 5.12C14.272 5.61067 14.336 5.968 14.464 6.192C14.6027 6.40533 14.7733 6.512 14.976 6.512ZM23.184 13.52C22.3093 13.52 21.5947 13.2427 21.04 12.688C20.4853 12.1333 20.208 11.3707 20.208 10.4C20.208 9.74933 20.336 9.18933 20.592 8.72C20.848 8.25067 21.2 7.89333 21.648 7.648C22.1067 7.40267 22.6187 7.28 23.184 7.28C23.7493 7.28 24.256 7.40267 24.704 7.648C25.1627 7.89333 25.52 8.25067 25.776 8.72C26.032 9.18933 26.16 9.74933 26.16 10.4C26.16 11.3707 25.8827 12.1333 25.328 12.688C24.7733 13.2427 24.0587 13.52 23.184 13.52ZM23.184 11.792C23.3867 11.792 23.552 11.6853 23.68 11.472C23.8187 11.248 23.888 10.8907 23.888 10.4C23.888 9.90933 23.8187 9.55733 23.68 9.344C23.552 9.12 23.3867 9.008 23.184 9.008C22.9813 9.008 22.8107 9.12 22.672 9.344C22.544 9.55733 22.48 9.90933 22.48 10.4C22.48 10.8907 22.544 11.248 22.672 11.472C22.8107 11.6853 22.9813 11.792 23.184 11.792Z' fill='%23FF9500'/%3E%3C/svg%3E");
}
.tariff-block__tabs .tariff-block__tabs-btn.tab-new-year-2023 {
  background:
    url(/image/redesign/new-year/snow.svg),
    url(/image/redesign/new-year/fir.svg) no-repeat 88% center,
    #0ac50c;
  color: #fff;
  justify-content: flex-start;
  padding: 12px 45px 12px 16px;
  width: 260px;
}
.tariff-block__tabs .tariff-block__tabs-btn.tab-new-year-2023._active,
.tariff-block__tabs .tariff-block__tabs-btn.tab-new-year-2023:hover {
  background-color: #03d605;
  border-color: #03d605;
}
.tariff-card__body-row .tariff-card__body-name {
  width: 30%;
}
.tariff-card__body-row .tariff-card__body-price {
  width: 40%;
}
.tariff-card__body-row .tariff-card__body-price[data-type]:before {
  left: 0;
  text-align: right;
  transform: none;
  width: 100%;
}
.tariff-card__body-row .tariff-card__body-price._no {
  font-size: 12px;
}
.tariff-card__body-row .tariff-card__body-space {
  width: 1%;
}
.tariff-card__body-row.--not-buy .tariff-card__body-name {
  width: 30%;
}
.tariff-card__body-row .basket-form__number,
.tariff-card__body-row .tariff-card__body-info,
.tariff-card__body-row.--not-buy .tariff-card__body-price {
  width: 40%;
}
.tariff-card__body-row.--not-buy .tariff-card__body-space {
  width: 1%;
}
.tariff-card__body-row.--not-buy .tariff-card__body-info {
  width: 40%;
}
.event {
  padding: 40px 0 80px;
  background: #fbfbfd;
}
.event-tabs {
  margin-bottom: 0;
}
.event-tabs,
.event-tabs__container {
  max-width: 100%;
}
.event-tabs__btns {
  margin-bottom: 28px;
}
.event-tabs__btn {
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #c4c5c9;
  background: 0 0;
  border: 0;
}
.event-tabs__btn:hover,
.info-price > b a,
.info-price > b span {
  color: #ff9600;
}
.event-tabs__btn._active {
  color: #000;
}
.event-tabs__btn._1 {
  margin-right: 20px;
}
.event-tabs__container {
  display: none;
}
.contacts-item.-tel a,
.event-tabs__container._active,
.info-price > b a {
  display: block;
}
.event__aqva-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 100%;
  margin-bottom: 24px;
}
.event__aqva-tabs .btn-white {
  margin: 0;
  padding: 8px 14px;
}
.event__slide-img {
  width: 100%;
  height: 228px;
  margin-bottom: 12px;
  border-radius: 12px;
  object-fit: cover;
}
.event__slide-title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.event__pagination {
  margin-top: 80px;
}
.event__slide-title.-mod-link {
  margin-bottom: 0;
}
.event-doing .item__date {
  padding-left: 28px;
  background-image: url(/image/redesign/icon-date.svg);
  background-position: left;
  background-repeat: no-repeat;
}
.event-doing .item__date._time {
  display: none;
  background-image: url(/image/redesign/icon-time.svg);
}
.summer {
  padding: 32px 0 80px;
}
.summer__banner {
  width: 100%;
  height: 214px;
  object-fit: contain;
}
.summer p {
  margin-bottom: 8px;
}
.lg-section {
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, arial;
}
.lg-title {
  text-align: center;
  font-family: Mr_dopestyleg;
  color: #fff;
  font-weight: 400;
  font-size: 65px;
  line-height: 73px;
}
.lg-dsc__cnt:after,
.lg-dsc__cnt:before,
.lg-intro {
  background-position: center;
  background-repeat: no-repeat;
}
.lg-intro {
  position: relative;
  z-index: 1;
  height: 821px;
  text-align: center;
  font-family: Montserrat, arial;
  background-image: url(/image/redesign/landing/intro-bg.png);
}
.lg-intro__text {
  position: relative;
  top: 30px;
  left: -56px;
  font-size: 22px;
  line-height: 32px;
  color: #e74035;
  font-weight: 700;
}
.lg-intro__title {
  margin: 20px 0 26px;
  text-align: center;
  font-family: Mr_dopestyleg;
  color: #df3141;
  font-weight: 400;
  font-size: 110px;
  line-height: 84px;
}
.lg-intro__logo {
  margin: 0 auto;
}
.lg-dsc {
  margin-top: -20px;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  background-image: url(/image/redesign/landing/red-bg.png);
  background-position: center;
}
.lg-dsc__cnt {
  position: relative;
}
.lg-dsc__cnt:after,
.lg-dsc__cnt:before {
  content: "";
  position: absolute;
  background-size: contain;
}
.lg-dsc__cnt:before {
  top: 230px;
  left: -120px;
  width: 184px;
  height: 200px;
  background-image: url(/image/redesign/landing/img1.svg);
}
.lg-dsc__cnt:after {
  top: -56px;
  right: -72px;
  width: 240px;
  height: 420px;
  background-image: url(/image/redesign/landing/img2.svg);
}
.lg-dsc__title,
.lg-social h2 {
  margin-bottom: 50px;
}
.lg-dsc__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.lg-dsc__media {
  display: block;
  width: 464px;
  height: 290px;
  border-radius: 16px;
  background-color: #000;
  background-position: center;
  background-size: 120px;
  background-repeat: no-repeat;
  background-image: url(/image/redesign/landing/play.png);
}
.lg-dsc__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.lg-dsc__item {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 69px;
  padding-left: 76px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  transition: ease 0.3s;
}
.lg-dsc__item:after,
.lg-dsc__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 69px;
  height: 69px;
  transition: ease 0.3s;
}
.lg-dsc__item:after {
  opacity: 0;
}
.lg-dsc__item._1:before {
  background-image: url(/image/redesign/landing/1.png);
}
.lg-dsc__item._1:after {
  background-image: url("/image/redesign/landing/1(2).png");
}
.lg-dsc__item._2:before {
  background-image: url(/image/redesign/landing/2.png);
}
.lg-dsc__item._2:after {
  background-image: url("/image/redesign/landing/2(2).png");
}
.lg-dsc__item._3:before {
  background-image: url(/image/redesign/landing/3.png);
}
.lg-dsc__item._3:after {
  background-image: url("/image/redesign/landing/3(2).png");
}
.lg-dsc__item._4:before {
  background-image: url(/image/redesign/landing/4.png);
}
.lg-dsc__item._4:after {
  background-image: url("/image/redesign/landing/4(2).png");
}
.lg-dsc__item._5:before {
  background-image: url(/image/redesign/landing/5.png);
}
.lg-dsc__item._5:after {
  background-image: url("/image/redesign/landing/5(2).png");
}
.lg-dsc__item:hover {
  color: #feb107;
}
.lg-dsc__item:hover:after,
.lg-gallery__item.swiper-slide-active .lg-gallery__info {
  opacity: 1;
}
.lg-dsc__info {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
@media all and (max-width: 1438px) {
  .lg-dsc {
    overflow: hidden;
  }
  .lg-dsc__cnt:before {
    left: -220px;
  }
  .lg-dsc__cnt:after {
    right: -192px;
  }
}
@media all and (max-width: 1023px) {
  .lg-dsc__cnt:after,
  .lg-dsc__cnt:before {
    display: none;
  }
}
@media all and (max-width: 766px) {
  .lg-dsc__row {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }
  .lg-dsc__media {
    width: 100%;
  }
  .lg-dsc__info {
    font-size: 16px;
    line-height: 20px;
  }
}
.lg-gallery,
.lg-gallery__cnt:before {
  background-position: center;
  background-repeat: no-repeat;
}
.lg-gallery {
  padding: 40px 0 70px;
  margin-top: -20px;
  background-image: url(/image/redesign/landing/bg_2.png);
  background-size: cover;
}
.lg-gallery__cnt {
  position: relative;
}
.lg-gallery__cnt:before {
  content: "";
  position: absolute;
  top: -150px;
  right: -42px;
  transform: rotate(10deg);
  width: 210px;
  height: 210px;
  background-size: contain;
  background-image: url(/image/redesign/landing/img3.svg);
}
.lg-gallery__title {
  margin-bottom: 30px;
}
.lg-gallery__item {
  max-width: 474px;
}
.lg-gallery__img {
  width: 100%;
  height: 474px;
  margin-bottom: 15px;
  object-fit: cover;
}
.lg-gallery__info {
  padding-top: 40px;
  text-align: center;
  color: #007a8d;
  font-size: 29px;
  line-height: 30px;
  background-size: 29px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(/image/redesign/landing/up.svg);
  opacity: 0;
  transition: ease 0.3s;
}
@media all and (max-width: 1039px) {
  .lg-gallery__cnt:before {
    display: none;
  }
  .lg-gallery__item {
    max-width: 280px;
  }
  .lg-gallery__img {
    height: 280px;
  }
  .lg-gallery__info {
    font-size: 18px;
  }
}
.lg-ticket {
  z-index: 1;
  margin-top: -20px;
  padding: 60px 0 40px;
  text-align: center;
  background-image: url(/image/redesign/landing/bg_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lg-ticket,
.lg-ticket__cnt {
  position: relative;
}
.lg-ticket__cnt:after,
.lg-ticket__cnt:before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.lg-ticket__cnt:before {
  top: -40px;
  left: -140px;
  width: 328px;
  height: 550px;
  background-image: url(/image/redesign/landing/img4.svg);
}
.lg-ticket__cnt:after {
  top: 372px;
  right: -120px;
  transform: rotate(-20deg);
  width: 290px;
  height: 346px;
  background-image: url(/image/redesign/landing/img5.svg);
}
.lg-ticket__title-1 {
  margin-bottom: 15px;
}
.lg-ticket__title-2 {
  margin-bottom: 20px;
}
.lg-ticket__dsc,
.lg-ticket__time {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #eb9b27;
}
.lg-ticket__time {
  font-size: 30px;
  line-height: 44px;
  color: #fff;
}
.lg-ticket__time-text {
  padding-left: 60px;
  font-size: 35px;
  line-height: 42px;
  font-weight: 800;
  background-image: url(/image/redesign//landing/time2.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.lg-ticket__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
  max-width: 540px;
  margin: 0 auto 54px;
}
.lg-ticket__btn {
  padding: 20px 32px;
  background: #7f0005;
  border-radius: 50px;
  color: #fff;
  font-size: 95%;
}
.lg-ticket__btn._active {
  background: #eb9b27;
}
.lg-social h3,
.lg-ticket__title-3 {
  margin-bottom: 30px;
}
.lg-ticket__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-left: 80px;
}
.lg-ticket__item {
  padding-left: 56px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  background-image: url(/image/redesign//landing/ticket.png);
  background-position: left;
  background-size: 40px;
  background-repeat: no-repeat;
}
.lg-ticket__price {
  font-size: 67px;
  font-weight: 800;
  color: #eb9b27;
}
.lg-ticket__basket {
  margin-top: 24px;
  padding: 6px 48px;
  font-size: 22px;
  line-height: 41px;
  color: #fff;
  border-radius: 50px;
  background: #eb9b27;
}
.lg-ticket__title-4 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.lg-ticket__detail {
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  font-weight: 500;
}
.lg-ticket__badge {
  max-width: 538px;
  margin: 50px auto;
  padding: 18px 40px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background: #7f0005;
  border-radius: 16px;
}
@media all and (max-width: 1599px) {
  .lg-ticket__cnt:after {
    top: 300px;
    right: 0;
    width: 190px;
  }
}
@media all and (max-width: 1119px) {
  .lg-ticket__cnt:after {
    display: none;
  }
}
@media all and (max-width: 1022px) {
  .lg-ticket__cnt:before {
    display: none;
  }
}
@media all and (max-width: 766px) {
  .lg-ticket__row {
    padding-left: 0;
  }
  .lg-ticket__price {
    font-size: 42px;
  }
}
@media all and (max-width: 599px) {
  .lg-ticket__row {
    flex-direction: column;
  }
  .lg-ticket__time-text {
    font-size: 30px;
  }
}
.lg-social {
  margin-top: -20px;
  padding: 50px 0 70px;
  background-image: url(/image/redesign/landing/bg_4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.lg-social__icons {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 40px;
}
.lg-social__icon {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}
.lg-social__icon._vk {
  background-image: url(/image/redesign/landing/vk.png);
}
.lg-social__icon._fb {
  background-image: url(/image/redesign/landing/facebook.png);
}
.lg-social__icon._in {
  background-image: url(/image/redesign/landing/instagram.png);
}
.lg-social__icon._tt {
  background-image: url(/image/redesign/landing/tick-tok.png);
}
.lg-social__text {
  font-size: 29px;
  line-height: 55px;
  color: #fff;
  text-align: center;
}
.lg-social__text p {
  line-height: 55px;
}
@media all and (max-width: 766px) {
  .lg-social {
    padding-bottom: 40px;
  }
  .lg-social__icons {
    column-gap: 20px;
  }
  .lg-social__icon {
    width: 50px;
    height: 50px;
  }
  .lg-social__text {
    font-size: 25px;
    line-height: 50px;
  }
}
.lg-map {
  height: 580px;
  padding: 20px 0 0;
}
.lg-map__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 766px) {
  .lg-map {
    height: 400px;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  background: #7f0005;
  border-radius: 50px;
}
.quantity-arrow-minus,
.quantity-arrow-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  cursor: pointer;
  width: 30px;
  border-radius: 4px;
  outline: 0;
  color: #eb9b27;
  font-size: 35px;
  line-height: 20px;
}
.quantity-num {
  width: 54px;
  font-size: 35px;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  outline: 0;
  border: 0;
  background: 0 0;
  padding: 0;
}
.kr-btn {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
}
@media all and (max-width: 1022px) {
  .kr-btn {
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 2px;
  }
}
.kr-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #030c1d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Montserrat, arial;
}
@media all and (max-width: 766px) {
  .kr-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.kr-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 30px 0;
  font-family: Montserrat, arial;
  color: #fff;
  transition: ease 0.3s;
}
.kr-header._fixed {
  padding: 10px 0;
  background: #030c1d;
}
.kr-header._fixed .kr-header__cnt {
  align-items: center;
}
.kr-header._fixed .kr-header__menu {
  margin-bottom: 0;
}
@media all and (max-width: 766px) {
  .kr-header._fixed {
    padding: 20px 0;
  }
  .kr-header._fixed .kr-header__logo,
  .kr-header._fixed .kr-header__phone {
    display: none;
  }
}
.kr-header__cnt {
  display: flex;
  justify-content: space-between;
}
.kr-header__logo {
  position: relative;
  display: block;
  width: 320px;
  height: 81px;
  padding-right: 85px;
  font-size: 50px;
  line-height: 59px;
  color: #fff;
  font-weight: 600;
}
.kr-header__logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 81px;
  background: url(/image/redesign/karaoke/logo-micro.png) center/cover no-repeat;
}
.kr-header__logo-text {
  display: block;
  margin-top: -12px;
  letter-spacing: 8px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  text-align: right;
}
.kr-header__menu {
  display: flex;
  justify-content: space-between;
  width: 410px;
}
.kr-header__menu-item {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}
.kr-header__phone {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
}
@media all and (max-width: 1438px) {
  .kr-header__logo {
    width: 240px;
    padding-right: 70px;
    font-size: 36px;
  }
  .kr-header__logo:after {
    width: 70px;
    height: 68px;
  }
  .kr-header__logo-text {
    font-size: 13px;
  }
  .kr-header__phone {
    font-size: 20px;
  }
}
@media all and (max-width: 1022px) {
  .kr-header {
    padding: 15px 0;
  }
  .kr-header__cnt {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .kr-header__logo {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media all and (max-width: 766px) {
  .kr-header {
    padding: 5px 0;
  }
  .kr-header__cnt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .kr-header__logo {
    margin: 0 0 10px;
  }
  .kr-header__menu {
    margin-bottom: 10px;
  }
  .kr-header__menu-item {
    font-size: 14px;
  }
  .kr-header__phone {
    text-align: center;
    font-size: 18px;
  }
}
.kr-intro,
.kr-intro h1 {
  font-family: Montserrat, arial;
}
.kr-intro {
  padding: 190px 0 114px;
  background: url(/image/redesign/karaoke/main-img.jpg) center/cover no-repeat;
}
.kr-intro h1 {
  color: #fff;
  font-weight: 700;
}
.kr-intro,
.kr-intro p {
  color: #fff;
}
.kr-intro__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}
.kr-intro__text {
  margin-bottom: 100px;
  font-size: 12px;
  line-height: 22px;
}
.kr-intro__info {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
}
@media all and (max-width: 766px) {
  .kr-intro {
    padding-bottom: 30px;
  }
  .kr-intro__title {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-intro__text br,
  .kr-intro__title br {
    display: none;
  }
  .kr-intro__text {
    margin-bottom: 20px;
  }
  .kr-intro__info {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (max-width: 379px) {
  .kr-intro {
    background-position: right;
  }
}
.kr-form .kr-request__form {
  width: 400px;
  grid-template-columns: 1fr;
}
.kr-form__captcha {
  min-height: 80px;
}
.kr-form .fancybox-button {
  top: 5px;
  right: 5px;
}
@media all and (max-width: 766px) {
  .kr-form {
    padding: 50px 14px;
  }
  .kr-form .kr-request__form {
    width: 280px;
  }
}
.kr-banner {
  padding: 40px 0;
  font-family: Montserrat, arial;
  background: #030c1d;
}
.kr-banner__cnt {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.kr-banner__item {
  text-align: center;
  font-weight: 700;
}
.kr-banner__text {
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 21px;
  color: #f3efec;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.kr-banner__dsc {
  font-size: 32px;
  line-height: 38px;
  color: #d51775;
}
@media all and (max-width: 1438px) {
  .kr-banner__cnt {
    gap: 20px;
    justify-content: space-between;
  }
}
@media all and (max-width: 1022px) {
  .kr-banner__text {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .kr-banner__dsc {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 766px) {
  .kr-banner {
    padding: 20px 0;
  }
  .kr-banner__cnt {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.kr-gallery {
  padding: 60px 0 14px;
  font-family: Montserrat, arial;
  text-align: center;
}
.kr-gallery__title {
  margin-bottom: 20px;
}
.kr-gallery__text {
  margin-bottom: 70px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #030c1d;
}
.kr-gallery__item {
  max-width: 620px;
  height: 520px;
}
.kr-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1438px) {
  .kr-gallery {
    padding: 40px 0 20px;
  }
  .kr-gallery__text {
    margin-bottom: 30px;
  }
  .kr-gallery__item {
    max-width: 420px;
    height: 320px;
  }
}
@media all and (max-width: 766px) {
  .kr-gallery__item {
    max-width: 320px;
    height: 220px;
  }
}
.kr-menu {
  padding: 150px 0 80px;
  font-family: Montserrat, arial;
  text-align: center;
  background: url(/image/redesign/karaoke/menu-img.jpg) center/cover no-repeat;
}
.kr-menu__title {
  margin-bottom: 100px;
  color: #fff;
}
.kr-menu__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 240px;
}
.kr-menu__text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
@media all and (max-width: 1022px) {
  .kr-menu {
    padding: 60px 0 40px;
    background-position: left;
  }
  .kr-menu__title {
    margin-bottom: 40px;
  }
  .kr-menu__btns {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 766px) {
  .kr-menu {
    padding: 60px 0 40px;
  }
  .kr-menu__text {
    font-size: 14px;
    line-height: 20px;
  }
  .kr-menu__btn {
    width: 100%;
  }
}
.kr-request {
  min-height: 460px;
  font-family: Montserrat, arial;
  overflow: hidden;
  position: relative;
}
.kr-request__inner {
  padding: 40px 0;
  background: #fafafa;
}
.kr-request__inner:after,
.kr-request__inner:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.kr-request__inner:before {
  bottom: 27px;
  width: 1920px;
  height: 127px;
  background: url(/image/redesign/karaoke/bg-1.png) center/contain no-repeat;
}
.kr-request__inner:after {
  bottom: 2px;
  width: 60px;
  height: 60px;
  background: url(/image/redesign/karaoke/icons-K.png) center/cover no-repeat;
}
.kr-request__inner .error,
.kr-request__inner .success {
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}
.kr-request__title {
  margin-bottom: 34px;
}
.kr-request__text {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #030c1d;
}
.kr-request__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.kr-request__form-input {
  padding: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #030c1d;
  font-weight: 500;
  background: #f0f0f0;
  border: 0;
}
.kr-request__form-input::placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #030c1d;
  font-weight: 500;
}
.kr-request__form-btn {
  padding: 20px 16px;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d39c6c;
  background: #121923;
}
@media all and (max-width: 1022px) {
  .kr-request:after,
  .kr-request:before {
    display: none;
  }
  .kr-request__form {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 766px) {
  .kr-request__text {
    font-size: 12px;
    line-height: 20px;
  }
  .kr-request__form-btn,
  .kr-request__form-input {
    padding: 16px;
  }
}
.kr-adv {
  padding: 90px 0 130px;
  font-family: Montserrat, arial;
}
.kr-adv__title {
  margin-bottom: 70px;
}
.kr-adv__items {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.kr-adv__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 272px;
  width: 100%;
}
.kr-adv__item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 44px;
  color: #d39c6c;
  font-weight: 600;
  background: #121923;
  border-radius: 50%;
}
.kr-adv__item-title {
  min-height: 40px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #030c1d;
  text-transform: uppercase;
  text-align: center;
}
.kr-adv__item-text {
  font-size: 14px;
  line-height: 25px;
  color: #030c1d;
  text-align: center;
}
@media all and (max-width: 1022px) {
  .kr-adv {
    padding: 40px 0 60px;
  }
  .kr-adv__title {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 766px) {
  .kr-adv__items {
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
  }
  .kr-adv__item {
    max-width: 240px;
  }
}
.kr-komfort {
  padding-top: 150px;
}
.kr-komfort .kr-request__inner {
  padding: 0 0 110px;
}
.kr-komfort .kr-request__inner:before {
  top: 23px;
  bottom: auto;
  background-image: url(/image/redesign/karaoke/bg-2.png);
}
.kr-komfort .kr-request__inner:after {
  top: -150px;
  bottom: auto;
}
.kr-komfort__title {
  margin-bottom: 70px;
}
.kr-komfort .kr-adv__item:nth-child(2) {
  max-width: 340px;
}
.kr-komfort .kr-request__form-btn {
  display: inherit;
  margin: 90px auto 0;
  padding-right: 60px;
  padding-left: 60px;
}
@media all and (max-width: 766px) {
  .kr-komfort {
    padding-top: 60px;
  }
  .kr-komfort:after,
  .kr-komfort:before {
    display: none;
  }
  .kr-komfort .kr-request__inner {
    padding: 0 0 40px;
  }
  .kr-komfort .kr-request__form-btn {
    margin: 30px auto 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.kr-review {
  padding-bottom: 100px;
  background: #fafafa;
}
.kr-review .error,
.kr-review .success {
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}
.kr-review__block {
  max-width: 820px;
  margin: 0 auto 70px;
  padding: 20px 40px 70px;
  text-align: center;
  background: #fff;
}
.kr-review__block-title {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 20px;
  color: #030c1d;
  text-transform: uppercase;
}
.kr-review__block-text {
  font-size: 14px;
  line-height: 25px;
  color: #030c1d;
}
.kr-review__title {
  margin-bottom: 36px;
  color: #d39c6c;
}
@media all and (max-width: 766px) {
  .kr-review {
    padding-bottom: 40px;
  }
  .kr-review__block {
    padding: 15px 20px;
    margin-bottom: 40px;
  }
}
.kr-footer {
  padding: 65px 0 205px;
  font-family: Montserrat, arial;
  background: #121923;
}
.kr-footer__cnt {
  display: flex;
  justify-content: space-between;
  min-width: 1280px;
}
.kr-footer__block {
  margin-right: 120px;
}
.kr-footer .kr-header__logo {
  margin-bottom: 58px;
}
.kr-footer .kr-header__logo:after {
  background-image: url(/image/redesign/karaoke/logo-micro_footer.png);
}
.kr-footer__social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.kr-footer__social-item {
  width: 60px;
  height: 60px;
  background: center/contain no-repeat;
  border-radius: 50%;
}
.kr-footer__social-item._vk {
  background-image: url(/image/redesign/karaoke/icons-vk.png);
}
.kr-footer__social-item._fb {
  background-image: url(/image/redesign/karaoke/icons-f.png);
}
.kr-footer__social-item._in {
  background-image: url(/image/redesign/karaoke/icons-inst.png);
}
.kr-footer__social-item._tt {
  background-image: url(/image/redesign/karaoke/icons-tt.png);
}
.kr-footer__info {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}
.kr-footer__title {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #fafafa;
  text-transform: uppercase;
}
.kr-footer__text {
  font-size: 17px;
  line-height: 35px;
  color: #fafafa;
}
@media all and (max-width: 1438px) {
  .kr-footer {
    padding-bottom: 60px;
  }
  .kr-footer__cnt {
    min-width: auto;
    gap: 40px;
  }
  .kr-footer__block {
    max-width: 258px;
    margin-right: 0;
  }
  .kr-footer__social-item {
    width: 50px;
    height: 50px;
  }
  .kr-footer__info br {
    display: none;
  }
  .kr-footer__text {
    font-size: 14px;
  }
}
@media all and (max-width: 1022px) {
  .kr-footer__cnt {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 766px) {
  .kr-footer {
    padding: 30px 0;
  }
  .kr-footer__cnt {
    gap: 34px;
  }
  .kr-footer .kr-header__logo {
    margin-bottom: 20px;
  }
  .kr-footer__title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }
}
.page-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
@media all and (min-width: 768px) {
  .page-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media all and (min-width: 1024px) {
  .page-title {
    font-size: 40px;
    line-height: 56px;
  }
}
.section-sl-center.pool-aqva {
  padding: 0 0 98px;
}
@media all and (min-width: 768px) {
  .section-sl-center.pool-aqva {
    padding-bottom: 120px;
  }
}
@media all and (min-width: 1024px) {
  .section-sl-center.pool-aqva {
    padding-bottom: 160px;
  }
}
@media all and (min-width: 1400px) {
  .section-sl-center.pool-aqva {
    padding-bottom: 168px;
  }
}
.section-sl-center.aqva {
  background-color: #fff;
}
.section-sl-center.beach .aqva__img {
  height: 282px;
}
@media all and (min-width: 768px) {
  .section-sl-center.beach .aqva__img {
    height: 480px;
  }
}
@media all and (min-width: 1400px) {
  .section-sl-center.beach .aqva__img {
    height: 518px;
  }
  .section-sl-center .sl-center .aqva__nav {
    right: 19%;
  }
}
.section-sl-center .pool-aqva__link {
  text-align: center;
  margin-top: 20px;
}
.text-sl-center {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  .text-sl-center {
    line-height: 28px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  .text-sl-center {
    margin-bottom: 32px;
  }
}
.text-sl-center.-l-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .text-sl-center.-l-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.text-sl-center.-mb-t-none {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .text-sl-center.-mb-t-none {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .text-sl-center.-mb-t-none {
    margin-bottom: 0;
  }
}
.text-sl-center p {
  font-size: inherit;
  line-height: inherit;
}
.sl-center .beach__pagination {
  position: static;
  margin-top: 20px;
}
@media all and (min-width: 1400px) {
  .sl-center .swiper-nav {
    right: 308px;
    top: 25px;
  }
}
.other-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .other-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  .other-title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media all and (min-width: 1400px) {
  .other-title {
    margin-bottom: 56px;
  }
}
.other-title.h1 {
  color: #000;
}
.other-leisure.section-offset.section-offset-first {
  margin-bottom: 0 !important;
}
@media all and (min-width: 768px) {
  .other-leisure {
    padding-bottom: 120px;
  }
}
@media all and (min-width: 1024px) {
  .other-leisure {
    padding-bottom: 176px;
  }
}
@media all and (min-width: 1400px) {
  .other-leisure {
    padding-bottom: 96px;
  }
}
.sl-other-leisure {
  overflow: visible;
}
.sl-other-leisure .swiper-slide {
  width: 104px;
}
@media all and (min-width: 768px) {
  .sl-other-leisure .swiper-slide {
    width: 160px;
  }
}
@media all and (min-width: 1400px) {
  .sl-other-leisure .swiper-slide {
    width: 208px;
  }
}
.other-leisure-item .wrap-img {
  border-radius: 12px;
  overflow: hidden;
}
.other-leisure__title {
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  margin-top: 12px;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .other-leisure__title {
    font-size: 18px;
    line-height: 24px;
  }
  .program-block.-mod {
    padding-bottom: 138px;
  }
}
@media all and (min-width: 1024px) {
  .program-block.-mod {
    padding-bottom: 175px;
  }
}
@media all and (min-width: 1400px) {
  .program-block.-mod {
    padding-bottom: 170px;
  }
  .program-block__grid.-mod-cart {
    grid-template-columns: auto 605px;
  }
}
.program-block__grid.-mod-cart .program-block__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart .program-block__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.program-block__grid.-mod-cart .program-block__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart .program-block__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart .program-block__text > :last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .program-block__grid.-mod-cart .program-block__text > :last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart .program-block__text > :last-child {
    margin-bottom: 0;
  }
}
.program-block__grid.-mod-cart .program-block__text > :first-child {
  margin-top: 0;
}
.program-block__grid.-mod-cart .program-block__text > :last-child {
  margin-bottom: 0;
}
.program-block__grid.-mod-cart .program-block__text p {
  font-size: inherit;
  line-height: inherit;
  margin: 16px 0;
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart .program-block__text p {
    margin: 32px 0;
  }
}
.program-block__grid.-mod-cart .program-block__text ul,
.section-text ul {
  margin: 8px auto 8px 10px;
}
.program-block__grid.-mod-cart .program-block__text ul li {
  position: relative;
  padding-left: 15px;
}
.program-block__grid.-mod-cart .program-block__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((22px / 2) - 2px);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.program-block__grid.-mod-cart .program-block__text ul.-mod li {
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart .program-block__text ul.-mod li {
    line-height: 26px;
  }
}
.program-block__grid.-mod-cart
  .program-block__text
  ul.-mod
  li:not(:first-child) {
  margin-top: 12px;
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart
    .program-block__text
    ul.-mod
    li:not(:first-child) {
    margin-top: 20px;
  }
}
.program-block__grid.-mod-cart .program-block__text .block-w-full {
  margin: 16px 0 0;
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart .program-block__text .block-w-full {
    margin-top: 44px;
  }
}
.program-block__grid.-mod-cart .program-block__text .block-w-full p {
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart .program-block__text .block-w-full p {
    line-height: 28px;
  }
}
.program-block__grid.-mod-cart .program-block__text .block-w-full a:not(.btn) {
  color: #006eff;
}
.program-block__grid.-mod-cart img {
  filter: none;
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  height: 74vw;
  max-height: 300px;
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart img {
    height: 402px;
    max-height: inherit;
  }
}
@media all and (min-width: 1024px) {
  .program-block__grid.-mod-cart img {
    height: 505px;
  }
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart img {
    height: 474px;
  }
}
.program-block__grid.-mod-cart .wrap-btn {
  text-align: center;
  margin-top: 32px;
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart .wrap-btn {
    text-align: left;
    margin-top: 40px;
  }
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart .wrap-btn {
    margin-top: 78px;
  }
}
@media all and (max-width: 766px) {
  .program-block__grid.-mod-cart .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 11px;
    max-width: 344px;
    width: 100%;
  }
}
.program-block__grid.-mod-cart .sl-min {
  margin-top: 32px;
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart .sl-min {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .program-block__grid.-mod-cart .sl-min {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .program-block__grid.-mod-cart .sl-min .aqva__nav {
    top: auto;
    bottom: 14px;
    right: 18px;
  }
}
@media all and (min-width: 1024px) {
  .program-block__grid.-mod-cart .sl-min .aqva__nav {
    bottom: 35px;
    right: 40px;
  }
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart.-mirror {
    grid-template-columns: auto 468px;
  }
  .program-block__grid.-mod-cart.-mirror .program-block__content {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .program-block__grid.-mod-cart.-mirror .sl-min {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .program-block__grid.-mod-cart.-mirror .block-w-full {
    transform: translateX(-61%);
    width: 1200px;
  }
}
.min__pagination {
  position: static;
  margin-top: 22px;
}
@media all and (min-width: 768px) {
  .min__pagination {
    display: none;
  }
  .aqva.-mod .aqva__text {
    font-size: 18px;
    line-height: 28px;
    width: auto;
    max-width: 480px;
  }
}
@media all and (min-width: 1024px) {
  .aqva.-mod .aqva__text {
    max-width: inherit;
  }
}
.aqva__tabs.-mod .tabs__btn {
  min-width: 80px;
}
@media all and (min-width: 768px) {
  .aqva__tabs.-mod .tabs__btn {
    padding: 8px 24px;
  }
  .aqva__slider.-mod {
    width: 444px;
  }
}
.aqva__slider.-mod .aqva__img {
  height: 228px;
  border-radius: 8px;
}
@media all and (min-width: 768px) {
  .aqva__slider.-mod .aqva__img {
    height: 272px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1400px) {
  .aqva__slider.-mod .aqva__img {
    height: 362px;
    margin-bottom: 32px;
  }
}
.aqva__slider.-mod .like-h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .aqva__slider.-mod .like-h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.aqva__slider.-mod .item__row {
  margin-top: 9px;
}
@media all and (min-width: 768px) {
  .aqva__slider.-mod .item__row {
    margin-top: 18px;
  }
}
@media all and (min-width: 1400px) {
  .aqva__slider.-mod .item__row {
    margin-top: 26px;
  }
}
@media all and (max-width: 766px) {
  .aqva__slider.-mod .item__link {
    font-size: 14px;
    line-height: 24px;
  }
  .aqva__slider.-mod .aqva__nav {
    top: 26px;
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aqva__slider.-mod .aqva__nav {
    display: none;
  }
}
.section-contacts {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media all and (min-width: 768px) {
  .section-contacts {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media all and (min-width: 1024px) {
  .section-contacts {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media all and (min-width: 1400px) {
  .section-contacts {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}
@media all and (min-width: 1024px) {
  .contacts-list {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 40px;
    justify-content: space-between;
  }
}
@media all and (min-width: 1400px) {
  .contacts-list {
    display: grid;
    grid-template-columns: 40% 53%;
    grid-row-gap: 44px;
  }
}
.contacts-item__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  flex: 1 0 auto;
}
@media all and (min-width: 768px) {
  .contacts-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.contacts-item__title i {
  flex: 1 0 auto;
  max-width: 24px;
  width: 100%;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 12px;
}
@media all and (min-width: 768px) {
  .contacts-item__title i {
    max-width: 40px;
    height: 40px;
  }
}
.contacts-item__title span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
}
.contacts-item {
  display: flex;
  grid-row-gap: 14px;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .contacts-item {
    grid-row-gap: 16px;
  }
}
.contacts-item:not(:first-child) {
  margin-top: 18px;
}
@media all and (min-width: 768px) {
  .contacts-item:not(:first-child) {
    margin-top: 62px;
  }
}
@media all and (min-width: 1024px) {
  .contacts-item:not(:first-child) {
    margin-top: 0;
  }
  .contacts-item.-tel {
    max-width: 48%;
    width: 100%;
    flex: 1 0 auto;
  }
}
@media all and (min-width: 1400px) {
  .contacts-item.-tel {
    max-width: inherit;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.contacts-item.-tel .contacts-item__title {
  max-width: 100%;
  width: 100%;
}
.contacts-item.-tel i {
  background-image: url(/image/redesign/leisure/Phone.svg);
}
.contacts-item.-time {
  align-items: center;
}
@media all and (min-width: 1024px) {
  .contacts-item.-time {
    max-width: 48%;
    width: 100%;
    flex: 1 0 auto;
    align-self: flex-start;
  }
}
@media all and (min-width: 1400px) {
  .contacts-item.-time {
    max-width: inherit;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.contacts-item.-time .contacts-item__title {
  max-width: 162px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .contacts-item.-time .contacts-item__title {
    max-width: 192px;
  }
}
@media all and (min-width: 1024px) {
  .contacts-item.-time .contacts-item__title {
    max-width: 200px;
  }
}
.contacts-item.-time i {
  background-image: url(/image/redesign/leisure/Clock.svg);
}
@media all and (min-width: 1400px) {
  .contacts-item.-local {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.contacts-item.-local i {
  background-image: url(/image/redesign/leisure/Location.svg);
}
.contacts-item__content {
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .contacts-item__content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (min-width: 1400px) {
  .contacts-item__content {
    line-height: 28px;
  }
}
.contacts-item__content * {
  font-size: inherit;
  line-height: inherit;
}
.rise_karaoke {
  background-image: url(/image/redesign/karaoke-new/i1.jpg);
}
.sec-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media all and (min-width: 768px) {
  .sec-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  .sec-title {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}
@media all and (min-width: 1400px) {
  .sec-title {
    max-width: 100%;
    margin-bottom: 58px;
  }
}
.section-feature {
  padding-top: 24px;
  padding-bottom: 80px;
}
@media all and (min-width: 768px) {
  .section-feature {
    padding-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .section-feature {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1400px) {
  .section-feature {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.feature-list {
  padding: 0 22px;
}
@media all and (min-width: 768px) {
  .feature-list {
    display: flex;
    grid-row-gap: 68px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
.feature-item {
  text-align: center;
}
@media all and (min-width: 768px) {
  .feature-item {
    max-width: 47%;
    width: 100%;
    flex: 1 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .feature-item {
    padding: 0 25px;
  }
}
@media all and (min-width: 1400px) {
  .feature-item {
    padding: 0 5px;
    max-width: 20%;
  }
}
.feature-item:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .feature-item:not(:first-child) {
    margin-top: 0;
  }
}
.feature-item .wrap-img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .feature-item .wrap-img {
    width: 72px;
    height: 72px;
  }
}
.feature-text {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .feature-text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
}
.section-sl-center.aqva.bg-grey {
  background-color: #fbfbfd;
}
.section-sl-center.aqva .wrap {
  display: flex;
}
.wrap-info-price,
.wrap-info-price .wrap-btn {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 768px) {
  .wrap-info-price {
    align-items: flex-start;
    margin-top: 35px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-info-price {
    margin-top: 42px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-info-price {
    margin-top: 64px;
  }
}
@media all and (min-width: 768px) {
  .wrap-info-price .wrap-btn {
    flex-direction: row;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .wrap-info-price .wrap-btn {
    margin-top: 40px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-info-price .wrap-btn {
    margin-top: 60px;
  }
}
.wrap-info-price .wrap-btn a:not(:first-child) {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .wrap-info-price .wrap-btn a:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}
@media all and (min-width: 1400px) {
  .info-price {
    display: flex;
    grid-column-gap: 50px;
    grid-row-gap: 15px;
  }
}
.info-price > b {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.info-price > b:not(:first-child),
.personal-coach-item .wrap-link > div:not(:first-child) {
  margin-top: 16px;
}
@media all and (min-width: 768px) {
  .info-price > b:not(:first-child) {
    margin-top: 20px;
  }
}
@media all and (min-width: 1400px) {
  .info-price > b:not(:first-child) {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .info-price > b a {
    display: inline;
  }
}
@media all and (max-width: 767px) {
  .info-price + .wrap-btn {
    width: 100%;
  }
}
.parking-tabs__btn {
  cursor: pointer;
}
.parking-tabs__btn.-icon {
  display: inline-flex;
  align-items: center;
  padding: 12px 12px 12px 38px;
  border-radius: 8px;
}
@media all and (min-width: 768px) {
  .parking-tabs__btn.-icon {
    padding-right: 20px;
    padding-left: 24px;
    max-width: inherit;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .parking-tabs__btn.-icon {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.parking-tabs__btn.-icon i {
  max-width: 36px;
  width: 100%;
  height: 36px;
  flex: 1 0 auto;
  margin-right: 20px;
}
@media all and (min-width: 768px) {
  .parking-tabs__btn.-icon i {
    max-width: 48px;
    height: 48px;
  }
}
.parking-tabs__btn.-download {
  border-color: #006eff;
  padding: 11px 24px;
}
.parking-tabs__btn.-download span {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.parking-tabs__btn.-download i {
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.parking-tabs__btn.-download i img,
.sl-other-leisure.-sl-circle .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.other-leisure.-p-top {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (min-width: 768px) {
  .other-leisure.-p-top {
    padding-top: 144px;
  }
}
@media all and (min-width: 1024px) {
  .other-leisure.-p-top {
    padding-top: 160px;
  }
}
@media all and (min-width: 1400px) {
  .other-leisure.-p-top {
    padding-top: 190px;
  }
}
@media all and (min-width: 1024px) {
  .other-leisure.-p-bot {
    padding-bottom: 160px;
  }
}
@media all and (min-width: 1400px) {
  .other-leisure.-p-bot {
    padding-bottom: 200px;
  }
}
.sl-other-leisure.-sl-circle .swiper-slide {
  position: relative;
}
@media all and (min-width: 1400px) {
  .sl-other-leisure.-sl-circle .swiper-slide {
    width: 200px;
    margin-right: 50px !important;
  }
}
.sl-other-leisure.-sl-circle .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sl-other-leisure.-sl-circle .swiper-slide:nth-child(1) .other-leisure-item {
  background-color: #dcf3de;
}
.sl-other-leisure.-sl-circle .swiper-slide:nth-child(2) .other-leisure-item {
  background-color: #e7fbff;
}
.sl-other-leisure.-sl-circle .swiper-slide:nth-child(3) .other-leisure-item {
  background-color: #ece9ff;
}
.sl-other-leisure.-sl-circle .swiper-slide:nth-child(4) .other-leisure-item {
  background-color: #fff3c7;
}
.sl-other-leisure.-sl-circle .swiper-slide:nth-child(5) .other-leisure-item {
  background-color: #fbe7e6;
}
.sl-other-leisure.-sl-circle .other-leisure-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 1400px) {
  .sl-other-leisure.-sl-circle .other-leisure-item {
    justify-content: flex-start;
    padding-top: 40px;
  }
}
.sl-other-leisure.-sl-circle .wrap-img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 0;
}
@media all and (min-width: 768px) {
  .sl-other-leisure.-sl-circle .wrap-img {
    width: 64px;
    height: 64px;
  }
}
@media all and (min-width: 1400px) {
  .sl-other-leisure.-sl-circle .wrap-img {
    width: 80px;
    height: 80px;
  }
}
.sl-other-leisure.-sl-circle .other-leisure__title {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  min-height: 32px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .sl-other-leisure.-sl-circle .other-leisure__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (min-width: 1400px) {
  .sl-other-leisure.-sl-circle .other-leisure__title {
    max-width: 140px;
    min-height: 48px;
    margin-top: 8px;
  }
}
.rise_billiards {
  background-image: url(/image/redesign/billiards/01img.jpg);
}
.section-first {
  padding-top: 24px;
  padding-bottom: 80px;
}
@media all and (min-width: 768px) {
  .section-first {
    padding-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .section-first {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1400px) {
  .section-first {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.section-first.bg-grey {
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media all and (min-width: 1024px) {
  .section-first.bg-grey {
    margin-bottom: 120px;
  }
}
@media all and (min-width: 1400px) {
  .section-first.bg-grey {
    margin-bottom: 140px;
  }
}
.bg-grey {
  background-color: #fbfbfd;
}
@media all and (min-width: 768px) {
  .bg-grey.-bg-deskt {
    background-color: #fff;
  }
}
.wrap-price-games .wrap {
  margin-bottom: 32px;
}
@media all and (min-width: 1024px) {
  .wrap-price-games .wrap {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-price-games .wrap {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 766px) {
  .wrap-price-games .wrap .like-h1 {
    line-height: 30px;
  }
}
.wrap-price-games:not(:first-child) {
  margin-top: 80px;
}
.price-games {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .price-games.-mod-pad .price-games__content {
    background-color: #fbfbfd;
    padding: 32px 24px;
  }
}
@media all and (min-width: 1024px) {
  .price-games.-mod-pad .price-games__content {
    padding: 40px 32px;
  }
}
.price-games__title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
}
@media all and (min-width: 768px) {
  .price-games__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}
.price-games__full-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 32px;
}
@media all and (min-width: 768px) {
  .price-games__full-list {
    grid-row-gap: 62px;
  }
}
@media all and (min-width: 1024px) {
  .price-games__full-list {
    grid-row-gap: 40px;
  }
}
@media all and (min-width: 1400px) {
  .price-games__full-list {
    grid-row-gap: 120px;
  }
}
.price-games__full-list.-mod {
  grid-row-gap: 24px;
}
@media all and (min-width: 768px) {
  .price-games__full-list.-mod {
    grid-row-gap: 32px;
  }
}
.price-games__full-list.-mod .note-info {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .price-games__full-list.-mod .note-info {
    margin-top: 0;
  }
}
@media all and (min-width: 1400px) {
  .price-games__full-list.-mod .note-info {
    margin-top: 0;
  }
}
.price-games__full-list .note-info {
  margin-top: -17px;
}
@media all and (min-width: 768px) {
  .price-games__full-list .note-info {
    margin-top: 0;
  }
}
@media all and (min-width: 1400px) {
  .price-games__full-list .note-info {
    margin-top: -38px;
  }
}
.border-grey {
  padding: 20px 22px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e3e5ed;
}
@media all and (min-width: 768px) {
  .border-grey {
    padding: 31px 28px;
  }
}
.price-games__content {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
@media all and (min-width: 768px) {
  .price-games__content {
    grid-row-gap: 32px;
  }
}
@media all and (min-width: 1024px) {
  .price-games__content {
    display: grid;
    grid-template-columns: 268px auto;
    grid-column-gap: 8px;
  }
}
@media all and (min-width: 1400px) {
  .price-games__content {
    grid-template-columns: 400px auto;
  }
}
@media all and (min-width: 1024px) {
  .price-games__content.-no-img {
    grid-template-columns: auto;
  }
}
.price-games__content .wrap-img {
  border-radius: 8px;
  overflow: hidden;
  height: 100px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .price-games__content .wrap-img {
    border-radius: 12px;
    height: 160px;
  }
}
@media all and (min-width: 1024px) {
  .price-games__content .wrap-img {
    height: 188px;
    width: 100%;
  }
}
.price-games__content .wrap-img.-position-img-b img {
  object-position: bottom;
}
.price-games__content .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.price-games__list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 4px;
}
.price-games__item {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.price-games__item > div:nth-child(2) {
  text-align: center;
}
.price-games__item > div:nth-child(3) {
  text-align: right;
}
.price-games__day {
  color: #ff9600;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .price-games__day {
    font-size: 18px;
    line-height: 24px;
    color: #000;
  }
}
.price-games__day .action > span {
  color: red;
  font-weight: 700;
}
.price-games__day .-full,
.tabl-tg.-mob .tg-tr.-top.-active svg {
  display: none;
}
@media all and (min-width: 768px) {
  .price-games__day .-full {
    display: block;
    min-width: 240px;
  }
}
.price-games__day .-min {
  min-width: 55px;
}
@media all and (min-width: 768px) {
  .price-games__day .-min {
    display: none;
  }
}
.price-games__day .-full,
.price-games__day .-min {
  color: inherit;
  line-height: inherit;
}
.price-games__day .-info {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: initial;
  margin: 120px 0 0 -20px;
  max-width: 300px;
  padding: 24px 16px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media all and (min-width: 768px) {
  .price-games__day .-info {
    margin: 120px 0 0;
    max-width: 544px;
  }
}
.price-games__day:hover .-info {
  opacity: 1;
}
.price-games__n-time,
.price-games__price,
.price-games__time {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}
@media all and (min-width: 768px) {
  .price-games__n-time,
  .price-games__price,
  .price-games__time {
    font-size: 18px;
    line-height: 28px;
  }
}
.price-games__n-time span,
.price-games__price span,
.price-games__time span {
  display: block;
}
.price-games__n-time {
  font-weight: 600;
}
.price-games__day.-mod-color {
  color: #000;
}
.price-games__day.-mod-color-orang {
  color: #ff9600;
}
.note-info a,
.price-games__day.-mod-color-blue {
  color: #006eff;
}
.price-games__day.-mod-color-blue .-full {
  cursor: help;
}
.price-games__price.-mod-color {
  color: #ff9600;
  font-weight: 600;
}
.note-info {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .note-info {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (min-width: 1024px) {
  .note-info {
    font-weight: 600;
  }
}
@media all and (max-width: 766px) {
  .note-info.-min-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
  }
}
@media all and (min-width: 1024px) {
  .note-info.-min-text {
    font-weight: 500;
  }
}
.note-info.-line-text {
  border-top: 1px solid #ff9600;
  padding-top: 12px;
  color: #000;
}
@media all and (min-width: 768px) {
  .note-info.-line-text {
    margin-top: 32px;
  }
}
.note-info.-line-text a {
  display: block;
  margin-top: 16px;
  color: #ff9600;
}
@media all and (min-width: 1024px) {
  .note-info.-line-text a {
    display: inline;
    white-space: nowrap;
  }
}
.note-info a {
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .note-info a {
    font-weight: 600;
  }
  .price-games__list.-add-col .price-games__item.tabl-price-order {
    display: grid;
    grid-template-columns: 33% 15% 12% 18%;
    align-items: center;
  }
}
@media all and (min-width: 1400px) {
  .price-games__list.-add-col .price-games__item.tabl-price-order {
    grid-template-columns: 37% 22% 12% 14%;
  }
}
.price-games__list.-add-col .price-games__n-time {
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  .price-games__list.-add-col .price-games__n-time {
    width: auto;
    margin-bottom: 0;
    text-align: center;
  }
}
.price-games__list.-add-col .price-games__day,
.price-games__list.-add-col .price-games__n-time {
  font-weight: 500;
}
.master-item .tariff-card__modal h5,
.price-games__list.-add-col .price-games__day,
.price-games__list.-add-col .price-games__n-time,
.price-games__list.-add-col .price-games__price,
.price-games__list.-add-col .price-games__time,
.program-item__title span span {
  font-size: 16px;
  line-height: 24px;
}
.price-games__list.-add-col .price-games__day {
  color: #006eff;
}
.price-games__list.-add-col .price-games__day .-full {
  min-width: inherit;
}
@media all and (min-width: 768px) {
  .price-games__list.-add-col .border-grey {
    padding: 18px;
  }
}
@media all and (min-width: 1024px) {
  .price-games__list.-add-col .border-grey {
    padding: 18px 30px;
  }
}
@media all and (min-width: 768px) {
  .price-games__list.-add-col .price-games__item .sign-up::after {
    max-width: 28px;
    width: 28px;
    height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .price-games__list.-add-col .price-games__item .sign-up::after {
    max-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.rise_games-center {
  background-image: url(/image/redesign/games-center/games-center.jpg);
}
@media all and (min-width: 768px) {
  .bg-grey .wrap.-visible-title {
    display: block;
  }
}
.games-item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .games-item__text {
    line-height: 24px;
  }
}
.wrap-games-item {
  width: 200px;
}
@media all and (min-width: 768px) {
  .wrap-games-item {
    width: 240px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-games-item {
    width: 300px;
  }
}
.wrap-games-item .wrap-img {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .wrap-games-item .wrap-img {
    height: 240px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-games-item .wrap-img {
    height: 300px;
  }
}
.section-bg-grey + section {
  padding-top: 120px;
}
.rise_bowling {
  background-image: url(/image/redesign/bowling/bowling.jpg);
}
.section-text .container > :first-child,
.section-text > :first-child {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .section-text .container > :first-child,
  .section-text > :first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-text .container > :first-child,
  .section-text > :first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1400px) {
  .section-text .container > :first-child,
  .section-text > :first-child {
    margin-top: 0;
  }
}
.section-text .container > :last-child,
.section-text > :last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .section-text .container > :last-child,
  .section-text > :last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-text .container > :last-child,
  .section-text > :last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1400px) {
  .section-text .container > :last-child,
  .section-text > :last-child {
    margin-bottom: 0;
  }
}
.section-text .wrap-btn {
  margin-top: 40px;
}
.section-text ol {
  list-style-type: auto;
  padding-left: 20px;
}
.section-text ol li {
  list-style-type: auto;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .section-text ol li {
    line-height: 28px;
  }
}
@media all and (max-width: 766px) {
  .section-text .btn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 11px;
  }
}
@media all and (min-width: 768px) {
  .section-text .btn {
    max-width: 275px;
    width: 100%;
  }
}
.section-text h5 {
  margin: 32px 0 16px;
}
@media all and (min-width: 1024px) {
  .section-text h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
.section-text h3 {
  margin: 16px 0;
}
@media all and (min-width: 768px) {
  .section-text h3 {
    margin: 24px 0;
  }
}
.section-text p {
  margin: 16px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .section-text p {
    line-height: 24px;
  }
}
.section-text ul li {
  position: relative;
  padding-left: 15px;
}
.section-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.section-offset {
  padding: 20px 0 !important;
  margin-bottom: 20px !important;
}
@media all and (min-width: 768px) {
  .section-offset {
    padding: 40px 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .section-offset {
    padding: 40px 0 !important;
    margin-bottom: 40px !important;
  }
  .section-offset.section-offset-last {
    margin-bottom: 60px !important;
  }
}
.section-offset.section-offset-first {
  padding-top: 20px !important;
}
@media all and (min-width: 768px) {
  .section-offset.section-offset-first {
    padding-top: 40px !important;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.section-offset-first {
    padding-top: 60px !important;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.section-offset-first {
    padding-top: 80px !important;
  }
}
.section-offset.section-text:not(.section-offset-first) {
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  .section-offset.section-text:not(.section-offset-first) {
    padding: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.section-text:not(.section-offset-first) {
    padding: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.section-text:not(.section-offset-first) {
    padding: 0 !important;
  }
}
.section-offset.section-text.section-offset-first {
  margin-bottom: 0 !important;
}
@media all and (min-width: 768px) {
  .section-offset.section-text.section-offset-first {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.section-text.section-offset-first {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.section-text.section-offset-first {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .section-offset.section-text.section-offset-first + .bg-grey {
    margin-top: 60px !important;
  }
}
.section-offset > .container img,
[itemprop="description"] img {
  height: auto;
}
.page._vary .section-offset.section-offset-first {
  padding-top: 0 !important;
}
@media all and (min-width: 768px) {
  .page._vary .section-offset.section-offset-first {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .page._vary .section-offset.section-offset-first {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .page._vary .section-offset.section-offset-first {
    padding-top: 0 !important;
  }
}
.menu-list {
  display: grid;
  grid-row-gap: 48px;
}
@media all and (min-width: 1400px) {
  .menu-list {
    grid-row-gap: 80px;
  }
}
.menu-item .wrap-img {
  width: 100%;
  height: 86px;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .menu-item .wrap-img {
    height: 168px;
    margin-bottom: 26px;
  }
}
@media all and (min-width: 1024px) {
  .menu-item .wrap-img {
    height: 240px;
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1400px) {
  .menu-item .wrap-img {
    height: 344px;
  }
}
.menu-item .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-item .item-menu {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .menu-item .item-menu {
    font-size: 18px;
    line-height: 28px;
  }
}
.menu-item .item-menu span:first-child {
  max-width: 78%;
}
.menu-item-list {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .menu-item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    grid-column-gap: 80px;
  }
}
@media all and (min-width: 1024px) {
  .menu-item-list {
    grid-column-gap: 120px;
  }
}
@media all and (min-width: 1400px) {
  .menu-item-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 768px) {
  .menu-item-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #e3e5ed;
  }
}
@media all and (min-width: 1400px) {
  .menu-item-list::before {
    left: 32%;
    transform: translateX(0);
  }
  .menu-item-list::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 68.5%;
    width: 1px;
    background-color: #e3e5ed;
  }
}
.menu-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  .menu-item-title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
.rise_solyarij {
  background-image: url(/image/redesign/fitnes/solyari/bg.jpg);
}
.rise_group-lessons {
  background-image: url(/image/redesign/group-lessons/bg.jpg);
}
.rise_group-lessons + .section-offset.section-offset-first {
  margin-bottom: 0 !important;
}
.program-block__grid.-mod-cart .-icon img {
  height: 100%;
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart .-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.box-tabl .wrap-tabl-tg:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .box-tabl .wrap-tabl-tg:not(:first-child) {
    margin-top: 60px;
  }
}
.box-tabl .wrap-tabl-tg:last-child {
  border-bottom: 1px solid #e3e5ed;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .box-tabl .wrap-tabl-tg:last-child {
    padding-bottom: 60px;
  }
}
.box-tabl + .wrap-btn {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .box-tabl + .wrap-btn {
    margin-top: 60px;
  }
}
.wrap-tabl-tg {
  border-top: 1px solid #e3e5ed;
  padding-top: 30px;
}
@media all and (min-width: 768px) {
  .wrap-tabl-tg {
    padding-top: 60px;
  }
}
.wrap-tabl-tg .pool-accordion__subtitle {
  text-align: left;
}
@media all and (max-width: 767px) {
  .tabl-tg.-desktop {
    display: none;
  }
}
.tabl-tg.-desktop.-col-5 .tg-tr {
  display: grid;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 110px 116px auto 140px 95px;
}
@media all and (min-width: 1024px) {
  .tabl-tg.-desktop.-col-5 .tg-tr {
    grid-template-columns: 130px 120px auto 240px 110px;
  }
}
@media all and (min-width: 1400px) {
  .tabl-tg.-desktop.-col-5 .tg-tr {
    grid-template-columns: 150px 140px auto 280px 115px;
  }
}
.tabl-tg.-desktop .tg-td {
  display: grid;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media all and (min-width: 1400px) {
  .tabl-tg.-desktop .tg-td {
    font-size: 16px;
  }
}
.tabl-tg.-desktop .tg-tr.-top {
  margin-bottom: 20px;
}
.tabl-tg.-desktop .tg-tr.-top .tg-td {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #9e9d9d;
  opacity: 0.9;
  background: 0 0;
}
.tabl-tg.-desktop .tg-tr.-main .tg-td:first-child .tg-cont {
  background-color: #e7fbff;
  text-transform: uppercase;
}
@media all and (max-width: 1023px) {
  .tabl-tg.-desktop .tg-tr.-main .tg-td:nth-child(3) {
    text-align: left;
  }
}
.tabl-tg.-desktop .tg-cont {
  border-radius: 6px;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  min-height: 76px;
}
@media all and (min-width: 768px) {
  .tabl-tg.-desktop .tg-cont {
    min-height: auto;
  }
}
@media all and (min-width: 1024px) {
  .tabl-tg.-desktop .tg-cont {
    text-align: left;
  }
}
.tabl-tg.-desktop .tg-cont:nth-child(even) {
  background-color: #e7fbff;
}
.tabl-tg.-mob {
  display: grid;
  grid-row-gap: 4px;
}
@media all and (min-width: 768px) {
  .tabl-tg.-mob {
    display: none;
  }
}
.tabl-tg.-mob .tg-body {
  display: none;
  grid-row-gap: 4px;
}
.tabl-tg.-mob .tg-body.-active {
  display: grid;
}
.tabl-tg.-mob .tg-tr {
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 14px 10px;
  flex-wrap: wrap;
}
.tabl-tg.-mob .tg-tr.-top .tg-cont,
.tabl-tg.-mob .tg-tr.-top .tg-td {
  width: 100%;
  text-transform: uppercase;
}
.tabl-tg.-mob .tg-tr,
.tabl-tg.-mob .tg-tr.-top .tg-cont {
  display: flex;
  justify-content: space-between;
}
.tabl-tg.-mob .tg-tr.-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabl-tg.-mob .tg-tr.-top:not(.-active) i {
  background-image: none;
}
.tabl-tg.-mob .tg-tr.-top.-active i {
  transform: scale(1, -1);
}
.tabl-tg.-mob .tg-tr.-last,
.tabl-tg.-mob .tg-tr.-top {
  background-color: #e7fbff;
}
.tabl-tg.-mob .tg-tr.-last .tg-cont,
.tabl-tg.-mob .tg-tr:nth-child(2) .tg-cont,
.tabl-tg.-mob .tg-tr:nth-child(3) .tg-cont {
  width: 100%;
}
.tabl-tg.-mob .tg-tr.-last .tg-cont:first-child,
.tabl-tg.-mob .tg-tr:nth-child(2) .tg-cont:first-child,
.tabl-tg.-mob .tg-tr:nth-child(3) .tg-cont:first-child {
  width: 100%;
  padding-bottom: 14px;
}
.tabl-tg.-mob .tg-tr:nth-child(2) .tg-cont:first-child,
.tabl-tg.-mob .tg-tr:nth-child(3) .tg-cont:first-child {
  border-bottom: 1px solid #e3e5ed;
  margin-bottom: 14px;
}
.tabl-tg.-mob .tg-tr:last-child .tg-cont:nth-child(3) {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e3e5ed;
}
.tabl-tg.-mob .tg-cont {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 50px;
}
@media all and (max-width: 767px) {
  .wrap + .program-block__grid {
    margin-top: 20px;
  }
}
.btn-blue + .parking-tabs__btn.-download {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .btn-blue + .parking-tabs__btn.-download {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .rise_group-lessons ~ .section-offset.section-offset-first {
    padding-bottom: 40px !important;
  }
}
.rise_group-lessons ~ .section-offset.section-offset-first + .section-offset {
  padding-top: 0 !important;
}
@media all and (min-width: 768px) {
  .rise_group-lessons ~ .section-offset.section-offset-first + .section-offset {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .rise_group-lessons ~ .section-offset.section-offset-first + .section-offset {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise_group-lessons ~ .section-offset.section-offset-first + .section-offset {
    padding-top: 0 !important;
  }
  .rise_group-lessons ~ .section-offset.section-offset-last {
    margin-bottom: 120px !important;
  }
}
.rise_group-lessons ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media all and (min-width: 768px) {
  .rise_group-lessons
    ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .rise_group-lessons
    ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise_group-lessons
    ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.rise_group-lessons ~ .section-offset {
  margin-bottom: 80px !important;
}
@media all and (max-width: 767px) {
  .rise_group-lessons ~ .section-offset .page-title {
    font-size: 26px;
  }
  .rise_group-lessons
    ~ .section-offset
    .program-block__grid.-mod-cart
    .program-block__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .rise_group-lessons
    ~ section
    .program-block__grid.-mod-cart
    .program-block__text {
    margin-bottom: 0;
  }
  .rise_group-lessons ~ div .section-text.-holidays > :last-child,
  .rise_group-lessons ~ div .section-text.-holidays > p:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .rise_group-lessons ~ .section-offset.bg-grey {
    padding: 40px 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise_group-lessons ~ .section-offset .wrap {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .rise_group-lessons ~ .section-offset .badges-item.-icon .badges-item__title {
    text-align: left;
  }
}
.masters-list .master-name {
  font-size: 20px;
}
@media all and (max-width: 766px) {
  .price-games__item.tabl-price-order.four-columns,
  .price-games__list.-mod-item .price-games__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
  }
}
.price-games__day .-full,
.price-games__day .-min {
  font-size: 14px;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .price-games__day .-full,
  .price-games__day .-min {
    font-size: 16px;
  }
}
@media all and (max-width: 766px) {
  .price-games__day.-mod-color {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .price-games__list.-add-col .price-games__n-time {
    width: auto;
  }
  .price-games__item.filter-tab-content {
    align-items: center;
  }
  .price-games__n-time,
  .price-games__price,
  .price-games__time {
    grid-row-gap: 0;
  }
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart .wrap-btn {
    margin-top: 56px !important;
  }
}
@media all and (max-width: 766px) {
  .top-video-page .video-link > img {
    height: 100% !important;
  }
}
@media all and (min-width: 768px) {
  .holidays-service .swiper-slide {
    width: 250px;
  }
}
@media all and (min-width: 1024px) {
  .holidays-service .swiper-slide {
    width: 290px;
    padding: 20px;
  }
}
.holidays-service .wrap-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.holidays-service .wrap-img img {
  max-height: 60px;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .holidays-service .wrap-img {
    width: 85px;
    height: 85px;
  }
  .holidays-service .wrap-img img {
    max-height: 85px;
  }
}
.holidays-service .other-holidays-item .wrap-img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.holidays-service .swiper-slide {
  width: 206px;
}
@media all and (min-width: 768px) {
  .holidays-service .swiper-slide {
    width: 250px;
  }
}
@media all and (min-width: 1024px) {
  .holidays-service .swiper-slide {
    width: 320px;
    padding: 0;
  }
}
.other-holidays__title {
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  margin-top: 12px;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .other-holidays__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.other-holidays__text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 12px;
}
@media all and (min-width: 768px) {
  .other-holidays__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.sl-other-leisure.-mod-celebration .other-leisure__title {
  margin-top: 8;
}
.other-leisure__text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 12px;
}
@media all and (min-width: 768px) {
  .other-leisure__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.celebration-service .swiper-slide {
  width: 206px;
}
@media all and (min-width: 768px) {
  .celebration-service .swiper-slide {
    width: 250px;
  }
}
@media all and (min-width: 1024px) {
  .celebration-service .swiper-slide {
    width: 290px;
    padding: 20px;
  }
}
.celebration-service .wrap-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .celebration-service .wrap-img {
    width: 80px;
    height: 80px;
  }
}
.h5-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .h5-text {
    line-height: 24px;
  }
}
@media all and (min-width: 1024px) {
  .h5-text {
    font-size: 18px;
  }
}
.service-link-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
@media all and (min-width: 768px) {
  .service-link-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
  }
}
.hol-tarif-item .hol-tarif-item-title span,
.service-link {
  display: block;
}
.service-link .wrap-img {
  border-radius: 12px;
  overflow: hidden;
  height: 162px;
}
.service-link .wrap-img img,
.sl-other-fix__item .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-link__title {
  text-align: center;
  margin-top: 8px;
}
.sub-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 32px;
}
@media all and (min-width: 768px) {
  .sub-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.wrap-sl-cart {
  margin-top: 24px;
}
.sl-cart .aqva__pagination {
  position: static;
  margin-top: 22px;
}
.sl-cart-item {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .sl-cart-item {
    padding: 20px;
  }
}
@media all and (min-width: 1024px) {
  .sl-cart-item {
    padding: 22px;
  }
}
.sl-cart-item .aqva__img {
  height: 188px;
}
@media all and (min-width: 1024px) {
  .sl-cart-item .aqva__img {
    height: 268px;
    margin-bottom: 16px;
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .sl-cart-item .aqva__img {
    height: 365px;
  }
}
.sl-cart-item .item__title {
  margin-top: 16px;
}
@media all and (min-width: 1024px) {
  .sl-cart-item .item__title {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1400px) {
  .sl-cart-item .item__title {
    margin-top: 25px;
  }
}
.sl-cart-item .item__date {
  margin-top: 8px;
}
@media all and (min-width: 1400px) {
  .sl-cart-item .item__date {
    margin-top: 14px;
  }
}
.wrap-sl-other-fix .wrap-btn {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}
@media all and (min-width: 768px) {
  .wrap-sl-other-fix .wrap-btn {
    margin-top: 40px;
    flex-direction: row;
    grid-column-gap: 16px;
    justify-content: space-between;
  }
}
@media all and (min-width: 1400px) {
  .wrap-sl-other-fix .wrap-btn {
    margin-top: 60px;
    justify-content: flex-start;
  }
}
.wrap-sl-other-fix .parking-tabs__btn {
  justify-content: center;
  padding: 12px;
}
@media all and (min-width: 768px) {
  .wrap-sl-other-fix .parking-tabs__btn {
    padding: 12px 40px;
    margin: 0;
    width: 50%;
  }
}
@media all and (min-width: 1400px) {
  .wrap-sl-other-fix .parking-tabs__btn {
    width: auto;
  }
}
.sl-other-fix .aqva__pagination {
  position: static;
  margin-top: 22px;
}
@media all and (min-width: 1024px) {
  .sl-other-fix .aqva__nav_geo {
    top: 22px;
    right: 12px;
  }
}
.sl-other-fix__item.-sub-img .wrap-img {
  background-size: cover;
}
@media all and (max-width: 766px) {
  .sl-other-fix__item.-sub-img .wrap-img img {
    opacity: 0;
  }
}
.sl-other-fix__item .wrap-img {
  width: 100%;
  height: 214px;
}
.sl-other-fix__item .wrap-img img {
  object-position: center center;
}
.sl-min.-mod .swiper-slide,
.sl-other-fix__item .wrap-img {
  border-radius: 12px;
  overflow: hidden;
}
.sl-min.-mod .program-block__wrap-img {
  height: 214px;
}
@media all and (min-width: 768px) {
  .sl-min.-mod .program-block__wrap-img {
    height: 378px;
  }
}
@media all and (min-width: 1024px) {
  .sl-min.-mod .program-block__wrap-img {
    height: 520px;
  }
}
.sl-min.-sub-img .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 1024px) {
  .sl-min.-sub-img .swiper-slide {
    background-image: none !important;
  }
}
.field.active label,
.sl-min.-sub-img .swiper-slide img {
  opacity: 0;
}
@media all and (min-width: 1024px) {
  .sl-min.-sub-img .swiper-slide img {
    opacity: 1;
  }
  .program-block__grid.-mod-cart.-reverse {
    grid-template-columns: 400px auto;
  }
}
@media all and (min-width: 1400px) {
  .program-block__grid.-mod-cart.-reverse {
    grid-template-columns: 468px auto;
    grid-column-gap: 60px;
  }
}
.program-block__grid.-mod-cart .sl-min.-sub-img .aqva__nav {
  bottom: auto;
  top: 25px;
}
.program-block__content.-mod {
  margin-top: 30px;
}
@media all and (min-width: 1024px) {
  .program-block__content.-mod {
    margin-top: 0;
  }
  .program-block__content.-mod .program-block__title {
    font-size: 36px;
    line-height: 48px;
  }
}
.program-block__content.-mod .program-block__text {
  margin-top: 32px;
}
@media all and (min-width: 768px) {
  .program-block__content.-mod .program-block__text {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .program-block__content.-mod .program-block__text {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .program-block__content.-mod .wrap-btn {
    display: flex;
    grid-column-gap: 16px;
  }
}
.inner-block:first-child {
  padding-bottom: 40px;
}
@media all and (min-width: 1024px) {
  .inner-block:first-child {
    padding-bottom: 60px;
  }
}
.inner-block:last-child {
  padding-top: 40px;
}
@media all and (min-width: 1024px) {
  .inner-block:last-child {
    padding-top: 60px;
  }
}
.content-text :first-child {
  margin-top: 0;
}
.content-text :last-child {
  margin-bottom: 0;
}
.content-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 16px 0;
}
@media all and (min-width: 768px) {
  .content-text p {
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0;
  }
}
@media all and (min-width: 1400px) {
  .content-text p {
    margin: 40px 0;
  }
}
.content-text h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin: 24px 0;
}
@media all and (min-width: 768px) {
  .content-text h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media all and (min-width: 1400px) {
  .content-text h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
.content-text h3,
.wrap-form-order .form-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
@media all and (min-width: 768px) {
  .content-text h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
.h2-text {
  font-size: 26px;
  line-height: 40px;
}
@media all and (min-width: 768px) {
  .h2-text {
    font-size: 36px;
    line-height: 48px;
  }
}
@media all and (min-width: 1400px) {
  .h2-text {
    font-size: 40px;
    line-height: 56px;
  }
}
.wrap-form-order {
  padding: 20px 16px;
  background-color: #fbfbfd;
  border-radius: 20px;
}
@media all and (min-width: 768px) {
  .wrap-form-order {
    padding: 60px 48px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-order {
    padding: 60px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-form-order {
    padding: 60px 100px;
  }
}
.wrap-form-order .form-title {
  text-align: center;
}
@media all and (min-width: 768px) {
  .wrap-form-order .form-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-order .form-title {
    text-align: left;
  }
}
.wrap-form-order .form-info-text {
  font-weight: 500;
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .wrap-form-order .form-info-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-order .form-info-text {
    text-align: left;
    margin-top: 20px;
  }
}
.wrap-form-order .row:not(:first-child) {
  margin-top: 14px;
}
@media all and (min-width: 768px) {
  .wrap-form-order .row:not(:first-child) {
    margin-top: 43px;
  }
}
.wrap-form-order .row:last-child {
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 768px) {
  .wrap-form-order .row:last-child {
    padding: 0 50px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-order .row:last-child {
    padding: 0;
    display: grid;
    grid-template-columns: auto 442px;
    grid-column-gap: 60px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-form-order .row:last-child {
    grid-template-columns: 372px 452px;
    justify-content: space-between;
  }
}
@media all and (min-width: 768px) {
  .wrap-form-order .row .form-order {
    padding: 0 50px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-order .row .form-order {
    padding: 0;
  }
}
.form-img {
  margin-bottom: 32px;
}
@media all and (min-width: 768px) {
  .form-img {
    margin-bottom: 40px;
  }
}
.form-img img,
.infograf-img img {
  margin: 0 auto;
}
.form-order {
  display: flex;
  flex-direction: column;
  grid-row-gap: 12px;
}
@media all and (min-width: 1024px) {
  .form-order .form__btn {
    width: 100%;
  }
  .form-order .wrap-btn {
    margin-top: 23px;
  }
}
@media all and (min-width: 1400px) {
  .form-order .wrap-btn {
    margin-top: 30px;
  }
}
.field {
  position: relative;
}
.field label {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.3s;
  pointer-events: none;
}
.field span {
  color: #e26257;
}
.field textarea {
  height: 96px;
}
@media all and (min-width: 768px) {
  .field input {
    padding: 11px 14px;
  }
}
.field-textarea label {
  top: 10px;
  transform: translateY(0);
}
.rise_wedding {
  background-image: url(/image/redesign/celebration/wedding/img_1.jpg);
}
.other-leisure-list {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 40px;
}
@media all and (min-width: 768px) {
  .other-leisure-list {
    grid-row-gap: 0;
  }
}
@media all and (min-width: 1024px) {
  .other-leisure-list {
    grid-column-gap: 20px;
  }
}
.other-leisure-list .other-leisure-item {
  width: 100%;
}
@media all and (min-width: 768px) {
  .other-leisure-list .other-leisure-item {
    width: 50%;
    padding: 36px;
  }
}
@media all and (min-width: 1024px) {
  .other-leisure-list .other-leisure-item {
    width: calc((100% / 3) - 14px);
    padding: 12px;
  }
}
.other-leisure-item.-onlyone {
  text-align: center;
}
.other-leisure-item.-onlyone .wrap-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .other-leisure-item.-onlyone .wrap-img {
    width: 80px;
    height: 80px;
  }
}
.badges__items.-celebration .badges-item._1 {
  background-color: #f1eaff;
}
.badges__items.-celebration .badges-item._2 {
  background-color: #ddfcf2;
}
.badges__items.-celebration .badges-item._3 {
  background-color: #ffeeea;
}
.badges__items.-celebration .badges-item._4 {
  background-color: #f7ffdf;
}
.program-block-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 120px;
}
@media all and (min-width: 1024px) {
  .program-block-list {
    grid-row-gap: 80px;
  }
  .program-block-list .program-block__grid {
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
    align-items: center;
  }
}
@media all and (min-width: 1400px) {
  .program-block-list .program-block__grid {
    grid-column-gap: 60px;
  }
}
@media all and (max-width: 1022px) {
  .program-block-list .program-block__grid:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media all and (min-width: 1024px) {
  .program-block-list .program-block__grid:nth-child(even) {
    display: grid;
  }
}
.program-block-list .program-block__grid:nth-child(even) .program-block__text {
  margin-bottom: 0;
}
.program-block-list .program-block__grid.-mod-cart .program-block__wrap-img {
  height: 214px;
}
@media all and (min-width: 768px) {
  .program-block-list .program-block__grid.-mod-cart .program-block__wrap-img {
    height: 378px;
  }
}
@media all and (min-width: 1024px) {
  .program-block-list .program-block__grid.-mod-cart .program-block__wrap-img {
    height: 400px;
  }
  .program-block-list .program-block__grid.-mod-cart .sl-min {
    width: 400px;
    align-self: flex-start;
  }
}
@media all and (min-width: 1400px) {
  .program-block-list .program-block__grid.-mod-cart .sl-min {
    width: 575px;
  }
}
@media all and (min-width: 768px) {
  .program-block-list .program-block__grid.-mod-cart .sl-min .wrap-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .program-block-list .program-block__grid.-mod-cart .sl-min .btn {
    border: 2px solid #fff;
    padding-left: 24px;
    padding-right: 24px;
  }
  .program-block-list .program-block__grid.-mod-cart .sl-min .aqva__nav {
    top: 25px;
    bottom: auto;
    right: auto;
    left: 18px;
  }
}
@media all and (min-width: 1024px) {
  .program-block-list .program-block__grid.-mod-cart .sl-min .aqva__nav {
    top: auto;
    bottom: 14px;
    left: auto;
    right: 20px;
  }
}
.program-block__text a:not(.btn) {
  color: #006eff;
}
.program-block__text b {
  font-weight: 700;
}
@media all and (max-width: 766px) {
  .block-hiden.-mob {
    display: none;
  }
}
.btn-show {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006eff;
  cursor: pointer;
  margin: 16px 0 24px;
}
.rise_cakes {
  background-image: url(/image/redesign/celebration/cakes/img_1.jpg);
}
@media all and (max-width: 767px) {
  .cakes-info-item .like-h1,
  .cakes-info-item .sub-title {
    font-size: 18px;
    line-height: 28px;
  }
  .cakes-info-item .text-sl-center {
    font-size: 14px;
    line-height: 20px;
  }
}
.cakes-info-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
}
@media all and (min-width: 768px) {
  .cakes-info-list {
    grid-row-gap: 80px;
  }
}
@media all and (min-width: 1024px) {
  .cakes-info-list {
    grid-row-gap: 140px;
  }
}
@media all and (min-width: 768px) {
  .cakes-info-list .wrap__text {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .cakes-info-list .wrap__text {
    margin-bottom: 60px;
  }
}
.sl-cakes .img-cakes {
  height: 343px;
  border-radius: 12px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .sl-cakes .img-cakes {
    height: 388px;
  }
}
@media all and (min-width: 1024px) {
  .sl-cakes .img-cakes {
    height: 460px;
  }
}
.sl-cakes .img-cakes.-sub-img {
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 766px) {
  .sl-cakes .img-cakes.-sub-img img {
    opacity: 0;
  }
}
@media all and (min-width: 768px) {
  .sl-cakes .img-cakes.-sub-img img {
    opacity: 0;
  }
}
@media all and (min-width: 1024px) {
  .sl-cakes .img-cakes.-sub-img img {
    opacity: 1;
  }
}
.sl-cakes .img-cakes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sl-cakes .swiper-nav {
  top: 20px;
  right: 20px;
}
.infograf {
  display: flex;
  flex-direction: column-reverse;
  grid-row-gap: 24px;
}
@media all and (min-width: 1024px) {
  .infograf {
    display: grid;
    grid-template-columns: auto 400px;
    grid-column-gap: 100px;
    align-items: center;
  }
}
@media all and (min-width: 1400px) {
  .infograf {
    grid-template-columns: auto 460px;
    grid-column-gap: 160px;
    max-width: 1036px;
    margin: 0 auto;
  }
}
.infograf.-full-width {
  max-width: inherit;
}
@media all and (max-width: 1023px) {
  .infograf.-border-mod {
    border: 1px solid #e3e5ed;
    border-radius: 12px;
    padding: 40px;
  }
  .infograf.-border-mod h2,
  .infograf.-border-mod p {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .infograf.-border-mod .infograf-content .wrap-btn {
    margin-top: 32px;
    text-align: left;
  }
}
@media all and (min-width: 768px) {
  .infograf-img {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .infograf-img {
    max-width: inherit;
  }
}
.infograf-content {
  text-align: center;
}
@media all and (min-width: 768px) {
  .infograf-content {
    padding: 0 32px;
  }
}
@media all and (min-width: 1024px) {
  .infograf-content {
    text-align: left;
    padding: 0;
  }
}
.infograf-content .wrap-btn {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .infograf-content .wrap-btn {
    margin-top: 60px;
  }
}
@media all and (max-width: 766px) {
  .infograf-content .btn {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 11px;
  }
}
@media all and (min-width: 768px) {
  .infograf-content .btn {
    max-width: 275px;
    width: 100%;
  }
}
.infograf-content .link {
  margin-top: 24px;
}
@media all and (min-width: 1024px) {
  .infograf-content .link {
    margin-top: 8px;
  }
}
.infograf-content .content-text p {
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .infograf-content .content-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (min-width: 1400px) {
  .infograf-content .content-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.header_work.-text-black:not(._fixed) .header-burger::after,
.header_work.-text-black:not(._fixed) .header-burger::before,
.header_work.-text-black:not(._fixed) .header-burger__line,
.rise.rise_holidays .breadcrumbs__item:not(:last-child):after {
  background-color: #000;
}
.header_work.-text-black:not(._fixed) .header__user {
  background-image: url(/image/redesign/Man.svg);
}
.header_work.-text-black:not(._fixed) .search__icon {
  background-image: url(/image/redesign/Search.svg);
}
.header_work.-text-black:not(._fixed) .header__basket {
  background-image: url(/image/redesign/Shopping-cart-b.svg);
}
.header_work.-text-black:not(._fixed) .menu__show {
  background-image: url(/image/redesign/d-b.svg);
}
.header_work.-text-black:not(._fixed) .header__phone_ds,
.header_work.-text-black:not(._fixed) .menu__dots,
.header_work.-text-black:not(._fixed) .menu__text {
  color: #000;
}
.rise.rise_holidays {
  position: relative;
  height: 101.5vw;
}
@media all and (max-width: 359px) {
  .rise.rise_holidays {
    height: 114vw;
  }
}
@media all and (min-width: 768px) {
  .rise.rise_holidays {
    height: 75vw;
  }
}
@media all and (min-width: 1024px) {
  .rise.rise_holidays {
    height: 56vw;
  }
}
@media all and (min-width: 1400px) {
  .rise.rise_holidays {
    height: 810px;
  }
}
.rise.rise_holidays::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-image: url(/image/redesign/celebration/holidays/bg-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 0;
  opacity: 1;
}
@media all and (min-width: 768px) {
  .rise.rise_holidays::before {
    background-image: url(/image/redesign/celebration/holidays/bg-t.jpg);
  }
}
@media all and (min-width: 1024px) {
  .rise.rise_holidays::before {
    background-image: url(/image/redesign/celebration/holidays/bg-tl.jpg);
  }
}
@media all and (min-width: 1400px) {
  .rise.rise_holidays::before {
    background-image: url(/image/redesign/celebration/holidays/bg-d.jpg);
    height: 810px;
  }
}
@media all and (min-width: 1600px) {
  .rise.rise_holidays::before {
    background-image: url(/image/redesign/celebration/holidays/bg-xd.jpg);
    height: 810px;
  }
}
@media all and (min-width: 768px) {
  .rise.rise_holidays .breadcrumbs {
    padding-top: 162px;
  }
}
@media all and (min-width: 1400px) {
  .rise.rise_holidays .breadcrumbs {
    padding-top: 212px;
  }
}
@media all and (min-width: 768px) {
  .rise.rise_holidays .rise__title {
    margin-top: 27px;
  }
}
.rise.rise_holidays .breadcrumbs__item,
.rise.rise_holidays .h1 {
  color: #000;
}
@media all and (min-width: 1024px) {
  .rise.rise_holidays.-mod {
    height: 60vw;
  }
}
@media all and (min-width: 1600px) {
  .rise.rise_holidays.-mod {
    height: 860px;
  }
}
@media all and (min-width: 1400px) {
  .rise.rise_holidays.-mod::before {
    height: 57vw;
  }
}
@media all and (min-width: 1600px) {
  .rise.rise_holidays.-mod::before {
    height: 810px;
  }
}
@media all and (min-width: 1400px) {
  .rise.rise_holidays.-mod .section-text.-holidays .img-d.img4 {
    display: none;
  }
}
.rise.rise_holidays.-mod + .section-text.-holidays.section-offset-first {
  padding-top: 80px !important;
}
@media all and (max-width: 767px) {
  .rise.rise_holidays.-mod + .section-text.-holidays.section-offset-first {
    padding-bottom: 40px !important;
  }
}
@media all and (min-width: 768px) {
  .rise.rise_holidays.-mod + .section-text.-holidays.section-offset-first {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .rise.rise_holidays.-mod + .section-text.-holidays.section-offset-first {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise.rise_holidays.-mod + .section-text.-holidays.section-offset-first {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .rise.rise_holidays.-mod ~ .beach.section-sl-center {
    padding-top: 0 !important;
  }
}
@media all and (max-width: 1023px) {
  .rise.rise_holidays.-mod ~ .section-offset.-bg.-bg-3 {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .rise.rise_holidays.-mod ~ .section-offset.-bg.-bg-3 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rise.rise_holidays.-mod ~ .section-offset.-bg.-bg-2 {
    padding-top: 0 !important;
  }
}
.hol-tarif-sl {
  margin-top: 36px;
}
.hol-tarif-item {
  color: #fff;
  display: flex;
  flex-direction: column;
  grid-row-gap: 14px;
  padding: 34px 22px;
  max-width: 300px;
  width: 100%;
  box-shadow: 3.17733px 3.17733px 12.7093px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  align-items: flex-start;
}
@media all and (min-width: 1024px) {
  .hol-tarif-item {
    max-width: 288px;
  }
}
@media all and (min-width: 1400px) {
  .hol-tarif-item {
    max-width: 386px;
    border-radius: 12px;
    padding: 34px;
    grid-row-gap: 30px;
  }
}
.hol-tarif-item.-blue-color,
.hol-tarif-item:nth-child(1) {
  background: linear-gradient(116.48deg, #5bd898 8.89%, #2aabd2 95.17%), #fff;
}
.hol-tarif-item.-dirty-tomato-color,
.hol-tarif-item:nth-child(2) {
  background: linear-gradient(116.48deg, #f04b90 8.89%, #ef873b 95.17%), #fff;
}
.hol-tarif-item.-purple-color,
.hol-tarif-item:nth-child(3) {
  background: linear-gradient(116.48deg, #3134ee 8.89%, #cb4ad0 95.17%), #fff;
}
.hol-tarif-item.-blue-color {
  background: linear-gradient(116.48deg, #5bd898 8.89%, #2aabd2 95.17%), #fff;
}
.hol-tarif-item.-dirty-tomato-color {
  background: linear-gradient(116.48deg, #f04b90 8.89%, #ef873b 95.17%), #fff;
}
.hol-tarif-item.-purple-color {
  background: linear-gradient(116.48deg, #3134ee 8.89%, #cb4ad0 95.17%), #fff;
}
.hol-tarif-item .hol-tarif-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@media all and (min-width: 1400px) {
  .hol-tarif-item .hol-tarif-item-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media all and (min-width: 1400px) {
  .hol-tarif-item .hol-tarif-item-title span {
    font-size: 28px;
    line-height: 1;
    margin-top: 10px;
  }
}
.hol-tarif-item .btn {
  padding-left: 26px;
  padding-right: 26px;
}
@media all and (min-width: 1400px) {
  .hol-tarif-item .btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-text.-holidays.section-offset-first {
  padding-top: 90px !important;
}
@media all and (min-width: 1400px) {
  .section-text.-holidays.section-offset-first {
    padding-top: 0;
  }
}
.section-text.-holidays .container,
.section-top {
  position: relative;
}
.section-text.-holidays .img-d {
  position: absolute;
}
.section-text.-holidays .img-d.img4 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-text.-holidays .img-d.img4 {
    display: block;
    top: 0;
    right: -20px;
  }
}
@media all and (min-width: 1024px) {
  .section-text.-holidays .img-d.img4 {
    top: -130px;
    right: 310px;
  }
}
@media all and (min-width: 1400px) {
  .section-text.-holidays .img-d.img4 {
    top: -110px;
    right: 450px;
  }
}
.program-detail.section-text ol li::before,
.section-text.-holidays .img-d.img3,
.section-text.-holidays ol li::before {
  display: none;
}
@media all and (min-width: 768px) {
  .section-text.-holidays .img-d.img3 {
    display: block;
    width: 40px;
    height: 40px;
    bottom: -40px;
    right: 170px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .section-text.-holidays .img-d.img3 {
    display: block;
    right: -150px;
    top: 140px;
    width: 80px;
    height: 80px;
  }
}
@media all and (min-width: 768px) {
  .section-text.-holidays .note-info,
  .section-text.-holidays li,
  .section-text.-holidays p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .program-detail.section-text ol li {
    font-weight: 500;
  }
}
@media all and (max-width: 767px) {
  .note-info.-mod-fz {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block-circle img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block-circle .btn-play {
  background-image: url(/image/redesign/celebration/holidays/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 37px;
  width: 40px;
  height: 40px;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.15));
}
@media all and (min-width: 768px) {
  .block-circle .btn-play {
    width: 60px;
    height: 60px;
    top: 43px;
    right: 47px;
  }
}
@media all and (min-width: 1024px) {
  .block-circle .btn-play {
    width: 68px;
    height: 68px;
    top: 51px;
    right: 57px;
  }
}
@media all and (min-width: 1400px) {
  .block-circle .btn-play {
    width: 92px;
    height: 92px;
    top: 69px;
    right: 77px;
  }
}
.section-top {
  z-index: 3;
  margin-bottom: 44px;
}
@media all and (min-width: 768px) {
  .section-top {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-top {
    margin-bottom: 64px;
  }
}
@media all and (min-width: 1400px) {
  .section-top {
    margin-bottom: 14px;
  }
}
.section-top .img-d {
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 1399px) {
  .section-top .img-d {
    display: none;
  }
}
.section-top .img-d.img1 {
  top: -431px;
  left: -100px;
}
.section-top .img-d.img2 {
  top: -250px;
  left: 570px;
}
.section-offset.-bg.-bg-1 .container,
.section-top .container {
  position: relative;
}
.section-top .block-circle {
  position: absolute;
  width: 221px;
  top: -157px;
  left: 16px;
}
@media all and (min-width: 768px) {
  .section-top .block-circle {
    width: 323px;
    top: -288px;
    left: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-top .block-circle {
    width: 380px;
    top: -265px;
    left: 0;
  }
}
@media all and (min-width: 1400px) {
  .section-top .block-circle {
    width: 512px;
    top: -437px;
    left: -25px;
  }
}
.section-offset.-bg {
  position: relative;
  background-size: cover;
}
.section-offset.-bg .like-h1 {
  color: #fff;
}
.section-offset.-bg.-bg-1 {
  min-height: 695px;
  background-image: url(/image/redesign/celebration/holidays/bg_375/1.svg);
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1 {
    min-height: 986px;
    background-image: url(/image/redesign/celebration/holidays/bg_768/1.svg);
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1 {
    min-height: 1018px;
    background-image: url(/image/redesign/celebration/holidays/bg_1024/1.svg);
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1 {
    min-height: 1112px;
    background-image: url(/image/redesign/celebration/holidays/bg_1440/1.svg);
  }
}
@media all and (min-width: 1800px) {
  .section-offset.-bg.-bg-1 {
    min-height: 1182px;
    background-image: url(/image/redesign/celebration/holidays/bg-1-full.svg);
  }
}
.section-offset.-bg.-bg-1 .img-d {
  position: absolute;
}
.section-offset.-bg.-bg-1 .img-d.img5 {
  width: 45px;
  height: 45px;
  top: 11px;
  right: -6px;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1 .img-d.img5 {
    width: 78px;
    height: 78px;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1 .img-d.img5 {
    width: 130px;
    height: 130px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1 .img-d.img5 {
    width: 100px;
    height: 100px;
    top: -19px;
    right: -16px;
  }
}
.section-offset.-bg.-bg-1 .img-d.img6 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1 .img-d.img6 {
    display: block;
    bottom: 100px;
    left: 0;
    width: 80px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1 .img-d.img6 {
    bottom: -40px;
    left: 460px;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1 .img-d.img6 {
    bottom: 110px;
    left: 0;
  }
}
.section-offset.-bg.-bg-1 .img-d.img7 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1 .img-d.img7 {
    display: block;
    bottom: 10px;
    right: -40px;
    width: 70px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1 .img-d.img7 {
    bottom: 240px;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1 .img-d.img7 {
    bottom: -40px;
    right: -140px;
  }
}
.section-offset.-bg.-bg-1-2 {
  min-height: unset;
  background-image: url(/image/redesign/celebration/holidays/bg-1-2-m.png);
  background-repeat: no-repeat;
  padding-top: 40px !important;
  padding-bottom: 103px !important;
}
@media all and (max-width: 1023px) {
  .section-offset.-bg.-bg-1-2 {
    margin-bottom: 50px !important;
  }
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1-2 {
    min-height: unset;
    background-image: url(/image/redesign/celebration/holidays/bg_new.svg);
    padding-top: 120px !important;
    padding-bottom: 220px !important;
    background-position: 10% 0;
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1-2 {
    min-height: unset;
    background-image: url(/image/redesign/celebration/holidays/bg_new.png);
    background-position: 0 0;
    background-size: 140% 100%;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1-2 {
    min-height: 1112px;
    background-image: url(/image/redesign/celebration/holidays/bg_new.png);
    padding-top: 100px !important;
    background-size: 100% 100%;
    background-position: 0 0;
  }
}
@media all and (min-width: 1800px) {
  .section-offset.-bg.-bg-1-2 {
    min-height: 1182px;
    background-image: url(/image/redesign/celebration/holidays/bg-new-1920.png);
  }
}
.section-offset.-bg.-bg-1-2 .container,
.wrap-offer-package-sl {
  position: relative;
}
.section-offset.-bg.-bg-1-2 .img-d {
  position: absolute;
}
.section-offset.-bg.-bg-1-2 .img-d.img5 {
  width: 45px;
  height: 45px;
  top: 11px;
  right: -6px;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1-2 .img-d.img5 {
    width: 78px;
    height: 78px;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1-2 .img-d.img5 {
    width: 130px;
    height: 130px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1-2 .img-d.img5 {
    width: 100px;
    height: 100px;
    top: -19px;
    right: -16px;
  }
}
.section-offset.-bg.-bg-1-2 .img-d.img6 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1-2 .img-d.img6 {
    display: block;
    bottom: 100px;
    left: 0;
    width: 80px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1-2 .img-d.img6 {
    bottom: -40px;
    left: 460px;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1-2 .img-d.img6 {
    bottom: 110px;
    left: 0;
  }
}
.section-offset.-bg.-bg-1-2 .img-d.img7 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-1-2 .img-d.img7 {
    display: block;
    bottom: 10px;
    right: -40px;
    width: 70px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-1-2 .img-d.img7 {
    bottom: 240px;
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-1-2 .img-d.img7 {
    bottom: -40px;
    right: -140px;
  }
}
.section-offset.-bg.-bg-3 {
  min-height: 876px;
  background-image: url(/image/redesign/celebration/holidays/bg_375/3.svg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-3 {
    min-height: 1092px;
    background-image: url(/image/redesign/celebration/holidays/bg_768/3.svg);
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-3 {
    min-height: 768px;
    background-image: url(/image/redesign/celebration/holidays/bg_1024/3.svg);
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-3 {
    min-height: 1071px;
    background-image: url(/image/redesign/celebration/holidays/bg_1440/3.svg);
  }
}
@media all and (min-width: 1800px) {
  .section-offset.-bg.-bg-3 {
    min-height: 1212px;
    background-image: url(/image/redesign/celebration/holidays/bg-2-full.svg);
  }
}
.section-offset.-bg.-bg-2 {
  position: relative;
  margin-bottom: 200px !important;
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-2 {
    margin-bottom: 300px !important;
  }
}
.section-offset.-bg.-bg-2::before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 40vw;
  background-image: url(/image/redesign/celebration/holidays/bg_375/2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-2::before {
    top: calc(100% + 0);
    height: 23vw;
    background-image: url(/image/redesign/celebration/holidays/bg_768/2.svg);
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-2::before {
    background-image: url(/image/redesign/celebration/holidays/bg_1024/2.svg);
    top: calc(100% + -10px);
  }
}
@media all and (min-width: 1400px) {
  .section-offset.-bg.-bg-2::before {
    background-image: url(/image/redesign/celebration/holidays/bg_1440/2.svg);
    top: calc(100% + -40px);
    height: 24vw;
  }
}
@media all and (min-width: 1800px) {
  .section-offset.-bg.-bg-2::before {
    background-image: url(/image/redesign/celebration/holidays/bg-3-full.svg);
    height: 18vw;
  }
}
.section-offset.-bg.-bg-2 .wrap-decor {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.section-offset.-bg.-bg-2 .wrap-decor .img-d {
  position: absolute;
}
.section-offset.-bg.-bg-2 .wrap-decor .img8 {
  z-index: 2;
  top: 80px;
  left: -20px;
  width: 116px;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img8 {
    top: 80px;
    left: 310px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img8 {
    top: -20px;
    left: auto;
    right: -30px;
    width: 160px;
  }
}
.section-offset.-bg.-bg-2 .wrap-decor .img9 {
  display: none;
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img9 {
    display: block;
    top: -80px;
    left: 360px;
    width: 80px;
  }
}
.section-offset.-bg.-bg-2 .wrap-decor .img10 {
  width: 75px;
  top: 310px;
  right: 50px;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img10 {
    top: 250px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img10 {
    top: 470px;
    right: 340px;
  }
}
.section-offset.-bg.-bg-2 .wrap-decor .img11 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img11 {
    display: block;
    top: -90px;
    left: 100px;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img11 {
    display: none;
  }
}
.offer-package-sl + .swiper-nav .-arr.swiper-button-disabled,
.offer-package-sl + .swiper-nav .-arr::before,
.section-offset.-bg.-bg-2 .wrap-decor .img12 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img12 {
    display: block;
    top: 180px;
    right: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-offset.-bg.-bg-2 .wrap-decor .img12 {
    display: none;
  }
}
.offer-package-sl {
  overflow: visible;
}
@media all and (min-width: 768px) {
  .offer-package-sl .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.offer-package-sl + .swiper-nav {
  position: absolute;
  top: -20px;
  right: -10px;
  left: auto;
  z-index: 2;
  height: auto;
  width: auto;
  transform: none;
  grid-column-gap: 6px;
}
@media all and (min-width: 768px) {
  .offer-package-sl + .swiper-nav {
    display: none;
  }
}
.offer-package-sl + .swiper-nav .-arr {
  border-radius: 50%;
  max-width: 40px;
  width: 40px;
  height: 40px;
  flex: 1 0 auto;
  background-color: #ff9600;
  position: static;
  margin: 0;
  background-image: none;
}
.offer-package-sl + .swiper-nav .swiper-button-prev {
  transform: rotate(0);
}
.offer-package-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .offer-package-title {
    font-size: 20px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.offer-package-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ff9600;
  margin-top: 4px;
}
@media all and (min-width: 1024px) {
  .offer-package-price {
    font-size: 20px;
    line-height: 28px;
  }
}
.offer-package-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 20px 42px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 767px) {
  .offer-package-item {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
@media all and (min-width: 768px) {
  .offer-package-item {
    max-width: 576px;
    width: 100%;
    padding: 28px;
    height: auto;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-item {
    max-width: 844px;
    padding: 32px;
  }
}
@media all and (min-width: 1400px) {
  .offer-package-item {
    max-width: 991px;
    padding: 40px;
  }
}
@media all and (min-width: 768px) {
  .offer-package-item:nth-child(even) {
    margin-left: auto;
  }
  .offer-package-item:not(:first-child) {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-item:not(:first-child) {
    margin-top: 32px;
  }
}
.offer-package-item .feature-item {
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .offer-package-item .feature-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
.offer-package-item .feature-item:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .offer-package-item .feature-item:not(:first-child) {
    margin-top: 12px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-item .feature-item:not(:first-child) {
    margin-top: 24px;
  }
}
.offer-package-item .wrap-btn {
  margin-top: 12px;
}
@media all and (max-width: 767px) {
  .offer-package-item .wrap-btn {
    margin-top: auto;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .offer-package-item .wrap-btn {
    position: absolute;
    margin-top: 0;
    top: 28px;
    right: 28px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-item .wrap-btn {
    top: 32px;
    right: 32px;
  }
}
@media all and (min-width: 1400px) {
  .offer-package-item .wrap-btn {
    top: 40px;
    right: 40px;
  }
}
.offer-package-item .btn {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.offer-package-item.-blue-color .offer-package-title,
.offer-package-item.-blue-color b {
  color: #21abc3;
}
.offer-package-item.-dirty-tomato-color .offer-package-title,
.offer-package-item.-dirty-tomato-color b {
  color: #dc523d;
}
.offer-package-item.-purple-color .offer-package-title,
.offer-package-item.-purple-color b {
  color: #6126ca;
}
.offer-package-item.-mod {
  padding-top: 32px;
}
@media all and (min-width: 768px) {
  .offer-package-item {
    padding-top: 36px;
  }
}
@media all and (min-width: 1400px) {
  .offer-package-item {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
@media all and (min-width: 768px) {
  .offer-package-item:not(:first-child) {
    margin-top: 42px;
  }
}
@media all and (min-width: 1400px) {
  .offer-package-item:not(:first-child) {
    margin-top: 42px;
  }
}
.big-table.-mob .tg-body .row .col span b,
.offer-package-item .offer-package-price,
.tariff-block__tabs.-tabs-big-btn
  .tariff-block__tabs-btn._active
  .accordion-item__text
  span {
  color: #000;
}
@media all and (min-width: 1024px) {
  .offer-package-item .offer-package-price {
    font-weight: 700;
  }
  .offer-package-item .offer-package-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    grid-column-gap: 20px;
  }
}
@media all and (min-width: 1400px) {
  .offer-package-item .offer-package-content {
    grid-column-gap: 40px;
    grid-template-columns: 40% 51%;
    margin-top: 34px;
  }
}
.offer-package-item .offer-package-content .feature-item {
  align-items: flex-start;
}
.offer-package-item .offer-package-content .feature-item > span {
  min-height: 40px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1400px) {
  .offer-package-item .offer-package-content .feature-item:not(:first-child) {
    margin-top: 16px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-item .col:first-child {
    margin-right: 0;
    max-width: unset;
  }
}
@media all and (min-width: 1400px) {
  .offer-package-item .offer-package-title {
    align-items: center;
  }
  .offer-package-item .offer-package-title span {
    margin-right: 67px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-title {
    display: flex;
  }
}
.offer-package-title span {
  display: block;
}
@media all and (min-width: 1024px) {
  .offer-package-title span {
    margin-right: 20px;
  }
}
.offer-package-content {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .offer-package-content {
    margin-bottom: 18px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-content {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 1400px) {
  .offer-package-content {
    margin-top: 28px;
  }
}
.offer-package-content .feature-item {
  display: flex;
}
@media all and (min-width: 1024px) {
  .offer-package-content .feature-item {
    min-height: 48px;
    align-items: center;
    padding-left: 0;
  }
}
.offer-package-content .feature-item i {
  max-width: 24px;
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
  margin-right: 12px;
}
@media all and (min-width: 1024px) {
  .offer-package-content .feature-item i {
    max-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
}
.offer-package-content .feature-item span {
  text-align: left;
}
@media all and (min-width: 1024px) {
  .offer-package-content .col:first-child {
    max-width: 260px;
    width: 100%;
    margin-right: 40px;
  }
}
.offer-package-content .col:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .offer-package-content .col:not(:first-child) {
    margin-top: 12px;
  }
}
@media all and (min-width: 1024px) {
  .offer-package-content .col:not(:first-child) {
    margin-top: 0;
  }
}
.infograf.-holidays {
  position: relative;
}
@media all and (min-width: 1024px) {
  .infograf.-holidays {
    grid-template-columns: auto 344px;
    grid-column-gap: 21px;
  }
}
@media all and (min-width: 1400px) {
  .infograf.-holidays {
    grid-template-columns: auto 484px;
    grid-column-gap: 88px;
  }
}
@media all and (max-width: 1023px) {
  .infograf.-holidays > .infograf-img {
    display: none;
  }
}
.infograf.-holidays .content-text {
  text-align: left;
}
@media all and (min-width: 768px) {
  .infograf.-holidays .content-text li,
  .infograf.-holidays .content-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .infograf.-holidays .note-info {
    font-weight: 500;
  }
}
.infograf-img,
.infograf.-holidays .infograf-img {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .infograf.-holidays .infograf-img {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  .infograf.-holidays .infograf-img {
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
  }
}
.infograf.-holidays .infograf-content {
  padding: 0;
}
@media all and (min-width: 768px) {
  .infograf.-holidays .infograf-content {
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  .infograf.-holidays .infograf-content .infograf-img {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .infograf.-holidays .wrap-btn {
    position: absolute;
    right: 0;
    top: 368px;
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .infograf.-holidays .wrap-btn {
    position: static;
    margin-top: 40px;
    top: auto;
    right: auto;
  }
}
.infograf-img .block-circle {
  max-width: 305px;
  width: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  .infograf-img .block-circle {
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .infograf-img .block-circle {
    max-width: 344px;
  }
}
@media all and (min-width: 1400px) {
  .infograf-img .block-circle {
    max-width: 484px;
  }
}
@media all and (max-width: 1023px) {
  .section-holidays {
    margin-bottom: 40px !important;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays {
    margin-bottom: 50px !important;
  }
}
.section-holidays .wrap-decor {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.section-holidays .wrap-decor .img-d {
  position: absolute;
}
.section-holidays .wrap-decor .img13 {
  top: 320px;
  right: 0;
  width: 90px;
}
@media all and (min-width: 768px) {
  .section-holidays .wrap-decor .img13 {
    top: 450px;
    right: 110px;
    width: 130px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .wrap-decor .img13 {
    top: 70px;
    right: 50px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .wrap-decor .img13 {
    top: 140px;
    right: 70px;
    width: 160px;
  }
}
.section-holidays .wrap-decor .img14 {
  top: 80px;
  width: 70px;
}
@media all and (min-width: 768px) {
  .section-holidays .wrap-decor .img14 {
    top: 150px;
    left: -40px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .wrap-decor .img14 {
    top: 80px;
    left: -70px;
    width: 80px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .wrap-decor .img14 {
    top: 100px;
    left: -120px;
    width: 100px;
  }
}
.section-holidays .wrap-decor .img15 {
  display: none;
}
@media all and (min-width: 768px) {
  .section-holidays .wrap-decor .img15 {
    display: block;
    top: 420px;
    left: 260px;
    width: 60px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .wrap-decor .img15 {
    top: 520px;
    left: 270px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .wrap-decor .img15 {
    top: 700px;
    left: 500px;
    width: 80px;
  }
}
.section-holidays .wrap-decor .img16 {
  display: none;
}
@media all and (min-width: 1400px) {
  .section-holidays .wrap-decor .img16 {
    display: block;
    top: 530px;
    right: -40px;
  }
}
.section-holidays .wrap-decor .img17 {
  top: -60px;
  right: 20px;
  width: 42px;
}
@media all and (min-width: 768px) {
  .section-holidays .wrap-decor .img17 {
    top: -110px;
    right: 40px;
    width: 62px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .wrap-decor .img17 {
    top: -80px;
    right: 0;
    width: 82px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .wrap-decor .img17 {
    top: -110px;
    right: -10px;
    width: 102px;
  }
}
.section-holidays .container {
  position: relative;
}
@media all and (max-width: 767px) {
  .section-holidays .wrap .link.wrap__btn,
  .section-holidays .wrap .link.wrap__btn.d-none {
    display: none;
  }
  .section-holidays .like-h1 {
    text-align: center;
  }
}
.section-holidays .program-item__content {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .section-holidays .program-item__content .link.wrap__btn {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
}
.section-holidays .program-item__content .parking-tabs__btn {
  color: #000;
  border-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-registr-page div:not(:first-child),
.section-holidays .program-item__content .parking-tabs__btn:not(:first-child),
.section-text.-mod ul li:not(:first-child) {
  margin-top: 12px;
}
@media all and (min-width: 768px) {
  .section-holidays .program-item__content li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf {
    display: flex;
    flex-direction: row-reverse;
    grid-column-gap: 40px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .infograf {
    grid-column-gap: 120px;
  }
}
.section-holidays .infograf-img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .section-holidays .infograf-img {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf-img {
    max-width: 360px;
    width: 100%;
    flex: 1 0 auto;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .infograf-img {
    max-width: 454px;
  }
}
@media all and (min-width: 768px) {
  .section-holidays .infograf-img .block-circle {
    max-width: 298px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf-img .block-circle {
    max-width: 100%;
  }
}
.section-holidays .infograf-content {
  z-index: 2;
}
@media all and (min-width: 768px) {
  .section-holidays .infograf-content {
    padding: 0;
  }
}
.section-holidays .infograf-content .content-text .wrap-btn {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .section-holidays .infograf-content > .wrap-btn {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 60px;
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf-content > .wrap-btn {
    position: relative;
    top: 0;
    flex-direction: row;
    width: 100%;
    margin-top: 37px;
  }
}
.section-holidays .infograf-content > .wrap-btn .parking-tabs__btn {
  color: #000;
  border-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media all and (max-width: 767px) {
  .section-holidays .infograf-content > .wrap-btn .parking-tabs__btn {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf-content > .wrap-btn .parking-tabs__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .infograf-content > .wrap-btn .parking-tabs__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .section-holidays
    .infograf-content
    > .wrap-btn
    .parking-tabs__btn:not(:first-child) {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays
    .infograf-content
    > .wrap-btn
    .parking-tabs__btn:not(:first-child) {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .section-holidays .infograf-content > .wrap-btn .parking-tabs__btn.-icon i {
    max-width: 40px;
    height: 40px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf-content > .wrap-btn .parking-tabs__btn.-icon i {
    margin-right: 8px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays .infograf-content > .wrap-btn .parking-tabs__btn.-icon i {
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) {
  .section-holidays .infograf-content > .wrap-btn .btn {
    margin-top: 48px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf-content > .wrap-btn .btn {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .section-holidays .infograf-content .wrap-btn {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays .infograf-content .wrap-btn {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .section-holidays .infograf-content .wrap-btn > a {
    flex: 1 0 auto;
  }
  .section-holidays .infograf-content .wrap-btn > a:nth-child(3) {
    order: 3;
    align-self: center;
  }
  .section-holidays
    .infograf-content
    .wrap-btn
    .parking-tabs__btn:nth-child(1) {
    order: 2;
    margin-left: 12px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays
    .infograf-content
    .wrap-btn
    .parking-tabs__btn:nth-child(1) {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) {
  .section-holidays
    .infograf-content
    .wrap-btn
    .parking-tabs__btn:nth-child(2) {
    order: 3;
    margin-left: 40px;
  }
}
@media all and (min-width: 1400px) {
  .section-holidays
    .infograf-content
    .wrap-btn
    .parking-tabs__btn:nth-child(2) {
    margin-left: 60px;
  }
}
.wrap-infograf {
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
@media all and (min-width: 768px) {
  .wrap-infograf {
    padding: 40px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-infograf {
    padding: 60px 96px;
  }
}
.wrap-infograf .like-h1 {
  color: #000 !important;
  text-align: center;
  margin-bottom: 12px;
}
@media all and (min-width: 1024px) {
  .wrap-infograf .like-h1 {
    text-align: left;
  }
  .wrap-infograf .infograf {
    display: flex;
    flex-direction: row-reverse;
    grid-column-gap: 32px;
    position: static;
  }
}
@media all and (min-width: 1400px) {
  .wrap-infograf .infograf {
    flex-direction: row;
  }
}
.wrap-infograf .infograf .content-text {
  margin-top: 0;
}
.wrap-infograf .infograf .content-text .infograf-img {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .wrap-infograf .infograf .content-text .infograf-img {
    margin-bottom: -16px;
  }
  .wrap-infograf .infograf .note-info {
    font-size: 14px;
    line-height: 20px;
  }
}
.wrap-infograf .infograf .wrap-btn {
  margin-top: 32px;
}
@media all and (min-width: 768px) {
  .wrap-infograf .infograf .wrap-btn {
    position: static;
  }
}
@media all and (min-width: 1024px) {
  .wrap-infograf .infograf .wrap-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    margin-top: 0;
  }
}
@media all and (min-width: 1400px) {
  .wrap-infograf .infograf .wrap-btn {
    position: static;
    margin-top: 48px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-infograf .infograf .infograf-img {
    max-width: 320px;
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .wrap-infograf .infograf .infograf-img {
    max-width: 436px;
  }
}
.btn.-border-r-40 {
  border-radius: 40px;
}
@media all and (max-width: 767px) {
  .section-offset-first .wrap + .text-sl-center {
    margin-top: 16px;
  }
  .page-title.-m-title {
    font-size: 18px;
    line-height: 28px;
  }
  .sl-other-leisure .swiper-slide.-mod-size {
    width: 122px;
  }
}
@media all and (max-width: 1023px) {
  .sl-other-leisure .swiper-slide.-mod-size .other-leisure__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .sl-other-leisure .swiper-slide.-mod-size .other-leisure__title {
    font-size: 13px;
    line-height: 16px;
  }
}
.rise_masters {
  background-image: url(/image/redesign/spa/masters/bg.jpg);
}
.masters-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 15px;
}
@media all and (min-width: 768px) {
  .masters-list {
    grid-gap: 40px 32px;
  }
}
@media all and (min-width: 1024px) {
  .masters-list {
    grid-gap: 48px 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1400px) {
  .masters-list {
    grid-gap: 48px 48px;
  }
}
.i-info {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  opacity: 0.6;
  background-color: #fff;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .i-info {
    width: 54px;
    height: 54px;
  }
}
@media all and (min-width: 1024px) {
  .i-info {
    width: 48px;
    height: 48px;
  }
}
@media all and (min-width: 1400px) {
  .i-info {
    background-color: transparent;
    width: 40px;
    height: 40px;
    left: auto;
    right: -6px;
  }
}
.i-info::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/image/redesign/spa/masters/Icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (min-width: 768px) {
  .i-info::after {
    width: 40px;
    height: 40px;
  }
}
@media all and (min-width: 1024px) {
  .i-info::after {
    width: 35px;
    height: 35px;
  }
}
@media all and (min-width: 1400px) {
  .i-info::after {
    width: 30px;
    height: 30px;
  }
}
.i-info:hover {
  opacity: 1;
}
.master-item .tariff-card__modal {
  width: 320px;
  top: auto;
  bottom: 0;
  left: calc(100% - 50px);
  transition:
    visibility 0.3s,
    opacity 0.3s;
}
.master-item .tariff-card__modal * {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  color: #000;
}
.master-item .tariff-card__modal :first-child {
  margin-top: 0;
}
.master-item .tariff-card__modal :last-child {
  margin-bottom: 0;
}
.master-item .tariff-card__modal.active {
  visibility: visible;
  opacity: 1;
}
.master-item,
.master-name {
  position: relative;
}
.master-item:active,
.master-item:hover {
  z-index: 2;
}
.master-item .wrap-img {
  height: 160px;
  position: relative;
}
@media all and (min-width: 768px) {
  .master-item .wrap-img {
    height: 320px;
  }
}
@media all and (min-width: 1024px) {
  .master-item .wrap-img {
    height: 280px;
  }
}
@media all and (min-width: 1400px) {
  .master-item .wrap-img {
    width: 100%;
    height: 368px;
  }
}
.master-item .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  overflow: hidden;
  border-radius: 8px;
}
@media all and (min-width: 1400px) {
  .master-item > .i-info {
    display: none;
  }
}
.master-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 4px;
}
@media all and (min-width: 768px) {
  .master-name {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.master-name .i-info {
  display: none;
}
@media all and (min-width: 1400px) {
  .master-name .i-info {
    display: flex;
  }
}
.master-position,
.program-item__content p {
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .master-position {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
}
.rise_cosmetology {
  background-image: url(/image/redesign/spa/cosmetology/cosmetology.jpg);
}
.sl-masters .master-item {
  width: 160px;
  margin-right: 12px;
}
@media all and (min-width: 768px) {
  .sl-masters .master-item {
    width: 280px;
    margin-right: 36px;
  }
}
@media all and (min-width: 1024px) {
  .sl-masters .master-item {
    width: calc((100% / 3) - 32px);
    margin-right: 48px;
  }
}
.price-games__item.tabl-price-order {
  grid-template-columns: auto 25% 10%;
}
@media all and (min-width: 768px) {
  .price-games__item.tabl-price-order {
    grid-template-columns: auto 25% 28%;
  }
}
@media all and (min-width: 1024px) {
  .price-games__item.tabl-price-order {
    grid-template-columns: auto 20% 20%;
  }
}
.price-games__item.tabl-price-order.four-columns {
  grid-template-columns: auto 15% 15% 10%;
}
@media all and (min-width: 768px) {
  .price-games__item.tabl-price-order.four-columns {
    grid-template-columns: auto 15% 15% 28%;
  }
}
@media all and (min-width: 1024px) {
  .price-games__item.tabl-price-order.four-columns {
    grid-template-columns: auto 15% 15% 20%;
  }
}
.price-games__item.tabl-price-order .price-games__day,
.price-games__item.tabl-price-order .price-games__time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.price-games__item.tabl-price-order .price-games__time {
  font-weight: 600;
  justify-content: center;
}
.price-games__item.tabl-price-order .price-games__time--new {
  color: red;
  text-align: center;
  width: 100%;
}
.price-games__item.tabl-price-order .price-games__time--old {
  color: #bcbcbc;
  font-size: 14px;
  display: block;
  line-height: 0;
  margin: -5px 0 5px;
  text-align: center;
  text-decoration: line-through;
  white-space: nowrap;
  width: 100%;
}
.price-games__item .sign-up {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.price-games__item .sign-up::after {
  content: "";
  max-width: 40px;
  width: 40px;
  height: 40px;
  background-image: url(/image/redesign/spa/cosmetology/edit.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .price-games__item .sign-up::after {
    margin-left: 8px;
  }
}
.tariff-block__tabs.-color-orang-btn .tariff-block__tabs-btn._active {
  background-color: #ff9500;
  border-color: #ff9500;
}
.tariff-block__tabs.-flex-wrap {
  flex-wrap: wrap;
  grid-row-gap: 8px;
}
.select-cuslom {
  position: relative;
}
.select-custom-active {
  min-height: 48px;
  display: flex;
  align-items: center;
  background-color: #ff9600;
  color: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 24px;
  cursor: pointer;
}
.select-custom-active span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-right: 20px;
}
.select-custom-active i {
  background-image: url(/image/redesign/spa/cosmetology/down.svg);
  max-width: 24px;
  width: 100%;
  height: 24px;
  flex: 1 0 auto;
  margin-left: auto;
}
.select-custom-active.active i {
  transform: rotate(180deg);
}
.select-custom-list {
  position: relative;
  bottom: -8px;
  border: 1px solid #e3e5ed;
  border-radius: 6px;
  padding: 12px 20px;
  display: none;
}
.select-custom-item {
  font-size: 16px;
  line-height: 22px;
  padding: 12px 0;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .sub-select {
    width: 100%;
    margin-bottom: 35px;
  }
  .sub-select .tariff-block__tabs-btn {
    display: none;
  }
}
.sub-select .select-cuslom {
  width: 100%;
}
@media all and (min-width: 768px) {
  .sub-select .select-cuslom {
    display: none;
  }
}
.rise_manicure {
  background-image: url(/image/redesign/spa/manicure/bg.jpg);
}
.rise_body-care {
  background-image: url(/image/redesign/spa/body-care/bg.jpg);
}
.rise_salon {
  background-image: url(/image/redesign/spa/salon/bg.jpg);
}
.filter-tab {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .filter-tab {
    display: none;
  }
}
.filter-tab-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-right: 24px;
}
@media all and (min-width: 1024px) {
  .filter-tab-name {
    margin-right: 40px;
  }
}
.filter-tab-list {
  display: flex;
  align-items: center;
  grid-column-gap: 24px;
}
@media all and (min-width: 1024px) {
  .filter-tab-list {
    grid-column-gap: 40px;
  }
}
.filter-tab-item {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #c4c5c9;
  transition: 0.3s;
  cursor: pointer;
}
.filter-tab-item.active,
.tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn._active::before {
  color: #ff9600;
}
@media all and (min-width: 768px) {
  .filter-tab-content .price-games__time:not(.active) {
    display: none;
  }
}
.price-games__item.filter-tab-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .price-games__item.filter-tab-content {
    grid-row-gap: 8px;
  }
}
@media all and (min-width: 768px) {
  .price-games__item.filter-tab-content {
    display: grid;
    grid-template-columns: 47% 25% 28%;
  }
}
.price-games__item.filter-tab-content .sign-up {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media all and (min-width: 768px) {
  .price-games__item.filter-tab-content .sign-up {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  .price-games__item.filter-tab-content .price-games__day {
    margin-bottom: 24px;
    padding-right: 64px;
    max-width: 100%;
    width: 100%;
  }
}
.price-games__item.filter-tab-content .price-games__time {
  max-width: 47%;
  width: 100%;
  flex: 1 0 auto;
}
@media all and (min-width: 768px) {
  .price-games__item.filter-tab-content .price-games__time {
    max-width: inherit;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .price-games__item.filter-tab-content .price-games__time {
    font-weight: 500;
    border: 1px solid #e3e5ed;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .price-games__item.filter-tab-content .price-games__time::before {
    content: attr(data-type);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b;
    margin-bottom: 8px;
  }
}
.rise_spa-program {
  background-image: url(/image/redesign/spa/program/bg.jpg);
}
.program-carts__sliders {
  overflow: visible;
}
.program-carts__sliders .aqva__nav {
  top: -40px;
}

.program-item__picture img,
.program__sliders-item {
  width: 100%;
}
/*@media all and (min-width: 768px) {
  .program__sliders-item {
    width: 346px;
  }
}
@media all and (min-width: 1024px) {
  .program__sliders-item {
    width: 436px;
  }
}
@media all and (min-width: 1400px) {
  .program__sliders-item {
    width: 378px;
  }
}*/
.program__sliders-item.hidden {
  display: none;
}
.program-item {
  width: 100%;
  border: 1px solid #e3e5ed;
  background-color: #fff;
  border-radius: 12px;
  padding: 70px 24px 24px;
  position: relative;
}
@media all and (min-width: 1024px) {
  .program-item {
    padding: 70px 32px 32px;
  }
}
@media all and (max-width: 767px) {
  .beach__slider {
    overflow: inherit;
    margin: 0;
    max-width: 268px;
  }
}
@media all and (min-width: 1400px) {
  .program-item {
    padding: 78px 40px 40px;
  }
}
.program-item .program-item-special {
  background: #ffdb00;
  border-radius: 12px 12px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 12px 24px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .program-item .program-item-special {
    padding: 12px 32px;
  }
}
@media all and (min-width: 1400px) {
  .program-item .program-item-special {
    padding: 12px 40px;
  }
}
.program-item .program-item-special > span:after {
  background: url(/image/redesign/spa/icon-spec.svg) no-repeat center;
  content: "";
  height: 31px;
  margin: -6px 0 0 10px;
  position: absolute;
  width: 31px;
}
.program-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program-item__title span {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.program-item__title i {
  max-width: 48px;
  width: 48px;
  height: 48px;
  margin-left: 20px;
  flex: 1 0 auto;
}
.program-item__picture {
  margin: 20px -24px 0;
}
@media all and (min-width: 1024px) {
  .program-item__picture {
    margin: 20px -32px 0;
  }
}
@media all and (min-width: 1400px) {
  .program-item__picture {
    margin: 20px -40px 0;
  }
}
.program-item__price span.amount-old {
  color: #bcbcbc;
  font-size: 16px;
  padding: 0 10px 0 0;
  text-decoration: line-through;
}
.program-item__price span:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #e26257;
  text-decoration: none;
}
.program-item__service {
  display: flex;
  justify-content: space-between;
}
.program__sliders-item {
  height: auto;
}
.program__sliders-item.preloader {
  opacity: 0.5;
  position: relative;
}
.program__sliders-item.preloader:before {
  background: url(/image/bxslider/bx_loader.gif) no-repeat center;
  content: "";
  cursor: progress;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.program-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.program-item__content,
.program-item__content .title-list {
  line-height: 20px;
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .program-item__content {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (min-width: 1024px) {
  .program-item__content {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) {
  .program-item__content p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (min-width: 1024px) {
  .program-item__content p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (min-width: 1400px) {
  .program-item__content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.program-item__content ul {
  margin: 12px auto 12px 10px;
}
@media all and (min-width: 768px) {
  .program-item__content ul {
    margin: 16px auto 16px 10px;
  }
}
.program-item__content li {
  position: relative;
  padding-left: 10px;
}
@media all and (min-width: 768px) {
  .program-item__content li {
    line-height: 20px;
  }
}
@media all and (min-width: 1024px) {
  .program-item__content li {
    font-size: 14px;
    line-height: 20px;
  }
}
.disco-card-list ul li::before,
.page-404 ul li::before,
.program-item__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((22px / 2) - 2px);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
@media all and (min-width: 1024px) {
  .program-item__content li::before {
    top: calc((20px / 2) - 2px);
  }
}
@media all and (min-width: 768px) {
  .program-item__content .title-list {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media all and (min-width: 1024px) {
  .program-item__content .title-list {
    font-size: 16px;
    line-height: 20px;
  }
}
.program-item__time {
  margin-top: 20px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .program-item__time {
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
  }
}
.program-item__time.--profit {
  font-size: 14px;
  margin: -24px 0 0 105px;
  position: absolute;
}
.program-item__time span:first-child {
  margin-right: 18px;
}
@media all and (min-width: 768px) {
  .program-item__time span:first-child {
    margin-right: 14px;
  }
}
.program-item__price {
  margin-top: 16px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .program-item__price {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.program-item__price span:first-child {
  margin-right: 14px;
}
@media all and (min-width: 768px) {
  .program-item__price span:first-child {
    margin-right: 10px;
  }
}
.program-item__service {
  align-items: center;
  margin-top: auto;
}
.program-item__service .btn-basket {
  position: static;
  width: 60px;
  height: 60px;
  display: block;
}
@media all and (min-width: 768px) {
  .program-item__service .btn-basket {
    margin-right: 0;
  }
}
.rise_massage {
  background-image: url(/image/redesign/spa/massage/bg.jpg);
}
.price-games__full-header {
  display: none;
}
@media all and (min-width: 1400px) {
  .price-games__full-header {
    display: flex;
    align-items: center;
    margin-bottom: -14px;
  }
}
.price-games__full-header .col {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  opacity: 0.9;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  flex: 1 0 auto;
}
.price-games__full-header .col:nth-child(1) {
  max-width: 18%;
  margin-right: 24%;
}
.price-games__full-header .col:nth-child(2) {
  max-width: 20%;
  margin-right: 5%;
}
.price-games__full-header .col:nth-child(3) {
  max-width: 7%;
  margin-right: 5%;
}
.price-games__full-header .col:nth-child(4) {
  max-width: 20%;
  margin-right: 0;
}
.price-games__list.-mod-item .price-games__item {
  padding: 11px 16px;
  min-height: 60px;
}
@media all and (min-width: 768px) {
  .price-games__list.-mod-item .price-games__item {
    padding: 9px 24px;
  }
}
@media all and (min-width: 1024px) {
  .price-games__list.-mod-item .price-games__item {
    padding: 9px 32px;
  }
}
@media all and (max-width: 767px) {
  .like-h1.-m-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.tab-i-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
}
.wrap-sl-other-leisure.-spa-center {
  margin: 24px 0;
}
@media all and (min-width: 768px) {
  .wrap-sl-other-leisure.-spa-center {
    margin: 32px 0;
  }
}
@media all and (min-width: 1400px) {
  .wrap-sl-other-leisure.-spa-center {
    margin: 109px 0 44px;
  }
  .wrap-sl-other-leisure.-spa-center .swiper-slide.-mod-size {
    width: calc((100% / 5) - 29px) !important;
  }
  .wrap-sl-other-leisure.-spa-center .swiper-slide.-mod-size img {
    width: 100%;
    height: auto;
  }
  .aqva.pool-aqva.section-sl-center.section-offset.section-offset-first {
    padding-bottom: 0 !important;
    margin-bottom: 80px !important;
  }
}
.how-work {
  padding: 0 0 70px;
}
.list-diagramma {
  display: grid;
  grid-row-gap: 20px;
}
.diagramma-item {
  display: grid;
  width: 160px;
  max-width: 160px;
}
@media all and (min-width: 768px) {
  .diagramma-item {
    width: 212px;
    max-width: 212px;
  }
}
@media all and (min-width: 1400px) {
  .diagramma-item {
    width: 212px;
    max-width: 212px;
  }
}
.diagramma-item__img {
  display: flex;
  align-items: flex-end;
}
.diagramma-item__img img {
  width: 100%;
  height: auto;
}
.diagramma-item__title {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1024px) {
  .diagramma-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (min-width: 1400px) {
  .diagramma-item__title {
    font-size: 24px;
  }
}
.diagramma-item__sep {
  max-width: 68px;
  width: 68px;
  height: 38px;
  background-image: url(/image/redesign/hw/strelochka.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: auto 20px;
}
@media all and (min-width: 768px) {
  .diagramma-item__sep {
    max-width: 98px;
    width: 98px;
  }
}
@media all and (min-width: 1400px) {
  .diagramma-item__sep {
    margin-left: 16px;
  }
}
.spa-programm__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 768px) {
  .spa-programm__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1400px) {
  .spa-programm__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.menu-box_spa .menu-sl::before,
.spa-programm__wrapper.hidden {
  display: none;
}
.rise_trainers {
  background-image: url(/image/redesign/fitnes/trainers/bg.jpg);
}
.rise_fitnes-bar {
  background-image: url(/image/redesign/fitnes/fitnes-bar/bg.jpg);
}
@media all and (max-width: 1399px) {
  .cafe-menu__row.-empty {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .cafe-menu__row span:first-child {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .cafe-menu__row span:first-child {
    max-width: 80%;
  }
}
.rise_fitnes-cart {
  background-image: url(/image/redesign/fitnes/fitnes-cart/bg.jpg);
}
.tariff-block__tabs.-tabs-big-btn {
  counter-reset: section;
}
@media all and (min-width: 768px) {
  .tariff-block__tabs.-tabs-big-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 14px;
  }
}
@media all and (min-width: 1024px) {
  .tariff-block__tabs.-tabs-big-btn {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 8px;
  }
}
@media all and (min-width: 1400px) {
  .tariff-block__tabs.-tabs-big-btn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
  }
}
.tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn {
  flex-direction: row-reverse;
  border-color: #e3e5ed;
}
@media all and (max-width: 767px) {
  .tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn {
    margin-right: 0;
    padding: 14px 40px 5px 30px;
    min-height: 78px;
  }
}
@media all and (min-width: 768px) {
  .tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn {
    padding: 27px 38px 19px 30px;
    align-items: flex-start;
    border-radius: 12px;
  }
}
@media all and (min-width: 1024px) {
  .tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn {
    width: auto;
    margin-right: 0;
    padding: 25px 40px 20px 30px;
  }
}
.tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn::before {
  content: counter(section);
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  color: #e3e5ed;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn::before {
    margin-left: 5px;
  }
}
.tariff-block__tabs.-tabs-big-btn
  .tariff-block__tabs-btn
  .accordion-item__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
@media all and (min-width: 768px) {
  .tariff-block__tabs.-tabs-big-btn
    .tariff-block__tabs-btn
    .accordion-item__text {
    font-size: 20px;
  }
}
.tariff-block__tabs.-tabs-big-btn
  .tariff-block__tabs-btn
  .accordion-item__text
  span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  margin-top: 6px;
}
@media all and (min-width: 768px) {
  .tariff-block__tabs.-tabs-big-btn
    .tariff-block__tabs-btn
    .accordion-item__text
    span {
    line-height: 24px;
  }
}
.tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn._active {
  background-color: #fff;
}
.tariff-block__tabs.-tabs-big-btn
  .tariff-block__tabs-btn._active
  .accordion-item__text {
  color: #ff9600;
}
@media all and (min-width: 768px) {
  .tariff-block__container .program-detail {
    padding: 26px 20px;
    position: relative;
  }
}
@media all and (min-width: 1400px) {
  .tariff-block__container .program-detail {
    padding: 30px 32px;
  }
}
.tariff-block__container .program-detail > :last-child {
  margin-bottom: 0;
}
.field-c label,
.tariff-block__container .program-detail li,
.tariff-block__container .program-detail p {
  font-size: 18px;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  .tariff-block__container .program-detail .wrap-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media all and (min-width: 768px) {
  .tariff-block__container .program-detail .wrap-btn {
    float: right;
    text-align: right;
  }
}
@media all and (min-width: 1400px) {
  .tariff-block__container .program-detail .wrap-btn {
    top: 30px;
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  .tariff-block__container .program-detail .btn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.name-program-cart {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.wrap-form-order.-bg-white {
  background-color: #fff;
  padding: 0;
}
.wrap-form-order.-bg-white .row {
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .wrap-form-order.-bg-white .row:last-child {
    padding: 0;
  }
}
@media all and (min-width: 1400px) {
  .wrap-form-order.-bg-white .row:last-child {
    grid-template-columns: 410px 584px;
  }
}
@media all and (min-width: 768px) {
  .wrap-form-order.-bg-white form.form {
    padding: 0 150px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-order.-bg-white form.form {
    padding: 0 34px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .wrap-form-order.-bg-white form.form {
    padding: 0 0 0 32px;
  }
}
@media all and (max-width: 767px) {
  .wrap-form-order.-bg-white .form-title {
    font-size: 22px;
    line-height: 32px;
  }
  .wrap-form-order.-bg-white .form-info-text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (min-width: 768px) {
  .wrap-form-order.-bg-white .form-info-text {
    margin-top: 24px;
    margin-bottom: 50px;
  }
}
.wrap-form-order.-bg-white .form-img {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .wrap-form-order.-bg-white .form-img {
    margin-top: 88px;
    padding: 0 110px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-order.-bg-white .form-img {
    padding: 0;
    margin-top: 28px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-form-order.-bg-white .form-img {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .wrap-form-order.-bg-white .form__btn {
    margin-top: 22px;
  }
}
.wrap-personal-coach {
  padding: 0 40px;
}
@media all and (min-width: 1024px) {
  .wrap-personal-coach {
    padding: 0;
  }
}
.wrap-personal-coach .sub-title {
  text-align: center;
}
@media all and (max-width: 767px) {
  .wrap-personal-coach .sub-title {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-personal-coach .sub-title {
    text-align: left;
  }
  .personal-coach {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 1400px) {
  .personal-coach {
    justify-content: flex-start;
    grid-column-gap: 128px;
  }
}
@media all and (min-width: 768px) {
  .personal-coach-item {
    display: flex;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .personal-coach-item {
    margin: 0;
  }
}
@media all and (min-width: 1400px) {
  .personal-coach-item {
    max-width: 460px;
  }
}
.personal-coach-item:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .personal-coach-item:not(:first-child) {
    margin-top: 34px;
  }
}
@media all and (min-width: 1024px) {
  .personal-coach-item:not(:first-child) {
    margin-top: 0;
  }
}
.personal-coach-item .wrap-link a {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .personal-coach-item .wrap-link > div:not(:first-child) {
    margin-top: 18px;
  }
}
.personal-coach-item .-mail,
.personal-coach-item .-tel {
  padding-left: 35px;
  position: relative;
}
@media all and (min-width: 768px) {
  .personal-coach-item .-mail,
  .personal-coach-item .-tel {
    padding-left: 40px;
  }
}
.personal-coach-item .-mail::before,
.personal-coach-item .-tel::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.personal-coach-item .-tel::before {
  background-image: url(/image/redesign/fitnes/fitnes-cart/Phone-min.svg);
}
.personal-coach-item .-mail::before {
  background-image: url(/image/redesign/fitnes/fitnes-cart/Envelope.svg);
}
.personal-coach-img {
  border-radius: 12px;
  overflow: hidden;
  max-width: 140px;
  margin: 0 auto 16px;
}
@media all and (min-width: 768px) {
  .personal-coach-img {
    margin: 0 16px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .personal-coach-img {
    max-width: 152px;
    width: 100%;
    margin-right: 32px;
  }
}
.personal-coach-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .personal-coach-name {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 23px;
  }
}
.work-time {
  display: grid;
  grid-row-gap: 26px;
}
@media all and (min-width: 768px) {
  .work-time {
    grid-template-columns: repeat(2, 1fr);
    max-width: 776px;
    margin: 0 auto;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    padding: 0 44px;
  }
}
@media all and (min-width: 1024px) {
  .work-time {
    padding: 0;
  }
}
@media all and (min-width: 1400px) {
  .work-time {
    max-width: inherit;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 60px;
  }
}
.work-time-title {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .work-time-title {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}
.work-time-title i {
  max-width: 24px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media all and (min-width: 768px) {
  .work-time-title i {
    display: block;
    max-width: 44px;
    width: 44px;
    height: 44px;
    margin: 0 auto 8px;
  }
}
.work-time-text {
  margin-top: 18px;
}
@media all and (min-width: 768px) {
  .work-time-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.timetable-item__time span,
.work-time-text span {
  display: block;
}
.rise_fitnes-service {
  background-image: url(/image/redesign/fitnes/service/bg.jpg);
}
.fit-service_name-s .item {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  min-height: 64px;
  padding-right: 80px;
}
.fit-service_name-s .item:not(.active) {
  display: none;
}
.fit-service__sliders {
  overflow: visible;
}
@media all and (max-width: 767px) {
  .fit-service__sliders .aqva__nav {
    top: 15px;
  }
}
@media all and (min-width: 768px) {
  .fit-service__sliders .aqva__nav {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .fit-service__sliders .aqva__nav {
    display: flex;
  }
}
.fit-service-slide {
  height: auto;
}
@media all and (min-width: 768px) {
  .fit-service-slide {
    max-width: 552px;
  }
}
@media all and (min-width: 1400px) {
  .fit-service-slide {
    max-width: 1030px;
  }
}
@media all and (min-width: 768px) {
  .fit-service-slide.-width {
    max-width: 730px;
  }
}
@media all and (min-width: 1400px) {
  .fit-service-slide.-width {
    max-width: 1030px;
  }
}
.fit-service-item {
  height: 100%;
}
@media all and (min-width: 768px) {
  .fit-service-item {
    border-radius: 12px;
    padding: 24px 22px;
  }
}
@media all and (min-width: 1024px) {
  .fit-service-item {
    border-radius: 20px;
  }
}
@media all and (min-width: 1400px) {
  .fit-service-item {
    display: grid;
    grid-template-columns: 400px auto;
    grid-column-gap: 48px;
    padding: 38px 40px;
  }
}
.fit-service-item .wrap-img {
  border-radius: 12px;
  overflow: hidden;
  height: 303px;
}
@media all and (min-width: 768px) {
  .fit-service-item .wrap-img {
    height: 323px;
  }
}
@media all and (min-width: 1400px) {
  .fit-service-item .wrap-img {
    height: 400px;
  }
}
.fit-service-item .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fit-service__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  position: relative;
}
@media all and (min-width: 768px) {
  .fit-service__content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (min-width: 1400px) {
  .fit-service__content {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .fit-service__content .wrap-btn {
    margin-top: 32px;
  }
}
.fit-service__content .btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.fit-service__content .link {
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (min-width: 1400px) {
  .fit-service__content .link {
    right: -10px;
    top: 2px;
  }
}
@media all and (max-width: 767px) {
  .fit-service__t {
    display: none;
  }
}
.fit-service__t > :first-child {
  margin-top: 0;
}
.fit-service__t > :last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .fit-service__t p {
    font-size: 16px;
    line-height: 24px;
    margin: 22px 0;
  }
}
.fit-service__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .fit-service__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-404 p,
.ul-check {
  margin: 16px 0;
}
@media all and (min-width: 768px) {
  .ul-check {
    margin: 20px 0;
  }
}
.ul-check li {
  position: relative;
  padding-left: 30px;
}
.ul-check li:not(:first-child) {
  margin-top: 4px;
}
@media all and (min-width: 768px) {
  .ul-check li:not(:first-child) {
    margin-top: 10px;
  }
}
@media all and (min-width: 1400px) {
  .ul-check li:not(:first-child) {
    margin-top: 8px;
  }
}
.ul-check li::before {
  content: "";
  background-image: url(/image/redesign/fitnes/service/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-offset-first .badges__items.-mod-icon {
  margin-top: 20px;
}
@media all and (min-width: 1400px) {
  .section-offset-first .badges__items.-mod-icon {
    margin-top: 56px;
  }
}
@media all and (min-width: 768px) {
  .badges__items.-mod-icon {
    grid-template-rows: auto auto;
  }
}
@media all and (min-width: 1024px) {
  .badges__items.-mod-icon {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
  }
}
@media all and (min-width: 1400px) {
  .badges__items.-mod-icon {
    grid-column-gap: 20px;
  }
}
.badges-item.-icon._2,
.badges__items.-mod-icon .badges-item.-icon._2 {
  background-color: #f7ffdf;
}
.badges-item.-icon._3,
.badges__items.-mod-icon .badges-item.-icon._3 {
  background-color: #ddfcf2;
}
.badges-item.-icon._4,
.badges__items.-mod-icon .badges-item.-icon._4 {
  background-color: #e7fbff;
}
.badges-item.-icon {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 64px;
}
@media all and (min-width: 768px) {
  .badges-item.-icon {
    min-height: 96px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media all and (min-width: 1024px) {
  .badges-item.-icon {
    padding: 24px 15px;
  }
}
@media all and (min-width: 1400px) {
  .badges-item.-icon {
    padding: 24px 20px;
  }
}
.badges-item.-icon .badges-item__title {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 768px) {
  .badges-item.-icon .badges-item__title {
    font-weight: 500;
  }
}
@media all and (min-width: 1024px) {
  .badges-item.-icon .badges-item__title {
    text-align: left;
  }
}
.badges-item.-icon .badges-item__title i {
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .badges-item.-icon .badges-item__title i {
    max-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 24px;
  }
}
@media all and (min-width: 768px) {
  .fit-service__sliders.-mod {
    overflow-x: hidden;
  }
  .fit-service__sliders.-mod .fit-service_name-s {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
  }
}
@media all and (min-width: 1024px) {
  .fit-service__sliders.-mod .fit-service_name-s {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1400px) {
  .fit-service__sliders.-mod .fit-service_name-s {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fit-service__sliders.-mod .fit-service_name-s .item {
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .fit-service__sliders.-mod .fit-service_name-s .item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    min-height: 40px;
    border-radius: 4px;
  }
  .fit-service__sliders.-mod .fit-service_name-s .item.active,
  .fit-service__sliders.-mod .fit-service_name-s .item:hover {
    background-color: #ff9600;
    color: #fff;
  }
  .fit-service__sliders.-mod .fit-service-slide {
    max-width: 100%;
    width: 100%;
  }
  .fit-service__sliders.-mod .swiper-wrapper {
    margin-top: 32px;
  }
  .fit-service__sliders.-mod .fit-service-item {
    display: grid;
    grid-template-columns: 336px auto;
    grid-column-gap: 24px;
  }
}
@media all and (min-width: 1024px) {
  .fit-service__sliders.-mod .fit-service-item {
    grid-template-columns: 475px auto;
    border-radius: 12px;
    padding: 34px 32px;
  }
}
@media all and (min-width: 1400px) {
  .fit-service__sliders.-mod .fit-service-item {
    grid-template-columns: 664px auto;
    padding: 32px;
    grid-column-gap: 48px;
  }
}
@media all and (min-width: 768px) {
  .fit-service__sliders.-mod .fit-service-item .wrap-img {
    min-height: 356px;
  }
}
@media all and (min-width: 1024px) {
  .fit-service__sliders.-mod .fit-service-item .wrap-img {
    min-height: 394px;
    height: 100%;
  }
}
@media all and (min-width: 768px) {
  .fit-service__sliders.-mod .fit-service__content {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .fit-service__sliders.-mod .fit-service__content > :not(:first-child) {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .fit-service__sliders.-mod .fit-service__content > :not(:first-child) {
    margin-top: 16px;
  }
}
@media all and (min-width: 768px) {
  .fit-service__sliders.-mod .fit-service__content .wrap-btn {
    margin-top: auto;
  }
}
.fit-service__sliders.-mod .fit-service__content .btn {
  max-width: inherit;
  width: auto;
}
.fit-service__sliders.-mod .fit-service__text {
  margin-top: 16px;
}
@media all and (min-width: 768px) {
  .fit-service__sliders.-mod .fit-service__text {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .fit-service__sliders.-mod .fit-service__t {
    display: block;
  }
}
.wrap-feature-fit .sub-title {
  text-align: center;
}
@media all and (min-width: 1400px) {
  .wrap-feature-fit .sub-title {
    text-align: left;
  }
}
.feature-fit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 1024px) {
  .feature-fit-list {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1400px) {
  .feature-fit-list {
    max-width: inherit;
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-fit-item {
  text-align: center;
  padding: 12px 0;
}
@media all and (min-width: 768px) {
  .feature-fit-item {
    padding: 20px 0;
  }
}
@media all and (min-width: 1400px) {
  .feature-fit-item {
    display: flex;
    align-items: center;
  }
}
.feature-fit-item i {
  display: block;
  margin: 0 auto 12px;
  text-align: center;
}
.feature-fit-item i img {
  display: inline;
}
@media all and (min-width: 1400px) {
  .feature-fit-title {
    text-align: left;
    margin-left: 12px;
  }
}
.gift-block__wrap.-mod {
  background-color: #e7fbff;
  border: 1px solid #e3e5ed;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .gift-block__wrap.-mod {
    flex-direction: column;
    padding-left: 54px;
  }
}
@media all and (min-width: 1024px) {
  .gift-block__wrap.-mod {
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 38px;
    padding-top: 35px;
    padding-right: 40px;
  }
}
@media all and (min-width: 1400px) {
  .gift-block__wrap.-mod {
    padding: 50px 76px 70px 60px;
  }
}
.gift-block__wrap.-mod .gift-block__img {
  border-radius: 12px;
  width: auto;
  height: auto;
}
@media all and (min-width: 768px) {
  .gift-block__wrap.-mod .gift-block__img {
    max-width: 360px;
    margin-bottom: 35px;
  }
}
@media all and (min-width: 1024px) {
  .gift-block__wrap.-mod .gift-block__img {
    height: 208px;
    transform: rotate(-4deg);
  }
}
.gift-block__wrap.-mod .gift-block__img img {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}
.gift-block__wrap.-mod .sub-title {
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .gift-block__wrap.-mod .sub-title {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1024px) {
  .gift-block__wrap.-mod .sub-title {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1400px) {
  .gift-block__wrap.-mod .sub-title {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 768px) {
  .gift-block__wrap.-mod .ul-check li:not(:first-child) {
    margin-top: 14px;
  }
}
@media all and (min-width: 1400px) {
  .gift-block__wrap.-mod .ul-check li:not(:first-child) {
    margin-top: 5px;
  }
}
.gift-block__wrap.-mod .wrap-btn {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .gift-block__wrap.-mod .wrap-btn {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .gift-block__wrap.-mod .wrap-btn {
    margin-top: 35px;
  }
}
@media all and (min-width: 1400px) {
  .gift-block__wrap.-mod .wrap-btn {
    margin-top: 58px;
  }
}
@media all and (max-width: 767px) {
  .gift-block__wrap.-mod .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .gift-block__wrap.-mod .btn {
    width: 100%;
    max-width: 260px;
  }
}
@media all and (min-width: 1024px) {
  .gift-block__wrap.-mod .btn {
    width: auto;
    display: inline-block;
    max-width: inherit;
  }
}
.event__container.-mod {
  position: relative;
}
@media all and (min-width: 768px) {
  .event__container.-mod {
    overflow: visible;
  }
}
@media all and (max-width: 767px) {
  .event__container.-mod .event-tabs__btn {
    display: none;
  }
}
.event__container.-mod .event-tabs__btns .select-cuslom {
  width: calc(100% - 65px);
}
@media all and (min-width: 768px) {
  .event__container.-mod .event-tabs__btns .select-cuslom {
    display: none;
  }
}
.event__container.-mod .event-tabs__btns .select-custom-active {
  padding-left: 20px;
  padding-right: 20px;
}
.event__container.-mod .event-tabs__btns .select-custom-active i {
  margin-left: 10px;
}
.event__container.-mod .btn-filter {
  position: absolute;
  top: 8px;
  right: 20px;
  cursor: pointer;
}
.event__container.-mod .btn-calendar {
  position: absolute;
  top: 5px;
  right: -40px;
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event__container.-mod .btn-calendar {
    display: block;
  }
}
.rise_fitnes-timetable {
  background-image: url(/image/redesign/fitnes/timetable/bg.jpg);
}
.timetable-resulte .tabs {
  max-width: inherit;
}
.timetable-resulte .article-tabs__grid {
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .timetable-resulte .article-tabs__grid {
    display: none;
  }
}
.timetable-resulte .tabs__btn {
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.timetable-resulte .tabs__btn.tabs__btn_active {
  color: #ff9600;
  background-color: transparent;
}
.timetable-resulte .tabs__container {
  display: grid;
  grid-row-gap: 16px;
}
@media all and (min-width: 768px) {
  .timetable-resulte .tabs__container {
    display: grid;
    width: 326px;
    max-width: 326px;
    align-items: flex-start;
    flex: 1 0 auto;
  }
}
.timetable-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #9e9d9d;
  opacity: 0.9;
  display: none;
  margin-bottom: 24px;
}
@media all and (min-width: 768px) {
  .timetable-date {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .timetable-date {
    text-align: center;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 20px;
  }
}
.timetable-sl.swiper {
  overflow: visible;
}
.wrap-timetable-sl-item {
  width: 100%;
  margin-right: 16px;
}
@media all and (min-width: 768px) {
  .wrap-timetable-sl-item {
    width: 326px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-timetable-sl-item {
    width: 176px;
    margin-right: 6px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-timetable-sl-item {
    margin-right: 8px;
  }
}
.timetable-item {
  padding: 12px 19px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
}
@media all and (min-width: 768px) {
  .timetable-item {
    grid-template-columns: inherit;
    padding: 16px;
  }
}
.timetable-item:not(:first-child) {
  margin-top: 16px;
}
@media all and (min-width: 1024px) {
  .timetable-item:not(:first-child) {
    margin-top: 6px;
  }
}
@media all and (min-width: 1400px) {
  .timetable-item:not(:first-child) {
    margin-top: 8px;
  }
}
.timetable-item .tariff-card__modal.active {
  opacity: 1;
  visibility: visible;
}
.timetable-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: flex;
}
@media all and (min-width: 1400px) {
  .timetable-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.timetable-item__title .i-info {
  position: static;
  margin-left: 4px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  padding: 3px;
}
@media all and (min-width: 1024px) {
  .timetable-item__title .i-info {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
  }
}
.timetable-item__title .i-info::after {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.timetable-item__time {
  grid-column: 2/3;
  grid-row: 1/3;
  text-align: right;
}
@media all and (min-width: 768px) {
  .timetable-item__time {
    grid-column: inherit;
    grid-row: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
  }
}
.timetable-item__time span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ff9600;
}
.timetable-item__time span:last-child {
  font-size: 13px;
  line-height: 16px;
  color: #8b8b8b;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .timetable-item__time span:last-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1400px) {
  .timetable-item__time span:last-child {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) {
  .text-timetable.section-text li,
  .text-timetable.section-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.timetable-item__name {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.wrap .link.wrap__btn {
  display: inline-flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .wrap .link.wrap__btn.d-none {
    display: none;
  }
}
.wrap .link.wrap__btn i {
  margin-left: 8px;
}
.form-filter {
  display: flex;
}
@media all and (min-width: 1024px) {
  .form-filter {
    grid-column-gap: 12px;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 1023px) {
  .form-filter {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 44px);
    height: 100vh;
    z-index: 12;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.15);
    padding: 40px 16px;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.3s;
    transform: translateX(-100%);
  }
}
.form-filter.active {
  transform: translateX(0);
}
.form-filter .select-custom-list {
  background-color: #fff;
}
@media all and (min-width: 1024px) {
  .form-filter .select-custom-list {
    position: absolute;
    top: calc(100% + 8px);
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
@media all and (max-width: 1023px) {
  .form-filter .select-cuslom {
    margin-top: 12px;
  }
}
@media all and (min-width: 1024px) {
  .form-filter .select-cuslom {
    flex: 1 0 auto;
  }
}
.form-filter .select-custom-active,
.form-filter .select-custom-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background-color: #fff;
}
@media all and (max-width: 1023px) {
  .form-filter .select-custom-active {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.form-filter .select-custom-active i {
  background-image: url(/image/redesign/spa/cosmetology/d-b.svg);
}
.form-filter .select-custom-active .i-clock {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-filter .closes {
  cursor: pointer;
}
.title-filter {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 32px);
  margin-left: -16px;
  background-color: #fff3c7;
  min-height: 44px;
  padding: 0 16px;
  margin-bottom: 24px;
}
.btn-filter {
  width: 40px;
  height: 40px;
}
@media all and (min-width: 768px) {
  .btn-filter {
    width: 48px;
    height: 48px;
  }
}
@media all and (min-width: 1024px) {
  .btn-filter {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .feature-list.-text-left-t .wrap-img {
    margin-left: 0;
  }
  .feature-list.-text-left-t .other-leisure__text,
  .feature-list.-text-left-t .other-leisure__title {
    text-align: left;
  }
}
.link.wrap__btn.-link-mobile {
  display: flex;
  align-items: center;
  margin-top: 24px;
  justify-content: center;
}
.link.wrap__btn.-link-mobile i {
  margin-left: 10px;
}
@media all and (min-width: 768px) {
  .link.wrap__btn.-link-mobile {
    display: none;
  }
}
.rise_fitnes-baby {
  background-image: url(/image/redesign/fitnes/baby/bg.jpg);
}
.block-w-full {
  margin-bottom: 0;
}
@media all and (min-width: 1400px) {
  .block-w-full {
    width: calc(218.5%);
  }
}
.block-w-full > :first-child {
  margin-top: 0 !important;
}
.block-w-full > :last-child {
  margin-bottom: 0 !important;
}
.block-w-full h3:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .block-w-full h3:not(:first-child) {
    margin-top: 60px;
  }
}
@media all and (min-width: 1400px) {
  .section-text.-mod h3 {
    margin-bottom: 38px;
  }
  .section-text.-mod p {
    font-size: 18px;
    line-height: 28px;
    margin: 28px 0;
  }
}
.section-text.-mod ul {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media all and (min-width: 1400px) {
  .section-text.-mod ul {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1400px) {
  .section-text.-mod ul li:not(:first-child) {
    margin-top: 22px;
  }
}
.rise_fitnes-baby ~ .section-offset.section-offset-first {
  padding-bottom: 0 !important;
}
@media all and (min-width: 768px) {
  .rise_fitnes-baby ~ .section-offset.section-offset-first {
    padding-bottom: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .rise_fitnes-baby ~ .section-offset.section-offset-first {
    padding-bottom: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise_fitnes-baby ~ .section-offset.section-offset-first {
    padding-bottom: 0 !important;
  }
  .rise_fitnes-baby ~ .section-offset.section-offset-last {
    margin-bottom: 120px !important;
  }
}
.rise_fitnes-baby ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media all and (min-width: 768px) {
  .rise_fitnes-baby ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .rise_fitnes-baby ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise_fitnes-baby ~ .section-offset:not(.section-offset-first):not(.bg-grey) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.rise_fitnes-baby ~ .section-offset {
  margin-bottom: 80px !important;
}
@media all and (max-width: 767px) {
  .rise_fitnes-baby ~ .section-offset .page-title {
    font-size: 26px;
  }
  .rise_fitnes-baby
    ~ .section-offset
    .program-block__grid.-mod-cart
    .program-block__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .rise_fitnes-baby
    ~ section
    .program-block__grid.-mod-cart
    .program-block__text {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .rise_fitnes-baby ~ .section-offset.bg-grey {
    padding: 40px 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise_fitnes-baby ~ div .section-text.-holidays > :last-child,
  .rise_fitnes-baby ~ div .section-text.-holidays > p:last-child {
    margin-bottom: 0;
  }
}
.rise_fitnes-sub-service {
  background-image: url(/image/redesign/fitnes/sub-service/bg.jpg);
}
@media all and (max-width: 767px) {
  .rise_fitnes-sub-service {
    background-position-x: right;
  }
}
.big-table-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .big-table-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
.big-table.-desktop {
  width: 100%;
  display: grid;
  grid-gap: 8px;
}
@media all and (max-width: 767px) {
  .big-table.-desktop {
    display: none;
  }
}
.big-table.-desktop .row-td,
.big-table.-desktop .row-th {
  display: grid;
  grid-template-columns: 26.5% 16% 37.5% 18%;
  grid-gap: 8px;
}
@media all and (max-width: 1399px) {
  .big-table.-desktop .row-td,
  .big-table.-desktop .row-th {
    grid-template-columns: 25.5% 16% 38% 18%;
  }
}
@media all and (max-width: 1023px) {
  .big-table.-desktop .row-td,
  .big-table.-desktop .row-th {
    grid-template-columns: 20.5% 16% 47% 13%;
  }
}
.big-table.-desktop.-col-3 .row-td,
.big-table.-desktop.-col-3 .row-th {
  grid-template-columns: 43.5% 26% 29%;
}
.big-table.-desktop.-col-2 .row-th .col,
.big-table.-desktop.-col-3 .row-th .col,
.big-table.-desktop.-col-4 .row-th .col {
  padding: 19px 10px;
}
.big-table.-desktop.-col-2 .row-td > .col:nth-child(2),
.big-table.-desktop.-col-3 .row-td > .col:nth-child(2),
.big-table.-desktop.-col-4 .row-td > .col:nth-child(3) {
  justify-content: flex-end;
}
.big-table.-desktop.-col-4 .row-td,
.big-table.-desktop.-col-4 .row-th {
  grid-template-columns: 43.5% 18.5% 18% 18%;
}
@media all and (max-width: 1023px) {
  .big-table.-desktop.-col-4 .row-td,
  .big-table.-desktop.-col-4 .row-th {
    grid-template-columns: 43.5% 22.5% 16% 16%;
  }
}
@media all and (max-width: 1023px) {
  .big-table.-desktop.-col-3-1 .row-td,
  .big-table.-desktop.-col-3-1 .row-th {
    grid-template-columns: 20.5% 22% 41% 13%;
  }
}
.big-table.-desktop.-col-2 .row-td,
.big-table.-desktop.-col-2 .row-th {
  grid-template-columns: 50% 50%;
}
.big-table.-desktop .col {
  background-color: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-table.-desktop .col.col-table {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
}
.big-table.-desktop .-min-table {
  border: 0;
}
.big-table.-desktop .-min-table.-th .col {
  max-width: calc(100% / 3);
  width: 100%;
  flex: 1 0 auto;
}
.big-table.-desktop .-min-table,
.big-table.-desktop .-min-table.-th .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.big-table.-desktop .-min-table.-th .row:first-child .col {
  max-width: 100%;
}
.big-table.-desktop .-min-table.-th .row:last-child .col {
  line-height: 24px;
  text-transform: none;
  border-top: none;
}
.big-table.-desktop .-min-table.-th .row:last-child .col b {
  font-weight: 500;
  color: #000;
}
.big-table.-desktop .-min-table.-th .row:last-child .col:not(:last-child) {
  border-right: none;
}
.big-table.-desktop .-min-table.-td .row {
  display: flex;
  width: 100%;
  grid-column-gap: 8px;
}
.big-table.-desktop .-min-table.-td .row .col {
  max-width: calc((100% / 3) - 5px);
  width: 100%;
  flex: 1 0 auto;
}
.big-table.-desktop .-min-table.-type-1.-td .col,
.big-table.-desktop .-min-table.-type-1.-th .col {
  max-width: 100%;
}
.big-table.-desktop .row-th {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(130, 130, 130, 0.9);
}
@media all and (max-width: 1023px) {
  .big-table.-desktop .row-td {
    font-size: 12px;
    line-height: 20px;
  }
}
.big-table.-desktop .row-td .col {
  color: #8f8f8f;
}
.big-table.-desktop .row-td .col span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.big-table.-desktop .row-td .col > * {
  height: 100%;
}
.big-table.-desktop .row-td .col:not(.col-table) {
  padding: 16px 27px;
}
@media all and (max-width: 1399px) {
  .big-table.-desktop .row-td .col:not(.col-table) {
    padding: 16px 10px;
  }
}
.big-table.-desktop .row-td > .col:first-child {
  color: #006eff;
  justify-content: flex-start;
  font-weight: 500;
  text-align: left;
}
.big-table.-desktop .row-td > .col:nth-child(2) {
  justify-content: center;
}
.big-table.-desktop .row-td .col {
  justify-content: flex-end;
}
.big-table.-desktop .row-td b {
  font-weight: 600;
  color: #000;
}
.wrap-big-table-mob {
  display: grid;
  grid-row-gap: 6px;
}
@media all and (min-width: 768px) {
  .wrap-big-table-mob {
    display: none;
  }
}
.big-table.-mob {
  background-color: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 4px;
  padding: 18px 16px;
}
.big-table.-mob.tabl-tg .tg-tr.-top {
  background-color: transparent;
  padding: 0;
}
.big-table.-mob.tabl-tg .tg-tr.-top .tg-cont {
  text-transform: none;
  color: #006eff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.big-table.-mob.tabl-tg .tg-tr.-top.-active i {
  background-image: none;
}
.big-table.-mob.tabl-tg .tg-tr.-top.-active i svg {
  display: inherit;
}
.big-table.-mob .tg-body {
  padding-top: 18px;
}
.big-table.-mob .tg-body .row {
  border-top: 1px solid #e3e5ed;
  padding: 18px 0;
  color: #828282;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  grid-row-gap: 16px;
}
.big-table.-mob .tg-body .row:last-child {
  padding-bottom: 0;
}
.big-table.-mob .tg-body .row.-ttu .col span:first-child {
  text-transform: uppercase;
}
.big-table.-mob .tg-body .row .-col-ttu {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.big-table.-mob .tg-body .row .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 20px;
}
.big-table.-mob .tg-body .row .col span:first-child b {
  font-weight: 500;
}
.big-table.-mob .tg-body .row .col span:last-child {
  font-size: 16px;
  line-height: 18px;
}
.big-table.-mob .tg-body .row .col span:last-child b {
  font-weight: 700;
}
.rise_fitnes-sub-service ~ .section-offset {
  margin-bottom: 0 !important;
  padding: 40px 0 !important;
}
@media all and (min-width: 768px) {
  .rise_fitnes-sub-service ~ .section-offset {
    margin-bottom: 0 !important;
    padding: 60px 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .rise_fitnes-sub-service ~ .section-offset {
    margin-bottom: 0 !important;
    padding: 80px 0 !important;
  }
}
@media all and (max-width: 767px) {
  .rise_fitnes-sub-service ~ .section-offset .like-h1 {
    line-height: 32px;
  }
}
.rise_fitnes-sub-service ~ .section-offset .wrap-big-table:first-of-type {
  margin-top: 40px;
}
.rise_fitnes-sub-service ~ .section-offset .wrap-big-table:not(:first-of-type) {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .rise_fitnes-sub-service
    ~ .section-offset
    .wrap-big-table:not(:first-of-type) {
    margin-top: 50px;
  }
}
.lk-menu {
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
  margin-top: 16px;
  margin-bottom: 60px;
  position: relative;
}
@media all and (min-width: 768px) {
  .lk-menu {
    grid-column-gap: 40px;
    margin-top: 36px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .lk-menu {
    margin-top: 40px;
  }
}
@media all and (min-width: 1400px) {
  .lk-menu {
    margin-bottom: 80px;
  }
}
.lk-menu .-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #8b8b8b;
}
@media all and (min-width: 768px) {
  .lk-menu .-item {
    font-size: 20px;
    line-height: 28px;
  }
}
.lk-menu .-item.active,
.lk-menu .-item:hover {
  color: #ff9600;
}
@media all and (max-width: 767px) {
  .lk-menu .-item.last {
    display: none;
  }
  .lk-menu .-item.--logout {
    color: #ff9600;
    display: block;
    left: 0;
    margin: 30px auto 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 100%;
  }
}
@media all and (min-width: 768px) {
  .wrap-form-data {
    padding-right: 50px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-data {
    display: grid;
    padding-right: 0;
    grid-template-columns: 60% 280px;
    justify-content: space-between;
  }
}
@media all and (min-width: 1400px) {
  .wrap-form-data {
    grid-template-columns: 52% 470px;
  }
}
.wrap-form-data .group-form {
  display: grid;
  grid-row-gap: 40px;
}
@media all and (min-width: 768px) {
  .wrap-form-data .group-form {
    grid-row-gap: 80px;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-data .group-form {
    grid-row-gap: 60px;
  }
}
.wrap-form-data .form__btn {
  min-height: 48px;
}
@media all and (min-width: 768px) {
  .wrap-form-data .form__btn {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
  }
}
@media all and (min-width: 1024px) {
  .wrap-form-data .form__btn {
    margin-top: 40px;
  }
}
@media all and (min-width: 1400px) {
  .wrap-form-data .form__btn {
    max-width: 400px;
  }
}
@media all and (min-width: 768px) {
  .form-data {
    display: flex;
    flex-direction: column;
  }
}
.form-data .field-c:not(:first-child) {
  margin-top: 16px;
}
@media all and (min-width: 768px) {
  .form-data .field-c:not(:first-child) {
    margin-top: 22px;
  }
  .form-data .wrap-input {
    max-width: 320px;
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .form-data .wrap-input {
    max-width: 400px;
  }
}
.lk-auth-title {
  display: none;
}
@media all and (min-width: 1024px) {
  .lk-auth-title {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 30px;
    text-transform: uppercase;
  }
}
.lk-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media all and (min-width: 768px) {
  .lk-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 9px;
  }
}
.field-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .field-c {
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  .field-c.field-bonuce {
    width: 100%;
  }
}
.field-c .wrap-input {
  width: 100%;
}
.field-c input {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.field-c input::placeholder {
  color: #828282;
}
@media all and (min-width: 768px) {
  .field-c input::placeholder {
    font-size: 0;
  }
}
@media all and (max-width: 767px) {
  .field-c label {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .field-c > label {
    margin-top: 14px;
  }
}
.field-c span {
  font-size: 14px;
  line-height: 20px;
  color: #8b8b8b;
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
@media all and (min-width: 1024px) {
  .field-c span {
    padding-left: 0;
  }
  .field-c.-mod {
    align-items: flex-start;
  }
  .field-c.-mod label {
    padding-top: 12px;
  }
}
.field-c.-error .invalid {
  display: none !important;
}
.field-c.-error input,
.field-c.-error textarea {
  border-color: #e26257;
}
.field-c .tariff-card__modal.-error-mod {
  left: auto;
  right: 0;
}
.field-c .tariff-card__modal.-error-mod .btn-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 5px;
}
.field-c .tariff-card__modal.-error-mod.active {
  opacity: 1;
  visibility: visible;
}
.field-bonus {
  position: relative;
}
.field-bonus input::placeholder {
  font-size: 18px;
  line-height: 28px;
}
@media all and (min-width: 768px) {
  .field-bonus input::placeholder {
    font-size: 18px;
    line-height: 28px;
  }
}
.field-bonus input[readonly] {
  background: #ddd;
  opacity: 0.5;
}
.field-bonus.failed:before {
  bottom: 100%;
  color: red;
  content: "×";
  font-size: 32px;
  font-weight: 600;
  left: 0;
  line-height: 24px;
  order: 1;
  position: absolute;
  text-align: center;
  top: -27px;
}
@media all and (min-width: 575px) {
  .field-bonus.failed:before {
    left: -35px;
    top: 16px;
  }
}
.field-bonus.success:before {
  bottom: 100%;
  color: green;
  content: "\2714";
  font-size: 32px;
  font-weight: 600;
  left: 0;
  line-height: 24px;
  order: 1;
  position: absolute;
  text-align: center;
  top: -35px;
}
@media all and (min-width: 575px) {
  .field-bonus.success:before {
    left: -35px;
    top: 16px;
  }
}
.field-bonus.active {
  flex-wrap: wrap;
}
.field-bonus.active:before {
  background: #ffdb00;
  border-radius: 6px;
  bottom: 100%;
  color: #000;
  content: "Применить";
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 5px 0 0;
  order: 1;
  padding: 8px 24px;
  position: static;
  text-align: center;
  top: -48px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .field-bonus.active:before {
    bottom: auto;
    left: 100%;
    margin: 0 0 0 10px;
    padding: 14px 24px;
    position: absolute;
    top: auto;
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .field-bonus.active:before {
    left: auto;
    margin: 0 10px 0 0;
    right: 100%;
    top: 1px;
  }
}
.block-bonuses {
  margin-top: 28px;
}
@media all and (min-width: 768px) {
  .block-bonuses {
    margin-top: 62px;
  }
}
@media all and (min-width: 1024px) {
  .block-bonuses {
    margin-top: 0;
  }
}
.form-bonuses.loading {
  opacity: 0.5;
  position: relative;
}
.form-bonuses.loading:before {
  z-index: 10;
}
@media all and (min-width: 768px) {
  .form-bonuses {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (min-width: 1024px) {
  .form-bonuses {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .form-bonuses .field-c {
    display: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1400px) {
  .form-bonuses .field-c {
    max-width: 400px;
  }
}
@media all and (min-width: 768px) {
  .form-bonuses .field-c label {
    font-size: 14px;
    line-height: 20px;
  }
  .form-bonuses .field-c .wrap-input {
    margin-top: 6px;
  }
}
.form-bonuses .form__btn {
  margin-top: 18px;
  color: #000;
}
@media all and (min-width: 768px) {
  .form-bonuses .form__btn {
    max-width: 320px;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .form-bonuses .form__btn {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1400px) {
  .form-bonuses .form__btn {
    max-width: 400px;
    margin-left: 0;
  }
}
.form-bonuses .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (min-width: 768px) {
  .form-bonuses .wrap {
    max-width: 320px;
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .form-bonuses .wrap {
    max-width: inherit;
    width: 100%;
    margin-bottom: 0;
    margin-top: 24px;
  }
}
.lk-block-cart {
  background-color: #fbfbfd;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  position: relative;
}
@media all and (min-width: 768px) {
  .lk-block-cart {
    margin-top: -28px;
    padding-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .lk-block-cart {
    margin-top: -20px;
  }
}
@media all and (min-width: 1400px) {
  .lk-block-cart {
    width: 100%;
    left: 0;
    transform: translateX(0);
    padding: 40px;
    border-radius: 12px;
    margin-top: -40px;
  }
}
.lk-block-cart::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fbfbfd;
  border-bottom: 1px solid #e3e5ed;
}
@media all and (min-width: 768px) {
  .lk-block-cart::after {
    height: 100px;
  }
}
@media all and (min-width: 1024px) {
  .lk-block-cart::after {
    height: 160px;
    border-bottom: none;
  }
}
@media all and (min-width: 1400px) {
  .lk-block-cart::after {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .lk-block-cart .container {
    display: flex;
    flex-direction: column;
  }
  .lk-block-cart .parking-tabs {
    margin-top: 40px;
    order: 9;
  }
}
@media all and (min-width: 768px) {
  .lk-block-cart .parking-tabs {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .lk-block-cart .parking-tabs {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .lk-block-cart .tariff-links__wrap {
    max-width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .lk-block-cart .tariff-links__wrap {
    max-width: 386px;
  }
}
@media all and (max-width: 767px) {
  .lk-block-cart .parking-tabs__btn {
    max-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .lk-block-cart .parking-tabs__btn {
    padding: 10px 16px;
    font-weight: 500;
  }
}
@media all and (min-width: 1024px) {
  .lk-block-cart .parking-tabs__btn {
    padding: 16px;
  }
}
.wrap-lk-cart {
  display: grid;
  grid-row-gap: 12px;
}
.lk-cart-split {
  text-align: right;
}
.lk-cart-split--full {
  margin: 0 0 0 auto;
  max-width: 100%;
  width: 380px;
}
.lk-cart-header {
  display: grid;
  grid-template-columns: 230px 200px 114px 170px 96px 32px;
  padding: 0 30px;
}
@media all and (max-width: 1023px) {
  .lk-cart-header {
    display: none;
  }
}
@media all and (min-width: 1400px) {
  .lk-cart-header {
    grid-template-columns: 312px 265px 160px 223px 145px 32px;
    margin-bottom: 20px;
  }
}
.lk-cart-header .col {
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  color: #8b8b8b;
  text-transform: uppercase;
}
@media all and (min-width: 1400px) {
  .lk-cart-header .col {
    font-size: 12px;
  }
  .lk-cart-header .col br {
    display: none;
  }
}
.lk-cart-item {
  background-color: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto 110px;
  grid-template-rows: auto auto auto auto;
  padding: 20px;
  grid-row-gap: 14px;
  position: relative;
}
@media all and (min-width: 768px) {
  .lk-cart-item {
    padding: 32px 30px;
    grid-template-columns: 240px 168px 169px 32px;
    grid-template-rows: repeat(3, auto);
    justify-content: flex-start;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item {
    grid-template-columns: 230px 200px 114px 170px 96px 32px;
    grid-template-rows: auto;
    padding: 30px;
  }
}
@media all and (min-width: 1400px) {
  .lk-cart-item {
    grid-template-columns: 312px 265px 160px 223px 145px 32px;
  }
}
.lk-cart-item.preloader {
  opacity: 0.5;
}
.form-bonuses.loading:before,
.lk-cart-item.preloader:before {
  background: url(/image/bxslider/bx_loader.gif) no-repeat center;
  content: "";
  cursor: progress;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lk-cart-item .-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media all and (max-width: 767px) {
  .lk-cart-item .-date {
    width: 110%;
  }
}
@media all and (min-width: 768px) {
  .lk-cart-item .-date {
    grid-column: 2/3;
    grid-row: 1/4;
    align-self: flex-end;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item .-date {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media all and (min-width: 1400px) {
  .lk-cart-item .-date {
    justify-content: flex-start;
  }
}
.lk-cart-item .-date span {
  display: block;
}
.lk-cart-item .-info {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  grid-row-gap: 10px;
}
@media all and (min-width: 768px) {
  .lk-cart-item .-info {
    grid-row-gap: 12px;
    grid-column: 1/2;
    grid-row: 1/4;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item .-info {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.lk-cart-item .-info span {
  color: #ff9500;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media all and (min-width: 768px) {
  .lk-cart-item .-info span {
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item .-info span {
    font-size: 18px;
    line-height: 24px;
  }
}
.lk-cart-item .-info ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.lk-cart-item .-price {
  font-size: 14px;
  line-height: 20px;
  color: #353535;
  grid-column: 1/2;
  grid-row: 3/4;
}
@media all and (min-width: 768px) {
  .lk-cart-item .-price {
    grid-column: 3/4;
    grid-row: 2/3;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    align-self: flex-end;
    position: relative;
    top: 7px;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item .-price {
    color: #000;
    grid-column: 3/4;
    grid-row: 1/2;
    align-self: flex-start;
  }
  .lk-cart-item .-price span {
    display: none;
  }
}
.lk-cart-item .-summa {
  color: #ff9600;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  grid-column: 1/2;
  grid-row: 4/5;
  margin-top: -7px;
}
@media all and (min-width: 768px) {
  .lk-cart-item .-summa {
    line-height: 24px;
    grid-column: 3/4;
    grid-row: 3/4;
    margin-top: 0;
    align-self: flex-end;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item .-summa {
    color: #000;
    grid-column: 5/6;
    grid-row: 1/2;
    align-self: flex-start;
  }
  .lk-cart-item .-summa span {
    display: none;
  }
}
.lk-cart-item .-count {
  grid-column: 2/3;
  grid-row: 3/5;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 767px) {
  .lk-cart-item .-count {
    margin-left: auto;
  }
}
@media all and (min-width: 768px) {
  .lk-cart-item .-count {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item .-count {
    grid-column: 4/5;
    grid-row: 1/2;
    align-items: flex-start;
  }
}
.lk-cart-item .-del {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .lk-cart-item .-del {
    grid-column: 4/5;
    grid-row: 1/4;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-item .-del {
    grid-column: 6/7;
    grid-row: 1/2;
  }
}
.btn-del {
  display: inline-block;
  max-width: 32px;
  width: 32px;
  height: 32px;
  background-image: url(/image/redesign/lk/Cancel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lk-cart-serv {
  margin-top: 12px;
  display: grid;
  grid-row-gap: 40px;
}
@media all and (min-width: 768px) {
  .lk-cart-serv {
    margin-top: 30px;
    grid-row-gap: 80px;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-serv {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
  }
}
.lk-cart-serv .col:first-child {
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
}
@media all and (min-width: 768px) {
  .lk-cart-serv .col:first-child {
    grid-column-gap: 32px;
  }
}
.btn-cart {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #c4c5c9;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}
@media all and (min-width: 768px) {
  .btn-cart {
    line-height: 24px;
  }
}
.btn-cart:hover {
  color: #ff9500 !important;
}
.btn-cart.btn-add,
.form-note a {
  color: #006eff;
}
.btn-cart.btn-add i {
  max-width: 32px;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background-image: url(/image/redesign/lk/Add.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.wrap-total span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
@media all and (min-width: 768px) {
  .wrap-total span {
    font-size: 28px;
    line-height: 40px;
  }
}
.wrap-total span.total-value {
  color: #ff9500;
  margin-left: 20px;
}
.wrap-total .box-price-old {
  color: #aaa;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-decoration: line-through;
}
.payment-info {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
}
@media all and (min-width: 1024px) {
  .payment-info {
    padding: 0;
    grid-row-gap: 12px;
  }
}
@media all and (min-width: 1400px) {
  .payment-info {
    padding: 20px;
  }
}
.payment-info .-title {
  color: #222426;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
}
@media all and (min-width: 1024px) {
  .payment-info .-title {
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .payment-info .-title {
    width: inherit;
  }
}
.lk-cart-info {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 32px;
  grid-row-gap: 40px;
}
@media all and (min-width: 768px) {
  .lk-cart-info {
    grid-row-gap: 80px;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-info {
    flex-direction: row;
    justify-content: space-between;
    grid-column-gap: 96px;
    margin-top: 60px;
  }
}
@media all and (min-width: 1400px) {
  .lk-cart-info {
    margin-top: 72px;
  }
}
.lk-cart-info .col:first-child {
  display: grid;
  grid-row-gap: 20px;
}
@media all and (min-width: 1024px) {
  .lk-cart-info .col:first-child {
    grid-row-gap: 40px;
  }
}
@media all and (min-width: 1400px) {
  .lk-cart-info .col:first-child {
    grid-row-gap: 20px;
  }
}
@media all and (min-width: 768px) {
  .lk-cart-info .col:last-child {
    max-width: 360px;
  }
}
.lk-cart-info .btn {
  min-height: 56px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .lk-cart-info .btn {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
@media all and (min-width: 1024px) {
  .lk-cart-info .btn {
    width: 100%;
  }
}
.cart-credit {
  padding: 16px;
  border: 1px solid #e3e5ed;
  border-radius: 8px;
  display: grid;
  grid-row-gap: 20px;
}
.cart-credit .-title {
  display: flex;
  align-items: center;
  color: #222426;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.cart-credit .-title img {
  margin-left: 16px;
}
@media all and (min-width: 1024px) {
  .cart-credit .-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-note {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8b8b8b;
}
@media all and (min-width: 768px) {
  .form-note {
    font-size: 14px;
    line-height: 20px;
  }
}
.lk-block-cart.-mod-order .lk-cart-header {
  grid-template-columns: 286px 251px 169px 145px auto;
  grid-column-gap: 12px;
  padding: 0 40px;
}
@media all and (max-width: 1399px) {
  .lk-block-cart.-mod-order .lk-cart-header {
    display: none;
  }
}
.lk-order-item {
  border: 1px solid #e3e5ed;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 12px;
}
@media all and (min-width: 768px) {
  .lk-order-item {
    display: grid;
    grid-template-columns: 240px 160px auto;
    grid-template-rows: repeat(3, auto);
    padding: 24px 20px;
  }
}
@media all and (min-width: 1024px) {
  .lk-order-item {
    padding: 40px;
    grid-template-columns: 255px 165px 150px auto;
    grid-template-rows: repeat(2, auto);
  }
}
@media all and (min-width: 1400px) {
  .lk-order-item {
    grid-template-columns: 286px 251px 169px 145px auto;
    grid-template-rows: repeat(1, auto);
  }
}
.lk-order-item .-info-mob {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ff9500;
  margin-bottom: 18px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .lk-order-item .-info-mob {
    display: none;
  }
}
.lk-order-item .-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .lk-order-item .-date {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .lk-order-item .-date {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media all and (min-width: 1400px) {
  .lk-order-item .-date {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
  }
}
.lk-order-item .-date span:last-child {
  color: #8b8b8b;
}
@media all and (min-width: 768px) {
  .lk-order-item .-date span:last-child {
    color: #353535;
    display: block;
  }
}
.lk-order-item .-info {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 26px;
}
@media all and (min-width: 768px) {
  .lk-order-item .-info {
    margin: 0;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media all and (min-width: 1400px) {
  .lk-order-item .-info {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.lk-order-item .-info > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ff9500;
}
@media all and (max-width: 767px) {
  .lk-order-item .-info > span {
    display: none;
  }
}
.lk-order-item .-info ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 32px;
}
@media all and (min-width: 768px) {
  .lk-order-item .-info ul {
    display: block;
    margin-top: 10px;
  }
}
.lk-order-item .-info li {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
@media all and (min-width: 768px) {
  .lk-order-item .-info li {
    font-size: 16px;
    line-height: 28px;
    display: block;
  }
}
.lk-order-item .-info li span,
.lk-order-item .link-action::before {
  max-width: 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.lk-order-item .-info li span {
  display: block;
  margin-bottom: 2px;
}
@media all and (max-width: 767px) {
  .lk-order-item .-info li span {
    font-size: 0;
    line-height: 0;
  }
}
@media all and (min-width: 768px) {
  .lk-order-item .-info li span {
    background-image: url() !important;
    display: inline;
  }
}
.lk-order-item .-info li span.-type {
  background-image: url(/image/redesign/lk/User.svg);
}
.lk-order-item .-info li span.-time {
  background-image: url(../image/lk/Clock.svg);
}
.lk-order-item .-info li span.-day {
  background-image: url(../image/lk/Calendar.svg);
}
.lk-order-item .-count,
.lk-order-item .-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: auto;
}
@media all and (min-width: 768px) {
  .lk-order-item .-count span,
  .lk-order-item .-price span {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .lk-order-item .-count span,
  .lk-order-item .-price span {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .lk-order-item .-price {
    grid-column: 2/3;
    grid-row: 2/4;
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .lk-order-item .-price {
    grid-column: 3/4;
    grid-row: 1/3;
    margin-top: 0;
  }
}
@media all and (min-width: 1400px) {
  .lk-order-item .-price {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
@media all and (min-width: 768px) {
  .lk-order-item .-count {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media all and (min-width: 1024px) {
  .lk-order-item .-count {
    font-size: 18px;
    line-height: 28px;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media all and (min-width: 1400px) {
  .lk-order-item .-count {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.lk-order-item .-action {
  border-top: 1px solid #e3e5ed;
  padding-top: 16px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 20px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .lk-order-item .-action {
    grid-template-columns: auto;
    border-top: none;
    padding-top: 0;
    grid-column: 3/4;
    grid-row: 1/4;
    margin-top: 0;
    align-items: flex-start;
    align-self: flex-start;
    grid-row-gap: 20px;
  }
}
@media all and (min-width: 1024px) {
  .lk-order-item .-action {
    grid-column: 4/5;
    grid-row: 1/3;
  }
}
@media all and (min-width: 1400px) {
  .lk-order-item .-action {
    grid-column: 5/6;
    grid-row: 1/2;
  }
}
.block-empty,
.lk-order-item .link-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lk-order-item .link-action {
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .lk-order-item .link-action {
    font-size: 16px;
    line-height: 24px;
    flex-direction: row;
  }
}
.lk-order-item .link-action::before {
  content: "";
  margin-bottom: 4px;
}
@media all and (min-width: 768px) {
  .lk-order-item .link-action::before {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
@media all and (max-width: 767px) {
  .lk-order-item .link-action.-print::before {
    background-image: url(/image/redesign/lk/Printer-or.svg) !important;
  }
  .lk-order-item .link-action.-download::before {
    background-image: url(/image/redesign/lk/Download-or.svg) !important;
  }
  .lk-order-item .link-action.-return::before {
    background-image: url(/image/redesign/lk/Share-box-or.svg) !important;
  }
}
.lk-order-item .link-action.-print::before {
  background-image: url(/image/redesign/lk/Printer.svg);
}
.lk-order-item .link-action.-download::before {
  background-image: url(/image/redesign/lk/Download.svg);
}
.lk-order-item .link-action.-return::before {
  background-image: url(/image/redesign/lk/Share-box.svg);
}
.block-empty {
  margin-top: 100px;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .block-empty {
    margin-top: 220px;
  }
}
@media all and (min-width: 1024px) {
  .block-empty {
    margin-top: 120px;
  }
}
@media all and (min-width: 1400px) {
  .block-empty {
    margin-top: 220px;
  }
}
.block-empty .-text-info {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #8b8b8b;
  text-align: center;
}
@media all and (min-width: 768px) {
  .block-empty .-text-info {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .block-empty .-text-info {
    font-size: 28px;
    line-height: 40px;
  }
}
.block-empty .wrap-btn {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .block-empty .wrap-btn {
    margin-top: 48px;
  }
}
.block-empty .btn {
  min-height: 48px;
  width: 260px;
}
.orders-tabs {
  max-width: 100%;
  margin-bottom: 80px;
}
@media all and (min-width: 1024px) {
  .orders-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
    margin-top: 40px;
  }
}
@media all and (min-width: 1400px) {
  .orders-tabs {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1024px) {
  .orders-tabs .tabs__container {
    display: block;
    max-width: 500px;
    padding: 0 0 0 4%;
    position: relative;
    width: calc(50% - 20px);
  }
  .orders-tabs .tabs__container.--first {
    padding: 0;
  }
  .orders-tabs .tabs__container.--first:before {
    background: #f0f0f0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
  }
}
.orders-tabs .article-tabs__grid {
  display: flex;
  grid-column-gap: 12px;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media all and (min-width: 1024px) {
  .orders-tabs .article-tabs__grid {
    display: none;
  }
}
.orders-tabs .tabs__btn {
  border: 2px solid transparent;
  color: #7f7f7f;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
.orders-tabs .tabs__btn_active {
  border-bottom: 2px solid #ff9500;
  background: 0 0;
  color: #000;
}
.orders-tabs + .lk-block-cart {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .orders-tabs + .lk-block-cart {
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .orders-tabs + .lk-block-cart {
    margin-top: 0;
  }
}
@media all and (min-width: 1400px) {
  .orders-tabs + .lk-block-cart {
    margin-top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 60px;
  }
  .orders-tabs + .lk-block-cart::after {
    display: block;
    height: 180px;
  }
}
.form-not-authorized {
  display: grid;
  grid-row-gap: 16px;
  margin: -10px 0 0;
}
.form-not-authorized .form-request__agree {
  white-space: normal;
}
@media all and (min-width: 1400px) {
  .form-not-authorized .form-request__agree {
    white-space: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .form-not-authorized .group-field {
    max-width: 370px;
  }
}
@media all and (min-width: 1400px) {
  .form-not-authorized .field-c {
    justify-content: flex-start;
  }
}
.form-not-authorized .field-c > label,
.wrap-input {
  position: relative;
}
@media all and (min-width: 1400px) {
  .form-not-authorized .field-c > label {
    max-width: 230px;
    width: 100%;
    margin-right: 23px;
  }
}
.form-not-authorized .field-c > label sup {
  color: #e26257;
  position: relative;
  top: 5px;
  right: -3px;
}
@media all and (min-width: 768px) {
  .form-not-authorized .label-c {
    display: none;
  }
  .form-not-authorized .wrap-input {
    max-width: 448px;
  }
}
@media all and (min-width: 1024px) {
  .form-not-authorized .wrap-input {
    max-width: 620px;
  }
}
.form-not-authorized .btn-blue {
  font-size: 18px;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .form-not-authorized .btn-blue {
    font-size: 16px;
    font-weight: 600;
    max-width: 215px;
  }
}
.form-not-authorized .form-request__label {
  margin-bottom: 0;
}
.wrap-input .label-c {
  position: absolute;
  pointer-events: none;
  color: #828282;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  top: 15px;
  left: 16px;
  opacity: 1;
  transition: 0.3s;
}
.wrap-input .label-c sup {
  color: #e26257;
  position: absolute;
  top: -6px;
  right: -8px;
}
.wrap-input .label-c.focus {
  opacity: 0;
}
@media all and (min-width: 1024px) {
  .wrap-login-page {
    max-width: 620px;
    width: 100%;
  }
}
.wrap-login-page .form-request__label {
  margin-bottom: 8px;
}
.wrap-login-page .btn-blue {
  font-size: 18px;
  padding: 10px 16px;
}
.login-social-list {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}
.link-out-login::after,
.login-social-list .-item {
  background-repeat: no-repeat;
  background-size: contain;
}
.login-social-list .-item {
  max-width: 40px;
  width: 40px;
  height: 40px;
  background-position: center center;
}
.login-social-list .-item.-vk {
  background-image: url(/image/redesign/lk/vk.svg);
}
.login-social-list .-item.-fb {
  background-image: url(/image/redesign/lk/fb.svg);
}
.login-social-list .-item.-od {
  background-image: url(/image/redesign/lk/od.svg);
}
.login-social-list .-item.-mail {
  background-image: url(/image/redesign/lk/mail.svg);
}
.login-social-list .-item.-google {
  background-image: url(/image/redesign/lk/google.svg);
}
.link-out-login {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #e3e5ed;
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 24px;
}
.link-out-login::after {
  content: "";
  display: block !important;
  max-width: 24px;
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
  background-image: url(/image/redesign/lk/logout.svg);
}
@media all and (min-width: 768px) {
  .link-out-login {
    display: none;
  }
}
.wrap-login-social {
  margin-bottom: 15px;
}
@media all and (min-width: 1024px) {
  .wrap-login-social {
    margin-bottom: 30px;
  }
}
.wrap-login-social .-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
@media all and (min-width: 1024px) {
  .wrap-login-social .-title {
    font-weight: 600;
    margin-bottom: 24px;
  }
}
.wrap-login-social__or {
  font-size: 16px;
  margin: 0 0 15px;
}
@media all and (min-width: 1024px) {
  .wrap-login-social__or {
    font-weight: 600;
    margin: 0 0 22px;
  }
}
.form-login-page .form-request__agree {
  white-space: normal;
}
@media all and (min-width: 1400px) {
  .form-login-page .form-request__agree {
    white-space: nowrap;
  }
}
.form-login-page .group-field {
  display: grid;
  grid-row-gap: 12px;
}
@media all and (min-width: 1024px) {
  .form-login-page .group-field {
    padding: 0 24% 0 0;
  }
}
.form-login-page .wrap-link {
  margin-top: 12px;
  text-align: right;
}
@media all and (min-width: 1024px) {
  .form-login-page .wrap-link {
    padding: 0 24% 0 0;
  }
}
@media all and (min-width: 768px) {
  .form-login-page .wrap-link .link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-login-page .wrap-link .link {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}
.form-login-page .form-request__label {
  margin-top: 26px;
}
@media all and (min-width: 768px) {
  .form-login-page .form-request__label {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-login-page .form-request__label {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  .form-login-page .wrap-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .form-login-page .wrap-btn {
    align-items: flex-start;
    margin-top: 30px;
  }
}
.form-login-page .wrap-btn .btn {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .form-login-page .wrap-btn .btn {
    max-width: 330px;
    margin-right: 40px;
  }
}
@media all and (min-width: 1024px) {
  .form-login-page .wrap-btn .btn {
    border-radius: 5px;
    margin: 0 auto 0 0;
    max-width: 170px;
  }
}
.link-registr {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
@media all and (min-width: 768px) {
  .link-registr {
    margin-top: 0;
  }
}
.link-registr a {
  color: #ff9500;
  font-weight: 600;
}
.form-login-modal .wrap-login-social {
  margin-bottom: 30px;
}
.form-login-modal .wrap-login-social .-title {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  .form-login-modal .wrap-login-social .-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.form-login-modal .wrap-login-social .-note {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-login-modal .form-request__label {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.form-login-modal .link {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}
.form-login-modal .login-social-list {
  grid-column-gap: 12px;
}
@media all and (min-width: 768px) {
  .form-login-modal .login-social-list {
    grid-column-gap: 16px;
  }
}
.form-login-modal .login-social-list .-item {
  max-width: 36px;
  width: 36px;
  height: 36px;
}
@media all and (min-width: 768px) {
  .form-login-modal .login-social-list .-item {
    max-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.form-login-modal .form-login-page .group-field {
  grid-row-gap: 12px;
}
@media all and (min-width: 768px) {
  .form-login-modal .form-login-page .group-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }
}
.form-login-modal .wrap-link {
  margin-top: 6px;
}
.form-login-modal .wrap-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
@media all and (min-width: 768px) {
  .form-login-modal .wrap-btn {
    margin-top: 35px;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
  }
  .form-login-modal .wrap-btn .btn {
    width: auto;
    margin: 0;
  }
}
.tabs.login-tabs {
  max-width: 100%;
}
.tabs.login-tabs .article-tabs__grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 16px;
}
@media all and (min-width: 768px) {
  .tabs.login-tabs .article-tabs__grid {
    margin-bottom: 25px;
  }
}
.tabs.login-tabs .tabs__btn {
  color: #c4c5c9;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
@media all and (min-width: 768px) {
  .tabs.login-tabs .tabs__btn {
    font-size: 20px;
  }
}
.tabs.login-tabs .tabs__btn_active {
  color: #ff9500;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media all and (min-width: 768px) {
  .form-registr-page {
    display: grid;
    grid-row-gap: 12px;
  }
}
@media all and (min-width: 1400px) {
  .form-registr-page {
    grid-row-gap: 24px;
  }
}
@media all and (min-width: 768px) {
  .form-registr-page div:not(:first-child) {
    margin-top: 0;
  }
  .form-registr-page .group-field {
    display: flex;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
  }
}
.form-registr-page .group-field.-captcha {
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 768px) {
  .form-registr-page .group-field.-captcha {
    flex-direction: row;
    align-items: center;
  }
  .form-registr-page .group-field .field-c {
    width: 50%;
  }
}
@media all and (min-width: 768px) and (min-width: 1400px) {
  .form-registr-page .group-field {
    grid-column-gap: 20px;
  }
}
.form-registr-page div.field-captch {
  margin-top: 0;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  .form-registr-page div.field-captch {
    margin-bottom: 0;
  }
}
.form-registr-page .form-request__label {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .form-registr-page .form-request__label {
    margin-top: 0;
    margin-bottom: 18px;
  }
}
.form-registr-page .wrap-login-social .-note {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.form-registr-page .wrap-login-social .-note a {
  font-size: inherit;
  line-height: inherit;
}
@media all and (min-width: 768px) {
  .form-registr-page .wrap-login-social .-note a {
    font-size: inherit;
    line-height: inherit;
  }
}
@media all and (min-width: 1024px) {
  .form-registr-page .wrap-login-social .-note a {
    font-size: inherit;
    line-height: inherit;
  }
}
@media all and (min-width: 1400px) {
  .form-registr-page .wrap-login-social .-note a {
    font-size: inherit;
    line-height: inherit;
  }
}
.form-registr-page div.wrap-btn {
  margin-top: 40px;
}
.btn-basket {
  -webkit-tap-highlight-color: transparent;
}
@media all and (max-width: 767px) {
  .btn-basket {
    bottom: 80px;
  }
}
.btn-basket:active {
  background-color: #fff;
  box-shadow:
    4px 4px 20px rgba(0, 0, 0, 0.15),
    inset 2px 4px 4px rgba(255, 255, 255, 0.25);
}
.page.page-cabinet-plk h1 {
  font-size: 24px;
}
.page.page-cabinet-plk .page-plk h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 20px;
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance > form,
.page.page-cabinet-plk .page-plk .page-plk-inner {
  display: flex;
  flex-wrap: wrap;
}
.page.page-cabinet-plk .page-plk form {
  order: 2;
  padding: 10px 0 0;
  width: 100%;
}
.page.page-cabinet-plk .page-plk form .error {
  color: red;
}
.page.page-cabinet-plk .page-plk form label {
  display: flex;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 25px;
}
.page.page-cabinet-plk .page-plk form label.form-request__label {
  margin: 0 0 10px;
}
.page.page-cabinet-plk .page-plk form label .name {
  align-items: center;
  display: flex;
  padding: 0 20px 0 0;
  width: 38%;
}
.page.page-cabinet-plk .page-plk form label .form-input {
  width: 62%;
}
.page.page-cabinet-plk .page-plk form input:not([type="checkbox"]),
.page.page-cabinet-plk .page-plk form select {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  color: #000;
  font-family: Montserrat, arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: 0;
  padding: 10px;
  width: 100%;
}
.page.page-cabinet-plk .page-plk form input:not([type="checkbox"]).hasError,
.page.page-cabinet-plk .page-plk form select.hasError {
  border: 1px solid red;
}
.page.page-cabinet-plk .page-plk form input.form-input-date {
  clear: both;
  float: right;
  margin: 0 0 10px;
  text-align: center;
  width: 128px;
}
.page.page-cabinet-plk .page-plk form .form-select {
  position: relative;
  width: 62%;
}
.page.page-cabinet-plk .page-plk form .form-select.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.page.page-cabinet-plk .page-plk form .form-select.disabled .arrow,
.page.page-cabinet-plk .page-plk form .form-select.disabled input,
.page.page-cabinet-plk .page-plk form .form-select.disabled select {
  background: #ddd;
}
.page.page-cabinet-plk .page-plk form .form-select > .arrow {
  background: #fff;
  content: "";
  height: 28px;
  position: absolute;
  right: 2px;
  top: 8px;
  width: 20px;
  z-index: 1;
}
.page.page-cabinet-plk .page-plk form .form-select .form-select-children {
  display: none;
}
.page.page-cabinet-plk
  .page-plk
  form
  .form-select
  .form-select-children.active {
  display: block;
  text-align: right;
}
.page.page-cabinet-plk
  .page-plk
  form
  .form-select
  .form-select-children.active
  .description {
  line-height: 28px;
  margin: 5px 0 2px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}
.page.page-cabinet-plk
  .page-plk
  form
  .form-select
  .form-select-children.active
  button {
  background: #006eff;
  border: 0;
  border-radius: 6px;
  clear: both;
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 12px;
  position: relative;
}
.page.page-cabinet-plk .page-plk form input[type="submit"] {
  background: #006eff;
  border: 0;
  color: #fff;
  font-weight: 400;
}
.page.page-cabinet-plk .page-plk .page-plk-info {
  order: 1;
  width: 100%;
}
.page.page-cabinet-plk .page-plk .page-plk-info > .text {
  background: rgba(255, 219, 0, 0.1);
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  padding: 7px 7px 40px;
}
.page.page-cabinet-plk .page-plk .page-plk-info > .error-text a,
.page.page-cabinet-plk .page-plk .page-plk-info > .text a {
  color: #006eff;
  font-weight: 500;
  text-decoration: underline;
}
.page.page-cabinet-plk .page-plk .page-plk-info > .error-title {
  color: #ff4646;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .page.page-cabinet-plk .page-plk .page-plk-info > .error-title {
    font-size: 44px;
    margin: -56px 0 26px;
    text-align: right;
  }
}
.page.page-cabinet-plk .page-plk .page-plk-info > .error-text {
  background: #ffeded;
  color: #000;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 12px;
}
@media (min-width: 1024px) {
  .page.page-cabinet-plk .page-plk .page-plk-info > .error-text {
    font-size: 15px;
  }
}
.page.page-cabinet-plk .page-plk .page-plk-info > .error-text p {
  line-height: 16px;
  margin: 0 0 2px;
}
@media (min-width: 1024px) {
  .page.page-cabinet-plk .page-plk .page-plk-info > .error-text p {
    line-height: 20px;
    margin: 0 0 8px;
  }
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance {
  font-size: 16px;
  font-family: Montserrat, arial;
  line-height: 20px;
  order: 1;
  padding: 0 0 50px;
  width: 100%;
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance .card-number {
  background: #ffdb00;
  border-radius: 8px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance button {
  background: #006eff;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance > form .card-text {
  display: none;
  order: 1;
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance > form .plk-barcode {
  order: 2;
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance > form .card-number {
  order: 3;
}
.page.page-cabinet-plk .page-plk .page-plk-check-balance > form button {
  order: 4;
}
.wrap {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page.page-cabinet-plk .page-plk .page-plk-check-balance > form .card-text {
    display: block;
    order: 1;
  }
  .page.page-cabinet-plk .page-plk .page-plk-check-balance > form .card-number {
    order: 2;
  }
  .page.page-cabinet-plk .page-plk .page-plk-check-balance > form button {
    order: 3;
  }
  .page.page-cabinet-plk .page-plk .page-plk-check-balance > form .plk-barcode {
    order: 4;
  }
}
@media (min-width: 768px) {
  .page.page-cabinet-plk h1 {
    font-size: 32px;
  }
  .page.page-cabinet-plk .page-plk h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .page.page-cabinet-plk h1 {
    font-size: 42px;
  }
  .page.page-cabinet-plk .page-plk {
    padding: 50px 0 0;
  }
  .page.page-cabinet-plk .page-plk h2 {
    font-size: 28px;
    margin: -50px 0 30px;
    white-space: nowrap;
  }
  .page.page-cabinet-plk .page-plk .form {
    order: 1;
    width: 50%;
  }
  .page.page-cabinet-plk .page-plk .page-plk-check-balance,
  .page.page-cabinet-plk .page-plk .page-plk-info {
    order: 2;
    padding: 0 0 0 12%;
    width: 50%;
  }
  .page.page-cabinet-plk .page-plk .page-plk-check-balance > form.loading {
    opacity: 0.5;
    position: relative;
  }
  .page.page-cabinet-plk
    .page-plk
    .page-plk-check-balance
    > form.loading:before {
    background: url(/image/bxslider/bx_loader.gif) no-repeat center;
    content: "";
    cursor: progress;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
@media all and (min-width: 1400px) {
  .page.page-cabinet-plk .page-plk .page-plk-info > .text {
    margin: -50px 0 50px;
  }
}
.cabinet-plk-popup {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.cabinet-plk-popup > .layout {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cabinet-plk-popup > .inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: Montserrat, arial;
  font-size: 18px;
  line-height: 28px;
  max-width: 95%;
  padding: 40px 25px;
  position: relative;
  width: 600px;
  z-index: 1;
}
.cabinet-plk-popup > .inner .red {
  color: #eb001b;
}
.cabinet-plk-popup > .inner .close {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.286 20.714L20.7141 11.2859' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11.286 11.286L20.7141 20.7141' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")
    no-repeat center;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
.plk-barcode {
  background: url(/image/zoom.svg);
  background-color: #006eff;
  background-position: right 15px top 3px;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 8px;
  display: flex;
  padding: 38px 15px 15px;
  width: 100%;
}
.plk-barcode > .inner {
  background: #fff;
  border-radius: 8px;
  display: block;
  padding: 25px 15px;
  text-align: center;
  width: 100%;
}
.plk-barcode > .inner img {
  margin: auto;
}
.plk-barcode-popup #cboxClose {
  top: -80px;
}
.plk-barcode-popup #cboxLoadedContent {
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px;
}
.page-plk-tarifs {
  order: 3;
  padding: 60px 0 20px;
  width: 100%;
}
.page-plk-tarifs .tariff-block__container .h2 {
  font-size: 18px;
  margin: 0 0 40px;
}
@media all and (min-width: 1024px) {
  .page-plk-tarifs .tariff-block__container .h2 {
    font-size: 28px;
    margin: 0 0 24px;
  }
  .page-plk-tarifs .tariff-block__container .tariff-block__ttls {
    padding: 0;
  }
}
.page-plk-tarifs-link {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05975 0.532877C8.4295 0.190318 8.91496 0 9.419 0H30C31.1046 0 32 0.895431 32 2V14C32 15.1046 31.1046 16 30 16H9.419C8.91496 16 8.4295 15.8097 8.05975 15.4671L1.58356 9.46712C0.729223 8.6756 0.729223 7.3244 1.58356 6.53288L8.05975 0.532877Z' fill='%23FF9500'/%3E%3Cpath d='M14.976 8.24C14.1013 8.24 13.3867 7.96267 12.832 7.408C12.2773 6.85333 12 6.09067 12 5.12C12 4.46933 12.128 3.90933 12.384 3.44C12.64 2.97067 12.992 2.61333 13.44 2.368C13.8987 2.12267 14.4107 2 14.976 2C15.5413 2 16.048 2.12267 16.496 2.368C16.9547 2.61333 17.312 2.97067 17.568 3.44C17.824 3.90933 17.952 4.46933 17.952 5.12C17.952 6.09067 17.6747 6.85333 17.12 7.408C16.5653 7.96267 15.8507 8.24 14.976 8.24ZM21.552 2.16H24.256L16.608 13.36H13.904L21.552 2.16ZM14.976 6.512C15.1787 6.512 15.344 6.40533 15.472 6.192C15.6107 5.968 15.68 5.61067 15.68 5.12C15.68 4.62933 15.6107 4.27733 15.472 4.064C15.344 3.84 15.1787 3.728 14.976 3.728C14.7733 3.728 14.6027 3.84 14.464 4.064C14.336 4.27733 14.272 4.62933 14.272 5.12C14.272 5.61067 14.336 5.968 14.464 6.192C14.6027 6.40533 14.7733 6.512 14.976 6.512ZM23.184 13.52C22.3093 13.52 21.5947 13.2427 21.04 12.688C20.4853 12.1333 20.208 11.3707 20.208 10.4C20.208 9.74933 20.336 9.18933 20.592 8.72C20.848 8.25067 21.2 7.89333 21.648 7.648C22.1067 7.40267 22.6187 7.28 23.184 7.28C23.7493 7.28 24.256 7.40267 24.704 7.648C25.1627 7.89333 25.52 8.25067 25.776 8.72C26.032 9.18933 26.16 9.74933 26.16 10.4C26.16 11.3707 25.8827 12.1333 25.328 12.688C24.7733 13.2427 24.0587 13.52 23.184 13.52ZM23.184 11.792C23.3867 11.792 23.552 11.6853 23.68 11.472C23.8187 11.248 23.888 10.8907 23.888 10.4C23.888 9.90933 23.8187 9.55733 23.68 9.344C23.552 9.12 23.3867 9.008 23.184 9.008C22.9813 9.008 22.8107 9.12 22.672 9.344C22.544 9.55733 22.48 9.90933 22.48 10.4C22.48 10.8907 22.544 11.248 22.672 11.472C22.8107 11.6853 22.9813 11.792 23.184 11.792Z' fill='white'/%3E%3C/svg%3E");
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: 32px;
  border: 2px solid #006eff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  margin: 0 0 10px;
  order: 5;
  padding: 12px 50px 12px 16px;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 375px) {
  .page-plk-tarifs-link {
    background-position: 83% center;
  }
}
@media all and (min-width: 576px) {
  .page-plk-tarifs-link {
    background-position: 72% center;
  }
}
@media all and (min-width: 1024px) {
  .page-plk-tarifs-link {
    background-position: 81% center;
    margin: 10px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .page-plk-tarifs-link {
    background-position: 72% center;
  }
}
.page._auth .h1 {
  font-size: 24px;
  line-height: 30px;
}
@media all and (min-width: 1024px) {
  .page._auth .h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
.page-404 {
  padding-top: 40px;
}
@media all and (min-width: 1024px) {
  .page-404 {
    padding-top: 80px;
  }
  .page-404 * {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 1023px) {
  .page-404 .page-404-top {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 26px;
  }
}
@media all and (max-width: 767px) {
  .page-404 .page-404-top {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1024px) {
  .page-404 .page-404-top {
    display: grid;
    grid-template-columns: 442px auto;
    grid-column-gap: 36px;
    margin-bottom: 28px;
  }
}
@media all and (min-width: 1400px) {
  .page-404 .page-404-top {
    grid-template-columns: 512px auto;
  }
}
.page-404 a,
.requisites-list ul li a {
  color: #006eff;
}
@media all and (min-width: 1024px) {
  .page-404 p {
    margin: 30px 0;
  }
}
.page-404 p:first-child {
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .page-404 p:first-child {
    margin-top: 0;
  }
}
.page-404 p:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .page-404 p:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1023px) {
  .page-404 b {
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .page-404 b {
    line-height: inherit;
  }
}
.page-404 .wrap-img {
  margin-bottom: 40px;
  max-width: 732px;
}
@media all and (min-width: 1024px) {
  .page-404 .wrap-img {
    margin-left: auto;
    margin-bottom: 0;
  }
}
.page-404 .wrap-img img {
  display: block;
  margin: 0 auto;
}
.page-404 ul {
  margin: 16px auto 8px 10px;
}
@media all and (min-width: 1024px) {
  .page-404 ul {
    margin: 27px auto 8px 10px;
  }
}
.page-404 ul li {
  position: relative;
  padding-left: 15px;
}
@media all and (min-width: 1024px) {
  .page-404 ul li {
    padding-left: 30px;
  }
}
.rise_contacts {
  background-image: url(/image/redesign/contacts/bg.jpg);
}
.contacts-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px 40px;
}
@media all and (max-width: 1023px) {
  .contacts-top {
    display: flex;
    flex-direction: column;
  }
}
.contacts-item.-mail i {
  background-image: url(/image/redesign/contacts/mail.svg);
}
.contacts-card.border-grey {
  border-radius: 12px;
  padding: 54px 38px;
}
@media all and (max-width: 767px) {
  .contacts-card.border-grey {
    padding: 20px 22px;
  }
}
.contacts-card.map-card {
  padding: 0;
}
@media all and (max-width: 1023px) {
  .contacts-card.map-card {
    order: 4;
    height: 360px;
  }
}
@media all and (max-width: 767px) {
  .contacts-card.map-card {
    padding: 0;
  }
}
.contacts-card.map-card .js-maps {
  width: 100%;
  height: 100%;
}
.contacts-card .contacts-item {
  max-width: 100%;
  width: 100%;
  grid-row-gap: 0;
  justify-content: space-between;
}
.contacts-card .contacts-item:not(.-local) .contacts-item__content {
  line-height: 28px;
}
@media all and (max-width: 1023px) {
  .contacts-card .contacts-item:not(:first-child) {
    margin-top: 0;
  }
}
.contacts-card .contacts-item__content {
  padding-left: 45px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .contacts-card .contacts-item__content {
    padding-left: 0;
  }
}
.contacts-card .contacts-item__title i {
  margin-right: 5px;
}
.contacts-card.-card-3 .contacts-i-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 38px;
}
@media all and (max-width: 1399px) {
  .contacts-card.-card-3 .contacts-i-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts-card.-card-3 .contacts-i-list .contacts-item {
  flex-direction: column;
}
.contacts-card.-card-3 .contacts-i-list .contacts-item__content {
  padding-left: 0;
}
@media all and (max-width: 1399px) {
  .contacts-card.-card-3 .contacts-i-list .-tel .contacts-item__content {
    padding-left: 45px;
  }
}
@media all and (max-width: 767px) {
  .contacts-card.-card-3 .contacts-i-list .-tel .contacts-item__content {
    padding-left: 0;
  }
}
@media all and (max-width: 1399px) {
  .contacts-card.-card-3 .contacts-i-list .-mail {
    display: block;
  }
  .contacts-card.-card-3 .contacts-i-list .-mail .contacts-item__content,
  .contacts-card.-card-3 .contacts-i-list .-mail .contacts-item__title,
  .contacts-card.-card-3 .contacts-i-list .-mail .contacts-item__title i {
    display: inline-block;
    vertical-align: middle;
  }
  .contacts-card.-card-3 .contacts-i-list .-mail .contacts-item__title {
    margin-right: 10px;
  }
  .contacts-card.-card-3 .contacts-i-list .-mail .contacts-item__title i {
    width: 40px;
  }
}
.contacts-card.-card-4 .contacts-item {
  width: auto;
  justify-content: flex-start;
}
.contacts-card.-card-2 .contacts-item.-mail,
.contacts-card.-card-2 .contacts-item.-time,
.contacts-card.-card-4 .contacts-item.-mail {
  display: block;
}
.contacts-card.-card-4 .contacts-item.-mail .contacts-item__content,
.contacts-card.-card-4 .contacts-item.-mail .contacts-item__title,
.contacts-card.-card-4 .contacts-item.-mail .contacts-item__title i {
  display: inline-block;
  vertical-align: middle;
}
.contacts-card.-card-4 .contacts-item.-mail .contacts-item__title {
  margin-right: 10px;
}
.contacts-card.-card-4 .contacts-item.-mail .contacts-item__title i {
  width: 40px;
}
.contacts-card.-card-4 .contacts-item.-mail .contacts-item__content {
  padding-left: 0;
}
.contacts-card.-card-3,
.contacts-card.-card-4 {
  padding: 54px 48px;
}
.contacts-card.-card-3 .contacts-card-title,
.contacts-card.-card-4 .contacts-card-title {
  margin-bottom: 15px;
}
.contacts-card.-card-2 .contacts-item.-mail .contacts-item__title,
.contacts-card.-card-2 .contacts-item.-time .contacts-item__title {
  max-width: inherit;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contacts-card.-card-2 .contacts-item.-mail .contacts-item__title i,
.contacts-card.-card-2 .contacts-item.-time .contacts-item__title i {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.contacts-card.-card-2 .contacts-item.-mail .contacts-item__content,
.contacts-card.-card-2 .contacts-item.-time .contacts-item__content {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contacts-i-list {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 21px;
}
.contacts-card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #222426;
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  .contacts-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}
.contacts-text {
  font-weight: 500;
  margin-bottom: 23px;
  line-height: 28px;
  min-height: 56px;
}
@media all and (max-width: 1023px) {
  .contacts-text {
    min-height: 0;
  }
}
.contact-info-list {
  display: flex;
  grid-column-gap: 64px;
}
@media all and (max-width: 1399px) {
  .contact-info-list {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-row-gap: 40px;
  }
}
.contact-info-title {
  max-width: 536px;
  width: 100%;
  align-self: center;
}
.btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
}
@media all and (max-width: 767px) {
  .btn-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 20px;
  }
}
.btn-list .btn {
  padding-left: 16px;
  padding-right: 16px;
}
.section-offset.-margin-none {
  margin-bottom: 0 !important;
}
.bg-grey.-blue {
  background-color: #e5f3fe;
}
.c-tabl {
  display: grid;
  grid-row-gap: 8px;
}
.c-tabl .tabl-tg.-mob .tg-tr,
.c-tabl .tabl-tg.-mob .tg-tr.-top {
  background-color: #fff;
}
.c-tabl .tabl-tg.-mob .tg-tr:nth-child(2) .tg-cont {
  width: auto;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.c-tabl .tabl-tg.-mob.-grid .tg-body .tg-tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-tabl .tabl-tg.-mob.-grid .tg-body .tg-tr .tg-cont:not(:nth-child(-n + 2)) {
  padding-top: 14px;
  border-top: 1px solid #e3e5ed;
  margin-top: 14px;
}
.c-tabl .tabl-tg.-mob.-grid .tg-body .tg-tr .tg-cont:nth-child(even) {
  justify-content: flex-end;
}
.c-tabl-tr:first-child {
  display: grid;
  grid-template-columns: 60% 10% 30%;
  padding: 0 60px 0 48px;
  margin-bottom: 12px;
}
@media all and (max-width: 1279px) {
  .c-tabl-tr:first-child {
    grid-template-columns: 55% 15% 30%;
  }
}
@media all and (max-width: 1023px) {
  .c-tabl-tr:first-child {
    grid-template-columns: auto 100px 140px;
    padding: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .c-tabl-tr:first-child {
    display: none;
  }
}
.c-tabl-tr:not(:first-child) {
  display: grid;
  grid-template-columns: 60% 10% 30%;
  background-color: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 4px;
  align-items: center;
  padding: 0 60px 0 48px;
}
@media all and (max-width: 1279px) {
  .c-tabl-tr:not(:first-child) {
    grid-template-columns: 55% 15% 30%;
  }
}
@media all and (max-width: 1023px) {
  .c-tabl-tr:not(:first-child) {
    grid-template-columns: auto 100px 140px;
    padding: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .c-tabl-tr:not(:first-child) {
    display: none;
  }
}
.c-tabl-tr div:not(:first-child) .c-tabl-c {
  text-align: right;
}
.c-tabl-tr.-border .c-tabl-td:not(:first-child) .c-tabl-c:first-child {
  border-bottom: 1px solid #e3e5ed;
}
.c-tabl-th {
  color: #828282;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: right;
}
.c-tabl-c {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.c-tabl-td:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
}
@media all and (max-width: 1279px) {
  .c-tabl-td:nth-child(1) {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .c-tabl-td:nth-child(1) {
    font-size: 16px;
    line-height: 22px;
  }
}
.c-tabl-td:not(:first-child) .c-tabl-c {
  padding: 26px 0;
}
.requisites-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 34px;
}
@media all and (max-width: 767px) {
  .requisites-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
  }
}
.requisites-list .col {
  display: grid;
}
@media all and (max-width: 767px) {
  .requisites-list .col {
    grid-row-gap: 12px;
  }
}
.requisites-list.border-grey {
  padding: 48px 50px 48px 38px;
}
@media all and (max-width: 767px) {
  .requisites-list.border-grey {
    padding: 20px 22px;
  }
  .requisites-list ul {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.requisites-list ul li {
  font-weight: 500;
  line-height: 26px;
}
.requisites-list ul li:not(:first-child) {
  margin-top: 20px;
}
@media all and (max-width: 1399px) {
  .requisites-list ul li:not(:first-child) {
    margin-top: 12px;
  }
}
.requisites-list ul.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 50px;
  margin-top: auto;
  margin-bottom: 32px;
}
@media all and (max-width: 1399px) {
  .requisites-list ul.col-2 {
    grid-row-gap: 12px;
  }
}
@media all and (max-width: 1279px) {
  .requisites-list ul.col-2 {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
  }
}
.requisites-list ul.col-2 li:not(:first-child) {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .rise_contacts ~ .section-offset {
    padding-top: 0 !important;
  }
}
.rise_contacts ~ .section-offset .wrap {
  margin-bottom: 26px;
}
@media all and (max-width: 767px) {
  .rise_contacts ~ .section-offset.bg-grey {
    padding: 40px 0 !important;
  }
}
.rise_contacts ~ .section-offset.section-offset-last {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media all and (min-width: 1024px) {
  .rise_contacts ~ .section-offset.section-offset-last {
    margin-bottom: 80px !important;
  }
}
.disco-info {
  background-color: #e7fbff;
  position: relative;
  padding: 65px 32px 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .disco-info {
    padding: 25px 32px;
  }
}
@media all and (max-width: 767px) {
  .disco-info {
    padding: 30px 22px 230px;
  }
}
.disco-info .contacts-card-title {
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  .disco-info .contacts-card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .disco-info .contacts-card-title + * {
    margin-top: 0;
  }
}
.disco-card-list ul li b,
.disco-info b {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .disco-info p {
    line-height: 24px;
  }
}
.disco-info-text {
  max-width: 650px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1399px) {
  .disco-info-text {
    max-width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .disco-info-text {
    max-width: 350px;
    min-height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .disco-info-text > :last-child {
    margin-bottom: 0;
  }
}
.disco-info-img {
  position: absolute;
  bottom: -218px;
  right: -110px;
}
@media all and (max-width: 1399px) {
  .disco-info-img {
    bottom: -160px;
    right: -100px;
    width: 56%;
  }
}
@media all and (max-width: 1279px) {
  .disco-info-img {
    right: -120px;
  }
}
@media all and (max-width: 1023px) {
  .disco-info-img {
    bottom: -120px;
    right: -70px;
  }
}
@media all and (max-width: 767px) {
  .disco-info-img {
    bottom: -142px;
    right: -56px;
    width: 446px;
  }
  .disco-info-img .-desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .disco-info-img .-mob {
    display: none;
  }
}
.disco-card-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px 16px;
}
@media all and (max-width: 1023px) {
  .disco-card-list {
    display: grid;
  }
}
.disco-card {
  width: calc(50% - 8px);
}
@media all and (max-width: 1023px) {
  .disco-card {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .disco-card {
    padding: 30px 22px;
  }
}
.disco-card.last-child {
  width: 100%;
}
@media all and (min-width: 1024px) {
  .disco-card.last-child ul {
    grid-template-columns: repeat(2, 46%);
    justify-content: space-between;
  }
}
.disco-card .contacts-card-title {
  margin-bottom: 18px;
}
.disco-card-list ul {
  margin: 8px auto 0 10px;
  display: grid;
  grid-row-gap: 16px;
}
.disco-card-list ul li {
  position: relative;
  padding-left: 14px;
  font-weight: 500;
}
@media all and (min-width: 1024px) {
  .disco-card-list ul li {
    line-height: 26px;
  }
}
@media all and (min-width: 1024px) {
  .disco-card-list ul li::before {
    top: calc((26px / 2) - 2px);
  }
}
@media all and (max-width: 767px) {
  .box-tabl-disco {
    background: url(/redesign/image/disco/mob_bg.svg) left bottom no-repeat
      #cfeff5 !important;
    background-size: 100% auto !important;
  }
}
.box-tabl-disco .container {
  position: relative;
  padding: 50px 0 29px;
}
@media all and (max-width: 1399px) {
  .box-tabl-disco .container {
    padding: 50px 0 29px;
  }
}
@media all and (max-width: 767px) {
  .box-tabl-disco .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 108px;
  }
}
.box-tabl-disco .wrap-tabl-tg {
  padding: 0;
  border: 0;
}
.box-tabl-disco .wrap-tabl-tg:last-child {
  padding-bottom: 0;
  border: 0;
}
.box-tabl-disco .box-tabl {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .box-tabl-disco .box-tabl {
    margin-top: 26px;
  }
}
.box-tabl-disco .tabl-tg.preloader {
  opacity: 0.5;
  position: relative;
}
.box-tabl-disco .tabl-tg.preloader:before,
.upsales-wrapper .upsales-table .upsales-table-row.preloader:before {
  background: url(/image/bxslider/bx_loader.gif) no-repeat center;
  content: "";
  cursor: progress;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .box-tabl-disco .tabl-tg.-desktop {
    display: none;
  }
  .box-tabl-disco .tabl-tg.-mob {
    display: block;
    margin: 0 0 10px;
  }
}
@media all and (min-width: 1024px) {
  .box-tabl-disco .tabl-tg.-mob {
    display: none;
  }
}
.box-tabl-disco .tabl-tg.-mob .tg-body {
  margin-top: 4px;
}
@media all and (max-width: 767px) {
  .box-tabl-disco .tabl-tg.-mob .tg-tr {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.box-tabl-disco .tabl-tg.-mob .tg-tr:not(.-top) {
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .box-tabl-disco .tabl-tg.-mob .tg-tr:not(.-top) {
    padding: 19px 18px;
  }
  .box-tabl-disco .tabl-tg.-mob .tg-tr:not(.-top) .tg-cont:first-child {
    text-transform: uppercase;
    padding-bottom: 8px;
  }
}
@media all and (min-width: 768px) {
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(2) .tg-cont,
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(3) .tg-cont {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media all and (max-width: 767px) {
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(2) .tg-cont,
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(3) .tg-cont {
    border-bottom: none;
    margin-bottom: 0;
  }
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(3) .tg-cont {
    width: auto;
  }
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(3) .tg-cont:first-child,
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(4) .tg-cont:first-child {
    padding-bottom: 0;
  }
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(5) {
    padding: 0;
    background-color: #fdd801;
  }
}
.box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(5) .tg-cont {
  width: 100%;
}
@media all and (max-width: 767px) {
  .box-tabl-disco .tabl-tg.-mob .tg-tr:nth-child(5) .tg-cont:first-child {
    padding-bottom: 0;
  }
}
.box-tabl-disco .tabl-tg.-mob .tg-cont {
  align-items: center;
}
.box-tabl-disco .tabl-tg.-mob .btn-basket {
  width: 300px;
  border-radius: 6px;
  margin: 0 auto;
  background-position: 91% center;
  padding: 0 28px 0 20px;
  text-transform: uppercase;
  text-align: left;
}
@media all and (max-width: 767px) {
  .box-tabl-disco .tabl-tg.-mob .btn-basket {
    position: static;
    display: block;
    width: 100%;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.box-tabl-disco {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cfeff5;
  overflow: hidden;
  margin-bottom: 60px;
  background-size: 100% auto;
  background:
    url(/redesign/image/disco/desk_2.svg) left bottom no-repeat,
    url(/redesign/image/disco/desk_1.svg) right bottom no-repeat #cfeff5;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-tabl-disco {
    background-position:
      -20% bottom,
      110% bottom;
  }
}
.box-tabl-disco-note {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .box-tabl-disco-note {
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .box-tabl-disco-note {
    max-width: 230px;
    padding-left: 10px;
    margin-top: 20px;
  }
}
.tabl-tg.-col-6.-desktop .tg-tr {
  display: grid;
  grid-template-columns: 14% 28.5% 21% 198px 120px 130px;
  grid-column-gap: 4px;
  margin: 0 0 10px;
}
@media all and (max-width: 1399px) {
  .tabl-tg.-col-6.-desktop .tg-tr {
    grid-template-columns: 19% 25% 17% 130px 110px 90px;
  }
}
.tabl-tg.-col-6.-desktop .tg-tr.-top .tg-td {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.tabl-tg.-col-6.-desktop .tg-tr.-main .tg-td:first-child .tg-cont {
  background-color: #fff;
  text-transform: none;
  display: flex;
  flex-direction: column;
}
.tabl-tg.-col-6.-desktop .tg-cont {
  background-color: #fff;
  text-align: center;
  padding: 33px 10px;
}
.tabl-tg.-col-6.-desktop .tg-cont .btn-basket {
  margin: 0;
}
.disco-tel {
  border: 1px solid #006eff;
  border-radius: 12px;
  color: #006eff;
  font-size: 24px;
  line-height: 40px;
  margin: 60px auto 0;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
@media all and (max-width: 1023px) {
  .disco-tel {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .disco-tel {
    font-size: 16px;
    line-height: 24px;
    margin: 40px auto 0;
  }
}
.disco-tel * {
  display: block;
}
.disco-tel a {
  font-weight: 700;
  color: #006eff;
}
@media all and (min-width: 1280px) {
  .page-disco .section-offset.section-offset-first {
    padding-bottom: 80px !important;
  }
}
.page-disco .section-offset.section-offset-first ~ .section-offset {
  margin-bottom: 60px !important;
}
.page-disco .section-offset.section-offset-first ~ .section-offset-last {
  margin-bottom: 80px !important;
}
@media all and (max-width: 767px) {
  .page-disco .section-offset.bg-grey {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.disco-page-incoming-announce {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.9;
  padding: 60px 0;
}
.about__title {
  margin-top: 32px;
}
.about-items {
  display: grid;
  gap: 40px;
  margin: 32px auto 0;
  max-width: 340px;
  padding-bottom: 80px;
}
.about-item {
  position: relative;
}
.about-item__img {
  width: 250px;
  height: 186px;
  object-fit: contain;
}
.about-item__text {
  position: relative;
  width: 312px;
  margin-top: -48px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 6px;
}
.about-item__number {
  position: absolute;
  top: 60px;
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
  color: #e3e5ed;
}
.about-item:nth-child(odd) .about-item__text {
  margin-left: auto;
}
.about-item:nth-child(odd) .about-item__img {
  margin-left: -30px;
}
.about-item:nth-child(odd) .about-item__number {
  right: 0;
  left: auto;
}
.about-item:nth-child(even) .about-item__img {
  margin-right: -30px;
  margin-left: auto;
}
.about-item:nth-child(even) .about-item__number {
  left: auto;
}
@media all and (min-width: 768px) {
  .about__title {
    margin-top: 40px;
  }
  .about-items {
    max-width: 640px;
    margin-top: 48px;
  }
  .about-item__img {
    width: 300px;
    height: 300px;
  }
  .about-item__text {
    width: 420px;
    margin-top: -154px;
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .about-item__number {
    font-size: 80px;
    line-height: 64px;
  }
  .about-item:nth-child(odd) .about-item__text {
    margin-right: 40px;
  }
  .about-item:nth-child(odd) .about-item__number {
    right: 250px;
  }
  .about-item:nth-child(even) .about-item__text {
    margin-left: 40px;
  }
  .about-item:nth-child(even) .about-item__number {
    left: 250px;
  }
}
@media all and (min-width: 1024px) {
  .about-items,
  .about__title {
    margin-top: 60px;
  }
  .about-items {
    max-width: 100%;
  }
  .about-item {
    width: 582px;
  }
  .about-item:nth-child(even) {
    margin-top: -120px;
    margin-right: 0;
    margin-left: auto;
  }
  .about-item:nth-child(3) {
    margin: 0 auto 120px 270px;
  }
}
@media all and (min-width: 1400px) {
  .about-items,
  .about__title {
    margin-top: 80px;
  }
  .about-items {
    grid-gap: 80px;
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .about-item {
    margin-top: -250px;
  }
  .about-item__img {
    width: 400px;
    height: 400px;
  }
  .about-item__number {
    right: 150px;
    font-size: 100px;
    line-height: 64px;
  }
  .about-item:nth-child(odd) .about-item__number {
    right: 122px;
  }
  .about-item:nth-child(even) .about-item__number {
    left: 114px;
  }
  .about-item:nth-child(2) {
    margin-top: -286px;
  }
  .about-item:nth-child(2) .about-item__number {
    left: 122px;
  }
}
.warning--auto-popup {
  display: none;
}
.warning--fixed-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.warning-popup-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  font-family: Montserrat, arial;
  padding: 40px;
}
.warning-popup-inner a,
.warning-popup-inner a:hover {
  outline: 0;
}
.warning-popup-inner .picture {
  margin: 0 0 20px;
  text-align: center;
}
.warning-popup-inner .picture img {
  display: block;
  margin: auto;
}
.warning-basket-inner,
.warning-fixed-inner {
  display: block;
  font-family: Montserrat, arial;
  line-height: 24px;
  padding: 6px;
}
.warning-fixed-inner {
  background: #fc981c;
  font-size: 18px;
  text-align: center;
}
.warning-basket-inner a,
.warning-fixed-inner a {
  color: #fff;
  display: inline-block;
  outline: 0;
  text-decoration: underline;
}
.warning-basket-inner a:hover,
.warning-fixed-inner a:hover {
  outline: 0;
  text-decoration: none;
}
.warning-basket-inner {
  background: #fd0;
  color: #000;
  font-size: 16px;
  margin: 0 0 10px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .warning-basket-inner {
    font-size: 14px;
    margin-left: -100px;
    margin-right: -100px;
    padding: 6px 100px;
    text-align: center;
  }
}
.warning-basket-inner a {
  color: #000;
}
.upsales-wrapper {
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper {
    padding: 0;
  }
}
.upsales-wrapper .upsales-tickets {
  background: #e5f3fe;
  border: 1px solid #207fff;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 16px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-tickets {
    display: flex;
    padding: 35px 30px;
  }
}
.upsales-wrapper .upsales-tickets .tickets {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-tickets .tickets {
    width: 46.5%;
  }
  .upsales-wrapper .upsales-tickets .tickets:after {
    background: #969799;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
}
.upsales-wrapper .upsales-tickets .tickets .ticket {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-tickets .tickets .ticket {
    margin: 0 0 15px;
  }
}
.upsales-wrapper .upsales-tickets .tickets .ticket:last-child {
  margin: 0;
}
.upsales-wrapper .upsales-tickets .tickets .ticket > .name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px 0 0;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-tickets .tickets .ticket > .name {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
  }
}
.upsales-wrapper .upsales-tickets .tickets .ticket > .count {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-tickets .tickets .ticket > .count {
    padding-right: 17%;
  }
}
.upsales-wrapper .upsales-tickets .upsales-total {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: flex-start;
  margin: 25px 0 0;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-tickets .upsales-total {
    font-size: 28px;
    justify-content: flex-end;
    margin: 0;
  }
}
.upsales-wrapper .upsales-tickets .upsales-total span {
  color: #ff9600;
  padding: 0 0 0 20px;
  text-transform: none;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-tickets .upsales-total span {
    padding: 0;
  }
}
.upsales-wrapper .upsales-title {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 16px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-title {
    font-size: 20px;
    margin: 75px 0 30px;
  }
}
.upsales-wrapper .upsales-table {
  margin: 0 0 40px;
}
.upsales-wrapper .upsales-table .--bordered {
  background: #fff;
  border: 1px solid #e7e7ef;
  border-radius: 8px;
  margin: 0 0 15px;
  padding: 22px 18px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .--bordered {
    border-radius: 14px;
    padding: 22px 30px;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 15px;
  position: relative;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row {
    justify-content: space-between;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row.preloader {
  opacity: 0.5;
}
.upsales-wrapper .upsales-table .upsales-table-row > .name {
  font-size: 15.5px;
  font-weight: 600;
  margin: 0 0 14px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .name {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    width: 37%;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .name > span {
  display: inline-block;
  position: relative;
}
.upsales-wrapper .upsales-table .upsales-table-row > .name .info {
  background: url(/image/redesign/i.png) no-repeat center #006fff;
  border-radius: 100%;
  color: #fff;
  cursor: help;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  position: absolute;
  right: -25px;
  text-align: center;
  top: -5px;
  width: 20px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .name .info {
    right: -20px;
    top: -14px;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row
  > .name
  .info:hover
  > .info-text {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.upsales-wrapper .upsales-table .upsales-table-row > .name .info > .info-text {
  background: #006fff;
  border-radius: 10px;
  color: #fff;
  cursor: default;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  line-height: 18px;
  margin: 0;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  transition: 0.3s;
  width: 100%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row
    > .name
    .info
    > .info-text {
    left: 100%;
    margin: 0 0 0 5px;
    max-width: 300px;
    position: absolute;
    top: -10px;
    width: 300px;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .profit {
  background: #ff9600;
  border-radius: 4px;
  bottom: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  height: 24px;
  left: 18px;
  line-height: 24px;
  min-width: 82px;
  padding: 0 15px;
  position: absolute;
  text-align: center;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .profit {
    background: 0 0;
    color: #ff9600;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    position: static;
    text-align: left;
    width: 14%;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .profit.--empty {
  visibility: hidden;
}
.upsales-wrapper .upsales-table .upsales-table-row > .price-old {
  font-size: 12px;
  text-align: right;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .price-old {
    width: 10%;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .price-old .note {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px 0 0;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .price-old .note {
    display: none;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .price-old .value {
  text-decoration: line-through;
}
.upsales-wrapper .upsales-table .upsales-table-row > .price {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 10px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .price {
    padding: 0 0 0 40px;
    width: 17%;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .buttons {
  margin: 20px 0 0;
  text-align: right;
  width: 100%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .buttons {
    margin: 0;
    width: 22%;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .buttons .form__number {
  float: right;
  justify-content: space-between;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-10px, 0);
  transition: 0.2s;
  width: 100px;
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row
  > .buttons
  .form__number.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
  position: static;
  transform: none;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .buttons .form__number {
    margin: 2px 15px 3px 0;
    width: 134px;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row
  > .buttons
  .form__number
  .btn-switch {
  align-items: center;
  background: #e5f3fe;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
  height: 36px;
  line-height: 24px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: ease 0.3s;
  user-select: none;
  width: 36px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row
    > .buttons
    .form__number
    .btn-switch {
    height: 40px;
    width: 40px;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row
  > .buttons
  .form__number
  input {
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row
    > .buttons
    .form__number
    input {
    font-size: 18px;
    line-height: 28px;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .buttons .btn {
  background: #ffdb00;
  border-radius: 45px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .buttons .btn {
    font-size: 15.5px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .buttons .btn--add {
  margin: 0 0 0 -98px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row > .buttons .btn--add {
    margin: 0 0 0 -158px;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row > .buttons .btn--add.active {
  opacity: 1;
  pointer-events: all;
  position: static;
}
.upsales-wrapper .upsales-table .upsales-table-row > .buttons .container-arrow {
  background: #006fff;
  border-radius: 100%;
  height: 30px;
  margin: 0;
  position: relative;
  width: 30px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row
    > .buttons
    .container-arrow {
    height: 47px;
    margin: 0 50px 0 0;
    width: 47px;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row
  > .buttons
  .container-arrow:before {
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  height: 10px;
  left: 10px;
  position: absolute;
  top: 9px;
  transform: rotate(135deg);
  transition: 0.3s;
  width: 10px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row
    > .buttons
    .container-arrow:before {
    height: 15px;
    left: 16px;
    top: 14px;
    width: 15px;
  }
}
.upsales-wrapper .upsales-table .upsales-table-row-container {
  padding: 22px 18px 5px;
  position: relative;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-table .upsales-table-row-container {
    padding: 22px 30px 5px;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row {
  border-top: 1px solid #e6e6e6;
  display: none;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container
    .upsales-table-row {
    border-top: none;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row.active {
  display: flex;
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row:nth-child(2) {
  margin-top: 20px;
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row:not(.--visible) {
  padding-top: 20px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container
    .upsales-table-row:not(.--visible) {
    padding-top: 0;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row:not(.--visible)
  > .name {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container
    .upsales-table-row:not(.--visible)
    > .name {
    font-size: 15.5px;
    margin: 0;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row:not(.--visible)
  > .profit {
  bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  left: 0;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container
    .upsales-table-row:not(.--visible)
    > .profit {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    bottom: 45px;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row:not(.--visible)
  > .buttons {
  margin: 10px 0 0;
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row.--visible {
  border-top: none;
  display: flex;
  position: static;
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row.--visible
  > .name {
  margin: 0 0 15px;
  width: 80%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container
    .upsales-table-row.--visible
    > .name {
    margin: 0 0 14px;
    width: 37%;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row.--visible
  > .profit {
  order: 5;
  position: static;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container
    .upsales-table-row.--visible
    > .profit {
    order: inherit;
    text-align: left;
    width: 41%;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row.--visible
  > .price,
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row.--visible
  > .price-old {
  display: none;
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container
  .upsales-table-row.--visible
  > .buttons {
  margin: 0 0 15px;
  width: 20%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container
    .upsales-table-row.--visible
    > .buttons {
    margin: 0;
    width: 22%;
  }
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container.active
  .upsales-table-row
  > .buttons
  .container-arrow {
  opacity: 0.5;
}
.upsales-wrapper
  .upsales-table
  .upsales-table-row-container.active
  .upsales-table-row
  > .buttons
  .container-arrow:before {
  top: 13px;
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) {
  .upsales-wrapper
    .upsales-table
    .upsales-table-row-container.active
    .upsales-table-row
    > .buttons
    .container-arrow:before {
    top: 19px;
  }
}
.upsales-wrapper .upsales-controls {
  display: block;
  padding: 30px 0 0;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-controls {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0;
  }
}
.upsales-wrapper .upsales-controls .btn {
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  text-align: center;
}
.upsales-wrapper .upsales-controls .btn--blue {
  background: #006fff;
  color: #fff;
  width: 100%;
}
.upsales-wrapper .upsales-controls .btn--yellow {
  background: #ffdb00;
  border: 1px solid #929292;
  color: #000;
  width: 100%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-controls .btn--yellow {
    border: 0;
  }
}
.upsales-wrapper .upsales-controls .back {
  margin: 0 0 20px;
  opacity: 0.4;
  width: 100%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-controls .back {
    margin: 0;
    width: 30%;
  }
}
.upsales-wrapper .upsales-controls .back .btn {
  font-size: 15px;
}
.upsales-wrapper .upsales-controls .pay {
  width: 100%;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-controls .pay {
    width: 30%;
  }
}
.upsales-wrapper .upsales-controls .pay > span {
  color: #888;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 16px;
  margin: 18px 0 0;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-controls .pay > span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin: 8px 0 0;
    max-width: 320px;
  }
}
.upsales-wrapper .upsales-controls .pay a {
  color: #006fff;
}
.upsales-wrapper .upsales-controls .pay .btn {
  color: #000;
  font-weight: 700;
}
.upsales-wrapper .upsales-total-bottom {
  font-size: 18px;
  font-weight: 700;
  margin: 60px 0 0;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .upsales-wrapper .upsales-total-bottom {
    margin: 0 0 0 auto;
    text-align: center;
    width: 30%;
  }
}
.upsales-wrapper .upsales-total-bottom span {
  color: #ff9600;
  padding: 0 0 0 10px;
  text-transform: none;
}
.no-disco .disco-box,
.no-disco .disco-table {
  display: none;
}
.no-disco .counter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-disco .counter > * {
  display: none;
}
.no-disco .counter-title {
  display: block !important;
}
.no-disco .counter-title span:nth-child(1) {
  display: none;
}
.no-disco .counter-title span:nth-child(2) {
  display: block;
  color: #006eff;
  text-align: center;
  font-weight: 700;
}
@media all and (max-width: 766px) {
  .page-disco .header_white {
    background: 0 0;
  }
  .page-disco .header__user {
    background-image: url(/image/redesign/Man2.svg);
  }
  .page-disco .header-burger:after,
  .page-disco .header-burger:before,
  .page-disco .header-burger__line {
    background: #fff;
  }
  .page-disco .breadcrumbs {
    display: none;
  }
}
.page-disco .slider {
  margin-top: -96px;
  background: #92b7ec;
  overflow: hidden;
}
.page-disco .slider__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: unset;
}
.page-disco .swiper-slide {
  position: relative;
  height: 528px;
}
@media all and (min-width: 768px) {
  .page-disco .slider {
    margin-top: 0;
  }
  .page-disco .slider__img {
    right: -47px;
    min-width: 905px;
    height: 371px;
  }
  .page-disco .swiper-slide {
    height: 369px;
  }
}
@media all and (min-width: 1024px) {
  .page-disco .slider__img {
    right: 0;
  }
}
@media all and (min-width: 1400px) {
  .page-disco .slider__img {
    height: 520px;
  }
  .page-disco .swiper-slide {
    height: 518px;
  }
}
@media all and (min-width: 1920px) {
  .page-disco .slider__img {
    right: 0;
  }
}
.disco-box {
  padding: 60px 0 130px;
  background: url(/image/redesign//disco-new/768-bg2.jpg) bottom/cover no-repeat;
}
.disco-box__info,
.disco-box__title {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.disco-box__info {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222426;
}
.disco-box__badge {
  padding: 50px 16px 60px;
  background: #fff;
  border-radius: 12px;
}
.disco-box__badge-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.disco-box__badge li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.disco-box__badge li:not(:last-child) {
  margin-bottom: 16px;
}
.disco-box__badge li:before {
  top: 12px;
  width: 3px;
  height: 3px;
}
@media all and (min-width: 768px) {
  .disco-box {
    padding-bottom: 60px;
    background-image: url(/image/redesign//disco-new/bg_768.jpg);
  }
  .disco-box__title {
    margin-bottom: 26px;
    font-size: 28px;
    line-height: 32px;
  }
  .disco-box__badge {
    padding: 45px 30px 54px;
  }
  .disco-box__badge-title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  .disco-box .list {
    columns: 2;
  }
}
@media all and (min-width: 1024px) {
  .disco-box {
    padding-bottom: 82px;
    background-image: url(/image/redesign//disco-new/bg_1024.jpg);
  }
  .disco-box__info {
    width: 780px;
    margin: 0 auto 40px;
  }
  .disco-box .list {
    display: grid;
    grid-template-columns: 1fr 490px;
    column-gap: 60px;
  }
}
@media all and (min-width: 1400px) {
  .disco-box {
    padding: 80px 0;
    background-image: url(/image/redesign//disco-new/2200_bg_2.jpg);
  }
  .disco-box__info {
    width: 900px;
  }
  .disco-box__badge {
    width: 1050px;
    margin: 0 auto;
  }
  .disco-box__badge-title {
    margin-bottom: 40px;
  }
  .disco-box .list {
    grid-template-columns: 1fr 630px;
  }
  .disco-tel._mb {
    margin-bottom: 140px;
  }
}
.counter {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  width: 345px;
  height: 260px;
  padding: 30px 35px;
  background: #fff;
  border-radius: 20px;
}
.counter-dsc,
.counter-title {
  margin-bottom: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
.counter-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  color: #ff9500;
  font-weight: 700;
  font-size: 25px;
}
.counter-title:after,
.counter-title:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #ff9500;
}
.counter-dsc {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-align: center;
}
.counter-dsc b {
  font-weight: 900;
}
.counter-dsc span {
  font-size: 25px;
  line-height: 30px;
  color: #2080ff;
  font-weight: 900;
}
.counter-items {
  display: flex;
  gap: 26px;
  justify-content: center;
}
.counter-item {
  text-align: center;
}
.counter-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 64px;
  margin: 0 auto 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2080ff;
  background: #d7e7ff;
  border-radius: 10px;
}
.counter-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #8f8b8b;
}
@media all and (min-width: 768px) {
  .counter {
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 1024px) {
  .counter {
    left: 30%;
  }
}
@media all and (min-width: 1400px) {
  .counter {
    width: 440px;
    height: 440px;
    padding: 40px;
  }
  .counter-title {
    font-size: 42px;
    line-height: 52px;
  }
  .counter-title:after,
  .counter-title:before {
    width: 68px;
  }
  .counter-dsc {
    font-size: 20px;
    line-height: 48px;
  }
  .counter-number {
    width: 69px;
    height: 91px;
    font-size: 38px;
    line-height: 46px;
  }
  .counter .scroll-btn {
    height: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    background-image: url(/image/redesign/angle-down-orange2.svg);
    background-color: transparent;
  }
}
@media all and (min-width: 1920px) {
  .counter {
    left: 38%;
  }
}
.scroll-btn {
  height: 75px;
  margin-bottom: 32px;
  background: url(/image/redesign/ang-down.svg) center no-repeat #ff9500;
}
.disco-table h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.disco-table h3 span {
  color: #ff9500;
}
.disco-table div.box-tabl-disco {
  transform: none;
  position: unset;
  background: 0 !important;
}
.disco-table div.box-tabl-disco .container {
  padding-top: 0;
  padding-bottom: 0;
}
.disco-table .box-tabl {
  margin-top: 0;
}
.disco-table .box-tabl .wrap-tabl-tg {
  border: 0 !important;
}
.disco-table .accordion-card__icon {
  transition: ease 0.3s;
  background-image: url(/image/redesign/angle-down-orange.svg) !important;
}
.disco-table .tg-tr.-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.disco-table .tg-tr.-flex .tg-cont {
  width: auto !important;
}
.disco-table .tg-cont {
  align-items: center;
  border: 0 !important;
  padding: 0 !important;
}
.disco-table .tg-cont:first-child {
  text-transform: uppercase;
}
.disco-table .tg-cont._title {
  margin-bottom: 0 !important;
  text-transform: none !important;
}
.disco-table__price {
  font-weight: 700;
}
.disco-table__price span {
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
  text-transform: uppercase;
  color: #7e7e7e;
}
.disco-table .box-tabl .wrap-tabl-tg {
  margin-top: 0 !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e5ed !important;
}
.disco-table .box-tabl .wrap-tabl-tg:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0 !important;
}
.disco-table .box-tabl-disco .tabl-tg.-mob .tg-tr:not(.-top) {
  background: #f7f8fc;
}
.disco-table .box-tabl-disco .tabl-tg.-mob .btn-basket,
.page.newmainpage > .header._fixed .header__bottom a,
.page.newmainpage > .header._fixed .header__top a {
  color: #000;
}
@media all and (min-width: 1024px) {
  .disco-table h3 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }
  .disco-table .tg-tr.-main {
    margin-bottom: 0 !important;
  }
  .disco-table .tg-tr.-main .tg {
    font-size: 16px;
    line-height: 20px;
  }
  .disco-table .tg-tr.-main .tg-td {
    padding: 32px 0;
    background: #fbfbfd;
    border-radius: 4px;
  }
  .disco-table .tg-tr.-main .tg-td:first-child {
    background: #e7fbff;
  }
  .disco-table .tabl-tg.-col-6.-desktop .tg-cont {
    background: 0 0 !important;
    text-transform: none !important;
  }
  .disco-table .box-tabl .wrap-tabl-tg {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.page.newmainpage {
  padding-top: 0;
}
.page.newmainpage > .header {
  background: 0 0 !important;
}
.page.newmainpage > .header._fixed {
  background-color: #fff !important;
}
.page.newmainpage > .header._fixed .header__top .search__icon {
  background-image: url(/image/redesign/Search.svg);
}
.page.newmainpage > .header._fixed .header__top .header__basket {
  background-image: url(/image/redesign/Shopping-cart.svg);
}
.page.newmainpage > .header._fixed .header__top .header__user {
  background-image: url(/image/redesign/Man.svg);
}
.page.newmainpage > .header._fixed .header__bottom .menu__show {
  background: url(/image/redesign/angle.svg) no-repeat center;
}
.page.newmainpage > .header._fixed .header-burger:after,
.page.newmainpage > .header._fixed .header-burger:before,
.page.newmainpage > .header._fixed .header-burger__line {
  background: #000;
}
.page.newmainpage > .header .header__bottom .btn.menu__dots,
.page.newmainpage > .header .header__top a {
  color: #fff;
}
.page.newmainpage > .header .header__top .search__icon {
  background-image: url(/image/redesign/Search2.svg);
}
.page.newmainpage > .header .header__top .header__basket {
  background-image: url(/image/redesign/Shopping-cart2.svg);
}
.page.newmainpage > .header .header__top .header__user {
  background-image: url(/image/redesign/Man2.svg);
}
.page.newmainpage > .header .header__bottom .btn,
.page.newmainpage > .header .header__bottom .menu__pad a,
.page.newmainpage > .header .header__bottom .menu__sub a,
.page.newmainpage > .header .header__bottom a,
.page.newmainpage > .header .header__btn,
.page.newmainpage > .header .header__top .header__btn {
  color: #000;
}
@media all and (min-width: 1024px) {
  .page.newmainpage > .header .header__bottom .menu__show {
    background: url(/image/redesign/angle2.svg) no-repeat center;
  }
}
@media (min-width: 1024px) {
  .page.newmainpage > .header .header__bottom a {
    color: #fff;
  }
}
.page.newmainpage > .header .header-burger:after,
.page.newmainpage > .header .header-burger:before,
.page.newmainpage > .header .header-burger__line {
  background: #fff;
}
.page.newmainpage > .slider {
  position: relative;
}
.page.newmainpage > .slider:before {
  background: linear-gradient(
    180.47deg,
    rgba(0, 0, 0, 0.6) 36.05%,
    transparent 88.38%
  );
  content: "";
  height: 189px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.page.newmainpage > .slider .position {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 567px;
}
@media (min-width: 320px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-320);
  }
}
@media (min-width: 360px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-360);
  }
}
@media (min-width: 375px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-375);
  }
}
@media (min-width: 390px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-390);
  }
}
@media (min-width: 393px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-393);
  }
}
@media (min-width: 414px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-414);
  }
}
@media (min-width: 428px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-428);
  }
}
@media (min-width: 768px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-768);
    padding: 0 0 720px;
  }
}
@media (min-width: 1024px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-1024);
    padding: 0 0 630px;
  }
}
@media (min-width: 1400px) {
  .page.newmainpage > .slider .position {
    background-image: var(--background-1400);
    padding: 0 0 53.41%;
  }
}
.page.newmainpage .adv__wrapper {
  display: flex;
}
.page.newmainpage .adv {
  background: 0 0;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 2;
}
.page.newmainpage .adv .adv-item {
  background: 0 0;
  border: 0;
  color: #000;
  margin: 0;
  padding: 60px 18px 20px;
  width: 50% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page.newmainpage .adv .adv-item img {
  height: 40px;
  margin-bottom: 12px;
  width: 40px;
}
.page.newmainpage .adv .adv-item .adv__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.page.newmainpage .adv .adv-item .adv__text {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin: 8px 0 0;
}
.page.newmainpage .adv .swiper-nav {
  bottom: 0;
  left: auto;
  position: absolute;
  right: -10px;
  top: auto;
}
@media (min-width: 375px) {
  .page.newmainpage .adv .adv-item {
    padding: 60px 14px 20px;
  }
}
@media (min-width: 768px) {
  .page.newmainpage .adv {
    margin: 0 auto;
    max-width: 92%;
  }
  .page.newmainpage .adv .adv-item {
    padding: 80px 14px 20px;
    width: 33% !important;
  }
  .page.newmainpage .adv .adv-item:before {
    height: 35px;
    width: 35px;
  }
  .page.newmainpage .adv .adv-item .adv__title {
    font-size: 16px;
    line-height: 22px;
  }
  .page.newmainpage .adv .adv-item .adv__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 8px 0 0;
  }
  .page.newmainpage .adv .swiper-nav {
    bottom: 7px;
    right: -15px;
  }
}
@media (min-width: 1024px) {
  .page.newmainpage .adv {
    margin: 0 auto;
    max-width: 92%;
  }
  .page.newmainpage .adv .adv-item {
    padding: 70px 14px 20px;
    width: 25% !important;
  }
  .page.newmainpage .adv .swiper-nav {
    display: none;
  }
}
@media (min-width: 1400px) {
  .page.newmainpage .adv {
    margin: 0 auto 60px;
    padding: 20px 0 0;
  }
  .page.newmainpage .adv .adv-item {
    padding: 75px 16px 20px;
  }
  .page.newmainpage .adv .adv-item:before {
    height: 40px;
    width: 40px;
  }
  .page.newmainpage .adv .adv-item .adv__title {
    font-size: 18px;
    line-height: 24px;
  }
  .page.newmainpage .adv .adv-item .adv__text {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }
}
@media (min-width: 1600px) {
  .page.newmainpage .adv .adv__wrapper {
    margin: auto;
    max-width: 1300px;
  }
}
.page.newmainpage .adv .adv__slider {
  max-width: 100%;
}
.page.newmainpage .aqva__sliders .aqva__slider {
  margin: 0 auto 0 0;
  max-width: 268px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page.newmainpage .aqva__sliders .aqva__slider .aqva__slide {
    margin: 0;
  }
  .page.newmainpage .aqva__sliders .aqva__slider {
    margin: auto;
    max-width: 100%;
  }
}
.page.newmainpage .aqva__sliders .aqva__slider.--oneslide {
  max-width: 100%;
}
.page .ny2026-before {
  display: block;
}
.page .ny2026-after,
.page.--ny2026 .ny2026-before {
  display: none;
}
.page.--ny2026 .ny2026-after,
.sert-tabs__cnt._active {
  display: block;
}
.aqva__wrapper {
  will-change: transform;
}
.wrapp-aqva__img {
  position: relative;
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 1024px) {
  .wrapp-aqva__img {
    margin-bottom: 40px;
  }
}
.wrapp-aqva__img::before {
  content: "";
  display: block;
  padding-top: 66.79%;
}
.wrapp-aqva__img img {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
.bottom-cookie-warning {
  background: rgba(7, 144, 238, 0.94);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  left: 0;
  line-height: 23px;
  padding: 25px 19% 15px;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.bottom-cookie-warning a {
  color: #fff;
  font-weight: 700;
}
.bottom-cookie-warning button {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: block;
  float: right;
  font-size: 14px;
  height: 38px;
  line-height: 34px;
  margin: 5px -10px 15px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 67px;
}
@media (min-width: 768px) {
  .bottom-cookie-warning button {
    margin: -50px -60px 0 0;
  }
}
@media (max-width: 1023px) {
  .bottom-cookie-warning {
    padding: 25px 10% 15px;
  }
}
.page.page-cabinet-plk .page-plk .pwa-button-wrapper {
  order: 4;
}
.page.page-cabinet-plk .page-plk .pwa-button-wrapper .pwa-button {
  font-family: Montserrat, arial;
  margin: 15px 0;
  position: relative;
}
.page.page-cabinet-plk
  .page-plk
  .pwa-button-wrapper
  .pwa-button
  .pwa-widget-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px;
}
.page.page-cabinet-plk
  .page-plk
  .pwa-button-wrapper
  .pwa-button
  .pwa-widget-inner {
  background: url(/image/pwa/logo.svg) no-repeat 17px center #f0f0f0;
  background-size: 32px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 22px 20px 22px 60px;
}
.menu .menu__container .pwa-button-wrapper .pwa-button .pwa-menu-button {
  background: url(/image/pwa/plus.svg) no-repeat left center;
  background-size: 15px;
  font-family: Montserrat, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 0 20px;
}
@media all and (min-width: 1024px) {
  .menu .menu__container .pwa-button-wrapper {
    display: none;
  }
}
.sert-tabs__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.sert-tabs__cnt {
  display: none;
}
.sert-tabs__title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 40px;
}
@media all and (min-width: 1920px) {
  .sert-tabs__btns {
    margin-bottom: 60px;
  }
  .sert-tabs__title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 56px;
  }
}
.sert-box {
  display: grid;
  gap: 20px;
  position: relative;
}
@media all and (min-width: 1024px) {
  .sert-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .sert-box__block-rule {
    display: grid;
    grid-row: 1;
    grid-column: 1/4;
  }
  .sert-box__block-nominal {
    grid-column: 1/3;
    grid-row: 2;
  }
  .sert-box__block-img,
  .sert-box__block-wish {
    grid-column: 3/4;
  }
  .sert-box__block-card {
    grid-column: 1/3;
    grid-row: 3;
    gap: 40px;
  }
}
@media all and (min-width: 1920px) {
  .sert-box {
    gap: 30px;
  }
  .sert-box__block-wish {
    margin-top: -40px;
  }
  .sert-box__block-total {
    align-self: center;
  }
  .sert-box__block-card,
  .sert-box__block-nominal,
  .sert-box__block-time {
    margin-right: 20px;
  }
}
.sert-box.preloader {
  opacity: 0.5;
}
.sert-box.preloader:before {
  z-index: 2;
}
.sert-box .sert-box-fake-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.sert-block {
  padding: 26px 20px;
  background: #fff;
  border-radius: 12px;
}
.sert-block__item {
  display: none;
  font-family: Montserrat, arial;
}
.sert-block__item._active {
  display: block;
}
.sert-block__title {
  margin-bottom: 20px;
}
.sert-block__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 24px;
}
.sert-block__btns_desk {
  display: none;
}
.sert-block__btn-ok {
  display: flex;
  max-width: 140px;
  width: 100%;
  margin: 32px auto 0;
}
.sert-block__text {
  margin-bottom: 20px;
}
.sert-block_disabled {
  opacity: 0.3;
  pointer-events: none;
}
.sert-block__close {
  display: none;
}
@media all and (min-width: 1024px) {
  .sert-block__btns {
    position: relative;
  }
  .sert-block__btns_mob,
  .sert-block__item.d-md-none {
    display: none;
  }
  .sert-block__btns_desk {
    display: grid;
  }
  .sert-block__text {
    margin-bottom: 0;
  }
  .sert-block__item {
    max-width: 480px;
    width: 100%;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
  }
  .sert-block__item_rect {
    position: relative;
  }
  .sert-block__item_rect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #e5f3fe;
  }
  .sert-block__item .fancybox-button {
    top: 0;
    right: 0;
  }
  .sert-block__btn-ok {
    margin-top: 50px;
  }
}
@media all and (min-width: 1920px) {
  .sert-block {
    padding: 40px 32px;
  }
}
.sert-wish {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
.detail-ceny__info-text ul li,
.sert-wish__text {
  font-size: 14px;
  line-height: 28px;
}
.sert-wish__text._opacity {
  opacity: 0.5;
}
.sert-wish__area {
  width: 100%;
  height: 80px;
  background: #fff;
  border: 0;
}
@media all and (min-width: 1024px) {
  .sert-wish__area {
    height: 158px;
  }
}
.sert-rule__content {
  display: none;
  margin-top: 12px;
  padding: 16px 24px;
  background: #fff;
  border-radius: 8px;
}
.sert-rule__content ul {
  display: grid;
  gap: 12px;
  font-weight: 500;
}
.sert-rule__content a {
  color: #006eff;
  text-decoration: underline;
}
.sert-rule__content a:hover {
  text-decoration: none;
}
.sert-rule__content .link-pad {
  margin-left: 30px;
}
.sert-rule__btn-line {
  display: table;
  margin: 12px auto 0;
}
@media all and (min-width: 768px) {
  .sert-rule__btn {
    max-width: 534px;
  }
}
.sert-sl {
  padding-bottom: 60px;
  overflow: visible;
}
.sert-sl__item {
  width: auto;
}
.sert-sl__scrollbar {
  bottom: 20px !important;
}
.sert-sl__info {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #ff4646;
  text-transform: uppercase;
}
@media all and (min-width: 1920px) {
  .sert-sl__item {
    padding: 8px 20px;
  }
}
.sert-nominal {
  overflow: hidden;
}
.sert-nominal__text {
  display: none;
}
@media all and (min-width: 1920px) {
  .sert-nominal {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 490px 180px;
  }
  .sert-nominal__text {
    display: block;
  }
}
.sert-round,
.sert-title {
  display: flex;
  font-weight: 700;
  line-height: 28px;
}
.sert-title {
  gap: 12px;
  font-size: 16px;
  text-transform: uppercase;
}
.sert-round {
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  font-size: 18px;
  color: #fff;
  background: #006eff;
  border-radius: 50%;
}
.sert-scrollbar {
  display: flex;
  background: 0 0;
  border-bottom: 1px solid #d8d9e0;
}
.sert-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background: #006eff;
  border-radius: 0;
}
.sert-sum {
  display: grid;
  gap: 6px;
}
.sert-sum__input {
  max-width: 150px;
  padding: 9px 14px 9px 16px;
}
@media all and (min-width: 1920px) {
  .sert-sum__input {
    max-width: 100%;
  }
}
.sert-card {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 1024px) {
  .sert-card {
    justify-content: flex-start;
  }
}
.sert-badge {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 16px 14px;
  box-shadow: 1.81654px 1.81654px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.price-card__price span,
.sert-badge__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #006eff;
}
@media all and (min-width: 1024px) {
  .sert-badge {
    padding: 23px 21px;
  }
}
.sert-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ff9500;
}
.sert-icon__check {
  width: 14px;
  height: 11px;
  fill: #fff;
}
.sert-form {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
.sert-form__col {
  width: 100%;
}
.sert-form__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #1a202c;
}
.sert-form__field-mb {
  margin-bottom: 20px;
}
.sert-form label {
  left: 16px;
}
@media all and (min-width: 1024px) {
  .sert-form__title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .sert-form__col_mb {
    margin-bottom: 50px;
  }
}
.sert-time {
  display: flex;
  gap: 16px;
}
.sert-time__box {
  display: grid;
  justify-content: center;
  grid-gap: 6px;
}
.sert-time__text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.078px;
  color: #8b8b8b;
}
.sert-time__input {
  padding: 6px 14px;
}
@media all and (min-width: 1024px) {
  .sert-time {
    justify-content: center;
  }
  .sert-time__box {
    max-width: 150px;
    width: 100%;
  }
}
.sert-switch__item {
  display: none;
}
.sert-switch__item._active {
  display: block;
}
.sert-block__item_rect,
.sert-block__item_rect .sert-switch__border__calendar #picker {
  padding: 0;
}
.sert-block__item_rect .sert-switch__border__calendar {
  padding: 0;
  text-align: center;
}
.sert-block__item_rect .sert-switch__border__calendar #picker .ui-datepicker {
  border: 1px solid #e3e5ed;
  border-radius: 12px;
  display: block !important;
  margin: auto;
  max-width: none;
  padding: 15px 8px;
}
.sert-block__item_rect
  .sert-switch__border__calendar
  #picker
  .ui-datepicker
  > div {
  border: 0;
  max-width: none;
  width: 100%;
}
.sert-block__item_rect
  .sert-switch__border__calendar
  #picker
  .ui-datepicker
  > div
  + table {
  max-width: none;
}
.sert-block__item_rect
  .sert-switch__border__calendar
  #picker
  .ui-datepicker
  .ui-datepicker-next,
.sert-block__item_rect
  .sert-switch__border__calendar
  #picker
  .ui-datepicker
  .ui-datepicker-prev {
  top: 2px;
}
@media all and (min-width: 1024px) {
  .sert-block__item_rect {
    padding: 40px;
  }
}
.sert-total {
  padding: 16px 0 40px;
}
.sert-total__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sert-total__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.sert-total__text._orange {
  color: #ff9500;
}
.sert-total__text ._old {
  color: #828282;
  display: block;
  font-size: 15px;
  text-align: right;
  text-decoration: line-through;
}
.sert-total__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 48px;
  grid-gap: 22px;
  margin-bottom: 20px;
}
.sert-total__agree {
  align-items: flex-start;
  margin-bottom: 30px;
}
.sert-total__agree .link {
  font-size: 14px;
  line-height: 16px;
}
.sert-total__links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.sert-total__link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
}
.sert-total__link svg {
  width: 24px;
  height: 27px;
  fill: #006eff;
}
@media all and (min-width: 1024px) {
  .sert-total {
    padding: 0;
  }
  .sert-total__links {
    justify-content: flex-end;
  }
}
@media all and (min-width: 1920px) {
  .sert-total__agree {
    margin-bottom: 30px !important;
  }
}
.sert-text {
  font-size: 14px;
  line-height: 20px;
}
.sert-popup {
  max-width: 360px;
  width: 100%;
  padding: 30px 30px 0;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  font-family: Montserrat, arial;
}
.sert-popup .fancybox-button {
  top: 0;
  right: 0;
}
.sert-popup__img {
  margin-bottom: 14px;
}
.sert-popup__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
.sert-popup__line,
.sert-popup__text {
  margin-bottom: 24px;
}
.sert-popup__line {
  position: relative;
  display: block;
  border-top: 1px dashed #c4c5c9;
}
.sert-popup__line:after {
  content: url(/image/redesign//sert/scissors.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sert-popup__block {
  padding: 16px;
  background: #e5f3fe;
  border-radius: 12px;
}
.sert-popup__block_border {
  padding: 10px 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sert-popup__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.sert-popup__row._1 {
  margin-bottom: 10px;
}
.sert-popup__barcode {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.sert-popup__sum {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
}
.sert-popup__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin: 32px 0;
}
.sert-popup__name {
  font-size: 12px;
  line-height: 15px;
}
.sert-popup__name_gray {
  color: #403d3d;
}
@media all and (min-width: 1024px) {
  .sert-popup {
    max-width: 720px;
    min-height: 100vh;
    padding: 77px 70px 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sert-popup__img {
    margin: 0 auto 32px;
  }
  .sert-popup__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }
  .sert-popup__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 40px;
  }
  .sert-popup__block_border {
    display: block;
    padding: 20px 40px;
  }
  .sert-popup__row {
    justify-content: space-between;
  }
  .sert-popup__row._1 {
    margin-bottom: 20px;
  }
  .sert-popup__row._1,
  .sert-popup__row._2 {
    flex-direction: column;
    align-items: flex-start;
    grid-column: 1;
  }
  .sert-popup__row._3 {
    align-self: flex-start;
    justify-content: flex-end;
    grid-column: 2;
    grid-row: 1/3;
  }
  .sert-popup__barcode {
    grid-column: 1;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .sert-popup__name {
    font-size: 14px;
    line-height: 17px;
  }
  .sert-popup__btns {
    align-items: center;
  }
  .sert-popup__btn-printer {
    padding: 8px 29px !important;
  }
  .sert-popup__btn-rule {
    padding: 8px 38px !important;
  }
}
.wrap-slider-summer6 .app-g-d12 .texts {
  gap: 80px;
}
.wrap-slider-summer6 .app-g-d12 .items .item .bottom .tickets.--center {
  justify-content: center;
}
.lists-hidden {
  display: none !important;
}
.price-lists__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media all and (min-width: 768px) {
  .price-lists__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.price-card {
  padding: 25px 16px;
  border-radius: 6px;
  border: 1px solid #e3e5ed;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  position: relative;
}
@media all and (min-width: 1024px) {
  .price-card {
    padding: 28px 32px 28px 28px;
    border-radius: 8px;
    border: 0.5px solid #e3e5ed;
    align-items: flex-start;
  }
}
.price-card__main {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .price-card__main {
    align-items: flex-start;
    text-align: left;
    gap: 24px;
    padding-right: 124px;
  }
}
@media all and (min-width: 1400px) {
  .price-card__main {
    padding-right: 168px;
  }
}
.price-card__title {
  font-size: 26px;
  line-height: 22px;
  font-weight: 700;
  color: #ff9600;
  max-width: 90%;
}
@media all and (min-width: 1024px) {
  .price-card__title {
    max-width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .price-card__title {
    font-size: 38px;
    line-height: 40px;
    max-width: 398px;
  }
}
.price-card__description {
  font-size: 16px;
  line-height: 22px;
}
@media all and (min-width: 1024px) {
  .price-card__description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (min-width: 1400px) {
  .price-card__description {
    font-size: 16px;
    line-height: 22px;
    min-height: 107px;
    max-width: 358px;
  }
}
.price-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 0.5px solid #ffdb00;
}
@media all and (min-width: 1024px) {
  .price-card__image {
    position: absolute;
    top: 32px;
    right: 28px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .price-lists__container .price-card__btn {
    margin-left: 0;
  }
  .price-lists__container .price-card__link {
    margin-left: -10px;
    max-width: max-content;
  }
}
.price-card__image img,
.wrapp-aqva__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.price-card__bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .price-card__bottom {
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    width: 100%;
    margin-top: auto;
  }
}
@media all and (min-width: 1400px) {
  .price-card__image {
    width: 165px;
    height: 165px;
  }
  .price-card__bottom {
    flex-direction: row;
  }
}
.price-card__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
@media all and (min-width: 1400px) {
  .price-card__price {
    font-size: 26px;
    line-height: 24px;
  }
}
.price-card__price span {
  font-weight: 400;
  color: #000;
}
@media all and (min-width: 1024px) {
  .price-card__price span {
    left: 0;
    transform: none;
  }
}
.price-card__btn {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 23px;
  border-radius: 8px;
  max-width: fit-content;
  background: #ffdb00;
  font-weight: 700;
  border: 1px solid #ffdb00;
  margin: auto;
}
.price-card__link {
  color: #ff9600;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px 8px;
  text-align: center;
}
.price-card__tags {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.price-card__tag,
.price-card__tag-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-card__tag {
  padding: 4px 17px 3px;
  border-radius: 0 0 12px 12px;
  gap: 12.5px;
  max-width: fit-content;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  display: none;
}
.price-card__tag-icon {
  width: 13.5px;
  height: 19px;
}
.price-card__tag_action {
  background: #fa3c32;
}
.price-card__tag_new {
  background: #006eff;
}
.price-card.--is-action {
  padding-top: 56px;
  border: 2px solid rgba(250, 60, 50, 0.5);
  box-shadow: 0 2px 8px 0 rgba(250, 60, 50, 0.25);
}
@media all and (min-width: 1024px) {
  .price-card.--is-action {
    padding-top: 28px;
  }
}
.price-card.--is-action .price-card__tag_action {
  display: flex;
}
.price-card.--is-action .price-card__price,
.price-card.--is-action .price-card__title {
  color: #fa3c32;
}
.price-card.--is-new {
  padding-top: 56px;
  border: 2px solid #006eff;
}
@media all and (min-width: 1024px) {
  .price-card.--is-new {
    padding-top: 28px;
  }
}
.price-card.--is-new .price-card__tag_new {
  display: flex;
}
.price-card.--at-checkout .price-card__btn {
  font-weight: 400;
  background: 0 0;
}
.detail-ceny {
  padding-top: 25px;
  padding-bottom: 40px;
}
@media all and (min-width: 1024px) {
  .detail-ceny {
    padding-bottom: 114px;
  }
}
.detail-ceny__mobile {
  display: block;
  margin-top: 40px;
}
@media all and (min-width: 1280px) {
  .detail-ceny__mobile {
    display: none;
  }
}
.detail-ceny__container {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1280px) {
  .detail-ceny__container {
    display: grid;
    grid-template-columns: 1fr 413px;
    column-gap: 40px;
  }
}
@media all and (min-width: 1400px) {
  .detail-ceny__container {
    column-gap: 85px;
  }
}
.detail-ceny__title {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color: #006eff;
}
@media all and (min-width: 1280px) {
  .detail-ceny__title {
    font-size: 28px;
  }
  .detail-ceny__info-text {
    margin-top: 24px;
  }
}
.detail-ceny__info-text a {
  color: #006eff;
}
.detail-ceny__info-text .link {
  display: inline;
}
.detail-ceny__info-text ul li {
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
@media all and (min-width: 1280px) {
  .detail-ceny__info-text ul li {
    font-size: 18px;
  }
}
.detail-ceny__info-text ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #000;
}
.detail-ceny__tickets {
  margin-top: 40px;
}
@media all and (min-width: 1280px) {
  .detail-ceny__tickets {
    margin-top: 54px;
  }
}
.detail-ceny__tickets-sub-title {
  margin-top: 10px;
}
@media all and (min-width: 1280px) {
  .detail-ceny__tickets-sub-title {
    margin-top: 24px;
  }
}
.detail-ceny__tickets-main {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media all and (min-width: 1280px) {
  .detail-ceny__tickets-main {
    margin-top: 32px;
    gap: 23px;
  }
}
@media all and (min-width: 1400px) {
  .detail-ceny__tickets-main {
    padding-right: 62px;
  }
}
.detail-ceny__tickets-main.preloader {
  opacity: 0.5;
}
.detail-ceny__tickets-main.preloader:before,
.sert-box.preloader:before {
  background: url(/image/bxslider/bx_loader.gif) no-repeat center;
  content: "";
  cursor: progress;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.detail-ceny__tickets-item {
  display: grid;
  grid-template-columns: minmax(162px, 1fr) 87px 1fr;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
@media all and (min-width: 1280px) {
  .detail-ceny__tickets-item {
    grid-template-columns: 1fr 133px 70px;
    column-gap: 40px;
  }
}
@media all and (min-width: 1400px) {
  .detail-ceny__tickets-item {
    column-gap: 85px;
  }
}
.detail-ceny__tickets-item-title {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
}
@media all and (min-width: 1400px) {
  .detail-ceny__tickets-item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.detail-ceny__tickets-item-title span {
  display: none;
}
@media all and (min-width: 1280px) {
  .detail-ceny__tickets-item-title span {
    display: inline-block;
  }
}
.detail-ceny__tickets-item-title span.dow {
  text-transform: uppercase;
}
.detail-ceny__tickets-item-title span.category {
  text-transform: capitalize;
}
.detail-ceny__tickets-item-count .basket-form__number {
  width: 100%;
}
.detail-ceny__tickets-item-count .btn-switch {
  width: 26px;
  height: 26px;
}
@media all and (min-width: 1280px) {
  .detail-ceny__tickets-item-count .btn-switch {
    width: 40px;
    height: 40px;
  }
}
.detail-ceny__tickets-item-price {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: right;
  position: relative;
}
@media all and (min-width: 1400px) {
  .detail-ceny__tickets-item-price {
    font-size: 18px;
    line-height: 28px;
  }
}
.detail-ceny__tickets-item-price--with-discount {
  color: #fa3c32;
  font-size: 18px;
  font-weight: 500;
}
.detail-ceny__tickets-item-price span,
.detail-ceny__tickets-item-price--with-discount span {
  color: #000;
  font-size: 10px;
  font-weight: 300;
}
.detail-ceny__tickets-item-price span {
  position: absolute;
  line-height: 28px;
  text-decoration: line-through;
  top: -15px;
  right: 0;
  text-align: right;
}
@media all and (min-width: 1400px) {
  .detail-ceny__tickets-item-price span {
    left: -55px;
    top: 2px;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
}
.detail-ceny__info-stroke {
  display: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  align-items: center;
  gap: 9px;
}
.detail-ceny.--is-action .ceny-mobile__total-value,
.detail-ceny.--is-action .ceny-order__total-value,
.detail-ceny.--is-action .detail-ceny__tickets-item-price {
  color: #fa3c32;
}
.detail-ceny.--is-action .detail-ceny__info-stroke {
  display: flex;
  color: #fa3c32;
}
.detail-ceny.--is-new .detail-ceny__info-stroke {
  display: flex;
  color: #006eff;
}
.detail-ceny.--at-checkout .detail-ceny__tickets-item-count {
  opacity: 0;
  visibility: hidden;
}
.ceny-order,
.detail-ceny.--at-checkout .ceny-mobile__buttons,
.detail-ceny.--at-checkout .ceny-order__buttons {
  display: none;
}
@media all and (min-width: 1280px) {
  .detail-ceny.--at-checkout .ceny-order__form {
    padding: 215px 41px;
  }
}
@media all and (min-width: 1280px) {
  .ceny-order {
    display: block;
  }
}
.ceny-order__split > * {
  margin: 10px 0 0;
}
.ceny-order__form {
  padding: 40px 40px 31px 61px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e3e5ed;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.039);
}
.ceny-order__form-text {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.ceny-order__main-title,
.ceny-order__tarif {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.ceny-order__tarif {
  margin-top: 16px;
  color: #006eff;
}
.ceny-order__time {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ceny-order__time-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #8b8b8b;
}
.ceny-order__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.ceny-order__tickets {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ceny-order__tickets-lists {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ceny-order__tickets-lists-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #8b8b8b;
  display: grid;
  grid-template-columns: 1fr 18px 0.5fr;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}
.ceny-order__tickets-count {
  font-weight: 300;
}
.ceny-order__tickets-price {
  text-align: right;
}
.ceny-order__total {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #ff9500;
}
.ceny-order__total-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ceny-order__total-value {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #ff9500;
}
.ceny-order__total-description {
  margin-top: 21px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  font-style: italic;
}
.ceny-order__buttons,
.ceny-order__buttons .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ceny-order__buttons {
  margin-top: 50px;
  gap: 20px;
}
.ceny-order__buttons .btn {
  padding: 17px 46px;
  border: 1px solid #ffdb00;
  max-width: fit-content;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 8px;
}
.ceny-order__buttons .btn-yellow {
  background: #ffdb00;
}
.ceny-mobile__buttons .btn-yellow.disabled,
.ceny-mobile__buttons .btn-yellow:disabled,
.ceny-order__buttons .btn-yellow.disabled,
.ceny-order__buttons .btn-yellow:disabled {
  background: #ddd;
  opacity: 0.5;
}
.ceny-mobile {
  padding-top: 20px;
  border-top: 1px solid #ff9500;
}
.ceny-mobile__split {
  text-align: right;
}
.ceny-mobile__split > * {
  margin: 10px 0;
}
.ceny-mobile__total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ceny-mobile__total-title,
.ceny-mobile__total-value {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.ceny-mobile__total-value {
  color: #ff9500;
}
.ceny-mobile__lists {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ceny-mobile__lists-item {
  display: grid;
  grid-template-columns: 1fr 16px 0.5fr;
  column-gap: 35px;
  justify-content: space-between;
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 400;
  line-height: 24px;
}
.ceny-mobile__lists-item-count {
  font-weight: 300;
}
.ceny-mobile__lists-item-price {
  text-align: right;
}
.ceny-mobile__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 13px;
}
.ceny-mobile__buttons .btn {
  padding: 10px 33px;
  border: 1px solid #ffdb00;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 8px;
}
.ceny-mobile__buttons .btn-yellow {
  background: #ffdb00;
}
.ceny-mobile__description {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
}
.ceny-mobile__text {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
.tariff-links.--detail-ceny {
  padding: 50px 0;
}
@media all and (min-width: 768px) {
  .tariff-links.--detail-ceny {
    padding: 50px 0;
  }
}
@media all and (min-width: 1280px) {
  .tariff-links.--detail-ceny {
    padding: 80px 0 136px;
  }
}
.interactive-map-wrapper {
  overflow: hidden;
  margin: 0 0 40px;
  position: relative;
}
.interactive-map-layout {
  cursor: grab;
  position: relative;
  user-select: none;
  width: 100%;
}
.interactive-map-layout.grabbing {
  cursor: grabbing;
}
.interactive-map-layout > img,
.interactive-map-layout > svg {
  max-width: 100%;
}
.interactive-map-mark {
  background: red;
  border-radius: 25px;
  box-shadow: 0 0 2px 1px #fff;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  height: 25px;
  line-height: 26px;
  margin: -12px 0 0 -12px;
  position: absolute;
  text-align: center;
  min-width: 25px;
}
.interactive-map-mark:hover {
  box-shadow: 0 0 6px 3px #fc981c;
}
.interactive-map-mark-tooltip {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  left: 0;
  min-height: 175px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  max-width: 200px;
  top: 0;
  transform: translate(calc(var(--subScale)), calc(var(--subScale)))
    scale(calc(1 / var(--scale)))
    translate(calc(var(--x) * var(--scale)), calc(var(--y) * var(--scale)))
    translate(calc(15px * var(--scale)), calc(15px * var(--scale)));
  width: 200px;
}
@media all and (min-width: 768px) {
  .interactive-map-mark-tooltip {
    max-width: 324px;
    min-height: 256px;
    padding: 20px;
    width: 324px;
  }
}
.interactive-map-mark-tooltip.active {
  opacity: 1;
}
.interactive-map-mark-tooltip:before {
  border-top: 10px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-12px, -9px) rotate(45deg);
  width: 0;
}
.interactive-map-mark-tooltip.--left-bottom {
  transform: translate(calc(var(--subScale)), calc(var(--subScale)))
    scale(calc(1 / var(--scale)))
    translate(calc(var(--x) * var(--scale)), calc(var(--y) * var(--scale)))
    translate(calc(-100% - 15px * var(--scale)), calc(15px * var(--scale)));
}
.interactive-map-mark-tooltip.--left-bottom:before {
  left: 100%;
  transform: translate(-15px, -8px) rotate(135deg);
}
.interactive-map-mark-tooltip.--right-top {
  transform: translate(calc(var(--subScale)), calc(var(--subScale)))
    scale(calc(1 / var(--scale)))
    translate(calc(var(--x) * var(--scale)), calc(var(--y) * var(--scale)))
    translate(calc(15px * var(--scale)), calc(-100% - 15px * var(--scale)));
}
.interactive-map-mark-tooltip.--right-top:before {
  top: 100%;
  transform: translate(-11px, -13px) rotate(-45deg);
}
.interactive-map-mark-tooltip.--left-top {
  transform: translate(calc(var(--subScale)), calc(var(--subScale)))
    scale(calc(1 / var(--scale)))
    translate(calc(var(--x) * var(--scale)), calc(var(--y) * var(--scale)))
    translate(
      calc(-100% - 15px * var(--scale)),
      calc(-100% - 15px * var(--scale))
    );
}
.interactive-map-mark-tooltip.--left-top:before {
  left: 100%;
  top: 100%;
  transform: translate(-16px, -14px) rotate(-135deg);
}
.interactive-map-mark-tooltip > .title {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
@media all and (min-width: 768px) {
  .interactive-map-mark-tooltip > .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.interactive-map-mark-tooltip > .img {
  max-width: 100%;
}
body.disable-touch {
  touch-action: none;
}
.pos-rel {
  position: relative;
}
.d-none {
  display: none;
}
@media all and (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
}
@media all and (min-width: 1400px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-none-important {
    display: none !important;
  }
}
.d-block {
  display: block;
}
@media all and (min-width: 768px) {
  .d-sm-grid {
    display: grid;
  }
  .d-sm-block {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .d-md-block {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .d-sm-flex-i {
    display: inline-flex;
  }
}
@media all and (min-width: 1024px) {
  .d-md-flex {
    display: flex;
  }
}
@media all and (min-width: 1280px) {
  .d-lg-block {
    display: block;
  }
}
@media all and (min-width: 1400px) {
  .d-xl-block {
    display: block;
  }
}
@media all and (min-width: 1920px) {
  .d-xxl-block {
    display: block;
  }
  .d-xxl-none {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .d-sm-max-n {
    display: none !important;
  }
}
.mt {
  margin-top: 32px;
}
@media all and (min-width: 1400px) {
  .mt {
    margin-top: 40px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb {
  margin-bottom: 80px;
}
.gray {
  color: rgba(34, 36, 38, 0.5);
}
.orange {
  color: #ff9600;
}
.no-border {
  border: 0;
}
.bx-core-window input,
.bxml-dialog input,
.bxml-subdialog-cont input,
.editor_dialog input {
  line-height: initial;
  width: auto;
  background: -internal-light-dark(#fff, #3b3b3b);
  margin: 0;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(#767676, #858585);
  border-image: initial;
}
.bx-core-window input:disabled,
.bxml-dialog input:disabled,
.bxml-subdialog-cont input:disabled,
.editor_dialog input:disabled {
  cursor: default;
  background: -internal-light-dark(
    rgba(239, 239, 239, 0.3),
    rgba(59, 59, 59, 0.3)
  );
  color: -internal-light-dark(#545454, #aaa);
  border-color: rgba(118, 118, 118, 0.3);
}
.bx-core-window input[type="button"],
.bxml-dialog input[type="button"],
.bxml-subdialog-cont input[type="button"],
.editor_dialog input[type="button"] {
  background: -internal-light-dark(#efefef, #3b3b3b);
}
.bx-core-window input[type="button"]:disabled,
.bxml-dialog input[type="button"]:disabled,
.bxml-subdialog-cont input[type="button"]:disabled,
.editor_dialog input[type="button"]:disabled {
  background: -internal-light-dark(
    rgba(239, 239, 239, 0.3),
    rgba(19, 1, 1, 0.3)
  );
  color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: -internal-light-dark(
    rgba(118, 118, 118, 0.3),
    rgba(195, 195, 195, 0.3)
  );
}
.bx-core-window img,
.bxml-dialog img,
.bxml-subdialog-cont img,
.editor_dialog img {
  display: initial;
}
.bx-core-window table,
.bxml-dialog table,
.bxml-subdialog-cont table,
.editor_dialog table {
  border-spacing: initial;
}
@media all and (min-width: 360px) {
  .search_active .search__input {
    width: 200px;
    height: 40px;
    visibility: visible;
    background: #c9e9ff;
  }
  .search__btn {
    margin-right: 0;
  }
  .search__input {
    position: absolute;
    top: 50%;
    right: -15px;
    left: auto;
    transform: translateY(-50%);
    width: 0;
    padding: 10px 15px;
    visibility: hidden;
    border-radius: 8px;
  }
}
@media all and (min-width: 375px) {
  .menu__bottom {
    padding: 28px 35px;
  }
  .serv__items {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 11px;
  }
  .summer__banner {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 414px) {
  .tariff-card__body-row .tariff-card__body-space,
  .tariff-card__body-row.--not-buy .tariff-card__body-space {
    width: 10%;
  }
  .tariff-card__body-row .basket-form__number,
  .tariff-card__body-row.--not-buy .tariff-card__body-info {
    width: 30%;
  }
}
@media all and (min-width: 576px) {
  .tariff-block__tabs {
    flex-wrap: nowrap;
  }
  .tariff-block__tabs .tariff-block__tabs-btn {
    margin: 0;
    padding: 8px 16px;
    width: auto;
  }
  .tariff-block__tabs .tariff-block__tabs-btn.tab-new-year-2023 {
    background:
      url(/image/redesign/new-year/snow.svg),
      url(/image/redesign/new-year/fir.svg) no-repeat 96% center,
      #0ac50c;
    padding: 8px 45px 8px 16px;
    width: auto;
  }
  .tariff-card__body-row .tariff-card__body-price._double-inline {
    width: 40%;
  }
  .tariff-card__body-row .tariff-card__body-price,
  .tariff-card__body-row .tariff-card__body-space,
  .tariff-card__body-row.--not-buy .tariff-card__body-price,
  .tariff-card__body-row.--not-buy .tariff-card__body-space {
    width: 20%;
  }
}
@media all and (min-width: 768px) and (min-width: 1024px) {
  .form-request__agree {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  .swiper-nav {
    width: 72px;
    height: 32px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-size: 8px;
  }
  .page {
    padding-top: 145px;
    font-size: 16px;
    line-height: 24px;
  }
  .page._vary {
    padding-top: 133px;
  }
  .container {
    max-width: 668px;
    padding-right: 0;
    padding-left: 0;
  }
  .container.--move-upper {
    margin-top: -120px;
  }
  .banner-title {
    max-width: 100%;
    font-size: 28px;
    line-height: 40px;
  }
  .like-h1 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 56px;
  }
  .h1 {
    font-size: 40px;
    line-height: 41px;
    word-wrap: normal;
  }
  .h2,
  .h3,
  h3 {
    font-size: 28px;
  }
  .h2 {
    margin-bottom: 24px;
    line-height: 32px;
  }
  .h3,
  h3 {
    line-height: 40px;
  }
  .h4,
  h4 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }
  .btn-blue,
  .btn-orange,
  .btn-white,
  .btn-yellow {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .btn-basket {
    display: none;
  }
  .btn-gift-cart-link {
    display: inline-block;
    width: auto;
  }
  .input,
  input,
  textarea {
    font-size: 16px;
    line-height: 24px;
  }
  .input::placeholder,
  input::placeholder,
  textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .wrap__text {
    margin-bottom: 0;
  }
  .wrap__btn {
    display: block;
    flex-shrink: 0;
  }
  .header.--new-year .header__logo::before,
  .header.--new-year._fixed .header__logo:before {
    transform: scale(1.2) translate(20px, 10px);
  }
  .header.--new-year._fixed:before {
    height: 65px;
  }
  .header,
  .header._fixed,
  .header_white {
    padding: 24px 0;
  }
  .header._fixed .header__logo {
    width: 106px;
    height: 84px;
  }
  .header._fixed .search__input {
    background: #fff;
    border: 1px solid #e3e5ed;
  }
  .header_white .header__btn,
  .header_work .header__btn {
    margin-right: 200px;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__basket {
    display: block;
  }
  .header__block {
    display: flex;
  }
  .header .header__phone_ds {
    display: block;
    font-weight: 600;
    color: #fff;
  }
  .header__btn,
  .tariff-card[data-row="karibiya-action-birthdayboy-friends-det"]
    .tariff-card__body-row
    .tariff-card__body-price._double-inline._2 {
    margin-right: 40px;
  }
  .header__icon {
    margin-right: 24px;
    background-size: contain;
  }
  .header__search {
    display: block;
  }
  .header-burger {
    width: 31px;
  }
  .header-burger:before {
    bottom: 8px;
  }
  .header-burger:after {
    top: 8px;
  }
  .menu-box {
    padding: 0;
  }
  .menu-box__cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .menu .header__top {
    padding: 24px 50px 28px;
  }
  .menu .header__top .header__wrap {
    margin-right: 60px;
  }
  .menu__top {
    padding: 0 50px 28px;
  }
  .menu__top-wrap1,
  .menu__top-wrap2 {
    flex-direction: row;
    gap: 37px;
  }
  .menu__top-wrap1 {
    gap: 111px;
  }
  .menu__top-wrap1-block {
    gap: 20px;
  }
  .menu__top-wrap1-block-item ul {
    margin-top: 12px;
  }
  .menu__bottom {
    height: 336px;
  }
  .infograf.infograf-direction .content-text h2,
  .menu__bottom-title {
    font-size: 28px;
    line-height: 32px;
  }
  .search_active .search__input {
    width: 412px;
    height: 55px;
    visibility: visible;
    background: #c9e9ff;
  }
  .resulte-item {
    padding-bottom: 44px;
    padding-top: 35px;
  }
  .resulte-item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .resulte-item-text {
    margin-top: 24px;
  }
  .resulte-list {
    margin-top: 60px;
  }
  .banner {
    padding-bottom: 260px;
  }
  .banner:before {
    right: calc((100% - 668px) / 20);
    bottom: 0;
    width: 596px;
    height: 381px;
    background-image: var(--background);
    background-position: bottom right;
  }
  .banner__content {
    width: 358px;
  }
  .banner__text {
    margin-bottom: 40px;
  }
  .adv {
    background: #fff;
  }
  .adv_st {
    background: #fbfbfd;
  }
  .adv_st .adv__slider,
  .adv_st .adv_slider {
    max-width: 100%;
  }
  .adv_st .adv__wrapper,
  .adv_st .adv_wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .adv_st .adv-item:before,
  .adv_st .adv_item:before {
    width: 130px;
    height: 140px;
  }
  .adv__slider,
  .adv_slider {
    max-width: 640px;
    margin-left: auto;
  }
  .adv__wrapper,
  .adv_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 290px);
    grid-row-gap: 32px;
    justify-content: space-between;
  }
  .adv-item,
  .adv_item {
    max-width: 100%;
    width: 100% !important;
    margin-right: 0;
    padding: 80px 32px 20px;
    border: 0;
  }
  .adv__text,
  .adv_text {
    font-size: 16px;
    line-height: 24px;
  }
  .aqva {
    padding-top: 40px;
  }
  .aqva__title {
    margin-bottom: 16px;
  }
  .aqva__text {
    width: 380px;
    margin-bottom: 20px;
  }
  .aqva__sliders {
    position: relative;
    overflow: visible;
  }
  .aqva__slider {
    position: unset;
    width: 363px;
    margin-left: 0;
    padding-bottom: 0;
  }
  .aqva__img {
    height: 483px;
  }
  .aqva__nav {
    top: 31px;
  }
  .aqva__nav_geo {
    top: -70px;
  }
  .aqva__pagination {
    display: none;
  }
  .aqva__link-mob {
    display: none !important;
  }
  .cart-size {
    width: auto;
  }
  .cart-size .-list .-item {
    font-size: 16px;
    line-height: 28px;
  }
  .cart-size .-list .-item:last-child {
    padding-top: 28px;
  }
  .cart-size .-list .-item:last-child::before {
    display: none;
  }
  /*.cart-size .-list .-item.-effect,
  .cart-size .-list .-item.-humidity,
  .cart-size .-list .-item.-size,
  .cart-size .-list .-item.-temp {
    height: 28px;
  }*/
  .list-cart-size.sl-cart-size .swiper-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .list-cart-size.sl-cart-size .swiper-wrapper,
  .sl-cart-size .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-block.beach .wrap {
    display: flex;
  }
  .list-cart-size:not(.sl-cart-size) {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size {
    padding: 32px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .-item {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .wrap-img {
    width: 172px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .cart-size-info {
    margin-top: 24px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .i-info {
    width: 40px;
    height: 40px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .i-info::after {
    width: 30px;
    height: 30px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .-list .-item::before {
    max-width: 24px;
    height: 24px;
    margin-right: 16px;
  }
  .visiting-rules .-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .visiting-rules li,
  .visiting-rules p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
  .visiting-rules ul {
    display: flex;
    grid-column-gap: 30px;
  }
  .visiting-rules li::before {
    max-width: 12px;
    width: 12px;
    height: 12px;
    margin-right: 16px;
  }
  .list-description {
    grid-row-gap: 44px;
  }
  .description-card .wrap-img {
    width: 61%;
  }
  .description-card .-text .-title {
    font-size: 28px;
    line-height: 40px;
  }
  .description-card .-text {
    margin-top: 22px;
  }
  .description-card .-text > * {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
  }
  .description-card .-note {
    line-height: 24px;
  }
  .tabs.children-tabs {
    margin-top: 32px;
  }
  .tabs.children-tabs .article-tabs__grid {
    margin-bottom: 12px;
  }
  .tabs.children-tabs .tabs__btn {
    justify-content: flex-start;
    padding-left: 15px;
    width: auto;
    margin: 0;
  }
  .section-text .t-lager,
  .t-lager {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
  .tabs.children-tabs .br-mob,
  .top-video-page.-mobile {
    display: none;
  }
  .top-video-page .video-link {
    height: 368px;
  }
  .top-video-page .video-link::after {
    width: 80px;
    height: 80px;
  }
  .pool__list {
    display: flex;
    grid-column-gap: 60px;
    justify-content: space-between;
  }
  .pool__list .pool-item {
    max-width: calc(100% / 3);
    width: 100%;
    margin-right: 0 !important;
  }
  .pool__list .pool-item__img {
    max-width: 48px;
    height: 48px;
    margin: 0 auto;
  }
  .pool__list .pool-item__title {
    line-height: 24px;
    text-align: center;
    margin: 18px auto 7px;
  }
  .pool__list .pool-item__text {
    text-align: justify;
  }
  .adv__slider.adv__slider-mod-item .adv-item,
  .adv__slider.adv__slider-mod-item .adv_item {
    padding-top: 164px;
  }
  .adv__slider.adv__slider-mod-item .adv__title,
  .adv__slider.adv__slider-mod-item .adv_title,
  .review__info {
    font-size: 18px;
    line-height: 24px;
  }
  .adv__slider.adv__slider-mod-item .adv__text,
  .adv__slider.adv__slider-mod-item .adv_text {
    margin-top: 12px;
  }
  .infograf.infograf-direction {
    flex-direction: column-reverse;
    background-image: url(/image/redesign/aquapark/buble.svg);
    background-repeat: no-repeat;
    background-position: center center;
    grid-row-gap: 42px;
  }
  .infograf.infograf-direction .infograf-content {
    padding: 0 42px;
  }
  .infograf.infograf-direction .infograf-img {
    padding: 0 47px;
    margin-top: 11px;
  }
  .infograf.infograf-direction .wrap-btn {
    margin-top: 41px;
  }
  .infograf.infograf-direction .btn {
    width: auto;
  }
  .review__info {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    max-width: 85%;
  }
  .wrap-review-sl .review-nav {
    top: -75px;
    right: 10px;
    transform: translateX(0);
  }
  .review-sl .review-item {
    width: 552px;
    padding: 38px;
  }
  .review-sl .review-item .review-item__row {
    margin-bottom: 28px;
  }
  .review-sl .review-item .review-item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .section-offset.accordion_vary .accordion__cards {
    padding-bottom: 0;
  }
  .section-offset.accordion_vary .accordion__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
  }
  .section-offset.accordion_vary .accordion-card__page {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabs {
    max-width: 100%;
  }
  .tabs__wrapper {
    transform: none !important;
    flex-wrap: wrap;
    max-width: 636px;
  }
  .tabs__btn {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .discount__inner {
    padding: 48px;
    background-size: cover;
    background-position: right;
  }
  .discount__title {
    margin-bottom: 16px;
  }
  .discount__text {
    width: 353px;
    margin-bottom: 24px;
  }
  .discount-b {
    text-align: left;
  }
  .discount-b__inner {
    padding-bottom: 296px;
    background-position: center 90%;
    background-size: 61%;
  }
  .discount-b__text {
    margin-bottom: 24px;
  }
  .discount-b__btn {
    width: auto;
  }
  .discount-action .discount__inner {
    min-height: 590px;
  }
  .serv__title {
    margin-bottom: 20px;
  }
  .serv__text {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
  }
  .serv__items {
    grid-gap: 16px;
  }
  .serv__item {
    padding: 270px 20px 30px !important;
    border: 1px solid #e3e5ed;
  }
  .serv__item:before {
    width: 220px;
    height: 210px;
  }
  .form__inner {
    padding: 56px 68px;
  }
  .form__text {
    margin-bottom: 48px;
  }
  .form__input,
  .form__row {
    width: 428px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-request {
    max-width: 600px;
    padding: 40px;
  }
  .form-request.--wide {
    max-width: 800px;
  }
  .form-request__info {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }
  .form-request__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  .form-request__wrap-input {
    margin-bottom: 32px;
  }
  .form-request__wrap-input:after {
    right: 16px;
  }
  .form-request__input {
    padding: 10px 16px;
    margin-bottom: 32px;
  }
  .form-request__label {
    margin-bottom: 48px;
  }
  .form-request__agree,
  .form-request__agree .link {
    font-size: 14px;
    line-height: 17px;
  }
  .form-request__btns .btn-white {
    margin-right: 24px;
  }
  .item {
    padding: 24px;
    background: #fff;
    border: 1px solid #e3e5ed;
    border-radius: 12px;
  }
  .item__badge {
    top: 24px;
    left: 24px;
  }
  .item__img {
    height: 272px;
  }
  .item__title {
    font-size: 18px;
    line-height: 28px;
  }
  .accordion-item__text li,
  .item__date {
    font-size: 16px;
    line-height: 24px;
  }
  .map {
    padding-bottom: 120px;
  }
  .map__wrap {
    margin-bottom: 24px;
  }
  .map__text {
    font-size: 18px;
    line-height: 28px;
  }
  .map__btn_1 {
    display: none;
  }
  .map__media {
    height: 316px;
  }
  .footer {
    padding-bottom: 24px;
  }
  .footer__info {
    border-bottom: 0;
  }
  .footer-bottom__rights {
    padding-top: 24px;
    border-top: 0.5px solid rgba(139, 139, 139, 0.1);
  }
  .rise {
    height: 336px;
  }
  .breadcrumbs {
    padding-top: 212px;
  }
  .breadcrumbs_black {
    padding-top: 40px;
  }
  .breadcrumbs__item:last-child {
    display: block;
  }
  .breadcrumbs a:last-of-type:after {
    display: block;
  }
  .safe-cnt {
    padding: 60px 0 40px;
  }
  .safe-block {
    padding: 100px 0;
  }
  .safe-block__title {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }
  .safe-block__box {
    padding: 94px 208px 110px 48px;
  }
  .safe-block__box:before {
    top: 60px;
    right: 0;
    left: auto;
    width: 100px;
    height: 120px;
    background-size: cover;
  }
  .safe-block__media {
    width: 580px;
    height: 326px;
    margin: 80px auto 0;
  }
  .list__item {
    font-size: 18px;
    line-height: 28px;
  }
  .list__item:before {
    top: 14px;
  }
  .cards {
    padding: 40px 0;
  }
  .cards__grid {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
  }
  .cards .list__item,
  .newmainpage .slider__swiper-wrap p {
    line-height: 28px;
  }
  .badges {
    padding-bottom: 140px;
  }
  .badges__title {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 56px;
  }
  .badges__info {
    display: none;
  }
  .badges__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .badges-item {
    min-height: 140px;
  }
  .rule-tabs {
    padding: 0;
  }
  .rule-tabs__btns {
    padding-top: 40px;
    background: #fbfbfd;
  }
  .rule-tabs__grid {
    grid-gap: 12px;
  }
  .rule-tabs .tabs__btn {
    margin: 0;
    padding: 15px 16px;
  }
  .rule-tabs__title {
    font-size: 20px;
    line-height: 28px;
  }
  .rule-tabs__container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .rule-tabs__container .pagination {
    display: none;
  }
  .rule-tabs__container .container._2 {
    display: block;
    padding-top: 20px;
  }
  .rule-tabs__container .orange {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .accordion {
    padding-bottom: 40px;
    background: #fbfbfd;
  }
  .accordion__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
  .accordion-item_active .accordion-item__btn:before {
    color: #ff9600;
  }
  .accordion-item__btn {
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding: 16px 20px;
  }
  .accordion-item__btn:before {
    content: counter(section);
    margin-right: 0;
    margin-left: 8px;
    font-size: 64px;
    line-height: 46px;
    color: #e3e5ed;
  }
  .accordion-item__text {
    max-width: 230px;
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-item__content {
    display: none !important;
  }
  .accordion-item__icon {
    display: none;
  }
  .accordion-container {
    display: block;
  }
  .accordion-container .accordion-item__page {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .accordion-container .accordion-item__title {
    font-size: 20px;
    line-height: 28px;
  }
  .accordion-container p,
  .accordion-container ul {
    margin-bottom: 1em;
  }
  .accordion-container .list__item {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-container .list__item:before {
    top: 11px;
  }
  .accordion_vary {
    background: #fff;
  }
  .accordion__title,
  .article-page p.article-page__text {
    margin-bottom: 40px;
  }
  .accordion__cards {
    grid-gap: 4px;
  }
  .accordion-card__btn {
    padding: 15px 24px;
  }
  .accordion-card__text {
    max-width: 578px;
    font-size: 18px;
    line-height: 28px;
  }
  .pagination__item {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 28px;
  }
  .beach-tabs__container p,
  .beach-tabs__container ul {
    font-size: 18px;
    line-height: 28px;
  }
  .beach-tabs__container li {
    padding-left: 20px;
  }
  .beach-tabs__container li:before {
    top: 10px;
    width: 7px;
    height: 7px;
    background: #ff9600;
  }
  .beach-tabs .rule-tabs__grid {
    max-width: 465px;
  }
  .beach-tabs .tabs__btn {
    padding: 7px;
  }
  .beach {
    background: 0 0;
  }
  .beach .wrap {
    display: none;
  }
  .beach__slider {
    overflow: visible;
    width: 636px;
  }
  .beach .aqva__nav {
    top: 40px;
    right: 36px;
  }
  .beach .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: ease 0.3s;
    pointer-events: none;
    opacity: 0;
  }
  .beach .swiper-slide-active:before {
    opacity: 0;
  }
  .beach .aqva__img {
    height: 480px;
  }
  .beach__pagination {
    display: none;
  }
  .pool {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .pool__slider {
    width: 606px;
    overflow: visible;
  }
  .pool-item {
    align-items: flex-start;
  }
  .pool-item:last-child {
    margin-right: 0 !important;
  }
  .pool-item__title {
    font-size: 20px;
  }
  .pool-item__text {
    text-align: left;
    line-height: 24px;
  }
  .pool-aqva {
    padding-bottom: 40px;
    background: #fbfbfd;
  }
  .pool-aqva .wrap {
    display: flex;
  }
  .pool-aqva .aqva__nav {
    display: block;
  }
  .pool-aqva__link {
    display: none;
  }
  .pool-accordion {
    background: 0 0;
  }
  .pool-accordion__title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 48px;
  }
  .pool-accordion__subtitle {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .table__top {
    display: table-row;
    justify-content: space-between;
  }
  .table__th {
    padding-bottom: 20px;
    color: #9e9d9d;
    opacity: 0.9;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
  }
  .table__tr {
    display: table-row;
  }
  .table__td {
    display: table-cell !important;
  }
  .table .accordion-card__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    cursor: default;
  }
  .table__wrap {
    justify-content: center;
  }
  .table .accordion-card__icon,
  .table__text {
    display: none;
  }
  .newmainpage .slider__swiper .btn {
    bottom: 105px;
  }
  .newmainpage .slider__swiper .btn.btn-3d-tour {
    bottom: 14px;
  }
  .newmainpage .slider__swiper-wrap {
    margin-top: 262px;
  }
  .newmainpage .slider__swiper-wrap .h1 {
    font-size: 86px;
    line-height: 96px;
  }
  .slider__img {
    height: 368px;
  }
  .slider .swiper-button-prev {
    left: 0;
  }
  .slider.-big-sl .slider__img {
    height: 41vw;
  }
  .cafe-tabs__title {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }
  .cafe-tabs__grid {
    grid-template-columns: 252px 1fr 1fr;
    grid-gap: 4px;
    width: 660px;
  }
  .article-tabs .tabs__btn,
  .cafe-tabs .tabs__btn {
    margin: 0;
    padding: 8px 16px;
  }
  .cafe-tabs__wrap-menu {
    display: grid;
  }
  .cafe-menu {
    margin-bottom: 52px;
  }
  .cafe-menu__title {
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
  }
  .article-page p,
  .cafe-menu__name,
  .vacs-item li {
    font-size: 18px;
    line-height: 28px;
  }
  .vacs__info {
    font-size: 28px;
    line-height: 40px;
  }
  .vacs__wrap {
    padding: 40px;
  }
  .vacs__title {
    font-size: 36px;
    line-height: 48px;
  }
  .vacs-item {
    padding: 28px;
  }
  .vacs-item__title {
    font-size: 18px;
    line-height: 24px;
  }
  .vacs-item li {
    font-size: 16px;
  }
  .vacs-item li:before {
    top: 12px;
  }
  .vacs__slider-slide-info {
    height: calc(100% - 415px);
  }
  .vacs__slider-slide-info:before {
    height: calc(100% + 85px);
  }
  .article-tabs._vary .article-item:nth-child(6) ~ .article-item {
    display: none;
  }
  .article-tabs__grid {
    grid-gap: 12px;
  }
  .article-tabs__items {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }
  .article-tabs__items .article-item:nth-child(3) ~ .article-item {
    display: block;
  }
  .article-item__img {
    height: 192px;
    margin-bottom: 16px;
  }
  .article-item__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .article-page__title {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 56px;
  }
  .article-page .accordion-item {
    margin-bottom: 40px;
  }
  .article-page .accordion-item__btn {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
  }
  .article-page .accordion-item__content {
    display: block !important;
    padding-top: 0;
  }
  .article-page li,
  .shop li,
  .shop p {
    font-size: 18px;
    line-height: 28px;
  }
  .article-page li:before {
    top: 13px;
  }
  .article-other {
    overflow: hidden;
  }
  .article-other__wrap .link {
    display: none;
  }
  .article-other__title {
    font-size: 40px;
    line-height: 56px;
  }
  .article-other__slider {
    overflow: visible;
  }
  .article-other__slider img {
    height: 216px;
  }
  .review {
    padding: 40px 0 120px;
  }
  .review-row__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
  }
  .review-row__btn {
    margin-left: 0;
  }
  .review__items {
    grid-gap: 16px;
  }
  .review-item {
    padding: 24px;
  }
  .review-item__img {
    margin-right: 16px;
  }
  .review-item__title {
    font-size: 20px;
    line-height: 28px;
  }
  .review-item__star {
    width: 24px;
    height: 24px;
    margin: 0 2px;
  }
  .parking {
    padding-bottom: 0;
  }
  .parking__info {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }
  .parking-tariff {
    padding-top: 40px;
    background: #fbfbfd;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .parking-tariff__items {
    grid-template-columns: 1fr 1fr;
  }
  .parking-tariff__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px;
  }
  .parking-tariff__item._1,
  .parking-tariff__item._2,
  .parking-tariff__item._9 {
    grid-column: 1/3;
  }
  .parking-tariff__item._1 .parking-tariff__item-wrap,
  .parking-tariff__item._2 .parking-tariff__item-wrap,
  .parking-tariff__item._9 .parking-tariff__item-wrap {
    margin-top: 0;
  }
  .parking-tariff__item._9 {
    flex-wrap: nowrap;
  }
  .parking-tariff__item-title {
    max-width: 260px;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .parking-tariff__item-title span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  .parking-tariff__item-wrap {
    margin-top: 16px;
  }
  .parking-tariff__item-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .parking-tariff__item-info {
    width: 264px;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .parking-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    padding-bottom: 80px;
  }
  .parking-tabs__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
  }
  .parking__dsc {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
  .shop__title {
    font-size: 36px;
    line-height: 48px;
  }
  .shop li {
    position: relative;
  }
  .program-detail li:before,
  .program-detail__item:before,
  .shop li:before {
    top: 14px;
  }
  .program-block {
    padding-top: 40px;
  }
  .program-block__title {
    font-size: 18px;
    line-height: 24px;
  }
  .program-block__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .program-block__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: flex-start;
    grid-gap: 70px;
  }
  .program-block__wrap-img {
    grid-column: 2;
    grid-row: 1/3;
  }
  .program-block__wrap-btn {
    grid-column: 1;
  }
  .program-block__wrap-text {
    margin-bottom: 0;
    font-weight: 500;
  }
  .program-accordion {
    padding: 40px 0;
  }
  .program-accordion__title,
  .program-detail h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .gift-block p,
  .program-detail li,
  .program-detail p,
  .program-detail__item {
    font-size: 18px;
    line-height: 28px;
  }
  .program-detail {
    padding: 40px 0 80px;
  }
  .fit-service__sliders.-mod .fit-service__content .wrap-btn {
    margin-top: 20px;
  }
  .gift {
    padding: 55px 0 80px;
  }
  .gift__title {
    margin-bottom: 36px;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }
  .gift-block__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .gift-block__list {
    width: 310px;
    margin-bottom: 0;
  }
  .gift-block__list-item {
    line-height: 24px;
  }
  .gift-block__list-item:before {
    width: 40px;
    height: 40px;
  }
  .gift-block__img {
    width: 248px;
    height: 158px;
    margin: 0;
  }
  .gift__tabs {
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }
  .halva-block {
    padding-top: 60px;
  }
  .halva-block__img {
    width: 400px;
    height: 252px;
    margin-bottom: 36px;
  }
  .halva-block__text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }
  .halva-items__title {
    font-size: 28px;
    line-height: 40px;
  }
  .halva-items__row {
    gap: 32px;
    width: 630px;
    margin: 0 auto;
  }
  .halva-items__item {
    width: 47%;
  }
  .halva-items__img {
    width: 196px;
    height: 196px;
  }
  .halva-items__text {
    font-weight: 600;
  }
  .halva-order__items {
    max-width: 442px;
    height: 652px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .halva-order__item {
    width: 176px;
    padding-top: 76px;
    font-weight: 500;
    text-align: left;
  }
  .halva-order__item:before {
    width: 60px;
    height: 60px;
  }
  .halva-order__item._1 {
    margin-top: 48px;
  }
  .halva-order__item._2 {
    margin-top: 176px;
  }
  .halva-order__item._3 {
    width: 180px;
    margin-top: -60px;
  }
  .halva-order__item._4 {
    width: 186px;
    margin-top: 60px;
  }
  .halva-order__btn {
    max-width: 374px;
  }
  .tariff-tabs__wrap-slider {
    margin-bottom: 40px;
  }
  .tariff-tabs .tabs__btn {
    margin: 0;
    font-size: 28px;
    line-height: 40px;
  }
  .tariff-block__tabs {
    margin-bottom: 32px;
  }
  .tariff-block__tabs-btn {
    font-size: 16px;
    line-height: 24px;
  }
  .tariff-block__cnt-btns {
    margin-top: 30px;
  }
  .tariff-block__cnt-btns .btn-yellow {
    padding: 12px 24px;
  }
  .tariff-block__cnt-btns .btn-white {
    margin: 0 0 0 24px;
  }
  .tariff-card__sticker {
    right: 35px;
  }
  .tariff-card__head-title .only-online {
    font-size: 11px;
    margin: 35px 0 0;
  }
  .tariff-card__body-info.--is-free {
    width: 134px;
  }
  .tariff-card {
    padding: 20px 28px;
    border-radius: 12px;
  }
  .tariff-card__head-title {
    margin-right: 12px;
    font-size: 28px;
    line-height: 40px;
  }
  .tariff-card__head-text {
    margin-top: 8px;
    line-height: 24px;
  }
  .tariff-card__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tariff-card__body-rows {
    width: 100%;
  }
  .tariff-card__body-btn {
    position: static;
    z-index: inherit;
    display: block;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin: 0 32px 0 80px;
  }
  .tariff-card__body-btn[disabled] {
    background-color: #ddd;
    cursor: progress;
    opacity: 0.5;
  }
  .tariff-card__body-info {
    font-size: 14px;
    line-height: 20px;
  }
  .tariff-card .basket-form__number {
    width: 134px;
  }
  .tariff-card .btn-switch {
    width: 40px;
    height: 40px;
  }
  .tariff-card .basket-form__input {
    font-size: 18px;
    line-height: 28px;
  }
  .tariff-links {
    padding-bottom: 40px;
  }
  .tariff-links__title {
    text-align: left;
  }
  .tariff-links .parking-tabs {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 120px);
    padding-bottom: 0;
  }
  .tariff-links .parking-tabs__btn {
    padding: 40px 82px;
    text-align: center;
    font-weight: 500;
  }
  .tariff-links .parking-tabs__btn:nth-child(2) {
    padding: 40px 50px;
  }
  .tariff-links__modal li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .tariff-links__modal li:before {
    top: 12px;
  }
  .tariff-badges {
    padding: 120px 0;
  }
  .design-inscription b br,
  .tariff-arrange {
    display: none;
  }
  form.dr-tarif .design .swiper-slide {
    width: 200px !important;
  }
  .wrap-tariff-form.wrap-form-order .row:not(:first-child) {
    margin-top: 30px;
  }
  .tariff-card__body-row .tariff-card__body-price,
  .tariff-card__body-row.--not-buy .tariff-card__body-price {
    width: 25%;
  }
  .tariff-card__body-row .tariff-card__body-price._no,
  .tariff-card__body-row.--not-buy .tariff-card__body-price._no {
    font-size: 16px;
  }
  .tariff-card__body-row .tariff-card__body-space,
  .tariff-card__body-row.--not-buy .tariff-card__body-space {
    width: 15%;
  }
  .tariff-card__body-row .basket-form__number,
  .tariff-card__body-row .tariff-card__body-info {
    width: 30%;
  }
  .tariff-card--special-promo-tarif[data-row="karibiya-5-ny2024"]
    .tariff-card__body-price
    > span {
    margin: 0;
  }
  .tariff-card[data-row="karibiya-action-birthdayboy-friends-det"]
    .tariff-card__body-row
    .tariff-card__body-price._double-inline {
    width: 22%;
  }
  .event {
    padding-bottom: 80px;
  }
  .event__container {
    overflow: hidden;
  }
  .event-tabs__btn {
    font-size: 36px;
    line-height: 48px;
  }
  .event-tabs__btn._1 {
    margin-right: 24px;
  }
  .event__slider {
    width: 100%;
    margin-bottom: 36px;
    overflow: visible;
  }
  .event__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100% !important;
  }
  .event__slide {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
    padding: 16px;
    background: #fff;
    border: 1px solid #e3e5ed;
    border-radius: 12px;
  }
  .event__slide-img {
    height: 204px;
    margin-bottom: 16px;
  }
  .event .aqva__nav_geo {
    top: -58px;
  }
  .event-doing .event__slider {
    height: 760px;
  }
  .event-doing .item__row {
    flex-wrap: wrap;
  }
  .event-doing .item__date._time {
    display: block;
  }
  .event-doing .item__link {
    margin-top: 16px;
  }
  .summer {
    padding: 40px 0 70px;
  }
  .summer__banner {
    height: 420px;
    margin-bottom: 40px;
  }
  .summer p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (min-width: 1024px) {
  body.fancy-modal_right_md {
    overflow: hidden;
  }
  body.fancy-modal_right_md .fancybox-slide {
    padding: 0;
    text-align: right;
  }
  .page {
    padding-top: 174px;
  }
  .page._vary {
    padding-top: 154px;
  }
  .container {
    max-width: 904px;
  }
  .container.--move-upper {
    margin-top: -140px;
  }
  .banner-title {
    font-size: 40px;
    line-height: 56px;
  }
  .like-h1 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .h1 {
    line-height: 48px;
  }
  .btn-view {
    padding-right: 16px;
  }
  .wrap {
    margin-bottom: 40px;
  }
  .wrap__text {
    margin-bottom: 0;
  }
  .header.--new-year .header__logo::before {
    transform: scale(1) translate(0, 0);
  }
  .header.--new-year._fixed:before {
    height: 107px;
  }
  .header.--new-year._fixed .header__logo:before {
    transform: scale(0.9) translate(0, 0);
  }
  .header__programm {
    margin-right: 0;
  }
  .header._fixed {
    padding: 17px 0;
  }
  .header._fixed .header__logo {
    width: 68px;
    height: 54px;
  }
  .header._fixed .header__phone {
    color: #000;
  }
  .header._fixed .header__basket {
    background-image: url(/image/redesign/Shopping-cart.svg);
  }
  .header._fixed .menu__sub-text,
  .header._fixed .menu__text {
    color: #000;
  }
  .header._fixed .menu__show {
    background-image: url(/image/redesign/angle.svg);
  }
  .header._fixed .menu__dots {
    color: #000;
  }
  .header_white {
    padding: 20px 0;
  }
  .header_white .header__phone,
  .header_white .header__temp {
    display: none;
  }
  .header_white .header__phone_ds {
    display: block;
  }
  .header_white .header__btn {
    margin-right: 0;
  }
  .header_work {
    padding-top: 24px;
  }
  .header_work .header__phone,
  .header_work .header__temp {
    display: none;
  }
  .header_work .header__basket {
    background-image: url(/image/redesign/Shopping-cart2.svg);
  }
  .header_work .menu__dots,
  .header_work .menu__text {
    color: #fff;
  }
  .header_work .menu__show {
    background-image: url(/image/redesign/angle2.svg);
  }
  .header_work .header__btn {
    margin-right: 0;
  }
  .header__bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .header__icon {
    background-size: contain;
  }
  .header__phone {
    display: block;
    margin-right: 60px;
    font-weight: 700;
  }
  .header__btn {
    flex-shrink: 0;
  }
  .header__btn,
  .header__user {
    margin-right: 0;
  }
  .menu {
    display: grid;
    grid-template-columns: 1fr 512px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.42);
  }
  .menu__close._1 {
    display: none;
  }
  .menu .header__top {
    position: absolute;
    z-index: 3;
    right: 60px;
    top: 48px;
    padding: 0;
  }
  .menu .header__search,
  .menu .header__user {
    display: none;
  }
  .menu__top {
    padding: 28px 48px 50px 60px;
  }
  .menu__top-btn {
    margin-top: auto;
  }
  .menu__top-wrap2 {
    flex-direction: row;
    gap: 17px;
    justify-content: space-between;
  }
  .menu__top-wrap1 {
    gap: 45px;
    margin-top: 16px;
    justify-content: space-between;
  }
  .menu__top-wrap1-block {
    gap: 16px;
  }
  .menu__bottom {
    height: 100%;
    padding: 32px;
  }
  .menu__bottom:after {
    height: 113px;
  }
  .menu__bottom-img {
    transform: none;
    height: 100%;
    width: auto;
  }
  .search_active .search__input {
    width: 278px;
    height: 40px;
  }
  .banner:before {
    bottom: 0;
    width: 681px;
    height: 483px;
  }
  .banner__badge {
    display: inline-flex;
  }
  .banner__content {
    width: 358px;
  }
  .banner__text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }
  .advbottom.adv_st .adv-item {
    padding: 30px 164px 30px 20px !important;
  }
  .adv {
    padding: 20px 0 80px;
  }
  .adv_wrapper {
    transform: none !important;
  }
  .adv_st .adv__wrapper,
  .adv_st .adv_wrapper {
    grid-gap: 16px;
  }
  .adv_st .adv-item {
    padding: 30px 164px 30px 20px;
  }
  .adv_st .adv-item:before {
    top: 50%;
    right: 20px;
    left: auto;
    transform: translateY(-50%);
  }
  .adv_st .adv__text,
  .adv_st .adv__title,
  .adv_st .adv_text,
  .adv_st .adv_title {
    text-align: left;
  }
  .adv_st .adv__text,
  .adv_st .adv_text {
    font-size: 14px;
    line-height: 20px;
  }
  .aqva__title {
    margin-bottom: 24px;
  }
  .aqva__text {
    width: 100%;
    margin-bottom: 40px;
  }
  .aqva__slider {
    width: 100%;
  }
  .aqva .swiper-slide,
  .aqva__img {
    width: auto;
  }
  .cart-size {
    padding: 24px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size {
    padding: 26px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .-wrap {
    display: grid;
    grid-template-columns: auto 136px;
    grid-column-gap: 27px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .wrap-img {
    width: 100%;
    padding-top: 45px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .cart-size-info {
    margin-top: 0;
    align-items: flex-start;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .i-info {
    width: 28px;
    height: 28px;
    top: 27px;
    right: 27px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .i-info::after {
    width: 21px;
    height: 21px;
  }
  .visiting-rules {
    display: flex;
    grid-column-gap: 54px;
    flex-wrap: wrap;
  }
  .visiting-rules .-title {
    margin-bottom: 16px;
  }
  .list-description {
    grid-row-gap: 64px;
  }
  .description-card {
    display: grid;
    flex-direction: row;
    grid-template-columns: auto 404px;
    grid-column-gap: 48px;
  }
  .description-card.reverse {
    grid-template-columns: 404px auto;
  }
  .description-card.reverse .wrap-img {
    grid-column: 1;
    grid-row: 1;
  }
  .description-card.reverse .-text {
    grid-column: 2;
    grid-row: 1;
  }
  .description-card.reverse .-title {
    text-align: center;
  }
  .description-card .wrap-img {
    width: 100%;
  }
  .description-card .-text .-title {
    text-align: left;
    margin-bottom: 26px;
  }
  .description-card .-text {
    margin-top: 0;
  }
  .tabs.children-tabs {
    margin-top: 40px;
  }
  .tabs.children-tabs .article-tabs__grid {
    grid-column-gap: 8px;
    margin-bottom: 56px;
  }
  .tabs.children-tabs .tabs__btn {
    padding-right: 16px;
  }
  .pool__list .pool-item__title,
  .review__info {
    font-size: 18px;
  }
  .adv__slider.adv__slider-mod-item .adv-item,
  .adv__slider.adv__slider-mod-item .adv_item {
    padding: 30px 164px 30px 20px;
  }
  .infograf.infograf-direction {
    background-color: #fff;
    background-image: none;
    grid-column-gap: 30px;
  }
  .infograf.infograf-direction .infograf-content {
    padding: 0 20px;
  }
  .review__info {
    line-height: 28px;
    margin-top: 25px;
  }
  .wrap-review-sl .review-nav {
    right: 0;
    top: -91px;
  }
  .section-offset.accordion_vary .accordion__cards {
    padding-bottom: 0;
  }
  .discount-b__inner {
    padding: 40px 50px;
    background-position: 97% center;
    background-size: 45%;
  }
  .discount-b__text {
    width: 396px;
  }
  .discount-action {
    padding-bottom: 0;
  }
  .discount-action .discount__inner {
    min-height: auto;
    padding-right: 420px;
    padding-bottom: 48px;
    background-size: 400px;
    background-position: 480px center;
  }
  .serv__title {
    margin-bottom: 24px;
  }
  .serv__text {
    margin-bottom: 40px;
  }
  .serv__items {
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
  .serv__item {
    padding: 184px 37px 28px !important;
  }
  .serv__item:before {
    width: 140px;
    height: 140px;
  }
  .form__text {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 776px;
  }
  .form__input {
    width: 280px;
    margin-bottom: 0;
  }
  .form__btn {
    width: 160px;
    margin-top: 0;
  }
  .item.swiper-slide {
    width: 444px !important;
  }
  .item__img {
    margin-bottom: 40px;
  }
  .item__title,
  .map__title {
    margin-bottom: 16px;
  }
  .map__wrap {
    margin-bottom: 24px;
  }
  .map__text {
    width: 420px;
  }
  .footer .sp-form[sp-id],
  .map__btn_1 {
    display: block;
  }
  .map__btn_2 {
    display: none;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .footer .sp-form[sp-id] .sp-form-fields-wrapper form.sp-element-container,
  .footer-form {
    display: flex;
    align-items: center;
    padding: 24px 0 80px;
    position: relative;
    border-bottom: 0.1px solid rgba(139, 139, 139, 0.1);
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container.disabled,
  .footer-form.disabled {
    position: relative;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container.disabled:before,
  .footer-form.disabled:before {
    background: url(/image/bxslider/bx_loader.gif) no-repeat center
      rgba(0, 0, 0, 0.03);
    content: "";
    cursor: progress;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container.disabled
    input,
  .footer-form.disabled input {
    background: #aaa;
    opacity: 0.5;
    pointer-events: none;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container.disabled
    button,
  .footer-form.disabled button {
    cursor: progress;
    opacity: 0.5;
    pointer-events: none;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field:nth-child(1),
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container__text,
  .footer-form .sp-field:nth-child(1),
  .footer-form__text {
    flex-shrink: 0;
    width: 190px;
    margin-right: 40px;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field
    .sp-form-control,
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container__input,
  .footer-form .sp-field .sp-form-control,
  .footer-form__input {
    margin-right: 12px;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .form-request__label,
  .footer-form .form-request__label {
    bottom: -20px;
    left: 230px;
    max-width: 100%;
    position: absolute;
  }
  .footer__info {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    border-bottom: 0.1px solid rgba(139, 139, 139, 0.1);
  }
  .footer-menu {
    order: 2;
  }
  .footer-menu__btn {
    display: none;
  }
  .footer__title,
  .summer p {
    margin-bottom: 24px;
  }
  .footer__text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-social__icon {
    width: 40px;
    height: 40px;
  }
  .footer-pay__text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-time {
    display: block;
  }
  .footer-time__item {
    margin-bottom: 20px;
  }
  .footer-time__item:last-child {
    margin-bottom: 0;
  }
  .footer-time__text,
  .footer-time__title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-time__title {
    display: block;
    font-weight: 500;
  }
  .footer-time__text {
    color: #8b8b8b;
  }
  .footer-menu {
    display: flex;
    justify-content: space-between;
    width: 390px;
    margin-bottom: 0;
  }
  .footer-menu__items,
  .footer-menu__list {
    display: block;
  }
  .footer-menu__item {
    margin: 0 0 12px;
  }
  .footer-menu__link {
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bottom__text {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .footer-bottom__rights {
    width: 100%;
    text-align: right;
  }
  .footer-bottom__map,
  .footer-bottom__politic {
    flex-shrink: 0;
    margin-right: 24px;
  }
  .rise {
    height: 368px;
  }
  .rise__title {
    margin-top: 16px;
  }
  .breadcrumbs {
    padding-top: 224px;
  }
  .breadcrumbs_black {
    padding-top: 40px;
  }
  .safe-cnt {
    padding: 80px 0 100px;
  }
  .safe-block__box {
    padding-right: 380px;
    padding-left: 110px;
  }
  .safe-block__box:before {
    right: 100px;
  }
  .safe-block__box:after {
    left: 0;
  }
  .cards {
    padding: 60px 0;
  }
  .cards__title {
    display: block;
    margin-bottom: 40px;
  }
  .cards-item._3 .list__item,
  .cards-item._4 .list__item {
    line-height: 24px;
  }
  .cards-item__title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
  }
  .cards-item__text._1 {
    margin-bottom: 12px;
  }
  .badges {
    padding: 40px 0 100px;
  }
  .badges__title {
    font-size: 40px;
  }
  .badges__items {
    grid-template-rows: auto auto;
  }
  .badges-item {
    padding: 32px;
    min-height: 160px;
  }
  .rule-tabs__btns {
    padding: 60px 0 40px;
  }
  .rule-tabs__grid {
    width: 824px;
  }
  .rule-tabs .tabs__btn {
    padding: 7px 16px;
  }
  .accordion {
    padding-bottom: 60px;
  }
  .accordion-item__btn {
    padding: 19px 30px;
  }
  .accordion-item__text {
    max-width: 330px;
    font-size: 18px;
    line-height: 24px;
  }
  .accordion-item__pagination {
    display: none;
  }
  .beach-tabs .tabs__btn {
    padding: 7px;
  }
  .beach__slider {
    width: 852px;
  }
  .beach .aqva__img {
    width: 100%;
    height: 520px;
  }
  .pool {
    padding: 80px 0 120px;
  }
  .pool__wrapper {
    transform: none !important;
    justify-content: center;
  }
  .pool__slider {
    width: 100%;
  }
  .pool-item__img {
    margin: 0 auto;
  }
  .pool-accordion__title {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 56px;
  }
  .pool-accordion__subtitle {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .table {
    margin-bottom: 60px;
  }
  .table__td._1 {
    width: 240px;
  }
  .newmainpage .slider__swiper .btn {
    bottom: 105px;
  }
  .newmainpage .slider__swiper .btn.btn-3d-tour {
    bottom: 14px;
  }
  .newmainpage .slider__swiper-wrap {
    margin-top: 30vh;
  }
  .cafe-tabs__grid {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
  .cafe-tabs .tabs__btn {
    white-space: nowrap;
  }
  .cafe-tabs__wrap-menu {
    display: block;
    column-count: 2;
    column-gap: 80px;
  }
  .vacs {
    padding: 60px 0 100px;
  }
  .vacs__wrap {
    padding: 48px;
  }
  .vacs__title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 56px;
  }
  .vacs__btn {
    margin-left: 0;
  }
  .vacs__top {
    flex-direction: row;
    gap: 43px;
  }
  .vacs__slider-slide-info {
    height: calc(100% - 263px);
  }
  .vacs__slider-slide-info:before {
    height: calc(100% + 85px);
  }
  .article-tabs {
    padding: 60px 0 100px;
  }
  .article-tabs._vary .article-tabs__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .article-tabs._vary .article-item:nth-child(6) ~ .article-item {
    display: block;
  }
  .article-tabs._vary .article-item__img {
    height: 172px;
  }
  .article-tabs__items {
    grid-gap: 40px;
  }
  .article-item__img {
    height: 258px;
  }
  .article-item__text {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .article-item__btn {
    display: none;
  }
  .article-page {
    padding: 60px 0;
  }
  .article-page .accordion-item__btn {
    margin-bottom: 28px;
  }
  .article-other {
    padding: 60px 0 100px;
    background: #fbfbfd;
  }
  .article-other__nav {
    top: -76px;
    right: 0;
    transform: none;
    left: auto;
    display: block;
  }
  .article-other__slider {
    max-width: 750px;
    margin-left: 0;
  }
  .review {
    padding-bottom: 100px;
  }
  .review-row {
    display: flex;
  }
  .review-row__text {
    line-height: 28px;
  }
  .review-row__btn {
    flex-shrink: 0;
    margin-left: 52px;
  }
  .review__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  .parking {
    padding-top: 40px;
  }
  .parking-tariff__item-info {
    width: 408px;
    font-size: 16px;
    line-height: 24px;
  }
  .parking-tabs {
    padding-bottom: 100px;
  }
  .parking-tabs__btn {
    line-height: 24px;
  }
  .shop__title {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 56px;
  }
  .shop ul {
    margin-top: 32px;
  }
  .program-block__grid {
    display: grid;
    grid-gap: 46px;
    justify-content: space-between;
  }
  .program-block__text._1 {
    margin-bottom: 0;
  }
  .program-block__wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    grid-column: 2;
    width: 300px;
  }
  .program-block__wrap-btn {
    width: 294px;
  }
  .program-block__content {
    margin-top: 0;
  }
  .program-detail {
    padding-bottom: 100px;
  }
  .gift {
    padding: 60px 0 100px;
  }
  .gift__title {
    font-size: 40px;
    line-height: 56px;
  }
  .gift-block__list {
    width: 434px;
    margin-bottom: 0;
  }
  .gift-block__list-item {
    display: flex;
    align-items: center;
    padding-left: 70px;
  }
  .gift-block__list-item:before {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }
  .gift-block__img {
    width: 346px;
    height: 222px;
  }
  .gift__tabs {
    grid-template-columns: auto auto;
    grid-gap: 16px;
    max-width: 632px;
    padding-bottom: 0;
  }
  .gift__tabs .parking-tabs__btn {
    max-width: 328px;
  }
  .halva-block {
    padding: 80px 0 160px;
  }
  .halva-block__title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 40px;
  }
  .halva-block__row {
    display: flex;
    justify-content: space-between;
  }
  .halva-block__wrap {
    width: 436px;
  }
  .halva-block__img {
    margin-bottom: 0;
  }
  .halva-block__text {
    margin-bottom: 40px;
  }
  .halva-order {
    padding: 100px 0 160px;
  }
  .halva-order__items {
    max-width: 100%;
    height: 206px;
    background-image: url(/image/redesign/line-circle-horizon.svg);
    background-position: bottom;
  }
  .halva-order__item {
    width: 178px;
    margin: 0;
    text-align: center;
  }
  .halva-order__item._1,
  .halva-order__item._2,
  .halva-order__item._3,
  .halva-order__item._4 {
    margin: 0;
  }
  .lk-cart-item .-summa .cart-price .old {
    color: #8b8b8b;
  }
  .tariff-block {
    padding-bottom: 80px;
  }
  .tariff-block__cards {
    grid-gap: 32px;
  }
  .tariff-block__ttls {
    display: flex;
    margin-bottom: 20px;
    padding-left: 32px;
  }
  .tariff-block__ttls-item {
    flex-shrink: 0;
    color: #828282;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0.9;
  }
  .tariff-block__ttls-item:nth-child(1) {
    width: 278px;
    margin-right: 40px;
  }
  .tariff-block__ttls-item:nth-child(2) {
    width: 88px;
    margin-right: 48px;
  }
  .tariff-block__ttls-item:nth-child(2).--bonus-card {
    margin-right: 36px !important;
    width: 100px !important;
  }
  .tariff-block__ttls-item:nth-child(3) {
    width: 72px;
    margin-right: 48px;
  }
  .tariff-block__ttls-item:nth-child(3).--bonus-card {
    margin-right: 77px !important;
    width: 135px !important;
  }
  .tariff-block__ttls-item:last-child {
    margin-left: auto;
  }
  .tariff-block__ttls._action {
    padding-right: 32px;
  }
  .tariff-block__ttls._action .tariff-block__ttls-item:nth-child(2) {
    margin-right: 130px;
  }
  .tariff-block__ttls._action .tariff-block__ttls-item:nth-child(3) {
    width: 100px;
  }
  .tariff-card__head-title.-width-min {
    width: min-content;
  }
  .tariff-card__body._action
    .tariff-card__body-row._buy-button
    .tariff-card__body-price._1 {
    margin-right: 50px;
  }
  .tariff-card__body-price {
    text-align: left;
  }
  .tariff-card__body-price[data-type]:not(.--empty):before {
    display: none;
  }
  .tariff-card__body-space {
    display: none;
  }
  .tariff-card__body-info {
    width: inherit;
  }
  .tariff-card__body-info.--is-free {
    min-width: 134px;
  }
  .tariff-card {
    display: flex;
    justify-content: space-between;
    padding: 20px 32px;
  }
  .tariff-card__head {
    flex-shrink: 0;
    width: 278px;
    margin-right: 40px;
  }
  .tariff-card__head-text,
  .tariff-card__head-user {
    margin-top: 20px;
  }
  .tariff-card__body {
    width: 100%;
    margin-top: 0;
  }
  .tariff-card__body-rows {
    grid-gap: 20px;
    margin: 0;
  }
  .tariff-card.--static .tariff-card__body._action .tariff-card__body-row,
  .tariff-card__body-row {
    justify-content: flex-start;
  }
  .tariff-card__body-name {
    width: 88px;
    margin-right: 48px;
    white-space: nowrap;
  }
  .tariff-card__body-name i {
    margin: 5px 0 0 30px;
    position: static;
    transform: translateX(-45%);
  }
  .tariff-card__body-price {
    width: 72px;
    margin-right: 48px;
  }
  .tariff-card__body-price._no {
    width: 120px;
  }
  .tariff-card__body-btn {
    margin: 0 16px 0 0;
  }
  .tariff-card__body._action .tariff-card__body-name,
  .tariff-card__body._action .tariff-card__body-price._1 {
    margin-right: 130px;
  }
  .tariff-card__body._action .tariff-card__body-price._2 {
    margin-right: 0;
  }
  .tariff-card__body-name.--bonus-card {
    min-width: auto;
    width: 88px;
  }
  .tariff-links {
    padding-bottom: 60px;
  }
  .tariff-links .parking-tabs {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 120px;
  }
  .tariff-links .parking-tabs__btn {
    padding: 20px 26px;
  }
  .tariff-links__wrap._4 .tariff-links__modal {
    right: 0;
    left: auto;
  }
  .tariff-links__modal {
    width: 340px;
    top: 80%;
  }
  .tariff-badges {
    padding: 160px 0;
  }
  .box-dr-tarif-result .part .promocode input:focus ~ span {
    margin: 0 10px 0 0;
    right: 100%;
    top: 2px;
    width: auto;
  }
  .wrap-tariff-form.wrap-form-order .form-img {
    margin-bottom: 0;
  }
  .tariff-card.--static .tariff-card__body-row {
    justify-content: space-between;
  }
  .tarifs-new-year-warning-block {
    text-transform: uppercase;
  }
  .tarifs-new-year-warning-block div {
    display: inline;
  }
  .tariff-card__body-row .tariff-card__body-name,
  .tariff-card__body-row.--not-buy .tariff-card__body-name {
    width: 88px;
  }
  .tariff-card__body-row .tariff-card__body-price,
  .tariff-card__body-row.--not-buy .tariff-card__body-price {
    width: 72px;
  }
  .tariff-card__body-row .tariff-card__body-price._double-inline,
  .tariff-card__body-row.--not-buy .tariff-card__body-price._double-inline {
    width: 16%;
  }
  .tariff-card__body-row .tariff-card__body-info,
  .tariff-card__body-row.--not-buy .tariff-card__body-info {
    width: inherit;
  }
  .tariff-card__body-row .basket-form__number,
  .tariff-card__body-row.--not-buy .basket-form__number {
    width: 134px;
  }
  .tariff-card.--static
    .tariff-card__body._action
    .tariff-card__body-row.--fix-width
    .tariff-card__body-price._1 {
    margin-right: 80px;
    width: 110px;
  }
  .tariff-card.--static
    .tariff-card__body._action
    .tariff-card__body-row.--fix-width
    .tariff-card__body-price._2 {
    width: 110px;
  }
  .tariff-block__container[data-id="акции"]
    .tariff-card
    .tariff-card__head:not(.--full-width),
  .tariff-block__container[data-id="акции"]
    .tariff-card.--static
    .tariff-card__head:not(.--full-width) {
    width: 200px;
    margin-right: 20px;
  }
  .tariff-block__container[data-id="акции"]
    .tariff-card
    .tariff-card__body-row
    .tariff-card__body-name,
  .tariff-block__container[data-id="акции"]
    .tariff-card.--static
    .tariff-card__body-row
    .tariff-card__body-name {
    margin: 0 auto 0 40px;
    text-align: center;
    width: 150px;
  }
  .tariff-block__container[data-id="акции"]
    .tariff-card
    .tariff-card__body-row
    .tariff-card__body-name
    span,
  .tariff-block__container[data-id="акции"]
    .tariff-card.--static
    .tariff-card__body-row
    .tariff-card__body-name
    span {
    display: block;
    width: 100%;
  }
  .tariff-block__container[data-id="акции"]
    .tariff-card
    .tariff-card__body-row
    .tariff-card__body-name
    i,
  .tariff-block__container[data-id="акции"]
    .tariff-card.--static
    .tariff-card__body-row
    .tariff-card__body-name
    i {
    margin: 5px 0 0;
    transform: none;
  }
  .tariff-block__container[data-id="акции"]
    .tariff-card
    .tariff-card__body._action
    .tariff-card__body-row._buy-button
    .tariff-card__body-price._1,
  .tariff-block__container[data-id="акции"]
    .tariff-card.--static
    .tariff-card__body._action
    .tariff-card__body-row._buy-button
    .tariff-card__body-price._1 {
    margin: 0 auto 0 20px;
  }
  .tariff-block__container[data-id="preferential"]
    .tariff-card__body._action
    .tariff-card__body-price._1,
  .tariff-block__container[data-id="special"]
    .tariff-card__body._action
    .tariff-card__body-price._1,
  .tariff-card[data-row="karibiya-lets-steam"]
    .tariff-card__body._action
    .tariff-card__body-price._1 {
    margin-right: auto;
  }
  .tariff-block__container[data-id="preferential"]
    .tariff-card__body._action
    .tariff-card__body-price.tariff-card__body-price--new,
  .tariff-block__container[data-id="special"]
    .tariff-card__body._action
    .tariff-card__body-price.tariff-card__body-price--new,
  .tariff-card[data-row="karibiya-lets-steam"]
    .tariff-card__body._action
    .tariff-card__body-price.tariff-card__body-price--new {
    margin-right: 0;
  }
  .tariff-block__container[data-id="preferential"]
    .tariff-card.--static
    .tariff-card__body._action
    .tariff-card__body-name,
  .tariff-block__container[data-id="special"]
    .tariff-card.--static
    .tariff-card__body._action
    .tariff-card__body-name,
  .tariff-card[data-row="karibiya-lets-steam"]
    .tariff-card.--static
    .tariff-card__body._action
    .tariff-card__body-name {
    margin: 0 auto 0 0;
  }
  .tariff-block__container[data-id="preferential"]
    .tariff-card__body-row
    .tariff-card__body-price._no,
  .tariff-block__container[data-id="special"]
    .tariff-card__body-row
    .tariff-card__body-price._no,
  .tariff-card[data-row="karibiya-lets-steam"]
    .tariff-card__body-row
    .tariff-card__body-price._no {
    white-space: nowrap;
    width: 120px;
  }
  .event {
    padding: 60px 0 100px;
  }
  .event-tabs__btns {
    margin-bottom: 40px;
  }
  .event-tabs__btn {
    font-size: 40px;
    line-height: 56px;
  }
  .event__aqva-tabs {
    gap: 8px;
    margin-bottom: 40px;
  }
  .event .aqva__nav_geo {
    top: -74px;
  }
  .event__slide {
    padding: 24px;
  }
  .event__slide-img {
    height: 272px;
  }
  .event__slide-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  .event__slide-title.-mod-link {
    display: flex;
    grid-column-gap: 10px;
  }
  .event__slide-title.-mod-link .link {
    margin-left: auto;
    line-height: 28px;
  }
  .event-doing .event__slider {
    height: 1110px;
  }
  .event-doing .item__date {
    order: -1;
  }
  .event-doing .item__date._time {
    width: 100%;
    order: 1;
    margin-top: 8px;
  }
  .event-doing .item__link {
    width: auto;
    order: 0;
    margin-top: 0;
  }
  .summer {
    padding: 40px 0 80px;
  }
  .summer__banner {
    height: 566px;
    margin-bottom: 34px;
  }
}
@media all and (min-width: 1024px) and (min-width: 1400px) {
  .footer .form-request__label {
    left: 530px;
  }
}
@media all and (min-width: 1280px) {
  .aqva__nav {
    top: -66px;
  }
  .aqva__img {
    height: 546px;
  }
  .top-video-page .video-link {
    height: 519px;
  }
  .pool__list {
    padding-top: 24px;
    grid-column-gap: 16px;
  }
  .pool__list .pool-item {
    padding: 0 40px;
  }
  .pool__list .pool-item__img {
    max-width: 60px;
    height: 60px;
  }
  .pool__list .pool-item__title {
    margin-bottom: 17px;
  }
  .pool__list .pool-item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .adv__slider.adv__slider-mod-item .adv-item,
  .adv__slider.adv__slider-mod-item .adv_item {
    padding: 30px 254px 30px 30px;
  }
  .adv__slider.adv__slider-mod-item .adv__title,
  .adv__slider.adv__slider-mod-item .adv_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .adv__slider.adv__slider-mod-item .adv__text,
  .adv__slider.adv__slider-mod-item .adv_text {
    font-size: 16px;
    line-height: 24px;
  }
  .infograf.infograf-direction {
    grid-template-columns: auto 607px;
  }
  .review__info {
    max-width: 51%;
  }
  .wrap-review-sl .review-nav {
    top: -108px;
    right: 81px;
  }
  .review-sl .review-item {
    width: 592px;
  }
  .section-offset.accordion_vary .accordion__cards {
    padding-bottom: 0;
  }
  .section-offset.accordion_vary
    .accordion-card.accordion-card_active
    .accordion-card__btn {
    border-color: #ff9600;
  }
  .section-offset.accordion_vary
    .accordion-card.accordion-card_active
    .accordion-card__icon {
    transform: scale(1, -1);
  }
  .section-offset.accordion_vary .accordion-card__btn {
    align-items: center;
  }
  .section-offset.accordion_vary .accordion-card__content {
    border: 1px solid #e3e5ed;
    padding: 20px 30px;
    border-radius: 6px;
    margin-top: 4px;
  }
  .tabs__btn {
    cursor: pointer;
  }
  .item.swiper-slide {
    width: 592px !important;
  }
  .item__img {
    height: 362px;
  }
  .vacs__slider-slide-info {
    height: calc(100% - 362px);
  }
}
@media all and (min-width: 1400px) {
  .page {
    padding-top: 194px;
  }
  .page._vary {
    padding-top: 174px;
  }
  .page._vary .container {
    max-width: 1280px;
  }
  .container {
    max-width: 1200px;
  }
  .container.--move-upper {
    margin-top: -160px;
  }
  .banner-title,
  .h1 {
    font-size: 56px;
    line-height: 64px;
  }
  .h3,
  .h4,
  h3,
  h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .h4,
  h4 {
    line-height: 40px;
  }
  .btn_align {
    margin-top: 60px;
  }
  .btn-gift-cart-link {
    top: -35px;
  }
  .badge {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
  }
  .wrap {
    margin-bottom: 56px;
  }
  .wrap__text {
    margin-bottom: 0;
  }
  .header.--new-year .header__logo::before {
    background-image: url(/image/ny2024/logo_desktop_2x.png);
    top: 0;
    left: 0;
    width: 140px;
    height: 94px;
    transform: translate(-15px, -15px);
    background-size: cover;
  }
  .header.--new-year._fixed .header__logo:before {
    transform: scale(1) translate(-15px, -15px);
  }
  .header__burger {
    width: 55px;
  }
  .header__programm {
    padding: 1.5px 13px;
    border-radius: 12px;
    gap: 7px;
  }
  .header__programm span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .header._fixed .header__logo {
    width: 95px;
    height: 76px;
  }
  .header__icon {
    margin-right: 10px;
  }
  .header_white .header__temp,
  .header_work .header__temp {
    display: flex;
  }
  .header .container {
    max-width: 1280px;
  }
  .header__block {
    display: flex;
    align-items: center;
  }
  .header__phone {
    display: none;
    margin-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }
  .header .header__phone_ds {
    display: block;
  }
  .header__logo {
    width: 131px;
    height: 104px;
  }
  .menu-box__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu-sl:after {
    width: 100%;
  }
  .menu {
    grid-template-columns: 707px 1fr;
  }
  .menu .header__top {
    right: 106px;
  }
  .menu .header__top .btn-yellow {
    padding: 16px 52px;
    font-size: 20px;
    line-height: 24px;
  }
  .menu__top {
    padding: 38px 28px 50px 80px;
  }
  .menu__top-btn {
    padding: 13px 27px;
  }
  .menu__top-wrap2 {
    margin-top: 40px;
  }
  .menu__top-wrap1 {
    gap: 107px;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .menu__top-wrap1-block {
    gap: 20px;
  }
  .menu__top-wrap1-block-item ul li:not(:first-child) {
    margin-top: 12px;
  }
  .menu__top-wrap1-block-item ul li ul {
    margin-top: 12px;
  }
  .menu__bottom {
    padding: 48px;
  }
  .menu__bottom:after {
    height: 313px;
  }
  .search_active .search__input {
    width: 424px;
  }
  .search_active .search__cross {
    display: block;
  }
  .search__cross {
    opacity: 0;
    visibility: hidden;
    background: #c9e9ff;
  }
  .search__cross._active {
    opacity: 1;
    visibility: visible;
  }
  .search__cross._active:after,
  .search__cross._active:before {
    width: 16px;
    height: 1px;
  }
  .banner:before {
    right: auto;
    bottom: -6px;
    left: 72%;
    transform: translateX(-50%);
    width: 897px;
    height: 683px;
  }
  .banner__content {
    width: 580px;
    padding-top: 80px;
  }
  .banner__badge {
    margin-bottom: 40px;
  }
  .banner__title {
    margin-bottom: 32px;
  }
  .banner__text {
    margin-bottom: 56px;
  }
  .advbottom .adv-item,
  .advbottom.adv_st .adv-item {
    padding: 32px 212px 50px 32px !important;
  }
  .advbottom .adv-item:before {
    width: 40px;
    height: 40px;
  }
  .adv {
    padding: 20px 0 80px;
  }
  .adv_st .adv__wrapper,
  .adv_st .adv_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .adv_st .adv-item,
  .adv_st .adv_item {
    padding: 32px 212px 50px 32px;
  }
  .adv_st .adv-item:before,
  .adv_st .adv_item:before {
    right: 32px;
    width: 172px;
    height: 172px;
  }
  .adv_st .adv__title,
  .adv_st .adv_title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
  .adv_st .adv__text,
  .adv_st .adv_text {
    font-size: 16px;
    line-height: 24px;
  }
  .adv__slider,
  .adv_slider {
    max-width: 100%;
  }
  .adv__wrapper,
  .adv_wrapper {
    grid-template-columns: repeat(4, 290px);
  }
  .aqva__title {
    margin-bottom: 24px;
  }
  .rise_baths .breadcrumbs {
    padding-top: 298px;
  }
  .rise_baths .rise__text {
    margin-top: 25px;
  }
  .cart-size {
    padding: 20px 30px;
  }
  .cart-size .wrap-img {
    margin: 0 auto 20px;
  }
  .cart-size .-wrap {
    grid-template-columns: auto 172px;
    grid-row-gap: 26px;
    align-items: center;
    flex-direction: row;
    display: grid;
  }
  .cart-size .wrap-link {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 30px;
    text-align: right;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size {
    padding: 26px 48px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .-wrap {
    grid-template-columns: auto 172px;
    grid-column-gap: 75px;
  }
  .list-cart-size:not(.sl-cart-size) .cart-size .wrap-img {
    padding-top: 0;
  }
  .visiting-rules {
    grid-column-gap: 76px;
  }
  .visiting-rules .-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .visiting-rules ul {
    grid-column-gap: 58px;
  }
  .description-card {
    grid-template-columns: auto 540px;
    grid-column-gap: 100px;
    align-items: center;
  }
  .description-card.reverse {
    grid-template-columns: 540px auto;
  }
  .description-card.reverse .wrap-img {
    padding-left: 60px;
    padding-right: 0;
  }
  .description-card .wrap-img {
    padding-right: 60px;
  }
  .tabs.children-tabs {
    padding-top: 28px;
    margin-top: 12px;
  }
  .tabs.children-tabs .article-tabs__grid {
    margin-bottom: 48px;
  }
  .tabs__wrapper {
    max-width: 100%;
  }
  .tabs__btn {
    padding: 7px 16px;
  }
  .discount {
    padding-bottom: 120px;
  }
  .discount__inner {
    padding: 56px;
    background-image: url(/image/redesign/bg_banner_xl_RED.jpg);
  }
  .discount__title {
    margin-bottom: 24px;
  }
  .discount__text {
    margin-bottom: 40px;
  }
  .discount-b__inner {
    background-image: url(/image/redesign/bg_banner_birthday-2.png);
    background-position: 97% center;
    background-size: 45%;
  }
  .discount-b__text {
    width: 560px;
    margin-bottom: 40px;
  }
  .discount-b__btn {
    width: auto;
  }
  .discount-action {
    padding-bottom: 0;
  }
  .discount-action .discount__inner {
    padding: 56px 500px 56px 56px;
    background-size: 456px;
    background-position: 700px center;
  }
  .discount-action__dsc {
    margin-bottom: 32px;
  }
  .serv {
    padding-bottom: 120px;
  }
  .serv__text {
    width: 700px;
  }
  .serv__item {
    padding: 250px 37px 28px !important;
  }
  .serv__item:before {
    width: 220px;
    height: 210px;
  }
  .form__text {
    margin-bottom: 40px;
  }
  .map__title {
    margin-bottom: 24px;
  }
  .map__wrap {
    margin-bottom: 40px;
  }
  .map__text {
    width: auto;
  }
  .map__btn {
    font-size: 16px;
    line-height: 24px;
  }
  .map__media {
    height: 420px;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field:nth-child(1)
    p,
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field:nth-child(1)
    span,
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field:nth-child(1)
    strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field:nth-child(2),
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field:nth-child(3) {
    margin-right: 24px;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container
    .sp-field:nth-child(1),
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container__text,
  .footer-form .sp-field:nth-child(1),
  .footer-form__text {
    width: auto;
    margin-right: 90px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container__input,
  .footer-form__input,
  .sp-field
    .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container:nth-child(2),
  .sp-field
    .footer
    .sp-form[sp-id]
    .sp-form-fields-wrapper
    form.sp-element-container:nth-child(3),
  .sp-field .footer-form:nth-child(2),
  .sp-field .footer-form:nth-child(3) {
    margin-right: 24px;
  }
  .footer-menu {
    margin-top: 54px;
  }
  .footer-pay {
    order: 3;
    margin-top: 0;
  }
  .footer-pay_1 {
    display: none;
  }
  .footer-pay_2 {
    display: block;
    padding-left: 40px;
  }
  .footer-pay__row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-pay__img {
    margin-right: 0;
  }
  .footer-pay__img:nth-of-type(1) {
    order: 4;
  }
  .footer-pay__img:nth-of-type(2) {
    order: 2;
  }
  .footer-pay__img:nth-of-type(3) {
    order: 3;
  }
  .footer-pay__img:nth-of-type(4) {
    order: 1;
  }
  .footer-pay__img:nth-of-type(5) {
    order: 5;
  }
  .footer-pay__img:nth-of-type(6) {
    order: 6;
  }
  .rise_pool {
    padding-bottom: 60px;
  }
  .rise {
    height: 520px;
  }
  .rise__title {
    margin-top: 24px;
  }
  .breadcrumbs {
    padding-top: 352px;
  }
  .breadcrumbs_black {
    padding-top: 80px;
    padding-bottom: 24px;
  }
  .safe-cnt {
    padding: 80px 0;
  }
  .safe-block__row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .safe-block__media {
    flex-shrink: 0;
    margin: 0;
  }
  .safe-block__box {
    width: 480px;
    padding: 94px 30px 108px;
    overflow: visible;
  }
  .safe-block__box:before {
    top: -30px;
    right: -34px;
  }
  .safe-block__box:after {
    width: 480px;
  }
  .safe-block__title {
    font-size: 20px;
    line-height: 28px;
  }
  .list-description {
    grid-row-gap: 40px;
    display: block;
  }
  .cards__title {
    line-height: 40px;
  }
  .cards__col,
  .cards__grid {
    grid-gap: 20px;
  }
  .cards-item._3 {
    padding: 47px 24px;
  }
  .badges {
    padding: 80px 0;
  }
  .badges__title {
    margin-bottom: 24px;
  }
  .badges__info {
    display: block;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }
  .badges__items {
    grid-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  .badges-item {
    padding: 32px 16px;
  }
  .rule-tabs__title {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 40px;
  }
  .rule-tabs__container {
    padding-bottom: 0;
  }
  .accordion__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .accordion-item__text {
    max-width: 278px;
  }
  .accordion-container .accordion-item__page {
    padding-top: 88px;
    padding-bottom: 0;
  }
  .accordion_vary {
    padding-bottom: 80px;
  }
  .accordion-card__btn {
    padding: 15px 30px;
  }
  .beach-tabs {
    padding-bottom: 60px;
  }
  .beach {
    background: #fbfbfd;
  }
  .beach .wrap {
    display: flex;
  }
  .beach .aqva__nav {
    right: 190px;
  }
  .pool-item {
    align-items: center;
  }
  .pool-item__text {
    text-align: center;
  }
  .pool-aqva {
    padding: 60px 0;
  }
  .newmainpage .slider.--static {
    height: 100dvh;
  }
  .newmainpage .slider__swiper .btn {
    bottom: 260px;
  }
  .newmainpage .slider__swiper .btn.btn-3d-tour {
    bottom: 30px;
  }
  .newmainpage .slider__swiper-wrap .h1 {
    font-size: 110px;
    line-height: 132px;
  }
  .newmainpage .slider__swiper-wrap p {
    font-size: 26px;
    line-height: 30px;
  }
  .slider__img {
    height: 520px;
  }
  .slider__nav {
    right: 0;
    bottom: 28px;
  }
  .cafe-tabs__title {
    margin-bottom: 40px;
  }
  .cafe-tabs__grid {
    grid-gap: 12px;
    width: 912px;
    margin-bottom: 60px;
  }
  .cafe-tabs__wrap-menu {
    display: block;
    column-count: 3;
    column-gap: 84px;
  }
  .cafe-tabs .tabs__btn {
    padding: 11px 16px;
  }
  .cafe-menu__title {
    font-size: 22px;
    line-height: 32px;
  }
  .cafe-menu__name:nth-child(1) {
    max-width: 270px;
  }
  .article-tabs._vary,
  .vacs {
    padding-bottom: 140px;
  }
  .vacs__wrap {
    padding: 60px;
  }
  .vacs__col {
    align-items: flex-start;
  }
  .vacs__title {
    text-align: left;
  }
  .vacs__items {
    grid-template-columns: 1fr 1fr;
  }
  .article-tabs {
    padding: 80px 0 260px;
  }
  .article-tabs._vary .article-item__img {
    height: 216px;
  }
  .article-tabs__grid {
    margin-bottom: 56px;
  }
  .article-tabs__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
  }
  .article-item__img {
    height: 216px;
  }
  .article-page {
    padding: 80px 0 90px;
  }
  .article-other {
    padding-bottom: 200px;
  }
  .article-other__wrap {
    margin-bottom: 32px;
  }
  .article-other__nav {
    display: none;
  }
  .article-other__slider {
    max-width: 100%;
  }
  .article-other__slider .swiper-wrapper {
    transform: none !important;
  }
  .review {
    padding: 80px 0 140px;
  }
  .review-item {
    padding: 40px;
  }
  .parking__head {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .parking__info {
    margin-bottom: 80px;
  }
  .parking-tariff__title {
    line-height: 40px;
  }
  .parking-tariff__items {
    margin-bottom: 20px;
  }
  .parking-tariff__item {
    flex-wrap: nowrap;
    padding: 32px;
  }
  .parking-tariff__item._1 .parking-tariff__item-wrap,
  .parking-tariff__item._2 .parking-tariff__item-wrap {
    max-width: 780px;
    width: 100%;
  }
  .parking-tariff__item-wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 180px;
  }
  .parking-tariff__item-text {
    margin-bottom: 0;
  }
  .parking-tariff__item-text span {
    margin-left: 8px;
  }
  .parking-tariff__item-info {
    width: 580px;
    font-weight: 500;
  }
  .parking__dsc {
    margin-bottom: 80px;
  }
  .parking-tabs {
    grid-gap: 16px;
    padding-bottom: 140px;
  }
  .parking-tabs__btn {
    max-width: 100%;
  }
  .shop {
    padding-bottom: 0;
  }
  .program-block {
    padding: 80px 0;
  }
  .program-block__text,
  .program-block__title {
    margin-bottom: 20px;
  }
  .program-block__btn {
    display: inline-block;
    margin-top: 20px;
  }
  .program-block__wrap {
    width: 500px;
  }
  .program-block__grid.-mod-cart .wrap-btn {
    margin-top: 55px;
  }
  .program-accordion {
    padding-top: 60px;
  }
  .program-accordion__title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 56px;
  }
  .program-detail {
    padding-bottom: 120px;
  }
  .program-detail h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .fit-service__sliders.-mod .fit-service__content .wrap-btn {
    margin-top: auto;
  }
  .gift {
    padding: 80px 0 140px;
  }
  .gift__wrap {
    align-items: center;
  }
  .gift-block__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 590px;
    grid-gap: 32px;
  }
  .gift-block__list-item {
    height: 48px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .gift-block__img {
    width: 464px;
    height: 296px;
  }
  .halva-block {
    padding-bottom: 120px;
  }
  .halva-block__img {
    width: 502px;
    height: 316px;
  }
  .halva-block__wrap {
    width: 590px;
  }
  .halva-items__row {
    width: 100%;
    row-gap: 110px;
  }
  .halva-items__item {
    width: 290px;
  }
  .halva-items__item._4 {
    margin-left: 220px;
  }
  .halva-items__item._5 {
    margin: 0 220px 0 0;
  }
  .halva-items__img {
    margin-bottom: 20px;
  }
  .halva-order {
    padding: 140px 0 200px;
  }
  .halva-order__item._1 {
    margin-left: 40px;
  }
  .halva-order__item._4 {
    margin-right: 40px;
  }
  .tariff-tabs__slider {
    overflow: hidden;
  }
  .tariff-tabs .swiper-wrapper {
    transform: none !important;
  }
  .tariff-block__ttls {
    padding-right: 32px;
  }
  .tariff-block__ttls-item:nth-child(1) {
    width: 394px;
    margin-right: 70px;
  }
  .tariff-block__ttls-item:nth-child(2),
  .tariff-block__ttls-item:nth-child(3) {
    margin-right: 100px;
  }
  .tariff-block__ttls._action .tariff-block__ttls-item:nth-child(2) {
    margin-right: 240px;
  }
  .tariff-block__cnt {
    max-width: 950px;
    width: 100%;
  }
  .tariff-block__cnt h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .tariff-block__cnt p {
    font-size: 18px;
    line-height: 28px;
  }
  .tariff-block__cnt-btns {
    margin-top: 40px;
  }
  .tariff-card__sticker {
    right: 110px;
  }
  .tariff-card__head-title--crossed {
    display: inline;
  }
  .tariff-card__head {
    width: 394px;
    margin-right: 70px;
  }
  .tariff-card__head-text {
    width: 324px;
  }
  .tariff-card__head.--full-width {
    width: 100%;
    margin-right: 0;
  }
  .tariff-card__head.--full-width .tariff-card__head-text {
    width: 100%;
  }
  .tariff-card__body-name,
  .tariff-card__body-price {
    margin-right: 100px;
  }
  .tariff-card__body._action .tariff-card__body-name {
    margin-right: 250px;
  }
  .tariff-card__body._action .tariff-card__body-price._1 {
    margin-right: 130px;
  }
  .tariff-links__wrap._4 .tariff-links__modal {
    right: 30%;
  }
  .tariff-links .parking-tabs__btn {
    padding: 20px 62px;
  }
  .tariff-links__modal {
    top: 50%;
    left: 30%;
    width: 544px;
  }
  .wrap-tariff-form.wrap-form-order {
    padding: 60px 152px;
  }
  .wrap-tariff-form.wrap-form-order .wrap-btn {
    margin-top: 16px;
  }
  .tariff-card.--static .tariff-card__head .tariff-card__head-text {
    width: 345px;
  }
  .tariff-card__body-row .tariff-card__body-price._double-inline,
  .tariff-card__body-row.--not-buy .tariff-card__body-price._double-inline {
    width: 20%;
  }
  .tariff-block__container[data-id="акции"]
    .tariff-card
    .tariff-card__head:not(.--full-width),
  .tariff-block__container[data-id="акции"]
    .tariff-card.--static
    .tariff-card__head:not(.--full-width) {
    width: 360px;
  }
  .tariff-block__container[data-id="акции"]
    .tariff-card
    .tariff-card__body._action
    .tariff-card__body-row._buy-button
    .tariff-card__body-price._1,
  .tariff-block__container[data-id="акции"]
    .tariff-card.--static
    .tariff-card__body._action
    .tariff-card__body-row._buy-button
    .tariff-card__body-price._1 {
    margin: 0 auto 0 100px;
  }
  .tariff-block__container[data-id="preferential"]
    .tariff-card__body._action
    .tariff-card__body-price.tariff-card__body-price--old,
  .tariff-block__container[data-id="special"]
    .tariff-card__body._action
    .tariff-card__body-price.tariff-card__body-price--old,
  .tariff-card[data-row="karibiya-lets-steam"]
    .tariff-card__body._action
    .tariff-card__body-price.tariff-card__body-price--old {
    width: 30px;
  }
  .event__aqva-tabs {
    grid-gap: 16px;
  }
  .event__slide-img {
    height: 362px;
    margin-bottom: 32px;
  }
  .event__slide-title {
    margin-bottom: 24px;
  }
  .event-doing .item__date {
    order: -1;
  }
  .event-doing .item__date._time {
    width: auto;
    order: 0;
    margin-top: 0;
  }
  .summer {
    padding: 56px 0 120px;
  }
  .summer__banner {
    height: 802px;
    margin-bottom: 56px;
  }
}
@media all and (min-width: 1600px) {
  .menu-box__cards {
    grid-template-columns: repeat(4, 1fr);
  }
  .newmainpage .slider video {
    transform: translate(-50%, -50%) scale(1.3);
  }
  .tariff-card__body-row .tariff-card__body-price._double-inline,
  .tariff-card__body-row.--not-buy .tariff-card__body-price._double-inline {
    width: 17%;
  }
}
@media all and (max-width: 1399px) {
  .rise__text {
    display: none;
  }
  #picker .ui-datepicker {
    background-color: #fff;
    border: 1px solid #e3e5ed;
    border-radius: 12px;
    padding: 15px 8px;
    max-width: 344px;
  }
  #picker .ui-datepicker > div {
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  #picker .ui-datepicker .ui-datepicker-next,
  #picker .ui-datepicker .ui-datepicker-prev {
    top: 2px;
  }
  form.dr-tarif .pay .title {
    padding-top: 100px;
  }
  form.dr-tarif .service {
    padding: 23px;
    margin-bottom: 41px;
  }
  form.dr-tarif .design .swiper-wrapper {
    grid-gap: 24px 24px;
  }
  form.dr-tarif .user {
    padding-bottom: 25px;
  }
  form.dr-tarif .user input[type="text"]:last-of-type {
    margin-top: 0;
  }
  form.dr-tarif .user input {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  form.dr-tarif .title {
    padding-top: 70px;
  }
  form.dr-tarif > .title:first-of-type {
    padding-top: 40px;
  }
  .box-dr-tarif {
    display: grid;
    grid-template-columns: 505px 340px;
    justify-content: space-between;
  }
  .box-dr-tarif > div:first-child {
    padding: 0;
  }
  .box-dr-tarif > div:last-child {
    width: 268px;
    min-width: 268px;
  }
  .box-dr-tarif-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-dr-tarif-card .name span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .box-dr-tarif-result {
    width: 340px;
    min-width: 340px;
    padding-bottom: 34px;
  }
  .box-dr-tarif-result .result-title {
    padding-top: 28px;
  }
  .box-dr-tarif-result .part,
  .box-dr-tarif-result .wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .box-dr-tarif-result .part {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .box-dr-tarif-result .part:last-child {
    margin: 0 32px;
  }
}
@media (max-width: 1023px) {
  .box-dr-tarif-result .part .promocode:not(:first-of-type) {
    margin: 20px 0 0;
  }
}
@media all and (max-width: 1023px) {
  .infograf.infograf-direction {
    padding: 40px 20px;
  }
  #picker {
    padding: 0;
    margin-top: 32px;
  }
  #picker .ui-datepicker {
    padding: 17px 8px;
  }
  #picker .ui-datepicker > div {
    padding: 0;
    width: calc(50% - 5px);
  }
  #picker .ui-datepicker-header {
    padding-top: 0;
  }
  form.dr-tarif .label-group {
    margin-top: 22px;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-p {
    min-width: 128px;
  }
  form.dr-tarif .pay {
    padding-bottom: 53px;
  }
  form.dr-tarif .pay .title {
    padding-top: 85px;
  }
  form.dr-tarif .pay .label-group label {
    margin-bottom: 12px;
  }
  form.dr-tarif .pay .logos {
    padding-top: 38px;
    max-width: 556px;
  }
  form.dr-tarif .service {
    padding: 38px;
    margin-bottom: 33px;
  }
  form.dr-tarif .service .name {
    margin-bottom: 17px;
  }
  form.dr-tarif .write input,
  form.dr-tarif .write span {
    max-width: 100%;
  }
  form.dr-tarif .design {
    margin-bottom: 45px;
  }
  form.dr-tarif .user {
    margin-top: -30px;
  }
  form.dr-tarif .title {
    padding-top: 80px;
  }
  .box-dr-tarif {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-dr-tarif > div:first-child {
    padding: 0;
  }
  .box-dr-tarif-card .name span {
    font-size: 16px;
    line-height: 24px;
  }
  .box-dr-tarif-result {
    width: 100%;
    max-width: 100%;
    min-width: inherit;
    position: relative;
    top: auto;
    right: auto;
    padding: 24px;
    margin: 152px 0 30px !important;
    display: flex;
    flex-wrap: wrap;
  }
  .box-dr-tarif-result .result-title {
    position: absolute;
    top: -72px;
    left: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #006eff;
    padding: 0;
  }
  .box-dr-tarif-result > .wrap {
    flex-direction: row;
    width: 100%;
  }
  .box-dr-tarif-result .part,
  .box-dr-tarif-result .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .box-dr-tarif-result .part > div:not(:first-of-type) {
    margin-top: 5px;
  }
  .box-dr-tarif-result .part:last-child {
    margin: 32px 0 0;
    width: 100%;
  }
  .box-dr-tarif-result .part:last-child div {
    justify-content: flex-start;
    grid-column-gap: 20px;
  }
  .box-dr-tarif-result .part:last-child b {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .box-dr-tarif-result .part b,
  .box-dr-tarif-result .part strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
  .box-dr-tarif-result .name {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding-bottom: 32px;
  }
  .pay-note {
    margin-bottom: 40px;
  }
  .section-tariff-form.section-offset {
    padding-top: 12px !important;
  }
  .wrap-tariff-form.wrap-form-order .form-img {
    margin-bottom: 26px;
  }
}
@media all and (max-width: 1022px) {
  .menu__close._2,
  .menu__top-title {
    display: none;
  }
  .newmainpage .slider video {
    height: 100%;
  }
  .vacs__bottom-mail,
  .vacs__bottom-socs,
  .vacs__bottom-tels p,
  .vacs__slider-slide-info {
    font-size: 16px;
    line-height: 24px !important;
  }
  .vacs__slider-slide-info-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .cart-size .-list {
    width: 108%;
  }
  .sl-cart-size .cart-size {
    height: auto;
  }
  .inner-block.beach .sl-center .aqva__nav {
    top: -40px;
  }
  .tabs__btn i,
  .top-video-page.-desktop,
  .wrap-review-sl .review-nav {
    display: none;
  }
  .pool__list .pool-item:not(:first-child) {
    margin-top: 27px;
  }
  .infograf.infograf-direction.-border-mod h2,
  .infograf.infograf-direction.-border-mod p {
    text-align: center;
  }
  .infograf.infograf-direction .infograf-img {
    padding: 0 37px;
    margin-top: 20px;
  }
  .infograf.infograf-direction .wrap-btn {
    margin-top: 21px;
  }
  .review__info {
    margin-bottom: 25px;
  }
  .section-offset.accordion_vary .accordion__title {
    text-align: center;
  }
  .breadcrumbs__row.out-login-padding {
    padding-right: 100px;
  }
  .tariff-card__modal {
    max-width: 540px;
  }
  .box-dr-tarif-card .name span br,
  .hide-mobile,
  .pay-note br {
    display: none;
  }
  #picker {
    padding: 25px 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin: 0 auto 15px;
  }
  #picker .ui-datepicker {
    display: block !important;
    margin: 0 auto;
    padding: 15px 8px;
  }
  #picker .ui-datepicker > div,
  #picker .ui-datepicker > div + table {
    width: 100%;
    max-width: 330px;
    margin: auto;
  }
  #picker .ui-datepicker-header {
    margin-left: auto;
    margin-right: auto;
  }
  #picker .ui-datepicker td a,
  #picker .ui-datepicker td span {
    padding: 10px 0;
  }
  #picker .ui-datepicker .ui-datepicker-prev {
    left: -5px;
  }
  #picker .ui-datepicker .ui-datepicker-next {
    right: -5px;
  }
  form.dr-tarif,
  form.dr-tarif .label-group .label-tabl {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  form.dr-tarif .label-group {
    margin-top: 20px;
  }
  form.dr-tarif .label-group .label-tabl .checkbox {
    margin-right: 10px;
    top: -2px;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-n {
    margin-right: 25px;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-n a span,
  form.dr-tarif .label-group .label-tabl .label-tabl-n span {
    display: inline;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-n a {
    line-height: 22px;
  }
  form.dr-tarif
    .label-group
    .label-tabl
    .label-tabl-t:not(.form-label-input-counter) {
    display: none;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-p {
    min-width: inherit;
    width: auto;
    margin-left: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
  }
  .box-dr-tarif-card .name span,
  form.dr-tarif .label-group a {
    font-size: 14px;
    line-height: 20px;
  }
  form.dr-tarif .guest {
    margin: 17px 0 40px;
  }
  form.dr-tarif .guest > div {
    margin-bottom: 11px;
    justify-content: space-between;
  }
  form.dr-tarif .guest > div:last-child {
    margin-bottom: 11px;
  }
  form.dr-tarif .guest > div > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    min-width: inherit;
  }
  form.dr-tarif .counter {
    height: 36px;
    justify-content: flex-end;
    width: 140px;
  }
  form.dr-tarif .counter span {
    max-width: 36px;
    width: 36px;
    height: 36px;
  }
  form.dr-tarif .pay .title {
    padding-top: 51px;
  }
  form.dr-tarif .pay .label-group {
    margin-top: 17px;
  }
  form.dr-tarif .pay .label-group label {
    margin-bottom: 20px;
  }
  form.dr-tarif .pay .label-group label span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  form.dr-tarif .pay .checkbox .label-text {
    padding-left: 12px;
  }
  form.dr-tarif .pay .logos {
    padding-top: 26px;
    flex-wrap: wrap;
  }
  form.dr-tarif .pay .logos span {
    display: block;
    width: 100%;
  }
  form.dr-tarif .pay .logos img {
    margin: 0 0 20px;
  }
  form.dr-tarif .service {
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  form.dr-tarif .service .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  form.dr-tarif .write {
    display: block;
    margin-bottom: 23px;
  }
  form.dr-tarif .user input[type="text"],
  form.dr-tarif .write input {
    width: 100%;
  }
  form.dr-tarif .write span {
    display: block;
    padding: 0;
  }
  form.dr-tarif .design {
    margin: 17px 0 42px;
    padding: 0;
  }
  form.dr-tarif .design .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 0;
    justify-content: space-between;
  }
  form.dr-tarif .design label {
    height: 160px;
  }
  form.dr-tarif .design .swiper-slide {
    margin: 0 auto;
  }
  form.dr-tarif .user input {
    width: 100%;
    margin: 0 0 22px;
  }
  form.dr-tarif .user input:nth-child(3) {
    margin: 0;
  }
  form.dr-tarif button {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
  }
  form.dr-tarif .title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 15px;
    padding-top: 40px;
  }
  form.dr-tarif > .title:first-of-type {
    padding-top: 32px;
  }
  .design-inscription b {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .box-dr-tarif-card {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .box-dr-tarif-result {
    display: block;
    margin-top: 142px !important;
  }
  .box-dr-tarif-result .result-title {
    font-size: 22px;
    line-height: 32px;
    top: -64px;
  }
  .box-dr-tarif-result .part:last-child {
    margin-top: 0;
  }
  .box-dr-tarif-result .part:last-child b,
  .box-dr-tarif-result .part:last-child b:last-child {
    font-size: 18px;
    line-height: 28px;
  }
  .box-dr-tarif-result .name {
    padding-bottom: 3px;
  }
  .pay-note {
    font-size: 13px;
    line-height: 16px;
  }
}
@media all and (max-width: 766px) {
  .header__wrap {
    margin-left: auto;
  }
  .menu__top-wrap1-block-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 8px;
  }
  .aqva__link-desk {
    display: none !important;
  }
  .aqva__link-mob {
    display: block !important;
    margin-top: 20px;
    text-align: center;
  }
  .pool__wrapper {
    transform: none !important;
    display: block;
  }
  .article-other__slider .swiper-wrapper {
    display: grid;
    grid-gap: 24px;
    transform: none !important;
  }
  .article-other__slider .swiper-slide:last-child {
    display: none;
  }
  .program-block.program-block-list {
    grid-row-gap: 20px !important;
  }
  .program-block__grid.-mod-cart .program-block__text p,
  .program-block__grid.-mod-cart .program-block__text ul.-mod li,
  .section-text li,
  .section-text p {
    font-size: 14px;
    line-height: 21px;
  }
  .tariff-block__tabs.-tabs-big-btn .tariff-block__tabs-btn {
    width: 100%;
  }
  .tariff-block__container .program-detail .wrap-btn {
    gap: 10px;
  }
  .event__swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap;
    gap: 40px;
  }
  .lg-title {
    font-size: 38px;
    line-height: 40px;
  }
  .lg-intro__title {
    font-size: 42px;
    line-height: 40px;
  }
  .lg-intro__text {
    inset: 0;
    display: block;
    padding-top: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 599px) {
  .tariff-card__modal {
    max-width: 460px;
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media all and (max-width: 575px) {
  .fancybox-slide {
    overflow: hidden;
  }
}
@media all and (max-width: 499px) {
  .tariff-card__modal {
    max-width: calc(100vw - 45px);
  }
}
@media all and (max-width: 339px) {
  form.dr-tarif .design label {
    height: 130px;
  }
  form.dr-tarif .design .swiper-slide {
    width: 130px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  #picker .ui-datepicker {
    display: block !important;
  }
  #picker .ui-datepicker > div,
  #picker .ui-datepicker > div + table {
    width: 100%;
    max-width: 344px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  form.dr-tarif .label-group .label-tabl .label-tabl-n {
    max-width: 280px;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-n a span {
    display: inline;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-n span {
    display: inline;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    white-space: nowrap;
  }
  form.dr-tarif
    .label-group
    .label-tabl
    .label-tabl-t:not(.form-label-input-counter) {
    display: none;
  }
  form.dr-tarif .label-group .label-tabl .label-tabl-p {
    margin-left: auto;
  }
  form.dr-tarif .pay .logos {
    flex-wrap: wrap;
  }
  form.dr-tarif .pay .logos span {
    display: block;
    width: 100%;
  }
  form.dr-tarif .pay .logos img {
    margin: 0 0 20px;
  }
  .box-dr-tarif-card .name {
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-dr-tarif-result .part:nth-child(2),
  .box-dr-tarif-result .part:nth-child(3),
  .box-dr-tarif-result .part:nth-child(4) {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .box-dr-tarif-result .part:nth-child(2) {
    width: 154px;
  }
  .box-dr-tarif-result .part:nth-child(3) {
    border-left: 1px solid #e3e5ed;
    border-right: 1px solid #e3e5ed;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 260px;
  }
  .box-dr-tarif-result .part:nth-child(4) {
    width: 100px;
  }
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

