

/* Start:/local/templates/rarus/css/prro.css?17854203144216*/
.column .left h1 {
	font-size: 1.6em;
	margin: 15px 0;
}
.column .left .type {
	padding-left: 21px;
	margin-bottom: 20px;
}
.column .left .type li {
	list-style-type: none;
	margin-bottom: 8px;
}
.column .left .type li a {
	color: #000;
}
.column .left .type li a:hover {
	color: var(--dark_green);
}
.column .right {
	padding-top: 52px;
	position: relative;
}
.column .right:before {
	content: '';
	position: absolute;
	background-color: var(--green);
	width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: -1;
    left: -50px;
    top: 20px;
    opacity: 0.5;
}
.column .right .title_block {
	font-size: 0.75em;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}
.column .right .phone {
	font-weight: 800;
    font-style: italic;
    margin-bottom: 6px;
    white-space: nowrap;
}
.column .right a {
    color: #000;
}
.column .right .descr {
	font-size: 0.8em;
}
.button {
	background-color: var(--green);
	display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 28px 9px 24px;
    margin: 32px 0 44px 0;
    float: left;
    border: 1px solid var(--green);
    cursor: pointer;
}
.button:hover {
	background-color: transparent;
	color: var(--green);
}
ul li {
	list-style-type: '- ';
    list-style-position: inside;
    margin-bottom: 6px;
}
ul a {
	color: #000;
}
ul a:hover {
	color: var(--dark_green);
}
.features {
	margin: 8px 0 60px;
}
.features li {
	margin-bottom: 24px;
}

.circle_block {
	max-width: 750px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 16px 0 54px;
}
.circle_block .item_container {
	max-width: 350px;
}
.circle_block .item {
	position: relative;
	padding: 62px 0 0 22px;
}
.circle_block .name {
	font-weight: bold;
    font-size: 30px;
}
.circle_block .name span {
	font-size: 36px;
    line-height: 58px;
}
.circle_block ul {
	margin-top: 18px;
}
.circle_block ul li {
	margin-bottom: 5px;
    font-size: 16.5px;
}
.circle_block .item_container {
	background-repeat: no-repeat;
	background-size: contain;
}
.circle_block .item_container:first-child {
    background-image: url(/images/support/01.png);
}
.circle_block .item_container:last-child {
    background-image: url(/images/support/02.png);
}

.title_block {
	font-size: 1.3rem;
	font-weight: bold;
	color: var(--dark_green);
	margin-bottom: 8px;
}

.circle_block-big {
	display: flex;
	margin: 8px 0 30px;
}
.circle_block-big .item_container {
    width: 33.333%;
}
.circle_block-big .item {
	font-weight: bold;
    font-size: 30px;
    padding: 66px 20px 83px;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
}
.circle_block-big .item div {
	font-size: 36px;
}
.circle_block-big .item_container:nth-child(1) .item {
	background-image: url(/images/support/01.png);
}
.circle_block-big .item_container:nth-child(2) .item {
	background-image: url(/images/support/02.png);
}
.circle_block-big .item_container:nth-child(3) .item {
	background-image: url(/images/support/03.png);
}

.big_title {
	font-size: 40px;
    font-weight: bold;
    color: var(--dark_green);
}

@media (max-width: 700px) {
	.column .right {
		display: none;
	}
	.circle_block {
		flex-direction: column;
		align-items: center;
	}
	.circle_block .item_container {
		background-size: contain;
	}
	.circle_block .item_container:first-child {
		margin-bottom: 24px;
	}
	.big_title {
		font-size: 30px;
	}
	.circle_block-big {
	    flex-direction: column;
	    align-items: flex-start;
	}
	.circle_block-big .item_container {
	    width: auto;
	}
}
@media (max-width: 400px) {
	.big_title {
	    font-size: 26px;
	}
	.circle_block-big {
	    align-items: center;
	}
}

.sale {
	display: flex;
    align-items: center;
}
.ru.sale:after {
	content: 'акция';
}
.ua.sale:after {
	content: 'акція';
}
.sale:after {
	background-color: #7b2283;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 3px 8px 5px 6px;
    border-radius: 20px;
    margin: 4px 0 0px 6px;
}
/* End */
/* /local/templates/rarus/css/prro.css?17854203144216 */
