body {
    font-family: 'Inter Tight';
}

/*верхний экран*/
.screen1 {
    background: url('../images/fon1.jpg') center bottom;
    background-size: cover;
    height: 65vh;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.screen2 {
    padding: 80px 100px 20px 100px;
}


.screen3 {
    background: url('../images/fon2.png') center bottom;
    background-size: cover;
    height: 650px;
    width: 100%;
    position: relative;
    padding: 0 100px;
    margin: 0;
    border-radius: 20px;

}


/*верхнеее меню с лого*/
.top_menu {
    background: #f7cecc;
    height: 60px;
    width: 90%;
    padding: 5px 15px 5px 20px;
    margin: 0 auto;
    border-radius: 10px;
}

.text_top {
    font-size: 40px;
    width: 100%;
    margin: auto;
    color: #fff;
    top: 100px;
    line-height: 1;
    text-align: center;
    position: absolute;
}

.text_top2 {
    font-size: 40px;
    font-weight: 500;
    width: 100%;
    margin: auto;
    color: #5A5959;
    top: 100px;
    line-height: 1;
    text-align: left;
}


.text_top3 {
    font-size: 40px;
    font-weight: 500;
    width: 100%;
    margin: 60px auto;
    color: #fff;
    top: 100px;
    line-height: 1;
    text-align: center;
}

.bukv {
    font-size: 80px;
    font-weight: bold;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 15px;
    margin-top: -30px;
    line-height: 1;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #ABE89B 19.23%, #7CD3A0 88.85%);
}


.bukv_text {
    font-size: 20px;
    text-align: left;
    padding-top: 20px;
    line-height: 1;
}

.bukv_pod {
    margin-top: 10px;
    display: inline-block;
    margin-left: 60px;
}

.btn-primary {
    background-color: #FF6B57;
    border-color: #FF6B57;
    padding: 20px 30px;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: red;
    border-color: #FF6B57;
}

.sc3_block {
    background: #fff;
    border-radius: 30px;
    padding: 20px 40px;
    margin-right: 40px;
}

.plashka {
    background: #7CD3A0;
    border-radius: 40px;
    color:#fff;
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1;
    text-align: left;
}

.plashka_num {
    font-size: 40px;
    float: left;
    font-weight: bold;
    color: green;
    margin-right: 10px;
}

.products p {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.otz_text {
    font-size: 12px;
    margin-top: 5px;
}
.otz_prod {
    font-weight: bold;
    margin: 0;
}
.otz_autor {
    font-size: 10px;
}

.stars img {
    width: 10px;

}
.stars {
    margin-bottom: 0;
}