

/* Start:/bitrix/templates/delta/components/bitrix/news.detail/page_garanty/style.css?16440041405910*/
.main-page {
	padding-top: 35px;
	margin-bottom: 65px;
}
.main-page .descr-block {
	padding-right: 90px;
}
.main-page .descr-block h1 {
	margin-bottom: 35px;
}
.main-page .descr-block .descr {
	font-size: 18px;
	line-height: 26px;
	color: #494B4E;
	margin-bottom: 60px;
}
.main-page .descr-block .btn-red {
	font-size: 15px;
	padding: 18px 40px 16px 30px;
	margin-bottom: 45px;
}
.main-page .descr-block .btn-red span {
    padding-right: 65px;
}
.main-page .title {
	font-size: 115px;
	font-weight: 900;
    line-height: 182px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E1E1E1;
	-webkit-text-stroke: 1px #E1E1E1;
	text-stroke: 1px #E1E1E1;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	margin-left: -15px;
}
.main-page .image-block .image {
	padding-top: 66%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.service-page {
	margin-bottom: 100px;
}
.service-page .image-block {
	padding-top: 5px;
}
.service-page .image-block .image {
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 32px;
	position: relative;
	cursor: pointer;
}
.service-page .image-block .image:first-child {
	margin-right: 20px;
}
.service-page .image-block .image:before,
.service-page .image-block .image:after {
	content: '';
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
.service-page .image-block .image:before {
	background: linear-gradient(0deg, rgba(56, 58, 61, 0.2), rgba(56, 58, 61, 0.2));
	margin: 32px;
}
.service-page .image-block .image:after {
	width: 69px;
    height: 69px;
    border-radius: 50%;
	background: url('/images/add.svg') center/auto no-repeat, #fff;
}
.service-page .image-block .image:hover:before,
.service-page .image-block .image:hover:after {
	opacity: 1;
}
.service-page .image-block .image img {
	height: 315px;
}
.service-page h2 {
	margin-bottom: 45px;
}
.service-page .descr {
	font-size: 18px;
	line-height: 26px;
	color: #494B4E;
}
.adv-page {
	margin-bottom: 140px;
}
.adv-page .adv-item {
    background: #F9F9F9;
	padding: 50px 65px 55px 65px;
    height: 100%;
    border-bottom: 4px solid #DBD9E1;
}
.adv-page .row {
	margin: 0 -10px;
}
.adv-page .col-md-3 {
	padding: 10px;
}
.adv-page .adv-item .title {
	font-size: 18px;
	margin-bottom: 14px;
}
.adv-page .adv-item .text {
    font-size: 16px;
    line-height: 19px;
}
@media (min-width: 1441px) {
	.service-page h2 {
	    font-size: 32px;
	}
}
@media (max-width: 1440px) {
	.main-page {
		padding-top: 0;
		margin-bottom: 65px;
	}
	.main-page .descr-block {
	    padding-right: 30px;
	}
	.main-page .descr-block h1 {
	    margin-bottom: 30px;
	}
	.main-page .descr-block .descr {
	    font-size: 14px;
	    line-height: 20px;
		margin-bottom: 45px;
	}
	.main-page .descr-block .btn-red {
		font-size: 13px;
		padding: 16px 32px 16px 40px;
		margin-bottom: 20px;
	}
	.main-page .descr-block .btn-red:hover i {
	    right: -15px;
	}
	.main-page .title {
		font-size: 112px;
		line-height: 120px;
		margin-left: -5px;
	}
	.main-page .image-block  {
		padding-top: 10px;
	}
	.service-page {
	    margin-bottom: 60px;
	}
	.service-page .image-block .image {
		padding: 25px;
	}
	.service-page .image-block .image:first-child {
	    margin-right: 15px;
	}
	.service-page .image-block .image:before {
		margin: 25px;
	}
	.service-page .image-block .image img {
	    height: 235px;
	}
	.service-page h2 {
	    margin-bottom: 20px;
	}
	.service-page .descr {
	    font-size: 14px;
	    line-height: 20px;
	}
	.adv-page {
		margin-bottom: 80px;
	}
	.adv-page .row {
	    margin: 0 -7px;
	}
	.adv-page .col-md-3 {
		padding: 7px;
	}
	.adv-page .adv-item {
		padding: 30px 30px 40px;
	}
	.adv-page .adv-item .title {
		font-size: 14px;
	}
	.adv-page .adv-item .text {
		font-size: 13px;
		line-height: 16px;
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.main-page .descr-block h1 {
		font-size: 32px;
	}
}
@media (min-width: 992px) and (max-width: 1440px) {
	.service-page h2 {
	    font-size: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1440px) {
	.main-page .col-md-6:first-child {
		-ms-flex: 0 0 54%;
	    flex: 0 0 54%;
	    max-width: 54%;
	}
	.main-page .col-md-6:last-child {
		-ms-flex: 0 0 46%;
	    flex: 0 0 46%;
	    max-width: 46%;
	}
	.service-page .col-md-6:first-child {
		-ms-flex: 0 0 52%;
	    flex: 0 0 52%;
	    max-width: 52%;
	}
	.service-page .col-md-6:last-child {
		-ms-flex: 0 0 48%;
	    flex: 0 0 48%;
	    max-width: 48%;
	}
}
@media (max-width: 911px) {
	.service-page .image-block .image {
	    padding: 15px;
	}
	.service-page .image-block .image:before {
		margin: 15px;
	}
	.service-page .image-block .image img {
	    height: 210px;
	}
}
@media (max-width: 767px) {
	.main-page {
		margin: 45px 0;
	}
	.main-page .image-block {
	    padding-top: 5px;
		margin-bottom: 30px;
	}
	.main-page .descr-block {
		padding-right: 0;
	}
	.main-page .descr-block .descr {
		margin-bottom: 35px;
	}
	.main-page .descr-block .btn-red {
		padding: 13px 35px 13px 25px;
		margin-bottom: 5px;
	}
	.main-page .descr-block .btn-red span {
	    padding-right: 50px;
	}
	.service-page {
		margin-bottom: 40px;
	}
	.service-page .image-block {
		text-align: center;
		margin-bottom: 50px;
	}
	.service-page .image-block .image:first-child {
	    margin-right: 10px;
	}
	.service-page .image-block .image img {
	    height: 155px;
	}
	.service-page h2 {
	    margin-bottom: 15px;
	}
	.adv-page {
		overflow-x: scroll;
		padding-bottom: 5px;
		margin-bottom: 35px;
		margin-right: -15px;
	}
	.adv-page .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.adv-page .adv-item {
		min-width: 205px;
		padding: 20px 25px 25px;
	}
	.adv-page .adv-item .title {
		margin-bottom: 10px;
	}
}
/* End */
/* /bitrix/templates/delta/components/bitrix/news.detail/page_garanty/style.css?16440041405910 */
