/**
 * GLOBAL VARIABLES
 */
:root {
    /** UNIVERSAL **/
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;

    --font-48: 47px;
    --font-40: 40px;
    --font-36: 36px;
    --font-30: 30px;
    --font-26: 26px;
    --font-24: 24px;
    --font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;

    --container-padding: 40px;

    /** SPECIFIC **/
    --color-primary: #c8242b;
    --color-secondary: #c8242b;
}

body {
    color: #000;
    font-family: 'lato', sans-serif;
}

/**
 * BASIC
 */

a, input, select, textarea, option, button {
    outline: none !important;
}

em {
    padding-right: 2px;
}

h1 {
    font-family: 'Cinzel', serif;
    /*font-size: var(--font-40);*/
    font-size: var(--font-30);
    text-align: center;
    margin-bottom: 27px;
}

h2 {
    font-family: 'Cinzel', serif;
}

h3 {
    font-family: 'Cinzel', serif;
}

h4 {
    font-family: 'Cinzel', serif;
}

h5 {
    font-family: 'Cinzel', serif;
}

a {
    color: #c8242b;
}

a:hover, a:focus {
    color: #c8242b;
}

/**
 * EXTRA
 */
/* Animations lib */
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* Mourning class added to body */
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/**
 * PAGE
 */

#page,
#content {
    overflow: hidden;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1670px;
    width: 100%;
}

/**
 * BOOTSTRAP
 */
.panel,
.panel-heading,
.modal-content,
.alert,
.popover {
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-default {
    border-color: #e5e5e5;
}


/**
 * TEXT
 */

.text {
    overflow: visible;
}

/** Text list custom dots **/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}

.text ul > li,
.text ol > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    left: -15px;
    margin-left: -10px;
    position: relative;
    background: #c8242b;
    top: -3px;
}

.text ol > li::marker {
    word-spacing: 3px;
}

/** Text table **/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}

.text table[border^="0"] td  { border:0 none}

.text.txt, .article-text {
    font-size: 1rem;
    line-height: 30px;
    color: #292929;
    margin-bottom: 30px;
}



@media screen and (min-width: 1140px) {
    .text a:hover {
        text-decoration: underline;
    }
}

a, button {
    transition: all 300ms ease-out;
}

body > svg {
    display: none;
}

.vcenter {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}


.clear:after {
    content: '';
    display: block;
    clear: both;
}

.mask {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.text h1{font-size: var(--font-30);} 
.text h2{font-size: var(--font-26);}  
.text h3{font-size: var(--font-24);}  
.text h4{font-size: var(--font-22);}  
.text h5{font-size: var(--font-20);}  
.text h6{font-size: var(--font-18);} 

#container-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    /* background: url(../images/page.jpg) no-repeat center 0; */
}

/**
 * HEADER
 */
header {
}

header.stickable {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

header.stickable.sticky .top {
    opacity: 0;
    height: 0;
    padding: 0;
}


header.stickable.sticky .top .container {
    display: none;
    transition: all 300ms ease-out;
}

.top {
    padding-top: 10px;
    text-align: center;
    height: 97px;
    padding-bottom: 10px;
    transition: all 300ms ease-out;
	position:relative;
	z-index:2;
}

.logo {
    float: left;
    margin-right: 27px;
}

.logo a {
    display: block;
    overflow: hidden;
    padding: 4px 0;
}

.logo a img {
    display: block;
    float: left;
}


.top .social-list {
    float: left;
    padding-top: 17px;
    margin-right: 37px;
}

.nav-box {
    background-color: rgb(247, 247, 247);
    box-shadow: 0 6px 4px 1px rgba(0, 0, 0, 0.1);
    display: block;
    clear: both;
	position:relative; z-index:1;

}

#main-menu {
    display: block;
}

#main-menu ul {
    font-size: 0;
}

#main-menu > ul {
    width: 100%;
    display: table;
}


#main-menu li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

#main-menu > ul > li {
    display: table-cell;
    text-align: center;
    width: 16.66%;
}

#main-menu li a {
    color: #5b5b5b;
    font-size: 0.938rem;
    text-transform: uppercase;
    padding-top: 17px;
    display: block;
    padding-bottom: 16px;
}

#main-menu > ul > li > a:before {
    content: '';
    background-color: #b2b2b2;
    width: 1px;
    height: 8px;
    display: block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

#main-menu li a:hover:before{ display:none;}
#main-menu li.active a:before{ display:none;}

#main-menu li:nth-child(1) a:before {
    display: none;
}

#main-menu li:hover {
    background-color: #c8242b
}

#main-menu a:hover {
    color: #fff
}


