/*
Theme Name: Skating
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900&subset=cyrillic');

body {
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
   color: #333;
}
a {
   transition: .3s;
   color: #b30d0d;
}
a:hover {
   color: #1e4d79;
   text-decoration: none;
}
button:focus {
   outline: none;
}
p:last-child {
   margin-bottom: 0;
}
img {
   max-width: 100%;
   height: auto;
}
.o-hidden {
   overflow: hidden;
}
.logoAndTitle {
   display: flex;
   align-items: center;
}
.header {
   padding-top: 30px;
}
.logo {
   max-width: 100px;
   max-height: 65px;
   margin-right: 20px;
}
.main {
   background: url('img/main-top.jpg') 50% 100% no-repeat;
   background-size: cover;
   position: relative;
}
.main:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 0;
   padding-bottom: 12.03125%;
   left: 0;
   top: 100%;
   background: url('img/main-bottom.png') 50% 0 no-repeat;
   background-size: cover;
}
.header_wrap {
   background: url('img/header_bg.png') 50% 100% no-repeat;
   background-size: cover;
   position: relative;
   padding-bottom: 100px;
   z-index: 5;
}
.title h1, .title .h1 {
   font-size: 25px;
   margin-bottom: 0;
   color: #1e4d79;
   font-weight: 600;
   text-shadow: 0 0 20px #fff;
}
.subtitle {
   font-size: 18px;
   font-weight: 600;
   color: #1e4d79;
   text-shadow: 0 0 20px #fff;
}
.header_wrap .title h1, .header_wrap .title .h1, .header_wrap .subtitle {
   color: #fff;
   text-shadow: 0 0 20px #000;
}
.main_sports {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 30px -34px 0;
}
.main_sports img {
   max-height: 560px;
}
.main_sport_item {
   transition: .3s;
}
a:hover .main_sport_item {
   transform: scale(1.1);
}
.afisha {
   padding-top: calc(12.03125% + 50px);
   padding-bottom: 100px;
   background: linear-gradient(to bottom, #01afd6, #fff);
}
h2 {
   font-size: 40px;
   font-weight: 900;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 50px;
   color: #1e4d79;
}
.header_grey h2 {
   color: #efefef;
}
.list_trigger {
   margin: 0 0 50px;
   padding: 0;
   list-style: none;
   color: #fff;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.list_trigger li {
   margin: 0 20px;
   cursor: pointer;
   transition: .3s;
}
.list_trigger li:hover {
   color: #1e4d79;
}
.list_trigger li.active {
   font-weight: 700;
   color: #1e4d79;
   text-decoration: underline;
}
.afisha .list_trigger {
   margin-top: -30px;
}
.trigger_list {
   display: none;
}

.trigger_list.active {
   display: block;
}
.list_trigger1 {
   margin: 0 0 50px;
   padding: 0;
   list-style: none;
   color: #1e4d79;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.list_trigger1 li {
   margin: 0 20px;
   cursor: pointer;
   transition: .3s;
}
.list_trigger1 li:hover {
   text-decoration: underline;
}
.list_trigger1 li.active {
   font-weight: 700;
   color: #1e4d79;
   text-decoration: underline;
}
.news .list_trigger1 {
   margin-top: -30px;
}
.trigger_list1 {
   display: none;
}

.trigger_list1.active {
   display: block;
}
.list_trigger2 {
   margin: 0 0 50px;
   padding: 0;
   list-style: none;
   color: #fff;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.list_trigger2 li {
   margin: 0 20px;
   cursor: pointer;
   transition: .3s;
}
.list_trigger2 li:hover {
   color: #1e4d79;
}
.list_trigger2 li.active {
   font-weight: 700;
   color: #fff;
   text-decoration: underline;
}
.result .list_trigger2 {
   margin-top: -30px;
}
.trigger_list2 {
   display: none;
}

.trigger_list2.active {
   display: block;
}
.event_big {
   padding-bottom: calc(136% + 30px);
   margin-bottom: 30px;
}
.event_small {
   padding-bottom: 68%;
   margin-bottom: 30px;
   position: relative;
   overflow: hidden;
}
.event_small_wcspeed {
   padding-bottom: 43%;
   margin-right: 15%;
   margin-left: 15%;
}
.event_bg {
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000);
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transition: .3s;
}
a:hover .event_bg {
   height: 300%;
}
.event_info {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 20px;
   color: #fff;
   width: 100%;
}

.event_title {
   font-weight: 700;
   font-size: 22px;
}

.event_date {
   font-size: 13px;
}

.event_date span {
   color: #ff0000;
}
.btn {
   color: #1e4d79;
   border: 2px solid #1e4d79;
   border-radius: 50px;
   padding: 8px 30px;
   background: transparent;
}
.btn.red {
   color: red;
   border: 2px solid red;
}
.btn:hover, .btn.active {
   color: #fff;
   background: #1e4d79;
}
.btn.red:hover {
   background: red;
}
.news {
   margin-bottom: 100px;
}
.news_date {
   background: #ff0000;
   color: #fff;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 75px;
   height: 75px;
   text-align: center;
   font-size: 40px;
   font-weight: 700;
   line-height: 24px;
   padding-top: 18px;
   transition: .3s;
}

.news_date span {
   font-weight: 400;
   font-size: 13px;
}
.news_title {
   position: absolute;
   color: #fff;
   bottom: 0;
   left: 75px;
   padding: 20px;
   font-weight: 700;
   font-size: 18px;
   width: calc(100% - 75px);
   transition: .3s;
}

.news_excerpt {
   position: absolute;
   color: #fff;
   bottom: -100%;
   left: 0;
   padding: 20px;
   font-size: 14px;
   transition: .3s;
}

a:hover .news_title {
   left: 100%;
}
a:hover .news_excerpt {
   bottom: 0;
}
a:hover .news_date {
   left: -75px;
}
.gallery_wrap {
   position: relative;
   height: 350px;
   width: 530px;
   overflow: hidden;
}
.gallery_archive_wrap {
   position: relative;
   padding-bottom: 68%;
   margin-bottom: 30px;
   overflow: hidden;
}
.gallery_bg {
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7)) !important;
}
.flip_btn {
   height: 50px;
   width: 50px;
   background: url('img/flip_btn.svg') 50% no-repeat;
   background-size: cover;
   transform: translateY(-50%);
}
.flip_btn__next {
   transform: rotate(180deg) translateY(50%);
}
.gallery_info {
   position: absolute;
   bottom: 0;
   text-align: center;
   padding: 20px;
   width: 100%;
}

.gallery_title {
   color: #fff;
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 10px;
}

.gallery_date {
   color: #ff0000;
}
.gallery_button {
   margin-top: -50px;
   margin-bottom: 100px;
   position: relative;
   z-index: 50;
}
footer {
   position: relative;
   margin-top: 14%;
   color: #fff;
}
.footer_bg {
   background: url('img/main-top.jpg') 50% 100% no-repeat;
   background-size: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   transform: rotate(180deg);
}
footer:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 0;
   padding-bottom: 12.03125%;
   left: 0;
   bottom: 99%;
   background: url('img/main-bottom.png') 50% 0 no-repeat;
   background-size: cover;
   transform: rotate(180deg);
}
footer a {
   color: #fff;
   font-weight: 700;
}
footer a:hover {
   color: #f00;
}
.bottom_menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
   justify-content: center;
}
.bottom_menu ul li {
   margin: 0 30px;
   text-align: center;
}
.bottom_menu a {
   font-size: 18px;
}
.footer_bottom {
   padding: 50px 0;
   font-size: 13px;
}
.content h1 {
   font-size: 50px;
   font-weight: 900;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 50px;
   color: #efefef;
}

.content {
   position: relative;
   margin-top: -150px;
   padding-top: 170px;
   min-height: 600px;
   margin-bottom: 50px;
}

.content:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 600px;
   max-height: 100%;
   z-index: -1;
   background: linear-gradient(to bottom, #01afd6, #fff);
}
.pagin {
   display: flex;
   justify-content: center;
}

.pagin a {
   padding: 7px 14px;
   border: 1px solid #1e4d79;
   color: #1e4d79;
   margin-right: -1px;
}

.pagin span {
   padding: 7px 14px;
   border: 1px solid #1e4d79;
   background: #1e4d79;
   color: #fff;
   margin-right: -1px;
}

.pagin span.dots {
   background: transparent;
   color: #1e4d79;
   border: none;
}

.pagin a:hover {
   background: #1e4d79;
   color: #fff;
}
.newsOne_info {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 50px;
   color: #fff;
   width: 100%;
   transition: .3s;
}
.newsOne_content iframe {
   max-width: 100%;
   margin: auto;
   display: block;
}
a:hover .news_single_img .newsOne_info {
   transform: translateY(100%);
}
a:hover .news_single_img .event_bg {
   height: 100%;
   opacity: 0;
}
.newsOne_title h1 {
   font-size: 40px;
   text-transform: none;
   font-weight: 700;
   color: #fff;
   margin-bottom: 30px;
}

.newsOne_date {
   text-align: center;
}

.newsOne_date span {
   padding: 7px 20px;
   background: #f00;
   border-radius: 50px;
   font-size: 14px;
}
h3 {
   font-size: 26px;
   font-weight: 900;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 30px;
   color: #1e4d79;
}
.newsOne_share {
   font-weight: 700;
   display: flex;
   align-items: center;
   margin-top: 20px;
}

.newsOne_share a {
   margin-left: 10px;
}
.newsOne_title-Blue h1 {
   color: #1e4d79;
   margin-bottom: 30px;
}

.newsOne_dateOne {
   text-align: right;
   margin-bottom: 30px;
   font-style: italic;
   color: #777;
}
.breadcrumbs {
   font-size: 13px;
   margin-bottom: 20px;
   color: #777;
}

.breadcrumbs a {
   color: #2c4b67;
}
.eventOne_date {
   margin-bottom: 1em;
}

.eventOne_location {
   margin-bottom: 1em;
}
.event_trigger {
   margin-top: 40px;
   margin-bottom: 20px;
}

.event_trigger li.active {
   text-decoration: underline;
   color: #f00;
}

.event_trigger li {
   color: #1e4d79;
   font-weight: 700;
}
img.aligncenter {
   margin: auto;
   display: block;
}
.link_tax {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding: 0;
   margin: -40px 0 50px 0;
   list-style-type: none;
}

.link_tax li {
   margin: 0 20px;
}

.link_tax li a {
   color: #fff;
}

.link_tax li.active a {
   color: #1e4d79;
   font-weight: 700;
   text-decoration: underline;
}
.no_event {
   text-align: center;
   font-weight: 700;
   font-size: 1.2em;
   color: #1e4d79;
   margin-bottom: 50px;
}
.map + footer {
   margin-top: 0;
}
.map + footer:before {
   pointer-events: none;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea {
   width: 100%;
   margin-bottom: 10px;
   padding: 7px 20px;
   background: #fff;
   border: 1px solid #1e4d79;
   border-radius: 10px;
   transition: .3s;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
   box-shadow: 0 0 20px #aaa;
   outline: none;
}
.list_click {
   margin: 0 0 50px;
   padding: 0;
   list-style: none;
   color: #fff;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.list_click li {
   margin: 0 20px;
   cursor: pointer;
   transition: .3s;
}
.list_click li:hover {
   color: #1e4d79;
}
.list_click li.active {
   font-weight: 700;
   color: #1e4d79;
   text-decoration: underline;
}
.click_list {
   background: #fff;
   margin-bottom: 30px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
   padding: 20px;
}

.useful_title {
   color: #1e4d79;
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 20px;
}

.useful_contacts {
   margin-bottom: 1em;
}
.useful_link {
   margin-bottom: 1em;
}
.useful_link:last-child {
   margin-bottom: 0;
}
.buttonMenu {
   font-weight: 600;
   box-shadow: 0 0 70px #fff;
   background: #1e4d79;
   cursor: pointer;
   color: #fff;
   transition: .3s;
   border-radius: 50px;
   padding: 5px 21px;
   border: 2px solid #1e4d79;
}
.buttonMenu:hover {
   color: #1e4d79;
   background: #fff;
}
.buttonMenu svg {
   height: 1em;
   margin-right: 3px;
   position: relative;
   top: -1px;
}
.header_wrap .buttonMenu {
   box-shadow: none;
   background: transparent;
   padding: 0;
   border: none;
}
.header_wrap .buttonMenu:hover {
   color: #f00;
}
.modal_menu_wrap {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
   transition: .3s;
   transform: translateX(100%);
}
.modal_menu_wrap.active {
   transform: translateX(0);
}
.modal_menu {
   position: absolute;
   width: 30%;
   height: 100%;
   right: 0;
   min-width: 440px;
   top: 0;
   background: #1e4d79;
   display: flex;
   box-shadow: 0 0 10px rgba(0, 0, 0, .5);
   overflow: auto;
   padding: 50px;
}
.modal_container {
   margin: auto;
}

.modal_menu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}
.modal_menu ul li {
   margin-bottom: 1em;
}
.modal_menu ul li a:not([href]) {
   cursor: pointer;
   background: url(img/car_down.png) 100% 60% no-repeat;
   background-size: auto 35%;
   padding-right: 22px;
}
.modal_menu ul li a, .modal_menu ul li a:not([href]) {
   font-weight: 700;
   color: #fff;
   display: inline-block;
}
.modal_menu ul li a:hover, .modal_menu ul li a:not([href]):hover {
   color: #f00;
}
.modal_menu ul.sub-menu {
   padding-top: 1em;
   display: none;
   text-align: left;
}
.modal_menu .main_menu_class > li > .sub-menu .sub-menu {
   padding-left: 2em;
}
.modal_close_menu {
   position: absolute;
   padding: 15px;
   left: 0;
   top: 0;
   color: #fff;
   opacity: 0.7;
   cursor: pointer;
   transition: .3s;
}
.modal_close_menu:hover {
   opacity: 1;
   color: #f00;
}
.modal_close_menu svg {
   height: 30px;
}
.button_enter .btn {
   color: #fff;
   border: 2px solid #fff;
   background: transparent;
   padding: 4px 30px;
}

.button_enter button + button, .button_enter a + a {
   margin-left: 32px;
}

.button_enter .btn:hover, .button_enter .btn.active {
   background: #fff;
   color: #1e4d79;
}
.button_enter .btn.active {
   font-weight: 900;
}
.button_enter .btn:focus {
   box-shadow: none;
}

.button_enter {
   margin-bottom: 30px;
   text-align: center;
}
.header_language_menu_class {
   padding: 0;
   margin: 0;
   list-style-type: none;
}
.wpml-ls-item a {
   color: #fff;
   border: 2px solid #1e4d79;
   border-radius: 50px;
   padding: 5px 19px;
   display: inline-block;
   background: #1e4d79;
   font-weight: 700;
}
.header_wrap .wpml-ls-item a {
   border: none;
   background: transparent;
}

.header_wrap .wpml-ls-item a:hover {
   color: red !important;
   background: transparent;
}
.wpml-ls-item a:hover {
   background: #fff;
   color: #1e4d79 !important;
}
.main_menu_class.deactive {
   display: none;
}
.signin {
   display: none;
}
.signin.active {
   display: block;
}
.register {
   display: none;
}
.register.active {
   display: block;
}
.sigin_loginFailed {
   display: none;
}
.sigin_loginFailed.active {
   display: block;
}
.sigin_loginFailed.active {
   color: #f00;
   font-weight: 700;
   text-align: center;
   margin-bottom: 20px;
}

#signinid, #registerform {
   color: #fff;
}

#signinid input:not([type="submit"]):not([type="checkbox"]),
#registerform input:not([type="submit"]):not([type="checkbox"]) {
   width: 100%;
   border: none;
   padding: 7px 15px;
}

#signinid label,
#registerform label {
   font-size: 14px;
   margin-bottom: 0;
   color: #ccd4dc;
   width: 100%;
}

#signinid [type="submit"],
#registerform [type="submit"] {
   color: #fff;
   border: 2px solid #fff;
   border-radius: 50px;
   padding: 8px 30px;
   transition: .3s;
   background: transparent;
   cursor: pointer;
}
#signinid [type="submit"]:hover,
#registerform [type="submit"]:hover {
   color: #1e4d79;
   background: #fff;
}
.user_role {
   margin-bottom: 1em;
   font-weight: 700;
}

.user_data span {
   font-weight: 700;
}

.user_data table {
   width: 100%;
}

.user_data thead {
   font-weight: 700;
   text-align: center;
   background: #f5f5f5;
}

.user_data td {
   padding: 8px 4px;
}

.user_data tbody tr {
   border-bottom: 1px solid #ccc;
}

.user_data_pay {
   text-align: center;
}

.user_data_pay img {
   height: 20px;
}

.user_data_phone {
   width: 15%;
}

.user_data_zoom {
   text-align: center;
}

.user_data_zoom img {
   height: 20px;
   transition: .3s;
   cursor: pointer;
   max-width: none;
}
.user_data_zoom img:hover {
   opacity: .5;
}
.user_data_mail img {
   height: 20px;
   transition: .3s;
   cursor: pointer;
   max-width: none;
}
.user_data_mail img:hover {
   opacity: .5;
}
.user_data_accept {
   text-align: right;
}
.user_data_accept img {
   height: 20px;
   transition: .3s;
   cursor: pointer;
   max-width: none;
}
.user_data_accept img:hover {
   opacity: .5;
}
.user_data_accept .user_accept,
.user_data_accept .user_register{
   height: 30px;
   margin-right: 15px;
}
.user_mail_text {
   width: 100%;
   margin-top: 30px;
}
.user_photo {
   margin-bottom: 1em;
   text-align: center;
}
.user_filter {
   display: flex;
   align-items: flex-end;
   justify-content: space-around;
   margin-bottom: 30px;
}
.user_filter label {
   margin-bottom: 0;
   display: flex;
   flex-direction: column;
}
.user_filter select,
.user_filter input {
   height: 40px;
   padding: 0 10px;
   background: #ffffff00;
   border: 1px solid #5ca0c2;
   border-radius: 5px;
}
.user_filter select {
   cursor: pointer;
}
.user_filter input {
   width: 100px;
   text-align: center;
}
.user_count {
   margin-bottom: 30px;
   color: #1e4d79;
   padding-left: 35px;
}

.user_count span {
   font-weight: 700;
}
.user_pay_text {
   width: 70%;
   margin-left: 15%;
   margin-top: 20px;
   padding: 10px;
   line-height: 1;
   height: 65px;
}
.page_title h1 {
   color: #1e4d79;
}
.totalpoll-poll-container {
   margin-bottom: 40px;
}
.national table {
   width: 100%;
}
.national thead {
   font-weight: 700;
   text-align: center;
   background: #f5f5f5;
}
.national tr:nth-child(2n) {
   background: #d5eeff;
}
.national td {
   padding: 10px;
}
.national_title {
   margin-top: 30px;
   margin-bottom: 20px;
   font-weight: 700;
   font-size: 20px;
}
.newsOne_content table {
   width: 100%;
}

.newsOne_content table td {
   padding: 7px;
}
.result {
   padding: 100px 0;
   position: relative;
   background: #01afd6;
}
.result h2 {
   color: #fff;
}
.result .container {
   position: relative;
}
.result_bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 21.25%;
   background: url('img/result.jpg') no-repeat;
   background-size: cover;
   transition: .3s;
}
.result_bg_konko {
   background-position: 0 0;
}
.result_bg_figur {
   background-position: 0 50%;
}
.result_bg_short {
   background-position: 0 100%;
}
.result_blue {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 21.25%;
   background: linear-gradient(to bottom, rgba(1, 175, 214, 0), rgba(1, 175, 214, 1) 70%);
}
.res_item:nth-child(2n) {
   background: rgba(255, 255, 255, 0.3);
}

.res_item {
   color: #fff;
}

.res_header {
   display: flex;
   justify-content: space-between;
   padding: 15px 30px;
   cursor: pointer;
}

.res_list {
   display: none;
   padding: 0 30px 15px;
}

.res_button {
   text-decoration: underline;
   text-decoration-style: dashed;
   text-underline-position: under;
   text-align: right;
}

.res_list a {
   margin-left: 20px;
   font-size: 80%;
}
.res_item_button {
   color: #fff;
   border-color: #fff;
   margin-top: 30px;
}

.res_item_button:hover {
   color: #01afd6;
   background: #fff;
}
.res_item-none {
   display: none;
}
.social h3 {
   margin-bottom: 20px;
}
#vk_groups {
   margin-bottom: 20px;
}
.records_wrap {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   padding: 60px 0;
   min-height: 690px;
}
.records_title {
   display: flex;
   flex-direction: column;
   font-size: 40px;
   font-weight: 900;
   text-transform: uppercase;
   margin-bottom: 240px;
   color: #fff;
   text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.records_title span {
   font-size: 29px;
}
.records_btn {
   display: flex;
   flex-direction: column;
}
.records_btn .btn {
   margin-bottom: 30px;
   font-weight: 700;
   background: rgba(30, 77, 121, 0.9);
   color: #fff;
   padding: 8px 50px;
}
.records_btn .btn:hover {
   background: #fff;
   color: #1e4d79;
}

.records_modal_h1 {
   font-size: 30px;
   font-weight: 900;
   text-align: center;
   text-transform: uppercase;
   color: #1e4d79;
}

.records_modal_h2 {
   font-size: 30px;
   font-weight: 900;
   text-align: center;
   margin-bottom: 10px;
   color: #1e4d79;
   line-height: 1;
}

.records_modal_h3 {
   font-size: 26px;
   font-weight: 900;
   text-align: center;
   margin-bottom: 30px;
   color: #1e4d79;
}
.records_item {
   margin-bottom: 30px;
   overflow: auto;
}

.records_dist {
   font-weight: 900;
   margin-bottom: 10px;
}

.records_modal td {
   border: 1px solid #ccc;
   padding: 7px 5px;
}

.records_modal thead {
   font-weight: 600;
   background: #e8f8fb;
}
.gallery {
   padding-top: 100px;
}
.part_img {
   position: relative;
   padding-bottom: 75%;
}
.part_img img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   max-width: 80%;
   max-height: 80%;
   transition: .3s;
}
.part_item {
   margin: auto;
   width: 100%;
}

.par_name {
   color: #000;
   font-weight: 700;
}

.par_link {
   color: #777;
}
.par_opac {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: flex;
   opacity: 0;
   transition: .3s;
}
.par_opac div {
   margin: auto;
   width: 100%;
   text-align: center;
   color: #000;
   line-height: 1.3;
   font-size: 14px;
}
a:hover .part_img img {
   opacity: 0.2;
}
a:hover .par_opac {
   opacity: 1;
}
.flipster--coverflow .flipster__item__content {
   box-reflect: unset;
   -webkit-box-reflect: unset;
}
.cal_header_title h3 {
   margin-bottom: 0;
}
.calendar {
   position: relative;
   display: flex;
   flex-wrap: wrap;
}
.cal_header {
   margin-bottom: 50px;
}
.cal_day {
   padding-bottom: 14.2857%;
   width: 14.2857%;
   border: 1px solid rgba(200, 200, 200, .6);
   margin: -0.5px;
   position: relative;
   overflow: hidden;
}
.cal_day_gray {
   border: none;
}
.cal_dayNumber {
   position: absolute;
   bottom: 0;
   right: 0;
   font-size: 90px;
   line-height: 64px;
   font-weight: 900;
   opacity: .4;
   pointer-events: none;
   transition: .3s;
}
.cal_event_list {
   display: flex;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   flex-direction: column;
}

.cal_event_list .cal_event_list_item {
   flex: 1 1;
   position: relative;
}
.cal_event_title {
   position: absolute;
   background: rgba(0, 0, 0, 0.5);
   color: #fff;
   display: flex;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   line-height: 1.3;
   font-size: 12px;
   transition: .3s;
   opacity: 0;
   cursor: pointer;
}
.cal_event_list_button span {
   font-size: 14px;
   border: 1px solid #fff;
   border-radius: 50px;
   padding: 5px 0;
}
.cal_event_list:hover .cal_event_title {
   opacity: 1;
}
.cal_day_active:hover .cal_dayNumber {
   transform: translateX(110%);
}
.modal {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .3);
   z-index: 10;
   display: flex;
   opacity: 0;
   pointer-events: none;
   transition: .3s;
   overflow: auto;
   padding: 5vh 0;
}

.modal_close svg {
   height: 20px;
   width: 20px;
}

.modal_inner {
   background: #fff;
   position: relative;
   margin: auto;
   width: 900px;
   max-width: 95%;
   padding: 20px 20px 0;
   border-radius: 10px;
   transition: .3s;
   transform: translateY(-300px);
}
.modal_inner .row {
   margin-bottom: 20px;
}
.modal_close {
   position: absolute;
   right: 0;
   top: 0;
   padding: 10px;
   opacity: .3;
   cursor: pointer;
   transition: .3s;
   z-index: 1;
}

.modal_close:hover {
   opacity: .7;
}
.modal_title {
   font-weight: 700;
}
.modal.active {
   opacity: 1;
   pointer-events: auto;
}
.modal.active .modal_inner {
   transform: translateY(0px);
}
.member_end {
   margin-bottom: 50px;
}
.memList_title {
   color: #1e4d79;
   font-weight: 700;
   font-size: 22px;
   margin-bottom: 10px;
}

.memList_item {
   margin-bottom: .5em;
}

.memList {
   margin-bottom: 40px;
}

.memList_link {
   text-align: center;
}
.lostPassword a {
   color: #ccd4dc;
   font-size: 14px;
}
.wpcf7-form-control-wrap {
   margin-bottom: 1em;
}
table {
   font-size: inherit;
}
.cal_header_next {
   text-align: right;
}
.wcspeed_menu_class {
   display: flex;
   justify-content: center;
   padding: 0;
   margin: 0 0 40px;
   list-style-type: none;
}

.wcspeed_menu_class > li {
   position: relative;
}

.wcspeed_menu_class a {
   color: #1e4d79;
   font-weight: 700;
   font-size: 18px;
   padding: 5px 20px;
}

.wcspeed_menu_class a:hover {
   color: #b30d0d;
}
.wcspeed_menu_class .current-menu-item a {
   color: #b30d0d;
}
.wcspeed_menu_class .sub-menu {
   position: absolute;
   list-style-type: none;
   padding: 0;
   margin: 0;
   top: 100%;
   background: #01afd6;
   border-radius: 8px;
   transform: scaleY(0);
   transition: 0.2s;
   transform-origin: 50% 0;
   padding: 7px 0;
   z-index: 5;
}
.wcspeed_menu_class .sub-menu a {
   color: #fff;
   min-width: 280px;
   display: block;
   font-weight: 400;
   font-size: 15px;
   padding: 3px 20px;
}
.wcspeed_menu_class .sub-menu a:hover {
   color: #b30d0d;
}

.wcspeed_menu_class li:hover .sub-menu {
   transform: scaleY(1);
}
.wc_partners_item {
   display: block;
   text-align: center;
   margin-bottom: 20px;
}

.wc_partners_item img {
   margin: auto;
   display: block;
   max-width: 100%;
}

.wc_partners_item:hover {
   opacity: .5;
}

.wc_partners_title {
   font-weight: 700;
   text-align: center;
   font-size: 20px;
   margin-bottom: 20px;
   color: #1e4d79;
}
.wc_news {
   background: #fff;
   padding: 20px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   border-radius: 10px;
   margin-bottom: 20px;
}
.wc_news_date {
   text-align: right;
   font-size: 14px;
   color: #999;
}
.wc_news_title a {
   font-size: 20px;
   font-weight: 700;
}

.wc_news_title {
   margin-bottom: 10px;
}

.wc_news_excerpt {
   font-size: 14px;
   margin-bottom: 15px;
}

.wc_news .btn {
   padding: 4px 30px;
   border: 1px solid #1e4d79;
}

.wc_news_link {
   text-align: right;
}

.wc_news_img {
   border-radius: 4px;
}
h1.wc_page_title {
   font-size: 40px;
}

.wc_page_content img {
   margin: auto auto 20px;
   display: block;
   border-radius: 5px;
}

.wc_page_content h2 {
   font-size: 30px;
   margin-bottom: 20px;
   margin-top: 50px;
}
.wc_photo_block {
   background: #fff;
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, .15);
   margin-bottom: 20px;
}

.wc_photo_title {
   font-weight: 700;
   font-size: 20px;
   padding-bottom: 6px;
   margin-bottom: 15px;
   border-bottom: 1px solid #ccc;
}

.wc_photo_row {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -1px;
}

.wc_photo_row a {
   display: block;
   width: calc(16.6666% - 4px);
   margin: 0 2px 4px;
   height: 100px;
}

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

.main_wcspeed {
   margin-top: 50px;
   display: flex;
   justify-content: center;
}
.main_wcspeed img {
   margin: auto;
   display: block;
   max-width: 100%;
   transition: .3s;
}
.main_wcspeed a:hover img {
   opacity: .7;
}
.records_modal {
   width: 1200px;
}

@media (min-width: 1360px) {
   .container {
      max-width: 1300px;
   }
}
@media (max-width: 1359px) {
   .main_sports img {
      max-height: 450px;
   }
}

@media (max-width: 1199px) {
   .title h1, .title .h1 {
      font-size: 28px;
   }

   .subtitle {
      font-size: 21px;
   }

   .logo {
      max-width: 80px;
      max-height: 68px;
      margin-right: 20px;
   }

   .buttonMenu {
      padding: 5px 16px;
   }

   h2 {
      font-size: 30px;
      margin-bottom: 20px;
   }

   .btn {
      padding: 5px 20px;
   }

   h3 {
      font-size: 17px;
   }

   .afisha .list_trigger {
      margin-top: -15px;
      margin-bottom: 30px;
   }

   body {
      font-size: 14px;
   }

   .event_title {
      font-size: 16px;
   }

   .news .list_trigger1 {
      margin-top: -15px;
      margin-bottom: 20px;
   }

   .news_title {
      font-size: 16px;
      left: 60px;
      width: calc(100% - 60px);
      padding: 10px;
   }

   .news_date {
      font-size: 30px;
      width: 60px;
      height: 60px;
      line-height: 21px;
      padding-top: 11px;
   }

   .news_date span {
      font-size: 11px;
   }

   .news_excerpt {
      font-size: 12px;
   }

   .result .list_trigger2 {
      margin-top: -15px;
      margin-bottom: 20px;
   }

   .gallery_button {
      margin-top: -20px;
   }
   .content h1 {
      font-size: 35px;
      margin-bottom: 30px;
   }
   .newsOne_title h1 {
      font-size: 30px;
   }
}

@media (max-width: 991px) {
   .wcspeed_menu_class {
      flex-direction: column;
      align-items: center;
   }
   .header {
      padding-top: 20px;
   }

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

   .subtitle {
      font-size: 16px;
   }

   h2 {
      font-size: 25px;
   }

   .event_info {
      padding: 10px;
   }

   .event_title {
      font-size: 14px;
   }

   .event_bg {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, #000);
   }

   #totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-choices .totalpoll-choice .totalpoll-choice-content {
      padding: 5px !important;
   }

   .news_title {
      font-size: 14px;
      line-height: 1.2;
   }

   .news_excerpt {
      font-size: 10px;
      line-height: 1;
      padding: 5px;
   }
   .gallery_title {
      font-size: 14px;
      line-height: 1.3;
   }

   .gallery_info {
      padding: 10px;
   }
   .cal_dayNumber {
      font-size: 40px;
      line-height: 28px;
   }
   .records_title {
      font-size: 30px;
   }
}

@media (max-width: 767px) {
   .wc_partners {
      margin-top: 50px;
   }
   .wc_page_content h2 {
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 20px;
   }
   .wc_photo_row a {
      width: calc(33.333% - 4px);
      height: 60px;
   }

   .logo {
      max-width: 60px;
      max-height: 51px;
      margin-right: 10px;
   }

   .title h1, .title .h1 {
      font-size: 16px;
      margin-bottom: 0;
   }

   .subtitle {
      font-size: 14px;
   }
   .list_trigger li {
      margin: 0 7px;
   }

   .list_trigger1 li {
      margin: 0 10px;
   }

   .list_trigger2 li {
      margin: 0 10px;
   }

   .result {
      padding: 50px 0;
      margin-bottom: 50px;
   }

   .gallery_button {
      margin-bottom: 50px;
   }

   .par_opac {
      font-size: 12px;
   }

   .footer_bottom {
      padding: 20px 0;
   }
   .content {
      margin-top: -180px;
   }

   .header_wrap {
      padding-bottom: 60px;
   }
   .link_tax li {
      margin: 0 10px;
   }

   .link_tax {
      margin: -20px 0 30px 0;
   }
   .bottom_menu a {
      font-size: 14px;
   }

   .bottom_menu ul li {
      margin: 0 20px;
   }
   .cal_header {
      margin-bottom: 20px;
   }
   .event_small_wcspeed {
      padding-bottom: 68%;
      margin-right: 0;
      margin-left: 0;
   }
   .newsOne_info {
      padding: 30px;
   }
   .newsOne_title h1 {
      margin-bottom: 15px;
   }
}

@media (max-width: 575px) {
   .main_sports {
      margin: 30px -15px 0;
   }
   .modal_menu {
      padding: 50px 15px;
      min-width: 300px;
   }

   .button_enter .btn {
      display: block;
      margin: 0 auto 20px;
   }

   .button_enter {
      margin-bottom: 0;
   }
   .title h1, .title .h1 {
      font-size: 12px;
   }

   h2 {
      font-size: 20px;
   }

   .btn {
      padding: 5px 10px;
      font-size: 13px;
      border-width: 1px;
      font-weight: 700;
   }

   .gallery_button {
      margin-top: 0;
   }

   .gallery_info {
      padding: 10px 130px;
   }

   .bottom_menu ul {
      flex-wrap: wrap;
   }
   .news_excerpt {
      font-size: 14px;
      line-height: 1.2;
   }
   .content h1 {
      font-size: 20px;
   }
   .content .gallery_info {
      padding: 20px;
   }
   .cal_dayNumber {
      font-size: 26px;
      line-height: 17px;
   }
   .records_wrap {
      padding: 40px 0;
      min-height: 500px;
   }
   .records_title {
      font-size: 20px;
      margin-bottom: 190px;
   }
   .records_title span {
      font-size: 18px;
   }
}