.blog{
background: #f9f9f9;
    padding: 50px 0 80px 0;	
	
}
.partneram__container{
max-width: 1140px;
margin: 0 auto;
}

p.p{
	font-family: 'OpenSans-Regular';
    font-size: 18px;
    margin: auto;
    padding: 55px 0;
    text-align: center;
    line-height: 22px;
    color: #303030;
	
}
p.pp{
	font-family: 'OpenSans-Regular';
    font-size: 18px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    line-height: 22px;
    color: #303030;
	
}
h2.preim{
	font-family: OpenSans-Regular;
    font-size: 36px;
    color: #303030;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0;
	text-align: center;
	margin-bottom:50px;
}
.cont{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}
.pr_item{
	width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 50px;
}
.pr_item img{
	width:58px;
	height:58px;
}
.pr_item p{
	width:100%;
	text-align:center;
	font-family: 'OpenSans-Bold';
	color: #303030;
	font-size: 18px;
	padding-top: 25px;
	line-height: 22px;
}

.rs-17 .partners {
    position: relative;
    padding: 0;
    max-width: 870px;
    margin: 0 auto;
}

.rs-17 .partners .partners__form {
    display: flex;
    flex-direction: column;
    max-width: 670px;
    margin: 50px auto 0 auto;
	font-family: 'OpenSans-Regular';
}
.mb28 {
    margin-bottom: 28px;
}
.rs-17 .partners .partners__input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    border: 1px solid #3f3f3f;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    transition: 0.3s border;
}
label.error {
    color: #c53131;
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0px 0px 0px;
}
.rs-17 .partners .partners__textarea {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #3f3f3f;
    background-color: #fff;
    margin-bottom: 17px;
    font-size: 14px;
    color: #000;
    transition: 0.3s border;
    resize: none;
}
.rs-17 .partners input#check {
    display: none;
}
.rs-17 .partners .partners__label {
    position: relative;
    padding-left: 24px;
    font-family: OpenSans-Regular;
    font-size: 12px;
    color: #616161;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 14px;
}
.rs-17 .partners .partners__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    border: 1px solid #24347a;
    font-family: 'OPENSANS-BOLD';
    font-size: 15px;
    color: #fff;
    background: #24347a;
    border-radius: 4px;
}
.rs-17 .partners .partners__button:hover{
	color:#fff;
}
.rs-17 .partners .partners__button::before {
    border-color: #ffffff;
}
.button::before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    left: -1px;
    bottom: -1px;
    border: 1px solid transparent;
    z-index: -1;
}
.rs-17 .partners .partners__label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: #cccccc;
    z-index: 0;
}
.rs-17 .partners input#check:checked + .partners__label::after {
    opacity: 1;
}
.rs-17 .partners .partners__label::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 3px;
    top: 2.5px;
    width: 10px;
    height: 8px;
    background-image: url(/local/templates/ulric/img/check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: 0.3s opacity;
}
@media (min-width: 650px) and (max-width: 991px){
	.pr_item{
	width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 649px){
	.pr_item{
	width:100%;
	}
}