#main-menu > ul > li.active > a {
    color: #fff;
    background-color: #c8242b
}

#main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgb(247, 247, 247);
    box-shadow: 0 6px 4px 1px rgba(0, 0, 0, 0.1);
    min-width: 100%;
}


#main-menu li > ul > li > ul {
    top: 0;
    left: 100%;
}

#main-menu li:hover > ul {
    display: block;
}

#main-menu li:hover > a {
    color: #fff
}

#main-menu li li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #dedede;
}

#main-menu li li a {
    text-transform: none;
    padding: 16px 18px;
    display: block;
}

#main-menu li li:hover {
    background-color: transparent
}

#main-menu li li a:hover {
    color: #c8242b
}

.main-menu-button {
    float: right;
    width: 40px;
    margin: 18px 0 18px var(--container-padding);
    border: none;
    background: transparent;
}

.main-menu-button.animIcon--hamburger.active span {
    background-color: #c8242b;
}

.mainsearch.rwdPanel {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.mainsearch {
    float: left;
    position: relative;
    width: 350px;
    max-width: 100%;
}

.mainsearch-search {
    display: flex;
    align-items: stretch;
}

.mainsearch .form-element-container {
    flex-grow: 1;
}

.mainsearch input.form-control {
    display: block;
    height: 46px;
    border-right: none;
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    font-size: 0.875rem;
    color: #000000;
    padding: 0 15px 0 0;
}

.mainsearch-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    border: 1px solid #fff;
    background: transparent;
    color: #cd353c;
    font-size: 1.125rem;
}

button.mainsearch-submit {
    background: url(../images/icons/loupe.svg) no-repeat center center /75% 75%;
}

button.mainsearch-submit .fa {
    display: none;
}

.mainsearch .alert-block,
.mainsearch .form-control-feedback {
    display: none;
}

.search-form .form-group {
    margin: 0;
}

.search-result-container {
    padding: 40px 0;
}

.search-result-container .shop-category-box {
    width: 25%;
}

.search-form {
    display: block;
    width: 20%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*.search-form .alert-block,*/
/*.search-form .form-control-feedback {*/
/*    display: none !important;*/
/*}*/

.search-form .form-control-feedback.glyphicon-ok {
    display: none !important;
}

.sticky {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.sticky .header-mid-items {
    padding: 12px 0;
}

.header-mid-items {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 0;
}

.search-form .element-row .form-control {
    height: 42px;
    border: 0;
    font-size: 14px;
    line-height: 30px;
    padding: 6px 30px 6px 20px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.search-form .element-row .form-element-search-container {
    width: calc(100% - 44px);
    float: left;
}

.search-form .element-row .alert-block .error {
    position: absolute;
    z-index: 10;
    font-size: 10px;
    margin-top: 2px;
}

.search-form .element-row .form-control-feedback {
    top: 50%;
    opacity: 0.6;
}

.search-form .element-row .topsearch-submit i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.fancybox-inner .search-form .element-row .topsearch-submit {
    background: #fff;
}

.search-form .element-row .topsearch-submit {
    padding: 3px 0 0;
    width: 44px;
    height: 42px;
    background: transparent;
    color: var(--blue);
    float: left;
    border: 0;
}

.search-form .search-product-label {
    width: calc(100% - 42px);
    display: block;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 1px;
}

.search-form .search-product-img-contener {
    width: 42px;
    height: 42px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-form .no-results.dropdown-search-li.ui-menu-item,
.search-form .ui-menu-item-wrapper {
    width: 100%;
    white-space: normal;
    display: flex;
    align-items: center;
    padding: 9px 5px;
    background: #fff;
}

.search-form .category .ui-menu-item-wrapper {
    background: transparent;
    font-weight: bold;
    font-size: 14px;
    color: #000 !important;
    padding: 10px 15px 10px 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    margin: 0 !important;
    border: 0 !important;
}

.search-form .ui-menu-item + .ui-menu-item {
    border-top: 1px solid #bfbfbf;
}

.search-form .dropdown-menu {
    z-index: 10000;
    width: calc(100% + 4px) !important;
    left: 50% !important;
    top: 100% !important;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #dddddd;
    padding-bottom: 0;
    padding-top: 0;
}

.search-form .all-search-results a {
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    padding: 6px 16px;
    text-align: center;
    justify-content: center;
}

.search-form .category {
    font-weight: bold;
    font-size: 16px;
    cursor: initial;
    transition: background-color 0.4s;
    color: #000;
}

.search-form .search-label {
    display: none;
}

@media screen and (min-width: 1140px) {
    .search-form .category .ui-menu-item-wrapper.ui-state-active {
        background: #eee;
    }
}

button.mainsearch-submit .fa {
    display: none;
}

form#search-form {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-top: 12px;
    width: 340px;
}

.bip {
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    width: 42px;
    height: 42px;
    display: block;
    float: right;
    padding-top: 9px;
}

.bip:hover {
    border-color: #8f8f8f;
}

#top-nav {
    float: right;
    margin-top: 17px;
    position: relative;
    padding-left: 25px;
    margin-left: -2px;
}

#top-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

#top-nav li.no-active {
    display: none;
}

#top-nav:before {
    content: '';
    background-color: #b2b2b2;
    width: 1px;
    height: 8px;
    display: block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}


