﻿.slider_row { position: relative;}
.slider_row:before {content: ''; position: absolute; width: 100%; height: 480px;background: #F2F3F5; z-index: -1;left: 0;top: 0;}
.slider_l {width: 50%;float: left;padding-top: 40px;position: relative;padding-left: 70px;}
.slider_r {width: 50%; float: left;}

.slider_l:before {content: '';position: absolute;right: 0;top: 63px;width:210px;height: 6px;background-color: var(--main-color);}

.slider_row_vn {padding-right: 40px;}
.slider_row_vn h4 {font-size: 36px;line-height: 46px;font-weight: 700;color: rgb(0, 0, 0);margin-top: 30px;margin-bottom: 64px;}
.slider_row_vn a {float: left; width: 209px; min-width:auto;}
.slide_text1 {font-size: 14px;line-height: 18px;font-weight: 400;  color: rgb(107, 107, 107);}
.slide_text2 {font-size: 14px;line-height: 18px;font-weight: 400;color: rgb(107, 107, 107);float: left;margin-left: 36px;min-width: 200px;margin-top: 10px;}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

ul.dl-menu {
	min-height: 100vh;
	background: var(--main-color);
	max-height: 100%;
	overflow-y: auto
}

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative
}

.dl-menuwrapper:first-child {
	margin-right: 100px
}

.dl-menuwrapper button {
	background: #ccc;
	background: none;
	border: none;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	color: var(--main-color);
	min-width: 0;
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	text-align: center
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button:focus {
	background: var(--main-color);
	color: #fff
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	z-index: 111
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: right
}

.dl-menuwrapper li {
	position: relative;
	margin-left: auto
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 25px 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	outline: none;
	text-decoration: none
}

li.dl-first,
li.dl-back {
	margin-bottom: 25px
}

li.dl-first a,
li.dl-back a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5)
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255, 248, 213, 0.1)
}

.dl-menuwrapper li.dl-back>a {
	padding-left: 30px
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212, 204, 198, 0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dl-menuwrapper li>a:after {
	right: 10px;
	color: rgba(0, 0, 0, 0.15)
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 90%;
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.admin-bar .dl-menuwrapper .dl-menu {
	top: 32px
}

@media screen and (max-width: 782px) {
	.admin-bar .dl-menuwrapper .dl-menu {
		top: 46px
	}
}

.process {
	text-align: center
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all .3s ease
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px) translateX(0px)
}

.dl-menuwrapper li .sub-menu {
	display: none
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
	display: none
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.sub-menu,
.dl-menu.dl-subview li.dl-subviewopen>.sub-menu>li {
	display: block
}

.dl-menuwrapper>.sub-menu {
	position: fixed;
	width: 90%;
	top: 0;
	right: 0;
	margin: 0;
	background: var(--main-color)
}

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 .4s;
	animation: MenuAnimOut1 .4s
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 .3s ease-in-out;
	animation: MenuAnimOut2 .3s ease-in-out
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 .4s ease;
	animation: MenuAnimOut3 .4s ease
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 .4s ease;
	animation: MenuAnimOut4 .4s ease
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 .4s ease;
	animation: MenuAnimOut5 .4s ease
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg)
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0
	}
}

@keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg)
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
}

@keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0
	}
}

@keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0
	}
}

@keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0
	}
}

@keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 .3s;
	animation: MenuAnimIn1 .3s
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 .3s ease-in-out;
	animation: MenuAnimIn2 .3s ease-in-out
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 .4s ease;
	animation: MenuAnimIn3 .4s ease
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 .4s ease;
	animation: MenuAnimIn4 .4s ease
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 .4s ease;
	animation: MenuAnimIn5 .4s ease
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: .5
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: .5
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.dl-menuwrapper>.sub-menu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 .4s ease;
	animation: SubMenuAnimIn1 .4s ease
}

.dl-menuwrapper>.sub-menu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
	animation: SubMenuAnimIn2 .3s ease-in-out
}

.dl-menuwrapper>.sub-menu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 .4s ease;
	animation: SubMenuAnimIn3 .4s ease
}

.dl-menuwrapper>.sub-menu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 .4s ease;
	animation: SubMenuAnimIn4 .4s ease
}

.dl-menuwrapper>.sub-menu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 .4s ease;
	animation: SubMenuAnimIn5 .4s ease
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.dl-menuwrapper>.sub-menu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 .4s ease;
	animation: SubMenuAnimOut1 .4s ease
}

.dl-menuwrapper>.sub-menu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
	animation: SubMenuAnimOut2 .3s ease-in-out
}

.dl-menuwrapper>.sub-menu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 .4s ease;
	animation: SubMenuAnimOut3 .4s ease
}

.dl-menuwrapper>.sub-menu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 .4s ease;
	animation: SubMenuAnimOut4 .4s ease
}

.dl-menuwrapper>.sub-menu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 .4s ease;
	animation: SubMenuAnimOut5 .4s ease
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0
	}
}

.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.no-js .dl-menuwrapper li .sub-menu {
	display: block
}

.no-js .dl-menuwrapper li.dl-back {
	display: none
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
	background: rgba(0, 0, 0, 0.1)
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
	content: ''
}

