

/* Start:/bitrix/templates/galla_m/components/bitrix/news.list/products-list-main/style.css?16221969872161*/
.groups-list {
	flex-wrap: wrap;

	margin-left: -12px;
	margin-right: -12px;
}



.groups-list .group {
	margin-bottom: 30px;
	padding-left: 12px;
	padding-right: 12px;
}

.groups-list .group > * {
	height: 100%;
}

.groups-list .group > * > a {
	display: block;
	height: 100%;
	padding: 20px 22px;
	border-radius: 4px;
	box-shadow: 0 0 6px 0 #00000024;
	background-color: #ffffff;
}

.groups-list .group > * > a:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 6px #00000024;
}

.groups-list .group > * > a:hover img.icon {
	display: none
}

.groups-list .group > * > a:hover img.icon_hover {
	display: inline
}

.groups-list .group .img {
	margin-bottom: 16px;
	line-height: 42px;
	display: block;
	max-height: 42px;
}

.groups-list .group img {
    vertical-align: middle;
}

.groups-list .group img.icon_hover {
    display: none;
}

.groups-list .group .name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #343434;
	font-family: inherit;
	margin: 0;
}

.groups-list .group .desc {
	display: block;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #343434;
}

.groups-list .group .products {}

.groups-list .group .products .item {
	margin: 0;
    line-height: 20px;
}

.groups-list .group .products .item a {
	font-family: Roboto;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #343434;


	font-family: Montserrat;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #343434;
}


/*.groups-list .group .img:hover img.icon {
    display: none;
}
.groups-list .group .img:hover img.icon_hover {
    display: inline;
}*/
.groups-list .group .products .item:hover a {
	color: #FF3F19;
	text-decoration: none;
}







@media (min-width: 1310px) {

}

@media (max-width: 1309px) {

}

@media (max-width: 991px) {

}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

}

