@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/wp-content/themes/21024/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/wp-content/themes/21024/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*, :after, :before {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: #edeff4;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Montserrat-Regular', sans-serif;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

ol, ul {
    list-style-position: inside;
}

table {
    max-width: 100%;
    border: 1px solid #151515;
    border-collapse: collapse;
    margin: 0 auto;
}

table tr td {
    padding: 2px;
    border-right: 1px solid #151515;
    border-bottom: 1px solid #151515;
}

@media (min-width: 768px) {
    table tr td {
        padding: 5px;
    }
}

@media (min-width: 1024px) {
    table tr td {
        padding: 10px;
    }
}

table tr td:last-child {
    border-right: 0;
}

ol.bread-crumbs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    ol.bread-crumbs {
        max-width: 300px;
        flex-wrap: wrap;
    }
}

ol.bread-crumbs li {
    margin: 0 5px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

ol.bread-crumbs li a {
    text-decoration: none;
}

ol.bread-crumbs li a span {
    color: #151515;
}

ol.bread-crumbs li a span:hover {
    color: #35ad79;
}

ol.bread-crumbs li a:hover {
    color: #35ad79;
}

ol.bread-crumbs li span {
    color: #35ad79;
}

h1 {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #151515;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    font-size: 28px;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 22px;
    }
}

h1:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    border-left: 4px solid #35ad79;
    pointer-events: auto;
}

h2, h3, h4, h5, h6 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    h2, h3, h4, h5, h6 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    h2, h3, h4, h5, h6 {
        text-align: center;
    }
}

.top-nav {
    z-index: 10;
}

.top-menu-header {
    position: relative;
}

header.mob {
    overflow: hidden;
}

.site-branding {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.site-branding a {
    width: 210px;
}

.site-branding img {
    width: 210px;
    height: auto;
}

.site-heading {
    display: flex;
    justify-content: center;
}

header {
    background-color: #2c2d31;
}

#headmenu {
    background-color: #2c2d31;
    padding: 0;
    height: 60px;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    #headmenu {
        display: none;
        flex-direction: column;
        height: auto;
    }
}

#headmenu li {
    padding: 20px 0;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 1024px) {
    #headmenu li {
        text-align: center;
    }
}

#headmenu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#headmenu li a:hover {
    color: #35a154;
}

#headmenu li a:focus {
    color: #35a154;
}

#headmenu li span {
    color: #35a154;
    text-decoration: none;
}

#headmenu li.menu-item-has-children {
    transition: all .2s linear;
}

#headmenu li.menu-item-has-children .sub-menu {
    font-size: 12px;
    margin: 0;
    display: none;
    list-style: none;
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 100;
    width: 100%;
    min-width: 200px;
    transition: all .2s linear;
}

@media (max-width: 767px) {
    #headmenu li.menu-item-has-children .sub-menu {
        position: relative;
        padding-bottom: 0;
    }
}

#headmenu li.menu-item-has-children .sub-menu li {
    padding: 8px 0;
    text-transform: initial;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
}

#headmenu li.menu-item-has-children .sub-menu a {
    background-color: #fff;
    display: block;
    padding: 10px;
    color: #212121;
    transition: color .2s linear;
}

#headmenu li.menu-item-has-children .sub-menu a:hover {
    color: #35a154;
}

#headmenu li.menu-item-has-children .sub-menu span {
    display: block;
    padding: 10px 0 10px 10px;
}

#headmenu li.menu-item-has-children .sub-menu .sub-menu {
    left: 122px;
    top: 0;
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    #headmenu li.menu-item-has-children .sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
}

#headmenu li.menu-item-has-children .sub-menu .sub-menu a {
    background: #fff;
    color: #212121;
    transition: color .2s linear;
}

#headmenu li.menu-item-has-children .sub-menu .sub-menu a:hover {
    color: #35a154;
}

#headmenu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

#headmenu li ul.sub-menu > li.menu-item-has-children:after {
    position: absolute;
    content: "►";
    right: 10px;
    top: 50%;
    transform: translateY(-65%);
    color: #212121;
    font-size: 10px;
    font-family: sans-serif;
}

