/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.top_block .subscribe {
	display: none;
}
.partner-slider {
    margin: 32px auto 32px auto;
    padding: 0px 0px 0px 0px;
    max-width: 1344px;
}
.partner-slider.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.partner-slider.owl-carousel .owl-item img {
    height: 50px !important;
    width: auto !important;
    transition: 0.2s;
}
.partner-slider.owl-carousel .owl-item img:hover {
    transform: scale(1.1);
}
.maxwidth-theme .tz {
	margin: 0px 0px 32px;
}
.cookie {
    position: fixed;
    left: 20px;
    bottom: 20px;    
    z-index: 100;
	background: #2f3338;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    max-width: calc(100vw - 180px);
}
.cookie__text {
    flex: 1;    
}
.cookie__text p {
    margin-bottom: 10px;
    margin-top: 0;
}
.cookie__text p:last-child {
    margin-bottom: 0;    
}
.cookie__text a {
    transition: .4s;
    text-decoration: underline transparent;
}
.cookie__text a:hover {
    color: #f17036;
    text-decoration-color: #f17036;
}
.cookie__close {
    position: relative;
    width: 20px;
    height: 24px;
    cursor: pointer;
}
.cookie__close::before,
.cookie__close::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
}
.cookie__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 680px){
    .cookie {
        left: 16px;
        bottom: 174px;
        max-width: calc(100vw - 32px);
    }

}