@font-face {
    font-family: MorfinSans;
    font-weight: 400;
    src: url(/fonts/MorfinSans/MorfinSans-Regular.eot?) format("eot"),url(/fonts/MorfinSans/MorfinSans-Regular.woff2) format("woff2"),url(/fonts/MorfinSans/MorfinSans-Regular.woff) format("woff"),url(/fonts/MorfinSans/MorfinSans-Regular.ttf) format("truetype"),url(/fonts/MorfinSans/MorfinSans-Regular.svg#MorfinSans) format("svg")
}

@font-face {
    font-family: Nekst;
    font-weight: 300;
    src: url(/fonts/Nekst/Nekst-Light.eot?) format("eot"),url(/fonts/Nekst/Nekst-Light.woff2) format("woff2"),url(/fonts/Nekst/Nekst-Light.woff) format("woff"),url(/fonts/Nekst/Nekst-Light.ttf) format("truetype"),url(/fonts/Nekst/Nekst-Light.svg#Nekst) format("svg")
}

@font-face {
    font-family: Nekst;
    font-weight: 400;
    src: url(/fonts/Nekst/Nekst-Regular.eot?) format("eot"),url(/fonts/Nekst/Nekst-Regular.woff2) format("woff2"),url(/fonts/Nekst/Nekst-Regular.woff) format("woff"),url(/fonts/Nekst/Nekst-Regular.ttf) format("truetype"),url(/fonts/Nekst/Nekst-Regular.svg#Nekst) format("svg")
}

@font-face {
    font-family: Nekst;
    font-weight: 500;
    src: url(/fonts/Nekst/Nekst-Medium.eot?) format("eot"),url(/fonts/Nekst/Nekst-Medium.woff2) format("woff2"),url(/fonts/Nekst/Nekst-Medium.woff) format("woff"),url(/fonts/Nekst/Nekst-Medium.ttf) format("truetype"),url(/fonts/Nekst/Nekst-Medium.svg#Nekst) format("svg")
}

@font-face {
    font-family: Nekst;
    font-weight: 600;
    src: url(/fonts/Nekst/Nekst-SemiBold.eot?) format("eot"),url(/fonts/Nekst/Nekst-SemiBold.woff2) format("woff2"),url(/fonts/Nekst/Nekst-SemiBold.woff) format("woff"),url(/fonts/Nekst/Nekst-SemiBold.ttf) format("truetype"),url(/fonts/Nekst/Nekst-SemiBold.svg#Nekst) format("svg")
}

@font-face {
    font-family: Nekst;
    font-weight: 700;
    src: url(/fonts/Nekst/Nekst-Bold.eot?) format("eot"),url(/fonts/Nekst/Nekst-Bold.woff2) format("woff2"),url(/fonts/Nekst/Nekst-Bold.woff) format("woff"),url(/fonts/Nekst/Nekst-Bold.ttf) format("truetype"),url(/fonts/Nekst/Nekst-Bold.svg#Nekst) format("svg")
}

.container, .container-0, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-right: auto;
    margin-left: auto
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    max-width: 412px
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --bs-breakpoint-xxxl: 1500px
}

.row {
    --bs-gutter-x: 1.5rem
}

    .row > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*0.5);
        padding-left: calc(var(--bs-gutter-x)*0.5);
        margin-top: var(--bs-gutter-y)
    }

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

.container, .container-0, .container-fluid, .container-lg, .container-md, .container-medium, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    width: auto
}

.row-cols-1 > *, .row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1 > * {
    width: 100%
}

.row-cols-2 > * {
    width: 50%
}

.row-cols-2 > *, .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3 > * {
    width: 33.33333333%
}

.row-cols-4 > * {
    width: 25%
}

.row-cols-4 > *, .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5 > * {
    width: 20%
}

.row-cols-6 > * {
    width: 16.66666667%
}

.col-auto, .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.33333333%
}

.col-1, .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-3, .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-5, .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-7, .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-9, .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.33333333%
}

.col-11 {
    width: 91.66666667%
}

.col-11, .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 10px
}

.g-1, .gy-1 {
    --bs-gutter-y: 10px
}

.g-2, .gx-2 {
    --bs-gutter-x: 20px
}

.g-2, .gy-2 {
    --bs-gutter-y: 20px
}

.g-3, .gx-3 {
    --bs-gutter-x: 26.66666px
}

.g-3, .gy-3 {
    --bs-gutter-y: 26.66666px
}

.g-4, .gx-4 {
    --bs-gutter-x: 40px
}

.g-4, .gy-4 {
    --bs-gutter-y: 40px
}

.g-5, .gx-5 {
    --bs-gutter-x: 53.33334px
}

.g-5, .gy-5 {
    --bs-gutter-y: 53.33334px
}

.g-6, .gx-6 {
    --bs-gutter-x: 60px
}

.g-6, .gy-6 {
    --bs-gutter-y: 60px
}

.g-7, .gx-7 {
    --bs-gutter-x: 70px
}

.g-7, .gy-7 {
    --bs-gutter-y: 70px
}

.g-8, .gx-8 {
    --bs-gutter-x: 80px
}

.g-8, .gy-8 {
    --bs-gutter-y: 80px
}

.container-medium {
    max-width: 412px
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.header__content {
    position: relative;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header__content .logo {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto
    }

    .header__content .header-menu {
        padding-left: 60px;
        padding-right: 30px
    }

        .header__content .header-menu ul li:nth-child(2) {
            margin-right: 271px
        }

.mob-triger {
    display: none;
    width: 21px;
    height: 21px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

    .mob-triger i {
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-color: #fff;
        -webkit-transition: all .3s cubic-bezier(.55,.085,.68,.53);
        transition: all .3s cubic-bezier(.55,.085,.68,.53)
    }

        .mob-triger i:nth-of-type(2) {
            top: calc(50% - 5px)
        }

        .mob-triger i:nth-of-type(3) {
            top: calc(50% + 5px)
        }

    .mob-triger.active i:first-of-type {
        display: none
    }

    .mob-triger.active i:nth-of-type(2) {
        top: 50%;
        -webkit-transform: translate(-50%) rotate(45deg);
        -ms-transform: translate(-50%) rotate(45deg);
        transform: translate(-50%) rotate(45deg)
    }

    .mob-triger.active i:nth-of-type(3) {
        top: 50%;
        -webkit-transform: translate(-50%) rotate(-45deg);
        -ms-transform: translate(-50%) rotate(-45deg);
        transform: translate(-50%) rotate(-45deg)
    }

.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .header-menu ul li {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 48px
    }

        .header-menu ul li:last-child {
            margin-right: 0
        }

        .header-menu ul li a {
            color: #fff
        }

.mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .15s cubic-bezier(.55,.085,.68,.53);
    transition: all .15s cubic-bezier(.55,.085,.68,.53);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

    .mob-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

        .mob-menu.active .mob-menu__overlay {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .15s cubic-bezier(.55,.085,.68,.53) .15s;
            transition: all .15s cubic-bezier(.55,.085,.68,.53) .15s
        }

    .mob-menu > .container {
        height: 100%
    }

.mob-menu__content {
    position: relative;
    width: 60%;
    min-width: 280px;
    height: 100%;
    background: #121212;
    padding: 140px 20px 40px 0;
    z-index: 2
}

    .mob-menu__content:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 200%;
        background: #121212
    }

    .mob-menu__content .header-menu > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .mob-menu__content .header-menu > ul > li {
            margin-right: 0;
            margin-bottom: 40px
        }

            .mob-menu__content .header-menu > ul > li:last-child {
                margin-bottom: 0
            }

.mob-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsla(0,0%,100%,.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .05s cubic-bezier(.55,.085,.68,.53);
    transition: all .05s cubic-bezier(.55,.085,.68,.53)
}

.title {
    color: #252a30;
    font-weight: 600;
    line-height: normal;
    font-size: 64px;
    text-transform: uppercase
}

.title_md {
    font-size: 42px;
    font-weight: 700;
    text-transform: none
}

.title_lg {
    font-size: 55px;
    text-transform: none
}

.title_xl {
    font-size: 82px;
    line-height: 134%;
    font-weight: 700
}

.title_w-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .title_w-info:before {
        content: "наші";
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        padding: 8px 12px;
        border: 1px solid #000;
        border-radius: 23px;
        margin-bottom: 16px
    }

        .title_w-info:before:last-child {
            margin-bottom: 0
        }

button {
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: Nekst,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 24px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    width: 100%;
    max-width: 289px;
    -webkit-transition: .2s cubic-bezier(.55,.085,.68,.53);
    transition: .2s cubic-bezier(.55,.085,.68,.53)
}

.btn_ex-sm {
    font-size: 16px;
    padding: 10px 18px;
    max-width: 190px
}

.btn_ex-sm, .btn_sm {
    text-transform: none
}

.btn_sm {
    font-weight: 400px;
    padding: 14px 24px;
    max-width: 207px
}

.btn_yellow {
    background: #daf15e;
    color: #000
}

.btn_tr, .btn_yellow {
    border-color: #daf15e
}

.btn_tr {
    color: #fff
}

.btn_tr, .btn_tr-black {
    background: rgba(0,0,0,0)
}

.btn_tr-black {
    border-color: #252a30;
    color: #252a30
}

.main-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    margin-bottom: -122px
}

.main-block__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .main-block__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 29.667%;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.67)),to(rgba(0,0,0,0)));
        background: linear-gradient(180deg,rgba(0,0,0,.67),rgba(0,0,0,0) 100%)
    }

    .main-block__img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
        height: 100%
    }

.main-block__content {
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 148px;
    padding-bottom: 123px;
    z-index: 2
}

    .main-block__content .title {
        color: #fff;
        margin-bottom: 20px
    }

        .main-block__content .title:last-child {
            margin-bottom: 0
        }

    .main-block__content p {
        font-size: 28px;
        color: #daf15e;
        text-transform: uppercase;
        line-height: 164%;
        margin-bottom: 72px
    }

        .main-block__content p:last-child {
            margin-bottom: 0
        }

.main-block_md {
    margin-bottom: -310px
}

    .main-block_md .main-block__content {
        padding-top: 108px;
        padding-bottom: 304px
    }

input, select, textarea {
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Nekst,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 169%
}