div#content {
    padding-top: 202px;
}

.slider-photo {
    float: right;
    width: 58%;
}

.slider {
    padding: 0 44px;
}

.slider-photo img {
    display: block;
    max-width: 100%;
}

.slider-box-text {
    float: left;
    width: 52%;
    margin-right: -5%;
    position: relative;
    z-index: 1;
}

.slider-text {
    float: right;
    width: 740px;
    margin-top: 57px;
    background: url(../images/slider_text_bg.png) no-repeat left top #fff;
    padding: 57px 50px 50px 60px;
    box-shadow: 0 8px 13px 3px rgba(0, 0, 0, 0.15);
}

.title1 {
    font-size: var(--font-36);
    color: #000000;
    font-family: cinzel, serif;
    line-height: 121%;
    margin-bottom: 20px;
    margin-left: -2px;
}

.description {
    font-size: 1rem;
    line-height: 30px;
    color: #292929;
    max-width: 560px;
    margin-bottom: 41px;
}

.btn.btn-more {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 0.875rem;
    color: #4e4e4e;
    height: 46px;
    line-height: 44px;
    padding: 0 32px 0 33px;
    position: relative;
}

.btn.btn-more:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 28px;
}

.btn.btn-more:hover{background:#c50c1f; border-color:#c50c1f; color:#fff}

.sign {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
}

.more-box {
    text-align: right;
}

.slider .btn.btn-more {
    float: left;
}

.slider-box-text {
    float: left;
    width: 47%;
    margin-right: -5%;
    position: relative;
    z-index: 1;
}

ul.slick-dots {
    position: absolute;
    max-width: 1230px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 65px;
}

ul.slick-dots li {
    display: inline-block;
    padding: 0 23px;
}

ul.slick-dots li span {
    display: block;
    font-size: 0.813rem;
    font-weight: bold;
    font-family: 'Cinzel', serif;
    color: #000;
    cursor: pointer;
}

ul.slick-dots li.slick-active span {
    color: #c50c1f
}

ul.slick-dots:before {
    content: '';
    width: 100%;
    top: 12px;
    height: 1px;
    display: block;
    position: absolute;
    right: 100%;
    background: #c50c1f;
    margin-right: 40px;
}


.about-box-container {
    text-align: center;
    padding-top: 94px;
}

.about-box-header {
    background: url(../images/about_text_bg.png) no-repeat right top;
    max-width: 950px;
    padding-top: 28px;
    padding-bottom: 28px;
    margin: 0 auto 19px;
}

.about-box-header img {
    max-width: 55%;
}

.about-box .text.txt {
    max-width: 1078px;
    margin: 0 auto 40px;
}

.about-box {
    padding-bottom: 70px;
}

.range-box {
    padding-top: 120px;
    padding-bottom: 58px;
    background: url(../images/range_bg.jpg) no-repeat top center #f5f5f5;
}

.range-box h3 {
    font-size: var(--font-26);
    margin-bottom: 66px;
}

.range-item-content {
    position: relative;
    padding-left: 52px;
}

.range-nb {
    background: url(../images/nb_bg.png) no-repeat top center;
    width: 33px;
    height: 43px;
    display: block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 6px;
    padding-top: 5px;
}

.range-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
}

.range-item .text.txt {
    display: inline-block;
    vertical-align: top;
    font-size: 0.938rem;
    line-height: 22px;
}

.range-list {
    font-size: 0;
    text-align: left;
    margin: 0;
}

.anniversary-box-container .container {
    max-width: 1350px;
}

.anniversary-box-container {
    padding-top: 40px;
    padding-bottom: 90px;
}

.anniversary-photo {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
}

.anniversary-photo img {
    display: block;
    max-width: 100%;
}

.anniversary-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 78%;
    padding: 43px 120px 14px;
    background: url(../images/about_text_bg.png) no-repeat right top;
    position: relative;
}

.anniversary-box {
    font-size: 0;
    position: relative;
}

