/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.flex {
	display:flex;
	flex-wrap:wrap;
}
.ajax_basket {
	display:none;
}
.avs-section {
	background:#fff;
}
.avs-items {
	border-bottom:1px solid #f2f2f2;
}
.avs-item:first-child .avs-item-box {
	border-left:1px solid #f2f2f2;
}
.avs-item-box {
	border-right:1px solid #f2f2f2;
	padding:10px;
	font-size:14px;
	transition:300ms;
	position:relative;
}
.avs-item-link {
	position:absolute;
	width:100%;
	height:100%;
	top:0; left:0;
	z-index:2;
}
.avs-item {
	flex:1;
}
.avs-item:nth-child(2n) {
	background:#f2f2f2;
}
.avs-item-phone {
	position:relative;
	padding-left:20px;
}
.avs-item-phone:before {
	content:'\f095';
	font:17px 'FontAwesome', sans-serif;
	position:absolute;
	top:3px; left:0;
}
.avs-item-box:hover {
	background:#fbfbfb;
}
.st-block {
	padding:40px 0;
}
.st-box {
	background:url(/bitrix/images/oxford.jpg) no-repeat center / cover;
	padding:35px;
	position:relative;
}
.st-box:before {
	content:'';
	background:rgba(0,0,0,0.1);
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
}
.st-items {
	position:relative;
	z-index:5;
	margin:-17.5px -20px;
}
.st-item {
	width:50%;
	padding:17.5px 20px;
	text-align:center;
	font-weight:bold;
	line-height:normal;
}
.st-item-box {
	background:rgba(255,255,255,0.35);
	height:100%;
	padding:20px;
	transition:300ms;
	position:relative;
	top:0;
	color:#333;
}
.st-item-top-text {
	font-size:20px;
}
.st-item-num {
	font-size:17px;
	text-transform:uppercase;
}
.st-item-num > span {
	display:block;
	font-size:90px;
	font-weight:900;
	line-height:1.3;
	color:#0088cc;
}
.st-item-box:hover {
	background:rgba(0,0,0,0.4);
	top:-5px;
	box-shadow:2px 2px 15px rgba(0,0,0,0.17);
	transform:scale(1.02);
	color:#fff;
}
.st-item-box:hover .st-item-num > span {
	color:#fbfbfb;
}
.st-item-link {
	position:absolute;
	width:100%;
	height:100%;
	top:0; left:0;
	z-index:1;
}
.summer-box {
	background:#dcdcdc;
	padding-bottom:40px;
	height:250px;
}
.why-block {
	padding:60px 0;
}
.section-title {
	font-size:27px;
	font-weight:bold;
	text-align:center;
	margin-bottom:45px;
}
.section-title > span {
	color:#f3ad06;
}
.section-title:after {
	content:'';
	background:#f3ad06;
	width:100px;
	height:2px;
	display:block;
	margin:20px auto 0 auto;
}
.section-title > i {
	display:block;
	font-size:16px;
	font-style:normal;
	max-width:750px;
	margin:15px auto 0 auto;
	font-weight:400;
}
.why-items {
	margin:-18px -12px;
}
.why-item {
	width:25%;
	padding:18px 12px;
	text-align:center;
}
.why-item-ico {
	font-size:60px;
	margin-bottom:15px;
	color:#0088cc;
}
.why-item-title {
	font-size:15px;
	font-weight:500;
	margin-bottom:7px;
	color:#000;
}
.why-item-text {
	font-size:13px;
}
.pbm-ico {
	color:#f3ad06;
	font-size:200px;
}
.pbm-image img {
	display:block;
	max-width:100%;
}
.pbm-block {
	background:#f2f2f2;
	padding:40px 0;
}
.pbm-row {
	/*align-items:center;*/
}
.pbm-col-1 {
	width:350px;
}
.pbm-col-2 {
	width:calc(100% - 380px);
	margin-left:auto;
}
.pbm-items {
	list-style:square outside;
}
.pbm-items > li {
	transition:300ms;
}
/*.pbm-items > li:hover {
	color:#000;
	text-indent:7px;
}*/
.child-block {
	padding:45px 0;
}
.child-max {
	max-width:950px;
	margin:0 auto;
}
.child-items {
	margin:-10px;
}
.child-item {
	width:33.33%;
	padding:10px;
}
.child-item-box {
	background:no-repeat center / cover;
	position:relative;
	height:250px;
}
.child-item-box:before {
	content:'';
	background:rgba(0,0,0,0.35);
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	transition:300ms;
}
.child-item-title {
	color:#fff;
	font-size:19px;
	font-weight:500;
	position:absolute;
	bottom:20px; left:20px;
	right:20px;
	transition:300ms;
}
.child-item-box:hover:before {
	background:rgba(0,0,0,0.5);
}
.child-item-box:hover .child-item-title {
	bottom:30px;
}
.child-item-link {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	z-index:5;
}
.about-block {
	padding:45px 0 30px 0;
}
.about-block h1 {
	text-align:left;
}
.REVIEWS_INDEX {
	background:#fbfbfb;
}
.reviews.item-views.slider .item {
	background:#fff!important;
}
.footer-logo img {
	width:120px;
	filter:brightness(0) invert(1);
}
.footer-left-col-2 {
	width:calc(100% - 140px);
	margin-left:auto;
}
header .dop-phone {
	padding-left:24px;
}
.footer-phones a,
.footer-email a {
	color:#fff;
	transition:300ms;
}
.footer-phones a {
	font-size:18px;
	font-weight:bold;
}
.footer-email a {
	font-size:14px;
}
.footer-phones a:hover,
.footer-email a:hover {
	opacity:0.7;
}
.footer-phones svg path,
.footer-email svg path {
	fill:#a7a7a7!important;
}
.footer-phones .dop-phone {
	padding:8px 0 0 18px;
}
.footer-email .email {
	display:flex;
	align-items:center;
}
.footer-email .email i {
	margin-right:5px;
}
.footer-do {
	margin-bottom:18px;
}
.footer-do-btn {
	display:flex;
	align-items:center;
	flex-wrap:nowrap;
	margin-bottom:15px;
}
.footer-do-btn:last-child {
	margin-bottom:0;
}
.footer-do-btn > i {
	color:#fff!important;
	width:23px;
	font-size:17px!important;
}
.footer-do-order-btn {
	background:#f3ad06!important;
	border-color:#f3ad06!important;
	transition:300ms;
}
.footer-do-order-btn:hover {
	opacity:0.7;
}
.fs-form .row > .col-md-4,
.fs-form .row > .col-md-8 {
	width:100%;
	padding:0!important;
}
.fs-form .row > .col-md-4 p,
.fs-form .row > .col-md-4 br {
	display:none!important;
}
.fs-form .row > .col-md-4 {
	text-align:center;
}
.fs-form .row > .col-md-8 .col-md-6 {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.fs-form .row > .col-md-8 .col-md-6 > div {
	width:33.33%;
	margin:0;
}
.fs-form .form {
	max-width:950px;
	margin:0 auto;
}
.fs-form .row > .col-md-8 > .row > .col-md-12 {
	padding-left:30px!important;
	margin-top:-15px;
	margin-bottom:30px;
}
.fs-section {
	background:#fafafa;
}
.fs-form form .form-group.animated-labels.input-filed label:not(.error) {
	background:transparent!important;
	position:static;
	transform:none!important;
}
.fs-form .form-control {
	background:#fff!important;
}
.map-section {
	height:400px;
}
footer {
	margin:0!important;
}
.float-banners .inner_text_desc {
	text-transform:uppercase;
}
.contacts-page-map-inline .contacts-wrapper .col-md-4 {
	display:none!important;
}
.contacts.desc {
	display:none!important;
}
.noactive {
	opacity:0.5;
}
.body:not(.index) .main>.container {
	padding-bottom:0!important;
}
.ab-text img {
	max-width:100%;
	display:block;
	margin:0 auto 25px auto;
}
.ab-col-2 img {
	width:250px;
}
.ab-col-1 {
	width:calc(100% - 280px);
}
.ab-col-2 {
	margin-left:auto;
}
.x-img {
	width:100%!important;
	height:100%!important;
}
.gn-images li > div {
	height:160px;
}
.mega-menu a[href*="javascript"] {
	color:#0088cc!important;
	display:none;
}
#headerfixed a[href*="javascript"] {
	display:inline-block!important;
}
.ot-title {
	text-align:center;
	font-size:22px;
	margin-bottom:25px;
}
.section-image {
	position:relative;
}
.section-image img {
	width:100%;
	display:block;
}
/*.section-image:before {
	content:'';
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
}*/
.section-image-text {
	text-align:center;
	justify-content:center;
	align-items:center;
	font-size:28px;
	font-weight:bold;
	z-index:2;
	letter-spacing:0.5px;
	margin:45px 0 65px 0;
	color:#000;
}
.section-image.without-text:before {
	display:none;
}
.main__slider {
	max-width: 100%;
	background: url(/bitrix/images/slider-bg.jpg) no-repeat center / cover;
	height: 290px;
	display: flex;
	justify-content: space-between;
}
.main__slider__name {
	margin-left: 60px;
	padding-top: 50px;
	display: inline-block;
}
.main__slider__info {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.main__slider-subtitle {
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}
.main__slider-title {
	font-weight: bold;
	font-size: 42px;
	line-height: 120%;
	text-transform: uppercase;
	color: white;
}
.arrow__right {
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 5px;
	vertical-align: middle;
}
.main__slider-link {
	color: black;
	background: #F7B311;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}
.slider-info__element {
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Roboto, sans-serif;
}
.slider-info__element:nth-child(1) {
	padding-right: 50px;
}
.slider-info__element:nth-child(2) {
	padding-right: 20px;
}
.slider-info__element:nth-child(4) {
	padding-right: 55px;
}
.slider-info__element>span {
	color: #111;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
}
.slider-info__element>img {
	vertical-align: top;
}
.main-boy-wrap {
	padding-top: 50px;
	display: flex;
	justify-content: flex-end;
	width: 420px;
	flex-wrap: wrap;
	padding-right: 58px;
}
.slider__info-subtitle {
	padding-top: 70px;
	color: white;
	font-size: 16px;
	display: block;
	text-align: right;
	font-weight: bold;
	padding-right: 130px;
	line-height: 100%;
	padding-bottom: 5px;
}
.slider__info-title {
	color: white;
	font-size: 22px;
	display: block;
	text-align: right;
	font-weight: bold;
	padding-right: 100px;
	line-height: 100%;
}
.content-md .catalog.sections .item .text ul li {
	display:block;
}
table.price-table tr:nth-child(even) td {
	background:transparent!important;
}
table.price-table thead td,
table.price-table tr.active td {
	background:#eff5f7!important;
	border-bottom:1px solid #ddd!important;
}
table.price-table h3 {
	margin:10px 0!important;
}
table.price-table p {
	margin-bottom:0!important;
}
.cs-phone {
	margin:35px 0 0 0;
	position:relative;
	padding:0 0 0 25px;
}
.cs-phone-ico {
	position:absolute;
	top:1px; left:0;
	font-size:14px;
}
.cs-phone-ico i {
	transform:rotate(90deg);
}
.cs-map {
	max-width:450px;
	height:250px;
}
.cs-map iframe,
.new-map iframe {
	width:100%;
	height:100%;
	border:none;
}
.new-map {
	height:500px;
}
.g-block > ul {
	display:flex;
	flex-wrap:wrap;
	margin:-8px -8px 25px -8px;
}
.g-block > ul > li {
	width:20%!important;
	padding:8px;
}
.g-block > ul > li img {
	height:150px;
	width:100%;
	object-fit:cover;
}
.g-block > ul > li .dark_block_animate {
	width:calc(100% - 16px);
	height:calc(100% - 16px);
	top:8px; left:8px;
}
@media(max-width:650px) {
	.g-block > ul > li {
		width:33.33%;
	}
}
@media(max-width:450px) {
	.g-block > ul > li {
		width:50%;
	}
}
.testimonial-content p {
	margin-bottom:2px;
}
.testimonial-content cite {
	font-weight:500;
	font-style:italic;
}
.table-bordered th,
.table-bordered td {
	border-bottom:1px solid #ddd!important;
	line-height:normal!important;
}
.table-bordered td {
	background:#fff!important;
}
.table-bordered th,
.table-bordered tr.active td {
	background:#f2f2f2!important;
}
.table-bordered td p {
	margin-bottom:12px;
}
.table-bordered td p:last-child {
	margin-bottom:0!important;
}
.links-section {
	background:#fff;
	padding:60px 0;
	display:none;
}
.links-box {
	background:#fafafa;
	max-width:800px;
	margin:0 auto;
	border:1px solid #ddd;
	padding:20px;
}
.links-list {
	margin:0;
	padding:0;
}
.links-list > li {
	list-style:inside square;
	margin-bottom:10px;
}
.links-list > li:last-child {
	margin-bottom:0;
}
.links-list > li > a {
	color:#333;
}
.links-list > li > a:hover {
	color:#000;
}
.mixitup-container .item-views.table-elements .row>div {
	visibility:visible!important;
}
.text_more .mores {
	display:none!important;
}
.row[data-sid="FILIAL"] {
	display:none!important;
}
img,
iframe {
	max-width:100%;
}
.banner-block {
	position:relative;
	margin-top:40px;
}
.banner-image > img {
	display:block;
	width:100%;
	height:auto;
}
.banner-image:before {
	content:'';
	background:rgba(0,0,0,0.52);
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	z-index:1;
}
.banner-link {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	z-index:3;
}
.banner-text {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	z-index:2;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.banner-text-inner {
	font-size:28px;
	line-height:1.5;
	font-weight:600;
	color:#fff;
}
.banner-text-inner > span {
	display:block;
	font-size:75px;
	font-weight:bold;
}
@media(max-width:1300px) {
	.main-boy-wrap {
		padding-right:25px;
	}
}
@media(max-width:1200px) {
	.avs-items {
		justify-content:center;
	}
	.avs-item {
		flex:0 0 25%;
	}
	.footer-left {
		max-width:190px;
	}
	.footer-left-col {
		width:100%!important;
	}
	.footer-logo > img {
		margin:0 auto;
		display:block;
	}
	.footer-left-col-1 {
		margin-bottom:20px;
	}
	.main__slider__name {
		margin-left:20px;
	}
	.slider__info-subtitle {
		padding-right:20px;
	}
	.st-item {
		padding:10px;
	}
	.st-item-box {
		padding:12px;
	}
	.st-item-top-text {
		font-size:18px;
	}
	.st-item-num {
		font-size:15px;
	}
	.st-item-num > span {
		font-size:70px;
	}
}
@media(max-width:991px) {
	.why-item {
		width:50%;
		padding:15px;
	}
	.why-items {
		margin:-15px;
		justify-content:center;
	}
	.main__slider {
		height:auto;
		flex-wrap:wrap;
		position:relative;
	}
	.main__slider:after {
		content:'';
		background:rgba(0,0,0,0.35);
		width:100%;
		height:100%;
		position:absolute;
		top:0; left:0;
	}
	.main__slider__name {
		padding-top:30px;
		margin-left:15px;
	}
	.main__slider__name,
	.main__slider__info {
		width:100%;
		position:relative;
		z-index:2;
	}
	.main-boy-wrap {
		width:100%;
		padding:30px 15px 0 15px;
		justify-content:flex-start;
	}
	.slider__info-subtitle {
		padding:20px 15px 10px 15px;
		text-align:left;
	}
	.slider__info-title {
		padding:0 15px 20px 15px;
		text-align:left;
	}
	.slider-info__element>span {
		color:#fff;
	}
	.banner-text-inner {
		font-size:22px;
	}
	.banner-text-inner > span {
		font-size:45px;
		line-height:1.2;
	}
}
@media(max-width:767px) {
	.child-item {
		width:100%;
	}
	.pbm-col {
		width:100%;
	}
	.pbm-col-1 {
		margin-bottom:20px;
	}
	.pbm-ico {
		text-align:center;
		font-size:150px;
	}
	.footer-left {
		padding:25px 0 0 0;
		margin:0 auto;
	}
	.st-item {
		width:100%;
	}
	.fs-form .row > .col-md-8 .col-md-6 > div {
		width:50%;
	}
	.res-table {
		overflow-y:scroll;
	}
	.res-table > table {
		width:750px;
	}
	.avs-item {
		flex:0 0 100%;
	}
}
@media(max-width:600px) {
	.banner-text-inner {
		font-size:18px;
	}
	.banner-text-inner > span {
		font-size:30px;
		line-height:1.2;
	}
}
@media(max-width:550px) {
	.st-item-top-text {
		font-size:16px;
	}
	.st-item-num {
		font-size:13px;
	}
	.st-item-num > span {
		font-size:45px;
	}
	.main__slider-title {
		font-size:30px;
		margin-bottom:12px;
	}
	.why-item {
		width:100%;
	}
	.why-item-ico {
		font-size:40px;
		margin-bottom:12px;
	}
	.why-item-title {
		font-size:15px;
		margin-bottom:10px;
	}
	.why-item-text {
		font-size:13px;
	}
	.pbm-ico {
		font-size:100px;
	}
	.fs-form .row > .col-md-8 .col-md-6 > div {
		width:100%;
	}
	.fs-section .form .form-group {
		margin-bottom:18px;
	}
	.map-section {
		height:280px;
	}
}
@media(max-width:450px) {
	.st-item-top-text {
		font-size:15px;
	}
	.st-item-num {
		font-size:12px;
	}
	.main__slider-title {
		font-size:22px;
	}
	.slider-info__element>span {
		font-size:15px;
	}
	.child-item-box {
		height:200px;
	}
	.pbm-ico {
		display:none;
	}
	.slider__info-title {
		font-size:19px;
	}
	.FLOAT_BANNERS_INDEX .normal_text {
		margin-bottom:0;
	}
	.float-banners .title_block+.items .text-block {
		margin-bottom:20px;
	}
	.pbm-block {
		padding:30px 0 20px 0;
	}
	.about-block h1 {
		font-size:20px;
		line-height:1.5;
	}
	.about-block h1 + div {
		width:100%;
		display:flex;
		flex-wrap:nowrap;
		justify-content:center;
		margin-bottom:12px;
	}
	.pbm-title {
		margin-bottom:15px;
	}
	.links-box {
		padding:14px;
	}
	.links-section {
		padding:35px 0;
	}
}
@media(max-width:360px) {
	.banner-image > img {
		min-height:130px;
		object-fit:cover;
	}
}
.vk-link {
	background:#5183B7;
	padding:6px 15px;
	color:#fff!important;
	border-radius:3px;
	text-align:center;
	margin-top:-4px;
	transition:300ms;
}
.vk-link:hover {
	opacity:0.7;
}
.h-flex {
	align-items:center;
}
.h-icos i {
	display:none;
}
.ot-iframe iframe {
	min-height:500px!important;
}
.af-section {
	margin-bottom:55px;
}
.af-section:last-child {
	margin-bottom:0;
}
.af-map {
	height:400px;
}
.af-map iframe {
	width:100%;
	height:100%;
	border:none;
}
.gn-images li > div {
	height:auto!important;
}
.footer-docs h4 {
	color:#fff;
	margin:15px 0 15px 0;
}
.footer-docs ul,
.footer-docs ul li {
	margin-left:0;
	padding-left:0;
}
.footer-docs ul li a {
	color:#a7a7a7;
}
.footer-docs ul li a:hover {
	color:#fff;
}
.dd-text {
	font-size:14px;
}
.basket-link {
	display:none!important;
}
.detail.staff .detailimage img {
	max-width:180px;
}

.ox-c-header {    position: relative;}
.ox-c-header span {     background-color: #0088cc;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 54px;
    right: 54px;
    padding: 18px 26px;
    border-radius: 3px;
    font-size: 18px;}
.ox-c-header span:hover {background-color: #00a3f5;}
#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {max-height: 80px;}

@media(max-width:480px) {
	.ox-c-header span {color: #fff;    font-weight: bold;    position: absolute;    bottom: -44px;    left: 0;    padding: 10px;    border-radius: 3px;    width: 100%;
    text-align: center;    top: auto;}
	.ox-s-hero {padding-bottom: 30px;}
}
#mobileheader.fixed + .avs-section {position: relative;    top: 62px;}

.gallary li {list-style-type:none;min-height: 220px;}
.gallary ul {list-style-type:none;}
.body .gallary li:before {display:none !important;}
.gallary .col-md-3 {    width: 25%;    float: left;    min-height: auto;    padding: 5px;}



.whatsapp {
    position: fixed;
    bottom: 92px;
    right: 90px;
    z-index: 500;
    display: block;
}
.whatsapp:hover img {
	transform: scale(0.89);
}
.whatsapp img {
    display: block;
    width: 70px;
    transition: 300ms;
}
.whatsapp span {
    background: rgba(0,0,0,0.9);
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    white-space: nowrap;
    opacity: 0;
    z-index: -1;
    transition: 300ms;
}
.whatsapp i {
    background: rgba(80,201,93,0.8);
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    position: absolute;
    top: calc(100% + 5px);
    left: -10px;
    font-weight: bold;
    white-space: nowrap;
    font-style: normal;
    transition: 300ms;
}
@media (max-width: 768px) {
	.whatsapp {bottom:50px; right:15px; height:70px;}
	.telegram {    width: 96px;    position: fixed;    bottom: 130px;    right: 1px;    z-index: 500;    display: block;}
}
.clear {clear:both;}