.form {
    width: 100%
}

    .form input, .form textarea {
        border-bottom: 1px solid #252a30;
        color: #000;
        background: rgba(0,0,0,0)
    }

        .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
            color: #252a30
        }

        .form input::-moz-placeholder, .form textarea::-moz-placeholder {
            color: #252a30
        }

        .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
            color: #252a30
        }

        .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
            color: #252a30
        }

        .form input::placeholder, .form textarea::placeholder {
            color: #252a30
        }

    .form textarea {
        height: 67px
    }

    .form .form-field {
        margin-bottom: 24px
    }

        .form .form-field:last-child {
            margin-bottom: 0
        }

    .form .btn {
        margin-top: 14px
    }

        .form .btn:first-child {
            margin-top: 0
        }

.form-field {
    display: block
}

    .form-field > label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .form-field > label > input, .form-field > label > textarea {
            padding: 0 8px 15px
        }

.vector-bg {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .vector-bg:after, .vector-bg:before {
        content: "";
        display: block;
        width: 100%;
        height: 122px;
        -webkit-mask-image: url(/img/sections-vector.svg);
        mask-image: url(/img/sections-vector.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center top;
        mask-position: center top;
        margin-bottom: -1px
    }

    .vector-bg:after {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
        margin-top: -1px
    }

.vector-bg_b-yellow:after, .vector-bg_b-yellow:before, .vector-bg_yellow .vector-bg__content, .vector-bg_yellow:after, .vector-bg_yellow:before {
    background: #daf15e
}

.vector-bg_b-yellow:before {
    display: none
}

.vector-bg_b-yellow .vector-bg__content {
    background: #daf15e
}

.vector-bg_light-yellow .vector-bg__content, .vector-bg_light-yellow:after, .vector-bg_light-yellow:before, .vector-bg_t-light-yellow:after, .vector-bg_t-light-yellow:before {
    background: #f2f2e6
}

.vector-bg_t-light-yellow:after {
    display: none
}

.vector-bg_t-light-yellow .vector-bg__content {
    background: #f2f2e6
}

.vector-bg_t-white {
    position: relative
}

    .vector-bg_t-white:before {
        display: none
    }

    .vector-bg_t-white:after {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

.vector-bg_t-white-2:after, .vector-bg_t-white-2:before {
    background: #fff
}

.vector-bg_t-white-2:after {
    display: none
}

.vector-bg_t-white-2 .vector-bg__content {
    background: #fff
}

.swiper {
    position: relative
}

.swiper-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    -webkit-mask-image: url(/img/slider-left-arrow.svg);
    mask-image: url(/img/slider-left-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #252a30;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.55,.085,.68,.53);
    transition: all .3s cubic-bezier(.55,.085,.68,.53)
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .5
    }

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-pagination {
    margin-top: 40px
}

    .swiper-pagination:first-child {
        margin-top: 0
    }

    .swiper-pagination.swiper-pagination-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }

        .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-clickable .swiper-pagination-bullet {
            cursor: pointer
        }

    .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: hsla(0,0%,100%,.2);
        -webkit-transition: all .3s cubic-bezier(.55,.085,.68,.53);
        transition: all .3s cubic-bezier(.55,.085,.68,.53)
    }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #daf15e
        }

.trophies-slider__content {
    padding-top: 87px;
    padding-bottom: 36px
}

.trophies-slider__head {
    margin-bottom: 43px
}

    .trophies-slider__head:last-child {
        margin-bottom: 0
    }

.trophies-slider__slider {
    position: relative;
    padding-left: 116px;
    padding-right: 116px
}

.trophies-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trophies-slider-item__img {
    margin-bottom: 40px
}

    .trophies-slider-item__img:last-child {
        margin-bottom: 0
    }

.trophies-slider-item__content {
    text-align: center;
    max-width: 193px
}

.trophies-slider-item__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 11px
}

    .trophies-slider-item__title:last-child {
        margin-bottom: 0
    }

.trophies-slider-item__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 172%
}

.info-slider {
    position: relative;
    margin-top: -122px;
    margin-bottom: -122px
}

    .info-slider .swiper-pagination {
        position: absolute;
        bottom: 222px;
        left: 0;
        right: 0;
        z-index: 2;
        margin-top: 0
    }

.info-slider-item {
    position: relative;
    min-height: 816px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info-slider-item__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

    .info-slider-item__img > img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .info-slider-item__img:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.37)
    }

.info-slider-item__content {
    position: relative;
    z-index: 2;
    padding-top: 182px;
    padding-bottom: 301px;
    color: #fff;
    text-align: center
}

.info-slider-item__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 147%;
    margin-bottom: 40px
}

    .info-slider-item__quote:last-child {
        margin-bottom: 0
    }

    .info-slider-item__quote:before {
        content: "";
        display: block;
        width: 42px;
        height: 42px;
        -webkit-mask-image: url(/img/quote-icon.svg);
        mask-image: url(/img/quote-icon.svg);
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        background: #fff;
        margin-bottom: 35px
    }

        .info-slider-item__quote:before:last-child {
            margin-bottom: 0
        }

.info-slider-item__person > p {
    font-size: 28px;
    font-weight: 500;
    line-height: 165%
}

.info-slider-item__person > span {
    display: block;
    line-height: 230%
}

.footer {
    position: relative;
    z-index: 1;
    background: #121212
}

.footer__top {
    padding-top: 167px;
    padding-bottom: 64px;
    color: #fff
}

.footer__info {
    max-width: 234px;
    font-size: 12px;
    color: hsla(0,0%,100%,.7);
    padding-top: 30px;
    padding-left: 26.72%
}

    .footer__info .logo {
        margin-bottom: 36px
    }

        .footer__info .logo:last-child {
            margin-bottom: 0
        }

.footer__top-items {
    max-width: 770px
}

    .footer__top-items > .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.footer__top-item {
    padding-left: 40px;
    border-left: 1px solid #363636;
    padding-bottom: 50px
}

    .footer__top-item > p {
        font-weight: 600;
        margin-bottom: 24px
    }

        .footer__top-item > p:last-child {
            margin-bottom: 0
        }

.footer__contacts, .footer__menu {
    font-size: 12px
}

    .footer__contacts li, .footer__menu li {
        margin-bottom: 14px
    }

        .footer__contacts li:last-child, .footer__menu li:last-child {
            margin-bottom: 0
        }

        .footer__contacts li a, .footer__menu li a {
            color: #fff
        }

.footer__contacts {
    margin-bottom: 24px
}

    .footer__contacts:last-child {
        margin-bottom: 0
    }

.footer__bottom {
    padding-top: 20px;
    padding-bottom: 23px;
    border-top: 1px solid #363636;
    color: #6b6b6b;
    font-size: 12px
}

    .footer__bottom .footer__menu {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 27px
    }

        .footer__bottom .footer__menu, .footer__bottom .footer__menu ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .footer__bottom .footer__menu ul li {
                margin-bottom: 0;
                margin-right: 25px
            }

                .footer__bottom .footer__menu ul li:last-child {
                    margin-right: 0
                }

                .footer__bottom .footer__menu ul li a {
                    color: #6b6b6b
                }

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Nekst,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400
}

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

.logo {
    width: 138px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -8px
}

    .social ul li {
        padding: 8px
    }

        .social ul li a {
            display: block
        }

.social_rounded ul li a {
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 50%
}

.ml-84 {
    margin-left: 84px
}

.about-block {
    margin-bottom: 91px
}

    .about-block:last-child {
        margin-bottom: 0
    }

.about-block__content {
    padding-top: 81px;
    padding-bottom: 66px
}

.about-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 109px
}

    .about-block__item:last-child {
        margin-bottom: 0
    }

    .about-block__item .logo {
        margin-bottom: 55px
    }

        .about-block__item .logo:last-child {
            margin-bottom: 0
        }

    .about-block__item .about-events {
        max-width: 500px
    }

.about-block__text {
    max-width: 827px;
    font-size: 24px;
    line-height: 134%;
    text-align: center
}

.about-block__events {
    width: 100%;
    max-width: 1113px;
    margin-bottom: 83px
}

    .about-block__events:last-child {
        margin-bottom: 0
    }

    .about-block__events > .row > div:nth-child(2n) .about-events {
        margin-left: auto
    }

.about-block__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-block_style-2 {
    margin-bottom: 0 !important
}

    .about-block_style-2 .about-block__content {
        padding-top: 54px;
        padding-bottom: 122px
    }

.about-events__title, .events-full__title, .matches-events__title {
    color: #252a30;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 80px;
}

    .about-events__title:last-child, .events-full__title:last-child, .matches-events__title:last-child {
        margin-bottom: 0
    }

.about-events__item, .events-full__item, .matches-events__item {
    display: block;
    position: relative;
    padding: 10px 20px 10px 90px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 16px
}

    .about-events__item:last-child, .events-full__item:last-child, .matches-events__item:last-child {
        margin-bottom: 0
    }

    .about-events__item:before, .events-full__item:before, .matches-events__item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        background: url(/img/trophy-icon.svg) no-repeat 100%/100%
    }

    .about-events__item ul, .events-full__item ul, .matches-events__item ul {
        position: relative;
        padding-left: 20px;
        margin-bottom: 4px
    }

        .about-events__item ul:last-child, .events-full__item ul:last-child, .matches-events__item ul:last-child {
            margin-bottom: 0
        }

        .about-events__item ul:before, .events-full__item ul:before, .matches-events__item ul:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            width: 16px;
            height: 16px;
            background: url(/img/location-icon.svg) no-repeat 100%/100%
        }

        .about-events__item ul li, .events-full__item ul li, .matches-events__item ul li {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: rgba(37,42,48,.5);
            line-height: 130%;
            margin-right: 33px
        }

            .about-events__item ul li:last-child, .events-full__item ul li:last-child, .matches-events__item ul li:last-child {
                margin-right: 0
            }

                .about-events__item ul li:last-child:after, .events-full__item ul li:last-child:after, .matches-events__item ul li:last-child:after {
                    display: none
                }

            .about-events__item ul li:after, .events-full__item ul li:after, .matches-events__item ul li:after {
                content: "";
                position: absolute;
                top: 0;
                left: 100%;
                bottom: 0;
                width: 1px;
                background: rgba(37,42,48,.5);
                margin-left: 17px
            }

    .about-events__item p, .events-full__item p, .matches-events__item p {
        font-size: 24px;
        color: #252a30;
        line-height: 142%;
        font-weight: 500
    }

