.input--search {
    border-radius: 0 !important;
    border-color: #000 !important;
    color: #000 !important;
}

.input--search:-ms-input-placeholder {
    color: #000 !important;
}

.input--search::placeholder {
    color: #000 !important;
}

.contact {
    background: #000 !important;
}

.contact__block {
    background: #000 !important;
}

.section,
.recommended,
.contact,
.page__block,
.page__content {
    border-top: 3px solid #fff;
}

.listGallery__box {
    border: 3px solid #fff;
}

.listGallery__box-text {
    background: #000 !important;
}

.menu__li.active.open .dropdown-menu .menu__li.active .menu__a {
    background: #000;
    text-decoration: underline;
}

.dropdown-menu {
    border: 3px solid #fff !important;
}

html a,
html span,
body a,
body span {
    color: #fff !important;
}

.menu .menu__li .menu__a:hover,
.menu .menu__li .menu__a:focus {
    border-color: #000 !important;
    text-decoration: underline;
}

.menu .menu__li.active .menu__a {
    border-color: #000 !important;
    text-decoration: underline;
}

.menu__li.active.open .dropdown-menu .menu__li .menu__a {
    text-decoration: none;
}

.mobileMenu .dropdown-menu {
    border: 0 !important;
}

.mobileMenu .menu__li.active .menu__a {
    text-decoration: underline !important;
}

.menu__li.active.open .dropdown-menu .menu__li .menu__a {
    text-decoration: none !important;
}

.menu__li.active.open .dropdown-menu .menu__li.active .menu__a {
    text-decoration: underline !important;
}

.dropdown-menu>.menu__li>.menu__a {
    text-decoration: none !important;
}

.menu__li.active.show .dropdown-menu .menu__li.active .menu__a {
    text-decoration: underline !important;
}

.pagesBlock {
    border-top: 2px solid #fff;
}

.contact {
    background: url("/media/default/contact.jpg") center center no-repeat;
    background-size: cover;
}

