body {
    background-color: rgb(255, 255, 255);
    font-family: "Gill Sans", sans-serif;
}

.header {
    background: #333;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.block1{
    height: 424px;
    width: 100%;
    background-image: url(/pic/Снимок\ экрана\ от\ 2025-07-04\ 21-34-37.png);
    position:absolute;
    left: 0;
    top: 30px;
    border-top: #333;
}

.block11{
    background-color: 81a7ac;
    width: 990px;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.block11 .txt {
    color: white;
    font-size: 40px;
    margin-top: 40px;
    float: left;
}

.block11 .txt2{
    position: absolute;
    top: 125px;
    width: 400px;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.btn2 {
    position: absolute;
    top: 265px;
}

.btn2 button {
    width: 180px;
    height: 43px;
    border-radius: 3px;
    border: none;
    font-size: 20px;
    background: #E26E34;
    background: linear-gradient(0deg, #E26E34, #CAA236);
}

.img2 img {
    margin-left: 60px;
}

.block12 {
    width: 350px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
}

.block12 .img1 {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.block12 .btn121 {
    width: 60px;
    height: 54px;
}

.btn121 .btntxt1 {
    margin-top: auto;
    font-size: 12px;
    color: white;
    margin-left: 2px;
    text-align: center;
}

.btn121 {
    margin-left: 5px;
}

.top1{
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 454px;
    left: 0;
}