.page-block__info{
    background: #F1F8E8;
    color: #333333;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 137.5%;
    text-align: center;
    padding: 30px 15px;
}
.page-block__info span{
    text-align: center;
    font-size: 28px;
    font-style: normal;
    line-height: 39px;
    letter-spacing: 0em;
    color: #75BC20;
    font-weight: bold;
}
@media (max-width: 500px){
	.page-block__info{
	    font-size: 18px;
	    padding: 15px;
	}
	.page-block__info span{
	    font-size: 18px;
	}
}
.item-anons table tr td .col-3.item-body.flex.flex-between{
    padding: 30px 0;
}
.p-left-right{
    padding-left: 20px;
    padding-right: 20px;
}
.page-block__banner__title{
    font-size: 42px;
    font-style: normal;
    font-weight: 450;
    color: #333333;
    text-align: left;
}
.page-block__banner{
    background: url(/local/templates/arhimed/assets/images/pcr.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-block__banner__button{
    text-align: left;
    padding-top: 30px;
}
.page-block__banner__button a{
    background: #75BC20;
    color: #fff;
    padding: 10px 40px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.page-block__banner__wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 445px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.page-link{
    text-decoration: underline;
}

/* fixed form on the page nipt */

#niptPageForm .form-title  {
    display: none;
}