body{
    background-color: #f5f5f5;
    font-family: Inter;
    margin: 0;
}
.static-width-block {
    width: 1250px;
}

.header{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 1000;
}
.header-static{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    box-sizing: border-box;
}
.header-contact{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.header-tg-svg{
    cursor: pointer;
}
.header-contact-link{
    color: black;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.block1{
    position: relative;
    top: 94px;
    margin-bottom: 94px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 70px 0px;
    box-sizing: border-box;
    background-color: #fff;
}

.block1-static{

}
.block1-header{    
    margin-bottom: 45px;
    font-size: 45px;
    font-weight: 500;
    color: #000;
}
.block1-text{
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin-bottom: 45px;
}
.block1-button{
    background-color: #0498C0;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.block2{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
    box-sizing: border-box;
}
.block2-static{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 1250px;
    box-sizing: border-box;
}
.block2-header{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;

}
.block2-subblocks{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.block2-subblock{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: calc((100% - 60px) / 3);
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.block2-sub-header{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.block2-text{
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.block3{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
    box-sizing: border-box;
    background-color: #fff;
}

.block3-static{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 1250px;
    box-sizing: border-box;
}

.block3-header{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}
.block3-subblocks{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.block3-subblock{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: calc((100% - 30px) / 2);
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.block3-sub-header{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.block3-sub-text{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.block3-price{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.block3-price-number{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.block3-button{
    background-color: #0498C0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 15px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.footer{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    box-sizing: border-box;
}

.footer-static{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 1250px;
    box-sizing: border-box;
}

.footer-row{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin-bottom: 20px;
}

.footer-left{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.footer-text{
    font-size: 10px;
    font-weight: 400;
    color: #000;
}
.footer-right{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
}
.doc-link{
    font-size: 10px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
}
.footer-logo{
    margin-bottom: 10px;
}