.mfp-bg,
.mfp-wrap {
	position: fixed;
	left: 0;
	top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	height: 100%;
	width: 100%
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
	content: ''
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	z-index: 1043;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom,
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-zoom {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	position: absolute;
	left: 0
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #E5D1A2
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000
}

.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.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;
	cursor: hand;
	-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: none;
	touch-action: none;
	-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 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@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 img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	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(//moscow.lestnitsa-pro.ru/wp-content/themes/di-universal/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-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%
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:hover {
	border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	font-weight: 700
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

:root {
	--main-color: #e8261c;
	--ligth-gr: #f8f9fa
}

html,
body {
	height: 100%
}

body {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 1.6;
	color: #3b3b3b;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

figure {
	margin: 0
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
	display: block;
	line-height: 1.15;
	margin-top: 0;
	color: #000;
	font-weight: 700
}

h1,
.h1,
.home-title,
.sec-head {
	font-size: 38px;
	line-height: 1.21;
	margin-top: 0;
	color: #000
}

h2,
.h2 {
	font-size: 24px;
	margin-bottom: .8em
}

h3,
.h3 {
	font-size: 30px
}

h4,
.h4 {
	font-size: 24px
}

h5,
.h5 {
	font-size: 18px
}

h6,
.h6 {
	font-size: 16px
}

.title-lg {
	font-size: 42px;
	line-height: 1.1
}

.title-xl {
	font-size: 48px;
	line-height: .98
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem
}

.content-heading {
	margin-bottom: 53px
}

a {
	transition: all .3s ease;
	text-decoration: underline;
	color: #e8261c
}

a:hover,
a:focus {
	text-decoration: none;
	color: #ae2824
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input,
button {
	transition: all .3s ease
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 14px 20px 19px;
	min-width: 277px;
	background-color: #e8261c;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border: none;
	display: inline-block;
	text-align: center!important;
	box-shadow: 0 6px 33px 0 rgba(232, 38, 28, 0.53)
}

.btn--lg {
	font-size: 22px;
	padding: 20px 25px 25px;
	width: 100%;
	max-width: 340px;
	min-width: 0;
	text-align: center
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	text-decoration: none;
	background: #b9130a!important;
	outline: none;
	color: #fff;
	cursor: pointer
}

#marquiz__close {
	min-width: 0
}

svg {
	max-width: 100%;
	transition: all .3s ease
}

.col-170 {
	padding: 0 15px;
	width: 200px
}

.col-44,
.wl-summary .woocommerce-product-gallery {
	flex: 0 0 44.44%;
	max-width: 44.44%;
	padding: 0 15px
}

blockquote {
	font-size: 18px;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.333;
	padding: 13px 70px 23px 169px;
	margin-bottom: 1em;
	position: relative
}

blockquote::before {
	content: '';
	width: 48px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 61px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

blockquote p:last-child {
	margin: 0
}

.align-center {
	text-align: center
}

.cf::after {
	display: block;
	content: "";
	clear: both
}

.row-flex {
	display: flex;
	flex-wrap: wrap
}

.no-wrap {
	white-space: nowrap
}

body .vc_row {
	margin-left: -10px;
	margin-right: -10px
}

body .vc_column_container>.vc_column-inner {
	padding-left: 10px;
	padding-right: 10px
}

.vc_section[data-vc-full-width]>.vc_row {
	padding-left: 5px;
	padding-right: 5px
}

.alignnone {
	margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto
}

.alignright {
	float: right;
	margin: 0 0 40px 40px
}

.alignleft {
	float: left;
	margin: 0 40px 40px 0
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.mfp-bg {
	background-color: rgba(0, 0, 0, 0.5)
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 34px 80px;
	max-width: 575px;
	margin: 0 auto
}

.mfp-close-btn-in .mfp-close {
	color: #d6d9df;
	background: transparent;
	width: 52px;
	height: 52px;
	min-width: 0
}

.mfp-close-btn-in .mfp-close:hover,
.mfp-close-btn-in .mfp-close:focus {
	color: var(--main-color)
}

.mfp-zoom-in input {
	margin-bottom: 20px
}

.di-home-portfolio,
.vc_section-has-fill {
	background: #F2F3F5
}

form button[type="button"]:hover {
	text-decoration: none;
	background: #b9130a!important;
	outline: none;
	color: #fff;
	cursor: pointer
}

.fofm {
	text-align: center
}

.infobox li {
	list-style: none
}

.site-main {
	margin-top: 113px;
}

.callback_process {
	text-align: center;
	margin-top: 20px;
	font-size: 14px
}

.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-arrow {
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-arrow {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 1
}

.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-arrow {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.popup-title {
	line-height: 1.53;
	margin-bottom: 38px
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px
}

.row:before,
.row:after {
	content: " ";
	display: table;
	clear: both
}

.row-15 {
	margin: 0 -15px
}

.col {
	width: 100%
}

.col-1-60 {
	width: 60%;
	float: left
}

.col-1-40 {
	width: 40%;
	float: left
}

.col-2 {
	width: 50%;
	float: left
}

.col-3 {
	width: 33.33%;
	float: left
}

.col-4 {
	width: 25%;
	float: left
}

.col-5 {
	width: 20%;
	float: left
}

.col-6 {
	width: 16.66%;
	float: left
}

.align-items-center {
	align-items: center!important;
	display: flex;
	flex-wrap: wrap
}

.center {
	text-align: center
}

.site-header {
	padding-top: 45px
}

.logo {
	float: left;
	width: 244px
}

.header_social_button {
	float: left;
	width: 170px;
	font-size: 17px;
	padding-top: 10px;
	margin-left: 74px
}

.tel_btn {
	float: left;
	width: 180px;
	margin-left: 107px;
	padding-top: 3px
}

.top_tel {
	float: right;
	width: 250px;
	margin-right: 48px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap
}

.top_tel__icon {
	margin-top: 5px;
	margin-right: 21px;
	display: inline-block
}

.header_social_button a {
	color: #000;
	display: inline-block;
	margin-right: 24px;
	height: 28px;
	text-align: center;
	line-height: 31px
}

.header_social_button a:hover i {
	color: #e8261c
}

.top-nav {
	margin-top: 28px;
	margin-bottom: 42px
}

.clock_time {
	float: right;
	width: 20%;
	font-size: 12px;
	line-height: 1.5;
	padding: 2px 10px
}

.top_tel i {
	float: left;
	width: 45px;
	font-size: 36px;
	color: #e9281c;
	padding-top: 2px
}

.top_tel strong {
	float: right;
	width: 177px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.29
}

.top_tel__svg--mobile {
	display: none
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 80%;
	margin-top: 11px;
	padding-left: 80px
}

.main-navigation li a {
	color: #000;
	font-size: 18px;
	border-bottom: 2px solid transparent;
	margin-right: 40px;
	padding-bottom: 8px
}

.main-navigation li a:hover {
	border-bottom: 2px solid #e9281c
}

.tp-mask-wrap .right {
	background-image: url(img/rrr.png);
	background-repeat: no-repeat;
	background-color: transparent!important
}

.tp-mask-wrap .right:hover {
	cursor: pointer;
	background-position: 0 -19px
}

.tp-mask-wrap .left {
	background-image: url(img/lll.png);
	background-repeat: no-repeat;
	background-color: transparent!important
}

.tp-mask-wrap .left:hover {
	cursor: pointer;
	background-position: 0 -19px
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0
}

.main-navigation ul ul a:hover {
	text-decoration: none;
	background: #2D2D2D
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	width: 327px;
	background-color: #fff;
	box-shadow: 0 6px 33px 0 rgba(140, 125, 125, 0.53)
}

.main-navigation ul ul li {
	margin: 0;
	width: 100%
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%
}

.main-navigation ul ul a {
	width: 100%;
	font-size: 16px;
	text-align: left;
	padding: 12px 20px;
	margin: 0;
	display: block;
	border: none!important
}

.main-navigation ul ul a:hover {
	background: #f2f3f5
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto
}

.main-navigation li {
	float: left;
	position: relative
}

.main-navigation a {
	display: block;
	text-decoration: none
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block
}

#dl-menu {
	display: none
}

#mobile-nav-wrap {
	margin-bottom: 30px;
	text-align: center
}

@media screen and (min-width:37.5em) {
	.menu-toggle {
		display: none
	}
	.main-navigation ul {
		display: block
	}
}

.tel_btn .btn {
	color: #000;
	font-size: 14px;
	border: solid 1px #e8261c;
	background: #fff;
	min-width: 100%;
	box-shadow: none;
	padding: 8px 10px
}

.tel_btn .btn:hover,
.tel_btn .btn:focus {
	background: #e8261c;
	color: #fff;
	border: solid 1px #e8261c
}

.di-ol {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
	list-style-type: none;
	counter-reset: myCounter
}

.di-ol li {
	position: relative;
	padding-left: 91px;
	padding-right: 20px;
	width: 28.2%;
	line-height: 1.45
}

.di-ol li::after {
	font-size: 38px;
	line-height: 1;
	counter-increment: myCounter;
	content: counters(myCounter, ".", decimal-leading-zero);
	color: #e8261c;
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: 700;
	position: absolute;
	top: -5px;
	left: 20px
}

.di-ol li:nth-child(2)::after {
	left: 18px
}

.di-ul {
	list-style: none;
	margin: 0
}

.di-ul li {
	position: relative;
	padding-left: 55px;
	min-height: 30px;
	margin-bottom: 39px;
	list-style-type: none
}

.di-ul li::before,
.di-contact-page-phone>div>.wpb_wrapper::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	text-align: center;
	width: 30px;
	font: normal normal normal 34px/1 FontAwesome;
	color: var(--main-color)
}

.di-ul li.di-ul__mail::before {
	content: '\f1fa'
}

.di-ul li.di-ul__skype::before {
	content: "\f17e"
}

.di-ul li.di-ul__whatsapp::before {
	content: '\f232'
}

.di-ul a {
	color: inherit;
	text-decoration: none
}

.di-ul a:hover,
.di-ul a:focus {
	color: var(--main-color)
}

.contact-page-main-info {
	padding-top: 35px
}

.di-contact-page-phone.vc_column_container {
	padding-left: 46px;
	padding-bottom: 17px
}

.di-contact-page-phone>div>.wpb_wrapper {
	position: relative;
	padding-left: 55px
}

.di-contact-page-phone>div>.wpb_wrapper::before {
	content: "\f095"
}

.contact-page-main-info .di-ul {
	padding-left: 46px;
	padding-top: 2px
}

.di-icon {
	font-size: 30px;
	color: var(--main-color)
}

.content-menu {
	list-style: none
}

.content-menu li {
	margin-bottom: 20px
}

.content-menu a {
	text-decoration: none;
	display: inline-block
}

.breadcrumbs {
	margin-bottom: 21px;
	font-size: 14px;
	padding-top: 5px;
	line-height: 1.43;
	color: #6b6b6b;
	margin-bottom: 23px
}

.breadcrumbs a {
	text-decoration: none;
	color: #6b6b6b
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	text-decoration: underline;
	color: var(--main-color)
}

.page-id-2126 .breadcrumbs {
	margin-bottom: 35px
}

::-webkit-input-placeholder {
	color: #9b9b9b
}

:-ms-input-placeholder {
	color: #9b9b9b
}

::-ms-input-placeholder {
	color: #9b9b9b
}

::placeholder {
	color: #9b9b9b
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #d6d9df;
	padding: 19px 21px 17px;
	max-width: 100%;
	font-size: 14px;
	width: 100%
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
	border-color: #000
}

select {
	border: 1px solid #ccc
}

textarea {
	width: 100%;
	resize: vertical
}

.main-form,
.tt_form_container {
	max-width: 575px;
	margin-left: auto;
	margin-right: auto
}

.main-form .contact-form {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.main-form .contact-imya,
.main-form .contact-imya2 {
	width: 50%;
	padding: 0 10px
}

.main-form p {
	margin-bottom: 23px
}

.main-form .contact-imya input[type="text"] {
	margin-bottom: 0;
	max-width: 100%
}

.main-form textarea {
	height: 102px;
	display: block
}

.main-form a {
	text-decoration: none
}

div.ngg-galleryoverview {
	width: auto
}

div.ngg-galleryoverview,
#ttshowcase_form {
	margin-left: -10px;
	margin-right: -10px
}

div.ngg-gallery-thumbnail,
#ttshowcase_form fieldset {
	margin: 0;
	border: none;
	padding: 0 10px
}

div.ngg-gallery-thumbnail a {
	margin: 0
}

div.ngg-gallery-thumbnail-box {
	width: 25%;
	margin-bottom: 20px
}

.di-callback {
	max-width: 379px;
	margin: 0 auto;
	text-align: center
}

.di-callback p {
	margin-bottom: 19px
}

.di-callback .button-form {
	margin-top: 43px
}

.wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 0
}

span.wpcf7-not-valid-tip {
	font-size: 12px
}

.ttshowcase_form_wrap fieldset:not(.tt_image_fieldset) label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

#ttshowcase_form input[type="text"] {
	width: 100%
}

#ttshowcase_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

#ttshowcase_form fieldset {
	width: 100%;
	margin-bottom: 26px
}

#ttshowcase_form .tt_testimonial_fieldset {
	margin-bottom: 23px
}

#ttshowcase_form .tt_title_fieldset,
#ttshowcase_form .tt_subtitle_fieldset {
	width: 50%
}

#ttshowcase_form .tt_form_button {
	margin: 0 10px
}

#ttshowcase_form .tt_image_fieldset {
	margin-bottom: 41px
}

#ttshowcase_form textarea {
	height: 102px
}

.tt_image_fieldset label {
	background-color: #e4e4e5;
	color: #737373;
	padding: 10px 18px 11px;
	text-align: center;
	font-size: 12px;
	transition: all .3s ease;
	cursor: pointer;
	display: inline-block;
	margin-right: 22px
}

.tt_image_fieldset label:hover,
.tt_image_fieldset label:focus {
	background-color: var(--main-color);
	color: #fff
}

.tt_image_fieldset input {
	display: none
}

div.tt_img_left_alignment {
	padding-left: 0
}

.di-filename {
	font-size: 14px;
	color: #000
}

div.wpcf7 .ajax-loader {
	position: absolute
}

.site-footer {
	color: #000;
	padding: 61px 0 73px;
	font-size: 14px;
	line-height: 1.45
}

.home .site-footer {
	padding: 81px 0 73px
}

.site-footer a {
	color: #000;
	text-decoration: none
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--main-color)
}

