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%;
    vertical-align: baseline;
}

figure{
    width: 100% !important;
}

@font-face {
    font-family: 'AlrightSansLT';
    src: url('../fonts/AlrightSansLT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlrightSansLT-bold';
    src: url('../fonts/AlrightSansLT-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlrightSansLT-black';
    src: url('../fonts/AlrightSansLT-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    font: 400 16px 'AlrightSansLT';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.mb-show {
    display: none;
}

.icon:before {
    color: inherit !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

li {
    list-style-type: none;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

html {
    width: 100%;
    height: 100%;
}

p {
    line-height: 24px;
}

body {
    min-width: 320px;
    max-width: 100%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    color: #121319;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000ba;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

body.no-scroll {
    overflow: hidden;
    pointer-events: none;
    height: 100%;
}

body.no-scroll.shadow:before {
    pointer-events: all;
    opacity: 1;
}

.logo,
.custom-logo-link {
    font-size: 0;
}

.custom-logo-link{
    max-width: 130px;
}

.logo img,
.custom-logo-link img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.main {
    position: relative;
}

.editor {
    color: #121319;
}

.editor.mb-40 {
    margin-bottom: 40px;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    margin-bottom: 10px;
    /* font-size: 26px; */
    font-size: 22px;
    font-weight: 400;
    /* color: #000; */
    color: #323232;
}

.editor p {
    font-size: 18px;
    /* margin: 20px 0; */
    margin-bottom: 3px;
    line-height: 26px;
    /* color: #000000; */
    color: #323232;
    letter-spacing: 0.5px;
}
.editor.posted p{
    margin: 20px 0;
}

.editor ul,
.editor ol {
    margin-bottom: 3px;
}

.editor ul li,
.editor ol li {
    padding-left: 21px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

.editor ul li {
    position: relative;
}

.editor ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 9px;
    display: block;
    width: 3px;
    height: 3px;
    background: #121319;
    border-radius: 100%;
}

.editor ol {
    counter-reset: item;
}

.editor ol li {
    counter-increment: item;
    position: relative;
}

.editor ol li:after {
    content: counter(item);
    font-size: 12px;
    font-weight: 500;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    color: #121319;
    min-width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.editor a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 1025px) {
    .editor a:hover {
        text-decoration: none;
    }
}

.editor img {
    max-width: 100%;
}

.editor strong {
    font-weight: 700;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
strong{
    font-family: 'AlrightSansLT-bold';
    font-weight: 700;
}

.section {
    padding-top: 32px;
    padding-bottom: 50px;
}

.section.section-contacts {
    padding-bottom: 95px;
}

.section.pdt-0 {
    padding-top: 0;
}

.section-contacts .block-info .editor:first-child {
    display: block;
    margin-bottom: 30px;
}

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

.wrap {
    max-width: 1030px;
    margin: 0 auto;
    min-width: 290px;
    padding: 0 15px;
    width: 100%;
    z-index: 2;
}

.wrap.pd-0 {
    padding: 0;
}

.m-panel,
.btn-search {
    display: none;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    padding-top: 130px;
    overflow: hidden;
}

.header {
    position: fixed;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
}

.header .hamb {
    display: none;
}

.header .search {
    width: 100%;
    position: relative;
    max-width: 410px;
}

.header .search.results-show .results-search {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.header .search.results-show .form.search-form .input input {
    border-radius: 5px 5px 0 0;
}

.header .header__top {
    background: #cd2d21;
    padding: 20px 0;
    min-height: 60px;
}

.header .results-search {
    position: absolute;
    left: 0;
    top: 40px;
    background: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    z-index: 2;
}

.header .list-result a {
    font-weight: 500;
    color: #fff;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    font-size: 14px;
    display: block;
    padding: 8px 20px;
}

@media (min-width: 1025px) {
    .header .list-result a:hover {
        background: #65AF32;
    }
}

.header .logo,
.header .custom-logo-link {
    margin-right: 30px;
}

.header .cont {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

.header .sub-menu{
    position: absolute;
    top: 100%;
    /* left: 0; */
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s;

    min-width: 168px;
    white-space: nowrap;
}
@media (max-width: 640px) {
    .header .sub-menu{
        left: auto;
    }
}
@media (max-width: 460px) {
    .header .sub-menu{
        min-width: auto;
    }
}

.header .header__bottom .menu .sub-menu a{
    display: block;
    padding: 15px;
}
.header .header__bottom .menu .sub-menu a:before{
    display: none;
}
.header .header__bottom .menu .sub-menu a:hover{
    background: #cd2d21;
    color: #fff;
}

.header .header__bottom {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
    .header .header__bottom {
        display: none;
    }
}

.header .header__bottom .menu a[aria-current='page'] {
    color: #cd2d21;
}

.header .header__bottom .menu a[aria-current='page']:before {
    opacity: 1;
}

.header .header__bottom .menu a {
    font-size: 16px;
    position: relative;
    color: #434343;
    padding: 15px 30px;
    display: inline-block;
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
}

.header .header__bottom .menu a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    background: #cd2d21;
}

@media screen and (min-width: 1025px) {
    .header .header__bottom .menu a:hover {
        color: #cd2d21;
    }

    .header .header__bottom .menu a:hover:before {
        opacity: 1;
    }
}

.header .socials {
    margin-left: 30px;
}

.header .sub-menu-toggle{
    display: none;
}

.header .menu-item{
    position: relative;
}
.header .menu-item:hover .sub-menu{
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.title {
    position: relative;
    margin-bottom: 15px;
}

.sub-title{
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 15px;
}
.capitalize-letter{
    text-transform: capitalize;
}

.title.mb-30 {
    margin-bottom: 30px !important;
}
.title.mt-30{
    margin-top: 30px !important;
}
.title.mt-0{
    margin-top: 0 !important;
}
.title.mb-0{
    margin-bottom: 0 !important;
}

.title-inner-content{
    padding-right: 330px;
}
@media screen and (max-width: 767px) {
    .title-inner-content{
        padding-right: 0;
    }
}

.title.center h1,
.title.center h2,
.title.center h3,
.title.center h4,
.title.center h5,
.title.center h6 {
    text-align: center;
}

.title.big_size h1,
.title.big_size h2,
.title.big_size h3,
.title.big_size h4,
.title.big_size h5,
.title.big_size h6 {
    font-size: 40px;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6,
.title_categories h1 {
    /* color: #000; */
    color: #323232;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 22px;
    font-style: normal;
/*     font-weight: 800; */
/*     font-family: 'AlrightSansLT-black'; */
    letter-spacing: 0em;
    text-align: left;
}
/* .title .headline{
    font-family: 'AlrightSansLT-bold';
    font-weight: 700;
} */
/* .title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6,
.title_categories h1{
    font-family: 'AlrightSansLT-bold';
} */

.headline::first-letter{
    text-transform: uppercase;
}

.btn {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 11px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 60px;
    border: none;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    font-size: 16px;
    border-radius: 5px;
    height: 50px;
    color: #A5A5A5;
    border: 1px solid #dbdbdb;
    background-color: #e7e7e8;
}

.btn.small {
    font-size: 14px;
    height: 40px;
}

.btn.active {
    background: #D80101 !important;
    color: #fff !important;
}

.btn.grey {
    background: #272933;
    color: #fff;
    border-color: #272933;
}

.btn.green {
    background-color: #65AF32;
    color: #fff;
    border: none;
}

@media (min-width: 1025px) {
    .btn.green:hover {
        background-color: #84d54b;
    }
}

.btn.red {
    background-color: #cd2d21;
    color: #fff;
    border: none;
}

@media (min-width: 1025px) {
    .btn.red:hover {
        background-color: #b50303;
    }
}

.btn.fullW {
    width: 100%;
}

@media (min-width: 1025px) {
    .btn:hover {
        background: #65AF32;
        color: #fff;
    }
}

.socials {
    margin: 0 -7px;
}

.socials.grey a {
    background: #dbdbdb;
}

.socials.grey .icon {
    color: #fff;
}

.socials a {
    margin: 0 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

@media (min-width: 1025px) {
    .socials a:hover {
        background: #000;
    }

    .socials a:hover .icon {
        color: #fff;
    }
}

.socials .icon {
    color: #cd2d21;
    font-size: 20px;
}

.footer {
    display: table-row;
    height: 1px;
}

.footer .block-subscribe {
    background: #eee;
    padding: 36px 0;
}

.footer .block-subscribe .input input {
    height: 52px;
}

.footer .block-subscribe .block-text {
    width: -webkit-calc(47.5% - 30px);
    width: calc(47.5% - 30px);
}

.footer .block-subscribe .block-text .p {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.footer .block-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .block-form .form {
    width: 52.5%;
    margin-left: 30px;
}

.footer .foot-inner {
    background: #cd2d21;
    padding: 50px 0;
}

.footer .custom-logo-link {
    display: inline-block;
    vertical-align: top;
    /* max-width: 185px; */
    max-width: 130px;
    margin-bottom: 44px;
}

/* .footer .title-block {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: block;
    margin-bottom: 12px;
} */

.footer ul li{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}
.footer ul li:last-child{
    margin-bottom: 0;
}
.footer ul a {
    color: #fff;
  /*   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
}

@media (min-width: 1025px) {
    .footer .menu a:hover {
        text-decoration: underline
    }
}

.footer .columns {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .col {
    margin: 0 15px;
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
}

.columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columns .post-info {
    padding: 20px 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columns .post-info .date,
.columns .post-info .author {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #A5A5A5;
}

.columns .post-info .date {
    margin: 0 20px;
    flex-shrink: 0;
    flex-grow: 0;
}

.columns .socials{
    flex-shrink: 0;
    flex-grow: 0;
}

.columns .post-info .author {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}

.columns .col-content {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
}

.columns .col-content .block-news .img {
    width: -webkit-calc(21.7% - 10px);
    width: calc(21.7% - 10px);
    padding-bottom: 14.4%;
}

.columns .col-content .block-news .block-text {
    width: 78%;
}

.columns .col-aside {
    width: 290px;
    margin-left: 40px;
    /* margin-top: -5px; */
}

.columns .col-aside .title {
    margin-bottom: 20px;
}
.columns .col-aside h4 {
    line-height: 1;
}

.columns .col-aside .block-news .title-block {
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max-clamp{
    -webkit-line-clamp: 3 !important;
}
.align-center{
    align-items: center !important;
}

.columns .main-img {
    position: relative;
    width: 100%;
    /* padding-bottom: 54%; */
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 54.05%;
    /* max-height: 362px; */
        /* height: 100%; */
}

.columns .main-img.mb-0 {
    margin-bottom: 0;
}

.columns .main-img .shadow {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: #000;
    z-index: 2;
    background: -webkit-linear-gradient(top, #99999900 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#99999900), to(#000000));
    background: -o-linear-gradient(top, #99999900 0%, #000000 100%);
    background: linear-gradient(to bottom, #99999900 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000', GradientType=0);
}

.columns .main-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    /* max-height: 100% !important; */
    -o-object-fit: cover;
    object-fit: cover;
/*     z-index: 1; */
    /* display: inline-block; */
    /* vertical-align: top; */
}

.columns .main-img .title-block {
    position: absolute;
    left: 20px;
    z-index: 3;
    bottom: 28px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.columns .main-img .title-block h1,
.columns .main-img .title-block h2,
.columns .main-img .title-block h3,
.columns .main-img .title-block h4,
.columns .main-img .title-block h5,
.columns .main-img .title-block h6 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.title-block a{
    color: #fff;
}

.wrap-description {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.columns .col-content .title {
    margin-top: 20px;
}
.title_categories{
    margin: 0 0 20px;
}
.title_categories .page-title{
    line-height: 1;
}
/* .columns .list-news {
    margin-bottom: 10px;
} */

.columns .list-news .link-news {
/*     align-items: center; */
    padding: 14px 0;
}
@media (max-width: 767px) {
    .columns .list-news .link-news {
        padding: 11px 0;
    }
}

.columns .list-news {
    border-top: none;
}
.columns .list-news + .list-news {
    border-top: 1px solid #D3D3D3;
}
@media (max-width: 767px) {
    .columns .list-news + .list-news {
        border-top: none;
    }
}

/* .columns .list-news .link-news:last-child {
    border: none;
}
 */
@media (min-width: 1025px) {
    .columns .list-news .link-news:hover p {
        color: #cd2d21;
    }
}
.wrap-tool{
    align-items: flex-start;
}
.wrap-date{
    padding: 2px 0;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 20px;
}
.link-news .wrap-tool,
.link-news .wrap-date{
    display: flex;
}
@media (max-width: 767px) {
    .link-news .wrap-tool{
        flex-direction: column;
    }
    .link-news .wrap-date{
        display: none;
    }
}
.thumb-image{
    width: calc(35% - 10px);
    padding-bottom: 22.7%;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    display: none;
}
@media (max-width: 767px) {
    .thumb-image{
        margin-right: 10px;
        display: block;
    }
}
.thumb-image img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px;
    display: none;
}
@media (max-width: 767px) {
    .thumb-image img{
       display: block
    }
}

.columns .list-news .img {
/*     width: 18px; */
    height: 18px;
    margin-right: 10px;
    /* margin-top: 3px; */
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.columns .list-news .img img{
    width: 100%;
    max-width: 18px !important;
    height: auto;
    margin-right: 5px;
}
.columns .list-news .img img:last-child{
    margin-right: 0;
}

/* .columns .list-news .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
} */

.columns .list-news .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #A5A5A5;
/*     margin-right: 20px; */
    min-width: 36px;
}

.columns .list-news p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    color: #434343;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
/*     padding-right: 10px; */
}
@media (max-width: 767px) {
    .columns .list-news p {
/*         font-size: 18px; */
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

.columns .list-news .score {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    color: #A5A5A5;
    margin-top: 3px;
}

.columns .block-news {
    margin-bottom: 30px;
}

.columns .block-news .item-news {
    margin-bottom: 22px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .columns .block-news .item-news:hover .title-block {
        color: #cd2d21;
    }
}

.columns .block-news .item-news:last-child {
    margin-bottom: 0;
}

.columns .block-news .img {
    position: relative;
    padding-bottom: 27%;
    margin-right: 10px;
    width: -webkit-calc(41.5% - 10px);
    width: calc(41.5% - 10px);
}

.columns .block-news .img>img{
    border-radius: 5px;
}

.columns .block-news p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #434343;
    margin: 5px 0;
}

.columns .block-news img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* max-width: 100%; */
    width: 100% !important;
    /* max-height: 100%; */
    height: 100% !important;
    object-fit: cover;
}
/* .columns .img img{
    border-radius: 5px;
} */

.columns .block-news .block-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 58.5%;
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    /* -ms-flex-pack: justify; */
    justify-content: space-between;
}

.columns .block-news .block-text .flag {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    position: relative;
}
.columns .block-news .block-text .flag img{
    height: auto !important;
    width: 100%;
}
.columns .block-news .info{
    min-height: 1px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .columns .block-news .info{
        display: none;
    }
}

.columns .block-news .title-block {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #434343;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    flex-shrink: 0;
    flex-grow: 0;
}
.columns .block-news .subtitle{
    color: #434343;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.columns .block-news .time,
.columns .block-news .date {
    color: #A5A5A5;
    font-size: 14px;
    line-height: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 1px;
}

.columns .block-news .time span,
.columns .block-news .date span {
    display: inline-block;
    margin: 0 5px;
}

.columns .block-spot,
.columns .block-adv {
    max-width: 300px;
    margin: 0 auto 20px;
}

.columns .block-spot img,
.columns .block-adv img,
.columns .block-adv iframe {
    width: 100%;
}

.columns .block-matches {
    margin-bottom: 30px;
}
.columns .block-matches:last-child,
.columns .block-matches.main-matches .item-tournament:last-child{
    margin-bottom: 0;
}

.columns .block-matches.main-matches .item-tournament {
    margin-bottom: 20px;
}
.columns .block-matches.main-matches .item-tournament:last-child{
    padding-bottom: 0;
}

.columns .block-matches.main-matches .item-tournament .divider {
    margin: 0 90px;
}

.columns .block-matches.main-matches .item-tournament .team {
    max-width: 100%;
    width: -webkit-calc(50% - 190px);
    width: calc(50% - 190px);
}

/* .columns .block-matches.main-matches .item-tournament .team:first-child {
    text-align: right;
} */

/* .columns .block-matches.main-matches .item-tournament .team:last-child {
    text-align: left;
} */

.columns .block-matches.main-matches .item-tournament:first-child {
    padding-top: 15px;
    border-top: 2px solid #A5A5A5;
}

.columns .block-matches.main-matches .item-tournament .head-block .img {
    margin-right: 20px;
}

.columns .block-matches.main-matches .item-tournament .head-block .name {
    font-size: 26px;
}

.columns .item-tournament {
    border-bottom: 2px solid #A5A5A5;
    margin-bottom: 29px;
    padding-bottom: 10px;
}

.columns .item-tournament:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.columns .item-tournament .head-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
}

.columns .item-tournament .head-block .img {
    position: relative;
    margin-right: 10px;
    width: 40px;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

/* .columns .item-tournament .head-block img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.columns .item-tournament .head-block .name {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}

.columns .item-tournament .item-matches {
    padding: 16px 0 15px;
    border-bottom: 1px solid #D3D3D3;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns .item-tournament .item-matches:last-child {
    border-bottom: none;
}

.columns .item-tournament .item-matches .teams {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 51px);
    width: calc(100% - 51px);
}

.columns .item-tournament .item-matches .time {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #A5A5A5;
    min-width: 40px;
    text-align: center;
}

.columns .goals{
    color: #A5A5A5;
    font-size: 14px;
    line-height: 1;
    padding: 0 5px;
}

.columns .item-tournament .item-matches .team {
    color: #434343;
    font-size: 15px;
    max-width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    text-align: center;
}

/* .columns .item-tournament .item-matches .team:last-child {
    text-align: right;
} */

.columns .item-tournament .item-matches .divider {
    color: #65AF32;
    margin: 0 10px;
}

.columns .block-confirm {
    background: #eee;
    border-radius: 5px;
    padding: 20px 20px 30px;
    margin: 40px 0;
}

.columns .block-confirm strong{
    flex-grow: 1;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
}

.editor .wp-polls-ul li{
    font-size: 18px;
    margin-bottom: 10px;
}
.editor .wp-polls-ul li:last-child{
    margin-bottom: 0;
}
.editor .wp-polls-ul strong{
    font-size: 18px;
}
.editor .wp-polls-ul small {
    font-size: 14px;
}
.wp-polls .pollbar{
    background-color: #65AF32;
    border-color: #65AF32;
}
.wp-polls .pollbar{
    height: 4px;
    line-height: 4px;
    font-size: 100%;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul{
    padding: 0;
    margin: 0;
}
.editor .wp-polls-ul li{
    padding: 0;
}
.editor .wp-polls-ul li::before,
.editor .wp-polls-ul li::after{
    display: none;
}
.editor .wp-polls-ul li>input {
    display: none;
}
.editor .wp-polls-ul li>label{
    display: flex;
    align-items: flex-start;
    z-index: 3;
    background: #1D1D1B;
    border-radius: 5px;
    padding: 15px 20px 15px 50px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.editor .wp-polls-ul li>label:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #E1E1E1;
    transition: background .2s;
    overflow: hidden;
    will-change: transform;
}
.editor .wp-polls-ul li>label:after{
    content: "";
    position: absolute;
    top: 16px;
    left: 26px;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) scale(.75);
    opacity: 0;
    transition: transform .2s, opacity .2s;
}
.editor .wp-polls-ul li>input:checked + label::before {
    background-color: #65AF32;
    box-shadow: inset 0 0 0 1px #65AF32;
}
.editor .wp-polls-ul li>input:checked + label::after{
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.wp-polls .Buttons{
    background-color: #65AF32;
    padding: 10px 20px;
    color: #fff;
    border-color: #65AF32;
    border-radius: 5px;
    cursor: pointer;
}

.posts-slider {
    margin-bottom: 25px;
}

.posts-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    border-radius: 0;
    margin: 0 1.5px;
    background: #FFFFFF;
    opacity: 0.7;
}

.posts-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #cd2d21;
    opacity: 1;
}

@font-face {
    font-family: 'icomoon';
    src: url("../../fonts/icomoon/icomoon.eot?odfmb4");
    src: url("../../fonts/icomoon/icomoon.eot?odfmb4#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?odfmb4") format("truetype"), url("../../fonts/icomoon/icomoon.woff?odfmb4") format("woff"), url("../../fonts/icomoon/icomoon.svg?odfmb4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hamb:before {
    content: "\e905";
    color: #fff;
}

.icon-close:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\e901";
}

.icon-in:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e904";
}

.icon-close1:before {
    content: "\e911";
}

textarea:focus,
input:focus,
input:link:focus,
input:visited:focus {
    outline: none !important;
}

.form.search-form {
    position: relative;
    width: 100%;
    z-index: 1;
}

.form.search-form .input {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.form.search-form .input input {
    width: 100%;
    padding-right: 60px;
}

.form.search-form .btn {
    height: 100%;
    width: 50px;
    font-size: 20px;
    padding: 0;
    top: 0;
    min-width: auto;
    margin: 0;
    border: none;
    position: absolute;
    right: 0;
    z-index: 1;
    background: transparent;
    color: #cd2d21;
}

.form.subscribe-form {
    position: relative;
    width: 100%;
}

.form.subscribe-form .input {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.form.subscribe-form .input input {
    width: 100%;
    padding-right: 145px;
    background: #fff;
    color: #000;
}

.form.subscribe-form input::-webkit-input-placeholder {
    color: #000;
}

.form.subscribe-form input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form.subscribe-form input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form.subscribe-form input:-ms-input-placeholder {
    color: #000;
}

.form.subscribe-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form.subscribe-form input:focus:-moz-placeholder {
    color: transparent;
}

.form.subscribe-form input:focus::-moz-placeholder {
    color: transparent;
}

.form.subscribe-form input:focus:-ms-input-placeholder {
    color: transparent;
}

.form.subscribe-form .btn {
    top: 1px;
    min-width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    font-size: 18px;
    z-index: 1;
    border-radius: 0 5px 5px 0;
}

.form.form-contacts {
    margin-top: 12px;
}

.form .invalid {
    position: absolute;
    left: 50%;
    bottom: 82px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ff4040;
    width: 100%;
    text-align: center;
    display: none;
}

.form .input {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.form .input.error input,
.form .input.error textarea,
.form .input .wpcf7-not-valid {
    border: 1px solid #ee0000;
    background: #fff6f6;
}

/* custom style cf7 */
.wpcf7-not-valid-tip{
    font-size: .75em;
    margin-top: 4px;
    color: #ee0000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    color: #ee0000;
}
/* // */

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

.form .input input,
.form .input textarea {
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #E1E1E1;
    height: 40px;
}

.form .input input {
    height: 40px;
}

.form .input textarea {
    min-height: 120px;
    max-height: 280px;
    resize: vertical;
    padding: 12px 20px;
    display: block;
}

.form .in-hide {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.form .label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #121319;
    font-weight: 700;
    display: block;
}

.form .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
}

.form .row .input {
    margin: 0 15px 20px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}

.form .btn {
    margin-left: 0;
}

/* .in-hide {
    opacity: 0;
    position: absolute;
    pointer-events: none;
} */

/* .checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 3;
    background: #1D1D1B;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox .in-hide {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.checkbox .elastic-cbx {
    cursor: pointer;
    pointer-events: all;
    line-height: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkbox .elastic-cbx * {
    cursor: pointer;
}

.checkbox .elastic-cbx svg {
    fill: none;
    pointer-events: none;
    width: 20px;
    height: 20px;
}

.checkbox .elastic-cbx svg path {
    stroke-width: 1;
}

.checkbox .elastic-cbx svg path.cb {
    stroke: #E1E1E1;
    fill: #fff;
}

.checkbox .elastic-cbx svg path.cm {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}

.checkbox .elastic-cbx .text {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.checkbox .in-hide:checked+label svg {
    border-color: #65AF32;
}

.checkbox .in-hide:checked+label .cb {
    fill: #65AF32;
    stroke: #65AF32;
    -webkit-animation: elasticInput 0.3s ease forwards;
    -o-animation: elasticInput 0.3s ease forwards;
    animation: elasticInput 0.3s ease forwards;
}

.checkbox .in-hide:checked+label .cm {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(1px);
    -ms-transform: scale(1.1) translateY(1px);
    -o-transform: scale(1.1) translateY(1px);
    transform: scale(1.1) translateY(1px);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

@-webkit-keyframes elasticInput {
    50% {
        d: path("M16 1H4C2.34315 1 1 2.34315 1 4V16.4397C1 17.8537 2.1463 19 3.56032 19C3.84873 19 4.13065 18.9275 4.38752 18.7963C5.38465 18.2872 8.09428 17 10 17C11.8138 17 14.3559 18.166 15.4565 18.7174C15.8169 18.898 16.2114 19 16.6145 19C17.932 19 19 17.932 19 16.6145V4C19 2.34315 17.6569 1 16 1Z");
    }
}

@-o-keyframes elasticInput {
    50% {
        d: path("M16 1H4C2.34315 1 1 2.34315 1 4V16.4397C1 17.8537 2.1463 19 3.56032 19C3.84873 19 4.13065 18.9275 4.38752 18.7963C5.38465 18.2872 8.09428 17 10 17C11.8138 17 14.3559 18.166 15.4565 18.7174C15.8169 18.898 16.2114 19 16.6145 19C17.932 19 19 17.932 19 16.6145V4C19 2.34315 17.6569 1 16 1Z");
    }
}

@keyframes elasticInput {
    50% {
        d: path("M16 1H4C2.34315 1 1 2.34315 1 4V16.4397C1 17.8537 2.1463 19 3.56032 19C3.84873 19 4.13065 18.9275 4.38752 18.7963C5.38465 18.2872 8.09428 17 10 17C11.8138 17 14.3559 18.166 15.4565 18.7174C15.8169 18.898 16.2114 19 16.6145 19C17.932 19 19 17.932 19 16.6145V4C19 2.34315 17.6569 1 16 1Z");
    }
}

.checkbox p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
} */

@media (max-width: 992px) {
    .form.search-form {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 2px;
        top: 50%;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        padding-right: 32px;
    }

    .form.search-form .btn {
        right: 30px;
    }

   /*  .checkbox {
        padding: 12px 15px;
    }

    .checkbox .elastic-cbx .text {
        font-size: 16px;
    } */
}

@media (max-width: 767px) {
    .form.search-form {
        right: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        padding: 0;
        top: 65px;
        max-width: initial;
    }

    .form.search-form .input input {
        border-radius: 0;
    }

    .form.search-form .btn {
        right: 0;
    }
}

@media (max-width: 576px) {
    .form .row .input {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .editor p {
        font-size: 16px;
    }

    .columns .post-info {
        padding: 15px 0;
    }

    .columns .main-img .title-block h1,
    .columns .main-img .title-block h2,
    .columns .main-img .title-block h3,
    .columns .main-img .title-block h4,
    .columns .main-img .title-block h5,
    .columns .main-img .title-block h6 {
        font-size: 26px;
    }

    .wrap-description {
        font-size: 16px;
    }

    .columns .col-content {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }

    .columns .col-aside {
        width: 260px;
        margin-left: 20px;
    }

    .header .cont {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

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

    .header.active-search .btn-search .icon-search {
        opacity: 0;
        pointer-events: none;
    }

    .header.active-search .btn-search .close {
        opacity: 1;
        pointer-events: all;
    }

    .header.active-search .form {
        opacity: 1;
        pointer-events: all;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .socials {
        margin-left: 20px;
    }

    .btn-search {
        display: block;
        color: #fff;
        position: relative;
        z-index: 2;
        width: 25px;
        height: 25px;
        font-size: 24px;
        margin-left: 10px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        line-height: 0;
    }

    .btn-search .icon {
        z-index: 2;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        font-size: 30px;
    }

    .btn-search .close {
        opacity: 0;
        pointer-events: none;
    }

    .footer .block-subscribe {
        padding: 30px 0;
    }

    .footer .block-subscribe .block-text {
        width: -webkit-calc(47.5% - 20px);
        width: calc(47.5% - 20px);
    }

    .footer .block-subscribe .block-text .p {
        font-size: 20px;
    }

    .footer .block-subscribe .input input {
        height: 42px;
    }

    .footer .block-subscribe .btn {
        font-size: 16px;
        height: 40px;
    }

    .footer .block-subscribe .form {
        margin-left: 20px;
    }

    .title.mb-30 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .columns .col-content {
        width: 100%;
    }

    .columns .block-news .img {
        width: -webkit-calc(27.7% - 10px);
        width: calc(27.7% - 10px);
        padding-bottom: 18.4%;
    }

    .columns .block-news .block-text {
        width: 72%;
    }

    .columns .col-aside {
        display: none;
    }

    .columns .block-confirm {
        padding: 15px 15px 25px;
    }

    .section {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .wrapper {
        padding-top: 60px;
    }

    .header .header__top {
        padding: 14px 0;
    }

    .header .inner {
        position: relative;
    }

    .header .hamb {
        display: block;
        color: #fff;
        width: 30px;
        height: 30px;
        position: relative;
    }

    .header .hamb.open .icon-hamb {
        opacity: 0;
        pointer-events: none;
    }

    .header .hamb.open .close {
        opacity: 1;
        pointer-events: all;
    }

    .header .hamb .icon {
        z-index: 2;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        font-size: 30px;
    }

    .header .hamb .close {
        opacity: 0;
        pointer-events: none;
    }

    .header .socials {
        display: none;
    }

    .header .search {
        position: static;
    }

    .header .custom-logo-link {
        margin-right: 0;
        /* max-width: 140px; */
        max-width: 115px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header .header__bottom .menu a {
        font-weight: 400;
        line-height: 14px;
        padding: 12px 20px;
    }

    .m-panel {
        position: fixed;
        right: 0;
        top: 60px;
        width: 100%;
        max-width: 380px;
        background: #fff;
        z-index: 100;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        min-height: 100vh;
        pointer-events: all;
        overflow: hidden;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        opacity: 0;
        z-index: 30;
    }

    .m-panel.open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    .m-panel .content {
        text-align: left;
        padding: 20px;
        width: -webkit-calc(100% + 35px);
        width: calc(100% + 35px);
        overflow: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
    }

    .m-panel .socials {
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .m-panel .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-panel .menu li {
        width: 100%;
    }

    .m-panel .menu li.current-menu-item a {
        color: #65AF32;
    }

    .m-panel .menu li.current-menu-item a:before {
        opacity: 1;
    }

    .m-panel .menu a {
        font-size: 22px;
        font-weight: 300;
        position: relative;
        color: #434343;
        padding: 15px 0;
        width: 100%;
        display: inline-block;
        text-align: left;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    .m-panel .menu a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 0;
        background: #65AF32;
    }
}

@media (max-width: 576px) {
    .m-hide {
        display: none !important;
    }

    .section-contacts .block-info .editor:first-child {
        margin-bottom: 12px;
    }

    .main-img.article-img {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }

    .block-confirm {
        display: none;
    }

    .mb-show {
        display: block;
    }

    .mb-show.divider {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 23px;
    }

    .mb-show.divider:before {
        content: '';
        width: 100%;
        height: 2px;
        background: #A5A5A5;
        opacity: 0.7;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .section.section-contacts {
        padding-bottom: 50px;
    }

    .section.ptm-0 {
        padding-top: 0;
    }

    .section.ptm-12 {
        padding-top: 12px;
    }

  /*   .editor h1,
    .editor h2,
    .editor h3,
    .editor h4,
    .editor h5,
    .editor h6 {
        font-size: 22px;
    } */

    .title.big_size h1,
    .title.big_size h2,
    .title.big_size h3,
    .title.big_size h4,
    .title.big_size h5,
    .title.big_size h6 {
        font-size: 30px;
    }

    .title h1,
    .title h2,
    .title h3,
    .title h4,
    .title h5,
    .title h6 {
        font-size: 22px;
    }

    .btn {
        height: 45px;
        font-size: 14px;
    }

    .swiper.posts-slider {
        margin-bottom: 25px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .posts-slider .swiper-pagination {
        bottom: 5px;
    }

    .columns .posts-slider .main-img {
        border-radius: 0;
    }

    .columns .post-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
        margin-left: -5px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .columns .post-info .socials {
        margin: 0 -4px 10px;
    }

    .columns .post-info .socials a {
        margin: 0 4px;
        width: 24px;
        height: 24px;
    }

    .columns .post-info .socials a .icon {
        font-size: 12px;
    }

    .columns .post-info .date {
        margin: 0 5px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    .columns .post-info .author {
        margin: 0 5px 10px;
    }

    /* .columns .list-news .link-news:first-child {
        padding-top: 0;
    } */

    .columns .main-img .title-block {
        bottom: 16px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        left: 15px;
    }

    .columns .main-img .title-block h1,
    .columns .main-img .title-block h2,
    .columns .main-img .title-block h3,
    .columns .main-img .title-block h4,
    .columns .main-img .title-block h5,
    .columns .main-img .title-block h6 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 4px;
    }

    .wrap-description {
        font-size: 14px;
    }

    .columns .col-content .block-news .img {
        width: -webkit-calc(35% - 10px);
        width: calc(35% - 10px);
        padding-bottom: 22.7%;
    }

    .columns .col-content .block-news .block-text {
        width: 65%;
    }

    .columns .block-news .title-block {
        font-size: 16px;
    }

    .columns .block-news .img {
        width: -webkit-calc(35% - 10px);
        width: calc(35% - 10px);
        padding-bottom: 22.7%;
    }

    .columns .block-news .block-text {
        width: 65%;
    }

    .columns .item-tournament .head-block {
        margin-bottom: 0;
    }

    .columns .item-tournament .item-matches {
        padding: 12px 0 11px;
    }

    .columns .block-matches.main-matches .item-tournament .head-block .name {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        /* text-align: center; */
        font-size: 20px;
    }

    .columns .block-matches.main-matches .item-tournament .divider {
        margin: 0 20px;
    }

    .columns .block-matches.main-matches .item-tournament .team:first-child,
    .columns .block-matches.main-matches .item-tournament .team:last-child {
        text-align: center;
    }

    .custom-logo-link {
        max-width: 150px;
    }

    .header .header__bottom .wrap {
        padding: 0;
    }

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

  /*   .footer .socials {
        position: absolute;
        left: 15px;
        bottom: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
    } */

    .footer .foot-inner {
        /* padding: 30px 0 100px; */
        padding: 30px 0;
    }

    .footer .block-subscribe {
        padding: 18px 0 30px;
    }

    .footer .block-subscribe .block-text {
        width: 100%;
        margin-bottom: 12px;
    }

    .footer .block-subscribe .block-text p {
        font-size: 18px;
    }

    .footer .block-subscribe .form {
        width: 100%;
        margin-left: 0;
    }

    .footer .block-subscribe .btn {
        padding: 11px 18px;
    }

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

    .footer .logo,
    .footer .custom-logo-link {
        /* margin-bottom: 20px; */
        margin-bottom: 0;
    }

    .footer .col {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .footer .col:first-child {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }

   /*  .footer .title-block {
        font-size: 18px;
        margin-bottom: 8px;
    } */
 /*    .footer .title-block{
        display: none;
    } */

   /*  .footer ul a {
        font-size: 14px;
        line-height: 24px;
    } */
}

@media (max-width: 460px) {
    .header .header__bottom .menu a {
        padding: 12px 8px;
        font-size: 14px;
    }
    .header .header__bottom .menu .sub-menu a{
        padding: 10px 15px;
    }
}
@media (max-width: 373px) {
    .header .header__bottom .menu a {
        font-size: 12px;
    }
}

/* // */
.post-navigation a{
    display: block;
}

/* // */
.content_text{
    font-size: 16px;
    line-height: 1.4;
}
.content_text h2{
    margin: 20px 0 10px;
    font-size: 26px;
}
.content_text p{
    margin: 10px 0;
}
.content_text ul,
.content_text ol{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    line-height: 1.4;
}
.content_text ul{
    list-style-type: disc;
    /* #65AF32 */
}
.content_text ol{
    list-style-type: decimal;
}
.content_text li{
    list-style-type: inherit;
    margin: 10px 0;
}
.content_text a{
    color: #65af32;
    text-decoration: underline;
}
.content_text a:hover{
    text-decoration: none;
}
.content_text strong{
    font-weight: bold;
}
.content_text em{
    font-style: italic;
}

.wp-caption-text {
    display: none;
}
.search-result-count{
    margin-bottom: 20px;
}
.large{
    font-size: 26px;
    color: #cd2d21;
}

.editor-section .post-edit-link{
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    line-height: 1;
    border-radius: 5px;
    color: #333;
    background-color: #eee;
}
.editor-section .post-edit-link:hover{
    background-color: #cd2d21;
    color: #fff;
}

.page-numbers{
    color: #434343;
    transition: color .3s;
}
@media (min-width: 1025px) {
   .page-numbers:hover{
        color: #cd2d21;
   }
}
.page-numbers .svg-icon,
.page-numbers.current,
.page-numbers:not(.prev, .next){
    display: none;
}
.page-numbers {
    margin-right: 10px;
}