

/* Start:/local/templates/merssel/components/bitrix/news.list/main_banner/style.css?1770731444150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049*/
.banner-clients__breadcrumbs {
	display: flex;
	gap: 7px;
	flex-direction: row;
	flex-wrap: wrap;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] {
	position: relative;
	padding: 0 0 0 14px;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:before {
	content: '/';
	margin-right: 12px;
	position: absolute;
	left: 0;
	top: 0;
	color: #C3C3C3;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type {
	padding: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type:before {
	content: '';
	margin-right: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] a {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
	text-decoration: none;
	cursor: pointer;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] > span[itemprop="name"] {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
}

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

	.banner-clients__breadcrumbs {
		display: none;
	}

}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news/ohrana/bitrix/news.list/services/style.css?1770731444345*/
.btn_read {
	width: 100%;
	height: 60px;
	border: 1px solid #8A8A8A;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
line-height: 160%;

	color: #F2F2F2;
	text-decoration: none;
	transition: border .2s;
}


.btn_read:hover {
	border: 1px solid rgb(210 175 101 / 50%);
	color: #d2af65;
}
/* End */


/* Start:/local/components/merssel/calculator/templates/ohrana/style.css?177073144313543*/
.calculator {
    padding: 0;
    color: #C3C3C3;
}

.faq-subtitle {
    font-weight: 300;
    font-size: 30px;
    line-height: 110%;
    color: #d2af65;
    margin: 0 0 25px;
}

/* Контейнер с колонками */
.calculator__container {
    display: flex;
    gap: 10px;
}


.calc-col {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 15px;
    width: calc(50% - 5px);
    background: rgb(255 255 255 / 4%);
}

.calc-col-1 {
    position: relative;
}

.calculator .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.check-calc .checkbox__text {
    position: relative;
    padding: 4px 0 4px 45px;
    cursor: pointer;
    line-height: 22px;
    display: block;

}

.check-calc .checkbox__text .btn-vibor {
    font-size: 17px;
    color: #d2af65;
    line-height: 100%;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.check-calc .checkbox__text .btn-vibor.active {
    color: #d2af65;
}

.check-calc .checkbox__text .btn-vibor:hover {
    color: #d2af65;
    border-bottom: 1px solid #d2af65
}


.check-calc .checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 1px;
    background: rgb(255 255 255 / 25%);
    border: 2px solid #d2af65;
    transition: 0.2s;
}

.check-calc .checkbox__text:after {
    content: "";
    position: absolute;
}

.check-calc.checkbox input:checked+.checkbox__text:after {
    content: '';
    position: absolute;
    display: block;
    left: 9px;
    top: 3px;
    width: 10px;
    height: 17px;
    border: solid #e7a61b;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}


.check-calc.checkbox input:checked+.checkbox__text:before {
    border: 2px solid #d2af65;
}

.check-calc.checkbox input:disabled+.checkbox__text:after {
    display: none;
}


.check-calc.checkbox input:disabled+.checkbox__text:before {
    display: none;
}

.check-calc.checkbox input:disabled+.checkbox__text {
    padding-left: 10px;
}



.calculator .calc-col .calculate--auto-box {
    max-width: 1000px;
    width: 100%;
    margin: 10px 0;
}

.check-calc-vibor-auto {}

.auto-hidden {
    display: none;
}

.item.calculate--auto {
    padding: 20px 50px 30px;
    background: #1a1e23;
}

.item.calculate--auto.active {
    display: block;
}

.calculate--auto .calculate--auto__img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.calculate--auto .calculate--auto__img img {
    max-width: 100%;
    height: auto;
}

.calculate--auto .calculate--auto__name {
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 20px;
    max-width: 360px;
    margin: 10px auto 15px;
    text-align: center;
}

.calculate--auto__param {
    max-width: 270px;
    margin: 0 auto;
}

.calculate--auto .calculate--auto__param .autopark--item__arenda {
    margin-bottom: 8px;
    font-size: 14px;
}

.calculate--auto .calculate--auto__param .autopark--item__arenda span {
    font-size: 18px;
    color: #d2af65;
}

.autopark--item__usloviya {
    font-size: 14px;
    position: relative;
}

.autopark--item__usloviya .autopark--item__time:before {
    content: url(/local/components/merssel/calculator/templates/ohrana/img/clock.png);
    position: absolute;
    left: -25px;
    width: 19px;
    height: 19px;
    margin-right: 6px;
    vertical-align: middle;
    top: 0;
}


.autopark--item__usloviya .autopark--item__time {
    color: #fff;
    margin: 0 20px 0 30px;
    position: relative;
}

.autopark--item__time-min {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
    padding: 10px 10px;
    background: rgb(255 255 255 / 10%);
    display: inline-block;

    span {
        font-weight: 400;
        color: #fff;
    }
}

.autopark--item__usloviya .autopark--item__price {
    margin: 0;
    font-size: 18px;
    color: #d2af65;
}


.calculator .calc-col .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.calculator .calc-col .owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    top: calc(50% - 38px);
    background: url("/local/components/merssel/calculator/templates/ohrana/img/arrow.svg") no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.calculator .calc-col .owl-theme .owl-nav .owl-prev:hover {
    background: url("/local/components/merssel/calculator/templates/ohrana/img/arrow.svg") no-repeat;
    background-position: 0 -50px;
}

.calculator .calc-col .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 38px);
    background: url("/local/components/merssel/calculator/templates/ohrana/img/arrow.svg") no-repeat;
    background-position: -50px 0;
    position: absolute;
    right: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.calculator .calc-col .owl-theme .owl-nav .owl-next:hover {
    background: url("/local/components/merssel/calculator/templates/ohrana/img/arrow.svg") no-repeat;
    background-position: -50px -50px;
}

@media screen and (max-width: 600px) {
    .calculator .calc-col .owl-theme .owl-nav .owl-prev {
        width: 38px;
        height: 38px;
        top: calc(50% - 19px);
        background: url("/local/components/merssel/calculator/templates/ohrana/img/arrowm.svg") no-repeat;
        background-position: 0 0;
    }

    .calculator .calc-col .owl-theme .owl-nav .owl-prev:hover {
        background: url("/local/components/merssel/calculator/templates/ohrana/img/arrowm.svg") no-repeat;
        background-position: 0 -38px;
    }

    .calculator .calc-col .owl-theme .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        top: calc(50% - 19px);
        background: url("/local/components/merssel/calculator/templates/ohrana/img/arrowm.svg") no-repeat;
        background-position: -38px 0;
    }

    .calculator .calc-col .owl-theme .owl-nav .owl-next:hover {
        background: url("/local/components/merssel/calculator/templates/ohrana/img/arrowm.svg") no-repeat;
        background-position: -38px -38px;
    }
}