.anniversary-text .text.txt {
    margin-bottom: 42px;
}

.anniversary-text:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 100%;
    background: #c50c1f;
    bottom: -41px;
}

.shortcuts-box-container h2 {
    color: #fff;
    font-size: var(--font-48);
    text-align: center;
    margin-bottom: 43px;
}

.shortcuts-box-container {
    padding-top: 53px;
    padding-bottom: 57px;
    background: url(../images/skroty_bg.jpg) no-repeat top center / cover;
}

.shortcuts-box {
    font-size: 0;
    margin: -15px;
}

.shortcut-item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
}

.shortcut-icon {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
}

.shortcut-icon img {
    display: block;
    max-width: 100%;
}

.shortcut-item a {
    display: block;
    padding: 26px 20px 28px 45px;
    font-size: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #919194;
    background-color: rgb(255, 255, 255);
}

.shortcut-item a:hover {
    border-color: #c8242b;
}

.shortcut-text {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    padding-left: 30px;
}

.shortcut-text h3 {
    font-size: var(--font-24);
    color: #000;
    line-height: 121%;
    margin-bottom: 14px;
}

.shortcut-text {
}

.shortcut-text .btn.btn-more {
    height: 40px;
    line-height: 38px;
    font-size: 0.75rem;
    padding-left: 19px;
    padding-right: 20px;
}

.btn.btn-more:after {
    margin-left: 23px;
    font-size: 0.75rem;
}

.news-box-container {
    padding-top: 46px;
    padding-bottom: 46px;
}

.news-box-container .container {
    /* max-width: 1580px; */
}


.news-box-container h2 {
    margin-bottom: 0;
    font-size: var(--font-48);
    color: #000;
    text-align: center;
}

.news-box-header {
    position: relative;
    margin-bottom: 42px;
}

.news-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
}


.news-box-header .btn.btn-more {
    padding-left: 15px;
    margin-left: 27px;
}

.news-box {
    font-size: 0;
    padding: 0;
    margin: 0 -40px;
}

.news {
    width: 50%;
    display: inline-block;
    position: relative;
    padding: 50px 40px;
    vertical-align: top;
}


.subpage .news {
    padding: 43px 0;
}

.news:nth-child(1) {
    padding-right: 80px;
}

.news:nth-child(2) {
    padding-left: 80px;
}

.news a {
    font-size: 0;
    display: block;
}

.news-photo {
    display: inline-block;
    vertical-align: middle;
    width: 38.322%;
    position: relative;
}

.news-content {
    display: inline-block;
    vertical-align: middle;
    width: 61.668%;
    padding-left: 57px;
    padding-right: 0;
}

.news-photo img {
    display: block;
    max-width: 100%;
    border: 1px solid #e5e5e5;
}

.news-date {
    display: block;
    font-size: 0.75rem;
    color: #000;
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.news-date:before {
    background: url(../images/icons/kalendarz.svg) no-repeat center center / contain;
    content: '';
    position: absolute;
    left: -5px;
    top: -8px;
    width: 30px;
    height: 30px;
}

h3.news-title {
    line-height: 24px;
    margin-bottom: 17px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #000000;
    font-family: lato, sans-serif;
}

.news .text.txt {
    font-size: 0.938rem;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 0;

}


.news .btn.btn-more {
    width: 152px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    font-size: 0.875rem;
    border-color: #e5e5e5;
    color: #000000;
    font-weight: normal;
}


.more {
    font-weight: bold;
}

.news a:hover .news-hover {
    display: block;
    border: 2px solid #c8242b;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news a .news-photo img {
}

.news-box button.slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    background: transparent;
    z-index: 2;
    top: -59px;
    padding: 3px;
}


@media screen and (min-width: 1140px) {
    .news:hover .more {

        color: #c8242b
    }
}

.slider-nav {
    display: inline-block;
    vertical-align: middle;
}

.slider-nav button.slick-prev, .slider-nav button.slick-next {
    margin: 0;
    border: 1px solid #e5e5e5;
    position: relative;
    width: 46px;
    height: 46px;
    background: #fff;
    padding: 0;
}

.slider-nav button.slick-prev {
    margin-right: 7px;
}

@media screen and (min-width: 1140px) {
    .news-box-container .slider-nav .slick-arrow:hover {
        border-color: #000;
        color: #000;
    }
}

.slick-slide.slick-current.slick-active div:first-child .news:nth-child(1) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.slick-slide.slick-current.slick-active div:first-child .news:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #fff;
}

.slick-slide.slick-current.slick-active div:last-child .news:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}

.slick-slide.slick-current.slick-active div:last-child .news:nth-child(2){
	 border-right: 1px solid #fff;
}