@media (max-width: 565px) {

	.groups-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.groups-list .group {
		width: 50%;
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media (max-width: 450px) {



}
/* End */


/* Start:/bitrix/templates/galla_m/components/bitrix/news.list/portfolio-main-owl-carousel/style.css?17455699829276*/
.portfolio.owl-carousel {
	position: relative;
	padding: 0 80px;
	margin-bottom: 40px;
}

.portfolio.owl-carousel .owl-stage-outer {
	z-index: 2;
}


.portfolio.owl-carousel .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	height: 100%;
	z-index: 1;
}

.portfolio.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0;
	margin-top: -12px;
	padding: 0;
	background: #fff;
	border: solid 2px #efefef;
}
.portfolio.owl-carousel .owl-nav [class*=owl-] > * {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.portfolio.owl-carousel .owl-nav [class*=owl-] img {
	width: 12px;
}
.portfolio.owl-carousel .owl-nav .owl-prev {
	left: 10px;
	transform: rotate(180deg);
}
.portfolio.owl-carousel .owl-nav .owl-next {
	right: 10px;
}



.portfolio.owl-carousel .portfolio-item {
	box-shadow: 0 0 14px 0 #b1b1b1;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin: 6px;
}

.portfolio.owl-carousel .portfolio-item .preview_picture {
	width: 100%;
	cursor: pointer;
}

.portfolio.owl-carousel .portfolio-item .desc-block {
	padding: 20px;
	background-color: #fff;
	min-height: 114px;
}

.portfolio.owl-carousel .portfolio-item .desc-block .title {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #626567;
	font-weight: 500;
    margin-bottom: 0;
}

.portfolio.owl-carousel .portfolio-item .desc-block .desc {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #626567;
	font-weight: 400;
    margin-bottom: 0;
}

.portfolio.owl-carousel .portfolio-item .desc-block .brand {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #626567;
	font-weight: 400;
    margin-bottom: 0;
}

.portfolio.owl-carousel .portfolio-item .desc-block a:not([data-toggle="popover"]) {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FF3F19;
	font-weight: 400;
	cursor: pointer;
}






/*всплывающее окно*/
.portfolio + .modal{
	-webkit-user-select: none;
	/* user-select -- это нестандартное свойство */
	
	-moz-user-select: none;
	/* поэтому нужны префиксы */
	
	-ms-user-select: none;
}

.portfolio + .modal .modal-dialog {
	width: 969px;
	margin: 150px auto 30px auto;
}


.portfolio + .modal .modal-dialog .close {
	float: none;
	position: absolute;
	z-index: 1;
	right: -54px;
    top: -90px;
	font-size: 16px;
	line-height: 36px;
	color: #8D8D8D;
	filter: alpha(opacity=100);
	opacity: 1;
	text-shadow: none;
	font-weight: 500;
	font-family: Roboto;
}

.portfolio + .modal .modal-dialog .close span {
	font-size: 27px;
	line-height: 32px;
	vertical-align: middle;
}


.portfolio + .modal .modal-dialog .modal-content > span {
	position: absolute;
	z-index: 1;
	top: 0;
	font-size: 80px;
    color: #8D8D8D;
	cursor: pointer;
    height: 466px;
    line-height: 466px;
	width: 80px;
	text-align: center;
}

.portfolio + .modal .modal-dialog .modal-content > span.material-icons[data-dir="left"] {
	left: -80px;
}

.portfolio + .modal .modal-dialog .modal-content > span.material-icons[data-dir="right"] {
	right: -80px;
}

.portfolio + .modal .modal-dialog .modal-content {
	border-radius: 0;
}

.portfolio + .modal .modal-dialog .modal-body {
	padding: 0;
	text-align: center;
	height: 466px;
}

.portfolio + .modal .modal-dialog .modal-body .clearfix {
	height: 100%;
}

.portfolio + .modal .modal-dialog .modal-body img {
	max-width: 700px;
	width: 100%;
	max-height: 100%;
    object-fit: contain;
}

.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail {
	position: relative;
	width: 266px;
	height: 100%;
	padding: 25px;
}

.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .brand {
	font-size: 22px;
	line-height: 18px;
	color: #434343;
	font-weight: 300;
	font-family: Roboto;
	margin-bottom: 5px;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .brand-desc {
	font-size: 13px;
	line-height: 18px;
	color: #626567;
	font-weight: 300;
	font-family: Roboto;
	margin-bottom: 22px;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .title {
	font-size: 13px;
	line-height: 18px;
	color: #626567;
	font-weight: 500;
	font-family: Roboto;
	margin: 0;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .desc {
	font-size: 13px;
	line-height: 18px;
	color: #626567;
	font-weight: 300;
	font-family: Roboto;
	margin-bottom: 0;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .desc .remove {
	display: block;
	margin-top: 20px;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .bx-call-button {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 19px;
	color: #fff;
	background-color: #FF3F19;
	padding: 10px 11px;
	text-decoration: none;
	cursor: pointer;
	font-family: Roboto;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0 #c1c1c1;
	display: inline-block;
	font-weight: 400;
    position: absolute;
    bottom: 110px;
    left: 34px;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .info {
	font-size: 13px;
	line-height: 18px;
	color: #626567;
	font-weight: 300;
	font-family: Roboto;
	margin: 0;
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 0 25px;
}




.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews {
	margin-top: 40px;
	position: absolute;
	width: 100%;
	height: auto;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews .preview {
	margin-right: 8px;
	opacity: 0.2;
	cursor: pointer;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews .preview.active {
	margin-right: 8px;
	opacity: 1;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews .preview:last-of-type {
	margin-right: 0;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews .preview img {
    width: 120px;
    height: 78px;
}
.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews .preview span {
	font-size: 16px;
	line-height: 36px;
	color: #8D8D8D;
	font-weight: 400;
	font-family: Roboto;
	display: block;
}


.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #0000008c;
}

body.modal-open {
	padding-right: 0 !important;
}


@media (max-width: 1309px) {

	.portfolio + .modal .modal-dialog {
		width: 820px;
		margin: 150px auto 30px auto;
	}

	.portfolio + .modal .modal-dialog .modal-body {
		height: 379px;
	}

	.portfolio + .modal .modal-dialog .modal-body img {
		max-width: 570px;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail {
		width: 247px;
		padding: 15px;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .desc {
		line-height: 15px;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .bx-call-button {
		bottom: 66px;
		left: 22px;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .info {
		bottom: 15px;
		left: 0;
		padding: 0 15px;
		line-height: 14px;
	}

	.portfolio + .modal .modal-dialog .modal-content > span {
		height: 380px;
		line-height: 380px;
	}
}

@media (max-width: 991px) {

	.portfolio + .modal .modal-dialog .close {
		right: -54px;
		top: -60px;
	}

	.portfolio + .modal .modal-dialog .modal-body {
		height: auto;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail {
		width: 100%;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews {
		margin-top: 8px;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-previews .preview img {
		width: 90px;
		height: 60px;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .bx-call-button {
		position: static;
		margin: 30px 0;
	}

	.portfolio + .modal .modal-dialog .modal-body .bx-portfolio-detail .info {
		position: static;
		padding: 0;
	}
}

@media (max-width: 767px) {

	.portfolio.owl-carousel .owl-nav .owl-next {
		right: 28px;
	}

	.portfolio.owl-carousel .owl-nav .owl-prev {
		left: 28px;
	}


	.portfolio + .modal .modal-dialog {
		width: 400px;
	}

	.portfolio + .modal .modal-dialog .modal-content > span {
		height: 260px;
		line-height: 260px;
	}

	.modal-open .modal {
		padding-right: 0 !important;
	}
}


@media (max-width: 579px) {
	.portfolio.owl-carousel {
		padding: 0 30px;
		margin-bottom: 20px;
	}

	.portfolio.owl-carousel .owl-nav .owl-next {
		right: 0;
	}

	.portfolio.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}

	.portfolio + .modal .modal-dialog {
		width: 400px;
	}
}


@media (max-width: 449px) {

	.portfolio.owl-carousel .owl-nav .owl-next {
		right: 0;
	}

	.portfolio.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}

	.portfolio + .modal .modal-dialog {
		width: 290px;
	}

	.portfolio + .modal .modal-dialog .close {
		right: 0;
		top: -40px;
	}

	.portfolio + .modal .modal-dialog .modal-content > span {
		height: 190px;
		line-height: 190px;
		text-align: center;
		font-size: 60px;
		width: 60px;
		color: #000000;
	}
	
	.portfolio + .modal .modal-dialog .modal-content > span.material-icons[data-dir="left"] {
		left: 0;
	}
	
	.portfolio + .modal .modal-dialog .modal-content > span.material-icons[data-dir="right"] {
		right: 0;
	}
}


@media (max-width: 379px) {

}
/* End */


/* Start:/bitrix/templates/galla_m/components/bitrix/main.include/order-form-main/style.css?16385231433194*/
/*------------------------------------------*/


.bx-order-form-container {
	position: relative;
	max-width: 830px;
	border-radius: 3px;
	background-color: #f5f5f5;
	margin: 80px auto;
}

.soglasie-link {
    padding: 0 15px 0 15px !important;
}








.bx-order-form-container .form {
	padding: 40px 35px;
}

.bx-order-form-container .form .bx-order-heading {
/* 	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #848484;
	font-weight: 300;
	margin-bottom: 38px; */
    font-family: Montserrat;
    font-size: 21px;
    line-height: 1.1;
    color: #696969;
    font-weight: bold;
	margin-bottom: 38px;
}

.bx-order-form-container .form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.bx-order-form-container .form .row > * {
	padding-left: 10px;
	padding-right: 10px;
}

.bx-order-form-container .form .form-group {
	margin-bottom: 26px;
}

.bx-order-form-container .form .form-control {
	height: 46px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #212121;
	font-weight: 400;
	border: 1px solid #E2E2E2;
	border-radius: 0;
}

.bx-order-form-container .form textarea.form-control {
	height: 190px;
}


.bx-order-form-container .form .label-file {
	font-size: 16px;
	line-height: 19px;
	font-family: Roboto;
	color: #FF3F19;
	cursor: pointer;
	margin: 12px 0 0 0;
}

.bx-order-form-container .form .label-file i {
	font-size: 25px;
	line-height: 19px;
	color: #BEBEBE;
    vertical-align: middle;
}

.bx-order-form-container .form .selected_file {
	float: left;
	font-size: 14px;
	line-height: 19px;
	font-family: Roboto;
	color: #df8209;
	margin: 24px 0 6px 0;
}

.bx-order-form-container .form .help-block {
	color: #626567;
	font-size: 12px;
	margin-bottom: 18px;
}

.bx-order-form-container .form .soglasie-link {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: justify!important;
}


.bx-order-form-container .form .btn {
	margin-top: 6px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background: #FF3F19;
	border: 0;
	padding: 12px 26px;
	text-decoration: none;
	cursor: pointer;
	font-family: Roboto, sans-serif;
	border-radius: 4px;
	display: inline-block;
	box-shadow: 1px 1px 2px 0 #c1c1c1;
	text-shadow: none;
	letter-spacing: 1px;
}

@keyframes load {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.bx-order-form-container .form .btn span {
	animation-name: load;
	animation-duration: .8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}











@media (max-width: 1309px) {

	.bx-order-form-container .cont {
		padding-right: 0;
	}

}

@media (max-width: 991px) {

	.bx-order-form-container .cont {
    	padding: 0;
	}

	.bx-order-form-container .row > *:last-of-type {
		margin-top: 0;
	}

	.soglasie-link {
		padding: 0 !important;
	}

	.bx-order-form-container .bx-call-button {
		margin: auto;
		display: block;
		max-width: 184px;
	}

}

@media (max-width: 767px) {

	.service-detail .bx-order-form-container .title {
		font-size: 25px;
		margin: 20px 0 20px 0;
	}

}

@media (max-width: 579px) {

}

@media (max-width: 449px) {

}

@media (max-width: 379px) {

}
/* End */


/* Start:/bitrix/templates/galla_m/components/bitrix/main.include/soglasie/style.css?1614593173783*/
.soglasie-link {
	font-size: 12px;
	color: gray;
	font-family: 'Roboto', sans-serif;
	line-height: 17px;
	font-weight: 300;
	color: #95989A;
	text-align: left !important;
}

.soglasie-link a {
	cursor: pointer;
	color: #212121;
}


.soglasie-modal .modal-dialog {}

.soglasie-modal .modal-body {
	height: 500px;
	overflow-y: scroll;
}

.soglasie-modal .modal-body p {
	text-align: left !important;
	font-size: 14px;
	padding: 0 !important;
}


@media (max-width: 1309px) {

}

@media (max-width: 991px) {

}

@media (min-width: 768px) {
	.soglasie-modal .modal-dialog {
		width: 740px;
	}
}

@media (max-width: 767px) {
	.soglasie-modal .modal-body {
		height: 400px;
	}

	.soglasie-modal .modal-body p {
		font-size: 12px;
	}

	.soglasie-modal .modal-title {
		font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/templates/galla_m/components/bitrix/news.list/reviews-main-owl-carousel/style.css?17200967261330*/
.reviews-list {
	padding: 0 35px;
}

.reviews-list .owl-carousel {
	position: relative;
}

.reviews-list .owl-carousel .owl-stage-outer {
	z-index: 2;
}

.reviews-list .owl-carousel .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	height: 100%;
	z-index: 1;
}

.reviews-list .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 35px;
	line-height: 42px;
	margin: 0;
	margin-top: -21px;
	padding: 0;
	background: #EAEAEA;
	color: #B2B2B2;
}
.reviews-list .owl-carousel .owl-nav [class*=owl-] > * {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews-list .owl-carousel .owl-nav [class*=owl-] img {
	width: 12px;
}

.reviews-list .owl-carousel .owl-nav .owl-prev {
	left: -42px;
	transform: rotate(180deg);
}
.reviews-list .owl-carousel .owl-nav .owl-next {
	right: -42px;
}





.reviews-list .reviews-item {}

.reviews-list .reviews-item .preview_picture {
	width: 100%;
	max-width: 250px;
    height: auto;
}

@media (max-width: 1309px) {
	.reviews-list-main .reviews-item {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 991px) {
	.reviews-list-main .reviews-item {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 767px) {

}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1614593175666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/galla_m/components/bitrix/main.include/order-phone-main/style.css?16145931731759*/
.phone-block-main {
	max-width: 800px;
	margin: 74px auto 86px auto !important;
}

.phone-block-main .phone-block {
	position: relative;
    padding-left: 102px;
}

.phone-block-main .phone-block .phone-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: #F5F5F5;
	text-align: center;
}
.phone-block-main .phone-block .phone-icon i {
	font-size: 50px;
	color: #118BF3;
	line-height: 78px;
}
.phone-block-main .phone-block .phone {
	font-size: 24px;
	line-height: 29px;
	color: #118BF3;
	font-family: Roboto, sans-serif;
	margin: 8px 0 0 0;
}
.phone-block-main .phone-block .phone + p,
.phone-block-main .phone-block .phone + p a {
	font-size: 18px;
	line-height: 28px;
	color: #626567;
	font-family: Roboto, sans-serif;
	font-weight: 300;
    margin-top: 8px;
}

.phone-block-main .bx-call-button {
    margin-top: 20px;
    margin-left: 5px;
    background-color: #118BF3;
    padding: 11px 17px;
    text-decoration: none;
    cursor: pointer;
    font-family: Roboto;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 1px 1px 2px 0 #b9b9b9;


	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0.2px;
	color: #ffffff;
}











@media (min-width: 1310px) {

}

@media (max-width: 1309px) {

}

@media (max-width: 991px) {

	.phone-block-cont-1 {
		padding: 0;
	}

}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

	.phone-block-cont-1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.phone-block-1 {
		padding-left: 90px;
	}
	.phone-block-1 .phone {
		font-size: 22px;
	}
	.phone-block-1 .phone + p, .phone-block-1 .phone + p a {
		font-size: 14px;
		line-height: 18px;
	}

}

@media (max-width: 450px) {

}



/* End */


/* Start:/bitrix/templates/galla_m/components/bitrix/news.list/reviews-main-owl-carousel-v2/style.css?16145931736292*/
.reviews-list-carousel {
	max-width: 830px;
	margin: auto;
	margin-bottom: 80px;
	padding: 0 46px;
}

.reviews-list-carousel .owl-carousel {
	position: relative;
}

.reviews-list-carousel .owl-carousel .owl-stage-outer {
	z-index: 2;
}

.reviews-list-carousel .owl-carousel .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	height: 100%;
	z-index: 1;
}

.reviews-list-carousel .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	width: 23px;
	height: 41px;
	margin: 0;
	margin-top: -22px;
	padding: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAApCAYAAADeWrJ9AAAABHNCSVQICAgIfAhkiAAABFVJREFUSImtlz1P60gUht+x4w+c2M7e3cuurtgV2hIkJCpEA1RICIHSIEgBFQ0l4kO0KA3/gQYkoICGX0CfBkUKWV2ximA3ECDsiviGZOzY8WwRO2vCV0juVIkm85zj55yMZ3gARFXVH0VR7BUEgbdtmwJg+A6D7+/vF03T/OK6bpTjOJ3jOOI4TgWA2ymcOzg4EPr6+hjq2RJRFH/u6ur6AoDvGD4wMCDu7OxUh4eHLQBgjPGCIPwSjUZ/7RROGGMqAM0wDHl6elpLpVJiIzLH3RWLxRyAWluZA6AAHnVdt/b390sjIyOmIAgMAFzX7ZZluQeA0BacEOIAKAMo9fT0mFtbW+WRkRHLC0AkSfosy3JbNSD+B8YYDyAMQMtms/Li4mLk9PRU8qc5jisUi8XLtuDNAQzDkGZmZtRkMik1fkzIvWEYl2ixTbknkQipAagAKOm6bu3t7T2pAWPss67rvQDkD8O9AI4foLu720okEpWhoaFq4Ol+UlX1t1YCkNcmGGMh1BWpmUxGXl5ejgQUMdd1S4+Pj1/xxlbxKtwLwAOIANAsyxLn5+eVk5MTxbZtAADP85WHh4evAOyX1j/T8iRyvQZlAN8kSbIODw/LCwsLj4qiMACo1WqKqqq/4xVFb8K9AI0aAKhubGyY8Xi8rCiK683rXg2kZ2vfg/vDq4ECr01XVla6jo6Owv9Ps2+lUulPBLaKluEeofE/ACCurq7K29vbqj/v1eAPP8CH4IEnCANQAYhLS0vK8fFxV6VS4bx5o1QqXQIw33XePIJ7EYDq5uYmjcfjFb/IhBDNq4Hy4cxfeALt/v5eSiQS4u7urq+IEUL+7QROUG/BHwAod3d3tcHBwU/lcjkEADzP0w9rCYBFAIppmmIqlSJzc3O6DyaE1CzL+ifUATgCIJLNZkPr6+vhdDot+uBqtXpLKb1vp1skH1woFEKzs7NqOp2W/C3Btu08pTQPoPbRPhdRb8GIYRj88PBw9Pr6uvEKdBwnV6lU8v73lpwzxoiXsQogkkqlxFgspvlgQkjNtu18EAwA7zoPOFYBhFOplLixsaGk02nJB3uOb5rXvqslkHHYMAw+FotpTY6vKKW3eOH48WbmQceFQoEfGxvTg445jrullF6/tv5F502Ow6enp6HJyclmx1fFYvGvt5J7Bm9yHEkmk+LKykrk/Py8uY9v3wIDLzgP9nE2mxUWFxcj6XRatG2bAEC1Wr01TfMKLRzxms8tT/p4dHRUv7i4aJwdbdu+9hy3dH7392ASBGcyGWFiYqIB9hzfUEqvWgUDAPeK43Amk2l2fNUq1B8k6DiXy4UWFhbUgGPmqbgD4LQD1wFohUJBHB8f15oc31BKc2jzjsQBwNnZGaampiIBsOs4To5S+ne7YKB+4eLW1tai5+fnKgBCCHFs2/b7uKNbHQEgaJrWC+AT6o7z3ibU1lXlSeYAXMuyarIsA0C+XC4X8B2uiQDwH6fBa8ZnXoCEAAAAAElFTkSuQmCC) center center no-repeat;
}

.reviews-list-carousel .owl-carousel .owl-nav .owl-prev {
	left: -35px;
	transform: rotate(180deg);
}
.reviews-list-carousel .owl-carousel .owl-nav .owl-next {
	right: -35px;
}

.reviews-list-carousel .owl-carousel .owl-nav .owl-prev:hover,
.reviews-list-carousel .owl-carousel .owl-nav .owl-next:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAApCAYAAADeWrJ9AAAABHNCSVQICAgIfAhkiAAABFVJREFUSImtlz1P60gUht+x4w+c2M7e3cuurtgV2hIkJCpEA1RICIHSIEgBFQ0l4kO0KA3/gQYkoICGX0CfBkUKWV2ximA3ECDsiviGZOzY8WwRO2vCV0juVIkm85zj55yMZ3gARFXVH0VR7BUEgbdtmwJg+A6D7+/vF03T/OK6bpTjOJ3jOOI4TgWA2ymcOzg4EPr6+hjq2RJRFH/u6ur6AoDvGD4wMCDu7OxUh4eHLQBgjPGCIPwSjUZ/7RROGGMqAM0wDHl6elpLpVJiIzLH3RWLxRyAWluZA6AAHnVdt/b390sjIyOmIAgMAFzX7ZZluQeA0BacEOIAKAMo9fT0mFtbW+WRkRHLC0AkSfosy3JbNSD+B8YYDyAMQMtms/Li4mLk9PRU8qc5jisUi8XLtuDNAQzDkGZmZtRkMik1fkzIvWEYl2ixTbknkQipAagAKOm6bu3t7T2pAWPss67rvQDkD8O9AI4foLu720okEpWhoaFq4Ol+UlX1t1YCkNcmGGMh1BWpmUxGXl5ejgQUMdd1S4+Pj1/xxlbxKtwLwAOIANAsyxLn5+eVk5MTxbZtAADP85WHh4evAOyX1j/T8iRyvQZlAN8kSbIODw/LCwsLj4qiMACo1WqKqqq/4xVFb8K9AI0aAKhubGyY8Xi8rCiK683rXg2kZ2vfg/vDq4ECr01XVla6jo6Owv9Ps2+lUulPBLaKluEeofE/ACCurq7K29vbqj/v1eAPP8CH4IEnCANQAYhLS0vK8fFxV6VS4bx5o1QqXQIw33XePIJ7EYDq5uYmjcfjFb/IhBDNq4Hy4cxfeALt/v5eSiQS4u7urq+IEUL+7QROUG/BHwAod3d3tcHBwU/lcjkEADzP0w9rCYBFAIppmmIqlSJzc3O6DyaE1CzL+ifUATgCIJLNZkPr6+vhdDot+uBqtXpLKb1vp1skH1woFEKzs7NqOp2W/C3Btu08pTQPoPbRPhdRb8GIYRj88PBw9Pr6uvEKdBwnV6lU8v73lpwzxoiXsQogkkqlxFgspvlgQkjNtu18EAwA7zoPOFYBhFOplLixsaGk02nJB3uOb5rXvqslkHHYMAw+FotpTY6vKKW3eOH48WbmQceFQoEfGxvTg445jrullF6/tv5F502Ow6enp6HJyclmx1fFYvGvt5J7Bm9yHEkmk+LKykrk/Py8uY9v3wIDLzgP9nE2mxUWFxcj6XRatG2bAEC1Wr01TfMKLRzxms8tT/p4dHRUv7i4aJwdbdu+9hy3dH7392ASBGcyGWFiYqIB9hzfUEqvWgUDAPeK43Amk2l2fNUq1B8k6DiXy4UWFhbUgGPmqbgD4LQD1wFohUJBHB8f15oc31BKc2jzjsQBwNnZGaampiIBsOs4To5S+ne7YKB+4eLW1tai5+fnKgBCCHFs2/b7uKNbHQEgaJrWC+AT6o7z3ibU1lXlSeYAXMuyarIsA0C+XC4X8B2uiQDwH6fBa8ZnXoCEAAAAAElFTkSuQmCC) center center no-repeat;
}








.reviews-list-carousel .review-item {
	background: #fff;
	position: relative;
}

.reviews-list-carousel .review-item:after {
	content: " ";
	display: block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	border-right: 1px solid #cccccc;
	height: 180px;
	top: 90px;
	right: -20px;
}

.reviews-list-carousel .review-item:last-of-type {
	margin-bottom: 0;
}

.reviews-list-carousel .review-item .preview_picture {
	width: 54%;
}

.reviews-list-carousel .review-item .review-title {
	font-family: Roboto;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	margin-bottom: 16px;
	min-height: 48px;
}

.reviews-list-carousel .review-item .review-text {
	font-size: 16px;
	color: #757575;
    line-height: 24px;
    height: 120px;
	font-family: Roboto;
	font-weight: 300;
	margin: 0;
	overflow: hidden;
}

.reviews-list-carousel .review-item .clearfix {}

.reviews-list-carousel .review-item .clearfix img {
	width: 80px;
    border: 6px solid #0a0a0a;
    margin-left: 40%;
    margin-right: 15px;
}

.reviews-list-carousel .review-item .clearfix .review-link {
	font-size: 13px;
	line-height: 18px;
    color: #df8209;
    width: 120px;
    display: inline-block;
    margin-top: 25px;
}

.reviews-list-carousel .review-item .clearfix .review-link:hover {
	text-decoration: none;
	color: #337ab7;
	border-bottom: 1px solid #337ab7;
}

@media (max-width: 1199px) {
	.reviews-list-carousel .review-item .review-text {
		min-height: 180px;
	}

	.reviews-list-carousel .review-item .review-title {
		min-height: 45px;
	}

	.reviews-list-carousel .review-item .clearfix img {
		margin-left: 24%;
	}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

	.reviews-list-carousel {
		margin-bottom: 20px;
	}

	.reviews-list-carousel .review-item .row > *:last-of-type {
		text-align: center;
	}

	.reviews-list-carousel .review-item .preview_picture {
		width: 250px;
		margin-bottom: 25px;
	}

	.reviews-list-carousel .review-item .review-text {
		font-size: 12px;
		text-align: center;
		line-height: 24px;
		min-height: unset;
	}

	.reviews-list-carousel .review-item .review-title {
		min-height: unset;
	}

}
/* End */
/* /bitrix/templates/galla_m/components/bitrix/news.list/products-list-main/style.css?16221969872161 */
/* /bitrix/templates/galla_m/components/bitrix/news.list/portfolio-main-owl-carousel/style.css?17455699829276 */
/* /bitrix/templates/galla_m/components/bitrix/main.include/order-form-main/style.css?16385231433194 */
/* /bitrix/templates/galla_m/components/bitrix/main.include/soglasie/style.css?1614593173783 */
/* /bitrix/templates/galla_m/components/bitrix/news.list/reviews-main-owl-carousel/style.css?17200967261330 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1614593175666 */
/* /bitrix/templates/galla_m/components/bitrix/main.include/order-phone-main/style.css?16145931731759 */
/* /bitrix/templates/galla_m/components/bitrix/news.list/reviews-main-owl-carousel-v2/style.css?16145931736292 */
