@charset "UTF-8";
*,
::after,
::before {
    box-sizing: border-box;
}
ol[class],
ul[class] {
    padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
}
ol[class],
ul[class] {
    list-style: none;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    display: block;
}
article > * + * {
    margin-top: 1em;
}
button,
input,
select,
textarea {
    font: inherit;
}
@font-face {
    font-family: Ruda;
    src: url(../fonts/Ruda-Regular.woff2) format("woff2"), url(../fonts/Ruda-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Ruda;
    src: url(../fonts/Ruda-Bold.woff2) format("woff2"), url(../fonts/Ruda-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Ruda;
    src: url(../fonts/Ruda-Black.woff2) format("woff2"), url(../fonts/Ruda-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: slick;
    src: url(../fonts/slick.woff2) format("woff2"), url(../fonts/slick.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.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;
    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,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    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 {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    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-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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 {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    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-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    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] {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    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;
    transform: scaleX(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;
}
.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%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: 0px) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    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;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.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;
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    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 0;
}
.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 5px;
    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;
}
.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 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 2px;
    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: absolute;
    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;
}
body {
    font-family: Ruda, sans-serif;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.4;
    background-color: #ccf6ff;
    font-size: 18px;
    overflow-x: hidden;
}
.fancybox-close-small svg {
    transform: scale(1.5);
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
section {
    margin-bottom: 50px;
}
h1,
h2,
h3,
h4 {
    font-weight: 900;
}
ul {
    padding-left: 20px;
}
.textpage p,
.textpage ul {
    font-size: 14px;
    margin-bottom: 10px;
}
td {
    border: 1px solid;
}
table {
    border-collapse: collapse;
}
a {
    color: #000;
    outline: 0;
    transition: 0.25s;
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-weight: 900;
    cursor: pointer;
    width: 220px;
    height: 50px;
    margin: 0 20px 0 0;
    transition: 0.25s ease;
    border: none;
    outline: 0;
}
.button__dark {
    background-color: #1d1d1b;
    color: #fff;
}
.button__dark:hover {
    background-color: #fad14f;
    color: #fff;
}
.button__darken {
    background-color: #1d1d1b;
    color: #fff;
}
.button__darken:hover {
    color: #fad14f;
}
.button__yellow {
    background-color: #fad14f;
    color: #000;
}
.button__orange {
    background-color: #f47732;
    color: #000;
}
.button__transparent {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}
.button__orange:hover,
.button__transparent:hover,
.button__yellow:hover {
    background-color: #000;
    color: #fff;
}
.button__inline {
    background-color: transparent;
    color: #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    padding: 0 15px;
}
.button__inline img {
    padding-left: 10px;
    width: 68px;
}
.button__inline:hover {
    border: 2px solid #000;
    color: #000;
}
.underline {
    text-decoration: underline !important;
}
.bolder {
    font-weight: 700;
}
.bold {
    font-weight: 900;
}
.slick-prev::before {
    background-image: url(/assets/templates/swimPool/img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font-size: 68px;
    opacity: 1;
}
.slick-next::before {
    background-image: url(/assets/templates/swimPool/img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    color: transparent;
    font-size: 68px;
    opacity: 1;
}
.slick-prev {
    z-index: 1;
    left: 0;
}
.slick-next {
    transform: rotate(180deg);
    right: 0;
}
.slick-track {
    display: flex;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li button::before {
    content: "";
    border: 2px solid #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    background-color: #23bfd6;
    opacity: 1;
}
.slider__item {
    outline: 0;
    height: auto;
}
.burger {
    display: flex;
    align-items: center;
    width: 38px;
}
#menu__toggle {
    opacity: 0;
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
.main__menu .menu__box.active {
    visibility: visible;
    right: 0;
}
.main__menu .menu__box.active .container {
    position: relative;
    height: 500px;
}
.menuTrigger {
    height: 30px;
    width: 37px;
    background-color: transparent;
    z-index: 1;
}
.menu__btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 37px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
.menu__btn > span,
.menu__btn > span::after,
.menu__btn > span::before {
    display: block;
    position: absolute;
    width: 37px;
    height: 4px;
    background-color: #000;
    transition-duration: 0.25s;
    border-radius: 2px;
}
.menu__btn > span::before {
    content: "";
    top: -10px;
}
.menu__btn > span::after {
    content: "";
    top: 10px;
}
.menu__box {
    display: block;
    position: absolute;
    visibility: hidden;
    font-size: 34px;
    top: 0;
    right: -100%;
    width: 560px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 70px 50px !important;
    list-style: none;
    background-color: #23bfd6;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
    z-index: 99999;
}
.menu__box li {
    display: flex;
}
.menu__item {
    display: inline-block;
    padding: 8px 0;
    color: #000;
    font-weight: 900;
    text-decoration: none;
    transition-duration: 0.25s;
}
.menu__item + .menu__image {
    margin-left: 20px;
    flex-grow: 1;
    position: relative;
}
.menu__item + .menu__image img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100px;
    transition-duration: 0.25s;
}
a:hover {
    color: #fad14f;
}
.menu__item.underline {
    font-size: 18px;
}
.breadcrumbs {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumbs > * {
    padding-right: 10px;
}
.header__wraper {
    padding: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo img {
    width: 37px;
}
.header__conrols {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__conrols .button:nth-child(2) {
    width: 81px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.header__conrols .button:nth-child(3) {
    width: 114px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.header__conrols .button__inline.underline {
    display: none;
}
.header__wraper .header_phones {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 30px 0 50px;
}
.header__wraper .header_phones .phone_item {
    position: relative;
}
.header__wraper .header_phones .phone_item .phone_place {
    margin-bottom: 10px;
}
.header__wraper .header_phones .phone_item a:hover {
    color: #000;
    text-decoration: underline;
}
.header__wraper .header_phones .phone_item::before {
    content: "";
    position: absolute;
    left: -29px;
    top: calc(50% - 29px);
    border-radius: 50%;
    width: 58px;
    height: 58px;
    z-index: -9;
}
.header__wraper .header_phones .phone_item:nth-child(1)::before {
    background-color: #f47732;
}
.header__wraper .header_phones .phone_item:nth-child(2)::before {
    background-color: #23bfd6;
}
.header__wraper .header_phones .phone_item:nth-child(3)::before {
    background-color: #fad14f;
}
.header__wraper .header_phones .phone_item:nth-child(4)::before {
    background-color:  #f58d91;;
}
.main__menu {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    visibility: hidden;
}
.main__menu .container {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.main__content {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}
.main__content .main__background {
    height: 100%;
    width: 100%;
}
.main__content .main__background img {
    width: 100%;
}
.main__text {
    position: absolute;
    top: 0;
    padding: 40% 0;
}
.main__text .button {
    width: 240px;
    font-size: 16px;
    margin-top: 20px;
}
.main__text h1 {
    padding-right: 20%;
}
.filials__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.filials__inner > picture {
    padding-bottom: 257px;
    position: relative;
}
.filials__inner > picture img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section__filials .row > div {
    margin: 0 0 40px 0;
}
.section__filials .row > div:nth-child(4n + 1) .filials__inner .filials__inner--text {
    background-color: #f47732;
}
.section__filials .row > div:nth-child(4n + 2) .filials__inner .filials__inner--text {
    background-color: #f58d91;
}
.section__filials .row > div:nth-child(4n + 3) .filials__inner .filials__inner--text {
    background-color: #fad14f;
}
.section__filials .row > div:nth-child(4n + 4) .filials__inner .filials__inner--text {
    background-color: #23bfd6;
}
.filials__inner--text {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px;
    height: 100%;
}
.filials__inner--text .button {
    margin: 25px 0 0 0;
}
.filials__inner--text .time {
    font-weight: 700;
    margin: 10px 0;
}
.section__filial h2 {
    margin-bottom: 20px;
}
.section__filial .col-text {
    margin-top: 20px;
}
.section__filial .about__image {
    position: relative;
    height: 100%;
}
.section__services .slider__item {
    padding-bottom: 50px;
    margin: 0 20px;
}
.section__services .slider__item .slide__inner {
    align-items: center;
}
.section__services .slider__item .slider__item--text {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-right: 10px;
}
.section__services .slider__item .slider__item--text p {
    margin: 20px 0;
}
.section__services .slider__item .slider__item--text:last-child h3 {
    display: none;
}
.section__services .slider__item .slider__item--img {
    padding: 0;
}
.section__services .slider__item .slider__item--img h3 {
    display: none;
}
.section__services .slider__item .button__inline {
    padding: 0;
    margin: 0;
}
.slider__dots {
    text-align: center;
}
.slider__item--img .decoration {
    position: absolute;
    bottom: -50px;
    left: -50px;
}
.section__advantages img {
    width: 100%;
}
.advantages-mobile {
    display: none;
}
.advantages-mobile .advantages__top {
    margin-bottom: 30px;
}
.advtages__text {
    display: flex;
    font-size: 14px;
}
.advtages__text:first-child .advtages__text--inner:nth-child(1) {
    flex-grow: 4;
}
.advtages__text:first-child .advtages__text--inner:nth-child(2) {
    flex-grow: 1;
}
.advtages__text:first-child .advtages__text--inner:nth-child(3) {
    flex-grow: 3;
}
.advtages__text:last-child .advtages__text--inner:nth-child(1) {
    flex-grow: 6;
    text-align: center;
}
.advtages__text:last-child .advtages__text--inner:nth-child(2) {
    flex-grow: 4;
}
.section__header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}
.section__header h2 {
    margin: 0;
}
.section__header picture {
    flex-shrink: 9999;
}
.section__header picture img {
    width: 100%;
    padding-left: 10px;
}
#slider__about .slider__item {
    margin: 0 10px;
}
.about__inner {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    height: 100%;
    justify-content: space-between;
}
.about__inner .about__inner--head {
    display: flex;
    align-items: center;
}
.about__inner .about__inner--head picture {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.about__inner .about__inner--head picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__inner .about__inner--text {
    margin: 20px 0;
}
.instagram__inner {
    margin-bottom: 30px;
}
.instagram__inner .instagram_gallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.instagram__inner .instagram_gallery a {
    margin-bottom: 30px;
}
footer {
    background-color: #23bfd6;
    margin-top: 100px;
}
footer .container {
    position: relative;
}
.footer__middle {
    padding: 30px 0;
}
.footer__middle .row .footer__menu {
    padding: 0;
    white-space: nowrap;
}
.footer__middle .row .footer__menu > .container {
    padding: 0;
}
.footer__menu a {
    font-weight: 900;
    line-height: 34px;
}
.footer__bottom {
    padding-bottom: 35px;
    white-space: nowrap;
}
.footer__bottom .info {
    font-size: 14px;
    line-height: 2;
}
.footer__decoration {
    position: absolute;
    max-width: 100px;
    top: -35px;
    right: 30px;
}
.social__media {
    display: flex;
    margin: 10px 0;
}
.social__media span {
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    background-color: #000;
    height: 30px;
    width: 52px;
    color: #fad14f;
    transition: 0.25s;
}
.social__media span.instagram {
    -webkit-mask-image: url(/assets/templates/swimPool/img/instagram.svg);
    mask-image: url(/assets/templates/swimPool/img/instagram.svg);
}
.social__media span.facebook {
    -webkit-mask-image: url(/assets/templates/swimPool/img/facebook.svg);
    mask-image: url(/assets/templates/swimPool/img/facebook.svg);
}
.social__media span.vk {
    -webkit-mask-image: url(/assets/templates/swimPool/img/vk.svg);
    mask-image: url(/assets/templates/swimPool/img/vk.svg);
}
.social__media a:first-child {
    margin-right: 20px;
}
.social__media a:hover span {
    background-color: #fad14f;
}
.section__attention {
    text-align: center;
}
.section__attention .section__attention--text {
    margin: 50px 0;
}
.section__attention .section__attention--text p {
    margin: 20px 0;
}
.section__attention .section__attention--text strong {
    display: block;
    font-size: 24px;
    color: #f47732;
    font-weight: 900;
    margin: 30px 0;
}
.section__sales .slider__item {
    margin: 0 10px;
}
.section__sales .slider__item .about__inner {
    position: relative;
}
.section__sales .slider__item .about__inner picture {
    position: absolute;
}
.section__sales .slider__item .about__inner picture.sale-1 {
    right: 0;
    top: 0;
}
.section__sales .slider__item .about__inner picture.sale-2 {
    right: 15%;
    bottom: 20%;
}
.section__sales .slider__item .about__sale .about__sale--inner {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.section__sales .slider__item .about__sale .about__sale--inner span {
    font-size: 24px;
    font-weight: 900;
    margin-left: 20px;
}
.section__sales .slider__item .about__inner--text {
    font-size: 14px;
}
.section__sales .slider__item .sale__description {
    width: 70%;
}
.section__sales .slider__item .sale__percent span {
    font-weight: 900;
    font-size: 48px;
}
.section__sales .slider__item h3 {
    margin-bottom: 20px;
}
.section__stuff .col-12 {
    position: relative;
}
.section__stuff .col-12 .stuff__text {
    z-index: 9999;
}
.section__stuff .col-12 .stuff__text p {
    width: 50%;
}
.section__stuff .col-12 picture img {
    position: absolute;
    bottom: -40px;
    right: 15px;
    margin-left: auto;
}
.section__stuff .button {
    width: 268px;
}
.filial__trainers {
    margin-bottom: 50px;
}
.filial__trainers h2 {
    margin-bottom: 20px;
}
.filial__trainers .trainer__inner {
    height: 100%;
    outline: 2px solid transparent;
    transition: 0.25s;
}
.filial__trainers .trainer__inner::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 30px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.25s;
    background-image: url(/assets/templates/swimPool/img/VectorStar.svg);
    background-repeat: no-repeat;
    background-position: right top;
}
.filial__trainers .trainer__images {
    position: relative;
    width: 100%;
    padding-bottom: 366px;
    background-color: #c4c4c4;
    margin-bottom: 20px;
}
.filial__trainers .trainer__images img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.filial__trainers .trainer__name {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
.trainer__image {
    float: left;
    width: 460px;
    height: 660px;
    margin: 0 20px 20px 0;
}
.trainer__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
picture.decoration img {
    margin: 60px 0;
}
.bookform {
    width: 100%;
    background-color: #c4c4c4;
    text-align: center;
    padding: 15% 0;
    margin: 60px 0;
}
.contacts .map {
    width: 100%;
    height: 340px;
    margin-bottom: 20px;
}
.contacts .map #mymap {
    height: 100%;
}
.contacts .contact__background img {
    margin-left: auto;
}
.contacts .contact__info {
    position: absolute;
    top: 0;
}
.contacts .contact__info .contact__inner {
    margin: 20px 0;
}
.contacts .contact__info p.bold {
    font-size: 24px;
}
.section__rules--top {
    position: relative;
}
.section__rules--top picture {
    position: absolute;
    bottom: 0;
    right: 0;
}
.section__rules--bottom {
    position: relative;
}
.section__rules--bottom picture {
    position: absolute;
    top: 40px;
    right: 20px;
}
input:focus,
select:focus {
    outline: 0;
}
.main__form input[type="text"],
.main__form select,
.main__form textarea {
    border: 2px solid #23bfd6;
    padding: 5px 15px;
    margin: 10px 0;
    width: 100%;
}
form > :not(.agree) {
    font-size: 24px;
}
form .agree {
    display: flex;
    font-size: 14px;
    margin-bottom: 30px;
}
form .agree label {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    position: relative;
    margin: 4px 4px 4px 0;
}
form .agree input:checked + label::after {
    position: absolute;
    top: 0;
    left: 2px;
    line-height: 15px;
    content: "\2713";
}
.add__form form {
    max-width: 866px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.add__form form .button {
    margin: 0;
}
.add__form form .agree {
    max-width: 50%;
}
.add__form form input[type="text"] {
    border: 1px solid #000;
    padding: 6px 15px;
    margin: 10px 0;
    width: 274px;
}
.add__form form input[name="phone"] {
    margin-right: 40px;
}
#modalFormRec {
    background-color: #fad14f;
    max-width: 465px;
    width: 100%;
    padding: 40px 30px;
}
#modalFormPhone {
    background-color: #f47732;
    max-width: 465px;
    width: 100%;
    padding: 40px 30px;
}
.add__form {
    max-width: 1140px;
    width: 100%;
    overflow: hidden;
    padding-top: 140px;
}
.add__form table {
    width: 100%;
    font-size: 24px;
    margin: 0 auto;
    position: relative;
}
.add__form table td {
    padding: 0 30px;
    width: 100%;
}
.add__form table thead td {
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    border: none;
}
.add__form table thead td:not(:last-child) {
    border-right: 1px solid;
}
.add__form table thead:not(:first-child) td {
    border: 1px solid;
}
.add__form .text {
    margin: 15px 0;
}
.add__form .text > p {
    margin: 5px auto;
}
.aqua__filming {
    max-width: 657px;
}
.aqua__filming thead tr {
    background-color: #23bfd6;
}
.aqua__filming thead tr td {
    height: 60px;
}
.aqua__filming tr td {
    height: 119px;
}
.aqua__filming tr td:last-child {
    text-align: center;
}
.aqua__swimming {
    max-width: 866px;
}
.aqua__swimming thead tr {
    background-color: #f47732;
}
.aqua__swimming tr td {
    height: 60px;
    text-align: center;
}
.table__stars {
    display: none;
}
.aqua__stuff {
    max-width: 657px;
}
.aqua__stuff thead tr {
    background-color: #ccf6ff;
}
.aqua__stuff thead tr td {
    height: 60px;
}
.aqua__stuff tr td {
    height: 104px;
}
.aqua__stuff tr td:last-child {
    text-align: center;
}
.aqua__pregnant,
.aqua__pregnant ~ .text > p {
    max-width: 657px;
}
.aqua__pregnant thead tr {
    background-color: #f58d91;
}
.aqua__pregnant tr td {
    height: 60px;
    text-align: center;
}
.aqua__solt,
.aqua__solt ~ .text > p {
    max-width: 866px;
}
.aqua__solt thead tr {
    background-color: #fad14f;
}
.aqua__solt tr td {
    width: 50%;
    height: 74px;
}
.aqua__solt tr td:not(:first-child) {
    text-align: center;
}
.arrow-wrap {
    display: flex;
    align-items: center;
}
.add__form .form__background {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}
.add__form .form__background--top {
    top: 0;
}
.add__form .form__background--top img {
    margin: 20px auto;
}
.add__form .form__background--bottom {
    bottom: 0;
}
.add__form .form__background--bottom img {
    margin: 20px auto 0;
}
.image_about {
    align-self: center;
}
.gallery__image {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 30px;
}
.gallery__image img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.fade_img {
    opacity: 0.5;
}
.franshise_advantages {
    margin-top: 50px;
}
.franshise_advantages .advatages__item {
    display: flex;
    align-items: center;
}
.franshise_advantages .advatages__item .advntafes__image {
    margin-right: 40px;
}
.franshise_advantages .franshise_advantages_inner {
    padding: 0 40px;
}
.franshise_form {
    display: flex;
}
.franshise_form .franshise_form__image {
    flex: 0 0 50%;
    position: relative;
}
.franshise_form .franshise_form__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.franshise_form .franshise_form__inner {
    background-color: #fad14f;
    padding: 50px 20px;
    flex: 0 0 50%;
}
.franshise_form .franshise_form__inner .form {
    max-width: 368px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.franshise_form .franshise_form__inner .form h3 {
    margin-bottom: 30px;
}
.franshise_form .franshise_form__inner .form input {
    margin-bottom: 20px;
}
.franshise_form .franshise_form__inner .form textarea {
    resize: none;
}
.franshise_form .franshise_form__inner .form .button {
    font-size: 18px;
}
.main__text {
    padding: 25% 0;
}
.main__text h3 {
    margin-top: 20px;
}
@media (min-width: 320px) {
    .header__logo img {
        width: 52px;
    }
}
@media (min-width: 425px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    .textpage p,
    .textpage ul {
        font-size: 18px;
    }
    .textpage.textpage--about p {
        font-size: 18px;
    }
    .header__logo img {
        width: 67px;
    }
    .header__conrols .button:nth-child(2) {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .header__conrols .button:nth-child(3) {
        width: 144px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .main__text {
        padding: 40% 0;
    }
    .main__text .button {
        width: 240px;
        font-size: 16px;
    }
    .footer__decoration {
        max-width: 138px;
        top: -48px;
    }
    .filial__trainers .trainer__name {
        font-size: 20px;
    }
    .main__text.aducation {
        padding: 30% 0;
    }
}
@media (min-width: 575px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    .header__wraper .header__conrols .button {
        width: 167px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .main__text {
        padding: 40% 0;
    }
    .main__text .button {
        width: 240px;
        font-size: 16px;
        margin-top: 40px;
    }
    .main__text h1 {
        padding-right: 20%;
    }
    .footer__decoration {
        max-width: 212px;
        top: -74px;
    }
    .filial__trainers .trainer__name {
        font-size: 24px;
    }
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 767px) {
    .section__services--cat .row .col-12:not(:last-child) {
        margin-bottom: 80px;
    }
    .section__services--cat .row .col-12 .filials__inner {
        flex-direction: row;
        position: relative;
    }
    .section__services--cat .row .col-12 .filials__inner > picture {
        width: 45%;
        position: relative;
        padding-bottom: 55%;
    }
    .section__services--cat .row .col-12 .filials__inner > picture img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .section__services--cat .row .col-12 .filials__inner--text {
        width: 55%;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    section {
        margin-bottom: 70px;
    }
    .textpage p,
    .textpage ul {
        font-size: 24px;
    }
    .header__logo img {
        width: 84px;
    }
    .main__text {
        padding: 20% 0;
    }
    .main__text .button {
        width: 240px;
        font-size: 16px;
    }
    .main__text h1 {
        padding-right: 8%;
    }
    .advtages__text {
        font-size: 18px;
    }
    .main__text.aducation {
        padding: 20% 0;
    }
}
@media (min-width: 922px) {
    .menu__item:hover + .menu__image img {
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1066px;
    }
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 48px;
    }
    section {
        margin-bottom: 100px;
    }
    .textpage.textpage--about p {
        font-size: 24px;
    }
    .menu__item.underline {
        display: none;
    }
    .header__conrols .button__inline.underline {
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .header__conrols .button.button__yellow,
    .header__conrols .button__orange {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .main__text {
        padding: 230px 0;
    }
    .main__text .button {
        width: 264px;
        font-size: 18px;
    }
    .slider__item--text {
        font-size: 24px;
    }
    .section__services .slider__item .button__inline {
        padding: 0 15px;
    }
    .section__stuff .col-12 {
        padding-bottom: 60px;
    }
    .filial__trainers .trainer__inner:hover {
        outline: 2px solid #23bfd6;
    }
    .filial__trainers .trainer__inner:hover::after {
        opacity: 1;
    }
    .main__text.aducation {
        padding: 170px 0;
    }
    .main__text.aducation h3 {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
    .header__logo img {
        width: 125px;
    }
    .header__wraper .header__conrols .button.button__yellow,
    .header__wraper .header__conrols .button__orange {
        width: 220px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .main__text {
        padding: 170px 0;
    }
    .main__text h1 {
        padding-right: 15%;
    }
    .advtages__text {
        font-size: 24px;
    }
    .footer__decoration {
        right: 0;
    }
    .main__text.aducation {
        padding: 90px 0;
    }
    .main__text.aducation h3 {
        max-width: 844px;
    }
}
@media (min-width: 1366px) {
    h1 {
        font-size: 64px;
    }
    .slick-prev {
        z-index: 1;
        left: -80px;
    }
    .slick-next {
        transform: rotate(180deg);
        right: -80px;
    }
    .main__text {
        padding: 250px 0;
    }
    .main__text h1 {
        padding-right: 15%;
    }
    .footer__decoration {
        right: -55px;
    }
}
@media (max-width: 1366px) {
    .franshise_advantages .franshise_advantages_inner {
        padding: 0;
    }
}
@media (max-width: 1365px) {
    .menu__box {
        width: 522px;
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .trainer__image {
        width: 390px;
        height: 550px;
    }
    picture.decoration img {
        margin: 40px 0;
    }
}
@media (max-width: 991px) {
    .menu__box {
        width: 510px;
        padding: 60px 40px !important;
    }
    .menu__item .menu__image img {
        opacity: 1;
    }
    .header__wraper .header_phones {
        display: none;
    }
    .filials__inner {
        flex-direction: row;
    }
    .filials__inner > picture {
        width: 40%;
        padding-bottom: 35%;
    }
    .section__filials .row > div {
        margin: 0 0 40px 0;
    }
    .section__filial .col-image h2 {
        display: block;
    }
    .section__filial .about__image {
        position: relative;
        height: unset;
    }
    .section__filial .about__image img {
        position: relative;
    }
    .section__filial .col-text {
        order: 1;
    }
    .section__sales .slider__item .about__inner picture img {
        width: 80%;
        margin-left: auto;
    }
    .section__sales .slider__item .about__inner picture.sale-1 {
        right: 0;
        top: 50px;
    }
    .trainer__image {
        float: none;
        position: inherit;
        width: 100%;
        height: auto;
    }
    .trainer__image img {
        width: 100%;
        height: initial;
    }
    picture.decoration img {
        margin: 0;
    }
    .add__form {
        padding: 15% 20px;
    }
    .add__form table {
        font-size: 18px;
    }
    .add__form table td {
        padding: 0 20px;
        width: 50%;
    }
    .add__form table thead td {
        font-size: 18px;
        white-space: normal;
    }
    .add__form form input[type="text"] {
        width: 240px;
        font-size: 18px;
    }
    .add__form form input[name="phone"] {
        margin-right: 10px;
    }
    #aqua__stuff .form__background--top img {
        margin: 5% auto 0 10%;
    }
    #aqua__stuff .form__background--bottom img {
        margin: 0 10% 0 auto;
        width: 15%;
    }
    #aqua__swimming .form__background--top img {
        margin: 5% auto 0 20%;
    }
    #aqua__swimming .form__background--bottom img {
        margin: 20px 0 20px auto;
    }
    #aqua__pregnant .form__background--top img {
        margin: 5% auto 0 20%;
    }
    #aqua__pregnant .form__background--bottom img {
        margin: 20px auto 10px;
    }
    #aqua__filming .form__background--top img {
        margin: 10px auto 0 20%;
        width: 10%;
        max-width: 80px;
    }
    #aqua__filming .form__background--bottom img {
        margin: 20px 20px 50px auto;
        max-width: 120px;
        width: 20%;
    }
    #aqua__solt .form__background--top img {
        margin: 5% auto 0 20%;
    }
    #aqua__solt .form__background--bottom img {
        margin: 20px 10% 10% auto;
    }
}
@media (max-width: 767px) {
    .menu__btn > span,
    .menu__btn > span::after,
    .menu__btn > span::before {
        width: 27px;
    }
    .menu__btn > span::before {
        top: -8px;
    }
    .menu__btn > span::after {
        top: 8px;
    }
    .filials__inner {
        flex-direction: column;
        height: inherit;
    }
    .filials__inner > picture {
        width: 100%;
        height: 50%;
        padding-bottom: 50%;
    }
    .filials__inner .filials__inner--text {
        padding: 30px 10px;
    }
    .filials__inner .filials__inner--text .button__inline {
        padding: 0;
    }
    .section__services--cat .row .col-12:not(:last-child) {
        margin-bottom: 50px;
    }
    .section__services--cat .row .col-12 .filials__inner > picture {
        width: 100%;
        height: 50%;
        padding-bottom: 40%;
    }
    .section__header--wraprule {
        flex-wrap: wrap;
    }
    .filial__trainers .trainer__images {
        padding-bottom: 80%;
    }
    form > :not(.agree) {
        font-size: 18px;
    }
    .add__form form {
        flex-direction: column;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .add__form form input[type="text"] {
        max-width: 330px;
        width: 100%;
        margin: 10px 0;
    }
    .add__form form .button {
        order: 1;
        align-self: flex-start;
        width: 180px;
    }
    .add__form form .agree {
        max-width: 330px;
        width: 100%;
    }
    .image_about {
        display: none;
    }
    .franshise_advantages {
        display: none;
    }
    .franshise_form {
        flex-direction: column;
    }
    .franshise_form .franshise_form__image {
        padding-bottom: 263px;
    }
}
@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 (max-width: 575px) {
    .section__services .slider__item .slider__item--text {
        order: 1;
    }
    .section__services .slider__item .slider__item--text h3 {
        display: none;
    }
    .section__services .slider__item .slider__item--text p {
        margin: 50px 0 20px;
    }
    .section__services .slider__item .slider__item--img h3 {
        display: block;
    }
    .section__services .slider__item .slider__item--img .decoration {
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 30%;
    }
    .section__rules--top picture {
        display: none;
    }
    .section__rules--bottom picture {
        display: none;
    }
    section.gallery .row > .col-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .gallery .gallery__image {
        margin-bottom: 10px;
    }
}
@media (max-width: 574px) {
    .breadcrumbs {
        font-size: 14px;
        padding: 20px 0;
    }
    .section__header--wrap {
        flex-wrap: wrap;
    }
    .footer__bottom .row .col-12:first-child {
        order: 1;
    }
    .social__media span {
        height: 20px;
        width: 35px;
    }
    .filial__trainers .trainer__images {
        padding-bottom: 120%;
    }
}
@media (max-width: 565px) {
    .menu__box {
        width: 406px;
        font-size: 28px;
        padding: 60px 20px !important;
    }
    .advantages-desktop {
        display: none;
    }
    .advantages-mobile {
        display: block;
    }
    .advantages__top .advtages__text:first-child .advtages__text--inner:nth-child(1) {
        flex-grow: 8;
    }
    .advantages__top .advtages__text::before {
        content: "";
        flex-grow: 3;
    }
    .advantages__bottom .advtages__text:first-child .advtages__text--inner:nth-child(1) {
        flex-grow: 4;
    }
    .advantages__bottom .advtages__text::before {
        content: "";
        flex-grow: 4;
    }
}
@media (max-width: 515px) {
    .aqua__swimming tr td:nth-child(3) {
        display: none;
    }
    .table__stars {
        display: inline;
    }
}
@media (max-width: 500px) {
    #aqua__pregnant .form__background--bottom img {
        margin: 20px 10px 10px auto;
    }
}
@media (max-width: 425px) {
    body {
        font-size: 14px;
    }
    footer {
        font-size: 14px;
    }
    .contacts .contact__info .contact__inner {
        margin: 10px 0;
    }
    .contacts .contact__info p.bold {
        font-size: 16px;
    }
    .contacts .contact__info p {
        font-size: 14px;
    }
    form > :not(.button) {
        font-size: 14px;
    }
    form > .agree {
        font-size: 12px;
    }
    #modalFormRec {
        padding: 40px 20px;
    }
    #modalFormPhone {
        padding: 40px 20px;
    }
    .add__form {
        padding: 20% 10px 20%;
    }
    .add__form table {
        font-size: 14px;
    }
    .add__form table td {
        padding: 0 10px;
    }
    .add__form table thead td {
        font-size: 14px;
    }
}
@media (max-width: 424px) {
    .burger {
        width: 26px;
    }
    .menu__btn > span,
    .menu__btn > span::after,
    .menu__btn > span::before {
        width: 24px;
        height: 2px;
    }
    .menu__btn > span::before {
        top: -6px;
    }
    .menu__btn > span::after {
        top: 6px;
    }
    .menu__box {
        width: 100%;
        font-size: 24px;
        padding: 30px 20px !important;
    }
    .menu__item + .menu__image img {
        display: none;
    }
    .section__sales .slider__item span.bold {
        font-size: 16px;
    }
    .section__sales .slider__item .sale__description {
        width: 100%;
    }
}
@media (max-width: 419px) {
    .section__stuff .col-12 .stuff__text p {
        width: 70%;
    }
    .section__stuff .col-12 picture img {
        bottom: 60px;
    }
}
@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;
    }
    @supports (padding: 0px) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