.di-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px
}

.di-social a {
	display: inline-block;
	margin-right: 28px
}

.di-social li:last-child a {
	margin-right: 0
}

.site-footer__left {
	width: 23.8%;
	padding-right: 20px;
	padding-left: 7px
}

.site-footer__center {
	width: 42.3%;
	padding: 0 80px 0 20px
}

.site-footer__right {
	width: 33.9%;
	padding-left: 20px
}

.site-footer__right img,
site-footer__right-mobile img {
	position: relative;
	top: -2px;
	left: 4px
}

.site-footer__right-mobile {
	display: none
}

.site-footer__tel a {
	white-space: nowrap
}

.site-footer__bot-row {
	margin-top: 59px
}

.site-footer address {
	font-style: normal;
	margin-bottom: 1.4em
}

.card {
	position: relative;
	min-height: 110px
}

.card__title {
	color: #fff;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	position: absolute;
	padding: 0 35px;
	bottom: 38px
}

.card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.57));
	transition: all .3s ease
}

.card__overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.0));
	opacity: 0;
	transition: opacity .6s ease
}

.card__link {
	display: block;
	overflow: hidden
}

.card__link img {
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}

.card__link:hover img,
.card__link:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.card__link:hover .card__overlay::after,
.card__link:focus .card__overlay::after {
	opacity: 1
}

.portfolio-title {
	margin-bottom: 67px
}

.portfolio-row {
	margin-left: -12px;
	margin-right: -12px
}

.portfolio-row>article {
	width: 50%;
	padding: 0 11px;
	margin-bottom: 26px
}

.di-portfolio {
	padding-top: 27px;
	padding-bottom: 69px
}

.di-portfolio-page-wrap .di-portfolio {
	padding-top: 24px;
	padding-bottom: 46px
}

.di-portfolio__heading {
	margin-bottom: 60px
}

.di-portfolio__title {
	text-align: center;
	margin-bottom: 27px
}

.di-portfolio__more {
	text-align: center;
	margin-top: 34px
}

.di-portfolio__more .btn {
	width: 100%;
	max-width: 375px;
	text-align: center
}

.portfolio-gallery {
	padding-bottom: 28px
}

.title-line {
	max-width: 88px;
	height: 6px;
	background-color: var(--main-color)
}

.title-line--center {
	margin: 0 auto
}

.title-line--wide {
	width: 100%;
	max-width: 400px
}

.grid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr)
}

.cardus {
	margin-top: 5px
}

.image {
	margin-bottom: 14px;
	overflow: hidden
}

.image img {
	transition: all .2s ease-in-out
}

.image img:hover {
	filter: brightness(50%);
	transform: scale(1.1)
}

.breadcrumbs-blog {
	font-size: 14px;
	line-height: 1.43;
	color: #6b6b6b;
	margin-bottom: 23px;
	padding-top: 5px
}

.breadcrumbs-blog a {
	color: #6b6b6b;
	text-decoration: none
}

.breadcrumbs-blog a:hover {
	text-decoration: underline;
	color: var(--main-color)
}

.page-title-blog {
	margin-bottom: 52px
}

.date-blog {
	color: var(--main-color);
	font-size: 12.5px;
	line-height: 3.83
}

.titlus-blog a {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	text-decoration: none;
	margin-bottom: 23px
}

.titlus-blog a:hover {
	color: var(--main-color)
}

.line-blog {
	border-bottom: 3px solid var(--main-color);
	width: 178px;
	margin-bottom: 24px
}

.excerpt-blog p {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 1.43
}

.excerpt-blog {
	margin-bottom: 35px
}

.more-blog a {
	display: inline-block;
	padding: 8px 52px;
	border: 1px solid var(--main-color);
	text-decoration: none;
	color: #000;
	font-size: 14px;
	margin-bottom: 26px
}

.more-blog a:hover {
	background-color: var(--main-color);
	color: #fff;
	font-weight: 700
}

ul {
	padding: 10px 0
}

ul li,
ol li {
	list-style-type: circle;
	margin-left: 4%
}

ol ol {
	margin-left: 98px;
	margin-top: 25px
}

.titlepost {
	margin-bottom: 57px
}

.blog_post__image {
	margin-bottom: 63px
}

.blog_post__content h2 {
	max-width: 971px;
	margin-top: 46px;
	line-height: 1.56;
	margin-bottom: 14px
}

.blog_post__content p {
	max-width: 971px;
	margin-bottom: 22px;
	line-height: 1.56
}

.blog_post__soc {
	margin: 28px 7px 50px 5px
}

.ya-share2__container .ya-share2__list .ya-share2__item {
	margin-right: 6px
}

.comments-title {
	padding-bottom: 23px;
	border-bottom: 3px solid var(--main-color)
}

.comments-title span {
	float: right;
	font-size: 16px;
	padding-top: 8px;
	color: #3b3b3b
}

.comment-list {
	list-style-type: none
}

.comment-meta {
	display: flex
}

.comment-author {
	display: inline-block
}

.avatar {
	margin: 18px 49px;
	border-radius: 50%;
	width: 80px
}

.fn {
	position: relative;
	top: -24px;
	right: 23px
}

.says {
	display: none
}

.comment-body {
	background-color: var(--ligth-gr);
	position: relative
}

.children .comment-body:before {
	content: url(img/arrow.png);
	position: absolute;
	top: 40%;
	left: -52px
}

.comment-metadata {
	margin-top: 22px;
	margin-left: 27px;
	font-size: 14px;
	line-height: 1.43
}

.comment-metadata a {
	line-height: 1.43;
	color: #000;
	text-decoration: none
}

.comment-metadata a:hover {
	color: var(--main-color);
	text-decoration: underline
}

.comment-content {
	margin-top: -62px;
	margin-left: 158px
}

.comment-content p {
	position: static;
	margin-bottom: 16px;
	font-size: 13px;
	margin-right: 10px
}

div.reply {
	margin-bottom: 26px
}

.reply a {
	display: inline-block;
	padding: 6px 27px;
	border: 1px solid var(--main-color);
	text-decoration: none;
	margin: 9px 158px 29px;
	font-size: 10px;
	color: #000
}

.reply a:hover {
	background-color: var(--main-color);
	color: #fff;
	transition: 1s, ease-in-out
}

.comment-form {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 26px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 57px);
	margin-bottom: 85px;
	grid-template-areas: "comment comment comment comment" "comment comment comment comment" "author email . submit"
}

textarea {
	height: 139px
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
	display: inline-block
}

.comment-form-author {
	grid-area: author
}

.comment-form-email {
	grid-area: email
}

.comment-form-comment {
	grid-area: comment
}

.comment-subscription-form {
	display: none
}

.form-submit {
	grid-area: submit
}

.comment-form p {
	margin: 0
}

.add-comment {
	margin: 50px 9px 45px;
	font-size: 24px;
	font-weight: 700
}

.full {
	background: #f2f3f5;
	width: 100%
}

.medline {
	border-bottom: 6px solid var(--main-color);
	max-width: 399px;
	margin: 0 -3px
}

.full .row {
	display: flex
}

.contact-us-message {
	flex-basis: 40%
}

.form7 {
	flex-basis: 60%;
	padding-top: 25px
}

.call-to-action {
	margin-top: 69px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2
}

.pagination .screen-reader-text {
	text-align: center
}

.contact-us-message p {
	margin-top: 51px;
	font-size: 13px;
	margin-left: 3px;
	font-weight: 700;
	max-width: 375px
}

.form7 li {
	list-style-type: none
}

.form7 .wpcf7-form {
	padding: 41px 27px;
	max-width: 631px
}

.form7 .wpcf7-form p:nth-child(3),
.form7 .wpcf7-form p:nth-child(2) {
	display: inline-block
}

.form7 .wpcf7-form p:nth-child(2),
.form7 .wpcf7-form p:nth-child(3) {
	width: 48.2%
}

.form7 .wpcf7-form p:nth-child(2) {
	float: left
}

.form7 .wpcf7-form p:nth-child(3) {
	float: right
}

.message-place {
	height: 102px
}

.sent {
	margin-top: 22px
}

.gray-place {
	margin-bottom: 85px
}

.related_blog_post h3 {
	font-size: 38px;
	text-align: center
}

.short-line {
	border-bottom: 5px solid var(--main-color);
	width: 88px;
	margin: 0 auto;
	margin-top: 29px;
	margin-bottom: 27px
}

.form-block {
	padding-top: 32px;
	padding-bottom: 38px;
	color: #000
}

.form-block--page .form-descr {
	padding-top: 14px
}

.form-descr {
	padding-top: 4px
}

.form-block .title-lg {
	margin-bottom: 36px
}

.form-block--page .title-lg {
	margin-bottom: 80px;
	margin-top: 5px
}

.single-reviews {
	padding-bottom: 9px
}

.single-reviews .title-line {
	margin-bottom: 70px
}

.single-reviews .ttshowcase_rl_box:nth-child(4) {
	display: none
}

.single .page-title {
	margin-bottom: 39px
}

.page .page-title {
	margin-bottom: 51px
}

.single-fotogalereya .page-title {
	margin-bottom: 54px
}

.catacts-form-block {
	border-bottom: 3px solid #f2f3f5
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.gallery-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.666%
}

.di-afterwords {
	padding-top: 40px;
	padding-bottom: 40px
}

.di-afterwords h2 {
	margin-bottom: 54px
}

.single-fotogalereya .di-afterwords h2 {
	margin-bottom: 41px
}

.reviews-block {
	padding-top: 53px;
	padding-bottom: 79px
}

.vc_column_container.reviews-descr {
	font-size: 14px;
	line-height: 1.45;
	padding-right: 85px
}

.vc_column_container.reviews-descr .home-title {
	margin-bottom: 35px
}

.reviews-descr .btn {
	margin-top: 141px;
	margin-left: 3px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 8px;
	display: block
}

