<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.append{
    width: 100%;
}
.wrapper{
    max-width: 1500px;
    margin-bottom: 40px;
}
.bottomChems{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.p-schema__el-numb{
    color: #0B54B8;
    font-size: 45px;
    margin-bottom: 15px;
}

.p-schema__el{
    width: 370px;
    padding: 20px;
}
.p-schema__el-title{
    font-size: 20px;
    margin-bottom: 10px;
}
.bottomChems3 img{
    padding: 10px 15px 10px 0 ;
}
.wrapper2{
    display: flex;
    margin-bottom: 30px;
}
.RightItem{
    width: 52.5%;
}
.InputPragm{
    width: 300px;
    padding: 10px 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.buttonPragm_text{
    padding: 15px;
}
.buttonPragm{
    color: #fff;
    font-weight: 600;
    padding: 15px;
    background: #0B54B8;
    border: none;
	text-align:center;
}
.buttonPragm:hover{
    background-color: #7EB9F1;
}
.formWrapper{
    max-width: 535px;
    box-shadow: 0 3px 14px rgb(0 0 0 / 16%);
}
.RightItem{
    margin-bottom: 30px;
}
.topChems{
    margin-bottom: 10px;
}
.formWrapper div{
    
}
@media (max-width: 1200px) {
    .wrapper2{
        display: block;
    }
}
@media (max-width: 600px) {
    .formWrapper{

        box-shadow: 0 3px 14px rgb(0 0 0 / 16%);
    }

}
@media (max-width: 750px) {
    .RightItem{
        width: 95%;
    }

}</pre></body></html>