.calculate--range {
    position: relative;
    max-width: 830px;
    width: 100%;
    display: block;
    padding: 40px 0 0px;
}

.calculate--range .calculate--range--kol {
    font-size: 14px;
    color: #f2f2f2;
    line-height: 22px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    display: inline-block;
}

.calculate--range .slidecontainer {
    width: calc(100% - 180px);
    max-width: 850px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-top: 5px;
}


.rangeLabel {
    position: absolute;
    background-color: #53575b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 400;
    transform: translateX(-50%);
    z-index: 10;
    top: -32px;
    /* Размещаем над ползунком */
}

.rangeLabel::before {
    content: '';
    position: absolute;
    top: 100%;
    /* Стрелка вниз */
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #53575b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 0;
    background: url('/local/components/merssel/calculator/templates/ohrana/img/range_icon.png');
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border: 0;
    background: url('/local/components/merssel/calculator/templates/ohrana/img/range_icon.png');
    cursor: pointer;
}

.calculate--checkbox {
    max-width: 830px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 35px 0 0;
}

.calculate--checkbox .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.calculate--checkbox .checkbox__text {
    position: relative;
    padding: 0 0 0 75px;
    cursor: pointer;
    line-height: 32px;
    display: block;
    font-size: 15px;
    color: #c4c4c4;

}

