.all-container {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(37, 61, 87, 0.2);
    color: #fff;
    border: 1px solid #384e68;
    padding: 30px 45px 0;
    position: relative
}

@media (max-width: 1199px) {
    .all-container {
        padding: 15px 30px;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .all-container {
        margin: 0 auto
    }
}

.all-container:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0px;
    left: 50%;
    -webkit-box-shadow: 0 0 250px 600px rgba(12, 91, 144, 0.6);
    box-shadow: 0 0 250px 600px rgba(12, 91, 144, 0.6);
    z-index: -1
}

.header-top {
    -webkit-box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    background-color: #0c5b90;
    padding: 15px 30px;
    margin-bottom: 30px;
    position: relative
}

@media (max-width: 1199px) {
    .header-top {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .header-top {
        min-height: 80px
    }
}

.header-top .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    .header-top .logo-container {
        position: absolute;
        display: block;
        width: 50%;
        max-width: 50%;
        left: 0;
        top: 15px
    }

    .header-top .logo-container .logo img {
        max-height: 80px
    }
}

.header-top .menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media (max-width: 991px) {
    .header-top .menu-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 80px
    }
}

.header-top .menu-container .burger-menu {
    display: none;
    position: absolute;
    float: right;
    right: 15px;
    top: 27px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.header-top .menu-container .burger-menu span {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #fff;
    top: 0;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-top .menu-container .burger-menu span:nth-child(2) {
    top: 10px
}

.header-top .menu-container .burger-menu span:nth-child(3) {
    top: 20px
}

.header-top .menu-container .burger-menu.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px
}

.header-top .menu-container .burger-menu.active span:nth-child(2) {
    right: 50%;
    width: 0
}

.header-top .menu-container .burger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px
}

@media (max-width: 991px) {
    .header-top .menu-container .burger-menu {
        display: block
    }
}

.header-top .menu-container .pro-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center
}

@media (max-width: 991px) {
    .header-top .menu-container .pro-menu {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: none
    }
}

.header-top .menu-container .pro-menu li {
    display: inline-block;
    padding: 0 12px
}

@media (max-width: 1199px) {
    .header-top .menu-container .pro-menu li {
        padding: 0 7px
    }
}

@media (max-width: 991px) {
    .header-top .menu-container .pro-menu li {
        display: block;
        width: 100%;
        text-align: center
    }
}

.header-top .menu-container .pro-menu li.current-menu-item a:after, .header-top .menu-container .pro-menu li.current-menu-parent a:after, .header-top .menu-container .pro-menu li:hover a:after {
    width: 100%;
    left: 0
}

.header-top .menu-container .pro-menu li a {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-decoration: none
}

@media (max-width: 1199px) {
    .header-top .menu-container .pro-menu li a {
        font-size: 13px
    }
}

@media (max-width: 991px) {
    .header-top .menu-container .pro-menu li a {
        padding: 5px 0
    }
}

.header-top .menu-container .pro-menu li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-top .socials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .header-top .socials-container {
        display: none
    }
}

.header-top .socials-container a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-top .socials-container a img {
    width: 14px;
    height: 14px
}

.header-top .socials-container a:hover {
    background: #a4d6f7
}

.big-slider {
    padding: 0;
    margin-bottom: 30px
}

.big-slider .slide img {
    width: 100%
}

.big-slider .slick-next, .big-slider .slick-prev {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 2;
    text-indent: -9999px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.big-slider .slick-next:after, .big-slider .slick-prev:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    top: 43px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.big-slider .slick-next:hover, .big-slider .slick-prev:hover {
    cursor: pointer;
    border-color: #fff
}

.big-slider .slick-next:hover:after, .big-slider .slick-prev:hover:after {
    border-color: #fff
}

.big-slider .slick-next.slick-prev, .big-slider .slick-prev.slick-prev {
    left: 0;
    border-radius: 0 50px 50px 0;
    border-left: 0
}

.big-slider .slick-next.slick-prev:after, .big-slider .slick-prev.slick-prev:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 14px
}

