

/* Start:/local/templates/rarus/css/partners.css?17863706291907*/
.column .left h1 {
	font-size: 1.6em;
	margin: 15px 0;
}

.column .right {
	padding-top: 74px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.column .right:before {
	content: '';
    position: absolute;
    background-color: var(--green);
    width: 185px;
    height: 185px;
    border-radius: 50%;
    z-index: -1;
    left: -22px;
    top: 22px;
    opacity: 0.5;
}
.column .right a {
	font-weight: bold;
	color: #000;
}
.content.content.content .center_block a:hover {
	color: var(--dark_green);
}
.column .right .contact-link {
	text-decoration: none;
    margin-bottom: 8px;
}
.column .right .site-link {
	font-size: 24px;
    margin-top: 5px;
}

.insert {
	text-align: center;
    font-size: 1.3em;
    padding: 22px 0 32px;
    position: relative;
    margin: 60px 0 38px;
}
.insert:before {
	top: 0;
}
.insert:after {
	bottom: 0;
}
.insert:before,
.insert:after {
	content: '';
	position: absolute;
	height: 1px;
    width: 50%;
    background-color: #000;
    left:50%;
    margin-left:-25%;
}

.pp-list {
	margin-top: 20px;
}
.pp-list .title {
    color: #000000;
    font-weight: normal;
	font-size: 26px;
	margin-bottom: 16px;
}
.pp-list .item {
	margin-bottom: 25px;
    max-width: 760px;
}
.pp-list .name {
	font-weight: bold;
    color: var(--green);
    margin-bottom: 3px;
}
.line-block {
	padding: 18px 0 22px 22px;
    border-left: 10px solid #000;
}
.pp-list .item .insert {
	margin-top: 40px;
}
.pp-list .item a {
    color: var(--green);
}
.pp-list .item .insert a {
	font-size: 36px;
}

@media (max-width: 700px) {
	.column .right {
        display: none;
    }
}

@media (max-width: 420px) {
    .insert {
        font-size: 0.9em;
    	font-weight: bold;
    }
    .pp-list .item .insert a {
	    font-size: 28px;
	}
}
/* End */
/* /local/templates/rarus/css/partners.css?17863706291907 */
