.block{
    padding: 30px 0;
}
.text {
    padding: 10px 25px 10px 25px;
    background-color: #434d57;
    color:white;
    font-size:19px;
    text-align: left;
}
.text > p{
    margin-bottom: 0px !important;
}
div#tekst_sverhu_kartinki {
     position: relative;
}
.tekst_sverhu_kartinki_1 {
    position: absolute;
    bottom: 30%;
    text-transform: uppercase;
    color: #2d2d2d;
    width: 370px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 25px 10px 25px;
    border-radius: 0 5px 5px 0;

}
.tekst_sverhu_kartinki_1 span {
    font-size: 24px;    
}
@media all and (max-width: 1080px) {
.tekst_sverhu_kartinki_1 {
    width: 370px;
    bottom:50%;
}
}
@media all and (max-width: 1000px) {
.tekst_sverhu_kartinki_1 {
    width: 370px;
    bottom:50%;
}
.tekst_sverhu_kartinki_1 span {
    font-size: 16px;    
}
}

@media all and (max-width: 768px) {
.tekst_sverhu_kartinki_1 {
    width: 250px;
    bottom:65%;

  }
}
.photo_char{
    padding: 40px 0;
}
hr{
    height:3px;
    border:none;
    background-color:#9a9a9a;
    margin-top: 0 !important;
}
h2 {
    font-size: 28px;
    position: relative;
    overflow: hidden;
    margin-bottom:40px;
    margin-top: 0;
    }

.gap{
    padding-top:70px;
}
/* h2:after {
    display: inline-block;
    content: "";
    height: 22px;
    background: #9a9a9a;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    margin-left: 20px;
    } */
.img_kachestvo{
    width: 85%;
    padding: 40px 0px;
}
.text_kachestvo{
    width:85%;
}
.text_center{
    display: flex;
    justify-content: center;
    align-items: center;
    }	
.owl-prev i, .owl-next i {
color: white;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -60px;
}
.owl-prev {
    left: -24px;
}
.owl-next {
    right: -24px;
}	
.owl-carousel .item{
    min-height:320px !important;
    padding-top: 30px;
    padding-bottom: -10px;
}	
.owl-dots{
    display: none;
}
#hidden-element,#hidden-element1,#hidden-element2,#hidden-element3,#hidden-element4,#hidden-element5,#hidden-element6,#hidden-element7,#hidden-element8,#hidden-element9,#hidden-element10,#hidden-element11,#hidden-element12,#hidden-element13,#hidden-element14,#hidden-element15,#hidden-element16,#hidden-element17,#hidden-element18,#hidden-element19,#hidden-element20,#hidden-element21,#hidden-element22,#hidden-element23,#hidden-element24,#hidden-element25,#hidden-element26,#hidden-element27,#hidden-element28,#hidden-element29,#hidden-element30,#hidden-element31,#hidden-element32,#hidden-element33,#hidden-element34,#hidden-element35,#hidden-element36,#hidden-element37,#hidden-element38,#hidden-element39,#hidden-element40,#hidden-element41,#hidden-element42 {
    display:none;
    }
.scale {
transition: 1s; /* Время эффекта */
}
.scale:hover {
transform: scale(3); /* Увеличиваем масштаб */
}
.scale_color {
transition: 1s; /* Время эффекта */
}
.scale_color:hover {
box-shadow:0 6px 18px rgba(67, 77, 87, 0.42);
transform: scale(1.06); /* Увеличиваем масштаб */
cursor: pointer;
}
.container {
    position: relative;
}
.container img {
width: 100%;
height: auto;
}
.container .btn{
position: absolute;
top: 65%;
left: 2%;
}
.container p{
position: absolute;
top: 20%;
left: 2%;
font-size:16px;
}
.new{
    background-color: #434d57;
    padding: 5px 8px;
    font-size:12px;
    color: white;
    position: absolute;
    top:20px;
    right: 20px;
}
@media (max-width:1000px){
    .container .btn{
        top: 100%;
        left: 0%;
    }
    .container p{
        font-size:12px;
    }
}
@media (max-width:767px){
    .container .btn{
        top: 100%;
        left: 0%;
    }
    .container p{
        font-size:7px;
    }
}

.link {
	display: flex;
	justify-content: center;
	align-items: center;
	color:#808080 !important;
	font-size:15px;
	text-decoration:none !important;
	padding-top: 25px;
    padding-bottom: 30px;
	text-align: center;
	
}

.link:hover {
	color:#434d57 !important;
}