.slick-dots {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    
    list-style: none;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CCCCCC;
    margin: 0 10px;
    position: relative;
}
.slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    padding: 0;
    margin: 0;
}
.slick-dots li.slick-active {
    background-color: #D9221C;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 6;
    font-size: 0;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-arrow::before {
    content: "";
    display: block;
    position: relative;
    border: 2px solid #302A26;
    border-bottom: none;
    border-left: none;
    height: 10px;
    width: 10px;
    left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;

    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.slick-arrow:hover {
    background-color: #D9221C;
}
.slick-arrow:hover::before {
    border-color: #fff;
}
.adap_karusel-brends {
    background-color: #EAEDF3;
}
.adap_karusel__contentTitle-brends {
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 33px;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
}
.adap_karusel__blokkont-brends {
    padding: 0 10px;
}
.blokrisunkabrends {
    background-color: #fff;
    height: 120px;
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;

}

.adap_karusel__slide-brends {
    text-decoration: none;
}
.adap_karusel__slide-brends:hover {
    opacity: .7;
}

.adap_karusel__karus-brends .slick-dots {
    display: none!important;
}

.adap_karusel-brends .container {
    max-width: 1710px;
}

.adap_karusel-brends .slick-arrow {
    display: none!important;
}





.adap_karusel-mainslaider .container {
	padding: 0;
}

.main .objectImage.adap_karusel__objectImage-mainslaider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.blokrisunkamainslaider {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.main .adap_karusel__blokkont-mainslaider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* .main .adap_karusel__blokkont-mainslaider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
} */

.blokdatmainslaider {
	position: relative;
	color: #fff;
	text-align: center;
	z-index: 3;
	height: 100%;
    background-color: #435159;
}

.objectTitle.adap_karusel__objectTitle-mainslaider {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

.buttonSend.adap_karusel__buttonSend-mainslaider {
	padding: 10px 25px;
    border: 1px solid #fff;
    background-color: transparent;
}
.buttonSend.adap_karusel__buttonSend-mainslaider:hover {
    background-color: #fff;
    color: #3D3734;
}
.adap_karusel__objectNote-mainslaider {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.1;
}
.section.adap_karusel-mainslaider {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mainslaider__content-wrapper {
	padding: 25px 20px 20px;
	margin: 0 auto;
	height: 100%;
    text-align: left;
    position: relative;
}

.adap_karusel-mainslaider .slick-arrow {
    display: none!important;
}
.adap_karusel-mainslaider .slick-dots {
    margin-top: 10px;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;

}
.adap_karusel__karus-mainslaider .slick_dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0;
	padding: 10px;
}

.adap_karusel__karus-mainslaider .slick_arrow {
	display: none !important;
}
.news-public__list {
    margin: 0 -15px;
}

.news-public__item {
    flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0;

    list-style: none;
    width: 100%;
    padding: 0 15px;
}

.news-public__link {
    color: inherit;
    text-decoration: none;
    position: relative;
        display: block;
}

.news-public__title {
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    text-transform: none;
    min-height: 103px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-public__link:hover .news-public__title {
    min-height: 100%;
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;

}

.news-public__img-wrapper {
    position: relative;
    padding-top: 100%;
    margin-bottom: 0;
}

.news-public__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    margin: auto;
}

.dataType_date {
    display: none;
}

.newsLink {
   display: none;
}
.news-public__content {
    display: none;
}

.main>.content.news-public {
    padding-bottom: 40px;
} 

.container.tabs_container {
    max-width: 1740px;
}



@media (min-width:768px) {

    .news-public__link {
        
        height: 100%;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
    }

    



}


@media (min-width:1200px) {
   
    .news-public__list {
        margin-left: 23%;
        padding-left: 15px;
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;

    }
    .news-public__item {
        width: 33.3333%;
    }

}




@media (min-width:576px) {
	.adap_karusel__objectNote-mainslaider {
		margin-bottom: 40px;
	}

    .news-public__item { 
        width: 50%;
    }
}

@media (min-width: 768px) {
    .mainslaider__content-wrapper {
        padding: 30px 30px 35px;
    }
}

@media (min-width: 992px) {
    .news-public__item { 
        width: 33.3333%;
    }
    
    .main .adap_karusel__blokkont-mainslaider {
        padding-bottom: 52px;
        background-color: #fff;
    }
    .blokrisunkamainslaider {
        height: 330px;
        width: 78%;
    }
    .blokrisunkamainslaider::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 96%;
        background-color: #fff;
        -webkit-transform: skew(10deg);
        -ms-transform: skew(10deg);
        transform: skew(10deg);
        z-index: 2;
        width: 100%;
    }
    .blokdatmainslaider {
        position: absolute;
        top: 1px;
        height: 350px;
        top: 52px;
        left: 50%;
        right: 0;
    }
    .section.adap_karusel-mainslaider {
        padding-top: 30px;
    }

    .objectTitle.adap_karusel__objectTitle-mainslaider {
        font-size: 25px;
        margin-bottom: 40px;
     }
     .mainslaider__content-wrapper {
        padding: 57px 55px 35px 30px;
     }
     .adap_karusel__objectNote-mainslaider {
        line-height: 1.3;
        margin-bottom: 30px;
     }
     .buttonSend.adap_karusel__buttonSend-mainslaider {
        padding: 15px 33px;
     }

     .adap_karusel-mainslaider .slick-dots {
        position: absolute;
        bottom: 0;
        left: 30px;
     }
     .slick-dots li {
        margin: 0 20px 0 0;
     }
     .mainslaider__content-wrapper::before {
        content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -75px;
            background-color: #435159;
            -webkit-transform: skew(-23deg);
            -ms-transform: skew(-23deg);
            transform: skew(-23deg);
            z-index: -1;
            width: 100%;
    }
    .adap_karusel-mainslaider .slick-arrow {
        display: block!important;
        width: 42px;
        height: 42px;
        top: 30px;
        bottom: initial;
        left: 60px; 
        right: initial;
    }
    .adap_karusel-mainslaider .slick-arrow:hover {
        background-color: #fff;
        opacity: .7;
    }

    .adap_karusel-mainslaider .slick-arrow:hover::before {
        border-color: #302A26;
    }
    .adap_karusel-mainslaider .slick-arrow.slick-next {
        left: 115px; 
    }
    .tabs__block-tabov {
        justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
    
    }
}
@media (min-width: 1200px) {

    .adap_karusel-mainslaider .container {
        padding: 0 15px;
    }
    .adap_karusel__contentTitle-brends {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .adap_karusel__blokkont-brends {
        padding: 0 30px;
    }
    .adap_karusel-brends .slick-arrow {
        display: block!important;
    }

    .adap_karusel__karus-brends {
        padding: 0 60px;
    }
    .adap_karusel-mainslaider .slick-slider {
        margin-left: 23%;
        padding-left: 30px;
    }
   
}

@media (min-width: 1500px) {
    .container.tabs_container .card__link_img {
        padding-top: 0;
        height: 250px;
    }
    .section.adap_karusel-mainslaider {
        padding-top: 40px;
    }
    .blokrisunkamainslaider {
        height: 350px;
    }
}