@media (max-width: 1024px) {
    #headmenu li ul.sub-menu > li.menu-item-has-children:after {
        display: block;
        color: #fff;
    }
}

#headmenu.mobile-nav li.menu-item-has-children > .sub-menu {
    display: none;
}

#headmenu.mobile-nav li.menu-item-has-children:after {
    position: absolute;
    content: "►";
    right: 10px;
    top: 50%;
    transform: translateY(-65%);
    color: #212121;
    font-size: 10px;
    font-family: sans-serif;
}

@media (max-width: 1024px) {
    #headmenu.mobile-nav li.menu-item-has-children:after {
        color: #fff;
    }
}

#headmenu.mobile-nav span {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-in-out;
}

#headmenu.mobile-nav span.close:before {
    content: "←";
    position: absolute;
    right: auto;
    top: 14px;
    left: 20px;
    font-size: 30px;
    line-height: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

nav.top-menu-header .sub-container, nav.top-menu-header .sub-sub-container {
    display: none;
    font-family: Kanit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

nav.top-menu-header .sub-container li a, nav.top-menu-header .sub-sub-container li a {
    color: #fff;
    text-decoration: none;
}

nav.top-menu-header.mobile-nav .sub-container, nav.top-menu-header.mobile-nav .sub-sub-container {
    display: none;
}

nav.top-menu-header.mobile-nav span {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-in-out;
    background: #35ad79;
}

nav.top-menu-header.mobile-nav span.close:before {
    content: "←";
    position: absolute;
    right: auto;
    top: 14px;
    font-weight: bold;
    left: 20px;
    font-size: 30px;
    line-height: 10px;
    font-family: sans-serif;
}

.sub-container li a, .sub-sub-container li a {
    color: #fff;
}

.sub-container {
    transition: transform .4s;
    position: absolute;
    transform: translateX(100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #212121;
}

.sub-container .menu {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
}

.sub-container .menu ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .sub-container .menu ul li {
        padding: 0;
    }
}

.sub-container .menu ul li a {
    display: block;
    font-weight: bold;
    width: 100%;
}

@media (max-width: 1024px) {
    .sub-container .menu ul li a {
        padding: 20px 0 20px 0;
        text-align: center;
    }
}

.sub-container ul {
    width: 100%;
    list-style: none;
}

.sub-container ul:not(:first-child) {
    display: none;
}

.sub-container ul li {
    padding: 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

.sub-container ul li.menu-item-has-children:before {
    position: absolute;
    content: "►";
    right: 10px;
    top: 12px;
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
}

@media (max-width: 1024px) {
    .sub-container ul li.menu-item-has-children:before {
        display: block;
        color: #fff;
        font-size: 12px;
        right: 20px;
        top: 21px;
    }
}

.sub-container ul li.menu-item-has-children .sub-menu {
    display: none;
}

.sub-container ul li a {
    color: #fff;
}

.sub-container.active {
    display: block;
    transform: translateX(0);
    overflow-y: scroll;
}

.sub-sub-container {
    transition: transform .4s;
    position: absolute;
    transform: translateX(100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #212121;
}

.sub-sub-container .menu {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
}

.sub-sub-container ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .sub-sub-container ul {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
}

.sub-sub-container ul li {
    padding: 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 1024px) {
    .sub-sub-container ul li {
        padding: 0;
    }
}

.sub-sub-container ul li a {
    display: block;
    font-weight: bold;
    width: 100%;
}

@media (max-width: 1024px) {
    .sub-sub-container ul li a {
        padding: 20px 0 20px 0;
        text-align: center;
    }
}

.sub-sub-container.active {
    display: block;
    transform: translateX(0);
    overflow-y: scroll;
}

#menu-mob {
    display: none;
    padding: 20px;
    cursor: pointer;
    margin-left: auto;
}

@media (max-width: 1024px) {
    #menu-mob {
        display: block;
    }
}

#menu-mob span {
    width: 40px;
    height: 4px;
    display: block;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

#menu-mob span:last-child {
    margin-bottom: 0;
}

main {
    padding: 0 15px;
}