.advantages {
    margin-bottom: 111px
}

    .advantages:last-child {
        margin-bottom: 0
    }

    .advantages > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .advantages > .container > .title {
            margin-bottom: 78px
        }

            .advantages > .container > .title:last-child {
                margin-bottom: 0
            }

.advantages__items {
    width: 100%;
    max-width: 1224px
}

    .advantages__items > .row > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .advantages__items > .row > div:nth-child(3n+2) {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .advantages__items > .row > div:nth-child(3n) {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end
        }

    .advantages__items .advantages-item {
        max-width: 360px
    }

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.advantages-item__img {
    max-width: 120px;
    margin-bottom: 32px
}

    .advantages-item__img:last-child {
        margin-bottom: 0
    }

.advantages-item__text {
    max-width: 359px;
    line-height: 147%
}

.coaches {
    position: relative;
    padding-top: 192px;
    background: #daf15e
}

.coaches__img {
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

    .coaches__img:after, .coaches__img:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0
    }

    .coaches__img:before {
        top: 0;
        bottom: 0;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.69)));
        background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.69) 100%)
    }

    .coaches__img:after {
        bottom: 0;
        height: 122px;
        -webkit-mask-image: url(/img/sections-vector.svg);
        mask-image: url(/img/sections-vector.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center top;
        mask-position: center top;
        background: #daf15e;
        margin-bottom: -1px
    }

    .coaches__img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
        height: 100%
    }

.coaches__content {
    position: relative;
    z-index: 2
}

    .coaches__content > .container > .title {
        color: #fff;
        margin-bottom: 137px
    }

        .coaches__content > .container > .title:last-child {
            margin-bottom: 0
        }

        .coaches__content > .container > .title:before {
            color: #fff;
            border-color: #fff
        }

.coaches_style-2 {
    background: rgba(0,0,0,0);
    padding-top: 0;
    margin-bottom: -122px
}

    .coaches_style-2 .coaches__content {
        padding-top: 96px;
        padding-bottom: 181px
    }

        .coaches_style-2 .coaches__content > .container > .title {
            color: #252a30;
            margin-bottom: 72px
        }

            .coaches_style-2 .coaches__content > .container > .title:last-child {
                margin-bottom: 0
            }

            .coaches_style-2 .coaches__content > .container > .title:before {
                color: #252a30;
                border-color: #252a30
            }

.coaches-item {
    border-radius: 12px;
    overflow: hidden
}

.coaches-item, .coaches-item__img {
    position: relative
}

    .coaches-item__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
        background: linear-gradient(180deg,rgba(0,0,0,0),#000 100%)
    }

.coaches-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.coaches-item__text {
    color: #fff;
    margin-bottom: 20px
}

    .coaches-item__text:last-child {
        margin-bottom: 0
    }

    .coaches-item__text > .title {
        color: #fff
    }

.training-shedule {
    margin-bottom: 172px
}

    .training-shedule:last-child {
        margin-bottom: 0
    }

.training-shedule__content {
    padding-top: 173px;
    padding-bottom: 197px
}

    .training-shedule__content > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .training-shedule__content > .container > .title {
            text-align: center;
            margin-bottom: 78px
        }

            .training-shedule__content > .container > .title:last-child {
                margin-bottom: 0
            }

    .training-shedule__content .accordeon {
        width: 100%;
        max-width: 1066px
    }

.accordeon {
    border: 1px solid #000;
    border-radius: 16px;
    overflow: hidden
}

.accordeon__item:last-child .accordeon__content-inner .shedule-item:last-child, .accordeon__item:last-child .accordeon__triger {
    border-bottom: 0
}

.accordeon__item.active:last-child .accordeon__triger {
    border-bottom: 1px solid #000
}

.accordeon__item.active .accordeon__triger i:after {
    opacity: 0;
    visibility: hidden
}

.accordeon__item.active .accordeon__content {
    max-height: 9999px
}

.accordeon__triger {
    position: relative;
    display: block;
    padding: 24px 80px 24px 24px;
    border-bottom: 1px solid #000
}

    .accordeon__triger span {
        font-size: 28px;
        font-weight: 600;
        color: #000
    }

    .accordeon__triger i {
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        margin: auto;
        width: 18px;
        height: 18px
    }

        .accordeon__triger i:after, .accordeon__triger i:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 100%;
            height: 2px;
            background: #000;
            -webkit-transition: all .2s cubic-bezier(.55,.085,.68,.53);
            transition: all .2s cubic-bezier(.55,.085,.68,.53)
        }

        .accordeon__triger i:after {
            opacity: 1;
            visibility: visible;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

.accordeon__content {
    overflow: hidden;
    max-height: 0
}

.accordeon__content-inner {
    padding: 14px 24px 4px
}

    .accordeon__content-inner .shedule-item {
        padding-bottom: 16px;
        border-bottom: 1px solid #000;
        margin-bottom: 14px
    }

        .accordeon__content-inner .shedule-item:last-child {
            margin-bottom: 0
        }

.shedule-item__location {
    position: relative;
    color: #71840c;
    font-size: 17.08px;
    padding-left: 24px;
    margin-bottom: 6px
}

    .shedule-item__location:last-child {
        margin-bottom: 0
    }

    .shedule-item__location:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background: url(/img/location-icon.svg) no-repeat 100%/100%
    }

.shedule-item ul li {
    position: relative;
    display: inline-block;
    font-size: 29.28px;
    margin-right: 62px
}

    .shedule-item ul li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        width: 1px;
        background: #000;
        margin-left: 30px
    }

    .shedule-item ul li:last-child {
        margin-right: 0
    }

        .shedule-item ul li:last-child:after {
            display: none
        }

.contuct-us__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contuct-us__item {
    margin-right: 27px
}

    .contuct-us__item:last-child {
        margin-right: 0
    }

    .contuct-us__item .btn {
        min-width: 207px
    }

.contuct-us__phone > p {
    color: #252a30;
    font-size: 14px;
    font-weight: 300;
    line-height: 170%;
    margin-bottom: 2px
}

    .contuct-us__phone > p:last-child {
        margin-bottom: 0
    }

.contuct-us__phone a {
    display: block;
    color: #252a30;
    font-size: 24px;
    font-weight: 600
}

.content-block {
    margin-bottom: 140px
}

    .content-block:last-child {
        margin-bottom: 0
    }

.content-block__items {
    margin-bottom: 160px
}

    .content-block__items:last-child {
        margin-bottom: 0
    }

.content-block__img {
    border-radius: 228.5px;
    overflow: hidden;
    max-width: 457px
}

    .content-block__img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%
    }

.content-block__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 573px
}

.content-block__hidden {
    display: none
}

.content-block__content-item {
    margin-bottom: 42px
}

    .content-block__content-item:last-child {
        margin-bottom: 0
    }

    .content-block__content-item > ul > li {
        position: relative;
        color: #252a30;
        line-height: 156%;
        padding-left: 36px;
        margin-bottom: 5px
    }

        .content-block__content-item > ul > li:last-child {
            margin-bottom: 0
        }

        .content-block__content-item > ul > li:before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            width: 24px;
            height: 24px;
            background: url(/img/check-icon.svg) no-repeat
        }

.content-block__subtitle {
    color: #252a30;
    text-transform: uppercase;
    line-height: 140%;
    margin-bottom: 11px
}

    .content-block__subtitle:last-child {
        margin-bottom: 0
    }

.content-block_style-2 {
    margin-bottom: 0 !important
}

    .content-block_style-2 > div {
        padding-top: 51px;
        padding-bottom: 107px
    }

    .content-block_style-2 .content-block__content-item:last-child {
        display: block
    }

.content-block-2 {
    background: #f2f2e6
}

.content-block-2__items {
    border-radius: 20px;
    overflow: hidden;
    background: #d9d9d9
}

.content-block-2__item:nth-child(2n) .content-block-2__img:before {
    right: auto;
    left: -4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.content-block-2__item > .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-block-2__img {
    position: relative;
    width: 100%
}

    .content-block-2__img:before {
        content: "";
        position: absolute;
        top: 0;
        right: -4px;
        bottom: 0;
        margin: auto;
        width: 56px;
        height: 112px;
        background: url(/img/img-vector.svg) no-repeat 100%/100%
    }

.content-block-2__content {
    padding: 30px;
    font-size: 14px;
    line-height: 143%;
    max-width: 488px
}

    .content-block-2__content > p {
        margin-bottom: 24px
    }

        .content-block-2__content > p:last-child {
            margin-bottom: 0
        }

.info-block {
    margin-bottom: 216px
}

    .info-block:last-child {
        margin-bottom: 0
    }

.info-block__content {
    padding-top: 158px;
    padding-bottom: 125px;
    overflow: hidden
}

.info-block__items .info-block-content {
    position: relative;
    max-width: 652px;
    z-index: 2
}

.info-block__img {
    position: relative;
    margin: -49.185% 6.657% -42.713% -52.883%
}

    .info-block__img:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(179.13deg,rgba(242,242,230,0) 34.558%,#f0f0e1 87.309%)
    }

.info-block-content__item {
    margin-bottom: 40px
}

    .info-block-content__item:last-child {
        margin-bottom: 0
    }

.info-block-content__quote {
    font-size: 28px;
    font-weight: 600;
    line-height: 147%
}

    .info-block-content__quote:before {
        content: "";
        display: block;
        width: 42px;
        height: 42px;
        background: url(/img/quote-icon.svg) no-repeat;
        margin-bottom: 35px
    }

        .info-block-content__quote:before:last-child {
            margin-bottom: 0
        }

.info-block-content__person > p {
    font-size: 28px;
    font-weight: 500;
    line-height: 165%
}

.info-block-content__person > span {
    display: block;
    line-height: 230%
}

.info-block-content__signature {
    max-width: 239px
}

.contact-block {
    margin-bottom: 157px
}

    .contact-block:last-child {
        margin-bottom: 0
    }

.contact-block__content {
    max-width: 485px
}

.contact-block__content-item {
    margin-bottom: 50px
}

    .contact-block__content-item:last-child {
        margin-bottom: 0
    }

    .contact-block__content-item > .title {
        line-height: 135%;
        margin-bottom: 4px
    }

        .contact-block__content-item > .title:last-child {
            margin-bottom: 0
        }

    .contact-block__content-item > p {
        font-size: 16px;
        line-height: 175%
    }

.contact-block__hidden {
    display: none
}

.contact-block__map {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 443px
}

    .contact-block__map iframe {
        width: 100%;
        height: 100%
    }

.contact-block_style-2 {
    margin-bottom: -122px !important
}

    .contact-block_style-2 > div {
        padding-top: 194px;
        padding-bottom: 210px
    }

.contact-block-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-block-info, .contact-block-info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-block-info__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -14px
}