.slick-slide.slick-current.slick-active div:first-child .news:nth-child(1):after {
    background: url(../images/right_bottom.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
    opacity: 0;
}

.slick-slide.slick-current.slick-active div:first-child .news:nth-child(2):after {
    background: url(../images/left_bottom.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    left: -1px;
    bottom: -1px;
    opacity: 0;
}

.slick-slide.slick-current.slick-active div:last-child .news:nth-child(1):after {
    background: url(../images/right_top.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    opacity: 0;
}

.slick-slide.slick-current.slick-active div:last-child .news:nth-child(2):after {
    background: url(../images/left_top.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    opacity: 0;
}

.slick-slide.slick-current.slick-active div .news:nth-child(1):hover:after {
    opacity: 1
}

.slick-slide.slick-current.slick-active div .news:nth-child(2):hover:after {
    opacity: 1
}

/**
 * FOOTER
 */


footer {
    position: relative;
    background: #6d6e71;
}


.footer-boxes-container {
    padding-top: 57px;
    padding-bottom: 15px;
}

.footer-box {
    float: left;
    padding-right: 30px;
    position: relative;
}


.footer-box.footer-box-contact {
    width: 19.5%;
}

.footer-box.footer-box-address {
    width: 23.5%;
}

.footer-box:last-child {
    float: right;
    width: 18.6%;
    padding-right: 0;
    text-align: right;
	position:relative;
}


.footer-box:last-child:before {
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: #7c7d7f;
    position: absolute;
}


.footer-box:first-child {
    width: 38.4%;
}

.footer-box.footer-address {
    width: 23.5%;
}

.footer-box .txt, .footer-contact {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.938rem;
    line-height: 36px;
    margin-top: -4px;
}

.footer-box h4 {
    margin-bottom: 31px;
    font-size: var(--font-22);
    color: #ffff;
}

.footer-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 16px;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.footer-box ul li a {
    display: inline-block;
    line-height: normal;
    font-size: 0.938rem;
    color: #fff;
    position: relative;
    padding: 5px 0;
}


.address-box {
    margin-top: -4px;
}


.footer-box .txt a {
    color: #fff;
}


.footer-contact a {
    color: #fff;
}

.footer-contact a:hover {
    color: #c6c6c6;
}


@media screen and (min-width: 1140px) {
.footer-box ul li a:hover {
    color: #f2141d;
}
}

img.logo-min {
    max-width: 100%;
    display: inline-block;
}


/* FOOTER BAR */
.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 0.875rem;
    color: #d7d7d7;
    border-top: 1px solid #838486;
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content > * {
    float: left;
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 30px;
}

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
    text-transform: uppercase;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
    font-size: 0.875rem;
    line-height: 24px;
}

.footer-bar-links a {
    color: inherit;
}

.footer-bar-links a:hover {
color: #c8242b;
}


.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

/**
 * FORM
 */
form.form {
    /* padding: 15px 0; */
}

/* INPUTY */
.form-control,
.form .form-control {
    box-shadow: none;
}

/* TEXTAREA */
.form textarea.form-control:not([rows]) {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 0.75rem; */
}

.form .consent-row .error {
    /* font-size: 0.75rem; */
    /* letter-spacing: 0; */
}

/* CAPTCHA */
.form .captcha-image-wrapper,
.form .form-group-sm .captcha-image-wrapper,
.form .form-group-lg .captcha-image-wrapper {
    border-radius: 0;
    box-shadow: none;
}

/* KOLOR GWIAZDKI WYMAGANEGO POLA */
.form .form-required-mark {
    /* color: #a94442; */
}

.form-element-select .form-control-feedback,
.form-element-country .glyphicon {
    display: none;
}

.select2-container .select2-selection--single {
    padding: 0;
}

/**
 * MAP POINTS
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/**
 * BREADCRUMB
 */

.breadcrumb-container {
    margin: 20px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb > li {
    position: relative;
    display: inline;
    color: #6d6e71;
}

.breadcrumb > li > a {
    font-size: 0.75rem;
}

.breadcrumb > li > a:not([href]),
.breadcrumb > li > a:not(:hover) {
    color: inherit;
}

.breadcrumb > li + li:before {
    content: '>';
    font-size: 0.75rem;
    padding: 0 15px;
    color: inherit;
}

/**
 * ANIMATABLE ICON
 */

.animIcon {
    position: relative;
    display: inline-block;
    width: 32px;
    padding: 0 !important;
}

.animIcon::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.animIcon span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: gray;
    transition: all .4s ease;
}

/* Close */
.animIcon.animIcon--close span {
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
}

.animIcon.animIcon--close span:nth-child(1) {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.animIcon.animIcon--close span:nth-child(2) {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
}

/* Hamburger -> Close */
.animIcon.animIcon--hamburger span {
    top: 0;
    left: 0;
    transform-origin: left center;
}

.animIcon.animIcon--hamburger span:nth-child(1) {
    margin-top: 20%;
}

.animIcon.animIcon--hamburger span:nth-child(2) {
    margin-top: 50%;
}

.animIcon.animIcon--hamburger span:nth-child(3) {
    margin-top: 80%;
}

.animIcon.animIcon--hamburger.active span:nth-child(1) {
    margin-top: 15%;
    margin-left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.animIcon.animIcon--hamburger.active span:nth-child(2) {
    opacity: 0;
    margin-top: 70%;
}

.animIcon.animIcon--hamburger.active span:nth-child(3) {
    margin-top: 85%;
    margin-left: 15%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/**
 * LOGOTYPES SLIDER
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: var(--font-22);
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}


/**
 * SOCIALS
 */
.social-list > ul {
    margin: -5px;
    font-size: 0;
}

.social-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    font-size: 1rem;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e5e5e5;
    color: #8f8f8f;
}

.social-icon svg {
    fill: currentColor;
}

.social-icon img {
    display: block;
}

.social-icon .fa {
    font-size: 20px;
}

a:hover .social-icon {
    color: #c8242b;
}


/**
 * LANGUAGES MENU
 */
.langs-menu {
    position: relative;
    float: right;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
    margin: 17px 0 0 10px;
}

.langs-menu ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s;
}

.langs-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    color: inherit;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 9px;
}

.lang {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 6px 0 6px 0;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    width: 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    font-size: 1.125rem;
    line-height: 12px;
    transition-duration: 0.3s;
    transition-property: transform, -webkit-transform, -ms-transform;
}

.langs-menu-icon img {
    max-width: 100%;
}

.flag-icon, .flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon-en {
    background-image: url(../images/icons/gb.svg);
}

.flag-icon-pl {
    background-image: url(../images/icons/pl.svg);
}

.flag-icon:before {
    content: "\00a0";
}


@media screen and (min-width: 1140px) {
    a.lang:hover,
    a.lang:focus {
        color: #fff;
        background-color: #8f8f8f;
    }

    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
    }

    .langs-menu:focus-within .lang-button .arrow,
    .langs-menu:hover .lang-button .arrow,
    .langs-menu:focus .lang-button .arrow {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
    }
}

.flag-icon {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.langs-menu--list .lang-button,
.langs-menu--list .langs-menu-short {
    display: none;
}

.langs-menu.langs-menu--list ul {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

.langs-menu.langs-menu--list li {
    margin: 4px 10px;
    border: none;
}

.langs-menu.langs-menu--list a {
    height: auto;
    padding: 5px;
    border: none;
}

.langs-menu--list .lang {
    background: none;
}

.langs-menu--list .langs-menu-icon {
    margin: 0;
}

.langs-menu-short {
    display: none;
}

.lang-button .arrow {
    display: none;
}

/**
 * ARTICLE
 */
.article {
    overflow: hidden;
    padding-bottom: 15px;
}

.article-content::after {
    content: "";
    display: table;
    clear: both;
}

.article-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
}

.article-image img {
    max-width: 100%;
}

.article-subtitle {
    padding-bottom: 30px;
}

.article-date {
    font-weight: bold;
}

.article-text {
    margin-bottom: 30px;
}


/**
 * PAGINATION
 */
/*.pagination-wrapper ul li.active a {*/
/*color: #e10024;*/
/*}*/

/*@media screen and (min-width: 1140px) {*/
/*.pagination-wrapper ul li a:hover {*/
/*color: #e10024;*/
/*}*/
/*}*/


/**
 * GALLERY
 */

.gallery-list {
    margin: -5px;
    font-size: 0;
}

.gallery-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 5px;
}

.gallery-picture {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.gallery-picture > img {
    display: block;
    border: 1px solid #e5e5e5;
    max-width: 100%;
}

.gallery-picture-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(200, 36, 43, 0.8);
    transition: opacity 0.3s;
}

.gallery-picture-hover > * {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/icons/loupe_white.svg) no-repeat center center / cover;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-indent: -20000px
}

@media screen and (min-width: 1140px) {
    .gallery-picture:hover .gallery-picture-hover {
        opacity: 1;
    }
}

.subpage div#content {
    padding-top: 148px;
}