.calculate--checkbox .checkbox__text span {
    text-transform: none;
    font-size: 20px;
    color: #d2af65;
}

.calculate--checkbox .checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 26px;
    border-radius: 100px;
    background: #56595c;
    border: 3px solid #efc285;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.calculate--checkbox .checkbox__text:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #a1a1a1;
    /*box-shadow: 0 2px 5px #a1a1a1;*/
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.calculate--checkbox .checkbox input:checked+.checkbox__text:before {
    background: #73644e;
}

.calculate--checkbox .checkbox input:checked+.checkbox__text:after {
    left: 33px;
    background: #e7a61b;
}


.calc-oxrana {
    margin: 35px 0 0;
}

.oxrana-hidden {
    padding: 15px 0;
    display: none;
}

.calc-ohrana-price {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 10px;
    color: #efc285;
}

.calc-ohrana-price span {
    font-size: 16px;
    color: #d9dada;

}

.calc-ohrana--label {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 55px 0 5px;
}

.ohrana_types {
    max-width: 350px;
    width: 100%;
    margin: 12px 0 10px;
    display: block;
}

.ohrana_types .ms-choice {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    outline: 0;
    border-color: #efc2858a;
    border-width: 2px;
    background: rgb(255 255 255 / 10%);
}

.ohrana_types .ms-choice>div {
    top: 14px;
    right: 19px;
}

.ohrana_types .ms-drop ul {
    padding: 12px 12px 0;
}

.ohrana_types .ms-drop ul>li {
    margin-bottom: 12px;
}

.ohrana_types .ms-drop ul>li label {
    margin-bottom: 0;
}

.ohrana_types .ms-drop ul>li:hover span {
    color: #ffd977;
    cursor: pointer;
}

.ohrana_types .ms-choice>span {
    right: 50px;
    color: #e7a61b;
}

.ohrana_types .ms-choice>span.placeholder {
    color: #b1b1b1;
    font-size: 14px;
}

.ohrana_types .ms-drop label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.ohrana_types .ms-drop label span {
    position: relative;
    padding: 0 0 0 30px;
    color: #b9a179;
    cursor: pointer;
}

.ohrana_types .ms-drop label span:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 1px solid #877652;
    transition: 0.2s;
}

.ohrana_types .ms-drop label span:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 1px;
    width: 7px;
    height: 11px;

}