.contact-block-info__item {
    padding: 14px
}

    .contact-block-info__item > ul > li {
        font-size: 14px;
        font-weight: 300;
        line-height: 170%
    }

        .contact-block-info__item > ul > li > a {
            color: #000
        }

            .contact-block-info__item > ul > li > a img, .contact-block-info__item > ul > li > a span {
                display: inline-block;
                margin-right: 16px
            }

                .contact-block-info__item > ul > li > a img:last-child, .contact-block-info__item > ul > li > a span:last-child {
                    margin-right: 0
                }

            .contact-block-info__item > ul > li > a img {
                width: 16px;
                -webkit-transform: translateY(4px);
                -ms-transform: translateY(4px);
                transform: translateY(4px)
            }

            .contact-block-info__item > ul > li > a span {
                line-height: 170%
            }

.contact-block-info__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px
}

    .contact-block-info__head:last-child {
        margin-bottom: 0
    }

    .contact-block-info__head img {
        max-width: 32px;
        margin-bottom: 3px
    }

        .contact-block-info__head img:last-child {
            margin-bottom: 0
        }

    .contact-block-info__head span {
        font-size: 16px;
        font-weight: 600;
        line-height: 175%
    }

.partners {
    margin-bottom: 172px
}

    .partners:last-child {
        margin-bottom: 0
    }

    .partners > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .partners > .container > .title {
            margin-bottom: 100px
        }

            .partners > .container > .title:last-child {
                margin-bottom: 0
            }

.partners__items {
    width: 100%;
    max-width: 972px
}

    .partners__items > .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.partners__item {
    display: block;
    max-width: 138px !important;
    padding: 15px
}

    .partners__item img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all .2s cubic-bezier(.55,.085,.68,.53);
        transition: all .2s cubic-bezier(.55,.085,.68,.53)
    }

    .partners__item:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

.matches__content {
    padding-top: 40px;
    padding-bottom: 99px
}

.matches__items {
    margin-bottom: 40px
}

    .matches__items:last-child {
        margin-bottom: 0
    }

.matches__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px
}

.matches_full {
    margin-top: -122px;
    margin-bottom: -122px
}

    .matches_full .matches__content {
        padding-top: 80px;
        padding-bottom: 147px
    }

    .matches_full .matches__items {
        margin-bottom: 101px
    }

        .matches_full .matches__items:last-child {
            margin-bottom: 0
        }

.matches-events__table {
    width: 100%;
    max-width: 572px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1
}

    .matches-events__table table {
        width: 100%;
        border-spacing: 0
    }

    .matches-events__table thead {
        background: #daf15e;
        border-bottom: 1px solid #e1e1e1;
        color: #575f2f
    }

    .matches-events__table tr:nth-child(3) td {
        background: #f6ffc6
    }

    .matches-events__table tr:last-child td {
        border-bottom: none
    }

    .matches-events__table tr td {
        border-bottom: 1px solid #e1e1e1
    }

    .matches-events__table td {
        padding: 4px 10px;
        border-right: 1px solid #e1e1e1;
        text-align: center;
        font-size: 12px;
        line-height: 284%
    }

        .matches-events__table td:nth-child(2) {
            text-align: left
        }

        .matches-events__table td:last-child {
            border-right: none
        }

.matches-events-item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    overflow: hidden
}

.matches-events-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 4px 10px 4px 26px;
    border-bottom: 1px solid #e1e1e1
}

    .matches-events-item__head > p {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 243%
    }

    .matches-events-item__head > span {
        font-size: 12px;
        line-height: 284%
    }

.matches-events-item__content {
    padding: 8px 7px 8px 26px
}

    .matches-events-item__content > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 16px
    }

        .matches-events-item__content > li:last-child {
            margin-bottom: 0
        }

        .matches-events-item__content > li > p {
            width: 50px;
            text-align: center
        }

.matches-events-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.matches-events-info__img {
    width: 18px;
    margin-right: 16px
}

    .matches-events-info__img:last-child {
        margin-right: 0
    }

.matches-events-info__content {
    font-size: 10px
}

    .matches-events-info__content b, .matches-events-info__content span {
        display: inline-block;
        margin-right: 4px
    }

        .matches-events-info__content b:last-child, .matches-events-info__content span:last-child {
            margin-right: 0
        }

    .matches-events-info__content b {
        font-size: 14px;
        font-weight: 500;
        line-height: 243%
    }

    .matches-events-info__content span {
        line-height: 284%
    }

.events-full {
    margin-top: -120px;
    margin-bottom: 118px
}

    .events-full:last-child {
        margin-bottom: 0
    }

.events-full__content {
    padding-top: 70px;
    padding-bottom: 136px
}

.events-full__events {
    margin-bottom: 106px
}

    .events-full__events:last-child {
        margin-bottom: 0
    }

.events-full__items {
    margin-bottom: 40px
}

    .events-full__items:last-child {
        margin-bottom: 0
    }

    .events-full__items > .row > div:nth-child(2n) .about-events {
        margin-left: auto
    }

    .events-full__items .about-events {
        max-width: 500px
    }

.events-full__head {
    margin-bottom: 20px
}

    .events-full__head:last-child {
        margin-bottom: 0
    }

    .events-full__head > p {
        font-size: 24px
    }

.tournament-info__content {
    padding-top: 136px;
    padding-bottom: 115px
}

.tournament-info__items > .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-info__item {
    width: 100%;
    max-width: 441px
}

    .tournament-info__item > p {
        font-size: 16px;
        line-height: 150%
    }

.tournament-info__title {
    line-height: 134%;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px
}

    .tournament-info__title:last-child {
        margin-bottom: 0
    }

.tournament-info__info > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 24px
}

    .tournament-info__info > li:last-child {
        margin-bottom: 0
    }

    .tournament-info__info > li > img {
        width: 24px;
        margin-right: 24px
    }

        .tournament-info__info > li > img:last-child {
            margin-right: 0
        }

.contact-form {
    margin-bottom: 209px
}

    .contact-form:last-child {
        margin-bottom: 0
    }

.contact-form__content {
    padding-top: 126px
}

.contact-form__content-bottom {
    padding-bottom: 126px
}

.contact-form__items > .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-form__form {
    width: 100%
}

    .contact-form__form > .title {
        margin-bottom: 55px
    }

        .contact-form__form > .title:last-child {
            margin-bottom: 0
        }

    .contact-form__form > .form {
        max-width: 500px
    }

.contact-form__subtitle {
    color: #252a30;
    text-transform: uppercase;
    line-height: 140%;
    margin-bottom: 11px
}

    .contact-form__subtitle:last-child {
        margin-bottom: 0
    }

.contact-form__img {
    max-width: 552px
}

.gallery {
    margin-bottom: -122px
}

.gallery__content {
    padding-top: 105px;
    padding-bottom: 296px
}

.gallery__items > .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .gallery__items > .row > div:nth-child(3n+2) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .gallery__items > .row > div:nth-child(3n) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

.gallery__items .gallery-item {
    max-width: 313px
}

.gallery-item__img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px
}

    .gallery-item__img:last-child {
        margin-bottom: 0
    }

.gallery-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.gallery-item__title {
    display: block;
    font-weight: 600;
    color: #000
}

.gallery-item__text {
    font-size: 14px;
    color: #252a30;
    line-height: 143%
}

    .gallery-item__text > p {
        margin-bottom: 10px
    }

        .gallery-item__text > p:last-child {
            margin-bottom: 0
        }

.gallery-item__date {
    position: relative;
    padding-left: 37px;
    font-size: 14px;
    font-weight: 600;
    color: #252a30;
    line-height: 172%
}

    .gallery-item__date:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
        background: url(/img/calendar-date-icon.svg) no-repeat 100%/100%
    }

@media(min-width:576px) {
    .container, .container-sm {
        max-width: 560px
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        width: auto
    }

    .row-cols-sm-1 > *, .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1 > * {
        width: 100%
    }

    .row-cols-sm-2 > * {
        width: 50%
    }

    .row-cols-sm-2 > *, .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3 > * {
        width: 33.33333333%
    }

    .row-cols-sm-4 > * {
        width: 25%
    }

    .row-cols-sm-4 > *, .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5 > * {
        width: 20%
    }

    .row-cols-sm-6 > * {
        width: 16.66666667%
    }

    .col-sm-auto, .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9, .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 10px
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 10px
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 20px
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 20px
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 26.66666px
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 26.66666px
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 40px
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 40px
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 53.33334px
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 53.33334px
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 60px
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 60px
    }

    .g-sm-7, .gx-sm-7 {
        --bs-gutter-x: 70px
    }

    .g-sm-7, .gy-sm-7 {
        --bs-gutter-y: 70px
    }

    .g-sm-8, .gx-sm-8 {
        --bs-gutter-x: 80px
    }

    .g-sm-8, .gy-sm-8 {
        --bs-gutter-y: 80px
    }

    .container-medium {
        max-width: 560px
    }
}

@media(min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 760px
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        width: auto
    }

    .row-cols-md-1 > *, .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1 > * {
        width: 100%
    }

    .row-cols-md-2 > * {
        width: 50%
    }

    .row-cols-md-2 > *, .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3 > * {
        width: 33.33333333%
    }

    .row-cols-md-4 > * {
        width: 25%
    }

    .row-cols-md-4 > *, .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5 > * {
        width: 20%
    }

    .row-cols-md-6 > * {
        width: 16.66666667%
    }

    .col-md-auto, .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9, .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 10px
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 10px
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 20px
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 20px
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 26.66666px
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 26.66666px
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 40px
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 40px
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 53.33334px
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 53.33334px
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 60px
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 60px
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 70px
    }

    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 70px
    }

    .g-md-8, .gx-md-8 {
        --bs-gutter-x: 80px
    }

    .g-md-8, .gy-md-8 {
        --bs-gutter-y: 80px
    }

    .container-medium {
        max-width: 760px
    }
}

