body {
    padding: 0;
    margin: 0;
    background: url(../images/39817082_1920_q55.avif) no-repeat center center/cover;
    font-family: "Montserrat", sans-serif;
    background-attachment: fixed;
}

p, span, a {
    padding: 0;
    margin: 0;
}

ol, ul {
    padding-left: 1.2rem;
}

.header {
    background: #fff;
    padding: 20px 0px;
    margin-bottom: 60px;
}

.btn {
    background: #20b31b;
    color: #fff;
    font-weight: bold;
    padding: 10px 60px;
}

.btn:hover {
    background: #2cc426;
    color: #fff;
}

.col_header {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.header_p {
    font-weight: bold;
    font-size: 18px
}

.h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}

.container_whiter {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 60px;
}

.col_sect_two {
    text-align: center;
}

.sect_two_div {
    display: flex;
}
.sect_two_div3 {
    align-items: center;
}

.lefter {
    padding: 20px;
}

.righter {
    padding: 20px;
}

.li {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
}

.price {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
}

.l_price {
    margin-right: 20px;
}

.p_l_price {
    text-decoration: line-through;
    font-size: 22px;
}

.p_r_price {
    font-weight: bold;
    font-size: 35px;
    background: #20b31b;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}

.custom_video {
    width: 100%;
}
.sect_two_div2 {
    display: flex;
    justify-content: center;
    
}
.left_two, .righter_two {
    width: 50%;
}
.ul_two {
    list-style-type: none;
    padding-left: 0;
}
.ul_two .li {
    font-weight: 400;
}
.ul_two .li span{
    font-weight: 700;
}
.h3_two {
    text-align: center;
    font-size: 35px;
}
.h3_two span {
    font-weight: 400;
}
.video_block2 {
    display: flex;
    gap: 20px;
}
.custom-video {
    width: 295px;
}
.otziv {
    display: flex;
    margin-bottom: 40px;
}
.vid1 {
    width: 500px;
    height: auto;
}
.descr {
    padding-left: 60px;
    width: 100%;
}
.top_descr {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.p_descr {
    font-weight: bold;
    padding-left: 20px;
}
.p_weight {
    font-weight: bold;
}
.p_light {
    margin-bottom: 20px;
}
.p_clients {
    text-align: center;
}
.h3_three {
    text-align: center;
    margin-bottom: 15px;
}
.p_clients {
    margin-bottom: 40px;
}
.former {
    text-align: center;
}
.input_f {
    border: none;
    border-bottom: 1px solid #333;
    padding: 10px 0px;
    font-size: 14px;
    margin: 5px;
}
input {outline:none;}
.btn_form {
    padding: 10px 20px;
}