.reviews-descr__info {
	max-width: 252px
}

.reviews-descr__line.wpb_content_element {
	margin-bottom: 42px
}

.reviews-descr .content-menu {
	margin-top: 75px;
	padding-left: 4px
}

.reviews-show-all--mobile {
	display: none
}

.ttshowcase_wrap {
	display: flex;
	flex-wrap: wrap;
	border-collapse: collapse;
	font-size: 14px
}

.ttshowcase_wrap,
.ttshowcase_wrap>.ttshowcase_rl_box {
	border-style: solid;
	border-color: #d6d9df
}

.ttshowcase_wrap {
	border-width: 1px 0 0 1px
}

.ttshowcase_wrap>.ttshowcase_rl_box {
	border-width: 0 1px 1px 0
}

div.tt_table_cell_right {
	padding-left: 0
}

.ttshowcase_rl_title.reviewer {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 9px
}

div.ttshowcase_rl_subtitle {
	color: var(--main-color);
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	opacity: 1;
	margin-bottom: 18px!important;
	padding-bottom: 13px
}

div.ttshowcase_rl_subtitle::after {
	content: '';
	width: 88px;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 0
}

div.ttshowcase_rl_box {
	padding: 37px 34px 26px;
	margin: 0
}

div.tt_2cl {
	width: 50%
}

.reviews-block--home .title-line {
	margin-left: 4px
}

.reviews-block--home div.ttshowcase_rl_box:nth-child(2n) {
	padding-left: 46px;
	padding-right: 46px
}

.reviews-block--home div.ttshowcase_rl_box:nth-child(2n) div.ttshowcase_rl_subtitle {
	padding-bottom: 14px
}

div.tt_3cl {
	width: 33.333%
}

div.ttshowcase_rl_quote {
	line-height: 1.43
}

.ttshowcase_rl_readmore::before {
	display: none
}

.ttshowcase_rl_readmore a {
	display: inline-block;
	border: solid 1px var(--main-color);
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px;
	color: #000
}

.ttshowcase_rl_readmore a:hover,
.ttshowcase_rl_readmore a:focus {
	background-color: var(--main-color);
	color: #fff
}

.contact-phone-icon {
	text-align: right
}

.di-contact-page-phone__title {
	margin-bottom: 24px
}

.reviews-wrap {
	padding-bottom: 60px
}

.leave-review {
	padding: 12px 0 60px
}

.leave-review .vc_custom_heading {
	margin-bottom: 27px
}

.reviews-all {
	margin-top: 60px
}

.navigation {
	margin-top: 80px
}

.nav-links {
	text-align: center;
	font-size: 13px;
	margin: 30px 0 44px
}

.nav-links a {
	display: inline-block;
	padding: 9px 0;
	border: solid 1px #9b9b9b;
	text-decoration: none;
	margin: 0 9px;
	width: 40px;
	color: #040404
}

.nav-links .current {
	display: inline-block;
	line-height: 28px;
	width: 40px;
	margin: 0 9px;
	background-color: var(--main-color);
	color: #fff;
	padding: 6px
}

.nav-links .dots {
	font-size: 28px;
	margin-left: 30px;
	margin-right: 30px;
	color: #040404
}

.nav-links a:hover,
.nav-links a:focus {
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color)
}

.nav-links .next,
.nav-links .prev {
	margin: 0 9px
}

.di-discount {
	padding-top: 2px
}

.di-discount__top {
	margin-bottom: 13px
}

.di-discount__bot {
	padding-top: 28px;
	padding-bottom: 39px
}

.di-discount .title-line {
	margin-bottom: 43px;
	margin-left: 4px
}

.di-discount>div {
	padding-left: 6.8%
}

.di-discount .btn {
	margin-top: 4px;
	margin-right: 14px
}

.block-descr {
	font-size: 14px;
	line-height: 1.45
}

.block-descr .title-xl {
	margin-bottom: 45px
}

.discount-btn-wrap--mobile {
	display: none
}

.wpb_content_element.map-icon {
	margin-bottom: 24px
}

.wpb_content_element.map-icon p {
	margin-bottom: 0
}

.wpb_content_element.map-addr {
	margin-bottom: 46px
}

.map-script {
	margin-bottom: 46px
}

.map-requisites {
	padding-top: 15px
}

.map-form-title {
	margin-bottom: 34px
}

.di-forewords {
	margin-bottom: 36px
}

.knopka-zakaz {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-top: 34px
}

.di-portfolio__zakazmore {
	text-align: center;
	margin-top: 34px
}

.di-portfolio__fotomore {
	text-align: center;
	margin-top: 34px
}

.di-portfolio__zakazmore .zakaz-btn {
	width: 100%;
	max-width: 375px;
	text-align: center
}

.di-portfolio__fotomore .foto-btn {
	width: 100%;
	max-width: 375px;
	text-align: center;
	padding: 14px 20px 19px
}

.di-portfolio__kons {
	text-align: center;
	margin-top: -10px
}

.zakaz-btn {
	padding: 14px 20px 19px;
	min-width: 277px;
	background-color: #e8261c;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border: none;
	display: inline-block;
	text-align: center!important;
	box-shadow: 0 6px 33px 0 rgba(232, 38, 28, 0.53)
}

.zakaz-btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	text-decoration: none;
	background: #b9130a!important;
	outline: none;
	color: #fff;
	cursor: pointer
}

.foto-btn {
	min-width: 277px;
	text-decoration: none;
	display: inline-block;
	padding: 14px 20px 19px;
	font-size: 18px
}

.foto-btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	text-decoration: none;
	background: #b9130a!important;
	outline: none;
	color: #fff;
	cursor: pointer
}

.btn-galery {
	color: #000;
	font-size: 18px;
	border: solid 1px #e8261c;
	background: #fff;
	box-shadow: none;
	padding: 8px 10px
}

.kosultaciya-btn {
	color: #000;
	font-size: 20px;
	background: #fff;
	box-shadow: none;
	text-decoration: none
}

.kosultaciya-btn:hover {
	border-bottom: 1px dashed #ae2824
}

.menu-glavnoe-container ul {
	padding: 0!important
}

.menu-glavnoe-container li {
	list-style-type: none!important;
	margin-left: 0!important
}

.di-discount__bot ul {
	padding: 0!important
}

.di-discount__bot li {
	list-style-type: none!important;
	margin-left: 0!important
}

.di-social ul {
	padding: 0!important
}

.di-social li {
	list-style-type: none!important;
	margin-left: 0!important
}

.tablechena {
	overflow: auto
}

.capchagoog {
	transform: scale(0.92);
	transform-origin: 0 0
}

.content-menu ul {
	padding: 0!important
}

.content-menu li {
	list-style-type: none!important;
	margin-left: 0!important
}

.searchandfilter ul {
	padding: 0!important
}

.searchandfilter li {
	list-style-type: none!important;
	margin-left: 0!important
}

.grecaptcha-badge {
	display: none
}

@media (max-width: 1024px) {
	.test:after {
		content: '@media (max-width: 1024px) >>>'
	}
	#rev_slider_4_1_wrapper {
		background-size: cover!important
	}
}

@media (max-width: 780px) {
	.test:after {
		content: '@media (max-width: 780px) >>>'
	}
	#rev_slider_4_1_wrapper {
		background-size: 179%!important
	}
}

@media (max-width: 320px) {
	.test:after {
		content: '@media (max-width: 320px) >>>'
	}
}

.tp-mask-wrap .right {
	background-image: url(img/rrr.png);
	background-repeat: no-repeat;
	background-color: transparent!important;
	background-position: top right
}

.tp-mask-wrap .right:hover {
	cursor: pointer;
	background-position: 0 -19px
}

.filter-options-wrap {
	overflow: hidden
}

.filter-options {
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	margin-bottom: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: -35px
}

.filter-options__item {
	display: inline-block;
	cursor: pointer;
	padding-left: 35px;
	position: relative
}

.filter-options__item::after {
	content: '';
	position: absolute;
	display: block;
	top: 8px;
	left: 12px;
	width: 10px;
	height: 10px;
	background-color: #e8261c;
	border-radius: 50%
}

.filter-options__item.active {
	color: #e8261c
}

.card_num {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e8261c;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	text-align: center;
	min-width: 35px;
	z-index: 1
}

.nice-select .list,
.nice-select {
	border-radius: 0
}

.nice-select .option {
	display: block
}

.searchandfilter>div>ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 15px
}

.searchandfilter>div>ul>li {
	margin-bottom: 15px;
	width: 15%
}

.searchandfilter>div>ul>li:last-child {
	width: 10%;
	padding-right: 0
}

.searchandfilter input[type="submit"],
.photo-num-filter input[type="submit"] {
	min-width: 0;
	padding: 8px 20px 9px;
	width: auto
}

.searchandfilter .nice-select {
	width: 100%
}

.searchandfilter .nice-select .current {
	max-width: 122px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

.searchandfilter input[type="submit"] {
	width: 100%
}

.photo-num-filter {
	margin-bottom: 35px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.photo-num-filter input[type="text"] {
	padding: 9px 18px;
	margin-right: 10px
}

.photo-num-filter input[type="submit"] {
	width: 117px
}

.search-form {
	display: -webkit-box;
	display: flex
}

.search-form .search-submit {
	margin-left: 10px
}

@media (max-width: 1199px) {
	.searchandfilter>div>ul>li {
		width: 33.333%
	}
	.searchandfilter>div>ul>li:last-child {
		width: 100%;
		text-align: right
	}
	.searchandfilter input[type="submit"] {
		width: 117px
	}
	.nice-select .option {
		padding: 9px 29px 9px 18px;
		white-space: normal;
		line-height: 1.5;
		margin: 0
	}
}

@media (max-width: 580px) {
	.nice-select .list {
		max-width: 100%;
		overflow: auto
	}
	.searchandfilter>div>ul>li {
		width: 50%
	}
	.searchandfilter .nice-select {
		width: 100%
	}
}

#new_homeblock1 {
	margin: 49px 0
}

#new_homeblock2 {
	margin: 60px 0 73px
}