.ohrana_types .ms-drop label input:checked+span:after {
    background: none;
    content: '';
    position: absolute;
    display: block;
    left: 7px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid #e7a61b;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}

.ohrana_types .ms-drop {
    border-radius: 0;
    border-color: #998364;
    background: #34393c;
    border-width: 2px;
}

.ohrana_types .ms-drop.bottom {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.ohrana_types {

    display: none;
}

.calc-col-2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.calc_result {}

.calculate--price {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 15px auto 25px;
    color: #d2af65;
}

.calculate--price span {
    font-size: 16px;
    padding: 0 0 4px;
    display: block;
    color: #C3C3C3;
}

.info-calc {
    margin: 15px 0 25px;
    font-size: 13px;
    text-align: center;
}


.info-calc a {
    text-decoration: none;
    color: #d2af65;
    font-size: 18px;
}

.info-calc strong {
    text-decoration: none;
    color: #d2af65;
    font-size: 24px;
    font-weight: 400;
    line-height: 180%;
    padding: 0 5px;

}

.contact_form {
    max-width: 480px;
    margin: 0 auto;
}

.feedback__calc-title {
    font-size: 18px;
    text-align: center;
    color: #C3C3C3;
    line-height: 23px;
}

.feedback.feedback__calc {
    padding: 20px 0;
}

@media (max-width: 839px) {

    .calculator {
        padding: 15px 0;
        color: #C3C3C3;
    }

    .calculator__container {
        flex-direction: column;
        gap: 0;
    }

    .calc-col {
        flex: 1 1 100%;
        width: 100%;
    }

    .faq-subtitle {
        font-weight: 300;
        font-size: 20px;
        line-height: 115%;
        color: #d2af65;
        margin: 0 0 25px;
    }

    .calc_result .section__container {
        padding: 0;
    }

}
/* End */


/* Start:/local/templates/merssel/components/news/forms/cacl_form/style.css?17774525675011*/
.form-popup {
	overflow: hidden;
	background: #298ec3;
	padding: 30px;
	padding-top: 35px;
	color: #fff;
	max-width: 320px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.form-popup textarea,
.form-popup input[type="text"],
.form-popup input[type="phone"],
.form-popup input[type="email"] {
	color: #000;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px;
}

.form-popup textarea {
	min-height: 100px;
}

.fancybox-type-ajax .fancybox-close {
	background: url('/local/templates/merssel/components/news/forms/cacl_form/images/close.png') center center no-repeat;
	position: absolute;
	top: 11px;
	right: 11px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-type-ajax .fancybox-inner {
	height: auto !important;
}

.form-popup .title {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	text-align: center;
	padding-bottom: 10px;
}

.form-popup .text {
	color: #d4e4ef;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 17px;
}

.form-popup .form-group {
	margin-bottom: 15px;
}

.form-popup .form-group:after {
	content: '';
	display: table;
	clear: both;
}

.form-popup .captcha-row .captcha_img {
	margin-bottom: 5px;
}


.form-popup .btn-submit {
	width: 100%;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	cursor: pointer;
}

.form-popup .agreement-message {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.validate-input-feedback {
	margin: 0 0 15px;
}

.feedback__form input {

	box-sizing: border-box;
	background-color: #2b2e31;
	font-weight: 400;
	border-bottom: none;
	height: 50px;
	outline: none;
	border: none;
	border-radius: 8px;
	background-image: none;
	color: #d3d3d3;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	text-align: left;
	padding: 4px 4px 4px 19px;
	width: 100%;
}

.feedback__form textarea {
	max-height: 80px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	outline: none;
	border: none;
	resize: none;
	border-radius: 8px;
	background-color: #2b2e31;
	background-image: none;
	color: #d3d3d3;

	font-weight: 400;



	width: 100%;
	box-sizing: border-box;
}


.error label.error {
	display: none;
}


.feedback__form .error input,
.feedback__form .error textarea {
	background-color: rgb(255 128 128 / 15%);
}

.agreement-consent {
	display: block;
}

.agreement-consent__label {
	display: flex;
	align-items: center;
	gap: 13px;
	cursor: pointer;
	padding: 5px 0px 10px 5px;
}

.agreement-consent__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.agreement-consent__box {
	width: 18px;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	min-height: 18px;
	max-height: 18px;
	flex: 0 0 18px;
	border: 1px solid #EFC285;
	background: transparent;
	border-radius: 4px;
	position: relative;
	display: inline-block;
}

.agreement-consent__input:checked + .agreement-consent__box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #EFC285;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.agreement-consent.error .agreement-consent__box {
	border-color: #ff8080;
	background-color: rgb(255 128 128 / 15%);
}

.agreement-consent label.error {
	display: none !important;
}

/* Спиннер и состояние «уже обрабатываем» (как в popup_car_new) */
.feedback__form .form-submit-wrap { position: relative; display: block; width: 100%; }
.feedback__form .form-submit-wrap .btn-submit { width: 100%; box-sizing: border-box; }
.feedback__form .form-submit-wrap .form-submit-loading {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	border-radius: inherit;
	pointer-events: none;
}
.feedback__form .form-submit-wrap.is-sending .form-submit-loading { display: inline-flex; }
.feedback__form .form-submit-wrap .form-submit-spinner {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0,0,0,0.15);
	border-top-color: currentColor;
	border-radius: 50%;
	animation: form-spin 0.7s linear infinite;
}
.feedback__form .form-submit-wrap.is-sending .btn-submit { color: transparent !important; }
.feedback__form.form-already-processing .feedback__form-fields { display: none !important; }
.feedback__form .form-already-processing-message {
	display: none;
	padding: 24px 20px;
	font-size: 1rem;
	line-height: 1.5;
	color: #e5e7eb;
	background-color: #424447;
	border-radius: 8px;
	text-align: center;
}
.feedback__form .form-already-processing-message .feedback__form-title,
.feedback__form .form-already-processing-message h4 {
	margin: 0 0 10px;
	font-size: 1.1rem;
	color: #fff;
}
.feedback__form .form-already-processing-message .feedback__form-desc,
.feedback__form .form-already-processing-message p {
	margin: 0;
	color: #9ca3af;
}
.feedback__form.form-already-processing .form-already-processing-message { display: block !important; }
@keyframes form-spin { to { transform: rotate(360deg); } }
/* End */


/* Start:/local/components/merssel/calculator/templates/ohrana/assets/css/owl.carousel.min.css?17707314433351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/components/merssel/calculator/templates/ohrana/assets/css/owl.theme.default.min.css?17707314431013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.min.css?17707314433312*/
.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div{position:absolute;top:0;right:0;width:20px;height:25px;background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) left top no-repeat}.ms-choice>div.open{background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) right top no-repeat}.ms-drop{width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ms-drop.bottom{top:100%;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.ms-drop.top{bottom:100%;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:4px;position:relative;white-space:nowrap;width:100%;z-index:10000}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 20px 0 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) no-repeat 100% -22px;background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) no-repeat 100% -22px,-o-linear-gradient(bottom,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.png) no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%)}.ms-search,.ms-search input{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ms-drop ul{overflow:overlay;position:relative;margin:0;padding:5px 8px}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static}.ms-drop ul>li .disabled{opacity:.35;filter:Alpha(Opacity=35)}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{font-weight:400;display:block;white-space:nowrap}.ms-drop ul>li label.optgroup{font-weight:700}.ms-drop input[type=checkbox]{vertical-align:middle;margin:5px}.ms-drop .ms-no-results{display:none}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/otz/style.css?17708688661796*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* Клик по отзыву — открытие модального окна */
.gratitude__item_clickable {
	cursor: pointer;
}
.gratitude__item-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.gratitude__item-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gratitude-modal {
	max-width: 560px;
	padding: 24px;
	box-sizing: border-box;
}
.gratitude-modal__title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #1a1a1a;
}
.gratitude-modal__text {
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
}
.gratitude-modal__text p {
	margin: 0 0 0.75em;
}
.gratitude-modal__text p:last-child {
	margin-bottom: 0;
}