.big-slider .slick-next.slick-next, .big-slider .slick-prev.slick-next {
    right: 0;
    border-radius: 50px 0 0 50px;
    border-right: 0
}

.big-slider .slick-next.slick-next:after, .big-slider .slick-prev.slick-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 14px
}

.our-clubs .map-block .map-list-container {
    -webkit-box-shadow: inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: inset 0 0 45px rgba(39, 50, 60, 0.25);
    background-color: #0c5b90;
    padding: 30px 10px 30px 30px
}

@media (max-width: 767px) {
    .our-clubs .map-block .map-list-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.our-clubs .map-block .map-list-container .map-list {
    max-height: 540px;
    padding-right: 20px;
    overflow: auto
}

.our-clubs .map-block .map-list-container .map-list .list {
    margin-bottom: 30px
}

.our-clubs .map-block .map-list-container .map-list .list .l-title {
    color: #00ceff;
    font-size: 21px;
    font-weight: 400;
    font-weight: 300;
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.our-clubs .map-block .map-list-container .map-list .list .l-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #0c6da0
}

.our-clubs .map-block .map-list-container .map-list .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #7c98af;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px
}

@media (max-width: 1199px) {
    .our-clubs .map-block .map-list-container .map-list .list ul {
        font-size: 14px;
        line-height: 16px
    }
}

.our-clubs .map-block .map-list-container .map-list .list ul li {
    display: block;
    margin-bottom: 10px
}

.our-clubs .map-block .map-list-container .map-list .list ul li a {
    color: #fff
}

.our-clubs .map-block .map-container {
    background: #fff;
    padding: 0
}

.our-clubs .map-block .map-container .btn-primary {
    font-size: 13px
}

@media (max-width: 767px) {
    .our-clubs .map-block .map-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.footer-contacts {
    border: 1px solid #384e68;
    margin-top: 30px;
    padding: 30px
}

.footer-contacts .footer-menu {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center
}

.footer-contacts .footer-menu li {
    display: inline-block;
    border-right: 1px solid #384e68
}

@media (max-width: 767px) {
    .footer-contacts .footer-menu li {
        border: none
    }
}

.footer-contacts .footer-menu li:last-child {
    border-right: 0
}

.footer-contacts .footer-menu li.current-menu-item a, .footer-contacts .footer-menu li:hover a {
    color: #fff
}

.footer-contacts .footer-menu li a {
    display: inline-block;
    color: #00ceff;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 30px
}

@media (max-width: 1199px) {
    .footer-contacts .footer-menu li a {
        padding: 0 30px
    }
}

@media (max-width: 991px) {
    .footer-contacts .footer-menu li a {
        padding: 7px 15px
    }
}

@media (max-width: 767px) {
    .footer-contacts .footer-menu li a {
        padding: 7px 10px
    }
}

@media (max-width: 991px) {
    .footer-contacts .info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .footer-contacts .info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
        text-align: center
    }
}

.footer-contacts .info .title {
    color: #7c98af;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 7px
}

.footer-contacts .info a, .footer-contacts .info p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 991px) {
    .footer-contacts .info.info-email {
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .footer-contacts .info.info-email {
        padding-top: 0
    }
}

.footer-contacts .socials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .footer-contacts .socials-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .footer-contacts .socials-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-contacts .socials-container a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer-contacts .socials-container a img {
    width: 14px;
    height: 14px
}

.footer-contacts .socials-container a:hover {
    background: #a4d6f7
}

.footer-copyrights {
    padding: 30px;
    color: #7c98af;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.footer-copyrights .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .footer-copyrights .left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 15px
    }
}

.footer-copyrights .center {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .footer-copyrights .center {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 15px
    }
}

.footer-copyrights .center .webber img {
    height: 30px
}