#new_homeblock1 img {
	margin-right: 89px
}

#new_homeblock2 img {
	margin-left: 55px;
	margin-top: 13px
}

.new_homeblock h3 {
	font-size: 38px;
	position: relative;
	padding-bottom: 37px;
	margin-bottom: 33px;
	line-height: 1.21;
	padding-top: 21px
}

.new_homeblock h3:before {
	width: 88px;
	content: '';
	height: 6px;
	bottom: 0;
	position: absolute;
	background-color: #e8261c
}

#new_homeblock2 h3 {
	padding-top: 0
}

.new_homeblock h1 {
	font-size: 38px;
	position: relative;
	padding-bottom: 37px;
	margin-bottom: 33px;
	line-height: 1.21;
	padding-top: 21px
}

.new_homeblock h1:before {
	width: 88px;
	content: '';
	height: 6px;
	bottom: 0;
	position: absolute;
	background-color: #e8261c
}

#new_homeblock2 h1 {
	padding-top: 0
}

.new_homeblockfature {
	text-align: center;
	font-weight: 700
}

.new_homeblockblock {
	margin: 18px 0 0
}

.new_homeblock_text {
	text-align: center;
	padding: 36px 18% 0
}

.new_homeblockh2 {
	text-align: center!important;
	margin-bottom: 88px
}

.single-ttshowcase .ttshowcase_single_subtitle {
	font-size: 38px;
	color: #000;
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.2
}

.t_ava img {
	border-radius: 50%
}

.t_name {
	font-size: 38px;
	color: #000;
	margin-bottom: 12px!important;
	font-weight: 700;
	margin-top: 20px!important;
	padding-left: 15px
}

.t_vk {
	padding-left: 15px
}

.t_vk a {
	display: block;
	background: url(img/invalid-name.png) no-repeat left center;
	padding: 2px 2px 2px 55px;
	font-size: 20px;
	color: #597ea3;
	text-decoration: none
}

.t_vk a:hover {
	text-decoration: underline
}

.single-ttshowcase .ttshowcase_rl_box:nth-child(4) {
	display: none
}

.single-ttshowcase .single-reviews__title-line {
	margin-bottom: 46px
}

.t_text {
	margin-bottom: 80px!important
}

.t_foto .single-reviews__title-line {
	margin-bottom: 48px
}

.t_foto {
	margin-bottom: 30px!important
}

.t_otziv {
	margin-bottom: 96px!important
}

.single-ttshowcase .site-footer {
	border-top: 3px solid #f2f3f5
}

.alphabet-nav {
	margin-bottom: 35px
}

.alphabet-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #e8261c
}

.alphabet-nav .nav li {
	list-style: none;
	margin: 0
}

.alphabet-nav .nav li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none
}

.alphabet-nav .nav li a:hover,
.alphabet-nav .nav li a:focus,
.alphabet-nav .nav li.ui-state-active a {
	background-color: #e8261c;
	color: #fff;
	outline: none
}

.alphabet-nav .tab-content ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0
}

.alphabet-nav .tab-content ul a {
	text-decoration: none;
	display: block;
	padding: 5px 0
}

.spravochnik-search {
	margin-bottom: 20px
}

.spravochnik-search label {
	flex-grow: 1
}

.spravochnik-search input[type="search"] {
	display: block;
	width: 100%;
	padding: 10px 20px
}

.spravochnik-search .search-form {
	flex-wrap: wrap
}

.spravochnik-search .search-form .search-submit {
	padding: 10px
}

.di-metal-catalog-wrap {
	padding-top: 48px
}

.di-catalog-lesntits {
	padding-bottom: 26px
}

.di-catalog-lesntits>.wpb_column:nth-child(2n) .lestn-card {
	margin-left: auto;
	margin-right: auto
}

.di-catalog-lesntits>.wpb_column:nth-child(3n) .lestn-card {
	margin-left: auto
}

.di-row>.vc_column-inner>.wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.lestn-card {
	max-width: 400px;
	padding: 0 50px;
	margin-bottom: 38px;
	flex: 0 0 33.333%;
	max-width: 33.333%
}

.lestn-card__info {
	font-size: 14px
}

.lestn-card__img-link {
	display: inline-block;
	margin: 0 auto 13px;
	overflow: hidden
}

.lestn-card__img-link:hover img {
	transform: scale(1.02)
}

.lestn-card__img-link img {
	display: block;
	margin: 0 auto;
	transition: all .5s ease
}

.lestn-card__title {
	margin-bottom: 15px
}

.lestn-card__title a {
	display: block;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
	background: #e8261c;
	color: #fff;
	text-decoration: none;
	padding: 16px 10px
}

.lestn-card__title a:hover,
.lestn-card__title a:focus {
	background: #b9130a;
	box-shadow: 0 6px 33px 0 rgba(232, 38, 28, 0.53)
}

.info-item {
	display: flex;
	margin-bottom: 9px
}

.info-item__icon {
	padding-right: 15px
}

.info-item__icon svg {
	display: block
}

.info-item__val {
	padding-top: 4px
}

.di-how-works-wrap {
	padding: 22px 0 46px
}

.di-how-works {
	margin-top: 76px
}

.di-how-works__row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px
}

.di-how-works__item {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px
}

.di-how-work {
	text-align: center;
	color: #000
}

.di-how-work__title {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 39px
}

.di-how-work__icon {
	margin-bottom: 55px;
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: center
}

