.section_certificate {
padding: 50px 0;
}
.section_certificate .title_button .link_button {
margin-top: 40px;
}
.section_certificate .block_certificate {
display: flex;
position: relative;
}
.section_certificate .block_certificate_slick {
display: block;
width: 100%;
height: 100%;
}
.section_certificate .item_slider {
display: flex;
justify-content: center;
}
.section_certificate .item_slider .link_slide {
display: block;
max-width: 350px;
width: 100%;
}
.section_certificate .item_slider .link_slide img {
display: block;
max-width: 100%;
max-height: 100%;
}
.section_certificate .block_arrow_slider {
position: absolute;
top: 200px;
display: flex;
justify-content: space-between;
width: 100%;
}
.section_certificate .block_arrow_slider .prev-slide {
display: flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
cursor: pointer;
background-size: contain;
background: url(//rudesktop.ru/wp-content/uploads/2023/07/arrow_slide.svg) no-repeat center;
}
.section_certificate .block_arrow_slider .next-slide {
display: flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
cursor: pointer;
background: url(//rudesktop.ru/wp-content/uploads/2023/07/arrow_slide.svg) no-repeat center;
transform: rotate(180deg);
right: 25px;
position: relative;
}
.section_certificate .block_arrow_slider div[aria-disabled=true] {
display: none;
}
@media (max-width: 992px) {
.section_certificate .title_button {
display: flex;
align-items: center;
flex-direction: column;
}
.section_certificate .title_button h2 {
text-align: center;
}
.section_certificate .title_button .link_button {
max-width: 450px;
width: 100%;
margin: 30px auto 50px;
}
}