.content-left {
    padding-top: 40px;
    width: 25%;
    float: left;
    background: #f7f7f7;
    padding-bottom: 50px;
}

.content-box {
    position: relative;
}

section.text-box-container.news-view-container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.content-left h2 {
    font-size: var(--font-30);
    margin-bottom: 39px;
}

.content-left-content {
    float: right;
    width: 320px;
    position: relative;
}

.content-left:before {
    width: 25%;
    height: 5000px;
    position: absolute;
    background: #f7f7f7;
    content: '';
    display: block;
}

#submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dedede;
}

#submenu ul li {
    min-height: 1px;
    line-height: 1.3em;
    vertical-align: middle;
    float: none;
    border-bottom: 1px solid #dedede;
    position: relative;
}

#submenu ul li a {
    display: block;
    font-size: 0.938rem;
    color: #4e4e4e;
    font-weight: normal;
    transition: none;
    position: relative;
    padding: 15px 10px 14px 36px;
}

#submenu > ul > li > a:before {
    content: "";
    display: inline-block;
    left: 15px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #c8242b;
}

#submenu > ul > li:hover > a {
    background: #c8242b;
    color: #fff;
}

.content-main {
    width: 75%;
    float: right;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}

.content-main .container {
    max-width: 1350px;
}

.subpage .news-box-container {
    padding-bottom: 0;
}