@media(min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1020px
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        width: auto
    }

    .row-cols-lg-1 > *, .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1 > * {
        width: 100%
    }

    .row-cols-lg-2 > * {
        width: 50%
    }

    .row-cols-lg-2 > *, .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3 > * {
        width: 33.33333333%
    }

    .row-cols-lg-4 > * {
        width: 25%
    }

    .row-cols-lg-4 > *, .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5 > * {
        width: 20%
    }

    .row-cols-lg-6 > * {
        width: 16.66666667%
    }

    .col-lg-auto, .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9, .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 10px
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 10px
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 20px
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 20px
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 26.66666px
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 26.66666px
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 40px
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 40px
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 53.33334px
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 53.33334px
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 60px
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 60px
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 70px
    }

    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 70px
    }

    .g-lg-8, .gx-lg-8 {
        --bs-gutter-x: 80px
    }

    .g-lg-8, .gy-lg-8 {
        --bs-gutter-y: 80px
    }

    .container-medium {
        max-width: 1020px
    }

    .col-lg-5_3 {
        width: 44.01666667%
    }

    .col-lg-5_3, .col-lg-5_7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-5_7 {
        width: 47.81%
    }

    .col-lg-6_3 {
        width: 52.19%
    }

    .col-lg-6_3, .col-lg-6_7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6_7 {
        width: 55.98333333%
    }
}

@media(min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        width: auto
    }

    .row-cols-xl-1 > *, .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-1 > * {
        width: 100%
    }

    .row-cols-xl-2 > * {
        width: 50%
    }

    .row-cols-xl-2 > *, .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xl-4 > * {
        width: 25%
    }

    .row-cols-xl-4 > *, .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-5 > * {
        width: 20%
    }

    .row-cols-xl-6 > * {
        width: 16.66666667%
    }

    .col-xl-auto, .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-9, .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-12 {
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 10px
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 10px
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 20px
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 20px
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 26.66666px
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 26.66666px
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 40px
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 40px
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 53.33334px
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 53.33334px
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 60px
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 60px
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 70px
    }

    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 70px
    }

    .g-xl-8, .gx-xl-8 {
        --bs-gutter-x: 80px
    }

    .g-xl-8, .gy-xl-8 {
        --bs-gutter-y: 80px
    }

    .container, .container-0, .container-fluid, .container-lg, .container-md, .container-medium, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 60px;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)*0.5);
        padding-left: calc(var(--bs-gutter-x)*0.5);
        margin-right: auto;
        margin-left: auto
    }

    .row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y)*-1);
        margin-right: calc(var(--bs-gutter-x)*-0.5);
        margin-left: calc(var(--bs-gutter-x)*-0.5)
    }

    .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-auto > * {
        width: auto
    }

    .row-cols-1 > *, .row-cols-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-1 > * {
        width: 100%
    }

    .row-cols-2 > * {
        width: 50%
    }

    .row-cols-2 > *, .row-cols-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-3 > * {
        width: 33.33333333%
    }

    .row-cols-4 > * {
        width: 25%
    }

    .row-cols-4 > *, .row-cols-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-5 > * {
        width: 20%
    }

    .row-cols-6 > * {
        width: 16.66666667%
    }

    .col-auto, .row-cols-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-auto {
        width: auto
    }

    .col-1 {
        width: 8.33333333%
    }

    .col-1, .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-3 {
        width: 25%
    }

    .col-3, .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-5, .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-7, .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        width: 75%
    }

    .col-9, .col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-11, .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-12 {
        width: 100%
    }

    .offset-1 {
        margin-left: 8.33333333%
    }

    .offset-2 {
        margin-left: 16.66666667%
    }

    .offset-3 {
        margin-left: 25%
    }

    .offset-4 {
        margin-left: 33.33333333%
    }

    .offset-5 {
        margin-left: 41.66666667%
    }

    .offset-6 {
        margin-left: 50%
    }

    .offset-7 {
        margin-left: 58.33333333%
    }

    .offset-8 {
        margin-left: 66.66666667%
    }

    .offset-9 {
        margin-left: 75%
    }

    .offset-10 {
        margin-left: 83.33333333%
    }

    .offset-11 {
        margin-left: 91.66666667%
    }

    .g-0, .gx-0 {
        --bs-gutter-x: 0
    }

    .g-0, .gy-0 {
        --bs-gutter-y: 0
    }

    .g-1, .gx-1 {
        --bs-gutter-x: 15px
    }

    .g-1, .gy-1 {
        --bs-gutter-y: 15px
    }

    .g-2, .gx-2 {
        --bs-gutter-x: 30px
    }

    .g-2, .gy-2 {
        --bs-gutter-y: 30px
    }

    .g-3, .gx-3 {
        --bs-gutter-x: 39.99999px
    }

    .g-3, .gy-3 {
        --bs-gutter-y: 39.99999px
    }

    .g-4, .gx-4 {
        --bs-gutter-x: 60px
    }

    .g-4, .gy-4 {
        --bs-gutter-y: 60px
    }

    .g-5, .gx-5 {
        --bs-gutter-x: 80.00001px
    }

    .g-5, .gy-5 {
        --bs-gutter-y: 80.00001px
    }

    .g-6, .gx-6 {
        --bs-gutter-x: 90px
    }

    .g-6, .gy-6 {
        --bs-gutter-y: 90px
    }

    .g-7, .gx-7 {
        --bs-gutter-x: 105px
    }

    .g-7, .gy-7 {
        --bs-gutter-y: 105px
    }

    .g-8, .gx-8 {
        --bs-gutter-x: 120px
    }

    .g-8, .gy-8 {
        --bs-gutter-y: 120px
    }

    .container-medium {
        max-width: 1173px
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        width: auto
    }

    .row-cols-xl-1 > *, .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-1 > * {
        width: 100%
    }

    .row-cols-xl-2 > * {
        width: 50%
    }

    .row-cols-xl-2 > *, .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xl-4 > * {
        width: 25%
    }

    .row-cols-xl-4 > *, .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-5 > * {
        width: 20%
    }

    .row-cols-xl-6 > * {
        width: 16.66666667%
    }

    .col-xl-auto, .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-9, .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-12 {
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 15px
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 15px
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 30px
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 30px
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 39.99999px
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 39.99999px
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 60px
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 60px
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 80.00001px
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 80.00001px
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 90px
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 90px
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 105px
    }

    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 105px
    }

    .g-xl-8, .gx-xl-8 {
        --bs-gutter-x: 120px
    }

    .g-xl-8, .gy-xl-8 {
        --bs-gutter-y: 120px
    }
}

@media(min-width:1200px)and (min-width:1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        width: auto
    }

    .row-cols-xxl-1 > *, .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-1 > * {
        width: 100%
    }

    .row-cols-xxl-2 > * {
        width: 50%
    }

    .row-cols-xxl-2 > *, .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        width: 25%
    }

    .row-cols-xxl-4 > *, .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-5 > * {
        width: 20%
    }

    .row-cols-xxl-6 > * {
        width: 16.66666667%
    }

    .col-xxl-auto, .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1 {
        width: 8.33333333%
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-9, .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-12 {
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 15px
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 15px
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 30px
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 30px
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 39.99999px
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 39.99999px
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 60px
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 60px
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 80.00001px
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 80.00001px
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 90px
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 90px
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 105px
    }

    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 105px
    }

    .g-xxl-8, .gx-xxl-8 {
        --bs-gutter-x: 120px
    }

    .g-xxl-8, .gy-xxl-8 {
        --bs-gutter-y: 120px
    }
}

@media(min-width:1200px)and (min-width:1500px) {
    .col-xxxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxxl-auto > * {
        width: auto
    }

    .row-cols-xxxl-1 > *, .row-cols-xxxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxxl-1 > * {
        width: 100%
    }

    .row-cols-xxxl-2 > * {
        width: 50%
    }

    .row-cols-xxxl-2 > *, .row-cols-xxxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxxl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xxxl-4 > * {
        width: 25%
    }

    .row-cols-xxxl-4 > *, .row-cols-xxxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxxl-5 > * {
        width: 20%
    }

    .row-cols-xxxl-6 > * {
        width: 16.66666667%
    }

    .col-xxxl-auto, .row-cols-xxxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-auto {
        width: auto
    }

    .col-xxxl-1 {
        width: 8.33333333%
    }

    .col-xxxl-1, .col-xxxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-2 {
        width: 16.66666667%
    }

    .col-xxxl-3 {
        width: 25%
    }

    .col-xxxl-3, .col-xxxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-4 {
        width: 33.33333333%
    }

    .col-xxxl-5 {
        width: 41.66666667%
    }

    .col-xxxl-5, .col-xxxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-6 {
        width: 50%
    }

    .col-xxxl-7 {
        width: 58.33333333%
    }

    .col-xxxl-7, .col-xxxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-8 {
        width: 66.66666667%
    }

    .col-xxxl-9 {
        width: 75%
    }

    .col-xxxl-9, .col-xxxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-10 {
        width: 83.33333333%
    }

    .col-xxxl-11 {
        width: 91.66666667%
    }

    .col-xxxl-11, .col-xxxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-12 {
        width: 100%
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxxl-6 {
        margin-left: 50%
    }

    .offset-xxxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxxl-9 {
        margin-left: 75%
    }

    .offset-xxxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxxl-0, .gx-xxxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxxl-0, .gy-xxxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxxl-1, .gx-xxxl-1 {
        --bs-gutter-x: 15px
    }

    .g-xxxl-1, .gy-xxxl-1 {
        --bs-gutter-y: 15px
    }

    .g-xxxl-2, .gx-xxxl-2 {
        --bs-gutter-x: 30px
    }

    .g-xxxl-2, .gy-xxxl-2 {
        --bs-gutter-y: 30px
    }

    .g-xxxl-3, .gx-xxxl-3 {
        --bs-gutter-x: 39.99999px
    }

    .g-xxxl-3, .gy-xxxl-3 {
        --bs-gutter-y: 39.99999px
    }

    .g-xxxl-4, .gx-xxxl-4 {
        --bs-gutter-x: 60px
    }

    .g-xxxl-4, .gy-xxxl-4 {
        --bs-gutter-y: 60px
    }

    .g-xxxl-5, .gx-xxxl-5 {
        --bs-gutter-x: 80.00001px
    }

    .g-xxxl-5, .gy-xxxl-5 {
        --bs-gutter-y: 80.00001px
    }

    .g-xxxl-6, .gx-xxxl-6 {
        --bs-gutter-x: 90px
    }

    .g-xxxl-6, .gy-xxxl-6 {
        --bs-gutter-y: 90px
    }

    .g-xxxl-7, .gx-xxxl-7 {
        --bs-gutter-x: 105px
    }

    .g-xxxl-7, .gy-xxxl-7 {
        --bs-gutter-y: 105px
    }

    .g-xxxl-8, .gx-xxxl-8 {
        --bs-gutter-x: 120px
    }

    .g-xxxl-8, .gy-xxxl-8 {
        --bs-gutter-y: 120px
    }
}

@media(min-width:1200px)and (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        width: auto
    }

    .row-cols-sm-1 > *, .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1 > * {
        width: 100%
    }

    .row-cols-sm-2 > * {
        width: 50%
    }

    .row-cols-sm-2 > *, .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3 > * {
        width: 33.33333333%
    }

    .row-cols-sm-4 > * {
        width: 25%
    }

    .row-cols-sm-4 > *, .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5 > * {
        width: 20%
    }

    .row-cols-sm-6 > * {
        width: 16.66666667%
    }

    .col-sm-auto, .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9, .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 15px
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 15px
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 30px
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 30px
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 39.99999px
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 39.99999px
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 60px
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 60px
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 80.00001px
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 80.00001px
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 90px
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 90px
    }

    .g-sm-7, .gx-sm-7 {
        --bs-gutter-x: 105px
    }

    .g-sm-7, .gy-sm-7 {
        --bs-gutter-y: 105px
    }

    .g-sm-8, .gx-sm-8 {
        --bs-gutter-x: 120px
    }

    .g-sm-8, .gy-sm-8 {
        --bs-gutter-y: 120px
    }
}