.di-how-work__icon svg {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.di-how-work__descr {
	font-size: 14px;
	line-height: 22px
}

.di-schemes-wrap {
	margin-top: 0!important;
	padding-top: 86px
}

.di-schemes-wrap .di-row>.vc_column-inner>.wpb_wrapper {
	margin-left: -9px;
	margin-right: -9px
}

.di-schemes-wrap__title {
	margin-bottom: 14px
}

.di-scheme {
	text-align: center;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 49px
}

.di-scheme__title {
	font-size: 15px;
	line-height: 20px
}

.di-scheme__get a {
	display: block;
	border: 1px solid #e8261c;
	font-size: 14px;
	line-height: 38px;
	color: #000;
	text-decoration: none;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto
}

.di-scheme__get a:hover,
.di-scheme__get a:focus {
	background: #e8261c;
	color: #fff;
	box-shadow: 0 6px 33px 0 rgba(232, 38, 28, 0.53)
}

.di-scheme__img {
	display: inline-block;
	margin-bottom: 68px;
	max-width: 220px
}

.di-scheme__img:hover img {
	transform: scale(1.02)
}

.di-scheme__img img {
	transition: all .5s ease
}

.di-scheme__title {
	margin-bottom: 11px;
	min-height: 60px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400
}

.di-qty-metal {
	margin-top: 39px!important
}

.di-qty-metal .form-block--page .title-lg {
	margin-top: 2px;
	line-height: 1.2;
	margin-bottom: 50px
}

@media (max-width: 1200px) {
	.lestn-card {
		padding-left: 15px;
		padding-right: 15px
	}
	.di-how-works {
		margin-top: 30px
	}
	.di-how-works__row {
		padding: 0 15px
	}
	.di-how-works__item {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 33px;
		margin-bottom: 31px
	}
	.di-how-works-wrap {
		padding-top: 12px;
		padding-bottom: 0
	}
	.di-how-work__icon {
		margin-bottom: 53px
	}
}

@media (max-width: 1024px) {
	.test:after {
		content: '@media (max-width: 1024px) >>>'
	}
	.t_name,
	.single-ttshowcase .ttshowcase_single_subtitle {
		font-size: 30px
	}
	.single-ttshowcase .ttshowcase_rl_box:nth-child(4) {
		display: block
	}
	.t_name {
		margin-bottom: 0!important;
		margin-top: 5px!important
	}
	.lestn-card {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 11px;
		margin-bottom: 42px
	}
	.di-metal-catalog-wrap .di-row>.vc_column-inner>.wpb_wrapper {
		margin-left: -10px;
		margin-right: -12px
	}
	.lestn-card__img-link {
		display: block;
		margin-bottom: 21px
	}
	.lestn-card__img-link img {
		width: 100%
	}
	.di-catalog-lesntits {
		padding-bottom: 12px
	}
	.di-schemes-wrap {
		padding-top: 76px
	}
	.di-schemes-wrap .vc_custom_heading {
		margin-bottom: 38px
	}
	.di-scheme {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		margin-bottom: 21px;
		margin-top: 28px
	}
	.di-schemes-wrap__title {
		margin-bottom: 6px
	}
	.di-schemes-wrap__title .vc_custom_title {
		margin-bottom: 38px
	}
	.di-qty-metal {
		margin-top: 0!important
	}
}

@media (max-width: 780px) {
	.test:after {
		content: '@media (max-width: 780px) >>>'
	}
	.t_ava,
	.t_name,
	.t_vk {
		padding: 0;
		text-align: center!important
	}
	.t_vk a {
		display: inline-block
	}
	.t_ava {
		margin-bottom: 0!important
	}
	.t_text {
		margin-bottom: 40px!important
	}
	.t_foto {
		margin-bottom: 0!important
	}
	.spravochnik-search .search-form .search-submit {
		margin: 0
	}
	.di-metal-page-title h1 {
		line-height: 1.25
	}
}

@media (max-width: 560px) {
	.test:after {
		content: '@media (max-width: 320px) >>>'
	}
	.di-metal-catalog-title {
		display: none
	}
	.di-metal-catalog-title .wpb_content_element {
		margin-bottom: 25px
	}
	.di-metal-catalog-wrap {
		padding-top: 0
	}
	.di-how-works__item {
		flex: 0 0 100%;
		max-width: 100%
	}
	.di-catalog-lesntits {
		padding-bottom: 7px
	}
	.lestn-card {
		flex: 0 0 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 31px
	}
	.lestn-card__title a {
		padding-left: 5px;
		padding-right: 5px
	}
	.di-how-works-wrap {
		padding-top: 0
	}
	.di-how-works-wrap.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 30px
	}
	.di-how-works__row {
		padding: 0
	}
	.di-how-works {
		margin-top: 54px
	}
	.di-how-works__item {
		margin-top: 5px;
		margin-bottom: 52px;
		padding-left: 9px;
		padding-right: 10px
	}
	.di-how-work {
		display: flex;
		text-align: left
	}
	.di-how-work__icon {
		width: 75px;
		padding-right: 18px;
		margin-bottom: 0;
		align-items: flex-start;
		position: relative;
		top: -7px
	}
	.di-how-work__content {
		flex: 0 0 calc(100% - 75px);
		max-width: calc(100% - 75px)
	}
	.di-how-work__title {
		font-size: 18px;
		margin-bottom: 22px
	}
	.di-schemes-wrap {
		padding-top: 49px
	}
	.di-schemes-wrap .vc_custom_heading {
		margin-bottom: 24px
	}
	.di-scheme {
		flex: 0 0 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto
	}
	.di-schemes-wrap__title {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	.test:after {
		content: '@media (max-width: 1199px) >>>'
	}
	.container {
		width: 754px
	}
}

@media (max-width: 1199px) {
	.test:after {
		content: '@media (max-width: 1199px) >>>'
	}
	#mobile-nav-wrap {
		display: block
	}
	.form7 .wpcf7-form p:nth-child(2),
	.form7 .wpcf7-form p:nth-child(3) {
		width: 47.3%
	}
	.comment-form {
		display: grid;
		grid-column-gap: 20px;
		grid-row-gap: 26px;
		grid-template-columns: repeat(auto-fit, minmax(100px, 300px));
		grid-template-rows: repeat(3, 57px);
		margin-bottom: 85px;
		grid-template-areas: "comment comment comment" "comment comment comment" "author email submit"
	}
	.submit {
		min-width: 228px
	}
	.main-navigation {
		padding-left: 0;
		width: 65%
	}
	.main-navigation li a {
		font-size: 16px;
		margin-right: 40px
	}
	.main-navigation li:last-child a {
		margin-right: 0
	}
	.header_social_button {
		margin-left: 40px
	}
	.tel_btn {
		margin-left: 40px
	}
	.top_tel {
		margin-right: 0;
		position: relative;
		top: -3px;
		padding-left: 12px
	}
	.top_tel__icon {
		margin-right: 26px
	}
	.top_tel strong {
		font-size: 16px;
		line-height: 1.26
	}
	.dl-menuwrapper button {
		font-size: 26px;
		margin-bottom: 5px;
		margin-right: 33px
	}
	.clock_time {
		width: 177px
	}
	.title-lg {
		font-size: 30px;
		line-height: 1.18
	}
	.di-discount>div {
		padding-left: 0
	}
	.vc_column_container.reviews-descr {
		padding-right: 0
	}
	.di-contact-page-phone.vc_column_container {
		padding-left: 0
	}
	body {
		font-size: 14px
	}
	.container {
		width: 754px
	}
	.top-nav,
	.header_social_button,
	.tel_btn {
		display: none
	}
	.logo,
	.top_tel {
		width: 42%
	}
	.top_tel {
		float: left;
		display: flex;
		justify-content: center
	}
	#dl-menu {
		display: block;
		width: 16%;
		text-align: right
	}
	.site-header {
		display: flex;
		align-items: center;
		padding-bottom: 46px
	}
	.home .site-header {
		padding-bottom: 50px
	}
	h1,
	.h1 {
		font-size: 30px
	}
	h2,
	.h2 {
		font-size: 20px
	}
	.home-title,
	.title-xl {
		font-size: 26px;
		line-height: 1.35
	}
	.btn--lg {
		font-size: 18px;
		padding: 18px 25px
	}
	.di-ol li {
		width: 40.9%;
		padding-right: 10px
	}
	.card__title {
		font-size: 18px;
		padding: 0 20px;
		bottom: 20px
	}
	.reviews-block {
		padding-top: 50px;
		padding-bottom: 40px
	}
	.reviews-block--home .content-menu {
		display: none
	}
	.block-descr {
		text-align: center
	}
	.block-descr .vc_custom_heading {
		text-align: center!important
	}
	.block-descr .wpb_wrapper {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto
	}
	.form-block {
		padding-top: 9px;
		padding-bottom: 17px
	}
	.home .form-block {
		padding-bottom: 7px
	}
	.form-block .title-lg {
		margin-bottom: 17px
	}
	.main-form .button-form {
		text-align: center
	}
	.title-line {
		margin-left: auto;
		margin-right: auto
	}
	.reviews-descr .btn {
		margin-top: 0
	}
	.reviews-descr .wpb_wrapper {
		max-width: 480px
	}
	.wpb_content_element.reviews-descr__info {
		max-width: none;
		margin-bottom: 17px
	}
	.reviews-descr__info+.wpb_content_element {
		margin-bottom: 0
	}
	.reviews-show-all {
		display: none
	}
	.reviews-show-all--mobile {
		display: block;
		text-align: center;
		margin-top: 30px
	}
	div.tt_3cl {
		width: 50%
	}
	.main-form,
	.tt_form_container {
		max-width: 600px
	}
	.site-footer {
		padding-top: 62px;
		padding-bottom: 58px
	}
	.site-footer__bot-row .site-footer__left,
	.site-footer__right {
		display: none
	}
	.site-footer__right-mobile {
		display: block;
		padding-top: 2px
	}
	.site-footer__bot-row {
		margin-top: 57px
	}
	.site-footer__left,
	.site-footer__social.site-footer__center {
		width: 41%;
		padding-left: 0;
		padding-right: 10px
	}
	.site-footer__center,
	.site-footer__right-mobile {
		width: 53%;
		padding-right: 0;
		padding-left: 10px
	}
	.catacts-form-block {
		padding-bottom: 62px
	}
	.catacts-form-block .main-form {
		margin: 0;
		max-width: 575px
	}
	.catacts-form-block .main-form .button-form {
		text-align: left
	}
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		padding: 18px 20px
	}
	.di-portfolio {
		padding-top: 13px;
		padding-bottom: 52px
	}
	.home .di-portfolio__title {
		font-size: 26px
	}
	.di-portfolio__title {
		margin-bottom: 41px
	}
	.di-portfolio__heading {
		margin-bottom: 30px
	}
	.di-portfolio__more {
		margin-top: 29px
	}
	.di-discount .btn {
		margin-top: 2px;
		max-width: 272px;
		margin-right: 0;
		margin-left: 14px
	}
	.di-discount__top {
		margin-bottom: 26px
	}
	.di-discount__bot {
		padding-bottom: 57px
	}
	.di-discount .title-line {
		margin-bottom: 49px
	}
	.reviews-block--home .title-line {
		margin-left: auto
	}
	.reviews-descr__line.wpb_content_element {
		margin-bottom: 25px
	}
	.reviews-show-all--mobile .btn {
		min-width: 288px
	}
	.vc_column_container.reviews-descr .home-title {
		margin-bottom: 31px
	}
	div.ttshowcase_rl_box {
		padding: 37px 32px 5px
	}
	div.ttshowcase_rl_readmore {
		margin-bottom: 1.5rem
	}
	.block-descr .title-xl {
		margin-bottom: 33px
	}
	.home .site-footer {
		padding-top: 63px
	}
	.site-footer {
		padding-top: 38px
	}
	.breadcrumbs {
		padding-top: 0
	}
	.breadcrumbs-blog {
		padding-top: 1px
	}
	.grid {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(2, 1fr)
	}
	.page-title-blog {
		margin-bottom: 44px
	}
	.image {
		margin-bottom: 12px
	}
	.excerpt-blog {
		margin-bottom: 15px
	}
	.more-blog a {
		margin-bottom: 28px
	}
	.excerpt-blog p {
		color: #9b9b9b;
		font-size: 14px;
		line-height: 1.43;
		margin-bottom: 15px
	}
	.navigation {
		margin-top: 51px
	}
	.nav-links {
		margin: 30px 0 65px
	}
	.page-id-2126 .breadcrumbs {
		margin-bottom: 21px
	}
	.di-contact-page-phone>div>.wpb_wrapper {
		padding-left: 63px
	}
	.contact-page-main-info {
		font-size: 16px
	}
	.di-ul li::before,
	.di-contact-page-phone>div>.wpb_wrapper::before {
		left: 13px
	}
	.di-contact-page-phone__title {
		margin-bottom: 25px
	}
	.di-contact-page-phone .wpb_content_element:last-child {
		margin-bottom: 13px
	}
	.contact-page-main-info .di-ul {
		padding-left: 0;
		padding-top: 0;
		position: relative;
		top: -2px
	}
	.di-ul li {
		padding-left: 64px;
		margin-bottom: 33px
	}
	.di-ul .di-ul__skype {
		margin-bottom: 27px
	}
	.di-ul .di-ul__mail {
		margin-bottom: 38px
	}
	.di-ul .di-ul__whatsapp::before {
		top: 8px
	}
	.map-addr-title {
		font-size: 24px
	}
	.map-addr,
	.map-requisites {
		font-size: 16px
	}
	.map-requisites {
		max-width: 475px
	}
	.map-requisites .wpb_content_element:last-child {
		margin-bottom: 20px
	}
	.map-script {
		margin-bottom: 5px
	}
	.map-script p>ymaps {
		height: 372px!important
	}
	.portfolio-title {
		margin-bottom: 38px
	}
	.single .page-title {
		margin-bottom: 41px
	}
	.page .page-title {
		margin-bottom: 64px
	}
	.di-portfolio__title {
		font-size: 30px
	}
	.single-fotogalereya .di-afterwords h2 {
		font-size: 20px
	}
	.di-afterwords {
		padding-top: 45px;
		padding-bottom: 2px
	}
	.single-fotogalereya .di-afterwords h2 {
		margin-bottom: 26px
	}
	.di-forewords {
		margin-bottom: 8px
	}
	.content-heading {
		margin-bottom: 32px
	}
	img.alignleft,
	img.alignright {
		max-width: 48.9%
	}
	.alignleft,
	#content .wpb_text_column .alignleft:last-child {
		margin: 4px 18px 18px 0
	}
	.alignright,
	#content .wpb_text_column .alignright:last-child {
		margin: 4px 0 18px 18px
	}
	div.di-portfolio-page-wrap {
		background-color: #f2f3f5!important
	}
	.di-portfolio-page-wrap {
		margin-top: 15px
	}
	.di-portfolio-page-wrap .di-portfolio {
		padding-top: 10px;
		padding-bottom: 52px
	}
	.single-reviews {
		padding-top: 25px;
		padding-bottom: 0
	}
	.single-reviews .ttshowcase_rl_box:nth-child(4) {
		display: block
	}
	.single-reviews .h1 {
		font-size: 38px;
		margin-bottom: 27px
	}
	.single-reviews .reviews-all {
		margin-top: 30px
	}
	.di-afterwords--page h2 {
		margin-bottom: 28px
	}
	.di-afterwords--page {
		padding-bottom: 32px
	}
	.white-popup input[type="submit"] {
		max-width: 277px
	}
	div.di-project-other-projects {
		background-color: #f2f3f5!important
	}
}