.content-main h1 {
    font-size: var(--font-30);
    margin-bottom: 30px;
    text-align: left;
}

.subpage h3.news-title {
    font-size: 1rem;
}

.subpage .news .text.txt {
    font-size: 0.875rem;
}

.subpage .news-box {
    margin: 0;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

.subpage .news:nth-child(odd) {
    padding-right: 80px;
}

.subpage .news:nth-child(even) {
    padding-left: 80px;
}


.subpage .news:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.subpage .news:nth-child(even) {
    border-bottom: 1px solid #e5e5e5;
}


.subpage .news:nth-child(odd):after {
    background: url(../images/right_top.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    opacity: 0;
}

.subpage .news:nth-child(even):after {
    background: url(../images/left_top.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    opacity: 0;
}

.subpage .news:first-child:after {
    background: url(../images/right_bottom.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
    opacity: 0;
    top: auto;
}

.subpage .news:nth-child(2):after {
    background: url(../images/left_bottom.png) no-repeat top left;
    content: '';
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    left: -1px;
    bottom: -1px;
    opacity: 0;
    top: auto;
}

.subpage .news:nth-child(even):hover:after {
    opacity: 1
}

.subpage .news:nth-child(odd):hover:after {
    opacity: 1
}


/**
 * PAGINATION
 */


.pagination-wrapper {
    max-width: 1350px;
    border-top: 0 none;
    padding-top: 0;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 46px;
    height: 46px;
    border: 1px solid #e5e5e5;
    line-height: 44px;
    color: #000;
    border-radius: 0;
    background: #fff;
}


.pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 46px;
}

.pagination-wrapper ul li {
    vertical-align: middle;
}

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    color: #000000;
}

.pagination-wrapper ul li.active a {
    color: #c8242b;
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: #c8242b;
    }

    .pagination-wrapper ul li.next a:hover, .pagination-wrapper ul li.prev a:hover {
        background: #fff;
        color: #000;
        border-color: #000;
    }
}

.video-box img {
    display: block;
    max-width: 100%;
}

.video-box {
    position: relative;
    margin-bottom: 50px;
}

.video-box a {
    display: block;
    width: 100%;
}

.mask.video-mask {
    background: rgba(0, 0, 0, 0.4);
}

.video-play {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background: transparent;
}

.video-play:before {
    content: '';
    width: 25%;
    height: 25%;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video-play svg {
    position: relative;
    z-index: 2;
    fill: #c7232b;
    transition: all 300ms ease-out;
}

.video-box a:hover .video-play svg {
    fill: #5b5b5b;
}

.video-box:after {
    content: '';
    width: 100%;
    bottom: -52px;
    height: 1px;
    display: block;
    position: absolute;
    right: 100%;
    background: #c50c1f;
    margin-right: -114px;
}

.files-box h3 {
    font-size: var(--font-30);
    margin-bottom: 42px;
}

.files-box {
    padding-top: 44px;
    padding-bottom: 76px;
	position:relative;
}

.files-box:after {
    content: '';
    width: 100%;
    bottom: 40px;
    height: 1px;
    display: block;
    position: absolute;
    left: 100%;
    background: #c50c1f;
    margin-left: -114px;
}

.files-list ul {
    font-size: 0;
    margin: 0 -1%;
}

.files-list ul li {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    width: 31.33%;
    display: inline-block;
    margin: 0 1% 19px;
    vertical-align: top;
}

.files-list ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    text-transform: none;
    padding: 5px 0 9px 0;
    /* background: #fff; */
}

.icon-file {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}

.icon-file svg, .icon-file img {
    width: 100%;
    height: 100%;
    display: block;
}

.file-name {
    color: #292929;
    font-size: 0.938rem;
    line-height: 116%;
    padding: 0;
    width: 63%;
    display: inline-block;
    vertical-align: middle;
    height: 86px;
}

.file-name span {
    display: block;
    max-height: 86px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.btn-download {
    width: 10%;
    text-align: center;
    z-index: 999;
    display: inline-block;
    vertical-align: middle;
}


.btn-download svg, .btn-download svg * {
    display: block;
    width: 100%;
    height: 100%;
    fill: #8f8f8f;
}

@media screen and (min-width: 1140px) {
    .files-list ul li:hover {
        border-color: #c7232b;
    }

    .files-list ul li:hover .btn-download svg, .files-list ul li:hover .btn-download svg * {
        fill: #c7232b
    }
	
	 .files-list ul li:hover .icon-file svg, .files-list ul li:hover .icon-file svg *{
        fill: #c7232b
    }
}

.gallery-box h2 {
    margin-bottom: 38px;
    font-size: var(--font-30);
}

.publications-box-container {
    padding-top: 46px;
}

.publications-box-container h1 + .text.txt {
    max-width: 1170px;
    margin: 0 auto 43px;
    text-align: center;
    font-size: 1rem;
    line-height: 30px;
}

.text-box-container.news-view-container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.text-box-container.news-view-container h1 {
        font-size: var(--font-30);
    margin-bottom: 30px;
    text-align: left;
}

.news-view-container .container,
.publications-box-container .container {
    max-width: 1350px;
}

.publication-item {
    font-size: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 21px;
}

.publication-photo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.publication-content {
    display: inline-block;
    width: 80%;
    padding: 20px 50px;
    vertical-align: middle;
}

.publication-photo img {
    display: block;
    max-width: 100%;
}

.publication-content h3 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 18px;
}

.publication-item .text.txt {
    font-size: 0.875rem;
    line-height: 26px;
    color: #292929;
    margin-bottom: 24px;
}

.publications-box {
    padding-bottom: 27px;
}

.contact-box-container {
    padding-top: 46px;
    margin-bottom: 32px;
    background: url(../images/contact_bg.png) no-repeat bottom center;
}

.contact-box-container .container {
    max-width: 1350px;
}

.contact-box {
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 42px;
}

.contact-box-content {
    margin: 0 -50px;
}

.contact-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 43px;
}

