html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}

header {
    width: 100%;
    height: 100px;
    background-color: #000000;
}

.mt5 {
    margin-top: 5px;
}

.mb10{
    margin-bottom: 10px;
}

.mb15{
    margin-bottom: 15px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.bold{
    font-weight: 700;
}

.d-block{
    display: block;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.empty-arrow{
    display: inline-block;
    width: 16px;
    height: 18px;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #85888e;
}

.header-container__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-container__left a img {
    width: 233px;
    height: auto;
}

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

.header-container__right--top, .header-container__right--tl, .header-container__right--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-container__right--top {
    margin-bottom: 15px;
}

.header-container__right--sm {
    width: 216px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-container__right--lang {
    font-size: 1.2em;
}

.current-flags {
    display: block;
    width: 37px;
    height: 16px;
    margin-left: 8px;
    background-image: url("../img/site/sprite.png");
    cursor: pointer;
}

.choose-flags {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 8px;
    width: 22px;
    height: 42px;
}

.choose-flags-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.choose-flags__link {
    display: block;
    width: 22px;
    height: 16px;
    background-image: url("../img/site/sprite.png");
}

.choose-flags__link:first-child {
    margin-bottom: 5px;
}

.header-slash {
    display: block;
    margin-left: 22px;
    margin-right: 17px;
    font-size: 1.6em;
}

.header-container__right--top a {
    color: #85888e;
    font-size: 1.2em;
}

.header-facebook {
    display: block;
    width: 12px;
    height: 24px;
    background-image: url("../img/site/sprite.png");
    background-position: 0 0;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-facebook:hover {
    background-position: 0 -25px;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-twitter {
    display: block;
    width: 29px;
    height: 23px;
    background-image: url("../img/site/sprite.png");
    background-position: -14px 0;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-twitter:hover {
    background-position: -14px -25px;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-vkontakte {
    display: block;
    width: 43px;
    height: 24px;
    background-image: url("../img/site/sprite.png");
    background-position: -46px 0;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-vkontakte:hover {
    background-position: -46px -25px;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-youtube {
    display: block;
    width: 57px;
    height: 24px;
    background-image: url("../img/site/sprite.png");
    background-position: -93px 0;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-youtube:hover {
    background-position: -93px -25px;
    -webkit-transition: .15s background-position;
    transition: .15s background-position;
}

.header-container__right--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-container__right--btm-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    height: 30px;
    border: 1px solid #787878;
    border-radius: 6px;
}

.header-search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    border: none;
    padding: 0 0 0 10px;
    background-color: transparent;
    color: #787878;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.125em;
}

.header-search-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 23px;
    height: 23px;
    border: none;
    background-color: transparent;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 6px;
    outline: 0;
    cursor: pointer;
    background-image: url("../img/site/sprite.png");
    background-position: -153px 0;
}

.header-container__bottom-xs {
    display: none;
}

.nav-btn {
    display: none;
}

nav {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 60px;
    background-color: #292929;
    border-bottom: 1px solid #a9aaac;
}

nav > ul {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    text-transform: uppercase;
}

nav > ul > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 1%;
    height: 60px;
    border-left: 1px solid #000000;
}

nav > ul > li:last-child {
    border-right: 1px solid #000000;
}

nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
    color: #ffc001;
}

nav > ul > li > a:hover {
    background-color: #ffc001;
    color: #292929;
}

.transparent-space-nav {
    display: none;
    position: absolute;
    height: 1px;
    padding-top: 1px;
}

ul.sub-nav {
    z-index: 1;
    min-width: 315px;
    padding: 17px 0 22px 48px;
    background-color: #ffc001;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.sub-nav__shop{
    margin-left: -122px;
}

ul.sub-nav > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    color: #292929;
    font-size: 1.063em;
}

ul.sub-nav > li > a:hover {
    color: #ff0200;
}



@media only screen and (min-width: 750px) {

    nav > ul > li:hover .transparent-space-nav {
        display: block;
    }

}

nav > ul > li:hover a {
    background-color: #ffc001;
    color: #292929;
}

.ad-section {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ad-section__content {
    width: 100%;
    height: 100%;
}

.hot-news {
    background-color: #e9ebee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 40px 0;
}

.hot-news__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.hot-news__container--title {
    text-transform: uppercase;
    color: #ff0200;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

span.three-arows {
    letter-spacing: -3px;
    font-weight: 300;
}

.hot-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.main-hot-news {
    width: 581.5px;
    height: 550px;
    background-color: #ffffff;
}

.main-hot-news__link {
    display: block;
    width: 100%;
    height: 465px;
    background-size: cover;
    background-position: center;
}

.main-hot-news__img {
    width: 100%;
    height: 100%;
}

.main-hot-news__lid {
    width: 100%;
    height: 82px;
}

.main-hot-news__content {
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.main-hot-news__content p {
    height: 44px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-hot-news__content-xs {
    display: none;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.main-hot-news__title {
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-hot-news__title a {
    font-weight: 700;
    font-size: 1.7em;
    color: #85888e;
}

.main-hot-news__content p a {
    margin-top: 5px;
    font-size: 1.1em;
    line-height: 1.25em;
    color: #85888e;
}

.main-hot-news__date {
    position: absolute;
    bottom: 2px;
    right: 12px;
    font-size: 0.95em;
    color: #85888e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px;
    background-color: #ffffff;
}

.other-hot-news {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 581.5px;
}

.other-hot-news__top--one-div {
    width: 287.25px;
    height: 271.5px;
    background-color: #ffffff;
}

.other-hot-news__top, .other-hot-news__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-article__link {
    display: block;
    width: 100%;
    height: 186.5px;
    background-size: cover;
    background-position: center;
}

.one-article__link img {
    width: 100%;
    height: 100%;
}

.one-article__content {
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
}

.one-article__content--title {
    height: 62px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-article__content--title a {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.15em;
    color: #85888e;
}

.one-article__content--date {
    position: absolute;
    bottom: 4px;
    right: 14px;
    font-size: 0.95em;
    color: #85888e;
}

.lid-xs {
    display: none;
}

.other-news {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.other-news__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.other-news__container--title {
    margin-bottom: 30px;
}

.other-news__container--title a, .other-news__container--title span.title {
    text-transform: uppercase;
    color: #ffc001;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.other-news__container--all {
    width: 100%;
    height: 530px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.container-all__top, .container-all__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.container-all__top--left, .container-all__top--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 562.5px;
}





.other-news__one-div {
    width: 258.75px;
    height: 245px;
    background-color: #85888e;
}





.empty-news {
    background-color: transparent;
}

.other-news__one-div--link {
    display: block;
    width: 100%;
    height: 175px;
    background-size: cover;
    background-position: center;
}

.other-news__one-div--link img {
    width: 100%;
    height: 100%;
}

.other-news__one-div--content {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #85888e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 15px;
}

.other-news__one-div--content h3 {
    height: 56px;
    font-size: 1em;
    font-weight: 700;
    line-height: 18px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-news__one-div--date {
    position: absolute;
    bottom: 6px;
    right: 9px;
    font-size: 0.95em;
    color: #ffffff;
    padding: 3px 10px 4px 10px;
    background-color: #85888e;
}

.main-events {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.events__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #95989d;
    padding-bottom: 40px;
}

.events__container--all {
    width: 740px;
}

.events__container--promo {
    width: 375px;
}

.promo-title {
    margin-bottom: 10px;
}

.promo-title a {
    text-transform: uppercase;
    color: #ffc001;
    font-weight: 700;
    font-size: 1.5em;
}

a.promo-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 190px;
    background-color: #e9ebee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.promo-logo img {
    width: auto;
    height: 100%;
}

.event-img {
    display: none;
}

.main-events__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-events__list--one {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    line-height: 22px;
}

.main-events__title a, .main-events__text a {
    font-size: 1.15em;
    color: #85888e;
}

.main-events__date a {
    font-size: 1.15em;
    color: #ff0200;
}

.main-events__title {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-events__text {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-events__date {
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-events__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 5px;
}

.main-events__other a {
    font-size: 1.15em;
    color: #ff0200;
}

.main-gallery {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.main-gallery__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 17px;
}

.main-gallery__container--all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.main-gallery-link {
    display: block;
    width: 210px;
    margin-bottom: 5px;
    color: #95989d;
    font-size: 1.2em;
}

.main-gallery-link:last-child {
    display: none;
}

.main-gallery-link img {
    width: 100%;
    height: auto;
    border: 1px solid #c1c1c1;
}

.main-shop {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0 0;
}

.main-shop__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #95989d;
    padding-bottom: 40px;
}

.main-shop__container--all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.main-product {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 370px;
    min-height: 295px;
}

.main-product:last-child {
    display: none;
}

.main-product__desc {
    margin-bottom: 21px;
    height: auto;
    max-height: 54px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;

}

.main-product__desc a {
    color: #6a6a6a;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 25px;
}

.main-product__info {
    position: relative;
}

a.main-product__info--price {
    position: absolute;
    display: inline-block;
    padding: 3px 15px;
    margin-top: -16.5px;
    background-color: #ffc001;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6a6a6a;
    font-size: 1.7em;
}

.main-product__info-img {
    width: 100%;
    height: auto;
}

.advert {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.advert__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.advert-one {
    width: 370px;
    height: 270px;
    background-color: #e9ebee;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advert-one h4 {
    font-size: 1.25em !important;
    color: #000000;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    margin-bottom: 0 !important;
    line-height: 1em !important;
    border: none !important;
}

.advert-one img {
    display: block;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.advert-one__video-img {
    display: block;
    width: 100%;
    height: 180px;
    margin-bottom: 5px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: none !important;
}

.training-title {
    display: block;
    width: 90%;
    color: #000000;
    font-size: 1.1em;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none !important;
}

.last-advert {
    width: 370px;
    height: 270px;
    background-color: #e9ebee;
    border: 1px solid #e9ebee;
    padding: 0 0;
}

.last-advert img {
    display: block;
    width: 100%;
    height: 100%;
    border: none !important;
}

.advert-one img{
    border: none !important;
}

.advert-one img:hover{
    border: none !important;
}

.last-advert img:hover {
    border: none !important;
}

.main-social-media {
    background-color: #e9ebee;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 40px 0;
}

.main-social-media__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    height: 575px;
    margin-left: auto;
    margin-right: auto;
}

.main-social-media__container--facebook {
    width: 500px;
    height: 100%;
}

.main-social-media__container--vkontakte {
    width: 640px;
    height: 100%;
}

.bottom-navbar {
    width: 100%;
    height: 96px;
    background-color: #292929;
}

.bottom-navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bottom-navbar__container--link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-navbar__container--link a img {
    width: 163px;
    height: auto;
}

.bottom-navbar__container--link a {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #85888e;
}

.bottom-navbar__container--link-img {
    margin-right: 30px;
}

.bottom-navbar__container--link span {
    display: block;
    margin: 0 18px;
    color: #85888e;
}

.bottom-navbar__container--lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-navbar__container--lang span {
    font-size: 1.2em;
    color: #85888e;
}

.bottom-navbar__choose-flags {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 8px;
    width: 22px;
    height: 42px;
}

.choose-flags-bottom-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-social-media__xs {
    display: none;
}

.title-social-media {
    display: none;
}

.newsletter-partners {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.newsletter-partners__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #95989d;
    padding-bottom: 40px;
}

.newsletter__container {
    width: 350px;
}

.partners__container {
    width: 750px;
}

.newsletter-partners__container--title {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 4px;
}

.newsletter__container p {
    font-size: 1.2em;
    color: #787878;
}

.newsletter__container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.newsletter__container--input {
    width: 305px;
    height: 30px;
    background-color: #85888e;
    color: #f2f2f2;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding-left: 8px;
    margin-right: 1px;
}

.newsletter__container--input::-webkit-input-placeholder {
    color: #f2f2f2;
}

.newsletter__container--input::-moz-placeholder {
    color: #f2f2f2;
}

.newsletter__container--input:-ms-input-placeholder {
    color: #f2f2f2;
}

.newsletter__container--input:-moz-placeholder {
    color: #f2f2f2;
}

.newsletter__container--btn {
    width: 32px;
    height: 30px;
    background-color: #85888e;
    color: #f2f2f2;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
}

.partners__container--logotype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.partners__container--logotype a {
    display: block;
    width: 75px;
    height: auto;
}

.partners__container--logotype a img {
    width: 100%;
    height: auto;
}

footer {
    width: 100%;
    padding: 45px 0 75px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.footer__container--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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 234px;
    border-right: 1px solid #95989d;
}

.footer__container--div:last-child {
    border-right: none;
}

.footer__container--subdiv {
    width: 140px;
}

.footer__container--div-title {
    border-bottom: 1px solid #95989d;
    padding-bottom: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer__container--sec-div-title {
    padding-top: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer__container--main-title {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #292929;
    margin-top: 6px;
}

.footer__container--list {
    padding-left: 10px;
}

.footer__container--list li {
    padding: 4px 0;
    font-size: 1.15em;
}

.footer__container--list li a {
    color: #292929;

}

.footer__social-media, .footer__gallery-xs {
    display: none;
}

.archive-div-select {
    position: relative;
}

.archive-div-select__container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -53px;
    margin-left: calc((100% - 120px) / 2);
}

.archive-div-select__container a {
    font-size: 1.15em;
    letter-spacing: -2px;
    color: #85888e;
}

.archive-div-select__container select {
    margin: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: #85888e;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    padding: 1px 10px;
    outline: 0;
}

.archive-div-select__container select::-ms-expand {
    display: none;
}

.archive-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.archive-news__container > .other-news__one-div {
    margin-right: 45px;
    margin-bottom: 40px;
}

.archive-news__container > .other-news__one-div:nth-child(4n) {
    margin-right: 0;
}

.archive-date {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 30px;
}

.archive-link-date {
    position: relative;
}

.archive-link-date span {
    position: absolute;
    right: 0;
    background-color: rgba(133, 136, 142, 0.85);
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.border-none {
    border-bottom: none;
}

.event-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.event-list__one {
    width: 355px;
    margin-bottom: 30px;
    margin-right: 52.5px;
}

.event-list__one:nth-child(3n) {
    margin-right: 0;
}

.event-list__one--image {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.event-list__one--image img {
    width: 100%;
    height: 100%;
}

.event-list__one--title {
    margin-top: 5px;
    margin-bottom: 3px;
}

.event-list__one--title a {
    font-size: 1.15em;
    color: #85888e;
    font-weight: 700;
}

.event-list__one--place {
    display: block;
    margin-bottom: 2px;
    font-size: 1em;
    color: #85888e;
}

.event-list__one--date {
    font-size: 1em;
    color: #ff0200;
}

.events-map {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.events-map__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #95989d;
}

.events-map__container--map {
    height: 350px;
    margin-bottom: 30px;
}

.calendar-maps{
    width: 100%;
    height: 100%;
}

.event-archive {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 40px 0;
}

.event-archive__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.archive-event__list {
    width: 100%;
}

.archive-event__list--one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px dotted #85888e;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.archive-event__list--one:first-child {
    padding-top: 0;
}

.archive-event__date-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 157px;
    margin-top: 2px;
}

.archive-event__date {
    font-size: 1.15em;
    color: #ff0200;
}

.archive-event__flag img {
    width: 42px;
    height: 22px;
    border: 1px solid #000000;
}

.archive-event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 922px;

}

.archive-event__info--title {
    color: #95989d;
    font-weight: 700;
    text-transform: uppercase;
}

.archive-event__info--desc {
    display: inline-block;
    margin-top: 4px;
    color: #95989d;
}

.archive-event__score {
    display: block;
    background-color: #85888e;
    color: #ffffff;
    padding: 7px 8px;
    margin-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.archive-event__score span {
    display: inline-block;
    letter-spacing: -2px;
}

.shop-content {
    background-color: #e9ebee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 40px 0;
}

.shop-content__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-content__container--menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 230px;
}

.shop-content__container--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 880px;
    border-left: 1px solid #95989d;
}

.shop-content-list__product {
    width: 260px;
    margin-left: 33.3px;
    margin-bottom: 50px;
}

.shop-content-list__product:nth-last-child(1), .shop-content-list__product:nth-last-child(2), .shop-content-list__product:nth-last-child(3) {
    margin-bottom: 0;
}

.shop-content-list__product--img {
    width: 100%;
    height: auto;
}

.shop-content-list__product--title {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: 700;
    color: #95989d;
}

.shop-content-list__product--price {
    font-size: 1.3em;
    color: #95989d;
}

.shop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.shop-menu__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 135px;
    border-bottom: 1px solid #95989d;
}

.shop-menu__basket a.shop-menu__basket--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #292929;
}

.shop-menu__basket a.shop-menu__basket--img img {
    margin-top: 12px;
}

a.shop-menu__basket--number {
    position: absolute;
    width: 25px;
    margin-top: 34px;
    margin-left: 13px;
    font-size: 1.2em;
    color: #292929;
    text-align: center;
}

.shop-menu__nav {
    width: 100%;
    padding-top: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-menu__nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
}

.shop-menu__nav ul li a {
    font-size: 1.2em;
    color: #292929;
    text-transform: uppercase;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-menu__nav ul li a.shop-nav__arrow {
    width: 15px;
    height: 8px;
    background-image: url("../img/site/sprite.png");
    background-position: -245px -12px;
    margin-bottom: 4px;
}

.shop-menu__nav ul li.shop-menu__nav--active a {
    color: #ff0200;
}

.shop-menu__nav ul li.shop-menu__nav--active a.shop-nav__arrow {
    background-position: -245px -2px;
}

.basket-md, .basket-xs {
    display: none;
}

.shop-menu__nav ul li a.shop-nav__dotted {
    display: none;
}

.events-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.events-info__data {
    width: 355px;
}

.events-info__data--event-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.events-info__data--place {
    margin-bottom: 4px;
    font-size: 1.1em;
    color: #85888e;
}

.events-info__data--flag {
    width: 18px;
    height: 13px;
    margin-top: 2px;
    margin-right: 4px;
    border: 1px solid #000000;
}

.events-info__data-date {
    color: #ff0200;
    font-size: 1.1em;
}

.events-info__map {
    width: 790px;
    height: 325px;
}

.event-navbar {
    width: 100%;
    height: auto;
    background-color: #898a8b;
}

.event-navbar__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.event-navbar__container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.event-navbar__container ul li {
    width: 195px;
    margin-right: 1px;
    padding: 22px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffc001;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #292929;
}

.event-navbar__container ul li:hover, .event-navbar__container ul li.active-event-tab {
    background-color: #ffc001;
    color: #292929;
}

.event-navbar__container ul li.no-active, .event-navbar__container ul li.no-active:hover {
    background-color: #696969;
    color: #a6a7a9;
    cursor: not-allowed;
}

.event-information {
    width: 100%;
    background-color: #e9ebee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 40px 0;
}

.event-information__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.event-information__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event-information__container--content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.border-none {
    border: none;
}

.long-text {
    line-height: 1em !important;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.long-text h1 {
    margin-bottom: 5px;
    font-size: 2em;
    line-height: 1em;
}

.long-text h2 {
    margin-bottom: 5px;
    font-size: 1.7em;
    line-height: 1em;
}

.long-text h3 {
    margin-bottom: 5px;
    font-size: 1.5em;
    line-height: 1em;
}

.long-text h4 {
    margin-bottom: 5px;
    font-size: 1.3em;
    line-height: 1em;
}

.long-text h5 {
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 1em;
}

.long-text h6 {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1em;
}

.long-text p {
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 5px;
}

.long-text strong, .long-text b {
    font-weight: 700;
}

.long-text img {
    max-width: 99% !important;
    height: auto !important;
    margin-left: 0;
    margin-right: 6px;
}

.long-text hr {
    background-color: #AAA;
    border: 0 none;
    height: 1px;
    text-align: center;
    width: 80%;
}

.long-text i, .long-text em {
    font-style: italic;
}

.long-text a {
    color: #000000;
    border-bottom: 1px solid #000000;
}

.long-text blockquote {
    background: #e9ebee;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.long-text blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.long-text blockquote p {
    display: inline;
}

.long-text ul {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.5em;
    -webkit-padding-start: 20px;
}
.long-text ol {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 1.5em;
    -webkit-padding-start: 20px;
}
.long-text ul ul, .long-text ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}
.long-text ol ol, .lon-text ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.news-text img {
    cursor: pointer;
    border: 2px solid #e9ebee;
    align-self: flex-end;
}

.news-text img:hover {
    border: 2px solid #ffc001;
}

.news-comments {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.news-comments__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #95989d;
}

.lightbox-background {
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.lightbox {
    position: fixed;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1006;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lightbox__container {
    position: relative;
    max-width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1007;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lightbox__container--close {
    position: absolute;
    width: 36px;
    height: auto;
    right: 0;
    margin-right: 6px;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    z-index: 1100;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lightbox__container--img {
    max-width: calc(100% - 4px);
    max-height: calc(100vh - 55px);
    height: auto;
    width: auto;
    border: 2px solid #e9ebee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    background-color: #ffffff;
}

.lightbox__container--left, .lightbox__container--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 99%;
    width: 50%;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lightbox__container--left img {
    display: none;
    width: 50px;
    height: auto;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lightbox__container--left:hover img {
    display: block;
}

.lightbox__container--right {
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lightbox__container--right img {
    display: none;
    width: 50px;
    height: auto;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lightbox__container--right:hover img {
    display: block;
}

.lightbox__container--count {
    display: block;
    width: calc(100% - 8px);
    position: absolute;
    background-color: #e9ebee;
    padding: 2px 4px 4px 4px;
    margin-top: -3px;
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.event-information__container--gallery {
    width: 260px;
    min-width: 260px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #95989d;
}



.event-gallery-title {
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 700;
    color: #ff0200;
    text-transform: uppercase;
}

.event-gallery__link {
    display: block;
    width: 200px;
    height: 200px;
    margin-bottom: 30px;

    background-size: cover;
    background-position: center;
}

.event-gallery__link:last-child {
    margin-bottom: 0;
}

.event-gallery__link--image {
    width: 100%;
    height: auto;
    border: 1px solid #b1b2b4;
}

.event-details {
    display: none;
}

.event-results {
    display: none;
}

.active-event-content {
    display: block;
}

.border-bottom {
    border-top: none;
    border-bottom: 1px solid #95989d;
}

.gallery-archive {
    padding: 0;
}

.gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.gallery-list__one {
    display: block;
    width: 213px;
    color: #95989d;
    font-size: 1.2em;
    margin-bottom: 30px;
    margin-right: 26px;
}

.gallery-list__one:nth-child(5n) {
    margin-right: 0;
}

.gallery-list__one img {
    width: 100%;
    height: auto;
    border: 1px solid #b1b2b4;
}

.news-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.news-info__thumb {
    width: 355px;
}

.news-info__thumb-img {
    width: 100%;
    height: auto;
}

.news-info__lid {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 790px;
    margin-bottom: 2px;
}

.news-info__lid p {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 700;
}

.news-info__lid--date {
    display: block;
    text-align: right;
    font-size: 0.7em;
    font-weight: 400;
}

.news-info__lid--share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-info__lid--share h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.news-info__lid--share a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url("../img/site/sprite.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-info__lid--share a:last-child {
    margin-right: 0;
}

.news-info__lid--print-div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news-info__lid--print-float-right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-info__lid--print-float-right a {
    background-color: #b7b7b7;
    margin-left: 10px;
}

.news-share-md {
    display: none;
}

.news {
    background-color: #ffffff;
}

.news__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-archive > .other-news__one-div {
    margin-bottom: 0;
}

.gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.gallery__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 40px 0;
}

.gallery-title {
    margin-bottom: 0;
}

.gallery_subtitle {
    color: #7a7b80;
    font-size: 0.94em;
    font-weight: 700;
}

.gallery-select {
    position: inherit;
    margin-top: 20px;
}

.gallery__container--photo {
    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;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.gallery__container--photo_cont {
    width: auto;
    height: auto;
    position: relative;
}

.gallery__container--photo-arrow{
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.gallery__container--arrow-left, .gallery__container--arrow-right{
    display: flex;
    align-items: center;
    width: 20%;
}

.gallery__container--arrow-left{
    justify-content: flex-start;
    margin-left: 10px;
}

.gallery__container--arrow-right{
    justify-content: flex-end;
    margin-right: 10px;
}

.gallery__container--arrow-left img, .gallery__container--arrow-right img{
    display: none;
    width: 50px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery__container--arrow-left:hover img{
    display: block;
}

.gallery__container--arrow-right:hover img{
    display: block;
}



.gallery__container--one {
    max-height: 600px;
    max-width: 900px;
}

.gallery__container--download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 30px;
    margin-top: 15px;
    border: 1px solid #85888e;
    border-radius: 6px;
    color: #85888e;
    font-size: 1.1em;
    text-transform: uppercase;
    -webkit-transition: .15s color, .15s background-color;
    transition: .15s color, .15s background-color;
}

.gallery__container--download:hover {
    background-color: #85888e;
    color: #ffffff;
    -webkit-transition: .15s color, .15s background-color;
    transition: .15s color, .15s background-color;
}

.download-arrow {
    display: block;
    width: 13px;
    height: 14px;
    margin-left: 8px;
    background-image: url("../img/site/sprite.png");
    background-position: -304px -15px;
    -webkit-transition: .15s color, .15s background-position;
    transition: .15s color, .15s background-position;
}

.gallery__container--download:hover .download-arrow {
    background-position: -304px 0;
    -webkit-transition: .15s color, .15s background-position;
    transition: .15s color, .15s background-position;
}

.gallery-photo-list {
    width: 100%;
    background-color: #eaebef;
    padding: 45px 0 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-photo-list__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-photo-list__container--pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 13px;
}

.gallery-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    color: #85888e;
    font-size: 1.15em;
    letter-spacing: -2px;
    margin-left: 10px;
    margin-right: 10px;
}

.gallery-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 2px;
    color: #ffffff;
    background-color: #85888e;
}

.active-page {
    color: #ff0200 !important;
}

.gallery-of {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    color: #85888e;
}

.gallery-photo-list__container--photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.container-photos__one {
    width: 215px;
    height: 145px;
    margin-right: 21px;
    margin-bottom: 20px;
    border: 1px solid #afb3b6;
    background-color: #afb3b6;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.container-photos__one:nth-child(5n) {
    margin-right: 0;
}

.container-photos__one a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-photo-list__container--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 14px;
}

.more-href {
    margin-top: 0;
    cursor: pointer;
}

.gallery-select {
    text-align-last: center;
    margin-left: auto;
}

.clubs-map {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 0;
}

.clubs-map__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clubs-map__container--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.foooter__gallery--link-img{
    width: 100%;
    margin-top: 18px;
}

.btn-club__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    position: relative;
    border-bottom: 1px solid #a9a9a9;
    cursor: pointer;
    padding-bottom: 7px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.btn-club__container:nth-child(6n) {
    margin-right: 0;
}

.btn-club__container:hover .btn-club__container--one {
    color: #ff0200;
}

.btn-club__container:before, .btn-club__container:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
}

.btn-club__container:before {
    bottom: -9px;
    left: 75px;
    border-top-color: #a9a9a9;
    border-width: 9px;
}

.btn-club__container:after {
    bottom: -8px;
    left: 76px;
    border-top-color: #ffffff;
    border-width: 8px;
}

.btn-club__container--one {
    width: 100%;
    height: 100%;
    color: #292929;
    font-size: 1.2em;
}

.btn-club__container--flag {
    width: 40px;
    height: 20px;
    margin-top: 3px;
    margin-right: 10px;
}

.btn-club__container--country, .btn-club__container--clubs {
    display: block;
}

.active-country .btn-club__container--one{
    color: #ff0200;
}

.clubs-list__map {
    width: 880px;
    height: 550px;
    float: right;
}

.clubs-map__container--map {
    width: 100%;
    height: 500px;
    border: 1px solid #a9a9a9;
}

.clubs-map__container--add-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin-top: 15px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff0200;
    border-radius: 6px;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
}

.clubs-map__container--add-btn:hover {
    background-color: #d00806;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
}



.default-text {
    padding-right: 0;
    padding-bottom: 40px;
}

.club-link {
    display: block;
    margin-bottom: 4px;
    color: #292929;
}

.clubs-map__container--list {
    margin-top: 15px;
}

.club-map {
    height: auto;
}

.clubs-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-club-list {
    display: inline-block;
    text-transform: uppercase;
    color: #ffc001;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
    width: 290px;
}

.clubs-list__list--one {
    display: inline-block;
    width: 280px;
    height: 37px;
    margin-bottom: 10px;
}

.club-list__title {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 700;
    color: #85888e;
}

.club-list__adress {
    display: inline-block;
    color: #85888e;
}

.shop-menu__nav ul li.active-category a {
    color: #ff0200;
}

.shop-menu__nav ul li.active-category a.shop-nav__arrow {
    background-position: -244px -2px;
}

.title-club-sm {
    display: none;
}

.add-club {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.add-club__container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0 40px 0;
}

.add-club__title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #292929;
}

.add-club__paragraph {
    color: #85888e;
    font-size: 1.1em;
    line-height: 1.2em;
}

.form-container-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
}

.form-content {
    width: 50%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-content-info {
    width: 50%;
}

.form-content-info__success{
    color: #ffffff;
    background-color: #85888e;
    width: 340px;
    padding: 23px 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-content-info__success h4{
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
}

.form-content-info__error {
    color: #ff0200;
    border: 1px solid #ff0200;
    width: 340px;
    padding: 23px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-content-info__error ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    line-height: 1.2em;
}

.form-content-info__error ul li:last-child {
    margin-bottom: 0;
}

.form-content-info__error ul li:before {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    content: '';
    background-image: url('../img/site/sprite.png');
    background-position: -242px -36px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.form-content__one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.form-content__one:last-child{
    margin-bottom: 0;
}

.form-content__one label {
    max-width: 135px;
    margin-top: 4px;
    color: #85888e;
    text-align: right;
}

.form-content__one--input {
    width: 345px;
    margin-left: 15px;
}

.form-content__one--input input, .form-content__one--input textarea, .form-content__one--input select{
    width: 100%;
    height: 23px;
    border: 1px solid #787878;
    background-color: #e9ebee;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
}

.form-content__one--input textarea{
    height: 95px;
    resize: none;
}

.form-content__one--input input.error, .form-content__one--input textarea.error, .form-content__one--input select.error{
    background-color: #f4c5c5;
}

.add-club__map{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    border: 1px solid #787878;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.add-club__file{
    display: none;
}

.add-club__file--one{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 25px;
    margin-bottom: 6px;
    cursor: pointer;
    border: 1px solid #787878;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.file-error{
   background-color: #f4c5c5;
}

.add-club__file--one:last-child{
    margin-bottom: 0;
}

.add-club__file--btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100%;
    padding-bottom: 1px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #787878;
    color: #ffffff;
}

.add-club__file--title{
    display: inline-block;
    margin-bottom: 2px;
}

.form-container-second{
    margin-bottom: 0;
}

.shop-other-site{
    display: none;
}

.error-text{
    display: none;
    margin-top: 2px;
    font-size: 0.95em;
    color: #ff0200;
}

.error-display{
    display: block;
}



.shop-basket__container{
    width: 100%;
}

.shop-basket__one{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #95989d;
}

.shop-basket__one--img{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 155px;
    height: auto;
    margin-right: 20px;
}

.shop-basket__one--info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.shop-basket__one--img img{
    width: 100%;
    height: auto;
}

.shop-basket__one--title, .shop-basket__one--how, .shop-basket__one--price-del{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-basket__one--how{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6a6a6a;
}

.shop-basket__one--how-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 85px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.shop-basket__one--btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    color: #ff0200;
    font-size: 1.2em;
    font-weight: 700;
}

.shop-basket__one--how-container input{
    width: 38px;
    height: 22px;
    text-align: center;
    border: none;
    background-color: #787878;
    color: #ffffff;
    outline: 0;
}

.shop-basket__one--price-del{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-basket__one--price{
    font-size: 1.3em;
    color: #6a6a6a;
    width: 94px;
    text-align: right;
}

.shop-basket__one--delete-btn{
    display: block;
    width: 17px;
    height: 17px;
    margin-top: 2px;
    margin-left: 10px;
    background-image: url('../img/site/sprite.png');
    background-position: -264px -26px;
    cursor: pointer;
}

.shop-basket__one--title a{
    color: #6a6a6a;
    font-size: 1.1em;
    font-weight: 700;
    width: 345px;
}

.shop-basket__summary{
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #6a6a6a;
    margin-top: 20px;
}

.shop-basket__summary--text{
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.shop-basket__summary--price{
    font-size: 1.3em;
}

.shop-basket__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px;
}

.shop-basket__button{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    background-color: #ff0200;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    padding: 5px 16px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
}

.add-club__btn{
    display: block;
    width: 390px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff0200;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 5px 16px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
    cursor: pointer;
}

.shop-basket__button:hover, .add-club__btn:hover{
    background-color: #d00806;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
}

.shop-content__product{
    padding: 0;
}

.shop-product{
    width: 100%;
    background-color: #e9ebee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 40px 0;
}

.shop-product__container{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.other-news__container--title span.shop-product__title{
    text-transform: none;
}

.shop-product__container--info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 360px;
    margin-top: 15px;
}

.product-img{
    width: 360px;
    height: auto;
    margin-right: 30px;
    cursor: pointer;
}

.product-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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 420px;
}

.product-info__xl-paragraph{
    margin-bottom: 15px;
    color: #6a6a6a;
    font-size: 1.2em;
    line-height: 1.2em;
}

.product-price__important{
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    color: #6a6a6a;
}

.product-price__orher{
    display: block;
    margin-top: 3px;
    font-size: 1.4em;
    color: #6a6a6a;
}

.product-info__sm-paragraph-xl{
    margin-bottom: 15px;
    color: #6a6a6a;
    line-height: 1.3em;
}

.product-info__sm-paragraph-xs{
    display: none;
    margin-top: 5px;
    color: #6a6a6a;
    line-height: 1.3em;
}

.product-info__basket{
    position: absolute;
    right: 0;
    top: 0;
}

.product-info__basket--number{
    width: 25px;
    margin-top: 6px;
    margin-left: 48px;
    position: absolute;
    color: #292929;
    font-size: 1.2em;
    text-align: center;
}

.product-info__basket--img-md{
    display: none;
}

.event-navbar__container ul li{
    width: 194px;
}

.event-navbar__container ul li:nth-child(n+7){
    margin-top: 1px;
}

.form-content__one--price-important{
    display: block;
    margin-top: 4px;
    color: #85888e;
    font-weight: 700;
}

.form-content__one--price-other{
    display: block;
    margin-top: 4px;
    color: #85888e;
}

.order-info{
    float: right;
    width: 345px;
    text-align: center;
}

.send-order__btn{
    margin-top: 15px;
    width: 345px;
    float: right;
}

.back-bascket__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9ebee;
    color: #000000;
    text-align: center;
}

.back-bascket__btn:hover{
    background-color: #85888e;
    color: #000000;
}

.add-event__btn{
    display: block; width: 100%;
    margin-top: -15px;
    margin-bottom: 40px;
}

.product-text{
    border-top: none;
}

.training-form{
    margin-bottom: 0;
}

.training-list_bn{
    border-bottom: none;
}

.training-list{
    background-color: #e9ebee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 40px 0;
}

.training-list__container{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.training-list__one-div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px dotted #85888e;
}

.training-list__one-div:first-child{
    padding-top: 0;
}

.training-list__one-div:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.training-list__one-div--link-img{
    display: block;
}

.training-list__one-div--link-img img{
    display: block;
    width: 200px;
    height: auto;
    margin-top: 2px;
    margin-right: 26px;
}

.training-list__one-div--link-desc{
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.training-list__title{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #6a6a6a;
    font-weight: 700;
}

.training-list__description{
    color: #6a6a6a;
    line-height: 1.2em;
}

.training-list__more{
    color: #ffc001;
    text-align: right;
}

.form-text{
    line-height: 1.2em;
    color: #85888e;
}


.form-content__one--input input.input-date{
    width: 140px;
}

.label-time{
    display: inline-block;
    margin-left: 16px;
    width: 42px;
}

.contact-link{
    color: #85888e;
    border-bottom: 1px solid #85888e;
}

.contact-link-footer{
    color: #85888e;
}

.long-text table, .long-text table tr, .long-text table tr td{
    vertical-align: middle !important;
    border: 1px solid #95989d;
}

.galleries-title{
    margin-bottom: 5px;
}


.border-photo{
    border: 1px solid #ffc001;
}

.page-select{
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: #85888e;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    /*padding: 1px 8px;*/
    /*padding-right: 2px;*/
    outline: 0;
    width: 32px;
    height: 25px;
}

.page-select option{
    text-align: center;
    text-align-last: center;
}

.hidden-clubs-list{
    display: none;
}

.block-clubs-list{
    display: block;
}

.firstHeading {
    font-size: 1.1em;
    font-weight: 700;
    color: #85888e;
}

.bodyContent p{
    color: #85888e;
}

.bodyContent p a{
    color: #ff0200;
}


/* PLIK DO DRUKU !! start */

.print-header{
    width: 900px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
}

.print-header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}

.print-article{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    padding: 15px 0;
    box-sizing: border-box;
}

.print-article__header{
    display: flex;
    width: 100%;
    height: auto;
}

.print-article__header--lid{
    font-size: 1.2em;
    font-weight: 700;
    box-sizing: border-box;
}

.print-article__header--date{
    display: block;
    float: right;
    padding-top: 5px;
}

.print-article__header--info{
    width: 100%;
    padding-left: 15px;
}

.print-footer{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 15px 0;
    box-sizing: border-box;
}

.print-footer__link{
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.1em;
}

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

/* PLIK DO DRUKU !! stop */

.error-site{
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.error-site p{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 150px;
}

.error-site p.e-text{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
}

.error-site p span.e{
    font-size: 22px;
}

.newsletter__container p.newsletter-info{
    margin-top: 5px;
    color: #292929;
    font-weight: 700;
}

.newsletter__container p.newsletter-error{
    margin-top: 5px;
    color: #ff0200;
    font-weight: 700;
}

span.error-newsletter{
    display: inline-block;
    margin-top: 5px;
    color: #ff0200;
}

.article-poll{
    float: right;
    width: 250px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 8px;
    box-sizing: border-box;
    border: 2px solid #95989d;
    background-color: #f0f0f1;
}

.article-poll h3{
    margin-bottom: 10px;
}

.voting-div{
    display: flex;
}

.voting-div__check, .voting-div__label{
    min-height: 24px;
}

.voting-div__label{
    margin-left: 3px;
    font-size: 1.1em;
    cursor: pointer;
}

.voting-div__label label{
    cursor: pointer;
    line-height: 1.2em;
}

.vote-btn{
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff0200;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 5px 16px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
    cursor: pointer;
}

.vote-btn:hover{
    background-color: #d00806;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
}

.vote-btn-div{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
    color: #85888e;
}

.vote-btn-div span{
    line-height: 1.2em;
    border-bottom: 1px solid #85888e;
}

.vote-result__div--title, .vote-result__div--result{
    width: 100%;
}

.vote-result__div--title span{
    line-height: 1.2em;
    font-size: 1.1em;
}

.vote-result__div--result{
    display: flex;
}

.vote-result__div--result{
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 3px;
    width: 100%;
    height: 20px;
}

.vote-result__result{
    width: 85%;
    height: 20px;
    border: 1px solid #85888e;
}

.vote-result__bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20px;
    background-color: #ffc001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vote-result__bar span{
    display: inline-block;
    margin-left: 4px;
}

.vote-result__percent{
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.none-border-bottom{
    border-bottom: none;
}

.advert-event img{
    width: 100%;
}



.hover-effect{
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hover-effect:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hover-effect:hover:before, .hover-effect:focus:before, .hover-effect:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hover-effect:hover, .hover-effect:focus, .hover-effect:active{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.left-advert-g{
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    margin-left: calc((((100vw - 1170px) / 2) - 210px) / 2);
}

.fixed-advert-g{
    position: fixed;
    top: 0;
}


.ad-l, .ad-m, .ad-s, .ad-xs{
    display: none;
}

.ad-md2{
    display: none;
}

.container-advert{
    border-top: 1px solid #95989d;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.advert-img-zt2017{
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.shop-content-main {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.shop-content-main a{
    width: 20%;
    color: #000000;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.shop-content-main img{
    width: 100%;
    height: auto;
}

.advert-one{
    display: flex;
}

.shop_advert{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.shop_advert img{
    width: 60%;
    height: auto;
}

.center-share{
    justify-content: center;
}

.share-paragraph{
    margin-top: 25px;
    text-align: center;
}

.carousel_armfight .item{
    display: flex;
    flex-direction: column;
    cursor: all-scroll;
}

.armfight_div_fight{
    height: 350px;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-position: center center, 0% 0%;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover;
}

.armfight-fighter_name{
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
}

.armfight-hand{
    text-align: center;
    line-height: normal;
    font-size: 18px;
}

.armfight-weight{
    text-align: center;
    line-height: normal;
    font-size: 15px;
    font-weight: bold;
}

.armfight-fight_title{
    text-align: center;
    line-height: normal;
    font-size: 19px;
    font-weight: bold;
}

.armfight_div_fight span{
    display: inline-block;
    background-color: #ffc001;
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
}



.advert_md,
.advert_sm,
.advert_xs{
    display: none;
}



@media only screen and (max-width: 1600px) {
    .left-advert-g {
        display: none;
    }
}

@media only screen and (max-width: 1190px) {


    .container-advert, .advert-img-zt2017{
        width: 970px;
        height: auto;
    }

    .header-container, nav > ul, .hot-news__container {
        width: 970px;
    }

    .ad-section {
        height: 140px;
    }

    .hot-news {
        padding: 35px 0 30px 0;
    }

    .main-hot-news, .other-hot-news {
        width: 481.5px;
        height: 450px;
    }

    .main-hot-news__link {
        height: 385px;
    }

    .main-hot-news__content {
        height: 65px;
    }

    .main-hot-news__title a {
        font-size: 1.4em;
    }

    .main-hot-news__content p a {
        font-size: 0.95em;
        line-height: 1em;
        color: #292929;
    }

    .main-hot-news__content p {
        height: 34px;
    }

    .main-hot-news__date {
        bottom: 3px;
        right: 8px;
        padding: 1px 8px;
    }

    .other-hot-news__top--one-div {
        width: 237.25px;
        height: 221.5px;
    }

    .one-article__link {
        height: 156.5px;
    }

    .one-article__content {
        height: 65px;
        padding-top: 5px;
    }

    .one-article__content--title {
        height: 56px;
    }

    .one-article__content--title a {
        font-size: 1em;
    }

    .one-article__content--date {
        font-size: 0.85em;
        bottom: 5px;
        padding: 2px 2px 3px 5px;
        background-color: #ffffff;
    }

    .other-news {
        padding-top: 35px;
    }

    .other-news__container {
        width: 970px;
    }

    .other-news__container--all {
        height: 430px;
        margin-bottom: 30px;
    }

    .container-all__top--left, .container-all__top--right {
        width: 469px;
    }

    .other-news__one-div {
        width: 218.5px;
        height: 200px;
    }

    .other-news__one-div--link {
        height: 145px;
    }

    .other-news__one-div--content {
        height: 55px;
        padding: 2px 10px;
    }

    .other-news__one-div--content h3 {
        height: 48px;
        line-height: 16px;
        font-size: 0.95em;
    }

    .other-news__one-div--date {
        right: 0;
        bottom: 2px;
        padding: 0px 10px 2px 10px;
    }

    .events__container {
        width: 970px;
        padding-bottom: 30px;
    }

    .main-events {
        padding-top: 35px;
    }

    .events__container--all {
        width: 710px;
    }

    .events__container--promo {
        width: 225px;
    }

    a.promo-logo {
        height: 130px;
        padding: 15px
    }

    .main-events__title {
        width: 340px;
    }

    .main-gallery {
        padding-top: 35px;
    }

    .main-gallery__container {
        width: 970px;
        padding-bottom: 7px;
    }

    .main-gallery-link {
        width: 175px;
    }

    .main-shop {
        padding-top: 35px;
    }

    .main-shop__container {
        width: 970px;
        padding-bottom: 30px;
    }

    .main-product {
        width: 305px;
        min-height: 250px;
    }

    .main-product__desc {
        max-height: 49px;
    }

    .main-product__desc a {
        font-size: 1.25em;
    }

    .advert {
        padding-top: 35px;
    }

    .advert__container {
        width: 970px;
        padding-bottom: 30px;
    }

    .advert-one {
        width: 310px;
        height: 225px;
        padding: 0 15px;
    }

    .advert-one h4 {
        padding-bottom: 10px;
    }

    .advert-one img {
        width: 240px;
    }

    .advert-one__video-img {
        height: 145px;
    }

    .last-advert img {
        width: 100%;
    }

    .last-advert {
        padding: 0 0;
    }

    .main-social-media {
        padding: 35px 0 30px 0;
    }

    .main-social-media__container {
        width: 970px;
    }

    .main-social-media__container--facebook, .main-social-media__container--vkontakte {
        width: 475px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bottom-navbar__container {
        width: 970px;
    }

    .newsletter-partners {
        padding-top: 35px;
    }

    .newsletter-partners__container {
        width: 970px;
        padding-bottom: 30px;
    }

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

    .newsletter__container {
        width: 340px;
    }

    .partners__container {
        width: 560px;
    }

    .partners__container--logotype a {
        display: block;
        width: 60px;
    }

    footer {
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .footer__container {
        width: 970px;
    }

    .main-shop__title {
        margin-bottom: 25px;
    }

    .archive-news__container > .other-news__one-div {
        margin-right: 32px;
        margin-bottom: 30px;
    }

    .event-list__one {
        width: 303px;
        margin-right: 30px;
    }

    .event-list__one--image {
        height: 203px;
    }

    .event-archive__container {
        width: 970px;
        padding-bottom: 30px;
    }

    .event-archive {
        padding: 0;
    }

    .archive-event__info {
        width: 723px;
    }

    ul.sub-nav__shop{
        margin-left: -155px;
    }

    .shop-content {
        padding: 35px 0 30px 0;
    }

    .shop-content__container {
        width: 970px;
    }

    .shop-content__container--list {
        width: 710px;
        border-left: none;
    }

    .shop-content-list__product {
        width: 220px;
        margin-left: 25px;
    }

    .shop-content-list__product:first-child, .shop-content-list__product:nth-child(4n) {
        margin-left: 0;
    }

    .shop-content-list__product {
        margin-bottom: 40px;
    }

    .events-map {
        padding-top: 35px;
    }

    .events-map__container {
        width: 970px;
    }

    .events-info {
        padding-bottom: 30px;
    }

    .events-info__map {
        width: 595px;
    }

    .event-navbar__container {
        width: 970px;
    }

    .event-information__container {
        width: 970px;
    }

    .event-information__container--gallery {
        min-width: 200px;
    }

    .event-gallery__link {
        width: 154px;
        height: 154px;
    }

    .gallery-list__one:nth-child(5n) {
        margin-right: 39px;
    }

    .gallery-list__one {
        margin-right: 39px;
    }

    .gallery-list__one:nth-child(4n) {
        margin-right: 0;
    }

    .gallery-archive__container {
        padding-bottom: 0;
    }

    .news-info__lid {
        width: 585px;
    }

    .news__container {
        width: 970px;
    }

    .news-comments__container {
        width: 970px;
        padding: 35px 0 30px 0;
    }

    .news-archive > .other-news__one-div {
        margin-bottom: 0;
    }

    .gallery {
        padding-top: 35px;
    }

    .gallery__container {
        width: 970px;
        padding-bottom: 30px;
    }

    .gallery-photo-list {
        padding: 35px 0 30px 0;
    }

    .gallery-photo-list__container {
        width: 970px;
    }

    .container-photos__one {
        width: 180px;
        height: 121px;
        margin-right: 14px;
        margin-bottom: 14px;
    }

    .clubs-map {
        padding-top: 35px;
    }

    .clubs-map__container {
        width: 970px;
        padding-bottom: 30px;
    }

    .btn-club__container:nth-child(6n) {
        margin-right: 96px;
    }

    .btn-club__container:nth-child(4n) {
        margin-right: 0;
    }

    .btn-club__container {
        margin-right: 96px;
        margin-bottom: 30px;
    }

    .default-text {
        padding-bottom: 30px;
    }

    .clubs-list__map {
        width: 685px;
    }

    .add-club__container{
        width: 970px;
        padding: 35px 0 30px 0;
    }

    .form-content{
        width: 55%;
    }

    .form-content-info{
        width: 45%;
    }

    .shop-content__product{
        padding: 0;
    }

    .shop-product{
        padding: 35px 0 30px 0;
    }

    .shop-product__container{
        width: 970px;
    }

    .event-navbar__container ul li{
        width: 193px;
    }

    .event-navbar__container ul li:nth-child(n+6){
        margin-top: 1px;
    }

    .add-event__btn{
        margin-bottom: 30px;
    }

    .training-list{
        padding: 35px 0 30px 0;
    }

    .training-list__container{
        width: 970px;
    }

    .title-club-list {
        width: 285px;
    }

    .ad-l{
        display: block;
    }

    .shop_advert img{
        width: 60%;
        height: auto;
    }

    .advert_lg{
        display: none;
    }

    .advert_md{
        display: block;
    }

}

@media only screen and (max-width: 990px) {

    .container-advert, .advert-img-zt2017{
        width: 750px;
    }


    .header-container, nav > ul, .hot-news__container {
        width: 750px;
    }

    .ad-section {
        height: 140px;
    }

    .main-hot-news, .other-hot-news {
        width: 371.5px;
        height: 345px;
    }

    .main-hot-news__link {
        height: 292px;
    }

    .main-hot-news__content {
        height: 53px;
    }

    .main-hot-news__content p, .main-hot-news__date {
        display: none;
    }

    .main-hot-news__title {
        height: 47px;
        padding: 2px 0;
        line-height: 21px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-hot-news__title a {
        font-size: 1.35em;
    }

    .other-hot-news__top--one-div {
        width: 182.25px;
        height: 169px;
    }

    .one-article__link {
        height: 116px;
    }

    .one-article__content {
        height: 53px;
        padding-top: 5px;
    }

    .one-article__content--date {
        display: none;
    }

    .one-article__content--title {
        height: 38px;
    }

    .one-article__content--title a {
        font-size: 1em;
    }

    .other-news__container {
        width: 750px;
    }

    .other-news__container--all {
        height: 330px;
    }

    .container-all__top--left, .container-all__top--right {
        width: 360px;
    }

    .other-news__one-div {
        width: 168px;
        height: 155px;
    }

    .other-news__one-div--link {
        height: 110px;
    }

    .other-news__one-div--content {
        height: 45px;
        padding: 3px 10px;
    }

    .other-news__one-div--content h3 {
        height: 34px;
    }

    .other-news__one-div--date {
        display: none;
    }

    .events__container {
        width: 750px;
    }

    .events__container--all {
        width: 515px;
    }

    .events__container--promo {
        width: 210px;
    }

    .promo-title {
        padding-right: 30px;
    }

    .main-events__title {
        width: 200px;
    }

    .main-events__text {
        width: 170px;
    }

    a.promo-logo {
        height: 122px;
    }

    .main-gallery__container {
        width: 750px;
    }

    .main-gallery-link {
        width: 135px;
    }

    .main-shop__container {
        width: 750px;
    }

    .main-product {
        width: 245px;
        min-height: 200px;
    }

    .main-product__desc {
        height: auto;
        max-height: 44px;
        margin-bottom: 15px;
    }

    .main-product__desc a {
        font-size: 1.1em;
        line-height: 21px;
    }

    a.main-product__info--price {
        font-size: 1.2em;
        margin-top: -12.5px;
    }

    .advert__container {
        width: 750px;
    }

    .advert-one {
        width: 240px;
        height: 175px;
        padding: 0 12px;
    }

    .advert-one h4 {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .advert-one img {
        width: 190px;
    }

    .advert-one__video-img {
        height: 105px;
    }

    .shop_advert img{
        width: 55%;
        height: auto;
    }

    .last-advert img {
        width: 100%;
    }

    .last-advert {
        padding: 0 0;
    }

    .main-social-media__container {
        width: 750px;
    }

    .main-social-media__container--facebook, .main-social-media__container--vkontakte {
        width: 368px;
    }

    .bottom-navbar__container {
        width: 750px;
    }

    .bottom-navbar__container--link a {
        font-size: 1.1em;
    }

    .bottom-navbar__container--link span {
        margin: 0 10px;
        font-size: 1.1em;
    }

    .newsletter-partners__container {
        width: 750px;
    }

    .newsletter__container {
        width: 340px;
    }

    .partners__container {
        width: 380px;
    }

    .partners__container--logotype a {
        display: block;
        width: 45px;
    }

    .partners-title {
        margin-bottom: 20px;
    }

    .newsletter-partners__container--title, .newsletter__container p {
        font-size: 1.1em;
    }

    .footer__container {
        width: 750px;
    }

    .footer__container--div {
        width: 150px;
    }

    .footer__container--subdiv {
        width: 125px;
    }

    .footer__container--main-title, .footer__container--list li {
        font-size: 1em;
    }

    .training-title {
        line-height: 21px;
    }

    .archive-news__container > .other-news__one-div {
        margin-right: 26px;
        margin-bottom: 20px;
    }

    .event-list__one {
        width: 233px;
        margin-right: 25px;
    }

    .event-list__one--image {
        height: 157.5px;
    }

    .event-archive__container {
        width: 750px;
    }

    .archive-event__info {
        width: 503px;
    }

    ul.sub-nav__shop {
        margin-left: -191px;
    }

    .shop-content__container {
        width: 750px;
    }

    .shop-content__container--list {
        width: 485px;
        border-left: none;
    }

    .shop-content-list__product {
        width: 230px;
        margin-left: 25px;
    }

    .shop-content-list__product:nth-child(4n) {
        margin-left: auto;
    }

    .shop-content-list__product:nth-last-child(1), .shop-content-list__product:nth-last-child(2), .shop-content-list__product:nth-last-child(3) {
        margin-bottom: 40px;
    }

    .shop-content-list__product:nth-child(2n - 1) {
        margin-left: 0;
    }

    .shop-content-list__product:nth-child(2n) {
        margin-left: 25px;
    }

    .events-map__container {
        width: 750px;
    }

    .events-info__data {
        width: 300px;
    }

    .events-info__data--event-img {
        margin-bottom: 5px;
    }

    .events-info__map {
        width: 425px;
    }

    .event-navbar__container {
        width: 750px;
    }

    .event-information__container {
        width: 750px;
    }

    .event-information__container--content {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .event-information__container--gallery {
        display: none;
    }

    .gallery-list__one:nth-child(5n) {
        margin-right: 26px;
    }

    .gallery-list__one {
        width: 168px;
        margin-right: 26px;
        margin-bottom: 25px;
    }

    .news-info__lid {
        width: 415px;
    }

    .news-info__thumb {
        width: 310px;
    }

    .news-info__lid--print-text {
        display: none;
    }

    .news-info__lid p {
        font-size: 1.2em;
    }

    .news__container {
        width: 750px;
    }

    .news-comments__container {
        width: 750px;
    }

    .news-archive > .other-news__one-div {
        margin-bottom: 0;
    }

    .gallery__container {
        width: 750px;
    }

    .gallery__container--one {
        max-width: 750px;
        max-height: 500px;
    }

    .gallery-photo-list__container {
        width: 750px;
    }

    .container-photos__one:nth-child(5n) {
        margin-right: 20px;
    }

    .container-photos__one:nth-child(4n) {
        margin-right: 0;
    }

    .container-photos__one {
        width: 170px;
        height: 115px;
        margin-right: 20px;
    }

    .clubs-map {
        padding-top: 35px;
    }

    .clubs-map__container--map {
        height: 350px;
    }

    .clubs-map__container {
        width: 750px;
        padding-bottom: 30px;
    }

    .btn-club__container, .btn-club__container:nth-child(6n) {
        margin-right: 23px;
    }

    .default-text {
        padding-bottom: 25px;
    }

    .clubs-list__map {
        width: 468px;
        height: 400px;
    }

    .clubs-list__list--one {
        width: 247px;
    }

    .add-club__container{
        width: 750px;
    }

    .form-content-info__success, .form-content-info__error{
        width: 100%;
    }

    .form-content__one--input{
        width: 250px;
    }

    .add-club__map{
        height: 300px;
    }

    .shop-basket__one--title a{
        width: 245px;
    }

    .shop-content__product{
        padding: 0;
    }

    .shop-product__container{
        width: 750px;
    }

    .shop-product__container--info{
        height: 270px;
    }

    .product-img{
        width: 270px;
    }

    .product-info{
        width: 372px;
    }

    .product-info__xl-paragraph{
        margin-bottom: 10px;
        font-size: 1.1em;
    }

    .product-info__sm-paragraph-xl{
        margin-bottom: 10px;
    }

    .product-price__important, .product-price__orher{
        font-size: 1.3em;
    }

    .product-info__basket--img-xl{
        display: none;
    }

    .product-info__basket--img-md{
        display: block;
    }

    .product-info__basket--number{
        margin-left: 38px;
    }

    .event-navbar__container ul li{
        width: 186.5px;
    }

    .event-navbar__container ul li:nth-child(n+5){
        margin-top: 1px;
    }

    .order-info, .send-order__btn, .back-bascket__btn{
        width: 250px;
    }

    .training-list__container{
        width: 750px;
    }

    .training-list__one-div--link-img img{
        margin-right: 15px;
    }

    .form-content__one--input input.input-date{
        padding-right: 0;
    }

    .form-content__one--input input.input-date:first-child{
        width: 122px;
    }

    .form-content__one--input input.input-date:last-child{
        width: 83px;
    }

    .title-club-list {
        width: 282px;
    }

    .ad-l{
        display: none;
    }

    .ad-m{
        display: block;
    }

    .advert_md{
        display: none;
    }

    .advert_sm{
        display: block;
    }



}

@media only screen and (max-width: 770px) {

    .container-advert{
        display: none;
    }

    header {
        height: 165px;
        border-bottom: 1px solid #a9aaac;
    }

    .header-container, nav > ul, .hot-news__container {
        width: 100%;
    }

    .header-container__left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-container__left a img {
        width: 190px;
        margin-left: 15px;
        margin-top: 22px;
    }

    .header-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-container__right--top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        margin-bottom: 0;
        width: 220px;
    }

    .header-container__right {
        height: 122px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
    }

    .header-container__right--tl {
        width: 100%;
        margin-bottom: -21px;
    }

    .header-slash:last-child {
        display: none;
    }

    .header-container__right--bottom {
        height: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 11px;
    }

    .header-container__bottom-xs {
        height: 43px;
        display: block;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .search-xl {
        display: none;
    }

    nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        width: 173px;
        border-bottom: none;
    }

    nav > ul {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav > ul > li {
        width: 100%;
        height: auto;
        border-left: none;

    }

    nav > ul > li > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.1em;
    }

    nav > ul > li:last-child {
        border-right: none;
    }

    .nav-btn {
        display: block;
        width: 45px;
        height: 30px;
        margin-left: 30px;
        margin-right: 15px;
        cursor: pointer;
        background-image: url("../img/site/sprite.png");
        background-position: -152px -25px;
    }

    .nav-open {
        display: block;
    }

    .active-sub {
        display: block;
    }

    .active-nav {
        background-color: #ffc001;
    }

    a.active-nav {
        color: #292929;
    }

    .transparent-space-nav {
        padding-top: 0;
        height: auto;
        margin-left: 174px;
        top: 0;
    }

    ul.sub-nav {
        width: 307px;
    }

    ul.sub-nav__shop {
        margin-left: 0;
    }

    .ad-section {
        height: 145px;
    }

    .hot-news {
        padding: 30px 15px 25px 15px;
    }

    .hot-news__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-hot-news {
        width: 100%;
        height: auto;
        margin-bottom: 7px;
    }

    .main-hot-news__link {
        width: 100%;
        height: 80vw;
    }

    .main-hot-news__content {
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
    }

    .main-hot-news__content p {
        height: auto;
        white-space: normal;
        overflow: visible;
        text-overflow: ellipsis;
    }

    .main-hot-news__content p a {
        font-size: 1.15em;
        line-height: 22px;
    }

    .other-hot-news {
        width: 100%;
        height: auto;
    }

    .other-hot-news__top {
        margin-bottom: 7px;
    }

    .one-article__content {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .one-article__content--title {
        height: auto;
        overflow: visible;
    }

    .other-hot-news__top--one-div {
        width: calc((100% - 7px) / 2);
        height: auto;
    }

    .one-article__link {
        height: 33.3vw;
    }

    .main-hot-news__title {
        height: auto;
        padding: 2px 0;
        line-height: 21px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-hot-news__title a {
        font-size: 1.25em;
    }

    .main-hot-news__content p {
        display: block;
    }

    .container-all__top, .container-all__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .other-news__container--all {
        height: auto;
        margin-bottom: 18px;
    }

    .other-news__container {
        width: 100%;
    }

    .other-news {
        padding: 30px 15px 0 15px;
    }

    .other-news__container--title {
        margin-bottom: 15px;
    }

    .container-all__top--left, .container-all__top--right {
        width: 100%;
    }

    .other-news__one-div {
        width: calc((100% - 10px) / 2);
        height: auto;
        margin-bottom: 7px;
    }

    .other-news__one-div--link {
        height: 33.3vw;
    }

    .other-news__one-div--content {
        height: auto;
        padding: 4px 10px;
    }

    .other-news__one-div--content h3 {
        height: auto;
        overflow: visible;
        line-height: 17px;
    }

    .other-news-xs {
        display: none;
    }

    .main-events {
        padding: 30px 15px 0 15px;
    }

    .events__container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px;
    }

    .events__container--all {
        width: 100%;
        border-bottom: 1px solid #95989d;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .main-events__title {
        width: 40%;
    }

    .main-events__text {
        width: 33%;
    }

    .events__container--promo {
        width: 100%;
    }

    a.promo-logo {
        height: 58.2vw;
        padding: 5%;
    }

    .main-gallery {
        padding: 30px 15px 0 15px;
    }

    .main-gallery__container {
        width: 100%;
        padding-bottom: 25px;
    }

    .main-gallery__container--all {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-gallery-link {
        width: 29.2vw;
        margin-bottom: 10px;
    }

    .main-gallery-link:last-child {
        display: block;
    }

    .main-shop {
        padding: 24px 15px 0 15px;
    }

    .main-shop__container {
        width: 100%;
    }

    .main-product {
        width: calc((100% - 10px) / 2);
        min-height: 190px;
        margin-bottom: 25px;
    }

    .main-shop__container--all {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-product:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-product__desc {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .advert {
        padding: 30px 15px 0 15px;
    }

    .advert__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 13px;
    }

    .advert-one {
        width: calc((100% - 24px) / 2);
        height: 33.3vw;
        padding: 0 12px;
        margin-bottom: 12px;
    }

    .advert-one:first-child {
        margin-right: 12px;
    }

    .advert-one h4 {
        padding-top: 12px;
        padding-bottom: 3px;
        font-size: 1em;
    }

    .training-title {
        font-size: 1em;
    }

    .advert-one img {
        width: 100%;
    }

    .shop_advert img{
        width: 55%;
        height: auto;
    }

    .advert-one__video-img {
        height: 63%;
        margin-top: 28px;
    }

    .last-advert img {
        width: 100%;
    }

    .last-advert {
        padding: 0 0;
    }

    .main-social-media {
        padding: 30px 15px 25px 15px;
    }

    .main-social-media__container {

        width: 100%;
        height: auto;
    }

    .facebook-xl, .vkontakte-xl {
        display: none;
    }

    .banner-social-media__xs {
        display: block;
        width: 100%;
        height: auto;
    }

    a.banner-social-media__xs {
        border: 1px solid #8e9196;
    }

    .main-social-media__container--facebook {
        width: calc((100% - 24px) / 2);
    }

    .main-social-media__container--vkontakte {
        width: calc((100% - 24px) / 2);
    }

    .bottom-navbar {
        height: 85px;
    }

    .bottom-navbar__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bottom-navbar__container--link-img {
        display: none;
    }

    .bottom-navbar__container--link {
        margin-top: 20px;
        margin-bottom: 15px;
        height: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bottom-navbar__container--lang {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .bottom-navbar__container--link span {
        margin: 0 8px;
        font-size: 1em;
    }

    .bottom-navbar__container--link a {
        font-size: 1em;
    }

    .event-img {
        display: block;
        width: 80px;
        height: 50px;
        margin-top: 3px;
        margin-right: 15px;
    }

    .event-img img {
        width: 100%;
        height: auto;
    }

    .main-events__list--container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-events__list--one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 75%;
        height: auto;
        margin-bottom: 13px;
        line-height: 18px;
    }

    .main-events__title a, .main-events__text a {
        font-size: 1em;
    }

    .main-events__text a {
        color: #292929;
    }

    .main-events__title {
        width: 100%;
        font-weight: 700;
        white-space: normal;
        overflow: visible;
    }

    .main-events__text, .main-events__date {
        width: 100%;
        white-space: normal;
        overflow: visible;
        color: #292929;
    }

    a.main-product__info--price {
        margin-top: -13px;
        font-size: 1.3em;
    }

    .main-product__desc {
        max-height: none;
    }

    .main-events__date {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-events__title span {
        display: none;
    }

    .main-events__other {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 95px;
    }

    .other-gallery__link {
        padding-left: 0;
    }

    .main-events__other a {
        font-size: 1em;
    }

    .title-social-media {
        display: block;
    }

    .newsletter-partners {
        padding: 30px 15px 0 15px;
    }

    .newsletter-partners__container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 21px;
    }

    .newsletter__container {
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 1px solid #95989d;
    }

    .partners__container {
        width: 100%;
    }

    .newsletter-partners__container--title, .newsletter__container p {
        color: #85888e;
        font-size: 1em;
        font-weight: 700;
    }

    .newsletter__container p {
        font-weight: 400;
        color: #292929;
    }

    .partners-title {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .partners__container--logotype a {
        width: 55px;
    }

    .footer__container {
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__container--div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    }

    .footer__container--div:nth-child(2) {
        display: none;
    }

    .footer__container--div:nth-child(3) {
        border-right: none;
    }

    .footer_shop {
        border-top: 1px solid #95989d;
        margin-top: 15px;
        padding-top: 18px;
    }

    .footer_players {
        border-top: 1px solid #95989d;
        margin-top: 15px;
        padding-top: 18px;
    }

    .footer__gallery-xs {
        display: block;
        border-top: 1px solid #95989d;
        margin-top: 15px;
        padding-top: 18px;
    }

    .footer__gallery-xs a {
        color: #292929;
        text-transform: uppercase;
    }

    .advert-training {
        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;
        position: relative;
    }

    .advert-training__link {
        position: absolute;
        top: 0;
        border: 0 !important;
    }

    .main-social-media__container--facebook, .main-social-media__container--vkontakte {
        white-space: normal;
        overflow: visible;
        text-overflow: ellipsis;
    }

    .archive-div-select {
        position: inherit;
    }

    .archive-div-select__container {
        position: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
        margin-left: auto;
        margin-bottom: 15px;
    }

    .archive-news__container > .other-news__one-div {
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .archive-news__container > .other-news__one-div:nth-child(2n) {
        margin-right: 0;
    }

    .event-list__one {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .event-list__one:nth-child(2n) {
        margin-right: 0;
    }

    .event-list__one:nth-child(3n) {
        margin-right: auto;
    }

    .event-list__one--image {
        height: 31vw;
    }

    .event-list__one--title a {
        font-size: 1em;
    }

    .archive-news__container {
        margin-bottom: 5px;
    }

    .event-archive {
        padding: 3px 15px 0 15px;
    }

    .event-archive__container {
        width: 100%;
        padding: 15px 0;
    }

    .event-archive__container:last-child{
        padding-bottom: 25px;
    }

    .main-shop__container {
        padding-bottom: 0;
    }

    .archive-event__list--one {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .archive-event__date-flag {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .archive-date {
        margin-bottom: 15px;
    }

    .archive-event__score {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 3px 12px;
    }

    .archive-event__info {
        margin-top: 3px;
        padding: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
    }

    .shop-content {
        padding: 8px 0 25px 0;
    }

    .shop-content__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .shop-content__container--menu {
        width: 100%;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .shop-content__container--list {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .shop-content-list__product {
        width: calc((100% - 30px) / 2);
        margin-bottom: 30px;
    }

    .shop-content-list__product:nth-child(2n) {
        margin-left: 30px;
    }

    .shop-content-list__product:nth-last-child(1), .shop-content-list__product:nth-last-child(2) {
        margin-bottom: 0;
    }

    .shop-content-list__product--price {
        font-size: 1.15em;
    }

    .shop-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 10px;
    }

    .shop-menu__basket {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: auto;
        border-bottom: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-left: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .shop-menu__nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
    }

    .shop-menu__nav ul li {
        padding: 3px 0 3px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 6px;
    }

    .shop-menu__nav ul li a {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 1em;
    }

    .shop-menu__nav ul li a.shop-nav__dotted {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: block;
    }

    .shop-menu__nav ul li a.shop-nav__arrow {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .shop-menu__nav ul li hr {
        border-top: 1px dotted #000000;
        border-bottom: none;
    }

    .shop-menu__nav ul li.shop-menu__nav--active hr {
        border-top: 1px dotted #ff0200;
        border-bottom: none;
    }

    a.shop-menu__basket--img span {
        display: none;
    }

    .shop-menu__basket a.shop-menu__basket--img img {
        margin-top: 8px;
    }

    a.shop-menu__basket--number {
        margin-top: 12px;
        margin-left: 6px;
        font-size: 1.1em;
    }

    .basket-xl {
        display: none;
    }

    .basket-xs {
        display: block;
    }

    .shop-menu__nav ul li a.shop-nav__arrow {
        width: 8px;
        height: 15px;
        background-position: -253px -18px;
    }

    .active-category {
        cursor: pointer;
    }

    .sm-pt0 {
        padding-top: 0;
    }

    .shop-menu__nav ul li.active-category a {
        color: #292929;
    }

    .shop-menu__nav ul li.active-category a.shop-nav__arrow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 37px;
        height: 22px;
        margin-right: 11px;
        background-position: -265px -2px;
        -webkit-transition: .25s transform;
        transition: .25s transform;
    }

    .shop-menu__nav ul li.drop-category-active a.shop-nav__arrow {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: .25s transform;
        transition: .25s transform;
    }

    .shop-menu__nav ul li.active-category a.shop-nav__dotted {
        display: none;
    }

    .shop-menu__nav ul li.shop-menu__nav--active a.shop-nav__arrow {
        background-position: -243px -19px;
    }

    .events-map {
        padding: 30px 15px 0 15px;
    }

    .events-map__container {
        width: 100%;
    }

    .events-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px;
    }

    .events-info__map {
        width: 100%;
        height: 200px;
    }

    .events-info__data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 15px;
    }

    .events-info__data--event-img {
        width: auto;
        height: 27vw;
        margin-right: 15px;
    }

    .event-navbar__container {
        width: 100%;
    }

    .event-navbar__container ul li {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .event-information__container {
        width: 100%;
    }

    .event-information__container--content {
        padding: 0 15px;
    }

    .gallery-list__one {
        width: calc((100% - 52px) / 3);
        margin-right: 26px;
        margin-bottom: 20px;
    }

    .gallery-list__one:nth-child(4n) {
        margin-right: 26px;
    }

    .gallery-list__one:nth-child(3n) {
        margin-right: 0;
    }

    .news-info__thumb {
        width: 33%;
    }

    .news-info__lid {
        width: 62%;
    }

    .news-info__lid--date {
        font-size: 0.8em;
    }

    .news-share-xl {
        display: none;
    }

    .share-gallery{
        display: flex;
    }

    .news-share-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 25px;
    }

    .news-info {
        padding-bottom: 10px;
    }

    .news__container {
        width: 100%;
        padding: 30px 15px 25px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-comments {
        padding: 0 15px 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-comments__container {
        padding: 30px 0 25px 0;
        width: 100%;
    }

    .gallery {
        padding: 30px 15px 0 15px;
    }

    .gallery__container {
        width: 100%;
        padding-bottom: 25px;
    }

    .gallery-title {
        margin-bottom: 0;
    }

    .gallery-select {
        margin-top: 10px;
    }

    .gallery__container--one {
        max-width: 100%;
        max-height: 67vw;
    }

    .gallery__container--download {
        margin-top: 10px;
    }

    .gallery-photo-list {
        padding: 30px 0 25px 0;
    }

    .gallery-photo-list__container {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container-photos__one:nth-child(4n) {
        margin-right: 15px;
    }

    .container-photos__one:nth-child(5n) {
        margin-right: 15px;
    }

    .container-photos__one:nth-child(3n) {
        margin-right: 0;
    }

    .container-photos__one {
        width: calc((100vw - 83px) / 3);
        height: 19.8vw;
        margin-right: 15px;
    }

    .clubs-map__container--map {
        height: 250px;
    }

    .clubs-map {
        padding-top: 30px;
    }

    .clubs-map__container {
        width: 100%;
        padding-bottom: 25px;
    }

    .clubs-map__container--btn {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .btn-club__container, .btn-club__container:nth-child(4n) {
        margin-right: calc((100vw - 557px) / 2);
    }

    .btn-club__container:nth-child(3n) {
        margin-right: 0;
    }

    .clubs-map__container--map {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .edit-club-btn {
        margin-left: 0;
    }

    .shop-menu__category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .shop-menu__category li {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .shop-menu__category li.active-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 63px;
        margin-top: 1px;
        background-color: #ffbf00;
    }

    .shop-menu__nav ul.selected-category li {
        display: none;
    }

    .shop-menu__nav ul.selected-category li.active-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .shop-menu__nav ul.selected-category li.drop-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .clubs-list__map {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .clubs-map__container--list {
        margin-top: 0;
    }

    .clubs-map__container--add-btn {
        margin-right: 15px;
    }

    .title-club-xl {
        display: none;
    }

    .title-club-sm {
        display: block;
        margin-left: 15px;
    }

    .clubs-list__list--one {
        margin-left: 15px;
        width: calc((100% - 55px) / 3);
    }

    .add-club{
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .add-club__container{
        width: 100%;
        padding: 30px 0 25px 0;
    }

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

    .form-content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
    }

    .form-content-info {
        width: 384px;
    }

    .form-content__one {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-content__one label{
        width: 135px;
    }

    .order-info{
        width: 250px;
        float: right;
    }

    .send-order__btn{
        float: none;
    }

    .shop-other-site{
        display: block;
    }

    .shop-basket__container{
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .shop-basket__one--img{
        width: 100px;
    }

    .shop-basket__one--title a {
        width: 160px;
    }

    .add-club__btn{
        margin-top: 20px;
    }

    .back-bascket__btn{
        margin-top: 10px;
    }

    .shop-content__product{
        padding-bottom: 0;
    }

    .shop-product{
        padding: 10px 0 25px 0;
    }

    .shop-product__container{
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-img{
        margin-right: 10px
    }

    .product-info{
        width: 100%;
    }

    .product-info__xl-paragraph{
        font-size: 1.1em;
    }

    .product-price__important, .product-price__orher{
        font-size: 1.3em;
    }


    .product-info__sm-paragraph-xl{
        display: none;
    }

    .product-info__sm-paragraph-xs{
        display: block;
    }

    .product-info__basket {
        display: none;
    }

    .event-navbar__container ul.shop-product__btn li{
        width: calc((100% / 3) - 1px);
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .event-navbar__container ul li:nth-child(n+4){
        margin-top: 1px;
    }

    .add-event__btn{
        margin-bottom: 25px;
    }

    .training-list {
        padding: 30px 15px 25px 15px;
    }

    .training-list__container{
        width: 100%;
    }

    .form-btn{
        width: 385px;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .event-btn{
        margin-top: -2px;
        float: right;
    }

    .shop-basket-btn{
        float: right;
    }

    .ad-m{
        display: none;
    }

    .ad-s{
        display: block;
    }


    .ad-xl2{
        display: none;
    }

    .ad-md2{
        display: block;
    }

    .g-captcha-container{
        padding-left: 150px;
    }

    .shop-content-main a{
        width: 33%;
    }

    .shop-content-main a:last-child{
        display: none;
    }

    .advert_sm{
        display: none;
    }

    .advert_xs{
        display: block;
    }

}




@media only screen and (max-width: 580px) {

    .btn-club__container:before {
        left: 61px;
    }

    .btn-club__container:after {
        left: 62px;
    }

    .btn-club__container, .btn-club__container:nth-child(4n) {
        margin-right: calc((100vw - 437px) / 2);
    }

    .btn-club__container {
        width: 130px;
    }

    .btn-club__container--flag {
        width: 25px;
        height: 15px;
        margin-top: 3px;
        margin-right: 5px;
    }

    .btn-club__container--one {
        font-size: 1em;
    }

    .clubs-list__list--one {
        margin-left: 15px;
        width: calc((100% - 35px) / 2);
    }

    .shop-basket__one{
        position: relative;
    }

    .shop-basket__one--img{
        margin-right: 15px;
    }

    .shop-basket__one--info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .shop-basket__one--how label{
        display: none;
    }

    .shop-basket__one--title{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .shop-basket__one--title a{
        width: 88%;
    }

    .shop-basket__one--price-del{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .shop-basket__one--price{
        text-align: center;
    }

    .shop-basket__one--how-container{
        margin: 0;
    }

    .shop-basket__one--delete-btn{
        position: absolute;
        top: 0;
        right: 0;
    }

    .shop-product__container--info{
        height: 210px;
    }

    .product-img{
        width: 210px;
    }

    .product-info__xl-paragraph{
        font-size: 1em;
    }

    .event-navbar__container ul li:nth-child(n+3){
        margin-top: 1px;
    }

    .event-navbar__container ul.shop-product__btn li{
        width: calc((100% / 2) - 1px);
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .shop-content-main a{
        width: 45%;
    }

    .shop-content-main a:nth-child(3), .shop-content-main a:nth-child(4){
        display: none;
    }




}

@media only screen and (max-width: 480px) {

    header {
        height: 48px;
    }

    .header-container__right--lang, .header-slash, .header-container__right--tl a, .header-container__right--sm, .header-container__right--btm-form {
        display: none;
    }

    .header-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-container__left a img {
        width: 132px;
        margin-top: 0;
    }

    .header-container__right {
        height: 100%;
        padding-right: 0;
    }

    .header-container__right--top {
        width: auto;
    }

    .header-container__bottom-xs {
        width: auto;
        height: 100%;
    }

    .header-container__right--bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        padding-bottom: 0;
    }

    .header-container__right--tl {
        height: 100%;
        width: auto;
        margin-bottom: 0;
    }

    .current-flags, .choose-flags {
        margin-left: 45px;
    }

    a.choose-flags__link {
        display: block;
    }

    .nav-btn {
        margin-left: 0;
    }

    nav {
        background-color: #ffbf00;
        width: 230px;
    }

    nav > ul > li > a {
        color: #292929;
        padding-left: 38px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    nav > ul > li > a:hover {
        color: #ff0200;
    }

    nav > ul > li {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #292929;
    }

    nav > ul > li:last-child {
        border-bottom: none;
    }

    .transparent-space-nav {
        position: inherit;
        margin-left: 0;
    }

    ul.sub-nav {
        min-width: 0;
        width: 100%;
        padding: 0 0 0 46px;
    }

    ul.sub-nav > li > a {
        padding: 5px 0;
    }

    ul.sub-nav > li:last-child {
        padding: 0 0 18px 0;
    }

    a.active-nav {
        color: #ff0200;
    }

    .ad-section {
        height: 95px;
    }

    .hot-news {
        padding: 20px 0 15px 0;
    }

    .hot-news__container--title {
        margin-bottom: 12px;
        padding-left: 15px;
    }

    .main-hot-news__content {
        display: none;
    }

    .main-hot-news__content-xs {
        display: block;
        min-height: 60px;
    }

    .main-hot-news__content-xs a {
        display: block;
        padding-top: 7px;
        padding-bottom: 7.5px;
        color: #292929;
    }

    .main-hot-news__content-xs a .bold-title {
        display: block;
        margin-right: 5px;
        margin-bottom: 4px;
        font-size: 1.1em;
        font-weight: 700;
    }

    .one-article__content--title {
        height: auto;
    }

    .one-article__content--title a {
        line-height: normal;
    }

    .other-hot-news__top, .other-hot-news__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .other-hot-news__top--one-div {
        width: 100%;
        height: auto;
        margin-bottom: 7px;
    }

    .other-hot-news__top--one-div:last-child {
        margin-bottom: 0;
    }

    .main-hot-news__content-xs {
        line-height: 19px;
    }

    .one-article__content--title a, .lid-xs {
        line-height: 19px;
    }

    .one-article__link {
        height: 70vw;
    }

    .lid-xs {
        display: block;
    }

    .lid-xs a {
        color: #292929;
    }

    .one-article__content {
        min-height: 55px;
        height: auto;
        padding-bottom: 5px;
    }

    .other-news {
        padding: 20px 0 0 0;
    }

    .other-news__container--title {
        padding-left: 15px;
    }

    .title-p0{
        padding: 0;
    }

    .other-news__one-div--content {
        min-height: 0;
        height: auto;
    }

    .other-news__container--all {
        margin-bottom: 8px;
    }

    .other-news__one-div--content h3 {
        height: auto;
        line-height: 17px;
    }

    .other-news__one-div {
        width: calc((100% - 7px) / 2);
        height: auto;
        margin-bottom: 7px;
    }

    .main-events__list--one {
        width: 65%;
    }

    .main-events {
        padding-top: 20px;
    }

    .events__container--all {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .events__container {
        padding-bottom: 15px;
    }

    .main-gallery {
        padding: 20px 0 0 0;
    }

    .main-gallery__container {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .gallery-home-title{
        padding-left: 0;
    }

    .main-gallery-link {
        width: calc((100vw - 58px) / 2);
        margin-bottom: 8px;
    }

    .main-gallery-link span{
        display: inline-block;
        margin-left: 5px;
    }

    .main-gallery-link:last-child, .main-gallery-link:nth-last-child(2) {
        display: none;
    }

    .main-shop {
        padding: 20px 0 0 0;
    }

    .main-shop__container {
        padding-bottom: 15px;
    }

    .main-product {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
    }

    .main-shop__container--all {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-product:last-child {
        display: none;
    }

    .main-product__desc {
        max-height: none;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .main-product__desc a {
        font-size: 1.1em;
    }

    .main-product__info--price {
        margin-left: 15px;
    }

    .main-product:nth-last-child(2) {
        margin-bottom: 0;
    }

    .advert {
        padding: 20px 0 0 0;
    }

    .advert__container {
        padding-bottom: 3px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .advert-one {
        width: 100%;
        height: auto;
        padding: 0 12px;
        margin-bottom: 12px;
    }

    .advert-one:first-child {
        margin-right: 12px;
    }

    .advert-training {
        height: 69vw;
    }

    .advert-one h4 {
        padding-top: 12px;
        padding-bottom: 3px;
        font-size: 1em;
    }

    .advert-one img {
        width: 100%;
    }

    .shop_advert img{
        width: 55%;
        height: auto;
    }

    .advert-one__video-img {
        height: 70%;
    }

    .last-advert img {
        width: 100%;
    }

    .last-advert {
        padding: 0 0;
    }

    .main-social-media__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-social-media__container--facebook, .main-social-media__container--vkontakte {
        width: 100%;
    }

    .main-social-media__container--facebook {
        margin-bottom: 12px;
    }

    .main-social-media {
        padding: 20px 0 15px 0;
    }

    .bottom-navbar__container {
        padding: 0 18px;
    }

    .bottom-navbar__container--link {
        width: 260px;
        height: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 16px;
        margin-bottom: 0px;
    }

    .bottom-navbar__container--link span.xs-none {
        display: none;
    }

    .bottom-navbar__container--lang {
        margin-top: -8px;
    }

    .current-flags-bottom {
        margin-left: 10px;
    }

    .newsletter-partners {
        padding: 20px 0 0 0;
    }

    .newsletter__container, .partners__container {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .newsletter-partners__container {
        padding-bottom: 8px;
    }

    .partners__container {
        padding-bottom: 0;
    }

    .partners__container--logotype {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .partners__container--logotype a {
        width: 18%;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .partners__container--logotype a:last-child {
        margin-bottom: 0;
    }

    .footer__container--subdiv {
        width: 100%;
    }

    .footer__container--div-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .footer__container--sec-div-title {
        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;
        width: 100%;
        padding: 15px 0;
    }

    .footer__container--main-title {
        display: block;
        width: 130px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-gallery-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__container--list {
        display: block;
        width: 130px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
    }

    .footer__container--div {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #95989d;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer__container--div:last-child {
        border-bottom: none;
    }

    footer {
        padding-bottom: 0;
    }

    .footer__container {
        width: 80vw;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
    }

    .last-footer-div {
        display: none;
    }

    .xs-border-bottom-none {
        border-bottom: none;
    }

    .footer__social-media {
        display: block;
        width: 100%;
        height: 90px;
        background-color: #292929;
        margin-bottom: 45px;
    }

    .footer__social-media--div {
        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;
        width: 265px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__social-media--div span {
        color: #85888e;
    }

    .footer__container--div:first-child {
        padding-bottom: 0;
    }

    .footer__gallery-xs {
        display: none;
    }

    .footer__container--div:nth-child(2) {
        display: block;
    }

    .other-gallery__link {
        padding-left: 0;
    }

    .partners-title {
        margin-top: 20px;
    }

    .event-list__one {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .event-list__one--info {
        padding: 0 10px;
    }

    .event-list__one--image {
        height: 67vw;
    }

    .event-archive {
        padding: 3px 0 15px 0;
    }

    .archive-event__list--one {
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop-content-list__product {
        width: calc((100% - 10px) / 2);
        margin-bottom: 30px;
    }

    .shop-content-list__product:nth-child(2n) {
        margin-left: 10px;
    }

    .archive-date {
        padding-left: 15px;
    }

    .shop-menu__nav ul li a.shop-nav__dotted {
        display: none;
    }

    .events-info {
        padding-bottom: 15px;
    }

    .events-map {
        padding: 20px 0 0 0;
    }

    .events-info__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .events-info__data--event-img {
        width: 100%;
        height: auto;
    }

    .events-info__data--content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .gallery-list {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gallery-list__one:nth-child(5n) {
        margin-right: 20px;
    }

    .gallery-list__one:nth-child(3n) {
        margin-right: 20px;
    }

    .gallery-list__one {
        width: calc((100% - 22px) / 2);
        margin-right: 20px;
    }

    .gallery-list__one:nth-child(2n) {
        margin-right: 0;
    }

    .news-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news-info__thumb {
        width: 100%;
    }

    .news-info__lid {
        width: 100%;
        padding: 5px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-share-md {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-share-md a {
        margin-bottom: 15px;
    }

    .news__container {
        width: 100%;
        padding: 20px 15px 15px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-comments {
        padding: 0 0 5px 0;
    }

    .news-comments__container {
        padding: 20px 0 0 0;
    }

    #disqus_thread {
        padding: 0 15px;
    }

    .footer_players, .footer_shop {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .gallery {
        padding-top: 20px;
    }

    .gallery__container {
        padding-bottom: 15px;
    }

    .gallery-title {
        padding-left: 0;
    }

    .gallery-photo-list__container {
        padding: 0;
    }

    .gallery-photo-list {
        padding: 20px 0 15px 0;
    }

    .container-photos__one:nth-child(4n) {
        margin-right: 15px;
    }

    .container-photos__one:nth-child(5n) {
        margin-right: 15px;
    }

    .container-photos__one:nth-child(3n) {
        margin-right: 15px;
    }

    .container-photos__one:nth-child(2n) {
        margin-right: 0;
    }

    .container-photos__one {
        width: calc((100vw - 36px) / 2);
        height: 31vw;
        margin-right: 15px;
    }

    .btn-club__container, .btn-club__container:nth-child(3n), .btn-club__container:nth-child(4n) {
        margin-right: calc(100vw - 307px);
    }

    .btn-club__container:nth-child(2n) {
        margin-right: 0;
    }

    .default-text {
        padding-bottom: 15px;
    }

    .form-content-info{
        width: 100%;
    }

    .add-club__container {
        padding: 20px 0 15px 0;
    }

    .form-content{
        padding-right: 0;
    }

    .form-content__one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .form-content__one label {
        width: 100%;
        max-width: none;
        text-align: left;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .form-content__one--input {
        width: 100%;
        margin-left: 0;
    }

    .add-club__map{
        height: 200px;
    }

    .form-container-second{
        margin-top: 5px;
    }

    .add-club__btn{
        width: 100%;
        margin-top: 20px;
    }

    .back-bascket__btn{
        margin-top: 10px;
    }

    .shop-product__container--info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .product-img{
        width: 100%;
        margin-right: 0;
    }

    .product-info{
        margin-top: 5px;
        font-size: 1.1em;
    }

    .shop-basket__button{
        margin-top: 10px;
    }

    .add-event__btn{
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .training-list__one-div{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .training-list__one-div--link-img img{
        width: 100%;
    }

    .training-list {
        padding: 20px 0 15px 0;
    }

    .training-list__one-div--information{
        padding: 8px 10px 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .training-list__more{
        padding-right: 10px;
    }

    .form-btn{
        width: 100%;
    }

    .order-info{
        width: 100%;
        float: none;
    }

    .bottom-navbar__choose-flags {
        margin-left: 10px;
    }

    .foooter__gallery--link-img{
        display: none;
    }

    .ad-s{
        display: none;
    }

    .ad-xs{
        display: block;
    }


    .g-captcha-container{
        justify-content: center;
        margin-top: 24px;
        padding-left: 0;
    }

    .g-recaptcha{
        display: flex;
        justify-content: center;
    }

}


@media only screen and (max-width: 408px) {
    .event-navbar__container ul li:nth-child(n+2){
        margin-top: 1px;
    }

    .event-navbar__container ul.shop-product__btn li{
        width: 100%;
        margin-right: 0;
    }
}


.input-form-text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}