.gratitude-fancybox .fancybox-content {
	padding: 0;
	overflow: auto;
	max-height: 85vh;
}
.gratitude-fancybox .fancybox-slide--inline .fancybox-content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.gratitude-fancybox .fancybox-toolbar.fancybox__toolbar__items--right,
.gratitude-fancybox .fancybox__toolbar__items--right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button {
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	border-radius: 0;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button:hover {
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button--close {
	right: 0;
	top: 0;
}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/brands/style.css?177073144440*/
body .clients__item img{
	width: 100%;
}
/* End */
/* /local/templates/merssel/components/bitrix/news.list/main_banner/style.css?1770731444150 */
/* /local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049 */
/* /local/templates/merssel/components/bitrix/news/ohrana/bitrix/news.list/services/style.css?1770731444345 */
/* /local/components/merssel/calculator/templates/ohrana/style.css?177073144313543 */
/* /local/templates/merssel/components/news/forms/cacl_form/style.css?17774525675011 */
/* /local/components/merssel/calculator/templates/ohrana/assets/css/owl.carousel.min.css?17707314433351 */
/* /local/components/merssel/calculator/templates/ohrana/assets/css/owl.theme.default.min.css?17707314431013 */
/* /local/components/merssel/calculator/templates/ohrana/assets/css/multiple-select.min.css?17707314433312 */
/* /local/templates/merssel/components/bitrix/news.list/otz/style.css?17708688661796 */
/* /local/templates/merssel/components/bitrix/news.list/brands/style.css?177073144440 */