.contact-item .text.txt {
    margin-bottom: 0;
}

.contact-info + .files-list {
    padding-top: 10px;
}

.contact-item .text.txt a {
    color: #292929;
}

.contact-item .text.txt a:hover {
    color: #c8242b;
}

.map-box iframe {
    display: block;
    width: 100%;
    height: 516px;
    max-height: 90vh;
}

.back-center {
    padding-top: var(--space-50);
    text-align: center;
}

.publication-content.no-image {
    width: 100%;
    padding: 30px 30px 0;
}

.accordion {
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-content {
    display: none;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.accordion-content a {
    font-size: 1rem;
    line-height: 1.3;
    transition: all 0.4s;
    position: relative;
    padding: 6px 0;
}

.sitemap-menu .accordion-header {
    position: relative;
    padding-right: 65px;
    cursor: pointer;
    font-size: 1.25rem;
}


.sitemap-menu .accordion-header:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    right: 22px;
    top: 50%;
    margin-top: -14px;
    position: absolute;
    font-size: 28px;
}

.sitemap-menu .accordion-header.active:after {content: "\f106";}


.btn-primary {
    color: #fff;
    background-color: #c8242b;
    border-color: #c8242b;
}


.btn-primary:hover, .btn-primary:active, .btn-primary:focus,.btn-primary:active:hover {
    background-color: #fff;
    color: #c8242b;
	 border-color: #c8242b;
}

.text blockquote {
    clear: both;
    border-left: 5px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0 8px 15px;
    font-style: italic;
}
.text ul h1, .text  ul h2, .text ul  h3, .text ul  h4, .text h5, .text ul  h6 {
    display: initial;
}

.content-box .article {
    padding-top: 40px;
}

.content-box .content-main .article {
    padding-top: 0;
}

span.langs-menu-short {
    display: none;
}

.btn-list {
    padding: 20px 0;
    text-align: center;
}

.btn-list li {
    padding: 0 10px 15px;
    width: auto;
    display: inline-block;
}

.btn-list li .btn.btn-more {
    height: auto;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
}