@media (max-width: 784px) {
	.test:after {
		content: '@media (max-width: 784px) >>>'
	}
	div.reply {
		margin-bottom: 44px
	}
	.children .comment-body:before {
		top: 42%;
		left: -56px
	}
	.reply a {
		margin: 9px 158px
	}
	ol ol {
		margin-left: 64px;
		margin-top: -20px
	}
	.medline {
		margin: 0 auto
	}
	.row {
		flex-direction: column
	}
	.call-to-action {
		text-align: center;
		margin-top: 43px;
		font-size: 30px
	}
	.form7 {
		padding-top: 0
	}
	.contact-us-message p {
		max-width: 385px;
		margin: 33px auto 0;
		font-size: 14px;
		text-align: center;
		font-weight: 400;
		line-height: 1.45
	}
	.form7 .wpcf7-form {
		max-width: 784px;
		padding: 34px 72px
	}
	.form7 .wpcf7-form p:nth-child(2),
	.form7 .wpcf7-form p:nth-child(3) {
		width: 48.5%
	}
	.form7 .wpcf7-form p:nth-child(4) {
		margin-bottom: 12px
	}
	.form7 .wpcf7-form p:nth-child(5) {
		position: relative;
		left: calc(50% - 23%);
		width: 46%
	}
	.comment-content p {
		font-size: 14px;
		line-height: 1.45
	}
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}
	.card {
		max-width: 574px;
		margin-left: auto;
		margin-right: auto
	}
	.gallery-item {
		text-align: center
	}
	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		width: 100%;
		min-width: 0
	}
	.top-nav {
		display: none
	}
	.home .site-header {
		padding-bottom: 25px
	}
	.main-navigation,
	.branding .logo {
		display: none
	}
	.logo {
		max-width: 174px
	}
	.top_tel__icon {
		margin-right: 0
	}
	.top_tel__svg {
		display: none
	}
	.top_tel__svg--mobile {
		display: block
	}
	.dl-menuwrapper li a {
		font-size: 24px
	}
	.dl-menuwrapper button {
		margin-right: 2px
	}
	.breadcrumbs {
		line-height: 1.45
	}
	.di-discount .btn {
		display: block;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		max-width: none;
		font-size: 22px;
		padding: 21px 20px 24px
	}
	.di-discount__bot {
		padding-top: 0;
		padding-bottom: 28px
	}
	.discount-btn-wrap--mobile {
		margin-top: 44px
	}
	.site-main {
		margin-top: 0
	}
	.di-discount__top .home-title {
		margin-bottom: 13px
	}
	.di-discount .title-line {
		margin-left: 0;
		margin-bottom: 0
	}
	.di-discount .wpb_content_element.wpb_raw_html {
		margin-bottom: 24px
	}
	div.ttshowcase_rl_box,
	.reviews-block--home div.ttshowcase_rl_box:nth-child(2n) {
		padding: 19px 23px 5px
	}
	.home-title,
	.title-xl {
		font-size: 24px;
		line-height: 1.3
	}
	.block-descr .title-xl {
		margin-bottom: 43px
	}
	h1,
	.h1 {
		font-size: 24px
	}
	h2,
	.h2,
	.title-lg {
		font-size: 20px
	}
	h3,
	.h3 {
		font-size: 18px
	}
	h4,
	.h4 {
		font-size: 18px
	}
	.site-header {
		padding-top: 18px
	}
	.dl-menuwrapper li a {
		font-size: 19px;
		padding: 15px 22px;
		line-height: 1.3
	}
	.dl-menuwrapper .dl-menu {
		width: 87%
	}
	li.dl-first a,
	li.dl-back a {
		font-size: 16px;
		padding-bottom: 15px;
		padding-top: 17px
	}
	li.dl-first,
	li.dl-back {
		margin-bottom: 12px
	}
	.breadcrumbs {
		margin-bottom: 32px
	}
	.single .page-title,
	.page .page-title {
		margin-bottom: 38px
	}
	.portfolio-gallery {
		padding-bottom: 0
	}
	.portfolio-gallery .wpb_content_element {
		margin-bottom: 8px
	}
	.popup-title {
		font-size: 24px;
		text-align: center
	}
	.white-popup {
		padding: 35px 20px 16px
	}
	.di-callback .button-form {
		margin-top: 29px
	}
	.di-ol li {
		width: 100%;
		margin-bottom: 41px;
		padding-right: 20px
	}
	.portfolio-row>article {
		width: 100%
	}
	div.tt_2cl,
	div.tt_3cl,
	.main-form .contact-imya,
	.main-form .contact-imya2,
	#ttshowcase_form .tt_title_fieldset,
	#ttshowcase_form .tt_subtitle_fieldset {
		width: 100%
	}
	.main-form input[type="tel"],
	.main-form .contact-imya input[type="text"] {
		width: 100%;
		max-width: none;
		margin-bottom: 0
	}
	.site-footer,
	.home .site-footer {
		padding-top: 44px;
		padding-bottom: 42px;
		text-align: center
	}
	.site-footer__left,
	.site-footer__social.site-footer__center,
	.site-footer__center,
	.site-footer__right-mobile {
		width: 100%;
		padding: 0
	}
	.site-footer__left {
		margin-bottom: 34px
	}
	.site-footer__bot-row {
		margin-top: 0
	}
	.di-social {
		margin: 48px 0;
		justify-content: center
	}
	#dl-menu,
	.logo {
		width: auto
	}
	.top_tel {
		margin-left: auto;
		width: auto;
		margin-right: 16px;
		margin-bottom: 4px
	}
	.top_tel strong {
		display: none
	}
	.site-header {
		display: flex;
		justify-content: space-between
	}
	.site-header::before,
	.site-header::after {
		display: none
	}
	.card__title {
		font-size: 24px;
		line-height: 1.3;
		bottom: 22px
	}
	.gallery.gallery-columns-3 .gallery-item,
	.gallery.gallery-columns-4 .gallery-item,
	.gallery.gallery-columns-5 .gallery-item,
	.gallery.gallery-columns-6 .gallery-item,
	div.ngg-gallery-thumbnail-box {
		width: 50%
	}
	.form-block {
		padding: 0
	}
	.block-descr {
		text-align: left
	}
	.block-descr .vc_custom_heading {
		text-align: left!important
	}
	#dl-menu {
		text-align: right
	}
	.reviews-block {
		padding-top: 5px;
		padding-bottom: 59px
	}
	#wpadminbar {
		overflow-x: hidden
	}
	.home .di-portfolio__title {
		font-size: 24px
	}
	.reviews-block--home .title-line {
		margin-left: 0
	}
	.discount-btn-wrap {
		display: none
	}
	.discount-btn-wrap--mobile {
		display: block
	}
	.di-portfolio {
		padding-top: 0;
		padding-bottom: 42px
	}
	.di-portfolio__title {
		margin-bottom: 36px
	}
	.single-fotogalereya .di-portfolio__title {
		margin-bottom: 29px
	}
	.vc_row-has-fill+.vc_row.di-afterwords>.vc_column_container>.vc_column-inner {
		padding-top: 24px
	}
	.di-portfolio__heading {
		margin-bottom: 34px
	}
	.di-home-portfolio>div>vc_column_inner {
		padding-top: 23px
	}
	.portfolio-row>article {
		margin-bottom: 23px
	}
	.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 11px
	}
	.reviews-show-all--mobile .btn {
		min-width: 0;
		width: 100%
	}
	.reviews-show-all--mobile {
		margin-top: 55px
	}
	.reviews-block {
		padding-bottom: 24px;
		padding-top: 0
	}
	.reviews-block__reviews>.vc_column-inner {
		padding-top: 17px
	}
	div.ttshowcase_rl_subtitle::after {
		width: 64px
	}
	.reviews-descr__info {
		display: none
	}
	.vc_column_container.reviews-descr .home-title {
		margin-bottom: 0
	}
	.title-line--wide {
		width: calc(100% + 30px);
		margin-left: -15px
	}
	.contact-page-main-info {
		font-size: 14px;
		padding-top: 5px
	}
	.di-contact-page-phone>div>.wpb_wrapper {
		padding-left: 74px
	}
	.di-contact-page-phone__title {
		margin-bottom: 29px
	}
	.di-contact-page-phone.vc_column_container {
		padding-bottom: 40px
	}
	.di-ul li::before,
	.di-contact-page-phone>div>.wpb_wrapper::before {
		top: -7px;
		left: 3px
	}
	.di-ul li {
		padding-left: 73px
	}
	.map-addr,
	.map-requisites {
		font-size: 14px
	}
	.map-addr-title {
		font-size: 18px
	}
	.map-script p>ymaps {
		height: 386px!important
	}
	.di-afterwords {
		padding-top: 0
	}
	.di-afterwords h2 {
		line-height: 1.5
	}
	.single-fotogalereya .di-afterwords h2 {
		margin-bottom: 33px
	}
	.main-form p {
		margin-bottom: 18px
	}
	.di-forewords {
		margin-bottom: 0
	}
	img.alignleft,
	img.alignright {
		max-width: 100%
	}
	.di-portfolio-page-wrap {
		margin-top: 25px
	}
	.di-portfolio-page-wrap.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 20px
	}
	.di-portfolio-page-wrap .di-portfolio__title {
		margin-bottom: 29px
	}
	.single-reviews {
		padding-top: 0
	}
	.single-reviews .h1 {
		text-align: left!important;
		font-size: 24px;
		margin-bottom: 18px
	}
	.single-reviews .title-line {
		margin: 0
	}
	.single-reviews .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column
	}
	.wpb_content_element.single-reviews__title-line {
		order: -1;
		margin-bottom: 25px
	}
	.di-portfolio-page-wrap .di-portfolio {
		padding-bottom: 42px
	}
	.di-afterwords--page {
		display: none
	}
	.map-requisites {
		margin-bottom: 26px
	}
	.map-script {
		margin-bottom: 22px
	}
	.map-requisites__title {
		margin-bottom: 29px!important
	}
	div.ttshowcase_rl_quote p {
		margin-bottom: 1.5rem
	}
	.home .site-header {
		padding-bottom: 25px;
		display: flex
	}
	.container.row.site-header {
		padding: 20px;
		flex-direction: row;
		padding-bottom: 50px
	}
	.top_tel {
		width: 36px;
		margin-left: 0
	}
}

