@font-face {
    font-family: 'uni-med';
    src: url("../fonts/uni-med.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uni-reg';
    src: url("../fonts/uni-reg.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uni-semi';
    src: url("../fonts/uni-semi.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uni-bold';
    src: url("../fonts/uni-bold.woff2") format("woff2");
    font-style: normal;
    font-stretch: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-family: "uni-bold", Arial, sans-serif;
}

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (min-width: 1200px) {
    .container-sm {
        max-width: 980px;
    }
}

@media (min-width: 1400px) {
    .container-sm {
        max-width: 1100px!important;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    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;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1500px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .row {
        margin-right: -30px;
        margin-left: -30px;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .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-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .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-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 1860px) {
    .container {
        max-width: 1710px;
    }

    .container-fluid {
        padding-right: 100px;
        padding-left: 100px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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%;
    }
}

.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both;
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left;
}

.slider-container {
    position: relative;
    max-width: 3000px;
    margin: 0 auto;
    overflow: hidden;
}

button[data-action="start"],
button[data-action="stop"] {
    display: none !important;
}

.page-slider .tns-item {
    height: 200px;
    padding-right: 10px;
}

.page-slider video,
.page-slider iframe,
.page-slider img {
    height: 200px;
}

.custom-controls {
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
    right: 20px;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.custom-controls svg {
    width: 36px;
    height: 36px;
    stroke: #111;
}

.custom-controls .prev,
.custom-controls .next {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: 0.25s;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
}

.custom-controls .prev:hover,
.custom-controls .next:hover {
    background-color: #fff;
}

.page-slider:not(.tns-slider) {
    display: flex;
}

.main-section {
    position: relative;
}

.main-section .tns-nav {
    position: absolute;
    right: 25px;
    bottom: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.main-section .tns-nav button {
    width: 16px;
    height: 16px;
    border: 0;
    background-color: #fff;
    margin-top: 10px;
}

.main-section .tns-nav button.tns-nav-active {
    background-color: #111;
}

.main-section .social-networks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    display: none;
}

.main-section .social-networks a {
    margin: 8px 0;
}

.main-slider {
    overflow: hidden;
    height: 400px;
}

.slide-item {
    position: relative;
    height: 100%;
    padding: 0 !important;
}

.slide-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;

}

.slide-item video,
.slide-item iframe,
.slide-item>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-item .banner-content {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 20px;
    color: #fff;
    z-index: 3;
}

.slide-item .banner-content img {
    display: block;
    margin: 15px 0 25px;
    width: 250px;
}

.slide-item .banner-content p {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.slide-item .btn-primary {
    font-size: 14px;
    width: 200px;
    height: 42px;
}

@media (min-width: 768px) {

    .page-slider video,
    .page-slider iframe,
    .page-slider img {
        height: 300px;
    }

    .page-slider .tns-item {
        height: 300px;
    }

    .main-slider {
        height: 450px;
    }

    .slide-item:after {
        display: none;
    }

    .main-section .social-networks {
        display: flex;
    }


    .slide-item .banner-content {
        left: 50px;
    }

    .slide-item .banner-content img {
        width: 320px;
    }

    .slide-item .banner-content {
        position: absolute;
        top: 50%;
    }
}

@media (min-width: 992px) {
    .page-slider .tns-item {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {

    .page-slider video,
    .page-slider iframe,
    .page-slider img {
        height: 360px;
    }

    .page-slider .tns-item {
        height: 360px;
        padding-right: 25px;
    }

    .main-slider {
        height: 520px;
    }

    .custom-controls {
        top: calc(50% - 21px);
        left: 50px;
        right: 50px;
    }

    .custom-controls .prev,
    .custom-controls .next {
        width: 42px;
        height: 42px;
    }

    .slide-item .banner-content {
        left: 80px;
    }

    .slide-item .banner-content img {
        width: 500px;
        margin-bottom: 40px;
    }

    .slide-item .banner-content p {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .slide-item .btn-primary {
        width: 300px;
        height: 52px;
        font-size: 20px;
    }

    .main-section .tns-nav {
        top: 0;
        justify-content: center;
    }
}

@media (min-width: 1700px) {

    .page-slider video,
    .page-slider iframe,
    .page-slider img {
        height: 450px;
    }

    .page-slider .tns-item {
        height: 450px;
    }

    .main-slider {
        height: 650px;
    }

    .slide-item .banner-content {
        left: 100px;
    }

    .slide-item .banner-content img {
        width: 700px;
        margin-bottom: 40px;
    }

    .slide-item .banner-content p {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

@media (min-width: 1860px) {
    .main-section .tns-nav button {
        width: 20px;
        height: 20px;
    }

    .main-section .tns-nav {
        right: 39px;
    }

    .main-section .social-networks {
        left: 36px;
    }
}

@media (min-width: 1900px) {
    .custom-controls {
        top: calc(50% - 22px);
    }

    .custom-controls .prev,
    .custom-controls .next {
        height: 52px;
        width: 52px;
    }

    .custom-controls svg {
        height: 42px;
        width: 42px;
    }

    .main-slider {
        height: 700px;
    }
}

@media (min-width: 2000px) {
    .main-slider {
        height: 800px;
    }
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    height: 100%;
    width: 100%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    padding: 76px 0 0;
    font-family: 'uni-reg', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    background-color: #565454;
    min-width: 320px;
    letter-spacing: 0.2px;
}

.wallpaper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.wallpaper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.fixed,
body.locked {
    overflow: hidden;
}

a,
button {
    cursor: pointer;
}

picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

table {
    border-collapse: collapse;
}

p {
    margin: 0 0 15px;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-content {
    flex: 1;
}

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 42, 56, 0.95);
    z-index: 1;
    display: none;
}

@media (min-width: 1200px) {
    body {
        font-size: 15px;
        padding: 85px 0 0;
    }
}

@media (min-width: 1700px) {
    body {
        padding: 92px 0 0;
        font-size: 16px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.4;
    color: inherit;
    font-family: "uni-bold", Arial, sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 1.4;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

.text-page .start-section {
    padding: 10px 0 60px;
    color: #fff;
}

.text-page .start-section .h1,
.text-page .start-section h1,
.text-page .start-section h2,
.text-page .start-section h2 {
    font-size: 52px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: "uni-bold", Arial, sans-serif;
}

.text-page .half-fill {
    padding: 50px 0;
}

.text-container p,
.text-container li {
    font-family: "uni-med", Arial, sans-serif;
}

.text-container ul,
.text-container ol {
    padding-left: 20px;
}

@media (max-width: 1699px) {

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 1.4;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    h6,
    .h6 {
        font-size: 12px;
    }

    .text-page .start-section .h1,
    .text-page .start-section h1,
    .text-page .start-section h2,
    .text-page .start-section h2 {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 12px;
    }

    h6,
    .h6 {
        font-size: 10px;
    }

    .text-page .start-section .h1,
    .text-page .start-section h1,
    .text-page .start-section h2,
    .text-page .start-section h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .text-page .start-section .h1,
    .text-page .start-section h1,
    .text-page .start-section h2,
    .text-page .start-section h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {

    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    .text-page .start-section .h1,
    .text-page .start-section h1,
    .text-page .start-section h2,
    .text-page .start-section h2 {
        font-size: 28px;
    }
}

@media (max-width: 420px) {

    .text-page .start-section .h1,
    .text-page .start-section h1,
    .text-page .start-section h2,
    .text-page .start-section h2 {
        font-size: 24px;
    }
}

.half-fill {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 1px;
    padding-bottom: 1px;
}

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

.default-space {
    padding-top: 70px;
    padding-bottom: 70px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.align-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.align-right {
    display: flex;
    justify-content: flex-end;
}

.pr-120 {
    padding-right: 120px;
}

.pl-120 {
    padding-left: 120px;
}

.pr-150 {
    padding-right: 150px;
}

@media (min-width: 1200px) {
    .default-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1400px) {
    .default-space {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 20px 0;
    align-items: center;
    background-color: transparent;
    font-size: 13px;
    list-style: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "uni-semi", Arial, sans-serif;
}

.breadcrumb-item {
    white-space: nowrap;
}

.breadcrumb-item:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    color: #a63d2f;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: '/';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0;
    color: #fff;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .breadcrumb .breadcrumb-item {
        max-width: 200px;
    }
}

.start-section {
    padding: 20px 0 80px;
}

.start-section .btn-primary {
    width: 320px;
    position: absolute;
    right: 30px;
    top: calc(50% - 26px);
    z-index: 10;
}

.start-section .container {
    position: relative;
}

.start-section .title-group {
    margin-bottom: 0;
}

.start-section .title-content {
    padding-right: 350px;
}

.slider-container+.start-section {
    padding-top: 120px;
    padding-bottom: 70px;
}

.slider-container+.start-section .title-group {
    margin-bottom: 70px;
}

.title-group {
    display: grid;
    align-items: center;
    margin-bottom: 50px;
}

.title-group .h1,
.title-group h1 {
    text-transform: uppercase;
    font-size: 80px;
    font-family: 'uni-bold';
    margin: 0;
    font-weight: normal;
}

.title-group .h1 span,
.title-group h1 span {
    color: #a63d2f;
}

.title-group p {
    font-size: 20px;
    font-family: 'uni-med';
    max-width: 760px;
}

.title-group svg {
    width: 100%;
    height: auto;
    opacity: 0.3;
    pointer-events: none;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
}

.title-group .title-content {
    padding-left: 30px;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
}

.title-content {
    color: white !important;
}

.page-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-head .section-title .h2,
.page-head .section-title h2,
.page-head .section-title h1,
.page-head .section-title .h1 {
    margin-bottom: 10px;
    color: white;
}

.page-head .section-title p {
    font-size: 20px;
    font-family: 'uni-med';
    max-width: 760px;
    color: white;
}

.page-head .section-title p:last-child {
    margin-bottom: 0;
}

.page-head table {
    font-size: 24px;
    font-family: 'uni-med';
    margin-bottom: 30px;
}

.page-head table th {
    text-align: left;
    font-family: 'uni-semi';
}

.page-head table b,
.page-head table strong {
    font-family: 'uni-semi';
}

.page-head table a {
    text-decoration: none;
    color: #a63d2f;
}

.page-head table span {
    color: #a63d2f;
    font-family: 'uni-semi';
    padding-right: 10px;
}

.page-head table {
    color: #fff;
}

.section-title {
    margin-bottom: 10px;
    margin-top: -25px;
}

.section-title .h1,
.section-title h1,
.section-title .h2,
.section-title h2 {
    font-size: 80px;
    margin: 0;
    text-transform: uppercase;
    font-family: "uni-bold", Arial, sans-serif;
}

.section-title .h1 span,
.section-title h1 span,
.section-title .h2 span,
.section-title h2 span {
    color: #a63d2f;
}

.section-title.fill-white .h2,
.section-title.fill-white h2 {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.section-title.fill-white .h2 svg,
.section-title.fill-white h2 svg {
    position: relative;
    top: 8px;
    margin-left: 10px;
}

@media (max-width: 2000px) {

    .section-title .h1,
    .section-title h1,
    .section-title .h2,
    .section-title h2 {
        font-size: 70px;
    }

    .section-title svg {
        width: 50px;
        height: 50px;
    }

    .section-title.fill-white .h2 svg,
    .section-title.fill-white h2 svg {
        width: 58px;
        height: 58px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 70px;
    }
}

@media (max-width: 1859px) {

    .section-title .h1,
    .section-title h1,
    .section-title .h2,
    .section-title h2 {
        font-size: 60px;
    }

    .section-title svg {
        width: 42px;
        height: 42px;
    }

    .section-title.fill-white .h2 svg,
    .section-title.fill-white h2 svg {
        width: 48px;
        height: 48px;
        top: 6px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 60px;
    }
}

@media (max-width: 1699px) {

    .section-title .h1,
    .section-title h1,
    .section-title .h2,
    .section-title h2 {
        font-size: 50px;
    }

    .section-title svg {
        width: 36px;
        height: 36px;
    }

    .section-title.fill-white .h2 svg,
    .section-title.fill-white h2 svg {
        width: 40px;
        height: 40px;
        top: 6px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 50px;
    }

    .title-group p {
        font-size: 18px;
    }

    .start-section .btn-primary {
        width: 250px;
        height: 42px;
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .page-head .section-title p {
        font-size: 18px;
    }

    .page-head table {
        font-size: 18px;
    }

    .section-title {
        margin-top: -10px;
    }
}

@media (max-width: 991px) {
    .start-section {
        padding-bottom: 50px;
    }

    .start-section .container {
        max-width: 100%;
    }

    .page-head .section-title p {
        font-size: 16px;
    }

    .page-head table {
        font-size: 16px;
    }

    .start-section .title-group {
        margin-bottom: 30px;
    }

    .start-section .btn-primary {
        position: static;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .section-title .h1,
    .section-title h1,
    .section-title .h2,
    .section-title h2 {
        font-size: 40px;
    }

    .section-title svg {
        display: none;
    }

    .section-title.fill-white .h2 svg,
    .section-title.fill-white h2 svg {
        display: none;
    }

    .section-title.fill-white .h2,
    .section-title.fill-white h2 {
        color: #111;
        text-shadow: none;
    }

    .start-section .title-group {
        text-align: center;
        margin-bottom: 20px;
    }

    .start-section .title-group .title-content {
        padding: 0;
    }

    .start-section .title-group svg {
        display: none;
    }

    .start-section .btn-primary {
        font-size: 16px;
        height: 42px;
        width: 100%;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 40px;
    }

    .slider-container+.start-section {
        padding-top: 70px;
    }

    .slider-container+.start-section .title-group {
        margin-bottom: 20px;
    }

    .title-group p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {

    .section-title .h1,
    .section-title h1,
    .section-title .h2,
    .section-title h2 {
        font-size: 32px;
        text-align: center;
    }

    .section-title {
        margin-bottom: 25px;
    }
}

.nav-tabs {
    position: relative;
    background-color: #aeadad;
    display: flex;
    border-radius: 2px;
    border: 5px solid #aeadad;
    margin-bottom: 50px;
}

.tab-item {
    flex-grow: 1;
}

.tab-link {
    position: relative;
    padding: 12px;
    font-size: 16px;
    border: none !important;
    color: #333;
    z-index: 10;
    flex-grow: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'uni-med', Arial, sans-serif;
    cursor: pointer;
}

.tab-link.current {
    color: #a63d2f;
}

.tab-slider {
    display: inline-block;
    width: 30px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    top: 0;
    transition: all .4s linear;
    z-index: 3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.tab-pane {
    color: #121212;
    display: none;
}

.tab-pane.current {
    display: block;
}

.inner-nav-tabs {
    display: flex;
    margin-bottom: 20px;
}

.inner-tab-item {
    margin: 0 5px 5px 0;
}

.inner-tab-link {
    border-radius: 2px;
    padding: 2px 10px;
    font-size: 18px;
    font-family: "uni-med", Arial, sans-serif;
    cursor: pointer;
    transition: 0.25s;
}

.inner-tab-link.active {
    color: #fff;
    background-color: #111;
}

.inner-tab-pane {
    color: #121212;
    display: none;
}

.inner-tab-pane.active {
    display: block;
}

@media (max-width: 1699px) {
    .tab-link {
        font-size: 16px;
        font-family: "uni-semi", Arial, sans-serif;
    }
}

@media (max-width: 991px) {
    .coaches-section .tab-link {
        font-size: 14px;
        padding: 10px 8px;
    }

    .coaches-section .coaches-tabs {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .coaches-section .nav-tabs {
        width: 1000px;
        margin-bottom: 0;
        margin-right: 30px;
    }

    .coaches-section .coaches-tabs {
        padding-right: 0;
        overflow-x: auto;
        margin-bottom: 40px;
    }

    .tab-link {
        font-size: 14px;
        font-family: "uni-semi", Arial, sans-serif;
    }
}

@media (max-width: 480px) {
    .coaches-section .nav-tabs {
        width: 800px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #a63d2f;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
    font-family: "uni-med", Arial, sans-serif;
    font-weight: normal;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #931c21;
}

.btn-primary.btn-secondary {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.btn-primary.btn-secondary:hover {
    background-color: #a63d2f;
}

.btn-light {
    color: #111;
    background-color: #fff;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
    font-family: "uni-med", Arial, sans-serif;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.5px;
}

.link-more {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "uni-semi", Arial, sans-serif;
}

.link-more span {
    margin-right: 3px;
}

.link-more svg {
    width: 26px;
    height: 23px;
    transition: 0.25s;
    fill: #131619;
}

.link-more:hover {
    color: #a63d2f;
}

.link-more:hover svg {
    fill: #a63d2f;
    transform: translateX(7px);
}

@media (max-width: 1699px) {
    .link-more {
        font-size: 28px;
    }

    .link-more svg {
        width: 23px;
        height: 20px;
    }
}

@media (max-width: 1199px) {
    .link-more {
        font-size: 24px;
    }

    .link-more svg {
        width: 20px;
        height: 17px;
    }

    .btn-primary {
        height: 42px;
        font-size: 17px;
    }
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 1000;
    transition: 0.25s;
}

.main-header .container-fluid {
    display: flex;
    align-items: center;
}

.main-header.fixed {
    background-color: #222431 !important;
}

.main-header .dropdown-toggle {
    position: absolute;
    top: -3px;
    right: 0;
    width: 32px;
    height: 32px;
    background-color: #a63d2f;
    border: 1px solid #a63d2f;
    border-radius: 2px;
    display: none;
}

.main-header .dropdown-toggle:before,
.main-header .dropdown-toggle:after {
    content: '';
    background: #fff;
    position: absolute;
}

.main-header .dropdown-toggle:before {
    top: 14px;
    left: 7px;
    width: 15px;
    height: 1px;
}

.main-header .dropdown-toggle:after {
    top: 7px;
    left: 14px;
    width: 1px;
    height: 14px;
}

.main-header .dropdown-toggle.active:before {
    transform: rotate(45deg);
}

.main-header .dropdown-toggle.active:after {
    height: 15px;
    transform: rotate(45deg);
}

.article-page .breadcrumb-item+.breadcrumb-item:before,
.cards-page .breadcrumb-item+.breadcrumb-item:before,
.article-page .breadcrumb a,
.cards-page .breadcrumb a {
    color: #111;
}

.logo-holder {
    margin: 0;
}

.logo-holder a {
    display: block;
    height: 32px;
}

.logo-holder svg {
    width: 180px;
}

.main-nav {
    display: flex;
    align-items: center;
}

.main-nav .nav-item {
    margin: 0 22px;
    position: relative;
}

.main-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "uni-med", Arial, sans-serif;
    font-size: 17px;
    transition: 0.25s;
}

.main-nav .nav-link.active {
    color: #a63d2f;
}

.main-nav>a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 22px;
    font-family: "uni-med", Arial, sans-serif;
    font-size: 17px;
    transition: 0.25s;
}

.main-nav>a.active {
    color: #a63d2f;
}

.dropdown-holder {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 30px;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    z-index: 1;
}

.nav-dropdown {
    flex: 0 0 220px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.nav-dropdown a {
    display: block;
    text-decoration: none;
    color: #111 !important;
    transition: .15s linear;
    padding: 7px 5px 7px 15px;
    font-size: 15px;
    margin: 0;
}

.nav-item:hover .dropdown-holder {
    opacity: 1;
    pointer-events: auto;
}

.slide-nav {
    margin: 0 auto;
}

.header-phone {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-family: "uni-med", Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.header-phone svg {
    margin-right: 5px;
}

.nav-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    margin-left: 20px;
    margin-left: auto;
    display: none;
}

.nav-toggle span {
    width: 36px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    display: block;
    margin: 10px 0;
}

.slide-nav-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 23px;
    background-size: 60%;
    border: 0;
    outline: 0;
    transition: 0.25s;
    cursor: pointer;
    display: none;
}

.slide-nav-close svg {
    width: 36px;
    height: 36px;
    transition: 0.25s;
    fill: #111;
}

@media (max-width: 1859px) {

    .header-phone,
    .main-nav .nav-link,
    .main-nav a {
        font-size: 15px;
    }

    .main-nav .nav-item,
    .main-nav>a {
        margin: 0 18px;
    }
}

@media (max-width: 1699px) {

    .header-phone,
    .main-nav .nav-link,
    .main-nav a {
        font-size: 13px;
    }

    .main-nav .nav-item,
    .main-nav>a {
        margin: 0 18px;
    }

    .logo-holder a {
      height: 25px;
    }

    .logo-holder svg {
        width: 150px;
        height: 25px;
    }
}

@media (max-width: 1399px) {

    .main-nav .nav-item,
    .main-nav>a {
        margin: 0 12px;
    }

    .logo-holder {
        margin-top: 5px;
    }

    .logo-holder a {
      height: 20px;
    }

    .logo-holder svg {
        width: 120px;
        height: 20px;
    }
}

@media (max-width: 1280px) {

    .main-nav .nav-item,
    .main-nav>a {
        margin: 0 10px;
    }
}

@media (max-width: 1199px) {
    .slide-nav {
        position: fixed;
        display: block;
        z-index: 100;
        width: 400px;
        right: 0;
        top: 0;
        background-color: #fff;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        padding: 70px 30px 80px 20px;
        transition: 0.3s;
        z-index: 1000;
        transform: translateX(150%);
    }

    .main-nav .nav-link,
    .main-nav>a {
      color: #111;
    }

    .slide-nav.visible {
        transform: translateX(0);
    }

    .header-phone {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .main-header {
        padding: 15px 0;
    }

    .main-header.fixed {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-nav {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav .nav-link {
        font-size: 18px;
    }

    .main-nav .nav-item {
        width: 100%;
    }

    .main-nav .nav-item,
    .main-nav>a {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .nav-dropdown a {
        font-size: 16px;
    }

    .slide-nav-close {
        display: block;
    }

    .dropdown-holder {
        position: static;
        display: block;
        padding-top: 0;
        opacity: 1;
        pointer-events: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .dropdown-holder.open {
        max-height: 500px;
    }

    .nav-dropdown {
        box-shadow: none;
    }

    #main-nav .nav-dropdown a:hover {
        color: #111 !important;
        background-color: transparent !important;
    }

    .fill-white #main-nav .nav-item a {
        color: #111;
    }

    .nav-toggle {
        display: block;
    }

    .main-header .dropdown-toggle {
        display: block;
    }
}

@media (max-width: 575px) {
    .slide-nav {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .main-header.fixed {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-nav .nav-link:hover,
    .main-nav a:hover {
        color: #a63d2f;
    }

    .nav-dropdown a:hover {
        color: #fff !important;
        background-color: #222431;
    }
}

.marquee-section {
    background-color: #222431 ;
    overflow: hidden;
    display: flex;
    max-width: 3000px;
    margin: 0 auto;
    padding: 30px 0;
}

.marquee-line {
    display: flex;
    align-items: center;
}

.marquee-line>div {
    white-space: nowrap;
    margin: 0 70px;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: "uni-semi", Arial, sans-serif;
    letter-spacing: 0.5px;
}

@media (max-width: 1699px) {
    .marquee-line>div {
        font-size: 42px;
    }
}

@media (max-width: 1399px) {
    .marquee-line>div {
        font-size: 36px;
        margin: 0 50px;
    }
}

@media (max-width: 1199px) {
    .marquee-line>div {
        font-size: 32px;
        margin: 0 40px;
    }
}

@media (max-width: 991px) {
    .marquee-line>div {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .marquee-line>div {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .marquee-line>div {
        font-size: 20px;
        margin: 0 30px;
    }
}

@media (max-width: 420px) {
    .marquee-line>div {
        font-size: 18px;
    }
}

.cards-section {
    padding-bottom: 30px;
}

.cards-section .nav-tabs {
    width: 540px;
    margin: 0 auto 40px;
}

.cards-section .section-title {
    text-align: center;
    margin-bottom: 25px;
}

.cards-section .text-center {
    font-family: "uni-med", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 60px;
}

.cards-section .text-center a {
    color: #111;
}

.cards-section .text-center a:hover {
    text-decoration: none;
    color: #a63d2f;
}

.cards-section .row {
    margin-left: -50px;
    margin-right: -50px;
}

.cards-section .col-lg-3,
.cards-section .col-xl-3,
.cards-section .col-xl-4,
.cards-section .col-lg-4 {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 90px;
}

.cards-section .card-freeze {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -20px 10px 15px 10px;
    font-family: "uni-med", Arial, sans-serif;
    font-size: 14px;
    justify-content: end;
}

.cards-section .card-title {
    font-size: 21px;
    font-family: "uni-semi", Arial, sans-serif;
}

.cards-section .card-age {
    font-size: 18px;
    font-family: "uni-med", Arial, sans-serif;
}

.card-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.card-item .card-body {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    padding: 20px 25px;
}

.card-item .card-body svg {
    width: 100%;
    height: auto;
}

.card-item .card-body .h3,
.card-item .card-body h3 {
    white-space: nowrap;
    color: #918D8D;
    font-family: "uni-semi", Arial, sans-serif;
    font-size: 20px;
}

.card-item .card-content {
    margin: auto;
}

.card-item .card-price {
    font-size: 24px;
    font-family: "uni-bold", Arial, sans-serif;
}

.card-item .card-date {
    font-size: 21px;
    text-transform: uppercase;
}

.card-item .card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-item .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-item .card-logo {
    display: flex;
    align-items: center;
}

.card-item .card-badge {
    border-radius: 20px;
    padding: 3px 15px;
    font-size: 16px;
    font-family: "uni-med", Arial, sans-serif;
}

.card-item ul {
    padding-left: 20px;
    font-size: 16px;
    font-family: "uni-med", Arial, sans-serif;
}

.card-item ul li {
    margin-bottom: 3px;
}

.card-item .btn-primary {
    width: 100%;
    margin-top: auto;
}

.adult-card .card-body {
    background-color: #1D1D1D;
    color: #fff;
    height: 400px;
}

.adult-card p {
    margin: 0 0 5px;
}

.adult-card ul {
    padding-left: 20px;
    margin-top: 5px;
    font-size: 16px;
    font-family: "uni-med", Arial, sans-serif;
}

.kid-card {
    margin-left: -10px;
    margin-right: -10px;
}

.kid-card p {
    margin: 0 0 5px;
}

.kid-card ul {
    padding-left: 20px;
    margin-top: 5px;
    font-size: 16px;
    font-family: "uni-med", Arial, sans-serif;
}

.kid-card .card-body {
    height: 400px;
    background-color: #fff;
    margin-bottom: 20px;
}

.kid-card .card-body .card-date {
    font-family: "uni-med", Arial, sans-serif;
}

.kid-card .card-head {
    align-items: baseline;
}

.kid-card .card-footer {
    align-items: baseline;
}

.cards-page .contact-section .btn-primary {
    background-color: #111;
}

.cards-page .contact-section .btn-primary:hover {
    background-color: #a63d2f;
}

@media (max-width: 2000px) {
    .adult-card .card-body {
        height: 400px;
    }

    .cards-section .card-title {
        font-size: 18px;
    }

    .cards-section .card-age {
        font-size: 15px;
    }

    .card-item .card-date {
        font-size: 18px;
    }

    .kid-card.card-item .card-price {
        font-size: 20px;
    }
}

@media (max-width: 1859px) {
    .adult-card .card-body {
        height: 400px;
    }

    .card-item .card-body .h3,
    .card-item .card-body h3 {
        font-size: 16px;
        text-align: center;
    }

    .cards-section .card-price {
        font-size: 20px;
    }

    .cards-section .card-date {
        font-size: 18px;
    }

    .cards-section .card-logo {
        width: 100px;
    }

    .cards-section .card-badge {
        font-size: 13px;
    }
}

@media (max-width: 1699px) {
    .cards-section .row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .cards-section .col-lg-3,
    .cards-section .col-xl-3,
    .cards-section .col-xl-4,
    .cards-section .col-lg-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .card-item ul {
        font-size: 16px;
    }

    .kid-card .card-body {
        height: 400px;
    }
}

@media (max-width: 1399px) {
    .cards-section .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .cards-section .col-lg-3,
    .cards-section .col-xl-3,
    .cards-section .col-lg-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-item .card-body .h3,
    .card-item .card-body h3 {
        font-size: 14px;
    }

    .adult-card .card-body {
        padding: 15px 20px;
        height: 320px;
    }

    .cards-section .card-logo {
        width: 80px;
    }

    .cards-section .card-badge {
        font-size: 12px;
    }

    .cards-section .card-price {
        font-size: 18px;
    }

    .cards-section .card-date {
        font-size: 16px;
    }

    .cards-section .text-center {
        font-size: 15px;
    }

    .cards-section .text-center {
        font-family: "uni-med", Arial, sans-serif;
        margin-bottom: 20px;
        margin-top: -25px;
    }

    .kid-card .card-body {
        padding: 12px;
        border-radius: 12px;
    }

    .cards-section .card-title {
        font-size: 17px;
    }

    .cards-section .card-age {
        font-size: 14px;
    }

    .kid-card .card-body {
        height: 270px;
    }

    .kid-card {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 1199px) {

    .cards-section .col-lg-3,
    .cards-section .col-xl-3,
    .cards-section .col-xl-4,
    .cards-section .col-lg-4 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .cards-section .nav-tabs {
        width: 100%;
    }
}

.partners-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-section .container img {
    margin: 10px;
    max-width: 270px;
}

@media (max-width: 1859px) {
    .partners-section .container img {
        max-width: 200px;
    }
}

@media (max-width: 1699px) {
    .partners-section .container img {
        max-width: 150px;
    }
}

@media (max-width: 1399px) {
    .partners-section .container img {
        max-width: 120px;
    }
}

@media (max-width: 1199px) {
    .partners-section .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .partners-section .container img {
        max-width: 150px;
        margin: 0 20px 20px;
    }
}

@media (max-width: 767px) {
    .partners-section .container img {
        max-width: 100%;
        margin: 0 20px 40px;
    }
}

.location-page .cards-section {
    background-color: #fff;
}

.location-page .start-section {
    padding-bottom: 60px;
}

.location-page .kid-card .card-body {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    background-color: #f3f3f3;
}

.location-page .single-row:first-child {
    margin-top: 90px;
}

.location-section {
    padding-bottom: 70px;
}

.location-section .location-item {
    height: 375px;
    position: relative;
    overflow: hidden;
    display: block;
}

.location-section .location-item picture {
    height: 100%;
}

.location-section .location-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.location-section .location-item:hover .location-title {
    background-color: rgba(0, 0, 0, 0.8);
}

.location-section .location-item:hover img {
    transform: scale(1.1);
}

.location-section .location-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    font-family: "uni-med", Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 15px 15px 25px;
    transition: 0.25s;
}

.location-section .col-lg-4 {
    margin-bottom: 60px;
}

@media (max-width: 1859px) {
    .location-section .location-item {
        height: 320px;
    }

    .location-section .location-title {
        font-size: 24px;
    }
}

@media (max-width: 1699px) {
    .location-section {
        padding-bottom: 90px;
    }

    .location-section .location-item {
        height: 280px;
    }

    .location-section .col-lg-4 {
        margin-bottom: 30px;
    }

    .location-section .location-title {
        font-size: 22px;
    }
}

@media (max-width: 1399px) {
    .location-section .location-item {
        height: 220px;
    }

    .location-section .location-title {
        font-size: 18px;
    }

    .location-section {
        padding-bottom: 70px;
    }

    .location-page .single-row:first-child {
        margin-top: 0;
    }

    .location-page .single-section {
        padding-bottom: 1px;
    }
}

@media (max-width: 1199px) {
    .location-section .location-item {
        height: 200px;
    }

    .location-section {
        padding-bottom: 40px;
    }

    .location-page .start-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .location-section .location-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .location-section .location-item {
        height: 250px;
    }
}

.coaches-section {
    min-height: 950px;
}

.coaches-section.default-space {
    padding-top: 60px;
    padding-bottom: 50px;
}

.coaches-section .item-title {
    font-size: 24px;
    font-family: "uni-semi", Arial, sans-serif;
}

.coaches-section .item-text {
    font-size: 18px;
    margin-bottom: 15px;
}

.coaches-section .clone-text {
    display: none;
}

.coaches-section .btn-light {
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
}

.coaches-section .col-lg-4.col-xl-3 {
    margin-bottom: 70px;
}

.coach-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.coach-item .item-title {
    margin-top: auto;
}

.coach-modal-content {
    padding: 30px;
    display: flex;
}

.coach-modal-content .clone-text .h3,
.coach-modal-content .clone-text h3 {
    font-size: 24px;
    font-family: "uni-semi", Arial, sans-serif;
    margin-top: -5px;
    margin-bottom: 0;
}

.coach-modal-content ul,
.coach-modal-content ol {
    padding-left: 20px;
    margin-top: -10px;
}

.coach-modal-content p {
    margin-bottom: 10px;
}

.coach-modal-content .item-img {
    margin: 0 25px 25px 0;
    flex: 0 0 220px;
}

@media (max-width: 1859px) {
    .coaches-section .item-title {
        font-size: 22px;
    }

    .coaches-section .item-text {
        font-size: 16px;
        font-family: "uni-med", Arial, sans-serif;
    }
}

@media (max-width: 1699px) {
    .coaches-section .item-title {
        font-size: 20px;
    }

    .coaches-section .item-text {
        font-size: 15px;
        font-family: "uni-med", Arial, sans-serif;
    }

    .coaches-section .btn-light {
        height: 42px;
        font-size: 14px;
    }

    .coaches-section .col-lg-4.col-xl-3 {
        margin-bottom: 50px;
    }

    .coaches-section.default-space {
        padding-bottom: 70px;
    }
}

@media (max-width: 1399px) {
    .coaches-section .item-title {
        font-size: 18px;
    }

    .coaches-section .item-text {
        font-size: 13px;
        font-family: "uni-med", Arial, sans-serif;
    }

    .coaches-section.default-space {
        padding-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .coaches-section.default-space {
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .coaches-section .item-text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .coaches-section .item-title {
        font-size: 16px;
    }

    .coaches-section .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .coaches-section .col-lg-4.col-xl-3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .coaches-section .col-lg-4.col-xl-3 {
        margin-bottom: 40px;
    }

    .coaches-section .btn-light {
        height: 36px;
    }
}

@media (max-width: 420px) {
    .coaches-section .item-title {
        font-size: 15px;
    }

    .coaches-section .item-text {
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .coaches-section .item-title {
        font-size: 14px;
    }
}

.numbers-section .col-lg-9 {
    display: flex;
    flex-direction: column;
}

.numbers-section .link-more {
    margin-bottom: 50px;
}

.number-item {
    max-width: 520px;
}

.number-item:nth-child(even) {
    margin-left: auto;
}

.number-item .counter-holder {
    font-size: 120px;
    font-family: "uni-semi", Arial, sans-serif;
    display: flex;
    line-height: 1;
    margin-bottom: 5px;
    color: #a63d2f;
}

.number-item .h4 {
    font-size: 32px;
    font-family: "uni-semi", Arial, sans-serif;
}

.number-item .count {
    margin-right: 10px;
}

.number-item sup {
    top: 35px;
    font-size: 60%;
}

.number-item p {
    font-size: 20px;
}

@media (max-width: 1859px) {
    .number-item .counter-holder {
        font-size: 100px;
    }

    .number-item .h4 {
        font-size: 28px;
    }

    .number-item sup {
        top: 20px;
    }

    .numbers-section .link-more {
        margin-top: -50px;
    }
}

@media (max-width: 1699px) {
    .number-item .counter-holder {
        font-size: 80px;
    }

    .number-item .h4 {
        font-size: 24px;
    }

    .number-item p {
        font-size: 18px;
    }

    .number-item {
        width: 450px;
    }
}

@media (max-width: 1399px) {
    .number-item .counter-holder {
        font-size: 60px;
    }

    .number-item .h4 {
        font-size: 22px;
    }

    .numbers-section .link-more {
        margin-top: -20px;
    }
}

@media (max-width: 1199px) {
    .number-item .counter-holder {
        font-size: 50px;
    }

    .number-item .h4 {
        font-size: 20px;
    }

    .number-item p {
        font-size: 16px;
    }

    .number-item {
        width: 420px;
    }

    .number-item sup {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .number-item .h4 {
        font-size: 20px;
    }

    .number-item p {
        font-size: 14px;
    }

    .number-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .numbers-section .align-right {
        justify-content: center;
    }

    .numbers-section .link-more {
        font-size: 22px;
        margin-top: -10px;
    }
}

.schedule-page .nav-tabs {
    width: 840px;
    margin: -30px auto 50px;
}

.schedule-page .start-section .title-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.schedule-page .start-section .title-content {
    padding-left: 0;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.filter-item {
    font-size: 17px;
    margin-right: 30px;
    margin-bottom: 15px;
    font-family: "uni-med", Arial, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.filter-item.active {
    color: #a63d2f;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}

.schedule-section {
    padding-top: 1px;
}

.schedule-table {
    width: 100%;
    height: 1px;
    font-family: "uni-med", Arial, sans-serif;
}

.schedule-table small {
    font-size: 12px;    
}

.schedule-table th,
.schedule-table b {
    font-family: "uni-semi", Arial, sans-serif;
    font-weight: normal;
}

.schedule-table th {
    background-color: #F0F0F0; 
}

.schedule-table tr,
.schedule-table td {
    height: 100%;
}

.schedule-table td,
.schedule-table th {
    padding: 3px;
    text-align: center;
    border: 1px solid #DDD7D7;
}

.schedule-table th[colspan] {
    background-color: #fff; 
}

.schedule-table td[rowspan] {
    background-color: #fff !important; 
}

.schedule-table td:not(:first-child) {
    vertical-align: top;
}

.schedule-table tr:nth-child(odd) td {
    background-color: #F0F0F0; 
}

.schedule-section .btn-primary[download] {
    font-size: 14px;
    padding: 10px 15px;
    height: auto;
}

.schedule-table th div {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.schedule-table div {
    min-height: 30px;
    position: relative;
    padding: 5px;
    line-height: 1.2; 
}

.schedule-table div span {
    padding-left: 2px;
    padding-right: 2px;
    width: calc(50% - 1px);
}


.schedule-table div span+span:before {
    content: '';
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    background-color: #111;
    position: absolute;
    left: 50%;
}

.schedule-table div[style="background-color: #F7EFDA;"] span+span:before {
    background-color: #b1833b;
}

.schedule-table div[style="background-color: #BFECF6;"] span+span:before {
    background-color: #337EB2;
}

.schedule-table div[style="background-color: #FFE6E5;"] span+span:before {
    background-color: #8e4a7e;
}

.schedule-table td[rowspan] {
    padding: 7px;
}

.schedule-table td[rowspan] div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
}

.schedule-table td[rowspan],
.schedule-table td:first-child {
    text-align: left;
}

.kids-table {
    width: 100%;
    height: 1px;
    font-family: "uni-med", Arial, sans-serif;
}

.kids-table th,
.kids-table b {
    font-family: "uni-semi", Arial, sans-serif;
    font-weight: normal;
}

.kids-table td,
.kids-table th {
    padding: 3px;
    border: 1px solid #DDD7D7;
}

.kids-table td:first-child div {
    padding: 5px 3px 5px 8px;
    line-height: 1.3;
    display: block;
}

.kids-table td div {
    min-height: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-legend {
    padding-left: 50px;
}

.table-legend div {
    padding: 8px 5px;
    border: 2px solid #fff;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'uni-semi', Arial, sans-serif;
}

.new-schedule {
    width: 100%;
    height: 1px;
    font-family: "uni-med", Arial, sans-serif;
}

.new-schedule th,
.new-schedule b,
.new-schedule strong {
    font-family: "uni-semi", Arial, sans-serif;
    font-weight: normal;
}

.new-schedule .vertical-text b {
    font-family: "uni-med", Arial, sans-serif;
    font-weight: normal;
}

.new-schedule .vertical-text {
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
    text-align: center;
    letter-spacing: 0.5px;
    display: flex;
    margin: 5px auto;
}

.new-schedule td:not(:first-child) {
    min-width: 50px;
}

.new-schedule td[rowspan] {
    min-height: 100px;
}

.new-schedule td div:not(.vertical-text) {
    min-height: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1px;
}

.new-schedule td,
.new-schedule th {
    padding: 3px;
    border: 1px solid #DDD7D7;
}

.new-schedule .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

@media (max-width: 1869px) {
    .filter-item {
        font-size: 15px;
        margin-right: 30px;
    }

    .filter-item:last-child {
        margin-right: 0;
    }

    .new-schedule {
        font-size: 14px;
    }

    .new-schedule td:not(:first-child) {
        min-width: auto;
    }

    .inner-tab-link {
        font-size: 15px;
    }
}

@media (max-width: 1699px) {
    .schedule-page .nav-tabs {
        width: 640px;
    }

    .filter-item {
        font-size: 13px;
        text-transform: uppercase;
    }

    .filter-item:last-child {
        margin-right: 0;
    }

    .new-schedule {
        font-size: 13px;
    }

    .inner-tab-link {
        font-size: 14px;
    }
}

@media (max-width: 1399px) {
    .filter-container {
        flex-wrap: wrap;
    }

    .new-schedule {
        font-size: 11px;
    }

    .inner-nav-tabs {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .schedule-page .nav-tabs {
        width: 100%;
    }

    .schedule-table {
        font-size: 13px;
    }

    .schedule-table td[rowspan] {
        padding: 1px;
    }

    .schedule-table td[rowspan] div {
        padding-left: 5px;
        font-size: 11.5px;
    }

    .schedule-table td[style*="text-align: left"] {
        font-size: 12px;
    }

    .schedule-section .col-xl-2 {
        order: 1;
    }

    .schedule-section .col-xl-10 {
        order: 2;
    }

    .table-legend {
        padding-left: 0;
        display: flex;
    }

    .table-legend>div {
        margin-right: 5px;
        min-width: 50px;
    }

    .schedule-table div {
        min-width: auto;
        overflow: hidden;
    }

    .schedule-table div span {
        padding-left: 4px;
        padding-right: 5px;
    }

    .schedule-table div span+span:before {
        bottom: auto;
        height: 80px;
    }

    .schedule-page .scroll-container {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767px) {
    .schedule-table {
        width: 800px;
    }

    .scroll-container {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .schedule-page .title-group .h1,
    .schedule-page .title-group h1 {
        margin-bottom: 20px;
    }

    .schedule-page .start-section .title-group {
        display: block;
    }

    .new-schedule {
        font-size: 12px;
    }
}

.contact-section .h3,
.contact-section h3 {
    font-size: 52px;
    text-transform: uppercase;
    font-family: "uni-bold", Arial, sans-serif;
    margin: 0 0 30px;
    color: #fff;
}

.contact-section .form-control {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.contact-section .form-control::placeholder {
  color: #fff;
}

.contact-section .btn-primary {
    width: 100%;
}

.contact-section .form-group {
    margin-bottom: 20px;
}

.contact-section .card-item {
    width: 350px;
    margin: 0 auto;
}

.contact-section .card-body {
    width: 350px;
    height: 500px;
}

@media (max-width: 1859px) {

    .contact-section .h3,
    .contact-section h3 {
        font-size: 46px;
    }
}

@media (max-width: 1699px) {
    .contact-section .col-xl-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 1399px) {

    .contact-section .h3,
    .contact-section h3 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .contact-section .img-container {
        display: none;
    }

    .contact-section .h3,
    .contact-section h3 {
        text-align: center;
        font-size: 28px;
    }

    .contact-section .h3 br,
    .contact-section h3 br {
        display: none;
    }

    .contact-section .pr-120 {
        padding-right: 0;
    }

    .contact-section .card-item {
        display: none;
    }
}

.services-section .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 40px;
}

.services-section .section-title .h2,
.services-section .section-title h2 {
    line-height: 1;
}

.services-section .hidden-content {
    display: none;
}

.services-section .clone-content {
    height: 100%;
}

.services-slider .service-item {
    height: 300px;
    position: relative;
    overflow: hidden;
    display: block;
}

.services-slider .service-item picture {
    height: 100%;
}

.services-slider .service-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-slider .service-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-family: "uni-med", Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 15px 15px 25px;
    transition: 0.25s;
}

.service-controls {
    display: flex;
    align-items: center;
}

.service-controls svg {
    width: 42px !important;
    height: 42px !important;
    stroke: #111;
    position: static !important;
    margin: 0 !important;
    display: block !important;
}

.service-controls .prev,
.service-controls .next {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: 0.25s;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    margin-left: 10px;
}

.service-controls .prev:hover,
.service-controls .next:hover {
    background-color: #fff;
}

.hystmodal__window.service-modal-window {
    width: 520px;
}

.hystmodal__window.service-modal-window .modal-content {
    padding: 0;
}

.hystmodal__window.service-modal-window .clone-content picture {
    height: 300px;
    margin-bottom: 10px;
}

.hystmodal__window.service-modal-window .clone-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hystmodal__window.service-modal-window .clone-content .service-title {
    font-size: 20px;
    font-family: "uni-semi", Arial, sans-serif;
    padding-left: 20px;
    margin-bottom: 5px;
}

.hystmodal__window.service-modal-window .clone-content ul,
.hystmodal__window.service-modal-window .clone-content ol {
    padding-left: 20px;
}

.hystmodal__window.service-modal-window .clone-content .hidden-content {
    padding: 0 20px 10px;
}

@media (max-width: 1699px) {

    .service-controls .prev,
    .service-controls .next {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991px) {

    .service-controls .prev,
    .service-controls .next {
        width: 42px;
        height: 42px;
    }
}

.single-section {
    font-size: 18px;
    padding-bottom: 1px;
}

.single-section .single-row {
    margin-bottom: 120px;
}

.single-section .col-lg-6 {
    position: relative;
    z-index: 1;
}

.single-section .col-lg-6:first-child.align-vertical {
    padding-right: 50px;
}

.single-section .col-lg-6:nth-child(2).align-vertical {
    padding-left: 50px;
}

.single-section .col-lg-6:nth-child(2) .tns-nav {
    left: auto;
    right: 30px;
}

.single-section .col-lg-6:nth-child(2) .tns-nav button {
    margin-right: auto;
    margin-left: 10px;
}

.single-section .single-slider {
    overflow: hidden;
}

.single-section .tns-nav {
    position: absolute;
    left: 30px;
    top: calc(100% + 15px);
    z-index: 2;
}

.single-section .tns-nav button {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #fff;
    margin-right: 10px;
    padding: 0;
}

.single-section .tns-nav button.tns-nav-active {
    background-color: #111;
}

.single-section .tns-item {
    height: 500px;
    padding: 0 !important;
}

.single-section .tns-item picture {
    width: 100%;
    height: 100%;
}

.single-section .tns-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-section .single-text .h3,
.single-section .single-text h3 {
    margin-top: 0;
    font-family: "uni-semi", Arial, sans-serif;
    text-transform: uppercase;
}

.single-section .single-text ul,
.single-section .single-text ol {
    padding-left: 20px;
}

@media (max-width: 1699px) {
    .single-section .tns-item {
        height: 420px;
    }

    .single-section .tns-nav {
        left: 15px;
    }

    .single-section .col-lg-6:nth-child(2) .tns-nav {
        right: 15px;
    }

    .single-section {
        font-size: 16px;
    }

    .single-section .single-text .h3,
    .single-section .single-text h3 {
        font-size: 24px;
    }
}

@media (max-width: 1399px) {
    .single-section {
        padding-top: 100px;
    }

    .single-section .tns-item {
        height: 380px;
    }
}

@media (max-width: 1199px) {
    .single-section {
        padding-top: 70px;
    }

    .single-section .tns-item {
        height: 320px;
    }

    .single-section .tns-nav button {
        width: 16px;
        height: 16px;
    }

    .single-section {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .single-section .col-lg-6.align-vertical {
        order: 3;
        margin-top: 50px;
    }

    .single-section .col-lg-6:nth-child(2).align-vertical {
        padding-left: 15px;
    }

    .single-section .col-lg-6:first-child.align-vertical {
        padding-right: 15px;
    }

    .single-section .tns-item {
        height: 400px;
    }

    .single-section .tns-nav {
        left: auto;
        right: 15px;
    }

    .single-section .single-row {
        margin-bottom: 80px;
    }

    .single-section {
        padding-bottom: 1px;
    }

    .single-section .single-text .h3,
    .single-section .single-text h3 {
        font-size: 20px;
    }

    .single-section {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .single-section .tns-item {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .single-section .tns-item {
        height: 300px;
    }
}

@media (max-width: 479px) {
    .single-section .tns-item {
        height: 250px;
    }
}

@media (max-width: 375px) {
    .single-section .tns-item {
        height: 220px;
    }
}

.benefit-section .list-holder {
    position: relative;
    padding-left: 600px;
    display: flex;
    flex-direction: column;
}

.benefit-section .list-item {
    border-bottom: 2px solid #222431;
    cursor: pointer;
}

.benefit-section .list-item h3,
.benefit-section .list-item .h3,
.benefit-section .list-item p {
    position: relative;
    z-index: 2;
}

.benefit-section .list-item p {
    opacity: 0;
}

.benefit-section .list-item.active {
    color: #fff;
}

.benefit-section .list-item.active .list-text:before {
    height: 100%;
}

.benefit-section .list-item.active .list-img {
    opacity: 1;
    transform: translateX(0);
}

.benefit-section .list-item.active .h3,
.benefit-section .list-item.active h3 {
    transform: translateX(10px);
}

.benefit-section .list-item.active p {
    opacity: 1;
}

.benefit-section .list-item:last-child {
    border: 0;
}

.benefit-section .list-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 600px;
    transition: all 0.35s linear;
    transform: translateX(-20px);
    opacity: 0;
    pointer-events: none;
}

.benefit-section .list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-section .list-text {
    display: flex;
    transition: all 0.25s linear;
    padding: 20px 20px 20px 0;
    position: relative;
}

.benefit-section .list-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: all 0.35s ease;
    z-index: 1;
    background-color: #222431;
}

.benefit-section .list-text .h3,
.benefit-section .list-text h3 {
    font-family: "uni-semi", Arial, sans-serif;
    flex: 0 0 420px;
    font-size: 28px;
    transition: 0.25s;
}

.benefit-section .list-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1859px) {

    .benefit-section .list-text .h3,
    .benefit-section .list-text h3 {
        font-size: 22px;
        flex: 0 0 320px;
        padding-right: 15px;
    }
}

@media (max-width: 1699px) {
    .benefit-section .list-holder {
        padding-left: 500px;
    }

    .benefit-section .list-img {
        width: 400px;
        height: 450px;
    }

    .benefit-section .list-text .h3,
    .benefit-section .list-text h3 {
        font-size: 20px;
        flex: 0 0 250px;
        padding-right: 15px;
    }

    .benefit-section .list-item p {
        font-size: 14px;
    }

    .benefit-section .list-text {
        padding: 15px 15px 12px 0;
    }
}

@media (max-width: 1399px) {
    .benefit-section .list-holder {
        padding-left: 400px;
    }

    .benefit-section .list-img {
        width: 320px;
        height: 400px;
    }

    .benefit-section .list-text .h3,
    .benefit-section .list-text h3 {
        font-size: 18px;
        flex: 0 0 250px;
    }

    .benefit-section .list-item p {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .benefit-section .list-holder {
        padding-left: 0;
    }

    .benefit-section .list-img {
        display: none;
    }

    .benefit-section .list-item p {
        color: #111;
        opacity: 1;
    }

    .benefit-section .list-item .h3,
    .benefit-section .list-item h3 {
        margin-top: 0;
    }

    .benefit-section .list-item.active p {
        color: #111;
    }

    .benefit-section .list-text {
        padding: 20px 0;
    }

    .benefit-section .list-text:before {
        display: none;
    }

    .benefit-section .list-item.active .h3,
    .benefit-section .list-item.active h3 {
        transform: translateX(0);
        color: #111;
    }
}

@media (max-width: 767px) {
    .benefit-section .list-text {
        display: block;
    }
}

.tenis-section {
    position: relative;
    padding-top: 240px;
    color: #fff;
}

.tenis-section:before {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 120px;
    background-color: #222431;
    clip-path: polygon(94% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    z-index: 1;
}

.tenis-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tenis-section .section-title .h2,
.tenis-section .section-title h2 {
    font-size: 52px;
    font-family: "uni-semi", Arial, sans-serif;
}

.tenis-section .section-title p {
    font-size: 18px;
    max-width: 650px;
    margin: 0;
}

.tenis-section .container {
    position: relative;
    z-index: 2;
}

.tenis-section .tns-outer {
    position: relative;
}

.tenis-section .tns-nav {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.tenis-section .tns-nav button {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #fff;
    margin-top: 10px;
}

.tenis-section .tns-nav button.tns-nav-active {
    background-color: #111;
}

.tenis-slider {
    background-color: #222431;
}

.tenis-slider .tns-item {
    height: 650px;
    padding: 0 !important;
    animation-duration: 0ms !important;
    transition: 500ms linear !important;
}

.tenis-slider .tns-item.tns-slide-active {
    animation-duration: 500ms !important;
    transition: 500ms linear !important;
}

.tenis-slider picture {
    width: 100%;
    height: 100%;
}

.tenis-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1699px) {
    .tenis-slider .tns-item {
        height: 550px;
    }

    .tenis-section .section-title p {
        font-size: 16px;
    }

    .tenis-section .section-title .h2,
    .tenis-section .section-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 1399px) {
    .tenis-section {
        padding-top: 200px;
    }

    .tenis-section:before {
        top: 100px;
        bottom: 100px;
    }

    .tenis-slider .tns-item {
        height: 500px;
    }
}

@media (max-width: 1199px) {
    .tenis-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tenis-section:before {
        clip-path: unset;
        top: 0;
        bottom: 0;
    }

    .tenis-slider .tns-item {
        height: 420px;
    }

    .tenis-section .tns-nav button {
        width: 16px;
        height: 16px;
    }

    .tenis-section .tns-nav {
        right: 25px;
        bottom: 25px;
    }
}

@media (max-width: 991px) {
    .tenis-section .section-title {
        display: block;
    }

    .tenis-slider .tns-item {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .tenis-slider .tns-item {
        height: 320px;
    }
}

@media (max-width: 520px) {
    .tenis-slider .tns-item {
        height: 280px;
    }
}

@media (max-width: 420px) {
    .tenis-slider .tns-item {
        height: 250px;
    }
}

.form-group {
    padding-bottom: 30px;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    border: 0;
    border-bottom: 2px solid #111;
    padding: 0;
    font-size: 24px;
    outline: 0;
    transition: 0.25s;
    outline: 0;
    background-color: transparent;
    font-family: "uni-semi", Arial, sans-serif;
    border-radius: 0;
}

textarea.form-control {
    display: block;
    width: 100%;
    border: 1px solid #111;
    padding: 12px;
    min-height: 120px;
    resize: vertical;
}

.news-page .news-section {
    padding-bottom: 60px;
}

.news-page .news-section .col-lg-4 {
    margin-bottom: 60px;
}

.news-page .start-section .title-group {
    margin-bottom: 0;
}

.article-page .news-section {
    padding-bottom: 60px;
}

.article-page .news-section .col-lg-4 {
    margin-bottom: 40px;
}

.news-item .item-img {
    height: 360px;
    transition: 0.25s;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-item .item-date {
    font-size: 13px;
}

.news-item .item-img picture {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.news-item .item-img a {
    width: 100%;
    height: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.news-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.news-item .item-img:hover img {
    transform: scale(1.07);
}

.news-item .item-title {
    font-size: 24px;
    font-family: "uni-semi", Arial, sans-serif;
    margin-bottom: 5px;
}

.news-item .item-title a {
    text-decoration: none;
    color: inherit;
}

.news-item .item-title a:hover {
    text-decoration: underline;
}

.news-item .item-text {
    margin: 0 0 10px;
    height: 65px;
    overflow: hidden;
    color: #777;
    font-size: 14px;
}

.index-page .news-section .section-title {
    margin-bottom: 30px;
}

.index-page .news-section .news-item .item-img {
    margin-bottom: 0;
}

.index-page .news-section .col-lg-6:first-child .item-img {
    height: 450px;
}

.index-page .news-section .col-lg-6:last-child {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-page .news-section .col-lg-6:last-child .news-item {
    width: calc(50% - 30px);
}

.index-page .news-section .col-lg-6:last-child .news-item .item-img {
    height: 220px;
}

.index-page .news-section .col-lg-6:last-child .news-item .item-img:after {
    bottom: -8px;
    left: -8px;
}

.index-page .news-section .col-lg-6:last-child .news-item .item-title {
    font-size: 18px;
}

.index-page .news-section .item-body {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
}

.index-page .news-section .link-more {
    margin: 30px auto 0;
}

.article-page .news-section .section-title {
    margin-bottom: 30px;
}

.article-page .news-section .section-title .h2,
.article-page .news-section .section-title h2 {
    font-size: 54px;
}

.article-col {
    padding-bottom: 100px;
}

.article-col img {
    margin: 10px 0;
}

.article-col video {
    max-width: 100%;
}

.article-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 50px;
}

.article-gallery a {
    display: block;
}

.article-gallery a:hover img {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

.article-gallery img {
    display: block;
    height: 200px;
    margin: 0 10px 10px 0;
    transition: 0.25s;
}

@media (max-width: 1859px) {
    .index-page .news-section .col-lg-6:first-child .item-img {
        height: 400px;
    }

    .index-page .news-section .col-lg-6:first-child .news-item .item-title {
        font-size: 20px;
    }

    .index-page .news-section .col-lg-6:last-child .news-item .item-img {
        height: 200px;
    }

    .news-item .item-img {
        height: 300px;
    }

    .news-item .item-title {
        font-size: 20px;
    }
}

@media (max-width: 1699px) {
    .index-page .news-section .col-lg-6:first-child .item-img {
        height: 350px;
    }

    .index-page .news-section .col-lg-6:last-child .news-item .item-img {
        height: 180px;
    }

    .index-page .news-section .col-lg-6:last-child .news-item {
        width: calc(50% - 15px);
    }

    .index-page .news-section .col-lg-6:last-child .news-item .item-title {
        font-size: 16px;
    }

    .news-item .item-img {
        height: 250px;
    }

    .news-page .news-section .col-lg-4 {
        margin-bottom: 40px;
    }

    .article-page .news-section .section-title .h2,
    .article-page .news-section .section-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 1399px) {
    .index-page .news-section .col-lg-6:first-child .item-img {
        height: 300px;
    }

    .index-page .news-section .col-lg-6:last-child .news-item .item-img {
        height: 150px;
    }

    .news-item .item-img {
        height: 220px;
    }

    .article-page .news-section .section-title .h2,
    .article-page .news-section .section-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .news-item .item-img {
        height: 180px;
    }

    .news-item .item-title {
        font-size: 18px;
    }

    .news-page .news-section {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .index-page .news-section .col-lg-6:first-child {
        margin-bottom: 30px;
    }

    .article-gallery img {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .news-item .item-title {
        font-size: 16px;
    }

    .article-page .news-section .section-title .h2,
    .article-page .news-section .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .index-page .news-section .col-lg-6:last-child .news-item {
        width: 100%;
    }

    .index-page .news-section .col-lg-6:first-child .item-img,
    .index-page .news-section .col-lg-6:last-child .news-item .item-img {
        height: 300px;
    }

    .index-page .news-section .col-lg-6:last-child .news-item {
        margin-bottom: 30px;
    }

    .index-page .news-section .col-lg-6:first-child .news-item .item-title,
    .index-page .news-section .col-lg-6:last-child .news-item .item-title {
        font-size: 16px;
    }

    .index-page .news-section .item-body {
        padding: 12px 15px;
    }

    .news-item .item-img {
        height: 300px;
    }
}

@media (max-width: 479px) {

    .index-page .news-section .col-lg-6:first-child .item-img,
    .index-page .news-section .col-lg-6:last-child .news-item .item-img {
        height: 250px;
    }

    .news-item .item-img {
        height: 250px;
    }
}

@media (max-width: 420px) {

    .index-page .news-section .col-lg-6:first-child .item-img,
    .index-page .news-section .col-lg-6:last-child .news-item .item-img {
        height: 200px;
    }

    .news-item .item-img {
        height: 200px;
    }
}

@media (max-width: 375px) {

    .index-page .news-section .col-lg-6:first-child .item-img,
    .index-page .news-section .col-lg-6:last-child .news-item .item-img {
        height: 180px;
    }

    .news-item .item-img {
        height: 180px;
    }
}

.faq-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.faq-item {
    border-bottom: 1px solid #C2C2C2;
}

.faq-header {
    display: flex;
    padding: 20px 80px 20px 0;
    cursor: pointer;
    position: relative;
    font-size: 32px;
    font-family: "uni-med", Arial, sans-serif;
}

.faq-header svg {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 30px;
    top: calc(50% - 12px);
    transition: 0.25s;
    fill: #000000;
}

.faq-open .faq-header svg {
    transform: rotate(45deg);
    fill: #a63d2f;
}

.faq-open .faq-header,
.faq-header:hover {
    color: #a63d2f;
}

.faq-desp {
    padding-right: 80px;
    overflow: hidden;
    height: 0px;
}

.faq-item,
.faq-header,
.ri-add-line,
.faq-header-title,
.faq-desp,
.faq-desp-content {
    transition: 0.2s;
}

@media (max-width: 2000px) {
    .faq-header {
        font-size: 24px;
    }

    .faq-header svg {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }
}

@media (max-width: 1799px) {
    .faq-container {
        margin-bottom: 0;
    }
}

@media (max-width: 1399px) {
    .faq-header {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .faq-header svg {
        right: 10px;
    }

    .faq-header {
        font-size: 18px;
        padding: 15px 50px 15px 0;
    }
}

@media (max-width: 767px) {
    .faq-header {
        font-size: 16px;
    }

    .faq-desp {
        font-size: 14px;
    }

    .faq-header svg {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }
}

.visit-page .single-row:first-child {
    margin-top: -80px;
}

@media (max-width: 1399px) {
    .visit-page .single-row:first-child {
        margin-top: 0;
    }
}

.kids-training {
    background-color: #fff;
}

.kids-training .section-title {
    margin-bottom: 50px;
}

.kids-training table {
    width: 100%;
    border: 0;
}

.kids-training table .h3,
.kids-training table h3 {
    font-size: 32px;
    font-family: "uni-semi", Arial, sans-serif;
    text-transform: uppercase;
    margin-top: -5px;
}

.kids-training table td {
    border-bottom: 1px solid #222431;
    padding: 40px 0;
}

.kids-training table td:first-child {
    vertical-align: top;
    width: 700px;
}

.kids-training table td p:last-child {
    margin-bottom: 0;
}

.kids-training table tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
}

@media (max-width: 1699px) {
    .kids-training table td:first-child {
        width: 500px;
    }
}

@media (max-width: 1199px) {
    .kids-page .page-head {
        display: block;
    }

    .kids-page .page-head table {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .kids-page .page-head .section-title p {
        max-width: 100%;
    }

    .kids-training table .h3,
    .kids-training table h3 {
        font-size: 28px;
    }

    .kids-training table td:first-child {
        width: 400px;
    }
}

@media (max-width: 991px) {

    .kids-training table .h3,
    .kids-training table h3 {
        font-size: 22px;
    }

    .kids-training table td:first-child {
        width: 300px;
    }

    .kids-page .page-head {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {

    .kids-training table,
    .kids-training td,
    .kids-training tr {
        display: block;
    }

    .kids-training .section-title {
        margin-bottom: 10px;
    }

    .kids-training table td {
        border: 0;
        padding: 0;
    }

    .kids-training table td:first-child {
        width: 100%;
    }

    .kids-training table tr {
        border-bottom: 1px solid #222431;
        padding: 20px 0;
    }

    .kids-training table tr:last-child {
        border-bottom: 0;
    }

    .kids-training table .h3,
    .kids-training table h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.cafe-page .page-head {
    align-items: flex-start;
}

.cafe-page .page-head table {
    font-size: 20px;
}

.cafe-page .single-row:first-child {
    margin-top: -80px;
}

.cafe-page .single-row:first-child .align-vertical {
    padding-top: 90px;
}

.cafe-page .single-section {
    padding-bottom: 1px;
}

.gallery-section {
    padding-bottom: 60px;
    padding-top: 50px;
}

.gallery-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.gallery-section .section-title .btn-primary {
    width: 350px;
}

.gallery-section .col-xl-3 {
    margin-bottom: 60px;
}

.gallery-section .col-xl-3 img {
    display: block;
    max-height: 100%;
}

.gallery-section .gallery-item a {
    width: 100%;
    display: block;
}

.gallery-section .gallery-item picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.gallery-section .gallery-item {
    position: relative;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.gallery-section .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 42, 56, 0.95);
    color: #fff;
    transition: .25s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
}

.gallery-section .hover-content:before {
    content: '';
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cg clip-path='url(%23clip0_991_15)'%3E%3Cpath d='M26.2694 18.1248H20.832V12.6874C20.832 12.1871 20.426 11.7811 19.9257 11.7811C19.4255 11.7811 19.0195 12.1871 19.0195 12.6874V18.1248H13.582C13.0818 18.1248 12.6758 18.5308 12.6758 19.0311C12.6758 19.5313 13.0818 19.9373 13.582 19.9373H19.0195V25.3748C19.0195 25.875 19.4255 26.281 19.9257 26.281C20.426 26.281 20.832 25.875 20.832 25.3748V19.9373H26.2694C26.7697 19.9373 27.1756 19.5313 27.1756 19.0311C27.1756 18.5308 26.7697 18.1248 26.2694 18.1248Z' fill='white'/%3E%3Cpath d='M46.86 46.4657L33.3942 32.4616C36.8288 29.017 38.9567 24.2682 38.9567 19.0311C38.9567 8.5368 30.4199 0 19.9256 0C9.43133 0 0.894531 8.5368 0.894531 19.0311C0.894531 29.5254 9.43133 38.0622 19.9256 38.0622C24.532 38.0622 28.7597 36.4155 32.0547 33.6832L45.5532 47.7218C45.7308 47.9076 45.9683 48 46.2066 48C46.4332 48 46.6588 47.9157 46.8346 47.7472C47.1953 47.4001 47.2062 46.8264 46.86 46.4657ZM2.70701 19.0311C2.70701 9.53638 10.4309 1.81248 19.9256 1.81248C29.4203 1.81248 37.1442 9.53638 37.1442 19.0311C37.1442 28.5258 29.4203 36.2497 19.9256 36.2497C10.4309 36.2497 2.70701 28.5258 2.70701 19.0311Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_991_15'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.gallery-section .hover-content p {
    width: 100%;
    text-align: center;
    font-weight: 400;
    padding: 0 20px;
    text-shadow: 0 0 6px #111;
}

.gallery-section .gallery-item:hover .hover-content {
    opacity: 1;
}

@media (max-width: 1699px) {
    .cafe-page .single-row:first-child {
        margin-top: -60px;
    }

    .cafe-page .single-row:first-child .align-vertical {
        padding-top: 60px;
    }

    .gallery-section .section-title .btn-primary {
        width: 250px;
    }
}

@media (max-width: 1399px) {
    .cafe-page .single-row:first-child {
        margin-top: 0;
    }

    .cafe-page .single-row:first-child .align-vertical {
        padding-top: 0;
    }

    .cafe-page .page-head {
        padding-bottom: 80px;
    }

    .cafe-page .page-head table {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .gallery-section .col-xl-3 {
        margin-bottom: 40px;
    }

    .gallery-section {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .cafe-page .page-head {
        display: block;
    }

    .cafe-page .gallery-section {
        padding-top: 1px;
    }

    .cafe-page .page-head {
        padding-top: 70px;
        padding-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .gallery-section .section-title .btn-primary {
        width: 180px;
        font-size: 14px;
    }

    .cafe-page .page-head table {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .gallery-section .section-title .btn-primary {
        width: 160px;
        font-size: 14px;
    }
}

.map-section {
    height: 800px;
    position: relative;
}

.map-section iframe {
    height: 100%;
    width: 100%;
}

.social-networks {
    display: flex;
    align-items: center;
}

.social-networks a {
    text-decoration: none;
    margin-right: 25px;
}

.social-networks a:hover {
    text-decoration: none !important;
}

.social-networks a:hover svg {
    fill: #a63d2f;
}

.social-networks svg {
    fill: #fff;
}

.main-footer .social-networks svg {
    fill: #111;
}

.float-contacts {
    position: absolute;
    right: 100px;
    top: 49.9%;
    transform: translateY(-49.9%);
    border: 1px solid #a63d2f;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    width: 540px;
    padding: 50px;
    font-size: 24px;
}

.float-contacts a:not(.btn-primary) {
    color: #111;
    text-decoration: none;
}

.float-contacts a:not(.btn-primary):hover {
    text-decoration: underline;
}

.float-contacts .btn-primary {
    width: 100%;
}

.float-contacts p {
    margin-bottom: 25px;
}

.float-contacts .social-networks {
    margin-bottom: 30px;
}

@media (max-width: 1869px) {
    .float-contacts {
        font-size: 20px;
        right: 50px;
        width: 420px;
        padding: 40px;
    }

    .float-contacts .social-networks {
        margin-bottom: 20px;
    }

    .float-contacts p {
        margin-bottom: 20px;
    }

    .map-section {
        height: 600px;
    }
}

@media (max-width: 1199px) {
    .float-contacts {
        display: none;
    }
}

@media (max-width: 991px) {
    .map-section {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .map-section {
        height: 400px;
    }
}

.main-footer {
    background-color: #fff;
    font-family: 'uni-med';
}

.main-footer .social-networks {
    margin-bottom: 30px;
}

.main-footer a.h3 {
    font-size: 24px;
    white-space: nowrap;
}

.main-footer a.h3:hover {
    text-decoration: underline;
}

.footer-body {
    padding: 80px 0 50px;
}

.footer-nav .nav-iten {
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
}

.footer-nav .nav-iten:hover {
    color: #a63d2f;
}

.footer-nav>div {
    margin-bottom: 12px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
}

.site-developer a {
    color: #111;
    text-decoration: none;
}

.site-developer a span {
    color: #a63d2f;
}

.site-developer a:hover span {
    text-decoration: underline;
}

@media (min-width: 1700px) {
    .main-footer .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-footer .col-md-2,
    .main-footer .col-6,
    .main-footer .col-xl-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1699px) {
    .main-footer a.h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .main-footer .social-networks {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .footer-bottom .container {
        display: block;
        text-align: center;
    }

    .footer-bottom .site-copyright {
        margin-bottom: 10px;
    }
}

.app-section {
    background-color: #fff;
    padding-bottom: 30px;
}

.app-section .container {
    display: grid;
    align-items: center;
}

.app-section .container>svg {
    width: 100%;
    height: auto;
    pointer-events: none;
    grid-column: 1;
    grid-row: 1;
}

.app-section .container .app-content {
    grid-column: 1;
    grid-row: 1;
    margin: auto;
    text-align: center;
}

.app-section .container .h3,
.app-section .container h3 {
    font-size: 42px;
    margin: 0 0 30px;
    font-family: "uni-semi", Arial, sans-serif;
}

.app-section .container .d-flex {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 1699px) {

    .app-section .container .h3,
    .app-section .container h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {

    .app-section .container .h3,
    .app-section .container h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .app-section .container>svg {
        display: none;
    }
}

@media (max-width: 575px) {
    .app-section .container .d-flex {
        flex-direction: column;
        gap: 15px;
    }
}

@media (min-width: 1700px) {
    .app-section .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .app-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hystmodal__shadow {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 71, 160, 0.8);
}

.hystmodal__opened body {
    overflow: hidden;
}

.hystmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 100000;
    visibility: hidden;
}

.hystmodal--active {
    opacity: 1;
}

.hystmodal--active,
.hystmodal--moved {
    pointer-events: auto;
    visibility: visible;
}

.hystmodal__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background: rgba(37, 42, 56, 0.95);
}

.hystmodal__window {
    margin: 50px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    width: 720px;
    max-width: 100%;
    overflow: visible;
    transition: transform 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
}

.hystmodal--active .hystmodal__window {
    transform: scale(1);
    opacity: 1;
}

.hystmodal__close {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hystmodal__close svg {
    flex: 0 0 25px;
    height: 25px;
    transform: rotate(45deg);
    transition: 0.25s;
}

.hystmodal__close:hover svg {
    transform: rotate(-135deg);
}

.default-modal {
    padding: 20px 100px 80px;
}

.default-modal .modal-title {
    margin: 20px 0 15px;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
}

.default-modal .form-control {
    border: 1px solid #121221;
    padding: 10px 15px;
    border-radius: 0;
    font-family: "uni-med", Arial, sans-serif;
    height: 50px;
}

.default-modal .btn-primary {
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .hystmodal__wrap {
        padding: 12px;
    }

    .hystmodal__window {
        width: 100%;
    }

    .default-modal {
        padding: 20px 50px 50px;
    }
}

@media (max-width: 520px) {
    .default-modal {
        padding: 20px 30px 50px;
    }
}

@media(max-width: 575px) {
  .coach-modal-content {
    display: block;
  }

  .coach-modal-content .item-img {
    margin: 0 0 15px;
  }
}