@media(min-width:1200px)and (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        width: auto
    }

    .row-cols-md-1 > *, .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1 > * {
        width: 100%
    }

    .row-cols-md-2 > * {
        width: 50%
    }

    .row-cols-md-2 > *, .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3 > * {
        width: 33.33333333%
    }

    .row-cols-md-4 > * {
        width: 25%
    }

    .row-cols-md-4 > *, .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5 > * {
        width: 20%
    }

    .row-cols-md-6 > * {
        width: 16.66666667%
    }

    .col-md-auto, .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9, .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 15px
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 15px
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 30px
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 30px
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 39.99999px
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 39.99999px
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 60px
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 60px
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 80.00001px
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 80.00001px
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 90px
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 90px
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 105px
    }

    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 105px
    }

    .g-md-8, .gx-md-8 {
        --bs-gutter-x: 120px
    }

    .g-md-8, .gy-md-8 {
        --bs-gutter-y: 120px
    }
}

@media(min-width:1200px)and (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        width: auto
    }

    .row-cols-lg-1 > *, .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1 > * {
        width: 100%
    }

    .row-cols-lg-2 > * {
        width: 50%
    }

    .row-cols-lg-2 > *, .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3 > * {
        width: 33.33333333%
    }

    .row-cols-lg-4 > * {
        width: 25%
    }

    .row-cols-lg-4 > *, .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5 > * {
        width: 20%
    }

    .row-cols-lg-6 > * {
        width: 16.66666667%
    }

    .col-lg-auto, .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9, .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 15px
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 15px
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 30px
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 30px
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 39.99999px
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 39.99999px
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 60px
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 60px
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 80.00001px
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 80.00001px
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 90px
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 90px
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 105px
    }

    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 105px
    }

    .g-lg-8, .gx-lg-8 {
        --bs-gutter-x: 120px
    }

    .g-lg-8, .gy-lg-8 {
        --bs-gutter-y: 120px
    }
}

@media(min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        width: auto
    }

    .row-cols-xxl-1 > *, .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-1 > * {
        width: 100%
    }

    .row-cols-xxl-2 > * {
        width: 50%
    }

    .row-cols-xxl-2 > *, .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        width: 25%
    }

    .row-cols-xxl-4 > *, .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-5 > * {
        width: 20%
    }

    .row-cols-xxl-6 > * {
        width: 16.66666667%
    }

    .col-xxl-auto, .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1 {
        width: 8.33333333%
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-9, .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-12 {
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 10px
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 10px
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 20px
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 20px
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 26.66666px
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 26.66666px
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 40px
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 40px
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 53.33334px
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 53.33334px
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 60px
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 60px
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 70px
    }

    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 70px
    }

    .g-xxl-8, .gx-xxl-8 {
        --bs-gutter-x: 80px
    }

    .g-xxl-8, .gy-xxl-8 {
        --bs-gutter-y: 80px
    }
}

