.home_info{padding-top: 30px;}
.home_info h1{text-align: center;}

.header-menu > ul > li:hover > ul ul{display: block;}

.overflow{overflow: hidden;}

.popup-cookie {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 80px;
    background-color: #2e2e2e
}

.popup-cookie__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 15px
}

.popup-cookie__message {
    -ms-flex-preferred-size: 804px;
    flex-basis: 804px;
    max-width: 804px;
    padding-right: 27px;
    font-family: Helvetica Neue LT W10_55 Roman,sans-serif;
    font-size: 13px;
    line-height: 1.38;
    color: #fff
}

.popup-cookie__message p {
    margin: 0
}

.popup-cookie__btns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-cookie__btns .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 161px;
    flex: 0 0 161px;
    width: 161px;
    margin-right: 14px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.popup-cookie__btns .btn:last-of-type {
    margin-right: 0
}

.popup-cookie .btn-more-info {
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.popup-cookie .btn-more-info:hover {
    color: #fff;
    border-color: #ef1526;
    background: #ef1526
}

.popup-cookie .btn-more-info:active {
    border-color: #ff3849;
    background: #ff3849
}

.popup-cookie .btn-next {
    color: #fff;
    background: #ec1b2e
}

.popup-cookie .btn-next:hover {
    color: #fff;
    background: #ff3849;
    -webkit-box-shadow: 0 6px 16px 0 rgba(255,99,113,.3);
    box-shadow: 0 6px 16px 0 rgba(255,99,113,.3)
}

.popup-cookie .btn-next:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

/*.subcat-desc .text{
    color: inherit;
    position: relative;
    width: auto;
    max-width: 100%;
}*/

.footer .footer-col-4 .footer-menu li:last-child a{font-weight: bold;color: #b11e29 !important;}

.sites-list{position: relative;}
.sites-list .dropdown__title{
    cursor: pointer;
    font-weight: bold;
    transition-duration: 0.3s;
}
.sites-list .dropdown__title::after{
    content: "\f107";
    font-family: 'FontAwesome';
    color: #b11e29;
    margin-left: 5px;
    display: inline-block;
    transition-duration: 0.3s;
}
.sites-list.open .dropdown__title{
    color: #b11e29;
}
.sites-list.open .dropdown__title::after{
    transform: rotate(-180deg);
}
.sites-list .dropdown__list{
    position: absolute;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    z-index: 99;
    min-width: 220px;
    right: 0;
}
.sites-list .dropdown__list .dropdown__list-inner{
    display: flex;
    flex-direction: column;
}
.sites-list .dropdown__list .dropdown__item{
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}
.sites-list .dropdown__list .dropdown__item:hover{
    color: #231f20;
    background: #f6f8fb;
}

.pagination{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 767px){
    .header-top .buy_online{float: right;}
    .header-top .sites-list .dropdown__list{right: auto;}
    .header-top .sites-list{font-size: 20px;}
}