@media (max-width: 767px) {
    .footer-copyrights .center .webber img {
        height: 50px
    }
}

.footer-copyrights .right {
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 767px) {
    .footer-copyrights .right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.clubs-page {
    margin-top: 30px
}

.gallery-clubs {
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    padding: 30px;
    margin-top: 30px
}

@media (max-width: 767px) {
    .gallery-clubs {
        padding: 15px
    }
}

.gallery-clubs .slide {
    padding-bottom: 15px
}

.gallery-clubs .slide img {
    width: 100%
}

.gallery-clubs .slide .title-photo {
    color: #7c98af;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px
}

@media (max-width: 991px) {
    .gallery-clubs .slide .title-photo {
        font-size: 16px;
        height: 18px
    }
}

.gallery-clubs .slick-next, .gallery-clubs .slick-prev {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 2;
    text-indent: -9999px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.gallery-clubs .slick-next:after, .gallery-clubs .slick-prev:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    top: 43px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.gallery-clubs .slick-next:hover, .gallery-clubs .slick-prev:hover {
    cursor: pointer;
    border-color: #fff
}

.gallery-clubs .slick-next:hover:after, .gallery-clubs .slick-prev:hover:after {
    border-color: #fff
}

.gallery-clubs .slick-next.slick-prev, .gallery-clubs .slick-prev.slick-prev {
    left: 0;
    border-radius: 0 50px 50px 0;
    border-left: 0
}

.gallery-clubs .slick-next.slick-prev:after, .gallery-clubs .slick-prev.slick-prev:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 14px
}

.gallery-clubs .slick-next.slick-next, .gallery-clubs .slick-prev.slick-next {
    right: 0;
    border-radius: 50px 0 0 50px;
    border-right: 0
}

.gallery-clubs .slick-next.slick-next:after, .gallery-clubs .slick-prev.slick-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 14px
}

.events-page {
    margin-top: 30px
}

.events-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    padding: 30px 45px
}

@media (max-width: 991px) {
    .events-container {
        padding: 15px 30px
    }
}

.events-container .item {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .events-container .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .events-container .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.events-container .item .event {
    position: relative;
    height: 250px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.events-container .item .event:hover .event-header {
    height: 100%
}

.events-container .item .event .event-header {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.events-container .item .event .title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
    height: 18px;
    overflow: hidden
}

.events-container .item .event .adres {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000
}

.events-container .item .event .date {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000
}

.events-container .alm-btn-wrap {
    text-align: center
}

.events-container .alm-btn-wrap .btn.done {
    display: none
}

.articles-page {
    margin-top: 30px
}

.articles-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    padding: 30px
}

@media (max-width: 991px) {
    .articles-container {
        padding: 15px
    }
}

.articles-container .item {
    margin-bottom: 30px
}

.articles-container .item .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .articles-container .item .left {
        display: none
    }
}

.articles-container .item .left img {
    width: 100%
}

.articles-container .item .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .articles-container .item .right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.articles-container .item .right .date {
    opacity: 0.5;
    color: #0c5b90;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.articles-container .item .right .title {
    margin-bottom: 10px
}

.articles-container .item .right .title a {
    display: block;
    color: #0c5b90;
    font-size: 21px;
    font-weight: 400;
    line-height: 22px
}

.articles-container .item .right .desc {
    color: #000
}

.articles-container .item .btn {
    font-size: 13px;
    margin-top: 15px
}

.vacancy-page {
    margin-top: 30px
}

.vacancy-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    padding: 30px
}

.vacancy-container .not-vacancy {
    color: #000;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .vacancy-container {
        padding: 15px
    }
}

.contacts-page {
    margin-top: 30px
}

.contacts-map {
    padding: 0;
    margin-bottom: 30px;
    position: relative
}

