@charset "UTF-8";
/* CSS Document */
.page-item.active .page-link {
    background-color: #FFDF3E;
    border-color: #FFDF3E;
}
.pagination{justify-content: center;}
.page-link:hover {
    color: #43405a;
}
.page-link {
    color: #43405a;
}
.page-link:focus {
    box-shadow: none;
}

.widgetContainer {
    overflow: hidden;
}
select {
    -webkit-appearance: none;
}
.directoryFilter__item span {
    justify-content: center;
}

header .logo a{margin-top: -0;}

.smallSlider figure.slick-current {
    border-color: #f2f2f2 !important;
}
.smallSlider figure.is-active {
    border-color: #FFDF3E !important;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsContent__content ul, .newsContent__content ol{
    padding-left: 14px;
    margin-bottom: 20px;
}
header .logo a{
    margin-top: 0 !important;
}
header .logo{
    display: inline-flex !important;
    align-items: center !important;
}
header .widgetContainer{
    min-width: inherit!important;
    padding: 0!important;
}
.gsInformer .gsLinks .leftCol {
    margin-left: 13px!important;
}
.gsInformer .gsLinks .rightCol{
    margin-right: 11px!important;
}
.radioContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.radioContainer p{
    margin-bottom: 0px;
}
.advancedSearch{
    display: block !important;
}
.menu ul{
    justify-content: space-between!important;
}
.menu li{
}
.menu li a{
    padding: 0 10px;
}
.menu li.active a, .menu li a:hover{
    /*background: #fff !important;*/
    border-radius: 5px 5px 0 0;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;

}
.menu li a span{
    right: 20px !important;
}

.radioContainer > *{
    text-align: center;
}
.left_right_buttons{
    display: flex;
    justify-content: space-between;
}
.left_right_buttons .radiobox{
    padding: 10px;
    display: inline-flex;
    width: 200px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #FFDF3E;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}
.left_right_buttons .radiobox.checked{
    background-color: #FFDF3E;
}
.left_right_buttons .radiobox label::before {
    display: none;
}
.left_right_buttons .radiobox label {
    margin: 0;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    position: static;
}
.left_right_buttons .radiobox.checked label {
    color: #fff;
}
.left_right_buttons .radiobox input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
figcaption{
    text-align: center;
    font-style: italic;
    margin-top: -15px;
}
.oneNews-row:hover,.oneNews-row:hover {
    box-shadow: none !important;
}
.align-center{
    text-align: center !important;
}
.newsContent__content{
    overflow: hidden;
}

.newsContent__content::after {
    position: static;
    display: block;
    clear: both;
}
figure.image.align-right{
    float: right;
    margin-left: 20px;
}
figure.image.align-left{
    float: left;
    margin-right: 20px;
}
.newsContent__content td,th{
    padding: 5px 10px;
    border: 1px solid #444;
}
.newsContent__content table{
    margin-bottom: 20px;
}
.radioContainer > div {
    margin: 0 auto;
}



@media (max-width : 1200px) {
    .menu li a span {
        font-size: 12px !important;
        top: 8px !important;
    }
}

.voteBlock p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.voteBlock p span{
    text-indent: 5px;
    font-weight: 500;
    color: #fff;
    min-width: 2px;
    position: relative;
    height: 20px;
    display: block;
}
.voteBlock p span:before,
.voteBlock p span:after {
    content: attr(data-content);
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
    line-height: 20px;
}

.voteBlock p span:before {
    color: #ffffff;
    background-color: #FFDF3E;
    border-radius: 4px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.voteBlock p span:after {
    position: absolute;
    white-space: nowrap;
    color: #000;
    z-index: 1;
}

.voteBlock .radiobox{
    width: 100%;
}

.recommendedBlock{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.newsContent__content::after {
    display: none;
}
.recommendedItem {
    width: calc(50% - 35px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 20px;
    color: #17161e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.recommendedItem a{
    margin-bottom: auto;
    color: #43405a;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 10px;
}
.recommendedItem a:hover{
    color: #FFDF3E;
}
.recommendedItem img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}
@media (max-width : 767px) {
    .recommendedItem {
        width: calc(50% - 10px);
    }
    .recommendedItem a{
        font-size: 18px;
    }
}
@media (max-width : 560px) {
    .recommendedBlock{
        flex-direction: column;
    }
    .recommendedItem {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .recommendedItem a{
        text-align: center;
    }
}
.smallSlider img{
    margin-bottom: 0 !important;
}
.sliderContainer, .descriptionContainer {
    margin: 0 auto 30px;
}
.newsContent{
    text-align: center;
}
.recommendedItem a{
    text-align: left;
}
.left_right_buttons .radiobox{
    width: 50%;
}
.newsSlider + .button{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.newsContent__content iframe{
    width: 100%!important;
}