@media(max-width: 667px) {
	body {
		font-size: 13px
	}
	.comment-form {
		display: flex;
		flex-direction: column
	}
	input[type="submit"] {
		font-size: 13px
	}
	.comment-form p input {
		display: block;
		width: 100%;
		margin-bottom: 20px
	}
}

@media(max-width:575px) {
	.children .comment-body:before {
		display: none
	}
	ol ol {
		margin-left: 22px;
		margin-top: -29px
	}
	.grid {
		grid-template-columns: repeat(1, 1fr)
	}
	.image img {
		width: 100%;
		height: auto
	}
	.form7 .wpcf7-form p {
		width: 100%!important;
		position: static!important
	}
	.form7 .wpcf7-form-control {
		width: 100%;
		display: block
	}
	.fn {
		position: static
	}
	.comment-metadata {
		margin-top: 47px
	}
	.comment-content {
		margin-left: 10px;
		margin-top: 0
	}
}

@media (max-width: 400px) {
	.comments-title span {
		float: right;
		font-size: 17px;
		padding-top: 4px
	}
	.reply a {
		margin: 9px 10px 29px
	}
	.fn {
		position: relative;
		top: -9px;
		left: 2px;
		font-size: 14px
	}
	.comment-metadata {
		margin-top: 62px;
		margin-left: -27px
	}
	.avatar {
		margin: 14px 18px;
		border-radius: 50%;
		width: 61px
	}
	.form7 .wpcf7-form {
		padding: 34px 20px
	}
}

@media (max-width: 320px) {
	.container {
		width: 100%
	}
	.comments-title {
		font-size: 24px;
		padding-bottom: 62px
	}
	.blog_post__soc {
		margin: 28px 7px 12px 5px
	}
	.comments-title span {
		float: left;
		font-size: 17px;
		padding-top: 18px
	}
	.comment-metadata {
		margin-top: 47px;
		margin-left: -27px
	}
	.comment-content {
		margin-left: 19px;
		margin-top: 10px;
		line-height: 1.47
	}
	.reply a {
		margin: 7px 20px 29px
	}
}

@media (max-width: 1024px) {
	.test:after {
		content: '@media (max-width: 1024px) >>>'
	}
	.new_homeblockh2 {
		margin-bottom: 35px
	}
	.new_homeblock img {
		display: none
	}
	.new_homeblock h3 {
		font-size: 26px;
		padding-bottom: 0;
		text-align: center;
		margin-bottom: 25px
	}
	.new_homeblock h3:after {
		width: 88px;
		content: '';
		height: 6px;
		display: block;
		background-color: #e8261c;
		margin: 25px auto 0
	}
	.new_homeblock h3:before {
		display: none
	}
	#new_homeblock2 {
		margin: 0 0 46px
	}
	.new_homeblock_text {
		padding: 36px 10% 0
	}
	.reviews-block {
		padding-top: 25px
	}
	#new_homeblock1 {
		margin: 0 0 30px
	}
}

@media (max-width: 580px) {
	.new_homeblock_text {
		padding: 20px 0 0
	}
	.new_homeblock h3 {
		padding-top: 0
	}
}

.new_homeblockfature {
	color: #000;
	font-size: 15px
}

.test {
	position: fixed;
	color: red;
	font-weight: 700;
	z-index: 9999
}

@media only screen and (min-width: 1200px) {
	.test:after {
		content: '@media (min-width: 1200px) >>>'
	}
	.section_menu .read_more a {
		margin-top: 20px
	}
}

@media only screen and (max-width: 1366px) {
	.test:after {
		content: '@media (max-width: 1366px)'
	}
}

@media only screen and (max-width: 1280px) {
	.test:after {
		content: '@media (max-width: 1280px)'
	}
}

@media only screen and (max-width: 1024px) {
	.test:after {
		content: '@media (max-width: 1024px)'
	}
    
    .slider_container {width: 100%!important;}
    .slider_l {padding-left: 20px;}
    .slider_row_vn a {width: 160px;}
    
}

@media only screen and (max-width: 980px) {
	.test:after {
		content: '@media (max-width: 980px)'
	}
}

@media only screen and (max-width: 820px) {
	.test:after {
		content: '@media (max-width: 820px)'
	}
    .slider_l:before {top: 90px;}
    .slider_row_vn h4 {    font-size: 26px;line-height: 34px;}
    .slide_text2 {font-size: 10px;line-height: 15px;margin-left: 20px;min-width: auto;    margin-top: 5px}
    .slider_row_vn a {font-size: 12px;line-height: 12px;width: 125px;padding: 14px 20px 14px 19px;}
    .slider_row_vn {padding-right: 20px;} 
    .slider_row  {margin-bottom: 200px;background: #F2F3F5;}
    .slider_row:before {display: none;}
    .slider_row_vn h4 {margin-top: 40px;margin-bottom: 30px;}
}

@media only screen and (max-width: 767px) {
	.test:after {
		content: '@media (max-width: 767px)'
	}
	.woo_the_title #back_btn {
		float: none;
		width: 170px
	}
	.woo_the_title h1 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.5
	}
    
    .slide_text1 {font-size: 10px;line-height: 15px;}
    .slider_l {padding-left: 20px;padding-top: 20px;}
    .slider_row_vn h4 {font-size: 26px;line-height: 34px}
    .slider_row_vn {padding-right: 0px;}
    .slider_l:before {top: 70px;right: -20px;}
    .slide_text2 {margin-left: 10px;}
    .slider_row {margin-bottom: 50px;}
    .container.row.site-header {padding-bottom: 20px;}
    .slider_container {padding: 0!important;}
}

@media only screen and (max-width: 600px) {
	.test:after {
		content: '@media (max-width: 600px)'
	}
}

@media only screen and (max-width: 568px) {
	.test:after {
		content: '@media (max-width: 568px)'
	}
    
    .slider_row_vn a , .slide_text2 {display: none;}
    .slider_row_vn h4 {margin-bottom: 0;color: white;font-size: 24px;line-height: 30px;margin-top: 30px;}
    .slide_text1 {color: white;    font-size: 12px;line-height: 18px;}
    .slider_l:before {top: 55px;right: 0px;width: 80px;}
    .slider_l {width: 100%;position: absolute;z-index: 3;left: 0px;top: 0;width: 100%;padding-top: 30px;padding-left: 30px;}
    .slider_r {position: relative; width: 100%;z-index: 1;}
    .slider_r:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.27); z-index: 2;}
    .slider_container {padding: 0!important;}
    .slider_r img {z-index: 1; position: relative;}
    body {overflow-x: hidden;}
    
	.woocommerce header .page-title {
		margin-bottom: 30px;
		font-size: 24px
	}
	.cat_filter {
		padding: 10px 20px;
		text-align: center
	}
	.cat_filter_title {
		padding: 0;
		margin: 12px 25px 0 0;
		text-indent: -9999px;
		background: url(img/cat_filter_title.jpg) no-repeat;
		width: 27px;
		height: 19px
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%
	}
	.woocommerce ul.products li.product a img {
		margin-bottom: 20px
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0
	}
	.product_right {
		float: none;
		width: 100%;
		padding-left: 0
	}
	.product_img {
		float: none;
		width: 100%
	}
	.woo_the_title {
		margin-bottom: 20px
	}
	.woocommerce div.product p.price {
		margin-bottom: 30px
	}
	.pr_desk_l {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px
	}
	.pr_desk {
		margin-top: 0
	}
}

@media only screen and (max-width: 480px) {
	.test:after {
		content: '@media (max-width: 480px)'
	}
}

@media only screen and (max-width: 340px) {
	.test:after {
		content: '@media (max-width: 340px)'
	}
}

.g-recaptcha {width: 240px;margin: 0 auto;transform: scale(0.8);transform-origin: 0;}