

/* Start:/local/templates/.default/components/solverweb/catalog/catalog/bitrix/catalog.element/.default/style.css?17315996321921*/
.text-block p {
	text-align: justify;
	margin-bottom: 15px;
}

.text-block ul,
.text-block ol {
	padding-left: 40px;
	padding-right: 40px;
}
.text-block ul li,
.text-block ol li { margin-bottom: 15px }

.text-block .info {
	margin: 20px 0;
}

.text-block .block {
	width: 49%;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 70px;
}
	.text-block .l-block {
		width: 22%;
		overflow: hidden;
	}
		.text-block .l-block .marketing {
			position: relative;
			max-height: 100%;
			text-align: center;
		}
			.text-block .l-block .marketing > * { max-width: 100% }
		.text-block .l-block .btn-g {
			display: inline-block;
			width: auto;
			margin: 15px 0;
			padding: 15px 2.5em;
			clear: both;
		}
	.text-block .r-block {
		width: 76%;
		float: right;
	}
		.text-block .r-block > img {
			display: block;
			margin: 0 auto;
			max-width: 100%;
		}
		.text-block .r-block > h2:first-child { margin-top: 0 }

.price-block-selects .btn-red { display: inline-block }


ul.gur-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
	ul.gur-ul img {
		max-width: 210px;
		display: block;
		margin: 0 auto;
	}


@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	.text-block .l-block {
		width: 100%;
		display: block;
	}
		.text-block .l-block .image-banner { background-position: center center }
		.service-s1 .l-block .btn-g {
			width: 50%;
			position: static;
			display: block;
			margin: 20px auto;
		}
		.text-block .l-block .marketing .other-serv-btn {
			display: block;
			position: static;
			width: 50%;
			margin: auto;
		}
	.text-block .r-block {
		float: none;
		display: block;
		width: 100%;
		margin-top: 90px;
	}

}


.banners {
	display: none;
	float: right;
	width: 240px;
	height: 400px;
	margin: 0 0 20px 20px
}
@media screen and (max-width: 480px) {
	.text-block .l-block .marketing .other-serv-btn { width: 70% }
	.banners {
		float: none;
		margin: auto;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/serviceblock/style.css?16486312545518*/
.service .white-block {
    text-align: center;
    position: relative;
    height: 122px
}

.service .white-block .line {
    width: 40%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute
}

.service .white-block .line-left:after, .service .white-block .line-right:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ed1c24;
    border-radius: 50%;
    position: absolute;
    display: block
}

.service .white-block .line-left {
    left: 0;
    top: 15px
}

.service .white-block .line-left:after {
    right: 0;
    top: -5px
}

.service .white-block .line-right {
    right: 0;
    top: 15px
}

.service .white-block .line-right:before {
    left: 0;
    top: -5px
}

.service .white-block h2 {
    text-transform: uppercase;
    margin-top: 35px
}

.service .white-block p {
    font-size: 25px;
    margin-top: 25px;
    text-align: center
}

.service .service-options {
    height: auto;
    position: relative;
    max-width: 1198px;
    margin: 0 auto;
}

.service .service-options .container {
    text-align: center
}

.service .service-options .container .serv-block {
    width: 27.5%;
    height: 220px;
    display: block;
    float: left;
    background-color: rgba(255, 255, 255, .9);
    margin: 20px 2.9%;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #000;
    border-radius: 2px;
    transition: all ease-in .2s
}

.service .service-options .container .serv-block:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.service .service-options .container .serv-block span {
    margin-top: 18px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    display: block
}

.service .service-options .container .serv-block img {
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.service .service-options .container .serv-block:first-child img {
    bottom: 40px
}

.service .service-options .container .serv-block:nth-child(-n+3) {
    margin-top: 10px
}

.service .service-options .container .serv-block:nth-child(n+7) {
    margin-bottom: 10px
}

.service .service-options .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/local/templates/beliy/img/bg-service.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}

@media screen and (max-width: 1650px) {
    .service .white-block .line {
        width: 36%
    }
}

@media screen and (max-width: 1200px) {
    .service .white-block .line {
        width: 34%
    }

    .service .white-block p {
        font-size: 26px
    }

    .service .service-options .container .serv-block span {
        font-size: 16px;
        margin-top: 25px
    }

    .service .service-options .container .serv-block img {
        width: 38%;
        height: auto;
        bottom: 25px
    }

    .service .service-options .container .serv-block:first-child img {
        width: 55%;
        bottom: 45px
    }
}

@media screen and (max-width: 1024px) {
    .service .white-block .line {
        width: 32%
    }

    .service .white-block p {
        font-size: 22px
    }

    .service .service-options .container .service-container {
        width: 95%;
        margin: auto
    }

    .service .service-options .container .serv-block {
        height: 200px;
        width: 29%;
        display: block;
        margin: 20px 15px
    }

    .service .service-options .container .serv-block span {
        font-size: 14px;
        margin-top: 20px
    }

    .service .service-options .container .serv-block img {
        width: 37%
    }

    .service .service-options {
        height: 700px
    }
}

@media screen and (max-width: 768px) {
    .service .service-options {
        height: auto
    }

    .service .white-block .line {
        width: 23%;
        top: 11px
    }

    .service .white-block p {
        font-size: 17px
    }

    .service .service-options .container .serv-block {
        margin: 5px;
        width: 31%;
        height: 180px
    }

    .service .service-options .container .serv-block span {
        font-size: 12px
    }
}

@media screen and (max-width: 480px) {
    .service .white-block p {
        font-size: 15px
    }

    .service .service-options .container {
        justify-content: center
    }

    .service .service-options .container .serv-block:nth-child(-n+3) {
        margin-top: 0
    }

    .service .service-options .container .serv-block:nth-child(n+7) {
        margin: 0
    }

    .service .service-options .container .serv-block:last-child {
        text-align: center;
        position: relative;
        left: 25%
    }

    .service .service-options .container .serv-block span {
        font-size: 11px
    }

    .service .service-options .container .serv-block:first-child img {
        bottom: 36px
    }

    .service .service-options .container .serv-block {
        width: 46.7%;
        margin: 5px !important;
        height: 155px
    }
}
/* End */
/* /local/templates/.default/components/solverweb/catalog/catalog/bitrix/catalog.element/.default/style.css?17315996321921 */
/* /local/templates/.default/components/bitrix/catalog.section.list/serviceblock/style.css?16486312545518 */