.contact__block {
    background: url("/media/default/transparent.png") center center no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .contact__block {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .contact__block {
        padding-bottom: 70px;
        padding-top: 60px;
    }
}

.contact__header {
    font-size: 2.875em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 70px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .contact__header {
        margin-bottom: 50px;
        font-size: 2.625em;
    }
}

@media (max-width: 767px) {
    .contact__header {
        font-size: 1.750em;
    }
}

.contact__text {
    font-size: 1.188em;
    color: #fff;
    font-weight: 300;
    text-align: center;
    line-height: 160%;
    max-width: 740px;
    margin: 0 auto;
}

.contact__text--main {
    margin-bottom: 40px;
    max-width: 900px;
    font-weight: 900;
}

.contact__text--address {
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .contact__text {
        font-size: 1.063em;
    }
}

.contact__text--phone,
.contact__text--mail {
    display: block;
    text-decoration: none;
}

.contact__text--phone:hover,
.contact__text--phone:focus,
.contact__text--mail:hover,
.contact__text--mail:focus {
    text-decoration: none;
    color: #fff;
}

.contact__text--phone {
    margin-top: 0;
    position: relative;
    left: -20px;
}

.contact__text--phone-right {
    position: relative;
    left: -5px;
}

@media (max-width: 767px) {
    .contact__text--mail {
        margin-top: 20px;
    }
}

.recommended {
    background: #000;
    padding-top: 55px;
    padding-bottom: 65px;
}

@media (max-width: 1199px) {
    .recommended {
        padding-top: 45px;
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .recommended {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

.recommended__title {
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .recommended__title {
        font-size: 2.625em;
    }
}

@media (max-width: 767px) {
    .recommended__title {
        font-size: 2.250em;
    }
}

.recommended__images {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 950px;
}

@media (max-width: 767px) {
    .recommended__images {
        margin-top: 20px;
    }
}

.recommended__link {
    display: block;
}

.recommended .owl-carousel .owl-item img {
    max-width: 100% !important;
    height: auto !important;
    width: auto;
    margin: 0 auto;
}

.wcag-block {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 54px;
    position: relative;
}

.wcag-navigation {
    float: right;
}

@media (max-width: 1199px) {
    .wcag-navigation {
        position: absolute;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .wcag-navigation {
        float: none;
        position: static;
        width: 290px;
        margin: 0 auto;
    }
}

.wcag-navigation__block {
    float: left;
}

.wcag-navigation__block--right {
    margin-left: 20px;
}

.wcag-navigation__block--center {
    margin-left: 24px;
}

.wcag-navigation__button {
    height: 34px;
    width: 34px;
    float: left;
    margin-left: 5px;
}

.logo__link {
    display: block;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .logo__link {
        position: absolute;
        left: 20px;
        margin-top: 10px;
    }

    .logo__link .logo__img {
        max-height: 60px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .logo__link .logo__img {
        max-height: 50px;
    }
}

@media (max-width: 767px) {
    .logo__link {
        position: static;
    }
}

.logo__block {
    /* float: left; */
}

.logo__title {
    font-size: 1.938em;
    line-height: 91%;
    position: relative;
    font-weight: 700;
    position: relative;
    top: 19px;
    left: 15px;
}

@media (max-width: 1399px) {
    .logo__title {
        font-size: 1.425em;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .logo__title {
        font-size: 1.25em;
    }
}

.logo__title--firstLine {
    color: #fff;
}

.logo__title--secondLine {
    color: #fff;
    font-size: 2.25em;
}

@media (max-width: 1399px) {
    .logo__title--secondLine {
        font-size: 1.85em;
    }
}

@media (max-width: 767px) {
    .logo__title--secondLine {
        font-size: 1.5em;
    }
}

.logo-img {
    float: left;
    position: relative;
    top: 5px;
}

@media (max-width: 1199px) {
    .logo-img {
        max-height: 65px;
    }
}

@media (max-width: 767px) {
    .logo-img {
        max-height: 58px;
        top: 10px;
        left: 5px;
    }
}

.menu {
    background: #000;
}

@media (max-width: 1199px) {
    .menu {
        height: 80px;
        position: relative;
    }
}

.menu .menu__li .menu__a {
    padding: 0;
    color: #fff;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 4px solid #000;
    padding: 7px 0;
    padding-top: 10px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 55px;
}

@media (max-width: 1399px) {
    .menu .menu__li .menu__a {
        margin-right: 40px;
        font-size: 0.75em;
    }
}

@media (max-width: 1199px) {
    .menu .menu__li .menu__a {
        margin-left: 45px;
    }
}

.menu .menu__li .menu__a:hover,
.menu .menu__li .menu__a:focus {
    color: #fff;
    background: transparent;
    border-bottom: 4px solid #fff;
}

@media (max-width: 1199px) {
    .menu .navbar-nav {
        display: none;
    }
}

.menu .nav .open>a,
.menu .nav .open>a:hover,
.menu .nav .open>a:focus {
    background: transparent;
}

.hiddenlink {
    text-indent: -9999px;
    line-height: 0 !important;
    font-size: 0 !important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #fff;
    color: #fff;
}

.navbar-nav .menu__li .dropdown-menu {
    font-size: 1em;
    margin-top: -20px;
    min-width: 212px;
    right: -80px;
    left: auto;
    top: 74px;
    border: 0;
    border-top: 3px solid #CDD1D1;
    margin: auto;
    box-shadow: none;
    padding: 0 15px 15px 15px;
    background: #000;
}

.navbar-nav .menu__li .dropdown-menu .menu__li .menu__a {
    margin: 0;
    padding: 8px 0;
    font-weight: 400;
    border: none;
    text-transform: none;
    color: #fff;
}

.navbar-nav .menu__li .dropdown-menu .menu__li .menu__a:hover,
.navbar-nav .menu__li .dropdown-menu .menu__li .menu__a:focus {
    color: #fff;
}

.navbar-nav li .dropdown-menu .divider:nth-child(1) {
    border: 0;
}

.navbar-nav .menu__li .dropdown-menu .divider {
    background-color: #000;
    border-bottom: 1px solid #fff;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fff;
}

.navbar-nav .menu__li .dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: #000;
    position: absolute;
    top: -10px;
    left: 95px;
    padding: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}

@media (max-width: 1199px) {
    .navbar-nav .menu__li .dropdown-menu::before {
        display: none;
    }
}

.menu .menu__li.active .menu__a {
    color: #fff;
    border-bottom: 4px solid #fff;
}

.menu__li.active.open .dropdown-menu .menu__li .menu__a {
    color: #fff;
}

.menu__li.active.open .dropdown-menu .menu__li .menu__a:hover,
.menu__li.active.open .dropdown-menu .menu__li .menu__a:focus {
    color: #fff;
}

.menu__li.active.open .dropdown-menu .menu__li.active .menu__a {
    color: #fff;
}

.dropdown-menu>.menu__li>.menu__a:hover,
.dropdown-menu>.menu__li>.menu__a:focus {
    color: #fff;
}

.menu__li.active.show .dropdown-menu .menu__li.active .menu__a {
    color: #fff;
    background: transparent;
}

.navbar-right {
    margin-right: -15px;
}

@media (max-width: 1199px) {
    .navbar-right {
        margin-right: 0;
    }
}

.search-close {
    display: block;
}

.search-close::before {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
}

.navbar-toggle {
    position: absolute;
    right: 0px;
    top: 5px;
}

@media (max-width: 1199px) {
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        right: -10px;
        top: 10px;
    }
}

.showButton {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.showButton .strap {
    width: 28px;
    height: 5px;
    background: #fff;
    margin-bottom: 4px;
    display: block;
}

@media (min-width: 1200px) {
    .showButton {
        display: none;
    }
}

.closeButton {
    position: relative;
    left: 170px;
    width: 30px;
    height: 30px;
}

.closeButton::before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.closeButton::after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    top: -5px;

}

.show {
    display: block;
}

.show .dropdown-menu {
    display: block;
}

.navbar-collapse {
    margin: 0 -30px !important;
    float: left;
}

.sprite {
    background: url("/media/default/sprite.png") no-repeat top left;
}

.sprite.big {
    background-position: 0px 0px;
    width: 34px;
    height: 34px;
}

.sprite.big:focus,
.sprite.big--active {
    background-position: -39px 0px;
    width: 34px;
    height: 34px;
}

.sprite.medium {
    background-position: -78px 0px;
    width: 34px;
    height: 34px;
}

.sprite.medium:focus,
.sprite.medium--active {
    background-position: -117px 0px;
    width: 34px;
    height: 34px;
}

.sprite.small {
    background-position: -156px 0px;
    width: 34px;
    height: 34px;
}

.sprite.small:focus,
.sprite.small--active {
    background-position: -195px 0px;
    width: 34px;
    height: 34px;
}

.sprite.contrast {
    background-position: -234px 0px;
    width: 34px;
    height: 34px;
}

.sprite.contrast--active {
    background-position: -273px 0px;
    width: 34px;
    height: 34px;
}

.sprite.maps {
    background-position: -312px 0px;
    width: 34px;
    height: 34px;
}

.sprite.maps:focus,
.sprite.maps--active {
    background-position: -351px 0px;
    width: 34px;
    height: 34px;
}

.sprite.search {
    background-position: -390px 0px;
    width: 32px;
    height: 32px;
    position: relative;
    top: 2px;
    left: 2px;
}

.sprite.search--wcag {
    background-position: -427px 0px;
    width: 32px;
    height: 32px;
}

.carouselItem {
    position: relative;
}

.carouselItem__img {
    width: 100%;
}

.carouselItem__desc {
    font-size: 4.1em;
    font-weight: bold;
    width: 497px;
    text-align: left;
    position: absolute;
    top: 18%;
    left: 20%;
    line-height: 108%;
}

@media (max-width: 1199px) {
    .carouselItem__desc {
        font-size: 2.2em;
        width: 290px;
        left: 40px;
        top: 10%;
    }
}

@media (max-width: 767px) {
    .carouselItem__desc {
        font-size: 1.1em;
        width: 140px;
        top: -5%;
        left: 20px;
    }
}

.carousel-indicators {
    display: none;
}

.footer {
    background: #000;
    font-size: 0.750em;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer__right {
    text-align: right;
}

@media (max-width: 767px) {
    .footer__right {
        text-align: left;
        margin-top: 30px;
    }
}

.footer__img {
    position: relative;
    left: 10px;
    bottom: 2px;
}

@media (max-width: 767px) {
    .footer__img {
        position: static;
        display: block;
    }
}

.footer .policy {
    margin-top: 7px;
}

.footer .policy a {
    text-decoration: underline;
    color: #fff;
}

.footer .policy a:hover,
.footer .policy a:focus {
    color: #fff;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #000;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    background-color: #000;
    border-color: #000;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #000;
    background-color: #eeeeee;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
}

.pagination {
    font-size: 1.125em;
}

.search__block {
    padding: 10px 0;
    display: none;
}

.search__content {
    text-align: center;
}

.search-submit {
    width: 150px;
    padding: 10px;
    background: #000;
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9375rem;
    margin-left: 5px;
}

.search-submit:hover,
.search-submit:focus {
    opacity: 0.8;
}

.search__alert-title {
    color: #000;
}

.search__alert-title:hover,
.search__alert-title:focus {
    color: #000;
}

.input {
    width: 60%;
    padding: 10px;
    border: 2px solid #eee;
    border-radius: 15px;
    font-size: 1.125rem;
    outline: none;
}

@media (max-width: 767px) {
    .input {
        width: 100%;
        margin-bottom: 10px;
    }
}

.search-close {
    display: inline-block;
    cursor: pointer;


}

.search-close:focus {
    outline-color: #000 !important;
}

.search-close::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #000;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search-close::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #000;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);

    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sitemap {
    list-style-type: none;
    font-size: 1.375em;
}

.sitemap .caret {
    display: none;
}

.sitemap .divider {
    display: none;
}

.sitemap ul {
    list-style-type: none;
}

#skipLinks {
    margin: 0;
    padding: 0;
    position: absolute;
    background: black;
    top: 0;
    z-index: 100;
}

#skipLinks a {
    display: block;
    padding: 20px;
    font-size: 1.6em;
    color: #ffff00 !important;
    text-decoration: none;
    text-align: center;
    background: #231f20;
    position: absolute;
    left: -999em;
    width: 334px;
}

#skipLinks a:focus {
    left: 0;
}

.mobileMenu__block {
    position: fixed;
    right: -250px;
    top: 0;
    width: 245px;
    background: #000;
    z-index: 100;
    height: 100%;
    padding: 25px;
    padding-top: 30px;
    -ms-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.mobileMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 0.875em;
    padding-bottom: 50px;
    outline: none;
}

.mobileMenu .menu__li {
    text-align: right;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.mobileMenu .menu__li:last-child {
    border-bottom: 0;
}

.mobileMenu .menu__li.active .menu__a,
.mobileMenu .menu__li.active .menu__a:hover,
.mobileMenu .menu__li.active .menu__a:focus {
    color: #fff;
}

.mobileMenu .menu__a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.mobileMenu .dropdown-menu {
    font-size: 1em;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #000;
    border: 0;
    box-shadow: none;
    margin-top: 10px;
    left: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.mobileMenu .dropdown-menu .menu__li {
    text-align: right;
    border-bottom: 0;
    padding: 15px 0;
}

.mobileMenu .dropdown-menu .menu__li:last-child {
    padding-bottom: 20px;
}

.mobileMenu .dropdown-menu .menu__li .menu__a {
    padding: 0;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    width: 195px;
}

.mobileMenu .dropdown-menu .menu__li .menu__a:hover,
.mobileMenu .dropdown-menu .menu__li .menu__a:focus {
    background: none;
}

.mobileMenu .dropdown-menu .divider {
    display: none;
}

.displayMenu {
    right: 0;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
}

@media (max-width: 1199px) {

    html,
    body {
        overflow-x: hidden;
    }
}

html.big_spacing,
body.big_spacing {
    letter-spacing: 0.1em;
}

html.big_spacing h1,
body.big_spacing h1 {
    letter-spacing: 0.3em;
}

html.big_spacing h2,
html.big_spacing h3,
body.big_spacing h2,
body.big_spacing h3 {
    letter-spacing: 0.2em;
}

html a,
body a {
    color: #fff;
}

html a:hover,
html a:focus,
body a:hover,
body a:focus {
    color: #fff;
}

html {
    position: relative;
}

.clear {
    clear: both;
}

.movePage {
    right: 245px;
    overflow-y: hidden;
    background: #000;
}

.normal_f {
    font-size: 1em;
}

.medium_f {
    font-size: 1.125em;
}

.big_f {
    font-size: 1.25em;
}

.section {
    background: #000;
    padding: 60px 0;
    padding-bottom: 80px;
}

.section--rules {
    background: #000;
    padding: 30px 0;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .section {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

.section__title {
    font-size: 3em;
    line-height: 120%;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

@media (max-width: 1199px) {
    .section__title {
        font-size: 2.625em;
    }
}

@media (max-width: 767px) {
    .section__title {
        font-size: 1.750em;
    }
}

.section__title--top {
    text-align: center;
}

.section__text {
    font-size: 0.975em;
    line-height: 150%;
}

.section__text--rules {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .section__text--rules {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .section__text {
        font-size: 0.9em;
    }
}

.section__text--top {
    text-align: center;
    margin-top: 30px;
}

.section__link {
    display: block;
    text-decoration: none;
    color: #fff;
}

.section__link:hover,
.section__link:focus {
    color: #fff;
    text-decoration: none;
}

.section__link:hover .button,
.section__link:focus .button {
    background: #000;
}

.section__link:hover .button--news,
.section__link:hover .button--list,
.section__link:focus .button--news,
.section__link:focus .button--list {
    background: #000;
}

.section__link:hover .button--rules-section,
.section__link:focus .button--rules-section {
    background: #000;
}

.section__row {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .section__row {
        margin-top: 0px;
    }
}

@media (max-width: 1199px) {
    .section__imgMain {
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.button {
    display: block;
    font-size: 0.938em;
    border: 1px solid #fff;
    color: #fff;
    width: 255px;
    line-height: 120%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-decoration: none;
}

.button:hover,
.button:focus {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.button--top-section {
    margin-top: 35px;
}

.button--rules-section {
    margin-top: 50px;
}

.map {
    height: 558px;
}

@media (max-width: 1199px) {
    .map {
        height: 397px;
    }
}

@media (max-width: 1199px) {
    .map {
        height: 340px;
    }
}

.blur.active {
    background: rgba(136, 136, 136, 0.8);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10;
}

.owl-stage {
    margin: 0 auto !important;
}

.pagesBlock {
    background: #000;
    padding: 95px 0;
    padding-bottom: 35px;
}

@media (max-width: 1199px) {
    .pagesBlock {
        padding: 50px 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pagesBlock {
        padding-bottom: 0;
    }
}

.pagesBlock--bottom {
    background: #000;
}

.pagesBlock__content {
    display: block;
}

@media (max-width: 767px) {
    .pagesBlock__content {
        margin-bottom: 40px;
    }
}

.pagesBlock__content:hover,
.pagesBlock__content:focus {
    text-decoration: none;
}

.pagesBlock__content:hover .button,
.pagesBlock__content:focus .button {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.pagesBlock__title {
    font-size: 1.8em;
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    margin-top: 40px;
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .pagesBlock__title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.5em;
    }
}

.pagesBlock__text {
    color: #fff;
    font-size: 0.93em;
    line-height: 150%;
    margin-bottom: 20px;
}

.pagesBlock__news-title {
    font-size: 1.6em;
    color: #fff;
}

@media (max-width: 1199px) {
    .pagesBlock__news-title {
        font-size: 1.1em;
    }
}

.pagesBlock__news-date {
    color: #fff;
    font-size: 0.95em;
    margin-bottom: 10px;
}

/**
 * Button dla rozstrzelenia textu
 */
a.wcag__link {
    text-decoration: none !important;
}

.wcag__link {
    height: 34px;
    width: 34px;
    float: left;
    margin-left: 5px;
    text-decoration: none;
    border: 1px solid #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2px;
    background: #fff;
}

.wcag__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.wcag__icon--spacing {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 5px;
}

.wcag__icon--spacing span {
    line-height: 0;
    font-size: 12px;
    margin-top: 2px;
}

.page {
    background: #000;
}

.page__block {
    background: #000;
}

.page__title {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .page__title {
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 2.375em;
    }
}

@media (max-width: 767px) {
    .page__title {
        font-size: 1.75em;
    }
}

.page__content {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 0.938em;
}

.page__content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .page__content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .page__content {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.page__gallery {
    margin-top: 30px;
}

.page__gallery-link {
    display: inline-block;
    margin: 10px;
}

.page__gallery-link:hover,
.page__gallery-link:focus {
    text-decoration: none;
}

.page__gallery-title {
    text-align: center;
    margin-top: 5px;
    font-size: 0.813em;
    text-decoration: none;
}

.page__description,
.page .page-table {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {

    .page__description,
    .page .page-table {
        margin-bottom: 30px;
    }
}

.page__description h1,
.page .page-table h1 {
    font-size: 3em;
    margin-top: 10px;
}

@media (max-width: 1199px) {

    .page__description h1,
    .page .page-table h1 {
        font-size: 2.5em;
    }
}

@media (max-width: 767px) {

    .page__description h1,
    .page .page-table h1 {
        font-size: 2.35em;
    }
}

.page__description h2,
.page .page-table h2 {
    font-size: 2em;
    margin-top: 10px;
}

@media (max-width: 1199px) {

    .page__description h2,
    .page .page-table h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 767px) {

    .page__description h2,
    .page .page-table h2 {
        font-size: 1.35em;
    }
}

.page__description h3,
.page .page-table h3 {
    font-size: 1.75em;
    margin-top: 10px;
}

@media (max-width: 1199px) {

    .page__description h3,
    .page .page-table h3 {
        font-size: 1.25em;
    }
}

.page__description h4,
.page .page-table h4 {
    font-size: 1.5em;
    margin-top: 10px;
}

.page__description h5,
.page .page-table h5 {
    font-size: 1.25em;
    margin-top: 10px;
}

.page__description h6,
.page .page-table h6 {
    font-size: 1em;
    margin-top: 10px;
}

.page__columns {
    margin-top: 60px;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
}

@media (max-width: 1199px) {
    .page__columns {
        margin-top: 30px;
        /* Chrome, Safari, Opera */
        /* Firefox */
        column-count: 1;
    }
}

.files {
    margin: 15px 0;
}

.files__img {
    display: inline-block;
    max-width: 30px !important;
}

.page-table {
    margin-bottom: 0 !important;
}

.page-table__ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .page-table__ul {
        display: none;
    }
}

.page-table__li {
    float: left;
    padding: 10px 20px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.page-table__li:hover {
    color: #fff;
}

.page-table__li.active {
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #000;
    color: #fff;
}

.page-table__content {
    border: 1px solid #fff;
    padding: 30px;
    background: #000;
    display: none;
    line-height: 140% !important;
}

.page-table__content ul {
    padding-left: 20px;
}

.page-table__content.active {
    display: block;
}

@media (max-width: 767px) {
    .page-table__content {
        padding: 10px;
        border-top: 0;
        border-color: #fff;
    }
}

.page-table__img {
    float: left;
    margin-top: 0;
    margin: 10px;
    max-width: 200px !important;
}

@media (max-width: 767px) {
    .page-table__img {
        float: none;
        margin: 10px auto;
        display: block;
        max-height: 100px;
    }
}

.page-table__img--help {
    max-width: 250px !important;
    margin: 5px 0;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .page-table__img--help {
        display: none;
    }
}

.page-table__mobile-menu {
    display: none;
    color: #000;
    background: #fff;
    border-bottom: 0;
    padding: 20px;
    border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
    .page-table__mobile-menu {
        display: block;
    }
}

.page-help-information {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 140%;
    margin-top: 20px;
}

.section__title--news {
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .section__title--news {
        font-size: 2.250em;
    }
}

.section__title--news-view {
    font-size: 1.625em;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .section__title--news-view {
        font-size: 1.500em;
        margin-top: 20px;
    }
}

.section__title--list-view {
    font-size: 1.625em;
}

.section__title--single-news {
    font-size: 2em;
}

.section__text--news {
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .section__text--news {
        margin-top: 15px;
    }
}

.section--news {
    background: #000;
    padding: 35px;
    padding-bottom: 65px;
}

@media (max-width: 1199px) {
    .section--news {
        padding: 45px 0;
        padding-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .section--news {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

.section__img {
    margin-top: 35px;
}

.section__img .img-responsive {
    width: 100%;
}

@media (max-width: 767px) {
    .section__img {
        margin-top: 25px;
    }
}

.section__date {
    margin-top: 7px;
    font-size: 0.938em;
}

@media (max-width: 767px) {
    .section__date {
        font-size: 0.875em;
    }
}

.section__date--news {
    margin-bottom: 10px;
}

.section__list-news {
    margin-bottom: 50px;
}

.section__list-news .img-responsive {
    width: 100%;
}

@media (max-width: 1199px) {
    .section__list-news .img-responsive {
        margin-bottom: 20px;
    }
}

.button--news {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .button--news {
        margin-top: 25px;
    }
}

.button--list {
    float: right;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .button--list {
        float: none;
    }
}

.page__content--news {
    padding-bottom: 0;
}

.col-mainNews {
    max-width: 565px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .col-mainNews {
        max-width: 300px;
    }
}

.listGallery-link {
    display: block;
    height: 300px;
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1199px) {
    .listGallery-link {
        height: 200px;
    }
}

.listGallery__box {
    height: 100%;
    position: relative;
}

.listGallery__box-text {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 00px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75);
}

@media (max-width: 1199px) {
    .listGallery__box-text {
        font-size: 1.5em;
    }
}

.imageGallery {
    text-align: center;
    margin: 0 auto;
}

.imageGallery__link {
    display: inline-block;
    margin: 10px;
}

.hidden-element {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.helpContact__content {
    background: #000;
    color: #fff;
}

.page-help-information {
    background: #000;
    color: #fff;
}

[role="tabpanel"] {
    background: #000;
    border-color: #fff;
    color: #fff;
}


[role="tab"][aria-selected="true"] {

    background: #000;
    color: #ff0;
}

[role="tab"]:hover::before,
[role="tab"]:focus::before {
    border: 1px solid #ff0;
}

[role="tabpanel"]:focus {
    border-color: #ff0;

}

[role="tabpanel"]:focus::after {
    border-bottom: 3px solid #ff0;

}

a:focus {
    outline: 2px solid #ff0 !important;
}

.wcag-navigation a:focus {
    outline: 2px solid #000 !important;
}

.logo__link:focus {
    outline: 2px solid #ff0 !important;
}

/*# sourceMappingURL=wcag.css.map */