@media (max-width: 768px) {
    main {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    main {
        padding: 0 5px;
    }
}

@media (max-width: 365px) {
    main {
        padding: 0 2px;
    }
}

main .content a {
    color: #3bad7d;
}

main .content a:hover {
    text-decoration: none;
}

main p {
    line-height: 1.4rem;
    letter-spacing: 1.2px;
}

main .container .main__content.sidebar {
    display: flex;
}

@media (max-width: 1024px) {
    main .container .main__content.sidebar {
        flex-direction: column;
    }
}

main .container .main__content.sidebar .page__content {
    width: 900px;
}

@media (max-width: 1024px) {
    main .container .main__content.sidebar .page__content {
        width: 100%;
    }
}

main .container .main__content.sidebar aside {
    width: 300px;
    margin-left: 20px;
}

@media (max-width: 1024px) {
    main .container .main__content.sidebar aside {
        width: 100%;
        margin-left: 0;
    }
}

main .container .main__content.sidebar aside.aside-menu {
    margin-top: 15px;
}

main .container .main__content.sidebar aside.aside-menu .aside__menu {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav {
    padding: 5px;
}

@media (max-width: 1024px) {
    main .container .main__content.sidebar aside.aside-menu .aside__nav ul.page-sidebar-menu li {
        text-align: center;
    }
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul.page-sidebar-menu li:nth-child(2n) {
    background: #fafafa;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul {
    background: #fff;
    margin: 0;
    padding: 0 0 0 0;
    color: #d7d7d7;
    list-style: none;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li {
    padding: 10px;
}

@media (max-width: 1024px) {
    main .container .main__content.sidebar aside.aside-menu .aside__nav ul li {
        text-align: center;
    }
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li.menu-item-has-children {
    cursor: pointer;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li.menu-item-has-children:nth-child(2n) {
    background: #fafafa;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li.menu-item-has-children:nth-child(2n) .sub-menu {
    background: #fff;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li.menu-item-has-children .sub-menu {
    background: #fafafa;
    border-radius: 15px;
    list-style-type: disc;
    list-style-position: inside;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li.menu-item-has-children .sub-menu li {
    color: #333;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li a {
    color: #151515;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: .2s linear;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li a:hover {
    color: #35ad79;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li a {
    position: relative;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li a span.strelka {
    position: absolute;
    top: -1px;
    right: -25px;
    transform: rotate(0);
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li a span.strelka.active {
    transform: rotate(180deg);
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li .sub-menu {
    display: none;
}

main .container .main__content.sidebar aside.aside-menu .aside__nav ul li .sub-menu.active {
    display: block;
}

main .container .main__content.sidebar aside.aside-menu .aside__title {
    border-left: 3px solid #35ad79;
    padding-left: 5px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

main .container .main__content.without-sidebar {
    width: 100%;
}

footer {
    background: #2c2d31;
    padding: 20px 0;
    margin-top: auto;
}

@media (max-width: 1024px) {
    footer {
        text-align: center;
    }
}

footer .container .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

@media (max-width: 1024px) {
    footer .container .footer__inner {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    footer .container .footer__inner {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    footer .container .footer__inner {
        padding: 0 5px;
    }
}

@media (max-width: 365px) {
    footer .container .footer__inner {
        padding: 0 2px;
    }
}

footer .container .footer__inner .footer__copy {
    color: #707279;
}

footer .container .footer__inner .footer__copy .footer__copyright {
    padding: 5px 0;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__copy .footer__copyright {
        border-top: 1px solid #35ad79;
        padding: 0 0 5px 0;
    }
}

footer .container .footer__inner .footer__copy .footer__copyright .copy-icon {
    font-family: sans-serif;
    font-weight: bold;
    color: #35ad79;
}

footer .container .footer__inner .footer__copy .footer__email {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

footer .container .footer__inner .footer__copy .footer__email span a {
    text-decoration: none;
    color: inherit;
    transition: .2s linear;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__copy .footer__email span a {
        text-decoration: underline;
    }
}

footer .container .footer__inner .footer__copy .footer__email span a:hover {
    color: #35ad79;
}

footer .container .footer__inner .footer__copy .footer__email .icon {
    margin-left: 5px;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__nav {
        margin-bottom: 10px;
    }
}

footer .container .footer__inner .footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__nav ul {
        flex-direction: column;
    }
}

footer .container .footer__inner .footer__nav ul li {
    margin: 0 10px;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__nav ul li {
        padding: 10px;
        font-size: 16px;
    }
}

footer .container .footer__inner .footer__nav ul li.current-menu-item span {
    text-transform: uppercase;
    font-weight: bold;
    color: #35ad79;
    font-size: 12px;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__nav ul li.current-menu-item span {
        font-size: 16px;
    }
}

footer .container .footer__inner .footer__nav ul li a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #707279;
    transition: .2s linear;
    font-size: 12px;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__nav ul li a {
        font-size: 16px;
    }
}

footer .container .footer__inner .footer__nav ul li a:hover {
    color: #35ad79;
}

footer .container .footer__inner .footer__logo {
    display: none;
}

footer .container .footer__inner .footer__logo a {
    width: 210px;
    height: auto;
}

footer .container .footer__inner .footer__logo img {
    width: 210px;
}

@media (max-width: 1024px) {
    footer .container .footer__inner .footer__logo {
        display: block;
    }
}

.back-to-top {
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 130px;
    right: 35px;
    z-index: 100;
    display: none;
    background: #35ad79;
    justify-content: center;
    align-items: center;
    transition: .2s linear;
}

@media (max-width: 1024px) {
    .back-to-top {
        bottom: 40px;
    }
}

.back-to-top:hover {
    background: #111;
}

.back-to-top span {
    color: #fff;
    margin: 0;
    padding: 0;
    transform: rotate(90deg) translate3d(0px, -8%, 0px);
    font-size: 20px;
}

.icon-calendar--green {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/calendar-green.svg?v=3) no-repeat;
    background-size: cover;
    transform: translateX(3px) translateY(1px);
}

.icon-email {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/email.svg?v=1) no-repeat;
    background-size: cover;
}

.match__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1230px) {
    .match__list {
        flex-direction: column;
    }
}

.match__list .match__item {
    background: #fff;
    margin-bottom: 10px;
    width: 31%;
    padding: 5px;
    border: 1px solid #e1e1e1;
}

@media (max-width: 1230px) {
    .match__list .match__item {
        width: 100%;
        padding: 0;
    }
}

.match__list .match__item .match__content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.match__list .match__item .match__content .match__thumb {
    overflow: hidden;
}

.match__list .match__item .match__content .match__thumb a img {
    transform: scale(1);
    transition: all .5s;
    will-change: transform;
}

.match__list .match__item .match__content .match__thumb a img:hover {
    transform: scale(1.1);
}

.match__list .match__item .match__content .match__title {
    margin-top: 5px;
    text-align: center;
}

.match__list .match__item .match__content .match__title a {
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s linear;
    font-weight: bold;
    color: #151515;
}

.match__list .match__item .match__content .match__title a:hover {
    color: #35ad79;
}

.match__list .match__item .match__content .match__coefficient {
    margin-top: auto;
}

@media (max-width: 1230px) {
    .match__list .match__item .match__content .match__coefficient {
        padding-bottom: 5px;
    }
}

.category__list, .page-slots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category__list .category__item, .category__list .slot__item, .page-slots .category__item, .page-slots .slot__item {
    width: 31%;
    background-color: #fff;
    transition: .3s ease-out all;
    margin-bottom: 20px;
    padding: 5px;
}

@media (max-width: 1024px) {
    .category__list .category__item, .category__list .slot__item, .page-slots .category__item, .page-slots .slot__item {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .category__list .category__item, .category__list .slot__item, .page-slots .category__item, .page-slots .slot__item {
        width: 100%;
    }
}

.category__list .category__item:hover, .category__list .slot__item:hover, .page-slots .category__item:hover, .page-slots .slot__item:hover {
    box-shadow: 0 3px 10px 0 #000;
}

.category__list .category__item .item__content, .category__list .slot__item .item__content, .page-slots .category__item .item__content, .page-slots .slot__item .item__content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.category__list .category__item .item__content .item__thumb, .category__list .slot__item .item__content .item__thumb, .page-slots .category__item .item__content .item__thumb, .page-slots .slot__item .item__content .item__thumb {
    overflow: hidden;
}

.category__list .category__item .item__content .item__thumb a img, .category__list .slot__item .item__content .item__thumb a img, .page-slots .category__item .item__content .item__thumb a img, .page-slots .slot__item .item__content .item__thumb a img {
    transform: scale(1);
    transition: all .3s;
    will-change: transform;
}

.category__list .category__item .item__content .item__thumb a img:hover, .category__list .slot__item .item__content .item__thumb a img:hover, .page-slots .category__item .item__content .item__thumb a img:hover, .page-slots .slot__item .item__content .item__thumb a img:hover {
    transform: scale(1.1);
}

.category__list .category__item .item__content .item__title, .category__list .slot__item .item__content .item__title, .page-slots .category__item .item__content .item__title, .page-slots .slot__item .item__content .item__title {
    text-align: center;
}

.category__list .category__item .item__content .item__title a, .category__list .slot__item .item__content .item__title a, .page-slots .category__item .item__content .item__title a, .page-slots .slot__item .item__content .item__title a {
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s linear;
    font-weight: bold;
    color: #151515;
}

.category__list .category__item .item__content .item__title a:hover, .category__list .slot__item .item__content .item__title a:hover, .page-slots .category__item .item__content .item__title a:hover, .page-slots .slot__item .item__content .item__title a:hover {
    color: #35ad79;
}

.category__list .category__item .item__content .item__reff, .category__list .slot__item .item__content .item__reff, .page-slots .category__item .item__content .item__reff, .page-slots .slot__item .item__content .item__reff {
    margin-top: auto;
}

.single__content .single-info {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-around;
}

@media (max-width: 575px) {
    .single__content .single-info {
        flex-direction: column;
        margin-bottom: 0;
    }
}

.single__content .single-info .author-info {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #151515;
    font-weight: bold;
    padding-bottom: 5px;
}

@media (max-width: 575px) {
    .single__content .single-info .author-info {
        justify-content: center;
    }
}

.single__content .single-info .author-info img {
    border-radius: 50%;
}

@media (max-width: 575px) {
    .single__content .single-info .author-info img {
        margin: 0;
    }
}

.single__content .single-info .author-info span {
    margin-left: 5px;
}

.single__content .match__date {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.single__content .match__date span {
    margin-right: 5px;
}

.interview__table {
    background: #fff;
    margin-bottom: 10px;
    padding-top: 10px;
}

.interview__table .interview__title {
    font-size: 24px;
    color: #151515;
    text-align: center;
    font-weight: bold;
}

.interview__table .interview__item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 575px) {
    .interview__table .interview__item {
        flex-direction: column;
    }

    .interview__table .interview__item .percent__bar {
        width: 90%;
        margin: 10px auto;
    }
}

.interview__table .interview__item .percent {
    font-size: 30px;
    width: 50px;
    text-align: center;
}

.interview__table .interview__item .percent__bar {
    width: 70%;
    background: #f0f1f2;
    height: 5px;
}

.interview__table .interview__item .percent__bar .bar {
    height: 100%;
}

.interview__table .interview__item .interview__button {
    width: 100px;
    text-align: center;
    cursor: pointer;
    transition: .1s linear;
    padding: 5px 0;
}

.interview__table .interview__item .interview__button:hover {
    color: #fff;
}

.interview__table .interview__item.yes {
    margin-bottom: 15px;
}

.interview__table .interview__item.yes .bar {
    background: #62b435;
}

.interview__table .interview__item.yes .percent {
    color: #62b435;
}

.interview__table .interview__item.yes .interview__button {
    border: 1px solid #d0e8c2;
}

.interview__table .interview__item.yes .interview__button:hover {
    background: #62b435;
}

.interview__table .interview__item.no .bar {
    background: #f64747;
}

.interview__table .interview__item.no .percent {
    color: #f64747;
}

.interview__table .interview__item.no .interview__button {
    border: 1px solid #fcc7c7;
}

.interview__table .interview__item.no .interview__button:hover {
    background: #f64747;
}

.interview__table .alert {
    visibility: hidden;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.interview__table .alert.visible {
    visibility: visible;
}

.cof_table {
    background: #fff;
    padding: 15px;
}

.cof_table h2 {
    margin-top: 0;
    text-align: center;
}

.cof_table .table__inner .table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

@media (max-width: 575px) {
    .cof_table .table__inner .table__row {
        flex-direction: column;
    }

    .cof_table .table__inner .table__row div {
        margin-bottom: 15px;
    }
}

.cof_table .table__inner .table__row .col-img img {
    border-radius: 10px;
}

.cof_table .table__inner .table__row .col-keff {
    cursor: pointer;
}

.cof_table .table__inner .table__row .col-keff a {
    padding: 5px 30px;
    color: #151515;
    border: 1px solid #35ad79;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
}

.cof_table .table__inner .table__row .col-reff {
    display: block;
    text-decoration: none;
    background: #35ad79;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #35ad79;
    transition: .2s linear;
    font-weight: bold;
}

.cof_table .table__inner .table__row .col-reff:hover {
    background: #fff;
    color: #35ad79;
}

.related__posts {
    margin-bottom: 20px;
}

.related__posts .match__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related__posts .match__items .match__item {
    background: #fff;
    display: block;
    width: 31%;
}

@media (max-width: 890px) {
    .related__posts .match__items .match__item {
        width: 100%;
    }
}

.related__posts .match__items .match__item .match__content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.related__posts .match__items .match__item .match__content .match__thumb {
    overflow: hidden;
}

.related__posts .match__items .match__item .match__content .match__thumb a img {
    transform: scale(1);
    transition: .3s linear;
}

.related__posts .match__items .match__item .match__content .match__thumb a img:hover {
    transform: scale(1.1);
}

.related__posts .match__items .match__item .match__content .match__title {
    margin-top: 5px;
}

.related__posts .match__items .match__item .match__content .match__title a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s linear;
    font-weight: bold;
    color: #151515;
}

.related__posts .match__items .match__item .match__content .match__title a:hover {
    color: #35ad79;
}

.related__posts .match__items .match__item .match__content .match__coefficient {
    margin-top: auto;
    padding-bottom: 10px;
}

.bookmaker__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bookmaker__info .bookmeker_picture {
    width: 35%;
}

@media (max-width: 575px) {
    .bookmaker__info .bookmeker_picture {
        width: 100%;
    }
}

.bookmaker__info .bookmeker_picture .logo a img {
    width: 100%;
}

@media (max-width: 575px) {
    .bookmaker__info .bookmeker_picture .logo a img {
        max-width: 100%;
        width: auto;
    }
}

.bookmaker__info .bookmaker__body {
    width: 62%;
}

@media (max-width: 575px) {
    .bookmaker__info .bookmaker__body {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .bookmaker__info .bookmaker__body .bookmaker__rows {
        margin-top: 5px;
    }
}

.bookmaker__info .bookmaker__body .bookmaker__rows .bookmaker__row {
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .bookmaker__info .bookmaker__body .bookmaker__rows .bookmaker__row {
        text-align: center;
    }
}

.bookmaker__info .bookmaker__body .bookmaker__rows .bookmaker__row span {
    font-weight: bold;
}

.bookmaker__info .bookmaker__body .btn.btn__green.page {
    margin: 10px 0 0;
    border-radius: 0;
    width: 240px;
}

@media (max-width: 575px) {
    .bookmaker__info .bookmaker__body .btn.btn__green.page {
        margin: 10px auto 0;
    }
}

.bookmaker__info .bookmaker__body .btn.btn__green.page a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: .2s linear;
    border: 1px solid #35ad79;
}

.bookmaker__info .bookmaker__body .btn.btn__green.page a:hover {
    background: #fff;
    color: #35ad79;
}

.error-title {
    font-size: 55px;
    text-align: center;
}

.error-text {
    text-align: center;
}

.article__user-info {
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    color: #9aa5a5;
    padding: 0 0 5px 0;
}

.article__user-info.post {
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 575px) {
    .article__user-info.post {
        justify-content: center;
    }
}

.article__user-info.post .icon {
    margin-left: 5px;
}

.article__user-info.post .icon.icon-clock {
    background: url(../img/clock-green.svg?v=3) no-repeat;
}

.article__user-info.post .icon.icon-visitors {
    background: url(../img/eye-green.svg?v=3) no-repeat 0 2px;
}

.article__user-info .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
}

.article__user-info .icon.icon-data {
    background: url(../img/calendar.svg?v=4) no-repeat;
    background-size: cover;
    transform: translateX(3px) translateY(1px);
}

.article__user-info .icon.icon-clock {
    background: url(../img/clock.svg?v=5) no-repeat;
    background-size: cover;
    transform: translateX(3px) translateY(1px);
}

.article__user-info .icon.icon-visitors {
    background: url(../img/eye.svg?v=1) no-repeat 0 2px;
    background-size: cover;
}

.btn.btn__green {
    display: block;
    color: #fff;
    background-color: #35ad79;
    border-radius: 5px;
    font-size: 22px;
    margin: 10px auto 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #35ad79;
    transition: .2s linear;
}

.btn.btn__green:hover {
    background: #edeff4;
    color: #35ad79;
}

.btn.btn__green.small {
    width: 100px;
}

.btn.btn__green.medium {
    width: 200px;
}

.btn.btn__green.page404 {
    padding: 5px;
    font-size: 25px;
    width: 300px;
}


div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}


/* ======================================
 * https://github.com/adamdehaven/perfect-pullquotes
 * version 1.7.4
 *
 * Adam DeHaven ( @adamdehaven )
 * https://adamdehaven.com/
 *
 * perfect-pullquotes.css
 *
 * ======================================
*/
.perfect-pullquote blockquote, .perfect-pullquote blockquote p { /* Reset <blockquote> element */
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    outline:0 !important;
    font-size:100% !important;
    text-align: left !important;
    vertical-align:baseline !important;
    background:transparent !important;
    quotes:none !important;
}

.perfect-pullquote blockquote:before,
.perfect-pullquote blockquote:after,
.perfect-pullquote blockquote p:before,
.perfect-pullquote blockquote p:after {
    content:'' !important;
    content:none !important;
}

.perfect-pullquote blockquote footer:before {
    content:'\2014 \00A0' !important;
}

.perfect-pullquote blockquote footer {
    margin-top:4px;
}

.perfect-pullquote blockquote footer cite {
    font-style: italic;
}

.perfect-pullquote blockquote footer cite a {
    display: inline-block;
    font-style: italic;
}

.perfect-pullquote {
    color:#363636;
    font-size:21px;
    line-height: 1.5;
    display: block;
    width: 30%;
    padding: 0.5em 1em;
    margin: 24px 0px;
}

.perfect-pullquote.pullquote-align-full {
    width:95%;
}

.perfect-pullquote blockquote p {
    color:#363636;
    font-size:21px;
    line-height: 1.5;
}

.pullquote-align-left {
    text-align: left;
    margin: 0.5em 1.5em 1em 0;
    float: left;
}

.pullquote-align-right {
    text-align: left;
    margin: 0.5em 0 1em 1.5em;
    float: right;
}

.pullquote-align-full {
    text-align: left;
    margin: 0.5em 0 1em 1.5em;
    padding-right: 0;
    float: none;
}

.pullquote-border-placement-left {
    border-left: 5px solid #eeeeee;
}
.pullquote-border-placement-right {
    border-right: 5px solid #eeeeee;
}
.pullquote-border-placement-top {
    border-top: 5px solid #eeeeee;
    padding-left:.5em;
    padding-right: .5em;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .perfect-pullquote {
        width:50% !important;
    }
    .perfect-pullquote.pullquote-align-full {
        margin: 0.5em 0 1em 0.5em;
        width:95% !important;
    }
}

@media screen and (max-width: 768px) {
    .perfect-pullquote {
        margin: 0.5em 0 1em 0.5em !important;
        padding: 0.5em 1em;
        padding-right: 0;
        width:95% !important;
        border-left: 5px solid #eeeeee;
        border-right: none !important;
        border-top: none !important;
        float:none;
    }
}