html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body
{
    color: black;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}
.First{
    padding: 10px;
    width: 100%;
    height: 900px;
    padding-bottom: 100px;
    background-color:rgba(217, 217, 217, 1);
}
.Second{
    width: 100%;
    height: 900px;
    padding-bottom: 100px;
    background-color:rgb(203, 202, 202);
}
.Second-Contact{
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    background-color:rgb(203, 202, 202);
}
.MainLogo{
    content: url("./Img/MainLogo_V1.png");
    width: 200px;
}
.Banner{
    padding-top: 30px;
    width: 100%;
}
.Banner-Img{
    display: flex;
    position: relative;
}
.picture-1{
    content: url("./Img/Banner1.png");
}
.picture-2{
    content: url("./Img/Banner2.png");
}
.picture-3{
    content: url("./Img/Banner3.png");

}
.picture-4{
    content: url("./Img/Banner4.png");

}

.MainPicturesMain{
    left: -10px;
    position: relative;
    width: 33%;
}
.color-overlay{
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 217, 217, 0.6);
}
.Banner-Text{
    position: absolute;
    text-align: center;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 30px;
    text-shadow: 4px 0px 5px rgba(0, 0, 0, 0.6);
}
.Banner-Text-Main{
    font-size: 33px;
    font-weight: 700;
}
.Price-Main{
    padding-top: 30px;
    text-align: right;
    font-size: 22px;
    padding-right: 10%;
}
.Button-Main{
    padding-top: 100px;
    justify-self: center;
    width: 300px;
}
.Button-Main-Img{
    content: url("./Img/ButtonNormal.png");
    width: 100%;
    height: auto;
}
.Button-Main-Text{
    position: relative;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -180%);
    pointer-events: none;
    font-size: 22px;
}
.Button-Main-Img:active{
    content: url("./Img/ButtonHover.png");
}
.Button-Main-Img:hover{
    cursor: pointer;
}
.Main-Header{
    position: relative;
    font-size: 28px;
    display: inline-block;
    left: 20px;
    top: 30px;
    word-wrap: nowrap;
    padding-bottom: 40px;
}
.Main-Header-Underline{
    position: relative;
    background-color: #F25300;
    height: 2px;
    left: -2px;
    width: calc(100% + 4px);
    transform: translateY(-100%);
}


.Main-Price-Text {
    font-size: 25px;
    line-height: 60px; /* Используем пропорциональное значение вместо пикселей */
    margin-left: 20px; /* Отступ слева вместо left */
}

.Second-funguje {
    position: relative;
    margin-top: 40px; /* Добавляем отступ сверху */
    text-align: right;
    right: 10px;
}
.Other-Offers-Main{
    position: relative;
    font-size: 25px;
    left: 40px;
    padding-bottom: 80px;
}
.Offers-Img{
    padding-top: 20px;
    justify-self: center;
    height: 300px;
}
.OfferL{
    position: relative;
    right: 0%;
    height: 100%;
    width: auto;
    border-radius: 20px;
    box-shadow: 20px 4px 16px rgba(0, 0, 0, 0.25);
}
.OfferR{
    
    position: relative;
    left: 40%;
    height: 100%;
    width: auto;
    border-radius: 20px;
    box-shadow: 20px 4px 16px rgba(0, 0, 0, 0.25);
}
.OfferL.Fr{
    content: url("./Img/Offers1.png");
}
.OfferR.S{
    content: url("./Img/Offers2.png");
}
.OfferL.T{
    content: url("./Img/Offers3.png");
}
.OfferR.F{
    content: url("./Img/Offers4.png");
}
.Second-Contact-Text{
    position: relative;
    left: 20px;
    font-size: 25px;
}
.Second-Contact a{
    text-decoration: none;
    color: inherit;
}
.Second-Contact a:hover{
    color: #F25300;
}
.Second-Contact a:active{
    color: #723f3f;
}
.Lable img{
    width: 100px;
}
.Lable .Text{
    font-size: 28px;
    font-weight: 700;
}
.Lable{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.Right .Lable{
    justify-content: end;
    position: relative;
    right: 20px;
}
.Right .Lable .Text{
    position: relative;
    right: 20px;
}
.Left .Lable .Text{
    position: relative;
    left: 20px;
}
.Left .Lable{
    position: relative;
    left: 20px;
}
.AllL {
    display: flex;
    justify-content: space-between;
}
.How-H-Handler{
    display: flex;
    justify-content: space-between;
}
.How-H-Handler .Text{
    position: relative;
    top: 60px;
    left: 20px;
    font-size: 30px;
    line-height: 80px;
}
.How-H-Handler .Imgs{
    position: relative;
    right:10%;
    display: flex;
    flex-direction: column;

}
.How-H-Handler .Imgs .F{
    position: relative;
    transform: translate(100px);
    margin-bottom: 40px;

}
.How-H-Handler .Imgs .S{
    position: relative;
    transform: translate(-100px);
    margin-bottom: 40px;

}
.How-H-Handler .Imgs .T{
    position: relative;
    transform: translate(50px);
    margin-bottom: 40px;

}
.Img{
    border-radius: 20px;
    box-shadow: 20px 4px 16px rgba(0, 0, 0, 0.25);
    width: 350px;
    height: auto;
}
.Second.Price{
    height: 1000px;
}