@font-face {
    font-family: 'frizquadratacregular';
    src: url('../fonts/frizquadratac.woff2') format('woff2'), url('../fonts/frizquadratac.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'frizquadratacbold';
    src: url('../fonts/frizquadratac-bold.woff2') format('woff2'), url('../fonts/frizquadratac-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'pf_beausans_proregular';
    src: url('../fonts/pfbeausanspro-reg.woff2') format('woff2'), url('../fonts/pfbeausanspro-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'pf_beausans_probbook';
    src: url('../fonts/pfbeausanspro-book.woff2') format('woff2'), url('../fonts/pfbeausanspro-book.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'pf_beausans_probold';
    src: url('../fonts/pfbeausanspro-bold.woff2') format('woff2'), url('../fonts/pfbeausanspro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'rublregular';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff2') format('woff2'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

.owl-carousel.mob {
    display: none
}

.owl-carousel.desc {
    display: block
}

@media (max-width:1000px) {
    .owl-carousel.mob {
        display: block
    }

    .owl-carousel.desc {
        display: none
    }
}

.rur {
    font-family: 'rublregular'
}

body {
    background: #ffffff;
    margin: 0;
    font-family: 'pf_beausans_proregular', Helvetica, sans-serif;
    font-size: 17px;
    color: #000000
}

html,
* {
    padding: 0;
    margin: 0
}

a,
img {
    outline: none;
    border: 0
}

a {
    color: inherit;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

main,
header,
footer,
article,
aside,
menu,
section {
    display: block;
    position: relative;
    z-index: 1
}

div,
table {
    position: relative;
    z-index: 1
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

p {
    margin: 0 0 1.5em 0
}

div p:last-child {
    margin: 0
}

b {
    font-family: 'pf_beausans_probold';
    font-weight: normal
}

.clear:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.content {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto
}

body,
header {
    min-width: 980px
}

header,
header .content,
header .main-menu,
header .main-menu .item .sub .in {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

header {
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
    padding: 2.5vh 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    height: 170px
}

header.invisible * {
    visibility: hidden;
    -webkit-transition: all 0s linear !important;
    transition: all 0s linear !important
}

header .logo {
    white-space: nowrap;
    font-size: 0
}

header .logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

header .logo-container .top-flag {
    content: '';
    width: 71px;
    height: 37px;
    background-image: url(/img/russian-flag.png);
    border: 1px solid #b2b2b2;
    margin-left: 39%
}

@media (max-width:1000px) {
    header .logo-container {
        flex-direction: row
    }

    header .logo {
        margin-right: 20px
    }

    header .logo-container .top-flag {
        margin-left: 0
    }
}

header .logo:before,
header .logo:after {
    content: '';
    display: inline-block;
    vertical-align: middle
}

header .logo:before {
    background: url(../img/logo.svg) 100% 50% no-repeat;
    background-size: contain;
    width: 5.5vw;
    height: 5.5vw;
    min-width: 55px;
    min-height: 55px;
    max-height: 90px;
    margin-right: 2vw
}

header .logo:after {
    background: url(../img/logo-txt.svg?3) 0 50% no-repeat;
    background-size: contain;
    width: 9.5vw;
    height: 3vw;
    min-width: 95px;
    min-height: 30px;
    max-height: 50px
}

header .main-menu {
    width: 52vw;
    min-width: 520px;
    max-width: 800vw;
    z-index: 2
}

header .main-menu .item,
header .main-menu a {
    display: inline-block;
    vertical-align: middle
}

header .main-menu a {
    text-decoration: none;
    font-family: 'frizquadratacregular';
    font-size: 18px;
    position: relative
}

header .main-menu .item:last-child a {
    padding-right: 0
}

header .main-menu .item:last-child a:after {
    right: 0
}

header .main-menu .item>a {
    padding: 2vh 0.8vw
}

header .main-menu a:after {
    content: '';
    background: #267833;
    height: 5px;
    position: absolute;
    left: 1vw;
    right: 1vw;
    top: 100%;
    margin-top: -5px;
    opacity: 0
}

header .main-menu .item .sub {
    background: #38762a;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 1vw;
    z-index: 1;
    max-height: 0
}

header .main-menu .item .sub .in {
    box-sizing: border-box;
    padding: 1.7em;
    width: 100%;
    height: 100%
}

header .main-menu .item .sub .lnks {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 63%;
    margin-bottom: -1.2em
}

header .main-menu .item .sub .lnks .column {
    margin-right: 2vw
}

header .main-menu .item .sub i {
    display: block;
    margin-bottom: 1.2em;
    font-style: normal;
    opacity: 0
}

header .main-menu .item .sub a {
    padding-bottom: 10px;
    color: #ffffff;
    opacity: .75
}

header .main-menu .item .sub a:after {
    background: #ffffff;
    left: 0;
    right: 0
}

header .main-menu .item .sub .img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 37%;
    height: 100%;
    min-height: 12em;
    opacity: 0
}

header .main-menu:hover .item {
    opacity: .5
}

header .main-menu .item:hover {
    padding-bottom: 10px;
    margin-bottom: -10px
}

header .main-menu .item .sub {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .main-menu .item .sub i,
header .main-menu .item .sub a,
header .main-menu .item .sub .img {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

header .main-menu .item .sub {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

header .main-menu .item .sub .column i:nth-child(1) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

header .main-menu .item .sub .column i:nth-child(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

header .main-menu .item .sub .column i:nth-child(3),
header .main-menu .item .sub .img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

header .main-menu .item.hover,
header .main-menu .item.hover {
    z-index: 10
}

header .main-menu .item.hover .sub {
    max-height: 1000px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

header .main-menu .item.hover .sub .column i:nth-child(1) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

header .main-menu .item.hover .sub .column i:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

header .main-menu .item.hover .sub .column i:nth-child(3),
header .main-menu .item.hover .sub .img {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

header .main-menu .item.hover,
header .main-menu .item.hover .sub i,
header .main-menu .item.hover .sub .img {
    opacity: 1
}

header .main-menu .item.active>a:after,
header .main-menu .item:hover>a:after,
header .main-menu .item .sub a:hover,
header .main-menu .item .sub a:hover:after,
header .main-menu .item .sub a.active:after {
    opacity: 1
}

header .shop-menu {
    width: calc(8.5em + 54px);
    min-height: 135px
}

header .shop-menu a {
    display: inline-block;
    padding-left: 54px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
    font-family: 'frizquadratacbold';
    font-size: 14px;
    position: relative
}

header .shop-menu a:before {
    content: '';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 43px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px
}

header .shop-menu a:after {
    content: '';
    background: #267833;
    height: 5px;
    position: absolute;
    left: 54px;
    right: 0;
    top: 100%;
    margin-top: -5px;
    opacity: 0
}

header .shop-menu a:before,
header .shop-menu a:hover:after,
header .shop-menu a.active:after {
    opacity: 1
}

header .shop-menu a.shop-tickets:before {
    background-image: url(../img/tickets-icon.svg)
}

header .shop-menu a.shop-online:before {
    background-image: url(../img/shop-icon.svg)
}

header .shop-menu a.shop-accredit:before {
    background-image: url(../img/accred-icon.svg)
}

header .cart-lnk {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer
}

header .cart-lnk span {
    background: #ee2a2e;
    border-radius: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    text-decoration: none;
    text-align: center;
    line-height: 17px;
    font-family: 'pf_beausans_probold';
    font-size: 9px;
    color: #ffffff;
    position: absolute
}

header .shop-menu .cart-lnk {
    width: 43px;
    height: 45px;
    left: 0;
    margin-top: -23px
}

header .shop-menu .cart-lnk span {
    top: 2px;
    right: 3px
}

section .content {
    padding: 8vh 0
}

section .title {
    margin-bottom: .5em;
    text-align: center;
    line-height: 1;
    font-family: 'frizquadratacbold';
    font-size: 40px
}

.section {
    margin-top: 85px
}

.section:first-child {
    margin-top: 0
}

input {
    background: none;
    box-sizing: border-box;
    outline: none;
    border: 0;
    display: block
}

.select {
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 1.3em 3.4em 1.1em 1.7em;
    cursor: pointer
}

.select select {
    display: block !important;
    visibility: hidden;
    border: 0;
    padding: 0;
    font-family: 'pf_beausans_proregular';
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.select select.touch {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2
}

.select .ui-selectmenu-button {
    outline: none;
    display: block;
    box-sizing: content-box;
    width: 100% !important
}

.select .ui-selectmenu-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select .ui-selectmenu-button .ui-icon {
    border-color: #357628 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 1.8em;
    right: 1.8em;
    margin: -2px -2px 0 0;
    z-index: 2
}

.select .ui-selectmenu-text,
.ui-selectmenu-menu ul li {
    line-height: 1.2;
    color: #000000;
    cursor: pointer
}

.ui-selectmenu-menu {
    box-sizing: border-box;
    padding: calc(3.6em + 12px) 6px 6px 6px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    margin-left: -2px;
    margin-top: -3px
}

.ui-selectmenu-menu:before {
    content: '';
    border: 2px solid #267831;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    z-index: -1
}

.ui-selectmenu-menu:after {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: calc(3.6em + 4px);
    bottom: 0;
    z-index: -1
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-menu ul {
    outline: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
    max-height: 18em;
    overflow: auto
}

.ui-selectmenu-menu ul li {
    display: block;
    padding: 1.3em 1.7em 1.1em 1.7em;
    margin: 0
}

.ui-selectmenu-menu ul li:before {
    display: none
}

.ui-selectmenu-menu ul li[active] {
    background: #b2b2b2;
    color: #ffffff
}

.ui-selectmenu-menu ul li:hover {
    background: #267831;
    color: #ffffff
}

.button {
    background: #000000;
    display: inline-block;
    box-sizing: border-box;
    padding: 1em 2.5vw;
    overflow: hidden;
    text-decoration: none;
    text-align: center
}

.button.buy-online {
    min-width: 233px
}

.button,
.button input {
    line-height: 1.3em;
    font-family: 'pf_beausans_probbook';
    font-size: 15px;
    color: #ffffff;
    position: relative;
    cursor: pointer
}

.button input {
    padding: 0 2.5vw;
    margin: -1em -2.5vw;
    line-height: 3.3em;
    text-align: center;
    z-index: 2
}

.button:before {
    content: '';
    border: 2px solid #ffffff;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: 1
}

.button:hover:before {
    -webkit-transform: scale(1.1, 1.4);
    transform: scale(1.1, 1.4)
}

.tabs {
    border: 2px solid #38762a;
    box-sizing: border-box
}

.tab-links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    overflow: hidden
}

.tab-link {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 1.2em .5em;
    font-size: 40px;
    text-decoration: none;
    position: relative
}

.tab-link:before {
    content: '';
    border: 2px solid #38762a;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -2px;
    bottom: 0;
    z-index: -1
}

.tab-link:first-child:before {
    left: -2px
}

.tab-link:last-child:before {
    right: -2px
}

.tab-link span {
    display: block
}

.tab-link .title {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 0;
    color: #38762a
}

.tab-link .title i {
    font-style: normal
}

.tab-link:hover .title {
    color: #000000
}

.tab-link .subtitle {
    margin-top: .6em;
    font-size: 17px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.tab-block {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.tab-block .in {
    padding: 5vh 4vw 4vh 4vw
}

.tab-link.active {
    cursor: default
}

.tab-link.active:before {
    opacity: 0
}

.tab-link.active .title {
    font-size: 40px;
    color: #000000
}

.tab-link.active .subtitle {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.tab-block.active {
    max-height: 10000px;
    opacity: 1
}

.data-table-wrap,
.data-table thead th,
.data-table tbody td {
    line-height: 1.2;
    font-size: 15px
}

.data-table-wrap.expandable {
    overflow-y: hidden
}

.data-table-wrap.expanded {
    height: auto
}

.data-table-wrap.scrollable-table {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: -20px
}

.scrollable-table-scroll {
    overflow-x: auto;
    width: 100%;
    height: 5px;
    margin-bottom: 15px
}

.scrollable-table-scroll div {
    height: 5px
}

.data-table-wrap::-webkit-scrollbar,
.scrollable-table-scroll::-webkit-scrollbar {
    background-color: #f2f2f2;
    height: 5px
}

.data-table-wrap::-webkit-scrollbar-thumb,
.scrollable-table-scroll::-webkit-scrollbar-thumb {
    background-color: #38762a
}

.data-table thead th,
.data-table tbody td {
    padding: 0 .5em .8em .5em;
    text-align: center;
    font-weight: normal
}

.data-table thead th:first-child,
.data-table tbody td:first-child {
    padding-left: 5px
}

.data-table thead th:last-child,
.data-table tbody td:last-child {
    padding-right: 19px
}

.data-table thead th.left,
.data-table tbody td.left {
    text-align: left
}

.data-table thead th.right,
.data-table tbody td.right {
    text-align: right
}

.data-table thead th.img,
.data-table tbody td.img {
    width: 4em
}

.data-table thead th {
    color: #a6a6a6
}

.data-table tbody tr[data-url] {
    cursor: pointer
}

.data-table tbody td {
    padding-top: .8em
}

.data-table tbody td img {
    display: block;
    max-width: 3em;
    max-height: 3em;
    margin: 0 auto
}

.data-table tbody td.lite {
    color: #808080
}

.data-table tbody td.number {
    white-space: nowrap;
    font-family: 'frizquadratacbold';
    font-size: 135%
}

.data-table tbody td.score {
    width: 4em;
    padding: .4em .4em .5em .4em;
    white-space: nowrap;
    font-family: 'frizquadratacbold';
    font-size: 200%
}

.data-table tbody td.score i {
    display: inline-block;
    vertical-align: top;
    margin-top: -0.1em;
    font-family: 'frizquadratacregular';
    font-style: normal
}

.data-table tbody td.score.small {
    padding: .6em .4em;
    font-size: 120%
}

.data-table tbody td.score.unknown {
    width: 1em !important
}

.data-table tbody td.score.unknown i {
    width: .75em;
    height: 7px;
    margin-top: -7px;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.data-table tbody td.score.unknown i:before,
.data-table tbody td.score.unknown i:after {
    content: '';
    background: #bfbfbf;
    border-radius: 1px;
    width: 200%;
    height: 2px;
    position: absolute;
    z-index: 1
}

.data-table tbody td.score.unknown i:before {
    top: 0;
    left: 0
}

.data-table tbody td.score.unknown i:after {
    bottom: 0;
    right: 0
}

.data-table tbody td.date {
    font-family: 'frizquadratacbold'
}

.data-table tbody td.left img {
    margin: 0
}

.data-table tbody tr:nth-child(odd) td {
    background: #f7f7f7
}

.data-table.color-table tbody tr:nth-child(odd) td {
    background: #faf2e4
}

.data-table tbody tr:hover td {
    background: #faf2e4
}

.data-table.img-label tbody td.img {
    vertical-align: top;
    padding-bottom: .6em
}

.data-table.img-label tbody td.img .label {
    display: block;
    width: calc(100% + 3em);
    padding-top: .2em;
    margin: 0 -1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1
}

.data-table.img-label tbody td.img:last-child {
    padding-right: 2.5em
}

.data-table.spacious tbody td {
    padding-top: 1.6em !important;
    padding-bottom: 1.6em !important
}

.data-table.person-table thead th,
.data-table.person-table tbody td {
    padding: 0 1em 1.1em 1em
}

.data-table.person-table thead th:first-child,
.data-table.person-table tbody td:first-child {
    padding-left: 2em
}

.data-table.person-table thead th:last-child,
.data-table.person-table tbody td:last-child {
    padding-right: 2em
}

.data-table.person-table thead th {
    padding-bottom: 2em
}

.data-table.person-table tbody td {
    padding-top: 1.1em
}

.data-table.person-table tbody tr:nth-child(odd) td {
    background: #faf2e4 !important
}

.data-table.person-table tbody tr:hover td {
    background: none
}

.data-tables {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.data-tables+.note {
    margin-top: 0
}

.data-tables>div {
    width: 48%
}

.data-tables .title {
    margin-bottom: 1em;
    text-align: center;
    font-size: 25px
}

.data-tables>div:first-child .data-table-wrap {
    margin-left: -2.5vw
}

.data-tables>div:last-child .data-table-wrap {
    margin-right: -2.5vw
}

.data-tables .data-table thead th,
.data-tables .data-table tbody td {
    line-height: 1.2
}

.data-tables>div:first-child .data-table thead th:first-child,
.data-tables>div:first-child .data-table tbody td:first-child {
    padding-left: calc(2.5vw + 2em)
}

.data-tables>div:last-child .data-table thead th:last-child,
.data-tables>div:last-child .data-table tbody td:last-child {
    padding-right: calc(2.5vw + 2em)
}

.note {
    margin-top: 2em;
    font-size: 13px;
    color: #a6a6a6
}

.more-lnk {
    display: inline-block;
    padding-left: 30px;
    overflow: hidden;
    font-family: 'pf_beausans_probold';
    font-size: 15px;
    position: relative
}

.more-lnk:before,
.more-lnk:after {
    content: '';
    background: #dea749;
    width: 16px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    z-index: -1
}

.more-lnk:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

*>.tip {
    background: #000000;
    padding: 3px 10px !important;
    line-height: 1.5 !important;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 80%;
    bottom: 90%;
    z-index: 2;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

*:hover>.tip {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.social-icons {
    font-size: 0
}

.social-icons .icon {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    white-space: nowrap;
    margin: 0 10px;
    position: relative
}

.social-icons .icon span {
    padding-left: 47px;
    line-height: 32px;
    font-size: 15px
}

.social-icons .icon:before,
.social-icons .icon:after {
    content: '';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.social-icons .icon:hover:before,
.social-icons .icon:after {
    opacity: 0
}

.social-icons .icon:before,
.social-icons .icon:hover:after {
    opacity: 1
}

.social-icons .icon-yt:before {
    background-image: url(../img/soc-icon-yt.svg)
}

.social-icons .icon-yt:after {
    background-image: url(../img/soc-icon-black-yt.svg)
}

.social-icons .icon-vk:before {
    background-image: url(../img/soc-icon-vk.svg?2)
}

.social-icons .icon-vk:after {
    background-image: url(../img/soc-icon-black-vk.svg?2)
}

.social-icons .icon-fb:before {
    background-image: url(../img/soc-icon-fb.svg)
}

.social-icons .icon-fb:after {
    background-image: url(../img/soc-icon-black-fb.svg)
}

.social-icons .icon-in:before {
    background-image: url(../img/soc-icon-in.svg)
}

.social-icons .icon-in:after {
    background-image: url(../img/soc-icon-black-in.svg)
}

.social-icons .icon-tg:before {
    background-image: url(../img/soc-icon-tg.svg)
}

.social-icons .icon-tg:after {
    background-image: url(../img/soc-icon-black-tg.svg)
}

.gallery {
    white-space: nowrap;
    overflow: hidden
}

.gallery.inited:before,
.gallery.inited:after {
    content: '';
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2
}

.gallery.inited:before {
    background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    left: 0
}

.gallery.inited:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: 0
}

.gallery .wrap,
.gallery .line,
.gallery .item {
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.gallery .wrap {
    overflow: hidden
}

.gallery .item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    height: 100%
}

.gallery .item .in,
.gallery .item .in span {
    display: block;
    text-decoration: none;
    position: relative
}

.gallery .item .img {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    font-size: 0
}

.gallery .item .img:before,
.gallery .item .img img {
    display: inline-block;
    vertical-align: middle
}

.gallery .item .img:before {
    content: '';
    width: 0;
    height: 100%
}

.gallery .item .img img {
    max-width: 100%;
    max-height: 100%
}

.gallery nav {
    position: absolute;
    z-index: 300
}

.gallery nav.arrows {
    left: 5px;
    right: 5px;
    top: 50%
}

.gallery nav.arrows a {
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: -16px;
    cursor: pointer
}

.gallery nav.arrows a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.gallery nav.arrows a.prev {
    border-color: transparent #b2b2b2 transparent transparent;
    border-width: 16px 16px 16px 0;
    left: 0
}

.gallery nav.arrows a.next {
    border-color: transparent transparent transparent #b2b2b2;
    border-width: 16px 0 16px 16px;
    right: 0
}

.gallery nav.arrows a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.gallery nav.points {
    white-space: nowrap;
    font-size: 0;
    left: 50%;
    top: calc(100% - 10px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery nav.points a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.gallery nav.points a.active {
    background: #b3b3b3;
    pointer-events: none
}

.gallery nav.points a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.gallery .numeration {
    background: #000000;
    box-sizing: border-box;
    min-width: 140px;
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
    line-height: 2.5;
    font-family: 'pf_beausans_probbook';
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300
}

.gallery.animating .line {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.page-main-section .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #000000;
    padding: 60px 0 10vh 0
}

.page-main-section .main-column {
    width: 71%
}

.page-main-section .main-column:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.page-main-section .side-column {
    width: 22%
}

.page-main-section .wide-column {
    width: 100%;
    clear: both
}

.page-main-section .main-column+.wide-column,
.page-main-section .side-column+.wide-column {
    padding-top: 10vh
}

.page-side-block {
    border: 2px solid #38762a;
    padding: 5vh 1vw;
    margin-top: 5vh;
    text-align: center;
    font-size: 15px
}

.page-side-block:first-child {
    margin-top: 0
}

.page-side-block .title {
    margin-bottom: 1em;
    font-size: 25px;
    line-height: 1.2
}

.page-side-block .button {
    min-width: 60%;
    padding: 1em;
    margin-top: 2em
}

.page-side-block .gallery .item {
    padding: 0 36px
}

.index-main-section {
    display: flex;
    justify-content: space-between;
    min-height: 600px;
    z-index: 2
}

.index-main-section:after {
    display: none
}

.index-main-gallery {
    background: #000000;
    width: 66%;
    overflow: hidden;
    cursor: pointer;
    min-height: 60vh;
    margin-top: 90px
}

.index-main-gallery.full {
    width: 100%
}

.index-main-gallery .item__out {
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

.index-main-gallery .item__out .text {
    white-space: normal
}

.index-main-gallery .item__out .text a {
    white-space: normal
}

.index-main-gallery__banner {
    background-image: url(../img/melbet_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 66%;
    height: 78px;
    margin-bottom: 15px;
    position: absolute;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width:1000px) {
    .index-main-gallery__banner {
        width: 100%;
        position: relative;
        margin-bottom: 12px;
        background-position: 50% 50%;
        height: 55px;
    }
}

.index-main-gallery__banner__text {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    margin-left: 34%
}

@media (max-width:1200px) {
    .index-main-gallery__banner__text {
        font-size: 25px;
        margin-left: 30%
    }
}

@media (max-width:1000px) {
    .index-main-gallery__banner__text {
        font-size: 20px;
        margin-left: 39%
    }
}

.index-main-gallery:before,
.index-main-gallery:after {
    display: none
}

.index-main-gallery nav.arrows {
    left: 0;
    right: 0
}

.index-main-gallery nav.arrows a.prev {
    border-color: transparent #ffffff transparent transparent;
    left: 5.5%
}

.index-main-gallery nav.arrows a.next {
    border-color: transparent transparent transparent #ffffff;
    right: 10%
}

.index-main-gallery.left-side nav.arrows a.prev,
.index-main-gallery.right-side nav.arrows a.next {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.index-main-gallery nav.points {
    left: 47%;
    top: calc(80% + 20px)
}

.index-main-gallery nav.points a {
    border-color: #ffffff
}

.index-main-gallery nav.points a.active {
    background: #ffffff
}

.index-main-gallery .item-bg,
.index-main-gallery .item-text {
    position: absolute
}

.index-main-gallery .item-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.index-main-gallery .item-bg:before {
    content: '';
    background: url(../img/loading.svg) 47% 10% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.index-main-gallery .item-bg.loaded:before {
    display: none
}

.index-main-gallery .item-text {
    background: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 72%;
    min-height: 47%;
    padding: 42px;
    white-space: normal;
    text-align: center;
    top: 22%;
    left: 11%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    z-index: 2
}

.index-main-gallery .item-text:before {
    content: '';
    border: 2px solid #267833;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    z-index: 1
}

.index-main-gallery .item-text .in {
    z-index: 2
}

.index-main-gallery .item-bg {
    opacity: 0
}

.index-main-gallery .item-bg.prev {
    -webkit-transform: translateY(-100%) scale(.8);
    transform: translateY(-100%) scale(.8)
}

.index-main-gallery .item-bg.next {
    -webkit-transform: translateY(100%) scale(.8);
    transform: translateY(100%) scale(.8)
}

.index-main-gallery .item-bg.active {
    opacity: 1
}

.index-main-gallery .item-text.next {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 1
}

.index-main-gallery .item-text.second:before,
.index-main-gallery .item-text.third:before,
.index-main-gallery .item-text.other:before {
    opacity: 0
}

.index-main-gallery .item-text.second {
    background: #d9d9d9;
    -webkit-transform: scale(.88) translateY(10px);
    transform: scale(.88) translateY(10px)
}

.index-main-gallery .item-text.third {
    background: #a6a6a6;
    -webkit-transform: scale(.78) translateY(25px);
    transform: scale(.78) translateY(25px)
}

.index-main-gallery .item-text.other {
    background: #a6a6a6;
    -webkit-transform: scale(.68) translateY(45px);
    transform: scale(.68) translateY(45px);
    opacity: 0
}

.index-main-gallery.animating .item-bg,
.index-main-gallery.animating .item-text,
.index-main-gallery.animating .item-text:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.index-main-gallery.owl-carousel {
    cursor: default
}

.index-main-gallery.owl-carousel .owl-stage-outer,
.index-main-gallery.owl-carousel .owl-stage,
.index-main-gallery.owl-carousel .owl-item {
    height: 100%
}

.index-main-gallery.owl-carousel .owl-nav,
.index-main-gallery.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0
}

.index-main-gallery.owl-carousel .owl-nav,
.index-main-gallery.owl-carousel .owl-dots,
.index-main-gallery.owl-carousel .item__out .text {
    font-size: 40px
}

.index-main-gallery.owl-carousel .owl-nav button:before,
.index-main-gallery.owl-carousel .owl-dot {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.index-main-gallery.owl-carousel .owl-nav button:hover:before,
.index-main-gallery.owl-carousel .owl-dot:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.index-main-gallery.owl-carousel .owl-nav {
    bottom: calc(2.5vh + 1.65em)
}

.index-main-gallery.owl-carousel .owl-nav button {
    outline: none;
    width: 5%;
    height: calc(5vh + 3.3em);
    position: absolute;
    bottom: calc(-2.5vh - 1.65em);
    cursor: pointer
}

.index-main-gallery.owl-carousel .owl-nav button:before {
    content: '';
    display: block;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px
}

.index-main-gallery.owl-carousel .owl-prev {
    left: 0
}

.index-main-gallery.owl-carousel .owl-prev:before {
    border-color: transparent #ffffff transparent transparent;
    border-width: 16px 16px 16px 0;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.index-main-gallery.owl-carousel .owl-next {
    right: 0
}

.index-main-gallery.owl-carousel .owl-next:before {
    border-color: transparent transparent transparent #ffffff;
    border-width: 16px 0 16px 16px;
    left: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.index-main-gallery.owl-carousel .item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.index-main-gallery.owl-carousel .item__out .text {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.6em;
    padding: .5em 8% calc(5vh + .2em) 8%;
    text-align: center;
    line-height: .9;
    font-family: 'frizquadratacbold';
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.index-main-gallery.owl-carousel .item__out .text a {
    text-decoration: none
}

.index-main-gallery.owl-carousel .item__out .text a:hover {
    text-decoration: underline
}

.index-main-gallery.owl-carousel .owl-dots {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    bottom: 5px;
    counter-reset: none;
    -webkit-transform: none;
    transform: none
}

.index-main-gallery.owl-carousel .owl-dot {
    outline: none;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    font-size: 0;
    cursor: pointer
}

.index-main-gallery.owl-carousel .owl-dots:after,
.index-main-gallery.owl-carousel .owl-dot:before {
    display: none
}

.index-main-gallery.owl-carousel .owl-dot.active {
    background: #ffffff;
    cursor: default;
    pointer-events: none
}

.index-main-info {
    background: #f7f7f7;
    width: 34%;
    height: 100%
}

.index-main-info .info-item {
    box-sizing: border-box;
    overflow: hidden;
    text-align: center
}

.index-main-info .info-item .in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    z-index: 2
}

.index-main-info .info-item .title {
    margin-bottom: 1vh
}

.index-main-info .info-item .descr {
    color: #a6a6a6
}

.index-main-info .info-item .teams,
.match-nearest .teams {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px
}

.index-main-info .info-item .teams {
    margin: 2vh 0 0 0
}

.index-main-info .info-item .team,
.match-nearest .team {
    z-index: 2
}

.index-main-info .info-item .team img,
.match-nearest .team img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.index-main-info .info-item .team:hover img,
.match-nearest .team:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.index-main-info .info-item.next {
    background: #ffffff;
    height: auto;
    min-height: 53%;
    padding: 3vh 42px 5vh 42px
}

.index-main-info .info-item.next:before {
    content: '';
    border: 2px solid #267833;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 2.5vh;
    z-index: 1
}

.index-main-info .info-item.next .title {
    text-transform: uppercase;
    font-size: 30px
}

.index-main-info .info-item.next .date {
    font-size: 20px
}

.index-main-info .info-item.next .descr {
    font-size: 17px
}

.index-main-info .info-item.next .team,
.match-nearest .team {
    width: 5vw;
    height: 5vw;
    max-width: 85px;
    max-height: 85px
}

.index-main-info .info-item.next .team:last-child .tip {
    left: auto;
    right: 80%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.index-main-info .info-item.next .countdown,
.match-nearest .countdown {
    background: #f2f2f2;
    box-sizing: border-box;
    width: 12vw;
    max-width: 170px;
    padding: .8em 1em;
    margin: 0 1em;
    white-space: nowrap;
    text-align: center;
    font-family: 'pf_beausans_probbook'
}

.index-main-info .info-item.next .countdown .item,
.match-nearest .countdown .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1
}

.index-main-info .info-item.next .countdown .item.days,
.match-nearest .countdown .item.days {
    padding-right: 1.5em
}

.index-main-info .info-item.next .countdown .item.days:after,
.match-nearest .countdown .item.days:after {
    content: '';
    border-left: 1px solid;
    width: 0;
    height: 1.5em;
    position: absolute;
    top: .5em;
    right: .75em;
    z-index: -1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.index-main-info .info-item.next .countdown .label,
.index-main-info .info-item.next .countdown .value,
.match-nearest .countdown .label,
.match-nearest .countdown .value {
    display: block
}

.index-main-info .info-item.next .countdown .value,
.match-nearest .countdown .item .value {
    margin-bottom: -0.1em;
    line-height: 1;
    font-family: 'frizquadratacbold';
    font-size: 3em
}

.index-main-info .info-item.next .countdown.finished,
.match-nearest .countdown.finished {
    padding-top: 2.9em;
    padding-bottom: 2.9em
}

.index-main-info .info-item.prev {
    height: 47%;
    min-height: 47%;
    padding: 3vh 2vw 4vh 2vw
}

.index-main-info .info-item.prev .title {
    font-size: 25px
}

.index-match-gallery {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 3em;
    margin: 0 0 1vh 0;
    overflow: hidden
}

.index-match-gallery:before,
.index-match-gallery:after {
    display: none
}

.index-match-gallery nav.arrows {
    top: auto;
    bottom: calc(2em + 2.25vw)
}

.index-match-gallery .info {
    width: 100%;
    white-space: normal;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.index-match-gallery .team {
    width: 4.5vw;
    height: 4.5vw;
    max-width: 75px;
    max-height: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.index-match-gallery .score {
    width: 2em;
    margin: 0 .3em;
    font-family: 'frizquadratacbold';
    font-size: 50px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.index-match-gallery .score span {
    display: inline-block;
    vertical-align: top
}

.index-match-gallery .score .sep {
    margin-top: -0.1em;
    font-family: 'frizquadratacregular';
    font-style: normal
}

.index-match-gallery .item {
    display: none
}

.index-match-gallery.active .info {
    opacity: 1
}

.index-match-gallery.active .team {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.index-match-gallery .score.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.index-match-gallery .score,
.index-match-gallery.animating .info,
.index-match-gallery.animating .team {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.index-match-gallery.animating.active .team.guest .tip {
    left: auto;
    right: 80%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.index-main-subscribe__alert {
    position: relative;
    padding-left: 58px;
    display: none;
    margin-right: 0
}

.index-main-subscribe__alert:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    background: url('../img/subscribeok.svg') 0 0 no-repeat;
    z-index: 2;
    background-size: 100% 100%
}

.index-main-subscribe.disable .button {
    opacity: .5;
    pointer-events: none
}

@media (max-width:389px) {
    .index-main-subscribe.disable .title {
        white-space: normal
    }
}

.index-main-subscribe .button {
    color: #000
}

.index-main-subscribe,
.page-side-subscribe {
    background: #357628;
    padding: 5vh 2vw;
    color: #ffffff
}

.index-main-subscribe .title,
.page-side-subscribe .title {
    margin-bottom: 1.5em;
    font-family: 'frizquadratacregular';
    font-size: 35px
}

.index-main-subscribe .form,
.page-side-subscribe .form {
    overflow: hidden;
    white-space: nowrap
}

.index-main-subscribe .form .input,
.page-side-subscribe .form .input {
    border-bottom: 3px solid #ffffff;
    width: 100%;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    font-size: 15px;
    color: #ffffff
}

.index-main-subscribe .form .input::-webkit-input-placeholder,
.page-side-subscribe .form .input::-webkit-input-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

.index-main-subscribe .form .input:-moz-placeholder,
.page-side-subscribe .form .input:-moz-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

.index-main-subscribe .form .input::-moz-placeholder,
.page-side-subscribe .form .input::-moz-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

.index-main-subscribe .form .input:-ms-input-placeholder,
.page-side-subscribe .form .input:-ms-input-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

.index-main-subscribe .form .button,
.page-side-subscribe .form .button {
    background: #ffffff;
    min-width: 0;
    padding: 1em 2.5vw;
    margin: 0 auto
}

.index-main-subscribe .form .button:before,
.page-side-subscribe .form .button:before {
    border: 3px solid #357628;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px
}

.index-main-subscribe .form .button input,
.page-side-subscribe .form .button input {
    padding: 0 2vw;
    color: #000000
}

.index-main-subscribe {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 78px;
    padding: 0 5vw;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: -2vh;
    z-index: 2
}

.index-main-subscribe .title {
    margin-bottom: 0;
    margin-right: 2.5vw;
    text-align: left;
    font-size: 25px
}

.index-main-subscribe .form {
    max-width: 15vw;
    font-size: 0
}

.index-main-subscribe .form .input,
.index-main-subscribe .form .button {
    display: inline-block;
    vertical-align: middle
}

.index-main-subscribe .form .input {
    width: 15vw;
    margin-right: 2.5vw
}

.index-main-subscribe .form.expanded {
    max-width: 50vw
}

.index-main-subscribe .form.expanded .input {
    border-color: #000000
}

.index-main-subscribe.send {
    padding-left: 14vw;
    padding-right: 14vw
}

.index-main-subscribe.send .title,
.index-main-subscribe.send .button,
.index-main-subscribe.send .form input {
    display: none
}

.index-main-subscribe.send .index-main-subscribe__alert {
    display: block
}

.page-side-subscribe {
    border: 0
}

.page-side-subscribe .form {
    max-height: 2.5em;
    text-align: center
}

.page-side-subscribe .form .input {
    max-width: 260px;
    margin: 0 auto 2em auto
}

.page-side-subscribe .form.expanded {
    max-height: 10em
}

.page-main-section .main-column .index-main-gallery {
    width: 100%;
    min-height: 400px;
    max-height: 600px;
    float: none
}

.page-main-section .main-column .index-main-gallery .item-text {
    width: 76%;
    min-height: 300px;
    top: calc(50% - 160px)
}

.page-main-section .main-column .index-main-gallery .button {
    width: 20vw
}

.page-main-section .main-column .index-main-gallery nav.points {
    top: calc(90% + 10px)
}

.index-news-section .title {
    margin-bottom: 1.8em;
    text-align: left
}

.index-news-section .title a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 45px;
    line-height: normal;
    font-family: 'pf_beausans_proregular';
    font-size: 20px;
    color: #357628
}

.index-news-section .gallery {
    margin: 0 -36px
}

.index-news-section .gallery .item {
    width: 25%;
    padding: 0 36px
}

.index-news-section .gallery .item .in,
.index-news-section .gallery .item .in span {
    display: block
}

.index-news-section .gallery .item .in {
    text-decoration: none
}

.index-news-section .gallery .item .img {
    width: 135px;
    height: 135px;
    margin-bottom: 1.5em;
    font-size: 14px
}

.index-news-section .gallery .item .txt {
    margin-left: 2vw;
    font-size: 14px
}

.index-news-section .gallery .item .name {
    line-height: 1.1;
    font-family: 'frizquadratacbold';
    font-size: 145%;
    color: #357628
}

.index-news-section .gallery .item .date {
    margin-top: .7em;
    color: #808080
}

.index-news-section .gallery .item .descr {
    margin-top: 1em
}

.index-news-section .gallery .item .in:hover .name {
    text-decoration: underline
}

.index-history-section .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0
}

.index-history-section .title {
    font-size: 30px
}

.index-history-section .lnk {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em;
    line-height: normal;
    font-family: 'pf_beausans_proregular';
    font-size: 17px;
    color: #357628
}

.index-history-day,
.index-history-names {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    background: #f7f7f7;
    width: 100%;
    padding: 1.5em;
    margin-bottom: 8vh;
    text-align: center
}

.index-history-day {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    min-width: 60%
}

.index-history-day+.index-history-names {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 2vw
}

.index-tables-section .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    padding-top: 0
}

.index-tables-section .tab-block .data-table-wrap::-webkit-scrollbar {
    background-color: #f2f2f2;
    height: 5px
}

.index-tables-section .tab-block .data-table-wrap::-webkit-scrollbar-thumb {
    background-color: #38762a
}

.index-tables-section .tab-block .data-table-wrap {
    min-height: 25em
}

.index-tables-section .tab-block .data-table-wrap.expandable {
    height: 25em
}

.index-tables-section .tab-block .more-lnk {
    margin-top: 4vh
}

.index-tables-section .tab-block .more-lnk.hide {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 0;
    opacity: 0
}

.index-tables-section .tab-block .data-table-wrap.expanded {
    height: 48.8em
}

.index-table-results {
    width: 52%
}

.index-table-results .tab-link {
    padding: 1.2em .5em .25em .5em
}

.index-table-results .tab-link:first-child {
    -webkit-flex-grow: 2;
    flex-grow: 2
}

.index-table-results .data-table-wrap.expandable {
    -webkit-transition: height .5s steps(5, end);
    transition: height .5s steps(5, end)
}

.index-table-results .goal-scorers-list,
.index-table-results .goal-scorers-list .item,
.index-table-results .goal-scorers-list .line {
    display: -webkit-flex;
    display: flex
}

.index-table-results .goal-scorers-list,
.index-table-results .goal-scorers-list .line {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(20vw + 5.2em)
}

.index-table-results .goal-scorers-list .item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 48%;
    height: auto;
    max-width: 300px;
    padding: 1.3em 0;
    text-decoration: none;
    text-align: left;
    font-family: 'pf_beausans_probold'
}

.index-table-results .goal-scorers-list .item .img {
    width: auto;
    margin-right: 1vw
}

.index-table-results .goal-scorers-list .item .img:after {
    content: '';
    border: 15px solid #ffffff;
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    z-index: 1
}

.index-table-results .goal-scorers-list .item .img img {
    display: block;
    width: 10vw;
    height: 10vw;
    max-width: 165px;
    max-height: 165px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.index-table-results .goal-scorers-list .item .number {
    font-family: 'frizquadratacbold';
    font-size: 2em
}

.index-table-results .goal-scorers-list .item .name {
    text-decoration: underline;
    color: #38762a
}

.index-table-results .goal-scorers-list .item .goals {
    margin-top: 1.2em;
    color: #dea749
}

.index-table-results .goal-scorers-list .item:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.index-table-results .goal-scorers-list .item:hover .name {
    text-decoration: none
}

.index-table-calendar {
    width: 44%
}

.index-table-calendar .data-table-wrap.expandable {
    -webkit-transition: height .4s steps(4, end);
    transition: height .4s steps(4, end)
}

.index-media-section {
    background: #000000;
    margin-bottom: 14vh
}

.index-media-section .content {
    padding: 0
}

.index-media-section .head {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 4vh 0;
    margin-right: -1vw;
    width: 100%
}

.index-media-section .title {
    margin-bottom: 0;
    text-align: left;
    color: #ffffff
}

.index-media-section .title a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    line-height: normal;
    font-family: 'pf_beausans_proregular';
    font-size: 20px;
    color: #ee2a2e
}

.index-media-section .subscribe-lnk {
    background: #ee2a2e;
    display: inline-block;
    padding: 0 1.7em 0 6.2em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 4.3;
    font-family: 'pf_beausans_probbook';
    font-size: 15px;
    color: #ffffff;
    position: relative
}

.index-media-section .subscribe-lnk:before,
.index-media-section .subscribe-lnk:after {
    content: '';
    background: url(../img/youtube-icon.png) 0 0 no-repeat;
    width: 44px;
    height: 31px;
    position: absolute;
    left: calc(3.4em - 22px);
    top: calc(2.15em - 16px);
    z-index: 1
}

.index-media-section .subscribe-lnk:after {
    background-position: 0 -40px
}

.index-media-section .subscribe-lnk:hover:before,
.index-media-section .subscribe-lnk:after {
    opacity: 0
}

.index-media-section .subscribe-lnk:before,
.index-media-section .subscribe-lnk:hover:after {
    opacity: 1
}

.index-media-section .subscribe-lnk span {
    color: #f2c1c2
}

.index-media-section .subscribe-lnk:hover {
    color: #000000
}

.index-media-section .subscribe-lnk:hover span {
    color: #3c3c3c
}

.index-media-section .media-list {
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    display: none
}

.index-media-section .media-list.inited {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch
}

.index-media-section .media {
    box-sizing: border-box;
    width: 100%;
    height: 50%
}

.index-media-section .video {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% - 6em);
    overflow: hidden;
    margin-bottom: 1em
}

.index-media-section .video:before,
.index-media-section .video:after {
    content: '';
    position: absolute;
    z-index: 2;
    cursor: pointer
}

.index-media-section .video:before {
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.index-media-section .video:after {
    background: url(../img/play-icons.png) -130px 0 no-repeat;
    width: 77px;
    height: 77px;
    left: 50%;
    top: 50%;
    margin: -38px 0 0 -38px
}

.index-media-section .info {
    display: inline-block;
    padding-right: 4vw;
    line-height: 1.1;
    font-family: 'pf_beausans_probbook';
    font-size: 15px;
    color: #ffffff
}

.index-media-section .info .name:before {
    content: '';
    background: #000000;
    position: absolute;
    top: -0.1em;
    bottom: -0.1em;
    left: -0.6em;
    right: -0.6em;
    z-index: -1
}

.index-media-section .info .date {
    margin-top: 1em
}

.index-media-section .view {
    width: 74%;
    cursor: pointer
}

.index-media-section .view .media {
    height: 100%;
    padding-bottom: 0
}

.index-media-section .view .media.playing {
    filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.index-media-section .view .video {
    height: 100%;
    margin-bottom: calc(-5vh - 4em)
}

.index-media-section .view .video:after {
    background-position: 0 0;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px
}

.index-media-section .view .info {
    left: 5vw
}

.index-media-section .view .info .name {
    font-size: 25px
}

.index-media-section .preview {
    box-sizing: border-box;
    width: 26%;
    padding-left: 20px
}

.index-media-section .media:hover .video:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.index-media-section .animating .view,
.index-media-section .animating .preview,
.index-media-section .animating .media,
.index-media-section .info,
.index-media-section .video:before,
.index-media-section .video:after {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.index-media-section .media .video iframe,
.index-media-section .media.playing .video:before,
.index-media-section .media.playing .video:after,
.index-media-section .media.playing .info {
    opacity: 0
}

.index-media-section .media.playing .video {
    background: #000000 !important
}

.index-media-section .media.playing .video iframe {
    opacity: 1
}

.index-media-section .view .media.clone {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.index-media-section .top.moving .view {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.index-media-section .top.moving .preview {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index-media-section .bottom .view {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.index-media-section .bottom .preview {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index-media-section .bottom.moving .view {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.index-media-section .bottom.moving .preview {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.index-media-section .moving .view .media {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.index-media-section .moving .view .media.clone {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.index-store-section .content {
    padding: 0 0 14vh 0
}

.index-store-section .title {
    margin-bottom: 1.8em
}

.index-store-section .title a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-family: 'pf_beausans_proregular';
    font-size: 20px;
    color: #38762a
}

.index-store-section .gallery {
    margin-bottom: 5vh
}

.index-store-section .gallery .item {
    width: 33.3%;
    padding: 0 36px;
    text-align: center
}

.index-store-section .gallery .item .img {
    height: 25vh;
    max-height: 245px;
    margin-bottom: 2.5vh
}

.index-store-section .gallery .item .txt,
.store-gallery .item .txt {
    display: inline-block;
    padding-right: 6em;
    font-size: 15px
}

.index-store-section .gallery .item .name,
.store-gallery .item .name {
    font-family: 'frizquadratacbold';
    font-size: 165%
}

.index-store-section .gallery .item .descr,
.store-gallery .item .descr {
    margin: .3em 0 1em 0;
    color: #808080
}

.index-store-section .gallery .item .price,
.store-gallery .item .price {
    white-space: nowrap;
    font-size: 135%
}

.index-store-section .gallery .item .lnk,
.store-gallery .item .lnk {
    background: #38762a url(../img/store-icon.png) 50% 50% no-repeat;
    background-size: contain;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    position: absolute !important;
    right: 0;
    top: 50%;
    margin-top: -2em;
    z-index: 1
}

.index-store-section .gallery .item .lnk:hover,
.store-gallery .item .lnk:hover {
    background-color: #ee2a2e
}

.index-store-section .hits-gallery .item .txt {
    width: 240px;
    max-width: 100%;
    padding-right: 0;
    text-align: left
}

.index-store-section .hits-gallery .item .descr,
.index-store-section .hits-gallery .item .price {
    padding-right: 6em
}

.index-store-section .hits-gallery .item .descr {
    margin: 1em 0
}

.index-store-section .hits-gallery .item .lnk {
    background-color: #f2f2f2;
    background-image: url(../img/store-icon-black.png);
    top: auto;
    margin-top: 0;
    bottom: 2px
}

.index-store-section .hits-gallery .item .lnk:hover {
    background-color: #38762a;
    background-image: url(../img/store-icon.png)
}

.index-social-section .content {
    border: 2px solid #38762a;
    padding: 4vh 4vw 5vh 4vw
}

.index-social-section .title {
    margin-bottom: .8em
}

.index-social-section .social-icons {
    margin-bottom: 5vh;
    text-align: center
}

.index-social-section .widgets-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch
}

.index-social-section .widgets-list .widget:last-child iframe {
    margin: 0 auto !important;
    display: block
}

.index-social-section .widgets-list .widget:last-child {
    width: 30vw !important
}

.index-social-section .widget {
    width: 30%;
    max-width: 465px
}

.index-social-section .widget iframe {
    margin: 0 !important;
    min-width: 150px !important
}

.index-partners-section .content {
    padding: 14vh 0
}

.index-partners-section .title {
    margin-bottom: 2em
}

.index-partners-section .gallery {
    font-size: 0
}

.index-partners-section .gallery .item {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center
}

.index-partners-section .gallery .item img {
    display: block;
    max-width: 90%;
    margin: 0 auto
}

.index-partners-section .partners-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 50px;
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.index-partners-section .partners-list .item {
    padding: 0 1vw
}

.index-partners-section .partners-list .item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 90px
}

.page-side-block .store-gallery nav.arrows {
    top: calc(22.5vh + 4.5em)
}

.page-side-block .store-gallery .item .img {
    height: 22.5vh;
    max-height: 225px;
    margin-bottom: 2.5vh
}

.page-main-section .side-column .index-main-info {
    width: 100%;
    height: auto;
    float: none
}

.page-main-section .side-column .index-main-info .info-item {
    padding: 45px 30px;
    margin-left: 0
}

.page-main-section .side-column .index-main-info .info-item .in {
    display: block
}

.page-main-section .side-column .index-main-info .info-item .team {
    width: 4.5vw;
    height: 4.5vw;
    max-width: 68px;
    max-height: 68px
}

.page-main-section .side-column .index-main-info .info-item .team:last-child .tip {
    left: auto;
    right: 80%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.page-main-section .side-column .index-main-info .info-item .title {
    margin-bottom: 10px;
    text-transform: unset;
    font-size: 25px
}

.page-main-section .side-column .index-main-info .info-item.next .subtitle {
    margin-bottom: 25px
}

.page-main-section .side-column .index-main-info .info-item.next .date,
.page-main-section .side-column .index-main-info .info-item.next .descr {
    font-size: 15px
}

.page-main-section .side-column .index-main-info .info-item.next .countdown {
    width: 42%;
    max-width: 108px
}

.page-main-section .side-column .index-main-info .info-item.next .countdown,
.page-main-section .side-column .index-main-info .info-item.next .countdown .label {
    font-size: 12px
}

.page-main-section .side-column .index-main-info .info-item.next .countdown .label {
    padding-bottom: 7px
}

.page-main-section .side-column .index-main-info .info-item.next .countdown .item .label {
    padding-bottom: 0;
    padding-top: 7px
}

.page-main-section .side-column .index-main-info .info-item.next .countdown .value {
    font-size: 2.5em
}

.page-main-section .side-column .index-main-info .info-item.next:before {
    display: none
}

.page-main-section .side-column .index-main-info .info-item.prev {
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.page-main-section .side-column .index-match-gallery {
    padding-top: 0;
    margin: 0
}

.page-main-section .side-column .index-match-gallery .info {
    position: relative
}

.page-main-section .side-column .index-match-gallery .teams {
    padding: 2em 0
}

.match-filter-section form,
.match-filter-section form .field {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.match-filter-section form .field {
    margin-right: 2.2em
}

.match-filter-section form .label {
    margin-right: 2em;
    font-size: 12px
}

.match-next-section .title,
.match-prev-section .title {
    margin-bottom: 53px
}

.match-next-section .match-nearest {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    background: #f2f2f2;
    border-bottom: 2px solid #ffffff;
    padding: 2em;
    font-size: 15px;
    text-decoration: none
}

.match-next-section .match-nearest .teams {
    min-width: 300px
}

.match-next-section .match-nearest .team {
    width: 4.5vw;
    height: 4.5vw;
    max-width: 75px;
    max-height: 75px
}

.match-next-section .match-nearest .countdown .value {
    line-height: 1.2;
    font-size: 2.7em
}

.match-next-section .match-nearest .descr {
    padding-left: 2em
}

.match-next-section .match-nearest .descr span {
    color: #808080
}

.match-next-section .match-nearest .descr span:before {
    content: ' / '
}

.match-next-section .data-table-wrap {
    padding: 4vh 5vw 4em 5vw
}

.match-next-section .data-table-wrap:before {
    content: '';
    border: 2px solid #38762a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.match-next-section .data-table-wrap .more-lnk {
    background: #38762a;
    display: block;
    padding: 1.4em;
    text-decoration: none;
    text-align: center;
    font-family: 'pf_beausans_proregular';
    font-style: italic;
    color: #88ad7f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.match-next-section .data-table-wrap .more-lnk:before,
.match-next-section .data-table-wrap .more-lnk:after {
    display: none
}

.match-next-section .data-table-wrap .more-lnk:hover {
    color: #ffffff
}

.match-next-section .data-table-wrap.collapsable {
    max-height: 10000px;
    overflow-y: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.match-next-section .data-table-wrap.collapsed {
    padding-top: 0;
    max-height: 0
}

.match-next-section .data-table {
    margin-bottom: 4vh
}

.management-person {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 5vw;
    width: 100%;
    box-sizing: border-box
}

.management-person-nophoto {
    padding-left: 0
}

.management-person .img {
    display: block;
    margin-right: 3.5vw
}

.management-person .img img {
    transition: 300ms;
    display: block;
    width: 26vw;
    height: 26vw;
    max-width: 437px;
    max-height: 437px
}

.management-person .txt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 32em;
    text-align: center
}

.management-person-nophoto .txt {
    margin: auto
}

.management-person .txt,
.management-person .txt .info>div {
    font-size: 15px
}

.management-person .txt>div {
    margin-top: 1.5vh;
    width: 40vw
}

.management-person .txt>div:first-child {
    margin-top: 0
}

.management-person .txt>div.title,
.management-person .txt>div.info {
    width: 28vw
}

.management-person .txt .title {
    margin: 0;
    font-family: 'frizquadratacbold';
    font-size: 20px
}

.management-person .txt .name {
    font-size: 200%
}

.management-person .txt .post {
    margin-top: .8em;
    font-family: 'pf_beausans_probold'
}

.management-person .txt .info {
    font-size: 0
}

.management-person .txt .info>div {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.management-person .txt .info>div:first-child {
    margin-right: 4vw
}

.management-person .txt .info .label {
    margin-bottom: 1vh
}

.management-person .txt .info .value span {
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    font-family: 'pf_beausans_probold';
    font-size: 135%
}

.management-person .txt .info .flag {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 27px;
    margin-right: 15px
}

.management-person .txt .info .flag.russia {
    background-image: url('../img/team/flag.png')
}

.management-person .txt .descr {
    font-size: 85%
}

.management-person .txt .descr p {
    margin-bottom: 1.5vh
}

.management-person .txt .descr p:last-child {
    margin-bottom: 0
}

.management-list .management-person {
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-left: 0;
    margin-top: 10vh
}

.management-list .management-person:first-child {
    margin-top: 0
}

.management-person .img {
    margin-right: 5vw;
    position: relative;
    z-index: 1
}

.management-person .img:after {
    content: '';
    border: 2vw solid #ffffff;
    position: absolute;
    left: -2vw;
    right: -2vw;
    top: -2vw;
    bottom: -2vw;
    z-index: 1
}

.management-list .management-person .img img {
    transition: none;
    width: 19vw;
    height: 19vw;
    max-width: 325px;
    max-height: 325px;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.management-list .management-person .txt {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
    max-width: 100%
}

.management-list .management-person .txt .title {
    text-align: left;
    font-family: 'pf_beausans_probold';
    font-size: 15px
}

.management-list .management-person .txt .name {
    font-size: 145%;
    color: #38762a
}

.management-list .management-person .txt .post {
    margin-top: .5em
}

.management-person-info {
    margin: 10vh 5vw 0 10vw;
    line-height: 2;
    font-size: 15px
}

.management-person-info .title {
    margin-bottom: 1.5em
}

.management-person-info .data-table-wrap {
    padding-bottom: 20px;
    margin: 0 -2.5vw -20px -2.5vw;
    overflow-x: auto
}

.management-person-info .person-table thead th,
.management-person-info .person-table tbody td {
    line-height: 1.2
}

.management-person-info .person-table thead th:first-child,
.management-person-info .person-table tbody td:first-child {
    padding-left: calc(2.5vw + 2em)
}

.management-person-info .person-table thead th:last-child,
.management-person-info .person-table tbody td:last-child {
    padding-right: calc(2.5vw + 2em)
}

.documents-list {
    font-size: 0
}

.documents-list .document {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 8vh;
    text-decoration: none;
    text-align: center;
    font-family: 'pf_beausans_probold';
    line-height: 1.2;
    font-size: 15px
}

.documents-list .document span {
    box-sizing: border-box;
    display: block;
    width: 19vw;
    max-width: 325px;
    margin: 0 auto
}

.documents-list .document .img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    background: #f2f2f2;
    height: 19vw;
    max-height: 325px;
    margin-bottom: 1.6em
}

.documents-list .document .img img {
    display: block;
    max-height: 85%
}

.documents-list .document .name {
    padding: 0 7.5%;
    text-align: center
}

.documents-list .document:nth-child(3n+1) {
    text-align: left
}

.documents-list .document:nth-child(3n+1) span {
    margin-left: 0
}

.documents-list .document:nth-child(3n+3) {
    text-align: right
}

.documents-list .document:nth-child(3n+3) span {
    margin-right: 0
}

.page-image img,
.page-text img {
    max-width: 100%
}

.page-image {
    padding-left: 5vw
}

.page-text {
    margin: 40px 2.5vw 0 5vw;
    line-height: 2;
    font-size: 15px
}

.page-text:first-child {
    margin-top: 0
}

.page-text .title {
    margin-bottom: 40px
}

.veterans-letters-list {
    margin: -15px -0.75vw 8vh -0.75vw;
    font-size: 0
}

.veterans-letters-list.inited:before,
.veterans-letters-list.inited:after {
    display: none
}

.veterans-letters-list .item {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    padding: 15px .75vw;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'pf_beausans_probold';
    font-size: 17px;
    position: relative;
    z-index: 1
}

.veterans-letters-list .item span {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.veterans-letters-list .item:after {
    content: '';
    background: #38762a;
    height: 5px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

.veterans-letters-list .item:hover span {
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8)
}

.veterans-letters-list .item:hover:after {
    opacity: 1
}

.veterans-names-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: 0 -2vw -6vh -2vw;
    visibility: hidden
}

.veterans-names-list.ie {
    height: 5000px;
    min-height: 5000px
}

.veterans-names-list .item {
    box-sizing: border-box;
    width: 33%;
    padding: 0 2vw;
    margin-bottom: 4em;
    font-size: 15px
}

.veterans-names-list .item .letter {
    display: inline-block;
    margin-bottom: .8em;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'frizquadratacbold';
    font-size: 4em;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.veterans-names-list .item .letter.blink {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.veterans-names-list .item a {
    display: block;
    margin-top: 1.6em;
    color: #38762a
}

.view-gallery {
    margin: 0 -36px;
    padding: 0 36px
}

.view-gallery.inited {
    overflow: visible
}

.view-gallery:before,
.view-gallery:after {
    display: none
}

.view-gallery nav.arrows a {
    top: -18px
}

.view-gallery nav.arrows a.prev {
    border-color: transparent #357628 transparent transparent;
    border-width: 18px 18px 18px 0
}

.view-gallery nav.arrows a.next {
    border-color: transparent transparent transparent #357628;
    border-width: 18px 0 18px 18px
}

.view-gallery .numeration {
    right: 36px
}

.view-gallery .item .img {
    background-size: contain;
    height: 504px;
    background-color: #f2f2f2;
    background-position: 50% 0
}

.img_full {
    background-size: cover !important
}

.preview-gallery {
    margin: 10px -36px 15px -36px;
    padding: 0 26px;
    font-size: 0
}

.preview-gallery.inited {
    overflow: visible
}

.preview-gallery nav.arrows a {
    top: -14px
}

.preview-gallery nav.arrows a.prev {
    border-width: 14px 14px 14px 0
}

.preview-gallery nav.arrows a.next {
    border-width: 14px 0 14px 14px
}

.preview-gallery .item {
    width: 20%;
    padding: 10px;
    cursor: pointer
}

.preview-gallery .item:before {
    content: '';
    border: 2px solid #357628;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0
}

.preview-gallery .item .in {
    overflow: hidden
}

.preview-gallery .item .img {
    background-position: 50% 0;
    background-color: #f2f2f2;
    background-size: cover;
    padding-top: 100%
}

.preview-gallery .item:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.preview-gallery .item.selected:before {
    opacity: 1
}

.media-section .title {
    margin-bottom: 25px;
    text-align: left;
    line-height: 1;
    font-family: 'frizquadratacbold';
    font-size: 40px
}

.media-section .team-player__title,
.media-section .team-player__title+.team-player__center {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.media-section .team-player__title {
    width: 165px;
    padding: 0;
    margin-bottom: 25px
}

.media-section .team-player__title+.team-player__center {
    margin-top: 5px;
    margin-bottom: 25px
}

.media-section .team-player__lnk {
    margin: 0
}

.media-section .team-player__video-dsk {
    padding-bottom: 10px;
    line-height: 1.2;
    font-size: 22px;
    color: #38762a
}

.media-section .team-player__video-date {
    font-size: 14px;
    color: #808080
}

.media-video-section {
    margin-bottom: 50px
}

.media-video-section .team-player__video {
    clear: both;
    width: 100%;
    margin: 0;
    padding-top: 524px
}

.media-video-section .team-player__video-bg,
.media-video-section #team-player {
    width: 100%;
    height: 504px
}

.media-video-section .team-player__video-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.media-video-section .active .team-player__video-bg {
    filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.media-video-section .team-player__video-bg:after {
    background-position: 0 0;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    z-index: 2
}

.media-photo-section {
    margin-top: 0
}

.media-gallery-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5%
}

.media-gallery-list .item {
    display: block;
    width: 30.33%;
    height: auto;
    margin: 0 1.5% 35px 1.5%;
    overflow: hidden;
    text-decoration: none
}

.media-gallery-list .item .img {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 100%;
    font-size: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    background-color: #f2f2f2
}

.media-gallery-list .item .txt {
    background: #ffffff;
    padding: 25px 0 0 0;
    text-align: left
}

.media-gallery-list .item .name {
    display: block;
    text-decoration: underline;
    line-height: 1.2;
    font-family: 'pf_beausans_probold';
    font-size: 22px;
    color: #38762a
}

.media-gallery-list .item .date {
    padding-top: 10px;
    line-height: 1.2;
    font-size: 14px;
    color: #808080
}

.media-gallery-list .item:first-child {
    width: 100%
}

.media-gallery-list .item:first-child .img {
    padding-top: 504px
}

.media-gallery-list .item.other .img {
    background: #f2f2f2
}

.media-gallery-list .item.other .txt {
    background: none;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
    z-index: 2
}

.media-gallery-list .item.other .name {
    display: inline-block;
    padding-right: 2.5em;
    color: #b2b2b2;
    position: relative
}

.media-gallery-list .item.other .name:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #b2b2b2;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.media-gallery-list .item.video .img:after {
    content: '';
    background: url(../img/play-icons.png) -130px 0 no-repeat;
    width: 77px;
    height: 77px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -38px 0 0 -38px;
    z-index: 2
}

.media-gallery-list .item.video:first-child .img:after {
    background-position: 0 0;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px
}

.media-gallery-list .item:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.media-gallery-list .item:hover .name {
    text-decoration: none
}

.media-gallery-list .item.other:hover .name:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.media-gallery-list .item.video:hover .img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.media-gallery-list .item.video:hover .img:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.media-album-section .view-gallery .item {
    cursor: pointer
}

.media-album-section .preview-gallery .item .img,
.media-album-section .media-photo-gallery .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.media-theme-section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0
}

.media-theme-section .title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 25px
}

.media-theme-section .lnk {
    line-height: normal;
    font-family: 'pf_beausans_proregular';
    font-size: 15px;
    color: #357628
}

.media-theme,
.media-social {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    background: #f2f2f2;
    width: 100%;
    padding: 2em;
    text-align: center
}

.media-theme .in,
.media-social .in {
    min-height: 72px
}

.media-theme+.media-social {
    margin-left: 1vw
}

.media-theme table {
    width: auto
}

.media-theme table td {
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    text-align: center
}

.media-theme table td:first-child {
    padding-right: 10px
}

.media-theme table td:last-child {
    padding-left: 10px
}

.media-theme .tags {
    display: inline-block;
    text-align: left
}

.media-other-section+.media-other-section {
    margin-top: 65px
}

.media-other-section .media-gallery-list {
    margin-bottom: -35px
}

.media-other-section .media-gallery-list .item:first-child {
    width: 30.33%
}

.media-other-section .media-gallery-list .item:first-child .img {
    padding-top: 100%
}

.media-other-section .media-gallery-list .item.video:first-child .img:after {
    background-position: -130px 0;
    width: 77px;
    height: 77px;
    margin: -38px 0 0 -38px
}

.media-player-section {
    margin-bottom: -20px
}

.media-player-section+.media-theme-section {
    margin-top: 1vw
}

.media-wallpaper-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5%
}

.media-wallpaper-list .item {
    display: block;
    width: 47%;
    height: auto;
    margin: 0 1.5% 70px 1.5%;
    overflow: hidden;
    text-decoration: none
}

.media-wallpaper-list .item .img {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 65%;
    font-size: 0;
    position: relative
}

.media-wallpaper-list .item .txt {
    background: #ffffff;
    padding: 25px 0 0 0;
    text-align: center
}

.media-wallpaper-list .item .name {
    display: block;
    text-decoration: underline;
    line-height: 1.2;
    font-family: 'pf_beausans_probold';
    font-size: 22px;
    color: #38762a
}

.media-wallpaper-list .item .links {
    padding-top: 10px;
    line-height: 1.2;
    font-size: 14px
}

.media-wallpaper-list .item .links a,
.media-wallpaper-list .item .name:hover {
    text-decoration: none
}

.media-wallpaper-list .item .links a:hover {
    text-decoration: underline
}

.media-wallpaper-section .img {
    transition: 300ms;
    filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.media-wallpaper-section .in:hover .img {
    filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.media-print-section {
    margin-top: 0
}

.media-print-section .media-gallery-list .item .txt {
    text-align: center
}

.media-print-section .media-gallery-list .item .img {
    background: #f2f2f2
}

.media-print-section .media-gallery-list .item .img div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    height: 70%;
    font-size: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    left: 25%;
    top: 15%
}

.media-print-section .media-gallery-list .item:first-child {
    width: 30.33%
}

.media-print-section .media-gallery-list .item:first-child .img {
    padding-top: 100%
}

.media-print-section .media-gallery-list .item:hover .img {
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.media-print-section .media-gallery-list .item:hover .img div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.media-schools-section .title {
    margin-bottom: 45px;
    text-align: center
}

.media-schools-section .title a,
.media-schools-section .gallery {
    margin: 0
}

.media-schools-section .media-gallery-list {
    -webkit-justify-content: center;
    justify-content: center
}

.media-schools-section .media-gallery-list .item,
.media-schools-section .media-gallery-list_school-team .item:first-child {
    width: 42%;
    margin-bottom: 0
}

.media-schools-section .media-gallery-list_school-team .item .name {
    padding-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: 'pf_beausans_probold';
    font-size: 21px
}

.page-side-block+.index-main-info .page-side-block:first-child {
    margin-top: 5vh
}

.page-side-block+.index-main-info .next.page-side-block:first-child {
    margin-top: calc(5vh + 45px)
}

.school-docs {
    margin: 40px 0 0 0
}

.school-docs .media-gallery-list .item:first-child {
    width: 30.33%
}

.school-docs .item {
    text-align: center;
    text-decoration: none;
    margin-bottom: 50px
}

.school-docs .item .in {
    background-color: #f2f2f2;
    padding: 25px;
    margin: 0 0 22px 0
}

.school-docs .item .in img {
    height: 275px;
    padding: 0;
    display: block;
    margin: auto;
    max-width: 100%
}

.school-docs .media-gallery-list .item .txt {
    background: transparent;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none
}

.school-docs .media-gallery-list .item .name {
    text-decoration: none;
    font-family: 'pf_beausans_probold';
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    max-width: 282px;
    margin: auto
}

.school-docs .item:hover .name {
    text-decoration: underline
}

.file-data {
    color: #bfbfbf;
    font-size: 15px
}

.school-docs__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.school-docs__list {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px
}

.school-docs__list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.school-docs__list ul li {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0
}

.school-docs__list ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 15px;
    height: 1px;
    background-color: #357628
}

.school-l__title {
    font-size: 25px;
    line-height: 1;
    font-family: 'frizquadratacbold';
    margin-bottom: 34px
}

.pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0
}

.pagination a {
    display: inline-block;
    vertical-align: bottom;
    padding: .8em 1.4em;
    font-family: 'pf_beausans_probold';
    text-decoration: none;
    font-size: 17px;
    line-height: 1.2;
    position: relative
}

.pagination a span {
    display: block
}

.pagination a:after {
    content: '';
    background: #38762a;
    width: 22px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.pagination a:hover span,
.pagination a.active span {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

.pagination a:hover:after,
.pagination a.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.media-filter {
    margin-bottom: 4vh
}

.media-filter.hidden {
    display: none
}

.media-filter form>.field,
.media-filter form>.fields {
    margin-top: 15px
}

.media-filter form>.field:first-child,
.media-filter form>.fields:first-child {
    margin-top: 0
}

.media-filter form .fields {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.media-filter form .fields .field {
    width: 48%
}

.side-column .media-filter {
    margin-bottom: 8vh
}

.breadcrumbs h1 .subscribe-lnk,
.media-filter .subscribe-lnk {
    display: inline-block;
    padding-right: 56px;
    margin-left: 1em;
    font-family: 'frizquadratacbold';
    font-size: .42em;
    position: relative
}

.media-filter .subscribe-lnk {
    font-size: 19px
}

.breadcrumbs h1 .subscribe-lnk:before,
.media-filter .subscribe-lnk:before {
    content: '';
    background: url(../img/youtube-icon.png?2) 0 -80px no-repeat;
    width: 44px;
    height: 31px;
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    z-index: 1
}

.accreditation-section {
    width: 50%;
    max-width: 400px;
    margin-left: 4vw;
    line-height: 2;
    font-size: 15px
}

.accreditation-section.-wide {
    width: auto;
    max-width: none
}

.accreditation-section .title {
    margin-bottom: 1.5em;
    text-align: left
}

.accreditation-section .accreditation-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50vw;
    height: 50vw;
    max-width: 660px;
    max-height: 495px;
    position: absolute;
    top: -60px;
    left: 80%;
    z-index: -1
}

.liga_banner+.main-column .accreditation-section .accreditation-bg {
    top: 0
}

.article-section {
    margin-left: 4vw;
    line-height: 2;
    font-size: 15px
}

.media-article-section {
    margin-left: 4vw;
    margin-top: 85px
}

.media-article-section .preview-gallery .item .img {
    padding-top: 65%
}

.page-side-block.cart {
    background: #357628;
    color: #ffffff
}

.page-side-block.cart .info {
    display: inline-block;
    padding-left: 3vw;
    text-align: left
}

.page-side-block.cart .info:before {
    content: '';
    background: url(../img/cart-icon.png) 0 50% no-repeat;
    width: 27px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    z-index: 1
}

.page-side-block .side-menu {
    display: inline-block;
    text-align: left
}

.page-side-block .side-menu a {
    display: block;
    margin-top: 1em
}

.page-side-block .side-menu a:first-child {
    display: block;
    margin-top: 1em
}

.category-list {
    margin-bottom: 7.5vh;
    white-space: normal;
    font-size: 0
}

.category-list,
.category-list .wrap {
    overflow: visible
}

.category-list.inited:before,
.category-list.inited:after {
    display: none
}

.category-list .item {
    display: inline-block;
    width: 25%;
    margin-bottom: 7.5vh;
    text-decoration: none;
    text-align: center
}

.category-list .item span,
.category-list .item .in {
    display: block
}

.category-list .item .in {
    width: 240px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

.category-list .item .in:before {
    content: '';
    border: 2px solid #357628;
    position: absolute;
    left: -2.5vmin;
    right: -2.5vmin;
    top: -2.5vmin;
    bottom: -2.5vmin;
    z-index: -1;
    opacity: 0
}

.category-list .item .img {
    height: 25vh;
    max-height: 240px;
    margin-bottom: 2.5vh
}

.category-list .item .img img {
    max-width: 100%;
    max-height: 100%
}

.category-list .item .txt {
    display: inline-block;
    font-size: 15px
}

.category-list .item .name {
    font-family: 'frizquadratacbold';
    font-size: 165%
}

.category-list .item .descr {
    margin-top: .3em;
    color: #808080
}

.category-list .item .in:hover:before {
    opacity: 1
}

.good-list {
    margin-bottom: 5vh;
    font-size: 0
}

.good-list .item {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-bottom: 7.5vh;
    text-decoration: none;
    text-align: center
}

.good-list .item span,
.good-list .item .in {
    display: block
}

.good-list .item .in {
    width: 260px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

.good-list .item .in:before {
    content: '';
    border: 2px solid #357628;
    position: absolute;
    left: -2.5vmin;
    right: -2.5vmin;
    top: -2.5vmin;
    bottom: -2.5vmin;
    z-index: -1;
    opacity: 0
}

.good-list .item .img {
    height: 25vh;
    max-height: 240px;
    margin-bottom: 2.5vh
}

.good-list .item .img img {
    max-width: 100%;
    max-height: 100%
}

.good-list .item .txt {
    display: inline-block;
    text-align: left;
    line-height: 1;
    font-size: 15px;
    position: relative
}

.good-list .item .name {
    min-height: 2em;
    font-family: 'frizquadratacbold';
    font-size: 165%
}

.good-list .item .descr {
    margin: 1em 0;
    color: #808080
}

.good-list .item .price {
    font-size: 135%
}

.good-list .item .lnk {
    background: #f2f2f2 url(../img/store-icon-black.png) 50% 50% no-repeat;
    background-size: contain;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    position: absolute !important;
    right: 0;
    bottom: 1em;
    z-index: 1
}

.good-list .item .lnk span {
    white-space: nowrap;
    font-size: 13px;
    position: absolute;
    left: 50%;
    bottom: -1.5em;
    z-index: 1;
    transform: translateX(-50%)
}

.good-list .item .lnk.hit,
.good-info .info .description .price .hit {
    color: #dea749
}

.good-list .item .lnk.sale,
.good-info .info .description .price .sale {
    color: #ee2a2e
}

.good-list .item .lnk.new,
.good-info .info .description .price .new {
    color: #357628
}

.good-list .item .in:hover:before {
    opacity: 1
}

.good-list .item .in:hover .lnk {
    background-color: #38762a;
    background-image: url(../img/store-icon.png)
}

.recently-section,
.similar-section {
    margin-top: 7.55vh
}

.recently-section {
    border-top: 2px solid #357628;
    margin-top: 10vh;
    padding-top: 5vh
}

.recently-section .title,
.similar-section .title {
    margin-bottom: 1em
}

.recently-section .good-list,
.similar-section .good-list {
    margin-bottom: -5vh
}

.good-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 10vh
}

.good-info .photos {
    width: 53%
}

.good-info .gallery.inited:before,
.good-info .gallery.inited:after {
    display: block
}

.good-info .gallery .item .img {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: contain;
    filter: unset;
    -ms-filter: unset;
    -webkit-filter: unset
}

.good-info .view-gallery {
    padding: 0
}

.good-info .view-gallery .item {
    padding: 0 36px
}

.good-info .view-gallery .item .img {
    height: 540px;
    margin-bottom: 20px
}

.good-info .preview-gallery {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 36px
}

.good-info .preview-gallery .line {
    text-align: center
}

.good-info .preview-gallery .item {
    padding: 10px 13px
}

.good-info .preview-gallery .item:before {
    border-color: #f2f2f2;
    left: 3px;
    right: 3px;
    opacity: 1
}

.good-info .preview-gallery .item.selected:before {
    border-color: #357628
}

.good-info .info {
    width: 40%
}

.good-info .info .description,
.good-info .info .share {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.good-info .info .description {
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 580px
}

.good-info .info .description .txt {
    line-height: 1;
    font-size: 15px
}

.good-info .info .description .name {
    font-family: 'frizquadratacbold';
    font-size: 265%
}

.good-info .info .description .color-price {
    display: inline-block;
    text-align: left
}

.good-info .info .description .color {
    margin: 1em 0 2em 0;
    color: #808080
}

.good-info .info .description .price {
    display: inline-block;
    font-family: 'frizquadratacbold';
    font-size: 200%
}

.good-info .info .description .price .price-label {
    white-space: nowrap;
    font-family: 'pf_beausans_proregular';
    font-size: 13px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -4px 0 0 2vw
}

.good-info .info .description .selectors {
    margin: .5em 0 2.5em 0
}

.good-info .info .description .selectors>div {
    display: inline-block;
    vertical-align: top;
    margin-top: 2em
}

.good-info .info .description .selectors .label {
    margin-bottom: 1em;
    color: #808080
}

.good-info .info .description .selectors .size-wrap {
    width: 13.5em;
    margin-right: 2em
}

.good-info .info .description .selectors .count-wrap {
    width: 7em
}

.good-info .info .description .button {
    background: #357628;
    padding: 1.7em 3vw 1.7em 4.5vw;
    min-width: 180px
}

.good-info .info .description .button:after {
    content: '';
    background: url(../img/store-icon.png) 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 2.5vw;
    margin: -30px 0 0 -30px
}

.good-info .info .share {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 6.35vw;
    margin-top: 20px
}

.good-info .info .share .title {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 25px
}

.good-info .info .share .social-icons {
    flex-grow: 2;
    white-space: nowrap;
    text-align: center
}

.selector.size {
    margin-top: -5px;
    font-size: 0
}

.selector.size .check {
    display: inline-block;
    margin: 5px 5px 0 0;
    text-align: center;
    position: relative
}

.selector.size .check input {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0
}

.selector.size .check span {
    background: #f2f2f2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px
}

.selector.size .check input:checked+span {
    background: #357628;
    color: #ffffff
}

.selector.count {
    width: 100px;
    font-size: 0
}

.selector.count span,
.selector.count input {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

.selector.count span {
    width: 30px;
    line-height: 40px;
    cursor: pointer
}

.selector.count span.disabled {
    opacity: .5;
    cursor: default
}

.selector.count span:before,
.selector.count .plus:after {
    content: '';
    background: #000000;
    position: absolute;
    top: 50%;
    z-index: 1
}

.selector.count span:before {
    width: 10px;
    height: 2px;
    margin-top: -1px
}

.selector.count .minus:before {
    left: 0
}

.selector.count .plus:before {
    right: 0
}

.selector.count .plus:after {
    width: 2px;
    height: 10px;
    right: 4px;
    margin-top: -5px
}

.selector.count input {
    border: 2px solid #357628;
    text-align: center;
    font-family: 'pf_beausans_proregular';
    font-size: 18px
}

.selector.count input[type=number]::-webkit-inner-spin-button,
.selector.count input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.selector.count input[type=number] {
    -moz-appearance: textfield
}

.good-details {
    margin-top: 10vh
}

.good-details .tab-block .in {
    padding-top: 7.5vh;
    padding-bottom: 7.5vh;
    line-height: 2;
    font-size: 15px
}

header .main-menu .search-item {
    width: calc(4vh + 1.22em);
    height: calc(4vh + 1.22em);
    padding: 0 !important;
    font-size: 18px;
    z-index: -1
}

header .main-menu .search-item .search-form,
header .main-menu .search-item .search-form form {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

header .main-menu .search-item .search-form .bg {
    background: #ffffff;
    border-bottom: 5px solid #38762a;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    left: calc(100% - 1vw - 4vh - 1.22em - 2px);
    right: calc(1vw + 4vh + 1.22em + 2px);
    bottom: 0;
    z-index: -1;
    opacity: 0
}

header .main-menu .search-item .search-form form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

header .main-menu .search-item .search-form .input {
    background: #ffffff;
    width: 90%;
    height: calc(100% - 5px);
    padding-left: 1vw;
    font-family: 'pf_beausans_proregular';
    font-size: 20px;
    opacity: 0
}

header .main-menu .search-item .search-form .submit {
    background: #ffffff;
    border-radius: 50%;
    width: calc(4vh + 1.22em);
    height: calc(4vh + 1.22em);
    position: relative
}

header .main-menu .search-item .search-form .submit:before {
    content: '';
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
    left: 7%;
    right: 7%;
    top: 7%;
    bottom: 7%
}

header .main-menu .search-item .search-form .submit input {
    background: url(../img/search-icon-black.png) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer
}

header .main-menu .search-item.animating .search-form .bg,
header .main-menu .search-item .search-form .submit,
header .main-menu .search-item .search-form .submit input,
header .main-menu .search-item .search-form .input {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .main-menu .search-item.hover {
    z-index: -1
}

header .main-menu .search-item.hover .search-form {
    pointer-events: none
}

header .main-menu .search-item.hover .search-form * {
    pointer-events: none
}

header .main-menu .search-item.hover .search-form .submit {
    pointer-events: auto
}

header .main-menu .search-item.hover .search-form .submit * {
    pointer-events: auto
}

header .main-menu .search-item.opened {
    opacity: 1 !important;
    z-index: 10 !important
}

header .main-menu .search-item.opened.hover .search-form {
    pointer-events: auto
}

header .main-menu .search-item.opened.hover .search-form * {
    pointer-events: auto
}

header .main-menu .search-item.opened .search-form .bg {
    left: 0 !important;
    right: calc(1vw + 4vh + 1.22em + 2px) !important;
    opacity: 1
}

header .main-menu .search-item.opened .search-form .input {
    opacity: 1
}

header .main-menu .search-item.opened .search-form .submit {
    background: #000000
}

header .main-menu .search-item.opened .search-form .submit input {
    background-image: url(../img/search-icon-white.png)
}

header .main-menu .search-item.opened .search-form .input {
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.page-main-section .search-form {
    border: 2px solid #38762a;
    box-sizing: border-box;
    width: 100%;
    max-width: 319px;
    margin-bottom: 65px;
    font-size: 0
}

.page-main-section .search-form .input,
.page-main-section .search-form .submit {
    display: inline-block;
    vertical-align: top
}

.page-main-section .search-form .input {
    width: 83%;
    height: 48px;
    padding-left: 18px;
    line-height: 48px\0;
    font-family: 'pf_beausans_proregular';
    font-size: 15px
}

.page-main-section .search-form .submit {
    width: 17%
}

.page-main-section .search-form .submit input {
    background: url(../img/search-icon-black.png) 50% 50% no-repeat;
    width: 100%;
    height: 48px;
    cursor: pointer
}

.search-results .result {
    margin-bottom: 50px
}

footer {
    background: #000000;
    font-size: 15px;
    color: #808080
}

footer .content {
    padding: 10vh 0 7vh 0
}

footer .main-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 52vw;
    max-width: calc(75vw - 275px);
    margin: 0 0 1.5em 5vw;
    float: left
}

footer .main-menu .column {
    margin-right: 2vw
}

footer .main-menu .chapter {
    margin-bottom: 5em
}

footer .main-menu .chapter div {
    margin-top: .5em
}

footer .main-menu a,
footer .main-menu span {
    text-decoration: none;
    color: #bfbfbf
}

footer .main-menu .chapter .title+div {
    margin-top: 2em
}

footer .main-menu .chapter .title {
    margin-top: 0
}

footer .main-menu .title a,
footer .main-menu .title span {
    font-family: 'pf_beausans_probold';
    font-size: 115%;
    color: #dea749
}

footer .main-menu a:hover {
    text-decoration: underline
}

footer .feedback {
    width: 275px;
    margin-right: 5vw;
    float: right;
    text-align: center
}

footer .feedback .title {
    margin-bottom: .6em;
    font-family: 'frizquadratacregular';
    font-size: 165%;
    color: #dea749
}

footer .subscribe {
    margin-bottom: 5em
}

footer .subscribe .form {
    width: 100%;
    max-width: 15vw;
    margin: 0 auto
}

footer .subscribe .form .input {
    border-bottom: 3px solid #bfbfbf;
    width: 100%;
    height: 2.5em;
    margin-bottom: 2em;
    text-align: center;
    line-height: 2.5em;
    font-size: 15px;
    color: #ffffff
}

footer .subscribe .form .input::-webkit-input-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

footer .subscribe .form .input:-moz-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

footer .subscribe .form .input::-moz-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

footer .subscribe .form .input:-ms-input-placeholder {
    font-style: italic;
    color: #ffffff;
    opacity: .4
}

footer .subscribe .form .button {
    background: #000000;
    border: 2px solid #ffffff;
    opacity: .5
}

footer .subscribe .form .button:before {
    border: 2px solid #ffffff;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px
}

footer .subscribe .form .button input {
    padding: 0 2vw;
    line-height: 3em;
    color: #ffffff
}

footer .subscribe .form .button:hover {
    opacity: 1
}

footer .social .title {
    margin-bottom: 1.2em
}

footer .social-icons .icon-yt:before {
    background-image: url(../img/soc-icon-white-yt.svg)
}

footer .social-icons .icon-yt:after {
    background-image: url(../img/soc-icon-yellow-yt.svg)
}

footer .social-icons .icon-vk:before {
    background-image: url(../img/soc-icon-white-vk.svg?2)
}

footer .social-icons .icon-vk:after {
    background-image: url(../img/soc-icon-yellow-vk.svg?2)
}

footer .social-icons .icon-fb:before {
    background-image: url(../img/soc-icon-white-fb.svg)
}

footer .social-icons .icon-fb:after {
    background-image: url(../img/soc-icon-yellow-fb.svg)
}

footer .social-icons .icon-in:before {
    background-image: url(../img/soc-icon-white-in.svg)
}

footer .social-icons .icon-in:after {
    background-image: url(../img/soc-icon-yellow-in.svg)
}

footer .social-icons .icon-tg:before {
    background-image: url(../img/soc-icon-white-tg.svg)
}

footer .social-icons .icon-tg:after {
    background-image: url(../img/soc-icon-yellow-tg.svg)
}

footer .social-icons .icon .tip {
    background: #000000;
    border-color: #bfbfbf;
    color: #bfbfbf
}

footer .copyright {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    clear: both
}

.popup {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000
}

.popup .bg {
    background: #000000;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

.popup:before,
.popup .win {
    display: inline-block;
    vertical-align: middle
}

.popup:before {
    content: '';
    width: 0;
    height: 100%
}

.popup .win {
    box-sizing: border-box;
    max-width: 77vw;
    padding: 23vh 0 5vh 0;
    z-index: 2;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.popup::-webkit-scrollbar {
    background-color: transparent;
    width: 0
}

.popup::-webkit-scrollbar-thumb {
    background-color: transparent
}

.popup .close {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 13vh;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup .close:before,
.popup .close:after {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.popup .close:before {
    width: 100%;
    height: 5px
}

.popup .close:after {
    width: 5px;
    height: 100%
}

.popup .close:hover {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup .content {
    background: #ffffff;
    width: 100%;
    text-align: left
}

.popup {
    -webkit-transition: opacity .5s ease, z-index 0s linear;
    transition: opacity .5s ease, z-index 0s linear
}

.popup .win {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}

.popup.hidden {
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity .5s ease, z-index 0s linear .5s;
    transition: opacity .5s ease, z-index 0s linear .5s
}

.popup.hidden .win {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}

.popup.hidden .gallery-mobile {
    display: none !important
}

#document .content {
    background: transparent
}

#document .image {
    background: #ffffff;
    min-width: 50vw;
    min-height: 50vh
}

#document .image:before {
    content: '';
    background: url(../img/loading.svg) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

#document .image img {
    max-width: 100%;
    max-height: 100%
}

#document .download-lnk {
    background: url(../img/download-icon.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 26px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: -10vh;
    margin: -19px 0 0 -33px;
    z-index: 10
}

#document .download-lnk:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

#document .download-lnk span {
    position: absolute;
    left: 35px;
    top: -2px;
    color: #fff;
    font-family: 'pf_beausans_proregular';
    font-size: 14px;
    line-height: 14px
}

#photo .win {
    width: 90vw;
    max-width: 1400px;
    padding: 75px 0 0 0
}

#photo .close {
    top: 40px
}

#photo nav.arrows {
    position: absolute;
    left: -31px;
    right: -31px;
    top: 50%
}

#photo nav.arrows a {
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: -16px;
    cursor: pointer
}

#photo nav.arrows a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

#photo nav.arrows a.prev {
    border-color: transparent #4fa63d transparent transparent;
    border-width: 16px 16px 16px 0;
    left: 0
}

#photo nav.arrows a.next {
    border-color: transparent transparent transparent #4fa63d;
    border-width: 16px 0 16px 16px;
    right: 0
}

#photo nav.arrows a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

#photo .image {
    background: #f2f2f2 url(../img/loading.svg) 50% 50% no-repeat;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: none
}

#photo .image div {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

#photo .image:after {
    content: '';
    background: url(../img/watermark.png) 0 0 no-repeat;
    width: 120px;
    height: 114px;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2
}

#photo .image img {
    height: 100%;
    max-height: 65vh
}

#photo .footer {
    background: #ffffff;
    text-align: left
}

#photo .footer:after {
    content: '';
    background: #c0c0c0;
    width: 1px;
    height: 55px;
    position: absolute;
    left: calc(55% - 1vw);
    bottom: 17px;
    z-index: 1
}

#photo .footer td {
    box-sizing: border-box
}

#photo .footer .tr-top td {
    font-size: 14px
}

#photo .footer .tr-top>td {
    padding: 25px 5vw
}

#photo .footer .tr-bottom {
    background: #f3f3f3;
    height: 90px
}

#photo .footer .tr-bottom td {
    font-size: 15px
}

#photo .footer .tr-bottom>td {
    padding: 25px 4.5vw
}

#photo .footer .tr-top>td:first-child,
#photo .footer .tr-bottom>td:first-child {
    width: 55%;
    padding-right: 2.5vw
}

#photo .footer .tr-top>td:last-child,
#photo .footer .tr-bottom>td:last-child {
    padding-left: 2.5vw
}

#photo .footer .td-right {
    text-align: right
}

#photo .footer .name {
    font-family: 'pf_beausans_probold';
    font-size: 22px;
    color: #38762a
}

#photo .footer .date,
#photo .footer .img-lnk,
#photo .footer .img-num {
    color: #808080
}

#photo .footer .date {
    padding-top: 5px
}

#photo .footer .img-num {
    font-size: 22px
}

#photo .footer .title {
    margin: 0;
    font-family: 'frizquadratacbold';
    font-size: 25px
}

#photo .footer .tags {
    width: auto
}

#photo .footer .tags td {
    padding-right: 20px
}

#photo .footer .tags td:nth-child(2) {
    padding-right: 40px
}

#photo .footer .tags a {
    color: #38762a
}

#photo .footer .social-icons {
    white-space: nowrap
}

#photo .footer .social-icons .icon:first-child {
    margin-left: 20px
}

#photo .footer .social-icons .icon:last-child {
    margin-right: 0
}

.scoretable-section {
    margin-top: 57px
}

.politic__text p img,
.newpage__text p img {
    max-width: 100%;
    height: auto
}

.newpage__text p iframe {
    width: 100%
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1
}

.owl-carousel .owl-item .owl-lazy:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: url(../img/loading.svg) center center no-repeat;
    background-size: contain
}

.owl-carousel .owl-item .owl-lazy[style]:before {
    display: none
}

header .menu,
header .menu .menu-lnk,
header .menu .menu-lnk:before,
header .menu .menu-lnk:after,
header .main-menu .item>a,
header .main-menu a:after,
header .shop-menu a:before,
header .shop-menu a:after,
.button,
.button:before,
.tab-link:before,
.tab-link span,
.data-table td,
.expandable,
.more-lnk,
.gallery nav.arrows a,
.gallery nav.points a,
.tip,
.social-icons .icon:before,
.social-icons .icon:after,
.index-main-info .info-item .team img,
.match-nearest .team img,
.index-main-subscribe .form .input,
.index-table-results .goal-scorers-list .item .img img,
.index-store-section .gallery .item .lnk,
.index-media-section .subscribe-lnk,
.index-media-section .subscribe-lnk span,
.index-media-section .subscribe-lnk:before,
.index-media-section .subscribe-lnk:after,
.popup .close,
#document .download-lnk,
.veterans-letters-list .item span,
.veterans-letters-list .item:after,
.veterans-names-list .item .letter,
.preview-gallery .item:before,
.preview-gallery .item .img,
.media-gallery-list .item .img,
.media-gallery-list .item .img div,
.media-gallery-list .item.other .name:after,
.media-gallery-list .item.video .img:after,
.pagination a span,
.pagination a:after,
#photo nav.arrows a,
.category-list .item .in:before,
.good-list .item .in:before,
.good-list .item .lnk {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.banner--olimp {
    background-color: #572d27;
    position: absolute;
    left: 0;
    top: 0;
    height: 78px;
    width: 67%;
    padding: 0 32px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'pf_beausans_probold';
    font-size: 22px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.banner--olimp.full {
    width: auto;
    padding: 0 20px;
    right: 0
}

.banner--olimp__ico1 {
    height: 100%;
    width: 45px;
    background: url("../img/olimp_banner1.png?t=2") center center no-repeat;
    background-size: contain
}

.banner--olimp__ico2 {
    height: 100%;
    width: 39px;
    background: url("../img/olimp_banner2.svg") center center no-repeat;
    background-size: contain
}

.banner--olimp__text {
    padding: 0 20px;
    text-align: center
}

.nowrap {
    white-space: nowrap
}

[data-version="mobile"] {
    display: none !important
}

.main-column_news-in .view-gallery .item .img,
.main-column_news-in .preview-gallery .item .img {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.sep-score {
    line-height: 1;
    font-family: 'frizquadratacbold';
    font-size: 3em;
    margin-bottom: -0.1em
}

.sep-score span {
    font-size: .8em;
    position: relative;
    top: -0.15em
}

@media all and (max-width:1700px) {
    .page-main-section .side-column .index-main-info .info-item.next .countdown .value {
        font-size: 2em
    }

    .page-main-section .side-column .index-match-gallery .score {
        font-size: 40px
    }
}

@media all and (max-width:1500px) {
    .page-side-block .store-gallery .item .txt {
        padding-right: 72px
    }

    .page-main-section .side-column .index-main-info .info-item .team {
        width: 4vw;
        height: 4vw
    }

    .page-main-section .side-column .index-main-info .info-item.next .countdown {
        padding: .8em .5em;
        margin: 0 .5em
    }

    .page-main-section .side-column .index-main-info .info-item.next .countdown,
    .page-main-section .side-column .index-main-info .info-item.next .countdown .label {
        font-size: 11px
    }

    .page-main-section .side-column .index-match-gallery .score {
        font-size: 30px
    }
}

@media all and (max-width:1430px) {
    .banner--olimp {
        font-size: 18px;
        line-height: 1.3
    }
}

@media all and (max-width:1400px) {
    .tab-link .title {
        line-height: 35px;
        font-size: 25px
    }

    .tab-link .subtitle {
        font-size: 15px
    }

    .tab-link,
    .tab-link.active .title {
        font-size: 35px
    }

    .index-table-results .goal-scorers-list .item {
        font-size: 16px
    }

    .page-side-subscribe .title {
        font-size: 30px
    }

    .page-side-block .store-gallery .item .txt {
        font-size: 14px;
        padding-right: 62px
    }

    .page-main-section .side-column .index-main-info .info-item.next .date,
    .page-main-section .side-column .index-main-info .info-item.next .descr {
        font-size: 14px
    }

    .page-main-section .side-column .index-match-gallery .score {
        font-size: 25px
    }

    .page-main-section .side-column .index-main-info .info-item {
        padding-left: 1vw;
        padding-right: 1vw
    }

    .management-person .txt,
    .management-person .txt .info>div {
        font-size: 14px
    }

    .veterans-letters-list .item {
        font-size: 16px
    }

    .side-column .select {
        padding: 1.3em 2.4em 1.1em 1.2em
    }

    .side-column .select .ui-selectmenu-button .ui-icon {
        right: 1.2em
    }

    .page-side-block.cart .info {
        font-size: 14px
    }

    .index-store-section .gallery .item .name,
    .store-gallery .item .name,
    .category-list .item .name,
    .good-list .item .name {
        font-size: 155%
    }

    .good-info .info .description .name {
        font-size: 235%
    }

    .good-info .info .description .price {
        font-size: 165%
    }

    .good-info .info .share .title {
        font-size: 20px
    }

    .good-info .info .share .social-icons .icon {
        margin: 0 5px
    }

    footer .main-menu {
        margin-left: 0
    }

    footer .feedback {
        margin-right: 0
    }

    .media-schools-section .media-gallery-list_school-team .item .name {
        font-size: 18px
    }

    .index-main-gallery.owl-carousel .owl-nav,
    .index-main-gallery.owl-carousel .owl-dots,
    .index-main-gallery.owl-carousel .item__out .text {
        font-size: 35px
    }
}

@media all and (max-width:1360px) {
    .banner--olimp__text {
        max-width: 450px
    }

    .banner--olimp {
        padding: 0 82px 0 50px
    }

    .banner--olimp.full {
        padding: 0 20px
    }
}

@media all and (max-width:1300px) {
    header .main-menu a {
        font-size: 17px
    }

    header .shop-menu {
        width: calc(8em + 50px)
    }

    header .shop-menu a {
        padding-left: 50px;
        font-size: 13px
    }

    header .shop-menu a:after {
        left: 50px
    }

    .data-table-wrap,
    .data-table thead th,
    .data-table tbody td {
        font-size: 14px
    }

    .index-main-gallery .item-text .title {
        font-size: 35px
    }

    .index-main-info .info-item .in {
        font-size: 13px
    }

    .index-main-info .info-item .teams,
    .match-nearest .teams {
        font-size: 14px
    }

    .index-main-info .info-item.next .countdown .value,
    .match-nearest .countdown .value {
        font-size: 2.5em
    }

    .index-main-info .info-item.next .title {
        font-size: 25px
    }

    .index-main-info .info-item.next .date {
        font-size: 16px
    }

    .index-main-info .info-item.next .descr {
        font-size: 15px
    }

    .index-main-info .info-item.prev .title {
        font-size: 20px
    }

    .index-match-gallery .score {
        font-size: 45px
    }

    .index-news-section .gallery .item .txt {
        font-size: 13px
    }

    .index-table-results .goal-scorers-list .item {
        font-size: 15px
    }

    .page-side-subscribe .title {
        font-size: 25px
    }

    .page-side-block .store-gallery .item .txt {
        font-size: 13px
    }

    .page-main-section .side-column .index-main-info .info-item .team {
        width: 3.5vw;
        height: 3.5vw
    }

    .page-main-section .side-column .index-main-info .info-item.next .date,
    .page-main-section .side-column .index-main-info .info-item.next .descr {
        font-size: 13px
    }

    .page-main-section .side-column .index-main-info .info-item.next .countdown {
        width: 47%
    }

    .page-main-section .side-column .index-main-info .info-item.next .countdown .value {
        font-size: 1.6em
    }

    .management-person .txt .title {
        font-size: 18px
    }

    .management-person .txt,
    .management-person .txt .info>div {
        font-size: 13px
    }

    .management-person .txt .info>div:first-child {
        margin-right: 2.5vw
    }

    .documents-list .document {
        font-size: 14px
    }

    .media-section .team-player__video-dsk,
    .media-gallery-list .item .name {
        font-size: 20px
    }

    .veterans-letters-list .item {
        font-size: 15px
    }

    .page-side-block.cart .info {
        font-size: 13px
    }

    .good-info .info .description .name {
        font-size: 215%
    }

    footer .social {
        text-align: right
    }

    footer .feedback .title {
        font-size: 145%
    }

    .media-schools-section .media-gallery-list_school-team .item .name {
        font-size: 14px
    }

    .index-main-gallery.owl-carousel .owl-nav,
    .index-main-gallery.owl-carousel .owl-dots,
    .index-main-gallery.owl-carousel .item__out .text {
        font-size: 30px
    }
}

@media all and (max-width:1200px) {
    header .main-menu a {
        font-size: 16px
    }

    header .shop-menu {
        width: calc(7.5em + 45px);
        min-height: 120px
    }

    header .shop-menu a {
        padding-left: 45px;
        line-height: 40px;
        font-size: 12px
    }

    header .shop-menu a:after {
        left: 45px
    }

    .tab-link .title {
        line-height: 30px;
        font-size: 20px
    }

    .tab-link .subtitle {
        font-size: 14px
    }

    .tab-link,
    .tab-link.active .title {
        font-size: 30px
    }

    .data-table-wrap,
    .data-table thead th,
    .data-table tbody td {
        font-size: 13px
    }

    .index-main-gallery .item-text .title {
        font-size: 30px
    }

    .index-match-gallery .score {
        font-size: 40px
    }

    .index-main-info .info-item .teams,
    .match-nearest .teams {
        font-size: 13px
    }

    .index-table-results .goal-scorers-list .item {
        font-size: 14px
    }

    .page-side-block .store-gallery .item .txt {
        font-size: 12px
    }

    .page-main-section .side-column .index-match-gallery .score {
        font-size: 20px
    }

    .documents-list .document {
        font-size: 13px
    }

    .media-section .team-player__video-dsk,
    .media-gallery-list .item .name {
        font-size: 18px
    }

    .page-side-block .title {
        font-size: 20px
    }

    .page-side-block.cart .info {
        font-size: 12px
    }

    .index-store-section .gallery .item .name,
    .store-gallery .item .name,
    .category-list .item .name,
    .good-list .item .name {
        font-size: 145%
    }

    .veterans-letters-list .item {
        font-size: 14px
    }

    .good-info .info .share .title {
        font-size: 18px
    }

    .good-info .info .share .social-icons .icon {
        margin: 0 2px
    }

    footer .feedback {
        margin-right: 0
    }

    footer .main-menu {
        margin-left: 0
    }

    footer .content {
        width: 95%
    }

    #photo .footer .name,
    #photo .footer .title {
        font-size: 20px
    }
}

@media all and (max-width:1100px) {
    header .main-menu a {
        font-size: 15px
    }

    .tab-link .title {
        line-height: 25px;
        font-size: 18px
    }

    .tab-link .subtitle {
        font-size: 13px
    }

    .tab-link,
    .tab-link.active .title {
        font-size: 25px
    }

    .data-table-wrap,
    .data-table thead th,
    .data-table tbody td {
        font-size: 13px
    }

    .index-table-results .goal-scorers-list .item {
        font-size: 13px
    }

    .page-side-block .store-gallery .item .txt {
        font-size: 11px
    }

    .match-nearest .countdown {
        width: 13vw
    }

    .management-person .txt .title {
        font-size: 16px
    }

    .management-person .txt .info>div {
        font-size: 12px
    }

    .media-section .team-player__video-dsk,
    .media-gallery-list .item .name {
        font-size: 16px
    }

    .index-store-section .gallery .item .name,
    .store-gallery .item .name,
    .category-list .item .name,
    .good-list .item .name {
        font-size: 135%
    }

    .veterans-letters-list .item {
        padding: 15px .7vw;
        font-size: 13px
    }

    .good-info .info .description .name {
        font-size: 190%
    }

    .index-main-gallery.owl-carousel .owl-nav,
    .index-main-gallery.owl-carousel .owl-dots,
    .index-main-gallery.owl-carousel .item__out .text {
        font-size: 25px
    }
}

@media all and (max-width:1000px) {
    .management-list .management-person .txt {
        text-align: center !important
    }

    .management-person .txt>div.title,
    .management-person .txt>div.info {
        width: auto
    }

    .index-main-subscribe.send {
        text-align: center
    }

    .index-main-subscribe.send .index-main-subscribe__alert {
        display: inline-block;
        margin-bottom: 0
    }

    .index-main-subscribe__alert:after {
        top: -4px
    }

    .index-media-section .media:hover .video:after {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .media-other-section .gallery nav.points {
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        display: flex;
        justify-content: center;
        text-align: center
    }

    .media-other-section .gallery nav.points>div {
        overflow-y: hidden;
        overflow-x: auto;
        width: 90vw
    }

    footer .social {
        text-align: center
    }

    .page-image {
        padding-left: 0
    }

    .page-main-section .side-column .index-main-info .info-item.prev .in {
        padding-left: 5vw;
        padding-right: 5vw
    }

    .page-main-section .side-column .index-main-info .info-item.prev nav.arrows {
        left: 0;
        right: 0
    }

    [data-version="desktop"] {
        display: none !important
    }

    [data-version="mobile"] {
        display: block !important
    }

    tr[data-version="mobile"] {
        display: table-row !important
    }

    td[data-version="mobile"] {
        display: table-cell !important
    }

    .data-table__mobile-title td {
        text-align: left;
        color: #a5a5a5;
        font-size: 14px;
        line-height: 14px;
        text-align: left !important;
        background: none !important
    }

    .data-table__mobilebold {
        text-align: left;
        font-family: 'frizquadratacbold';
        font-size: 14px !important;
        text-align: left !important;
        letter-spacing: -1px
    }

    .data-table__mobilebold span {
        display: inline-block;
        padding-right: 1em
    }

    body {
        padding-top: 98px;
        font-size: 15px
    }

    body,
    header {
        min-width: 0
    }

    p {
        margin: 0 0 1em 0
    }

    header {
        height: 98px;
        position: fixed
    }

    header .logo:before {
        width: 15vmin;
        height: 15vmin;
        max-width: calc(98px - 5vh);
        max-height: calc(98px - 5vh)
    }

    header .menu {
        background: #38762a;
        box-sizing: border-box;
        width: 90vw;
        height: 100%;
        padding: 25px 5vw 25px 8vw;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0)
    }

    header .menu .menu-lnk {
        width: 25px;
        height: 25px;
        position: fixed;
        right: 5vw;
        top: 49px;
        margin-top: -13px;
        z-index: 10;
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0)
    }

    header .menu .menu-lnk:before,
    header .menu .menu-lnk:after {
        content: '';
        border: solid #000000;
        box-sizing: border-box;
        width: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

    header .menu .menu-lnk:before {
        border-width: 3px 0;
        height: 20px
    }

    header .menu .menu-lnk:after {
        border-width: 3px 0 0 0;
        height: 3px
    }

    header .menu.opened {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    header .menu.opened .menu-lnk {
        -webkit-transform: translate3d(0, 0, 0) scale(1.2);
        transform: translate3d(0, 0, 0) scale(1.2)
    }

    header .menu.opened .menu-lnk:before,
    header .menu.opened .menu-lnk:after {
        border-color: #ffffff
    }

    header .menu.opened .menu-lnk:before {
        border-width: 3px 0 0 0;
        height: 3px;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transform: translate3d(-50%, -50%, 0) rotate(-45deg)
    }

    header .menu.opened .menu-lnk:after {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        transform: translate3d(-50%, -50%, 0) rotate(45deg)
    }

    header .menu .in {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        height: 100%;
        overflow: auto
    }

    header .menu a {
        color: #ffffff
    }

    header .main-menu {
        display: block;
        width: 100%;
        min-width: 0;
        margin-bottom: 5vh
    }

    header .main-menu a:after {
        background: #ffffff;
        height: 4px;
        margin-top: -4px;
        left: 45px;
        right: 0
    }

    header .main-menu .item:hover>a:after,
    header .main-menu .item .sub a:hover:after {
        opacity: 0
    }

    header .main-menu .item {
        display: block;
        opacity: 1 !important
    }

    header .main-menu .item>a {
        padding: 1vh 0 1vh 45px;
        font-size: 25px
    }

    header .main-menu .item>a:before {
        content: '';
        border-color: #dea749 transparent transparent transparent;
        border-width: 7px 7px 0 7px;
        border-style: solid;
        width: 0;
        height: 0;
        position: absolute;
        left: 8px;
        top: 50%;
        margin-top: -3px;
        z-index: -1
    }

    header .main-menu .item .sub {
        max-height: 0;
        padding: 0 0 0 45px;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0
    }

    header .main-menu .item:hover .sub {
        max-height: 0
    }

    header .main-menu .item .sub .in {
        padding: 0
    }

    header .main-menu .item .sub .lnks {
        display: block;
        width: 100%;
        padding-top: 1.5em;
        margin-bottom: 0
    }

    header .main-menu .item .sub .lnks .column {
        display: block;
        margin: 0
    }

    header .main-menu .item .sub i {
        margin-bottom: .75em;
        opacity: 1
    }

    header .main-menu .item .sub a {
        padding-left: 25px;
        font-size: 20px
    }

    header .main-menu .item .sub a:after {
        left: 25px
    }

    header .main-menu .item .sub a:before {
        content: '';
        background: #dea749;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        position: absolute;
        left: 0;
        top: .5em;
        z-index: 1
    }

    header .main-menu .item .sub .img {
        display: none
    }

    header .main-menu .item.opened>a,
    header .main-menu .item.active>a {
        max-height: 10000px
    }

    header .main-menu .item.opened>a:after,
    header .main-menu .item.active>a:after,
    header .main-menu .item .sub a.active:after {
        opacity: 1
    }

    header .main-menu .item.opened>a:before,
    header .main-menu .item.active>a:before {
        border-color: #ffffff transparent transparent transparent;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    header .main-menu .item.opened .sub,
    header .main-menu .item.active .sub {
        max-height: 10000px;
        opacity: 1
    }

    header .shop-menu {
        min-width: 0;
        min-height: 0
    }

    header .main-menu .item .sub a.active:before {
        background: #ffffff
    }

    header .shop-menu a {
        padding-left: 50px;
        line-height: 45px
    }

    header .shop-menu a:before {
        background-image: url(../img/mobile/shop-menu.png) !important;
        background-size: auto 100%;
        width: 31px;
        height: 31px;
        margin-top: -15px;
        opacity: 1
    }

    header .shop-menu a:after {
        background: #ffffff;
        left: 50px
    }

    header .shop-menu a.shop-tickets:before {
        background-position: 0 0
    }

    header .shop-menu a.shop-online:before {
        background-position: -35px 0
    }

    header .shop-menu a.shop-accredit:before {
        background-position: -70px 0
    }

    header .content>.cart-lnk {
        width: 40px;
        height: 40px;
        right: 40px;
        margin-top: -20px
    }

    header .content>.cart-lnk:before {
        content: '';
        background: url(../img/mobile/cart-lnk.png) 50% 50% no-repeat;
        background-size: contain;
        width: 25px;
        height: 30px;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: -1
    }

    header .content>.cart-lnk span {
        top: 2px;
        right: 0
    }

    section .title {
        text-align: center !important;
        font-size: 35px
    }

    .select {
        padding: 1.3em 2.4em 1.1em 1.2em
    }

    .select .ui-selectmenu-button .ui-icon {
        right: 1.2em
    }

    .button {
        padding: 1em 7.5vw
    }

    .button input {
        padding: 0 7.5vw;
        margin: -1em -7.5vw
    }

    .button span {
        display: block
    }

    .tabs {
        border-width: 2px 0 0 0
    }

    .content .tabs {
        border-width: 2px 0 0 0;
        margin: 0 -5vw
    }

    .tab-link,
    .tab-link .title {
        line-height: 1.2;
        font-size: 20px
    }

    .tab-link.active .title {
        font-size: 22px
    }

    .tab-link,
    .index-table-results .tab-link {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        height: 4em;
        padding: .8em 1em
    }

    .tab-block .subtitle {
        margin-bottom: 5vh
    }

    .tab-block .in {
        padding-left: 5vw;
        padding-right: 5vw
    }

    .data-table thead th:first-child,
    .data-table tbody td:first-child {
        padding-left: .5em
    }

    .data-table thead th:last-child,
    .data-table tbody td:last-child {
        padding-right: .5em
    }

    .data-table.img-label-adaptive tbody td {
        padding-bottom: 1.2em
    }

    .data-table.img-label-adaptive tbody td.img .label {
        padding-top: .4em
    }

    .data-table.img-label-adaptive tbody td.score.small {
        font-size: 200%
    }

    .data-table.img-label-adaptive.spacious tbody td {
        padding-top: .8em !important;
        padding-bottom: .6em !important
    }

    .data-table.img-label-adaptive.spacious tbody td.score.small {
        padding-top: .3em !important;
        padding-bottom: .6em !important
    }

    .data-tables {
        display: block
    }

    .data-tables>div {
        width: 100%;
        margin-top: 5vh
    }

    .data-tables>div:first-child {
        margin-top: 0
    }

    .data-tables>div:first-child .data-table-wrap,
    .data-tables>div:last-child .data-table-wrap {
        margin: 0
    }

    .data-tables>div:first-child .data-table thead th:first-child,
    .data-tables>div:first-child .data-table tbody td:first-child {
        padding-left: 2em
    }

    .data-tables>div:last-child .data-table thead th:last-child,
    .data-tables>div:last-child .data-table tbody td:last-child {
        padding-right: 2em
    }

    .data-table tbody td.score.unknown i {
        width: .6em
    }

    .social-icons .icon:before {
        background-image: url(../img/mobile/social-icons.png?2) !important;
        background-size: auto 72px;
        opacity: 1
    }

    footer .social-icons .icon-tg:before {
        background-image: url(/img/soc-icon-white-tg.svg) !important;
        background-size: 25px
    }

    .social-icons .icon:after {
        display: none
    }

    .social-icons .icon-yt:before {
        background-position: 0 0
    }

    .social-icons .icon-yt:after {
        background-position: 0 -40px
    }

    .social-icons .icon-vk:before {
        background-position: -40px 0
    }

    .social-icons .icon-vk:after {
        background-position: -40px -40px
    }

    .social-icons .icon-fb:before {
        background-position: -80px 0
    }

    .social-icons .icon-fb:after {
        background-position: -80px -40px
    }

    .social-icons .icon-in:before {
        background-position: -120px 0
    }

    .social-icons .icon-in:after {
        background-position: -120px -40px
    }

    .page-main-section>.content {
        border: 0;
        display: block;
        padding-bottom: 0
    }

    .page-main-section .main-column,
    .page-main-section .side-column {
        width: auto
    }

    .page-main-section .main-column,
    .page-main-section .wide-column {
        padding-top: 0 !important;
        padding-bottom: 10vh
    }

    .page-main-section .side-column {
        margin: 0 -5vw
    }

    .page-side-block {
        border-width: 2px 0 0 0;
        padding: 10vh 5vw;
        margin-top: 0
    }

    .index-main-section {
        display: block;
        min-height: 0
    }

    .index-main-gallery {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .index-main-gallery .item__out {
        height: auto
    }

    .index-main-gallery .item__out .item {
        height: 56vw
    }

    .index-main-gallery nav.points {
        top: calc(85% + 20px)
    }

    .index-main-gallery .item-text {
        width: 90%;
        height: 74%;
        padding: 22px;
        left: 5%;
        top: 7%
    }

    .index-main-gallery .item-text:before {
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px
    }

    .index-main-gallery .item-text .title {
        font-size: 23px
    }

    .index-main-gallery .item-text .button {
        max-width: 70%;
        padding: 1em 30px;
        min-width: 140px
    }

    .index-main-info {
        width: 100%;
        height: auto
    }

    .index-main-info .info-item {
        height: auto !important
    }

    .index-main-info .info-item.next {
        padding: calc(13vmin + 2px);
        margin: 0
    }

    .index-main-info .info-item.next:before {
        left: 5vmin;
        right: 5vmin;
        top: 5vmin;
        bottom: 5vmin
    }

    .index-main-info .info-item.next .title {
        margin-bottom: 1em;
        font-size: 21px
    }

    .index-main-info .info-item.next .subtitle,
    .index-main-info .info-item.next .teams {
        margin-bottom: 1.5em
    }

    .index-main-info .info-item.next .teams {
        margin-top: 0
    }

    .index-main-info .info-item.next .teams {
        width: 100%
    }

    .index-main-info .info-item.next .team {
        width: 14vmin;
        height: 14vmin
    }

    .index-main-info .info-item.next .countdown,
    .match-nearest .countdown {
        width: 40vmin
    }

    .index-main-info .info-item.next .countdown .value {
        font-size: 2.5em
    }

    .index-main-info .info-item.prev {
        padding: 4vh 5vw 10vh 5vw
    }

    .index-match-gallery {
        padding-top: 6vh;
        padding-bottom: 12vh;
        margin-top: 4vh;
        margin-bottom: -8vh
    }

    .index-match-gallery nav.arrows {
        margin-top: 1vh
    }

    .index-match-gallery .teams {
        margin-top: 8vh
    }

    .index-match-gallery .team {
        width: 15vmin;
        height: 15vmin
    }

    .index-match-gallery .score {
        font-size: 42px
    }

    .index-main-subscribe,
    .page-side-subscribe {
        display: block;
        padding: 5vh 5vw;
        position: relative;
        top: 0;
        margin: 0;
        clear: both
    }

    .index-main-subscribe .title,
    .page-side-subscribe .title {
        text-align: center;
        font-size: 21px;
        margin-right: 0;
        margin-bottom: 1em
    }

    .index-main-subscribe .form,
    .page-side-subscribe .form {
        max-width: 100% !important;
        max-height: 2.5em;
        text-align: center;
        font-size: 15px
    }

    .index-main-subscribe .form .input,
    .page-side-subscribe .form .input {
        display: block;
        width: 50vw;
        max-width: 350px;
        margin: 0 auto 2em auto
    }

    .index-main-subscribe .form .button input,
    .page-side-subscribe .form .button input {
        padding: 0 7.5vw
    }

    .index-main-subscribe .form.expanded,
    .page-side-subscribe .form.expanded {
        max-height: 10em
    }

    .index-main-subscribe {
        height: auto
    }

    .page-side-subscribe {
        padding: 5vh 5vw
    }

    .page-main-section .main-column .index-main-gallery {
        width: 100vw;
        margin: -60px -5vw 0 -5vw;
        min-height: 320px;
        max-height: 320px
    }

    .page-main-section .main-column .index-main-gallery .item-text {
        width: 90%;
        height: 74%;
        min-height: 0;
        top: 7%
    }

    .page-main-section .main-column .index-main-gallery .button {
        width: 60vw
    }

    .main-column .index-news-section .content {
        width: 90% !important
    }

    .index-news-section .title {
        margin-bottom: 1em
    }

    .index-news-section .title a {
        display: block;
        margin: 1em auto 0 auto
    }

    .index-news-section .gallery {
        padding-bottom: 30px;
        margin: 0 auto
    }

    .index-news-section .gallery nav.arrows {
        top: 45px
    }

    .index-news-section .gallery .item {
        width: 100%
    }

    .index-news-section .gallery .item .img {
        margin-left: auto;
        margin-right: auto
    }

    .index-news-section .gallery .item .txt {
        margin-left: 0
    }

    .index-history-section .content {
        display: block;
        width: 100%
    }

    .index-history-section .title {
        width: 100%;
        margin: 0 auto
    }

    .index-history-section .lnk {
        margin: 1em 1.5em 0 1.5em
    }

    .index-history-day,
    .index-history-names {
        padding: 5vh 5vw
    }

    .index-history-day .title {
        max-width: 8em
    }

    .index-history-day+.index-history-names {
        margin-left: 0;
        margin-top: 20px
    }

    .index-tables-section .content {
        display: block;
        width: 100%
    }

    .index-tables-section .tab-block .data-table-wrap {
        min-height: 0
    }

    .index-table-results,
    .index-table-calendar {
        width: 100%;
        border-width: 2px 0 0 0;
        margin: 0 !important
    }

    .index-table-results .tab-link {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .index-table-results .data-table .number:first-child {
        text-align: left;
        padding-right: 0
    }

    .index-table-results .data-table .img {
        text-align: left;
        padding-left: 0
    }

    .index-table-results .goal-scorers-list {
        display: block;
        height: auto;
        padding-bottom: 10vh;
        margin: 0 -5vw
    }

    .index-table-results .goal-scorers-list.inited:before,
    .index-table-results .goal-scorers-list.inited:after {
        width: 20%
    }

    .index-table-results .goal-scorers-list nav.points {
        margin-top: -4vh
    }

    .index-table-results .goal-scorers-list .line {
        left: 20%;
        height: 290px
    }

    .index-table-results .goal-scorers-list .item {
        display: inline-block;
        width: 60%;
        max-width: 100%;
        text-align: center;
        font-size: 15px
    }

    .index-table-results .goal-scorers-list .item .img {
        width: 100%;
        margin: 0 0 4vh 0
    }

    .index-table-results .goal-scorers-list .item .img img {
        width: 50vmin;
        height: 50vmin;
        margin: 0 auto
    }

    .index-table-results .goal-scorers-list .item:hover .img img {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .index-table-results .goal-scorers-list .item .txt {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 50vmin;
        max-width: 375px;
        margin: 0 auto;
        text-align: left
    }

    .index-table-results .goal-scorers-list .item .number {
        margin-right: .2em;
        font-size: 3.4em
    }

    .index-table-results .goal-scorers-list .item .goals {
        margin: 0
    }

    .index-table-calendar .tab-block .in {
        padding-top: 0
    }

    .index-media-section .head {
        display: block;
        text-align: center;
        padding-bottom: 5vh
    }

    .index-media-section .title {
        margin-bottom: .8em
    }

    .index-media-section .title a {
        display: block;
        margin: 1em auto 0 auto
    }

    .index-media-section .subscribe-lnk {
        padding: 0 1.4em 0 4em;
        line-height: 3;
        font-size: 13px
    }

    .index-media-section .subscribe-lnk:after {
        display: none
    }

    .index-media-section .subscribe-lnk:before {
        background-image: url(../img/mobile/youtube-icon.png);
        background-size: contain;
        width: 23px;
        height: 16px;
        left: calc(2em - 11px);
        top: calc(1.5em - 8px);
        opacity: 1 !important
    }

    .index-media-section .media-list.inited {
        display: block;
        height: auto;
        min-height: 0
    }

    .index-media-section .video {
        height: 32vmax;
        margin-bottom: 4vh
    }

    .index-media-section .video:after {
        background: url(../img/mobile/play-icon.png) 0 0 no-repeat;
        background-size: contain;
        width: 76px;
        height: 76px
    }

    .index-media-section .info {
        box-sizing: border-box;
        width: 100%;
        padding: 0 5vw;
        text-align: center
    }

    .index-media-section .info .date {
        display: none
    }

    .index-media-section .media-list .gallery {
        padding-bottom: 12vh
    }

    .index-media-section .media-list .gallery:before,
    .index-media-section .media-list .gallery:after {
        display: none
    }

    .index-media-section .media-list .gallery nav.points {
        margin-top: -5vh
    }

    .index-store-section .content {
        padding: 8vh 0
    }

    .index-store-section .gallery nav.arrows {
        top: 20vh
    }

    .index-store-section .gallery .item {
        width: 100%
    }

    .index-store-section .gallery .item .img,
    .page-side-block .store-gallery .item .img {
        height: 40vh
    }

    .index-store-section .gallery .item .txt,
    .page-side-block .store-gallery .item .txt {
        padding-right: 72px
    }

    .index-store-section .gallery .item .name {
        font-size: 150%
    }

    .index-store-section .gallery .item .lnk,
    .page-side-block .store-gallery .item .lnk {
        background: #38762a url(../img/mobile/store-icon.png) 50% 50% no-repeat;
        background-size: contain;
        width: 57px;
        height: 57px;
        top: 0;
        margin-top: 0
    }

    .index-store-section .hits-gallery {
        margin-top: -3em
    }

    .index-store-section .hits-gallery .item .txt {
        padding-right: 0
    }

    .index-store-section .hits-gallery .item .lnk,
    .good-list .item .lnk {
        background-color: #f2f2f2;
        background-image: url(../img/mobile/store-icon-black.png);
        top: auto;
        margin-top: 0
    }

    .index-social-section .content {
        border-width: 2px 0;
        width: 100%;
        padding: 8vh 0 14vh 0;
        text-align: center
    }

    .index-social-section .social-icons {
        display: inline-block;
        max-width: 200px;
        margin-bottom: 0;
        text-align: left
    }

    .index-social-section .social-icons .icon {
        margin: 4vh 0 0 0
    }

    .index-partners-section .content {
        padding: 8vh 0 0 0
    }

    .index-partners-section .gallery .item {
        margin-bottom: 14vh
    }

    .index-partners-section .partners-list .item {
        margin-bottom: 14vh
    }

    .index-partners-section .partners-list {
        row-gap: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
    }

    .page-side-block .store-gallery nav.arrows {
        top: calc(22.5vh + 4em)
    }

    .page-side-block .store-gallery .item .txt {
        font-size: 15px
    }

    .page-side-block .store-gallery .item .lnk {
        top: 50%;
        margin-top: -28px
    }

    .page-main-section .side-column .index-main-info .info-item .teams {
        margin-bottom: 0
    }

    .page-main-section .side-column .index-main-info .info-item .team {
        width: 15vmin;
        height: 15vmin
    }

    .page-main-section .side-column .index-main-info .info-item.next {
        border-width: 2px;
        margin: 0 5vw 5vh 5vw
    }

    .page-main-section .side-column .index-main-info .info-item.next .countdown,
    .page-main-section .side-column .index-main-info .info-item.next .countdown .label {
        font-size: 13px
    }

    .page-main-section .side-column .index-main-info .info-item.next .countdown .value {
        font-size: 2.5em
    }

    .page-main-section .side-column .index-main-info .info-item.next .countdown {
        width: 40vmin;
        padding: .8em 1em;
        margin: 0 1em
    }

    .page-main-section .side-column .index-main-info .info-item.prev {
        background: #f7f7f7
    }

    .page-main-section .side-column .index-match-gallery {
        padding-top: 3em
    }

    .page-main-section .side-column .index-match-gallery .teams {
        margin-top: 0
    }

    .page-main-section .side-column .index-match-gallery .score {
        font-size: 40px
    }

    .page-main-section .side-column .index-match-gallery+.info-lnk {
        top: -11vh;
        margin-bottom: -2vh
    }

    .match-filter-section form,
    .match-filter-section form .field {
        display: block
    }

    .match-filter-section form .field {
        margin-right: 0;
        margin-bottom: 1em
    }

    .match-filter-section form .label {
        display: none
    }

    .match-next-section .title {
        margin-bottom: .5em
    }

    .match-next-section .match-nearest {
        display: block;
        padding: 6em 2em 7em 2em
    }

    .match-next-section .match-nearest .teams {
        min-width: 0
    }

    .match-next-section .match-nearest .team {
        width: 14vmin;
        height: 14vmin
    }

    .match-next-section .match-nearest .descr {
        padding-left: 0;
        margin: -10em 0 0 0;
        text-align: center
    }

    .match-next-section .match-nearest .descr span {
        display: block
    }

    .match-next-section .match-nearest .descr span:before {
        display: none
    }

    .match-next-section .data-table-wrap {
        padding-bottom: 4.6em
    }

    .match-next-section .data-table td:last-child,
    .match-prev-section .data-table td:last-child {
        display: none
    }

    .management-person {
        display: block;
        margin-left: 0;
        padding-left: 0
    }

    .management-person .img {
        width: 90vmin;
        height: 90vmin;
        max-width: 325px;
        max-height: 325px;
        margin: 0 auto 4vh auto
    }

    .management-person .img img {
        width: 90vmin;
        height: 90vmin;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto
    }

    .management-person .txt {
        max-width: 100%
    }

    .management-person .txt .name {
        font-size: 180%
    }

    .management-person .txt .info>div {
        font-size: 12px
    }

    .management-person .txt .info>div:first-child {
        margin-right: 7.5vw
    }

    .management-person .txt .info .value span {
        line-height: 13.5px;
        font-size: 130%
    }

    .management-person .txt .info .flag {
        width: 21.5px;
        height: 13.5px;
        margin-right: 10px
    }

    .management-person-info {
        margin-left: 0;
        margin-right: 0;
        line-height: 1.3
    }

    .management-person-info .title {
        margin-bottom: 1em
    }

    .management-person-info .data-table-wrap {
        margin: 0
    }

    .management-person-info .person-table thead th,
    .management-person-info .person-table tbody td {
        padding-left: 1em;
        padding-right: 1em;
        white-space: nowrap
    }

    .management-person-info .person-table thead th:first-child,
    .management-person-info .person-table tbody td:first-child {
        padding-left: 2em
    }

    .management-person-info .person-table thead th:last-child,
    .management-person-info .person-table tbody td:last-child {
        padding-right: 2em
    }

    .management-list .management-person .info,
    .management-list .management-person .descr,
    .management-list .management-person .link {
        display: none
    }

    .management-list .management-person .img img {
        width: 90vmin;
        height: 90vmin;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        -webkit-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important
    }

    .management-list .management-person .txt .title {
        font-size: 14px
    }

    .management-list .management-person .txt .name {
        font-size: 135%
    }

    .documents-list .document {
        width: 100%;
        font-size: 15px
    }

    .documents-list .document:last-child {
        margin-bottom: 0
    }

    .documents-list .document span {
        width: 90vmin
    }

    .documents-list .document .img {
        height: 90vmin
    }

    .documents-list .document:nth-child(3n+1) span {
        margin-left: auto
    }

    .documents-list .document:nth-child(3n+3) span {
        margin-right: auto
    }

    .page-text {
        margin-left: 0;
        margin-right: 0;
        line-height: 1.3
    }

    .page-text .title {
        margin-bottom: 1em
    }

    .page-main-section .side-column .index-main-info+.side-calendar {
        margin-top: 5vh
    }

    .page-main-section .side-column>div:last-child {
        margin-bottom: 0
    }

    .veterans-letters-list {
        margin-left: 0;
        margin-right: 0
    }

    .veterans-letters-list.inited:before,
    .veterans-letters-list.inited:after {
        display: block;
        width: 20vw
    }

    .veterans-letters-list.inited:before {
        background: -moz-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%)
    }

    .veterans-letters-list.inited:after {
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%)
    }

    .veterans-letters-list .line {
        left: 20%
    }

    .veterans-letters-list .item {
        width: 12%;
        font-size: 17px
    }

    .veterans-names-list {
        display: block;
        visibility: visible;
        margin: 0;
        text-align: center
    }

    .veterans-names-list .item {
        width: 100%;
        padding: 0 5vw;
        margin-bottom: 4em
    }

    .veterans-names-list .item:last-child {
        margin-bottom: 5vh
    }

    .veterans-names-list .item a {
        text-align: left
    }

    .view-gallery {
        margin: 0 -5vw;
        padding: 0 0 40px 0
    }

    .view-gallery .numeration {
        min-width: 100px;
        padding: 0 10px;
        font-size: 15px;
        right: 50%;
        margin-right: -50px;
        top: auto;
        bottom: 40px
    }

    .view-gallery .line {
        left: 5%
    }

    .view-gallery .item {
        width: 90%
    }

    .view-gallery .item .in {
        padding: 0 2.5vw
    }

    .view-gallery .item .img {
        height: 50vmax
    }

    .media-video-section .team-player__video {
        padding-top: calc(50vmax + 20px)
    }

    .media-video-section .team-player__video-bg,
    .media-video-section #team-player {
        width: 100%;
        height: 50vmax
    }

    .media-section .team-player__title,
    .media-section .team-player__title+.team-player__center {
        display: block;
        width: 100%;
        text-align: center
    }

    .media-section .team-player__title {
        margin-bottom: 15px
    }

    .media-section .team-player__title+.team-player__center {
        margin-top: 0
    }

    .media-section .team-player__video-dsk,
    .media-section .team-player__video-date {
        text-align: center
    }

    .media-section .team-player__video-dsk {
        padding-bottom: 15px;
        line-height: 16px;
        font-size: 15px
    }

    .media-video-section .team-player__video-bg:after {
        background: url(../img/mobile/play-icon.png) 0 0 no-repeat;
        background-size: contain;
        width: 76px;
        height: 76px;
        margin: -38px 0 0 -38px
    }

    .media-photo-gallery {
        margin-bottom: 25px
    }

    .media-gallery-list {
        display: block;
        max-width: 350px;
        margin: 0 auto
    }

    .media-gallery-list .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .media-gallery-list .item:first-child .img {
        padding-top: 100%
    }

    .media-gallery-list .item.other .img {
        padding-top: 100px
    }

    .media-gallery-list .item.video .img:after,
    .media-gallery-list .item.video:first-child .img:after {
        background: url(../img/mobile/play-icon.png) 0 0 no-repeat;
        background-size: contain;
        width: 76px;
        height: 76px;
        margin: -38px 0 0 -38px
    }

    .media-theme-section {
        display: block;
        margin-top: 20px
    }

    .media-theme-section .title {
        font-size: 20px
    }

    .media-theme+.media-social {
        margin: 0;
        padding-top: 0
    }

    .media-album-section .title,
    .media-other-section .title,
    .media-player-section .title {
        text-transform: uppercase;
        font-size: 20px
    }

    .media-other-section .title span {
        display: block
    }

    .media-other-section .media-gallery-list {
        margin-bottom: 0
    }

    .media-other-section .media-gallery-list .item:first-child {
        width: 100%
    }

    .media-player-section+.media-theme-section {
        margin-top: 10px
    }

    .media-wallpaper-list {
        display: block;
        max-width: 350px;
        margin: 0 auto
    }

    .media-wallpaper-list .item {
        width: 100%;
        margin: 0 0 40px 0
    }

    .media-wallpaper-list .item .img {
        padding-top: 55%
    }

    .media-print-section .media-gallery-list .item:first-child {
        width: 100%
    }

    .pagination {
        max-width: 275px;
        margin: 20px auto 0 auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .pagination:after,
    .pagination a {
        font-size: 20px
    }

    .pagination:after {
        content: '...';
        background: #ffffff;
        padding: .8em 0 .8em .7em;
        line-height: 1.2;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

    .pagination a {
        padding: .8em 1.2em
    }

    .media-filter {
        text-align: center
    }

    .media-filter form {
        text-align: left
    }

    .media-filter .subscribe-lnk {
        display: inline-block !important;
        top: -30px
    }

    .media-filter .subscribe-lnk:before {
        content: '';
        background: url(../img/mobile/youtube-icon-red.png) 0 0 no-repeat;
        background-size: contain;
        width: 38px;
        height: 28px;
        top: calc(50% - 14px)
    }

    .accreditation-section {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding-top: calc(55vh - 50px);
        line-height: 1.6
    }

    .accreditation-section.-wide {
        padding-top: 0
    }

    .accreditation-section .title {
        margin-bottom: 1em;
        text-align: left !important;
        font-size: 25px
    }

    .accreditation-section .accreditation-bg {
        background: url(../img/mobile/accreditation-bg.jpg) 50% 0 no-repeat;
        background-size: auto 100%;
        width: 100vw;
        height: 55vh;
        max-width: 100vw;
        max-height: 55vh;
        position: absolute;
        left: -5vw
    }

    .media-article-section {
        margin-left: 0
    }

    .category-list {
        white-space: nowrap
    }

    .category-list,
    .category-list .wrap {
        overflow: hidden
    }

    .category-list.inited:before,
    .category-list.inited:after {
        display: block
    }

    .category-list nav.arrows {
        top: 20vh
    }

    .category-list .item,
    .good-list .item {
        width: 100%
    }

    .category-list .item .in:before,
    .good-list .item .in:before {
        display: none
    }

    .category-list .item .img,
    .good-list .item .img {
        height: 40vh
    }

    .side-column.for-online-store {
        display: block
    }

    .page-side-block.cart {
        display: none
    }

    .good-info,
    .good-info .info .share {
        display: block;
        text-align: center
    }

    .good-info .photos,
    .good-info .info {
        width: 100%
    }

    .good-info .view-gallery,
    .good-info .view-gallery .item {
        padding: 0
    }

    .good-info .view-gallery nav.arrows {
        margin-top: -18px
    }

    .good-info .view-gallery nav.arrows a.prev {
        border-color: transparent #b2b2b2 transparent transparent
    }

    .good-info .view-gallery nav.arrows a.next {
        border-color: transparent transparent transparent #b2b2b2
    }

    .good-info .view-gallery .item .in {
        padding: 0 5vw
    }

    .good-info .view-gallery .item .img {
        height: 50vh;
        margin: 0
    }

    .good-info .info .description .name {
        font-size: 235%
    }

    .good-info .info .description .color {
        margin: 2em 0 2.5em 0
    }

    .good-info .info .description .price {
        font-size: 165%
    }

    .good-info .info .description .price .price-label {
        display: inline-block;
        vertical-align: baseline;
        margin: 0 0 0 2em;
        position: relative;
        top: -2px;
        left: 0
    }

    .good-info .info .description .button {
        width: 70vw;
        padding: 1.7em 12vw 1.7em 18vw
    }

    .good-info .info .description .button:after {
        background-image: url(../img/mobile/store-icon.png);
        background-size: contain;
        left: 12vw
    }

    .good-info .info .description,
    .good-info .info .share {
        height: auto;
        margin-top: 10vh
    }

    .good-info .info .description .selectors .size-wrap,
    .good-info .info .description .selectors .count-wrap {
        width: 100%;
        margin-right: 0
    }

    .good-info .info .share .title {
        margin-bottom: .8em;
        margin-right: 0;
        font-size: 25px
    }

    .good-info .info .share .social-icons .icon {
        margin: 0 10px
    }

    .selector.size .check {
        margin: 5px 3px 0 3px
    }

    .selector.count {
        margin: 0 auto
    }

    header .main-menu .search-item {
        width: 100%;
        margin-top: 5vh;
        position: relative
    }

    header .main-menu .search-item .search-form .bg {
        display: none
    }

    header .main-menu .search-item .search-form .input {
        border-bottom: 3px solid #ffffff;
        background: none;
        width: 75%;
        height: 100%;
        padding-left: 8px;
        font-size: 16px;
        color: #ffffff;
        opacity: 1 !important
    }

    header .main-menu .search-item .search-form .input::-webkit-input-placeholder {
        color: #ffffff;
        opacity: .8
    }

    header .main-menu .search-item .search-form .input:-moz-placeholder {
        color: #ffffff;
        opacity: .8
    }

    header .main-menu .search-item .search-form .input::-moz-placeholder {
        color: #ffffff;
        opacity: .8
    }

    header .main-menu .search-item .search-form .input:-ms-input-placeholder {
        color: #ffffff;
        opacity: .8
    }

    header .main-menu .search-item .search-form .submit {
        width: 7.5vmax;
        height: 7.5vmax
    }

    header .main-menu .search-item .search-form .submit input {
        background-image: url(../img/mobile/search-icon-black.png);
        background-size: auto 18px
    }

    .page-main-section .search-form {
        max-width: 100%
    }

    .page-main-section .search-form .submit input {
        background-image: url(../img/mobile/search-icon-black.png);
        background-size: auto 18px
    }

    footer .content {
        padding: 10vh 0
    }

    footer .feedback {
        width: 100%;
        float: none;
        padding-bottom: 3em;
        margin: 0
    }

    footer .subscribe .form {
        max-width: 100%
    }

    footer .subscribe .form .input {
        display: block;
        width: 50vw;
        max-width: 350px;
        margin: 0 auto 2em auto
    }

    footer .subscribe .form .button input {
        padding: 0 7.5vw
    }

    footer .social-icons .icon-yt:before {
        background-position: 0 -40px
    }

    footer .social-icons .icon-vk:before {
        background-position: -40px -40px
    }

    footer .social-icons .icon-fb:before {
        background-position: -80px -40px
    }

    footer .social-icons .icon-in:before {
        background-position: -120px -40px
    }

    footer .copyright {
        display: block;
        text-align: center
    }

    footer .copyright>div {
        padding-top: 2em
    }

    .popup .win {
        padding-top: 20vh
    }

    .popup .close {
        top: 10vh
    }

    .media-other-section .view-gallery .item {
        width: 100%
    }

    .media-other-section .view-gallery .item .img {
        width: 90%;
        margin: 0 auto
    }

    .media-other-section .view-gallery .item .in {
        padding: 0
    }

    .media-other-section .media-photo-gallery {
        width: 100%;
        margin: 0
    }

    .media-other-section .view-gallery .line {
        left: 0
    }

    .banner--olimp {
        padding: 0 30px;
        width: 100%;
        position: relative;
        height: 50px;
        font-size: 12px;
        line-height: 16px
    }

    .banner--olimp__ico1 {
        width: 28px
    }

    .banner--olimp__ico2 {
        width: 32px
    }

    .banner--olimp__text {
        max-width: none
    }

    .index-main-gallery {
        margin-top: 0
    }

    .page-main-section_schools>.content {
        padding-top: 0
    }

    .page-main-section_schools .school-team-in__img {
        margin-left: -5vw;
        margin-right: -5vw
    }

    .media-schools-section .media-gallery-list .item,
    .media-schools-section .media-gallery-list_school-team .item:first-child {
        width: 100%;
        margin-bottom: 75px
    }

    .media-schools-section .media-gallery-list_school-team .item .name {
        text-align: center;
        font-size: 21px
    }

    .school-docs .media-gallery-list .item:first-child {
        width: 100%
    }

    .school-docs__list {
        font-size: 16px;
        line-height: 1.8;
        width: 82%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-top: 15px
    }

    .school-docs__list ul li:before {
        top: 13px;
        height: 2px
    }

    .school-docs .item {
        margin-bottom: 32px
    }

    .index-main-gallery.owl-carousel .owl-nav,
    .index-main-gallery.owl-carousel .owl-dots,
    .index-main-gallery.owl-carousel .item__out .text {
        font-size: 22px
    }

    .index-main-gallery.owl-carousel .item__out .text {
        padding-left: 5vmin;
        padding-right: 5vmin
    }

    .index-main-gallery.owl-carousel .item__out .text {
        position: relative
    }
}

@media all and (max-width:795px) {
    .banner--olimp__text {
        padding: 0 15px
    }

    .banner--olimp {
        padding: 0 15px
    }
}

@media all and (max-width:640px) {

    .tab-link,
    .tab-link .title {
        font-size: 18px
    }

    .tab-link.active .title {
        font-size: 20px
    }

    .index-partners-section .gallery .item {
        display: block;
        width: 100%
    }

    .index-partners-section .partners-list {
        display: block
    }

    .index-partners-section .partners-list .item {
        display: block;
        width: 100%
    }
}

@media all and (max-width:530px) {
    .banner--olimp {
        font-size: 13px;
        line-height: 1.3;
        height: 60px
    }

    .banner--olimp__ico1 {
        min-width: 33px;
        width: 33px
    }

    .banner--olimp__text {
        padding: 0 10px
    }
}

@media all and (max-width:375px) {

    .data-table-wrap,
    .data-table thead th,
    .data-table tbody td {
        font-size: 11px
    }

    .data-table.img-label-adaptive tbody td.score.small {
        font-size: 160%
    }

    .data-table__mobilebold {
        font-size: 13px !important
    }
}

@media all and (max-width:350px) {
    .school-docs__list {
        width: 90%
    }

    .index-main-gallery.owl-carousel .owl-nav,
    .index-main-gallery.owl-carousel .owl-dots,
    .index-main-gallery.owl-carousel .item__out .text {
        font-size: 20px
    }
}

@media all and (max-width:320px) {

    .tab-link,
    .tab-link .title {
        font-size: 16px
    }

    .tab-link.active .title {
        font-size: 18px
    }

    .main-column .index-news-section .content {
        width: auto
    }
}

.gallery-mobile {
    display: none !important
}

.gallery-mobile__item {
    height: 44vmax;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background: #f2f2f2;
    border-bottom: 50px solid #f2f2f2
}

.gallery-mobile__item[style] .swiper-lazy-preloader {
    display: none
}

.gallery-mobile .swiper-pagination-fraction {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
    transform: translate3d(0, 0, 0) translateX(-50%);
    background: #000;
    height: 37px;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    font-size: 15px;
    width: auto
}

.gallery-mobile .swiper-pagination-fraction .swiper-pagination-current {
    font-weight: normal;
    padding-right: 5px
}

.gallery-mobile .swiper-pagination-fraction .swiper-pagination-total {
    padding-left: 5px
}

.calendar-links {
    width: auto;
    text-align: right;
    margin: auto;
    font-family: frizquadratacbold;
    font-size: 20px;
    line-height: 1.4
}

.calendar-links td {
    padding: 5px 10px
}

.calendar-links .button {
    font-family: 'frizquadratacregular';
    font-size: 18px;
    padding: .4em 1em
}

.tournament_table_content .button {
    font-family: 'frizquadratacregular';
    font-size: 24px;
    padding: .4em 1em
}

@media (max-width:1000px) {
    .calendar-links {
        font-size: 16px
    }

    .calendar-links td:first-child {
        padding-left: 0
    }

    .calendar-links td:last-child {
        padding-right: 0
    }

    .calendar-links .button {
        font-size: 16px
    }

    .tournament_table_content .button {
        font-size: 20px
    }

    .media-section .gallery {
        display: none
    }

    .gallery-mobile {
        display: block !important;
        font-size: 0;
        margin-bottom: 25px
    }

    .gallery-mobile__item {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 44vmax
    }

    #mobile-photo .win,
    #mobile-photo2 .win,
    #mobile-photo3 .win {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        padding-top: 0 !important
    }

    #mobile-photo .gallery-mobile__item,
    #mobile-photo2 .gallery-mobile__item,
    #mobile-photo3 .gallery-mobile__item {
        height: 100vh !important;
        width: 100vw !important;
        background-color: #000;
        border-bottom: none
    }

    .popup .close {
        top: 20px;
        right: 0;
        transform: scale(.8) rotate(45deg)
    }

    .owl-dots {
        counter-reset: slides-num;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        background: #000;
        height: 37px;
        padding: 0 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff
    }

    .owl-dots:after {
        content: counter(slides-num);
        display: inline-block;
        font-weight: 700;
        vertical-align: middle;
        padding-left: 5px;
        font-size: 15px
    }

    .owl-dot {
        display: inline-block;
        counter-increment: slides-num
    }

    .owl-dot span {
        display: none
    }

    .owl-dot.active:before {
        content: counter(slides-num) " /";
        display: inline-block;
        vertical-align: middle;
        font-size: 15px
    }

    .team-list-cont .owl-carousel {
        padding-bottom: 30px
    }

    .team-list-cont .owl-dot.active:before {
        display: none
    }

    .team-list-cont .owl-dots:after {
        display: none
    }
}

.no-point {
    pointer-events: none;
    text-decoration: none
}

.liga_banner {
    display: block;
    margin-bottom: 50px;
    width: 100%
}

.liga_banner img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 700px
}

@media (max-width:1000px) {
    .liga_banner {
        margin-bottom: 40px
    }
}