.section_table {
padding: 50px 0;
}
.section_table .h2 {
margin-bottom: 40px;
}
.section_table .col_table_overflow_scrol {
overflow-x: auto !important;
}
.section_table .obfu {
border-spacing: 3px 0px;
border-collapse: separate;
width: 100%;
min-width: 500px;
margin: 3px 0 0;
}
.section_table .obfu tr:hover {
background: #f4f4f4;
}
.section_table .obfu th {
font-size: 13px;
}
.section_table .obfu th, .section_table .obfu td {
padding: 5px 15px;
max-width: 305px;
}
.section_table .obfu td {
text-align: center;
border: 1px solid #c9c9c9;
font-size: 13px;
}
.section_table .obfu th {
background: #d32d2f;
color: #ffffff;
text-align: center;
font-weight: normal;
}
.section_table .button_block {
display: flex;
gap: 20px;
margin-top: 40px;
justify-content: center;
align-items: center;
}
.section_table .button_block a.btn {
max-width: 370px;
padding: 15px;
}
@media (max-width: 768px) {
.section_table .button_block {
flex-direction: column;
}
}.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;
}
}