#garanty {
    margin: 0 auto 70px;
    max-width: 1110px;
    overflow: hidden;
    width: 100%;
    margin-top: 70px;
}
.garanty_block_text {
    padding: 0 15px;
}
.garanty_block_text p {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 15px;
}
.garanty_block_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.garanty_block_text ul li {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
}
.garanty_block_text ul li:before {
    content: " ";
    background: url(../img/check.svg) no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    margin-right: 15px;
    min-width: 48px;
}
.garanty_block_text ul li span {
    padding-top: 10px
}
#review_sliders {
    margin: 0 auto 70px;
    max-width: 1110px;
    overflow: hidden;
    width: 100%;
}
.slider_about {
    margin: 0 15px
}
.wrap_slide_about {
    border-radius: 10px;
    padding: 25px 15px;
    margin: 10px;
    box-shadow: 3px 0px 14px -3px rgb(0 0 0 / 31%);
}
.body_slider_about {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 190px;
}
.rate_about {
    display: flex;
    align-items: center;
}
.rate_about .star {
    background: url(../img/star.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 3px;
}
.name_about {
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 5px;
}
.date_about {
    font-size: 12px;
    opacity: 0.5;
}
.info_slide_about {
    margin-top: 15px;
}
#form_home {
    margin: 0 auto 70px;
    max-width: 1110px;
    overflow: hidden;
    width: 100%;
}
#form_home_main_block {
    padding: 0 15px;
}
#form_home_main_block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form_home_main_block input {
    padding: 15px 10px;
    width: 32%;
}
#form_home_main_block textarea {
    width: 100%;
    margin: 20px 0;
    min-height: 120px;
    padding-top: 10px;
}
.not_found h1 {
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 60px;
}
@media screen and (max-width: 567px) {
    .slider_about {
        margin-top: 50px;
    }
    #form_home_main_block input {
        width: 100%;
        margin-bottom: 20px;
    }
    #form_home_main_block textarea {
        margin-top: 0;
    }
}