@media(min-width:1500px) {
    .g-xxxl-1, .gx-xxxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxxl-1, .gy-xxxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxxl-2, .gx-xxxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxxl-2, .gy-xxxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxxl-3, .gx-xxxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxxl-3, .gy-xxxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxxl-4, .gx-xxxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxxl-4, .gy-xxxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxxl-5, .gx-xxxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxxl-5, .gy-xxxl-5 {
        --bs-gutter-y: 3rem
    }

    .col-xxxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxxl-auto > * {
        width: auto
    }

    .row-cols-xxxl-1 > *, .row-cols-xxxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxxl-1 > * {
        width: 100%
    }

    .row-cols-xxxl-2 > * {
        width: 50%
    }

    .row-cols-xxxl-2 > *, .row-cols-xxxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxxl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xxxl-4 > * {
        width: 25%
    }

    .row-cols-xxxl-4 > *, .row-cols-xxxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxxl-5 > * {
        width: 20%
    }

    .row-cols-xxxl-6 > * {
        width: 16.66666667%
    }

    .col-xxxl-auto, .row-cols-xxxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-auto {
        width: auto
    }

    .col-xxxl-1 {
        width: 8.33333333%
    }

    .col-xxxl-1, .col-xxxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-2 {
        width: 16.66666667%
    }

    .col-xxxl-3 {
        width: 25%
    }

    .col-xxxl-3, .col-xxxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-4 {
        width: 33.33333333%
    }

    .col-xxxl-5 {
        width: 41.66666667%
    }

    .col-xxxl-5, .col-xxxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-6 {
        width: 50%
    }

    .col-xxxl-7 {
        width: 58.33333333%
    }

    .col-xxxl-7, .col-xxxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-8 {
        width: 66.66666667%
    }

    .col-xxxl-9 {
        width: 75%
    }

    .col-xxxl-9, .col-xxxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-10 {
        width: 83.33333333%
    }

    .col-xxxl-11 {
        width: 91.66666667%
    }

    .col-xxxl-11, .col-xxxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-12 {
        width: 100%
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxxl-6 {
        margin-left: 50%
    }

    .offset-xxxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxxl-9 {
        margin-left: 75%
    }

    .offset-xxxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxxl-0, .gx-xxxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxxl-0, .gy-xxxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxxl-1, .gx-xxxl-1 {
        --bs-gutter-x: 10px
    }

    .g-xxxl-1, .gy-xxxl-1 {
        --bs-gutter-y: 10px
    }

    .g-xxxl-2, .gx-xxxl-2 {
        --bs-gutter-x: 20px
    }

    .g-xxxl-2, .gy-xxxl-2 {
        --bs-gutter-y: 20px
    }

    .g-xxxl-3, .gx-xxxl-3 {
        --bs-gutter-x: 26.66666px
    }

    .g-xxxl-3, .gy-xxxl-3 {
        --bs-gutter-y: 26.66666px
    }

    .g-xxxl-4, .gx-xxxl-4 {
        --bs-gutter-x: 40px
    }

    .g-xxxl-4, .gy-xxxl-4 {
        --bs-gutter-y: 40px
    }

    .g-xxxl-5, .gx-xxxl-5 {
        --bs-gutter-x: 53.33334px
    }

    .g-xxxl-5, .gy-xxxl-5 {
        --bs-gutter-y: 53.33334px
    }

    .g-xxxl-6, .gx-xxxl-6 {
        --bs-gutter-x: 60px
    }

    .g-xxxl-6, .gy-xxxl-6 {
        --bs-gutter-y: 60px
    }

    .g-xxxl-7, .gx-xxxl-7 {
        --bs-gutter-x: 70px
    }

    .g-xxxl-7, .gy-xxxl-7 {
        --bs-gutter-y: 70px
    }

    .g-xxxl-8, .gx-xxxl-8 {
        --bs-gutter-x: 80px
    }

    .g-xxxl-8, .gy-xxxl-8 {
        --bs-gutter-y: 80px
    }
}

@media(max-width:1399.98px) {
    .title {
        font-size: 62px
    }

    .title_md {
        font-size: 40px
    }

    .title_lg {
        font-size: 52px
    }

    .title_xl {
        font-size: 66px
    }

    .btn {
        font-size: 19px
    }

    .btn_ex-sm {
        font-size: 15px
    }

    .main-block {
        min-height: 770px
    }

    .info-slider-item__quote {
        font-size: 23px
    }

    .info-slider-item__person > p {
        font-size: 27px
    }

    .footer__info {
        padding-left: 60px
    }

    body {
        font-size: 19px
    }

    .ml-84 {
        margin-left: 40px
    }

    .about-block__text {
        font-size: 23px
    }

    .about-events__title, .events-full__title, .matches-events__title {
        font-size: 31px
    }

    .about-events__item p, .events-full__item p, .matches-events__item p {
        font-size: 23px
    }

    .accordeon__triger span {
        font-size: 27px
    }

    .shedule-item ul li {
        font-size: 28px
    }

    .contuct-us__phone a {
        font-size: 23px
    }

    .info-block-content__person > p, .info-block-content__quote {
        font-size: 27px
    }

    .events-full__head > p, .tournament-info__title {
        font-size: 23px
    }
}

@media(max-width:1199.98px) {
    .header__content .logo {
        width: 110px
    }

    .header__content .header-menu, .header__content .social {
        display: none
    }

    .mob-triger {
        display: block
    }

    .title {
        font-size: 56px
    }

    .title_md {
        font-size: 32px
    }

    .title_lg {
        font-size: 48px
    }

    .title_xl {
        font-size: 60px
    }

    .btn {
        font-size: 18px;
        padding: 14px 22px
    }

    .btn_ex-sm {
        font-size: 15px;
        padding: 8px 18px
    }

    .btn_sm {
        padding: 12px 22px
    }

    .main-block {
        min-height: 700px
    }

    .main-block__content p {
        font-size: 26px;
        margin-bottom: 70px
    }

        .main-block__content p:last-child {
            margin-bottom: 0
        }

    .info-slider-item__quote {
        font-size: 22px
    }

    .info-slider-item__person > p {
        font-size: 26px
    }

    .footer__info {
        padding-left: 0
    }

    body {
        font-size: 18px
    }

    .ml-84 {
        margin-left: 0
    }

    .about-block__text {
        font-size: 22px
    }

    .about-block_style-2 .about-block__content {
        padding-bottom: 100px
    }

    .about-events__title, .events-full__title, .matches-events__title {
        font-size: 30px
    }

    .about-events__item p, .events-full__item p, .matches-events__item p {
        font-size: 22px
    }

    .training-shedule {
        margin-bottom: 120px
    }

        .training-shedule:last-child {
            margin-bottom: 0
        }

    .accordeon__triger span {
        font-size: 26px
    }

    .shedule-item ul li {
        font-size: 27px
    }

    .contuct-us__phone a {
        font-size: 22px
    }

    .content-block {
        margin-bottom: 120px
    }

        .content-block:last-child {
            margin-bottom: 0
        }

    .content-block__img {
        max-width: 407px
    }

    .info-block {
        margin-bottom: 160px
    }

        .info-block:last-child {
            margin-bottom: 0
        }

    .info-block__content {
        padding-top: 130px;
        padding-bottom: 100px
    }

    .info-block-content__person > p, .info-block-content__quote {
        font-size: 26px
    }

    .contact-block {
        margin-bottom: 120px
    }

        .contact-block:last-child {
            margin-bottom: 0
        }

    .partners {
        margin-bottom: 140px
    }

        .partners:last-child {
            margin-bottom: 0
        }

    .events-full {
        margin-bottom: 110px
    }

        .events-full:last-child {
            margin-bottom: 0
        }

    .events-full__head > p, .tournament-info__title {
        font-size: 22px
    }

    .contact-form {
        margin-bottom: 180px
    }

        .contact-form:last-child {
            margin-bottom: 0
        }
}

@media(max-width:991.98px) {
    .header__content .logo {
        width: 100px
    }

    .title {
        font-size: 40px
    }

    .title_md {
        font-size: 30px
    }

    .title_lg {
        font-size: 38px
    }

    .title_xl {
        font-size: 48px
    }

    .title_w-info:before {
        margin-bottom: 14px
    }

        .title_w-info:before:last-child {
            margin-bottom: 0
        }

    .btn {
        font-size: 17px
    }

    .btn_ex-sm {
        font-size: 14px
    }

    .main-block__content p {
        font-size: 22px;
        margin-bottom: 60px
    }

    .info-slider-item__quote {
        font-size: 21px
    }

    .info-slider-item__person > p {
        font-size: 24px
    }

    .footer__info {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%
    }

        .footer__info .logo {
            margin-bottom: 0;
            margin-right: 30px
        }

            .footer__info .logo:last-child {
                margin-right: 0
            }

        .footer__info p {
            max-width: 234px
        }

    .footer__top-items > .row > div:first-child .footer__top-item {
        padding-left: 0;
        border: 0
    }

    .footer__bottom .footer__menu {
        padding-right: 0
    }

    body {
        font-size: 17px
    }

    .about-block__content {
        padding-top: 70px;
        padding-bottom: 60px
    }

    .about-block__item {
        margin-bottom: 90px
    }

        .about-block__item:last-child {
            margin-bottom: 0
        }

        .about-block__item .logo {
            margin-bottom: 50px
        }

            .about-block__item .logo:last-child {
                margin-bottom: 0
            }

    .about-block__text {
        font-size: 21px
    }

    .about-block_style-2 .about-block__content {
        padding-bottom: 90px
    }

    .about-events__title, .events-full__title, .matches-events__title {
        font-size: 26px
    }

    .about-events__item p, .events-full__item p, .matches-events__item p {
        font-size: 21px
    }

    .advantages > .container > .title {
        margin-bottom: 60px
    }

        .advantages > .container > .title:last-child {
            margin-bottom: 0
        }

    .coaches__content > .container > .title {
        margin-bottom: 80px
    }

        .coaches__content > .container > .title:last-child {
            margin-bottom: 0
        }

    .coaches_style-2 .coaches__content {
        padding-top: 90px;
        padding-bottom: 140px
    }

        .coaches_style-2 .coaches__content > .container > .title {
            margin-bottom: 60px
        }

            .coaches_style-2 .coaches__content > .container > .title:last-child {
                margin-bottom: 0
            }

    .training-shedule {
        margin-bottom: 100px
    }

        .training-shedule:last-child {
            margin-bottom: 0
        }

    .training-shedule__content {
        padding-top: 120px;
        padding-bottom: 140px
    }

        .training-shedule__content > .container > .title {
            margin-bottom: 60px
        }

            .training-shedule__content > .container > .title:last-child {
                margin-bottom: 0
            }

    .accordeon__triger span {
        font-size: 24px
    }

    .shedule-item ul li {
        font-size: 25px
    }

    .contuct-us__item {
        width: 100%
    }

        .contuct-us__item .btn {
            width: 100%;
            max-width: 100%
        }

    .contuct-us__phone a {
        font-size: 21px
    }

    .content-block {
        margin-bottom: 100px
    }

        .content-block:last-child {
            margin-bottom: 0
        }

    .content-block__items {
        margin-bottom: 100px
    }

        .content-block__items:last-child {
            margin-bottom: 0
        }

        .content-block__items:nth-child(2n) > .row > div:first-child {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .content-block__items:nth-child(2n) > .row > div:nth-child(2), .content-block__items > .row > div:first-child {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .content-block__items > .row > div:nth-child(2) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .content-block__items > .row > div:nth-child(3) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3
        }

    .content-block__img {
        max-width: 100%;
        border-radius: 10px;
        height: 300px
    }

    .content-block__hidden {
        display: block
    }

    .content-block__content-item {
        margin-bottom: 20px
    }

        .content-block__content-item:last-child {
            display: none;
            margin-bottom: 0
        }

        .content-block__content-item .title br {
            display: none
        }

    .content-block_style-2 > div {
        padding-bottom: 100px
    }

    .content-block-2__item:nth-child(2n):nth-child(2n) > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .content-block-2__img:before {
        right: 0 !important;
        left: 0 !important;
        bottom: -30px;
        top: auto;
        -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important
    }

    .content-block-2__content {
        padding: 60px 30px;
        max-width: 100%;
        padding: 40px 30px
    }

        .content-block-2__content > p {
            margin-bottom: 20px
        }

            .content-block-2__content > p:last-child {
                margin-bottom: 0
            }

    .info-block {
        margin-bottom: 120px
    }

        .info-block:last-child {
            margin-bottom: 0
        }

    .info-block__content {
        padding-top: 40px
    }

    .info-block__items > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .info-block__img {
        margin: 0
    }

    .info-block-content__person > p, .info-block-content__quote {
        font-size: 24px
    }

    .contact-block {
        margin-bottom: 100px
    }

    .contact-block__content-item {
        margin-bottom: 20px
    }

        .contact-block__content-item:last-child {
            display: none;
            margin-bottom: 0
        }

        .contact-block__content-item .contuct-us {
            display: none
        }

    .contact-block__hidden {
        display: block
    }

    .contact-block_style-2 > div {
        padding-top: 154px;
        padding-bottom: 160px
    }

    .contact-block-info__items {
        margin: -10px
    }

    .contact-block-info__item {
        padding: 10px
    }

    .partners {
        margin-bottom: 120px
    }

        .partners > .container > .title {
            margin-bottom: 80px
        }

            .partners > .container > .title:last-child {
                margin-bottom: 0
            }

    .matches__content {
        padding-bottom: 90px
    }

    .matches__buttons {
        padding-top: 30px
    }

    .matches_full .matches__content {
        padding-bottom: 120px
    }

    .matches_full .matches__items {
        margin-bottom: 80px
    }

        .matches_full .matches__items:last-child {
            margin-bottom: 0
        }

    .matches-events__table {
        max-width: 100%;
        overflow-x: auto
    }

        .matches-events__table table {
            min-width: 572px
        }

    .events-full {
        margin-bottom: 100px
    }

    .events-full__content {
        padding-bottom: 120px
    }

    .events-full__events {
        margin-bottom: 80px
    }

        .events-full__events:last-child {
            margin-bottom: 0
        }

    .events-full__head > p {
        font-size: 21px
    }

    .tournament-info__content {
        padding-top: 120px;
        padding-bottom: 110px
    }

    .tournament-info__title {
        font-size: 21px
    }

    .tournament-info__info > li {
        margin-bottom: 20px
    }

        .tournament-info__info > li:last-child {
            margin-bottom: 0
        }

    .contact-form {
        margin-bottom: 120px
    }

    .contact-form__content {
        padding-top: 120px
    }

    .contact-form__items > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .contact-form__form > .title {
        margin-bottom: 50px
    }

        .contact-form__form > .title:last-child {
            margin-bottom: 0
        }

    .contact-form__form > .form {
        max-width: 100%
    }

    .gallery__content {
        padding-top: 100px;
        padding-bottom: 200px
    }

    .gallery__items > .row > div {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

@media(max-width:767.98px) {
    .header__content .logo {
        position: relative;
        margin: initial
    }

    .header__content > .btn {
        display: none
    }

    .title {
        font-size: 36px
    }

    .title_md {
        font-size: 28px
    }

    .title_lg {
        font-size: 30px
    }

    .title_xl {
        font-size: 40px
    }

    .title_w-info:before {
        margin-bottom: 12px;
        font-size: 15px;
        padding: 6px 10px
    }

    .btn {
        font-size: 16px;
        padding: 12px 20px
    }

    .btn_ex-sm {
        font-size: 14px;
        padding: 6px 18px
    }

    .btn_sm {
        padding: 12px 20px
    }

    .main-block {
        min-height: 660px
    }

    .main-block__content p {
        font-size: 20px;
        margin-bottom: 50px
    }

    .trophies-slider__slider {
        padding-left: 80px;
        padding-right: 80px
    }

    .info-slider-item__quote {
        font-size: 20px
    }

    .info-slider-item__person > p {
        font-size: 22px
    }

    .footer__top {
        padding-bottom: 60px
    }

    .footer__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .footer__top-items > .row > div {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

        .footer__top-items > .row > div:last-child {
            width: 100%;
            max-width: 100%
        }

            .footer__top-items > .row > div:last-child .footer__top-item {
                padding-left: 0;
                border-left: 0;
                border-top: 1px solid #363636;
                padding-top: 50px;
                padding-bottom: 0
            }

    .footer__top-item {
        padding-bottom: 20px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    body {
        font-size: 16px
    }

    .about-block {
        margin-bottom: 80px
    }

        .about-block:last-child {
            margin-bottom: 0
        }

    .about-block__content {
        padding-top: 60px
    }

    .about-block__item {
        margin-bottom: 80px
    }

        .about-block__item .logo {
            margin-bottom: 40px
        }

        .about-block__item .about-events {
            max-width: 100%
        }

    .about-block__text {
        font-size: 20px
    }

    .about-block__events {
        margin-bottom: 60px
    }

        .about-block__events:last-child {
            margin-bottom: 0
        }

    .about-block_style-2 .about-block__content {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .about-events__title, .events-full__title, .matches-events__title {
        font-size: 24px;
        margin-bottom: 15px
    }

        .about-events__title:last-child, .events-full__title:last-child, .matches-events__title:last-child {
            margin-bottom: 0
        }

    .about-events__item p, .events-full__item p, .matches-events__item p {
        font-size: 20px
    }

    .advantages {
        margin-bottom: 80px
    }

        .advantages:last-child {
            margin-bottom: 0
        }

        .advantages > .container > .title {
            margin-bottom: 50px
        }

    .advantages__items > .row > div {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .advantages-item__img {
        margin-bottom: 20px
    }

        .advantages-item__img:last-child {
            margin-bottom: 0
        }

    .coaches__content > .container > .title {
        margin-bottom: 60px
    }

    .coaches_style-2 .coaches__content {
        padding-top: 86px;
        padding-bottom: 100px
    }

        .coaches_style-2 .coaches__content > .container > .title {
            margin-bottom: 50px
        }

    .training-shedule {
        margin-bottom: 80px
    }

    .training-shedule__content {
        padding-top: 100px;
        padding-bottom: 100px
    }

        .training-shedule__content > .container > .title {
            margin-bottom: 50px
        }

    .accordeon__triger {
        padding: 20px 60px 20px 20px
    }

        .accordeon__triger span {
            font-size: 22px
        }

        .accordeon__triger i {
            width: 18px;
            height: 18px;
            right: 20px
        }

    .shedule-item ul li {
        font-size: 23px;
        margin-right: 30px
    }

        .shedule-item ul li:last-child {
            margin-right: 0
        }

        .shedule-item ul li:after {
            margin-left: 15px
        }

    .contuct-us__phone a {
        font-size: 20px
    }

    .content-block, .content-block__items {
        margin-bottom: 80px
    }

    .content-block_style-2 > div {
        padding-bottom: 90px
    }

    .content-block-2__img:before {
        width: 46px;
        height: 102px
    }

    .content-block-2__content > p {
        margin-bottom: 15px
    }

    .info-block {
        margin-bottom: 80px
    }

    .info-block__content {
        padding-top: 20px;
        padding-bottom: 80px
    }

    .info-block-content__person > p, .info-block-content__quote {
        font-size: 22px
    }

    .contact-block {
        margin-bottom: 80px
    }

    .contact-block_style-2 > div {
        padding-top: 90px;
        padding-bottom: 100px
    }

    .contact-block-info__item > ul > li > a img, .contact-block-info__item > ul > li > a span {
        margin-right: 10px
    }

        .contact-block-info__item > ul > li > a img:last-child, .contact-block-info__item > ul > li > a span:last-child {
            margin-right: 0
        }

    .partners {
        margin-bottom: 80px
    }

        .partners > .container > .title {
            margin-bottom: 60px
        }

    .partners__items > .row {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .matches__content {
        padding-bottom: 80px
    }

    .matches__buttons {
        padding-top: 20px
    }

    .matches_full .matches__content {
        padding-bottom: 100px
    }

    .matches_full .matches__items {
        margin-bottom: 60px
    }

    .events-full {
        margin-bottom: 80px
    }

    .events-full__content {
        padding-bottom: 100px
    }

    .events-full__events {
        margin-bottom: 60px
    }

    .events-full__items .about-events {
        max-width: 100%
    }

    .events-full__head > p {
        font-size: 20px
    }

    .tournament-info__content {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .tournament-info__title {
        font-size: 20px;
        margin-bottom: 20px
    }

        .tournament-info__title:last-child {
            margin-bottom: 0
        }

    .tournament-info__info > li {
        margin-bottom: 15px
    }

    .contact-form {
        margin-bottom: 80px
    }

    .contact-form__content {
        padding-top: 100px
    }

    .contact-form__form > .title {
        margin-bottom: 40px
    }

    .gallery__content {
        padding-top: 90px;
        padding-bottom: 140px
    }

    .gallery-item__content {
        gap: 14px
    }
}

@media(max-width:575.98px) {
    .title {
        font-size: 32px
    }

    .title_lg, .title_md {
        font-size: 26px
    }

    .title_xl {
        font-size: 30px
    }

    .title_w-info:before {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 4px 8px
    }

    .btn {
        max-width: 100%
    }

    .main-block {
        min-height: 600px
    }

    .main-block__content p {
        font-size: 18px;
        margin-bottom: 40px
    }

    .trophies-slider__head {
        margin-bottom: 30px
    }

        .trophies-slider__head:last-child {
            margin-bottom: 0
        }

    .trophies-slider__slider {
        padding-left: 60px;
        padding-right: 60px
    }

    .trophies-slider-item__img {
        margin-bottom: 30px
    }

        .trophies-slider-item__img:last-child {
            margin-bottom: 0
        }

    .info-slider-item__quote:before {
        width: 38px;
        height: 38px;
        margin-bottom: 20px
    }

        .info-slider-item__quote:before:last-child {
            margin-bottom: 0
        }

    .footer__top {
        padding-bottom: 50px
    }

    .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .footer__info .logo {
            margin-right: 0;
            margin-bottom: 36px
        }

            .footer__info .logo:last-child {
                margin-bottom: 0
            }

    .footer__top-item {
        padding-bottom: 0
    }

    .footer__bottom > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .footer__bottom > .row > div {
            text-align: center
        }

    .footer__bottom .footer__menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-block__item {
        margin-bottom: 60px
    }

        .about-block__item .logo {
            margin-bottom: 30px
        }

    .about-events__item, .events-full__item, .matches-events__item {
        padding: 10px 20px 10px 70px
    }

        .about-events__item:before, .events-full__item:before, .matches-events__item:before {
            width: 40px;
            height: 40px;
            left: 15px
        }

        .about-events__item ul, .events-full__item ul, .matches-events__item ul {
            margin-bottom: 2px
        }

            .about-events__item ul:last-child, .events-full__item ul:last-child, .matches-events__item ul:last-child {
                margin-bottom: 0
            }

            .about-events__item ul li, .events-full__item ul li, .matches-events__item ul li {
                font-size: 10px;
                margin-right: 20px
            }

                .about-events__item ul li:last-child, .events-full__item ul li:last-child, .matches-events__item ul li:last-child {
                    margin-right: 0
                }

                .about-events__item ul li:after, .events-full__item ul li:after, .matches-events__item ul li:after {
                    margin-left: 11px
                }

    .advantages > .container > .title {
        margin-bottom: 40px
    }

    .advantages-item__img {
        max-width: 100px
    }

    .coaches__content > .container > .title {
        margin-bottom: 40px
    }

    .coaches_style-2 .coaches__content {
        padding-top: 80px;
        padding-bottom: 80px
    }

        .coaches_style-2 .coaches__content > .container > .title {
            margin-bottom: 40px
        }

    .training-shedule__content {
        padding-top: 80px;
        padding-bottom: 80px
    }

        .training-shedule__content > .container > .title {
            margin-bottom: 40px
        }

    .shedule-item__location {
        font-size: 15px
    }

        .shedule-item__location:before {
            width: 18px;
            height: 18px
        }

    .contuct-us__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .contuct-us__item {
        margin-right: 0;
        margin-top: 10px
    }

        .contuct-us__item:last-child {
            margin-top: 0
        }

    .content-block__items {
        margin-bottom: 60px
    }

    .content-block__content-item {
        margin-bottom: 10px
    }

    .content-block__subtitle {
        margin-bottom: 6px
    }

        .content-block__subtitle:last-child {
            margin-bottom: 0
        }

    .content-block_style-2 > div {
        padding-bottom: 80px
    }

    .content-block-2__img:before {
        width: 36px;
        height: 92px
    }

    .content-block-2__content > p {
        margin-bottom: 10px
    }

    .info-block-content__item {
        margin-bottom: 20px
    }

        .info-block-content__item:last-child {
            margin-bottom: 0
        }

    .info-block-content__quote:before {
        width: 38px;
        height: 38px;
        margin-bottom: 20px
    }

        .info-block-content__quote:before:last-child {
            margin-bottom: 0
        }

    .info-block-content__signature {
        max-width: 180px
    }

    .contact-block__content-item {
        margin-bottom: 10px;
        text-align: center
    }

        .contact-block__content-item > p {
            font-size: 14px
        }

    .contact-block_style-2 > div {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .contact-block-info__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact-block-info__item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

        .contact-block-info__item > ul > li > a img, .contact-block-info__item > ul > li > a span {
            margin-right: 8px
        }

    .contact-block-info__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .contact-block-info__head span {
            font-size: 14px
        }

    .partners > .container > .title {
        margin-bottom: 40px
    }

    .matches__content {
        padding-bottom: 60px
    }

    .matches__buttons {
        padding-top: 10px
    }

    .matches_full .matches__content {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .matches_full .matches__items {
        margin-bottom: 40px
    }

    .events-full__content {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .events-full__events {
        margin-bottom: 40px
    }

    .events-full__items {
        margin-bottom: 30px
    }

        .events-full__items:last-child {
            margin-bottom: 0
        }

    .tournament-info__content {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .tournament-info__info > li {
        margin-bottom: 10px
    }

    .contact-form__content {
        padding-top: 80px
    }

    .contact-form__form > .title {
        margin-bottom: 30px
    }

    .contact-form__subtitle {
        margin-bottom: 6px
    }

        .contact-form__subtitle:last-child {
            margin-bottom: 0
        }

    .gallery__content {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .gallery-item__img {
        margin-bottom: 22px
    }

        .gallery-item__img:last-child {
            margin-bottom: 0
        }

    .gallery-item__content {
        gap: 12px
    }
}

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

.mb-3{
    margin-bottom: 20px;
}

.mt-3 {
    margin-top: 20px;
}