.contacts-map .contacts-info {
    position: absolute;
    height: 340px;
    max-width: 340px;
    top: 30px;
    left: 30px;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: inset 0 0 45px rgba(39, 50, 60, 0.25);
    background-color: #0c5b90;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {
    .contacts-map .contacts-info {
        top: 0;
        left: 0;
        height: 400px
    }
}

@media (max-width: 767px) {
    .contacts-map .contacts-info {
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 30px 15px
    }
}

.contacts-map .contacts-info .info {
    margin-bottom: 15px
}

.contacts-map .contacts-info .info .title {
    color: #7c98af;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 7px
}

.contacts-map .contacts-info .info a, .contacts-map .contacts-info .info p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin: 0
}

.contacts-form-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    padding: 30px;
    color: #000
}

@media (max-width: 991px) {
    .contacts-form-container {
        padding: 15px
    }
}

@media (max-width: 991px) {
    .contacts-form-container .col-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.contacts-form-container .desc {
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.contacts-form-container .contacts-form input {
    height: 40px
}

.contacts-form-container .contacts-form label {
    margin-top: 15px
}

.contacts-form-container .btn {
    margin-bottom: 15px
}

.page-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    box-shadow: 0 15px 55px rgba(39, 50, 60, 0.35), inset 0 0 45px rgba(39, 50, 60, 0.25);
    padding: 30px;
    color: #000
}

@media (max-width: 767px) {
    .page-container .title {
        font-size: 28px;
        line-height: 32px
    }
}

@media (max-width: 991px) {
    .page-container {
        padding: 15px
    }
}

.page-container .adres, .page-container .date {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold
}

.page-container .adres.date, .page-container .date.date {
    margin-bottom: 20px
}

.map-club {
    margin-top: 30px
}



.vc-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.vc-nav__toggle {
    display: none;
    width: 44px;
    height: 36px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin-left: auto;
}

.vc-nav__toggle span {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transform-origin: center;
    transition: transform .25s ease, top .25s ease, opacity .2s ease;
}

.vc-nav__toggle span:nth-child(1) {
    top: 6px;
}

.vc-nav__toggle span:nth-child(2) {
    top: 16px;
}

.vc-nav__toggle span:nth-child(3) {
    top: 26px;
}


.vc-nav__list {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-nav__item > a {
    display: inline-block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.vc-nav__item > a:hover,
.vc-nav__item.current-menu-item > a {
    text-decoration: underline;
}

/* ==== mobile ==== */
@media (max-width: 1000px) {
    .vc-nav__toggle {
        display: block;
    }

    .vc-nav__list {
        position: absolute;
        top: 100%;
        right: 0;
        background: #0c4866;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
        width: min(92vw, 320px);
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        transition: max-height .35s ease;
        z-index: 999;
    }

    .vc-nav__item > a {
        display: block;
        padding: 14px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .vc-nav__item:last-child > a {
        border-bottom: none;
    }

    .vc-nav.vc-open .vc-nav__list {
        max-height: 75vh;
    }


    .vc-nav.vc-open .vc-nav__toggle span:nth-child(1) {
        top: 16px;
        transform: rotate(45deg);
    }

    .vc-nav.vc-open .vc-nav__toggle span:nth-child(2) {
        opacity: 0;
    }

    .vc-nav.vc-open .vc-nav__toggle span:nth-child(3) {
        top: 16px;
        transform: rotate(-45deg);
    }
}



.page-container table {
    width: 100%;
    border-collapse: collapse;
}

.page-container table th,
.page-container table td {
    padding: 5px 5px;
    border: 1px solid #1e1f22;
    text-align: left;
}

.page-container table th {
    background-color: #f6f6f6;
    font-weight: bold;
    color: #1e1f22;
}


.page-container img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    border-radius: 14px;
}


.figure-left {
    float: left;
    margin: 10px 15px 10px 0;
    width: 200px;
}


.figure-right {
    float: right;
    margin: 30px 0 10px 15px;
    max-width: 300px;
}


/*# sourceMappingURL=style.css.map */