.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	 -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url(../../../template/misc/slick/ajax-loader.gif) center center no-repeat;
}
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 0;
	z-index: 2;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	cursor: default;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	display: none;
}
.slick-initialized {
	visibility: visible!important;
}
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
:root {
  --color3: #ff2e9d;
  --color2: #6b8800;
  --color1: #00ab97
}
@font-face {
  font-family: impact;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../../../template/fonts/impact.woff2') format('woff2'),url('../../../template/fonts/impact.woff') format('woff'),url('../../../template/fonts/impact.ttf') format('ttf'),url('../../../template/fonts/impact.eot') format('eot')
}
@-ms-viewport {
  width: auto!important
}
html {
  font-family: sans-serif;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
a[href^="tel:"] {
  text-decoration: none!important
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}
a {
  background-color: transparent
}
a:active,
a:hover {
  outline: 0
}
b,
strong {
  font-weight: 700
}
img {
  border: 0
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0
}
input,
textarea {
  -webkit-appearance: none
}
button,
input[type=submit] {
  -webkit-appearance: button;
  overflow: visible;
  cursor: pointer
}
button,
select {
  text-transform: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td,
th {
  padding: 0
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
input[name=phone] {
  display: none!important
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}
::selection {
  background: #b3d4fc;
  text-shadow: none
}
.hidden {
  display: none!important
}
.slider {
  visibility: hidden;
  font-size: 0
}
::-webkit-input-placeholder {
  color: #272525
}
::-moz-placeholder {
  color: #272525
}
:-moz-placeholder {
  color: #272525
}
:-ms-input-placeholder {
  color: #272525
}
[data-url] {
  cursor: pointer
}
[data-fancybox] {
  cursor: zoom-in;
  outline: 0
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}
.clearfix:after {
  clear: both
}
.container {
  width: 1396px;
  margin-left: auto;
  margin-right: auto
}
.container-inner {
  width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
html {
  background: #f1f0f5
}
body {
  font-family: Roboto,sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1
}
.text p {
  margin-top: 15px;
  margin-bottom: 0
}
.text p:first-child {
  margin-top: 0
}
.text img {
  max-width: 100%;
  display: block
}
.text iframe {
  display: block;
  max-width: 100%
}
.text {
  font-size: 14px;
  line-height: 1.4;
  color: #141414
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin-top: 15px;
  margin-bottom: 0
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
  margin-top: 0
}
.text h1 {
  font-size: 30px
}
.text h2 {
  font-size: 26px
}
.text h3 {
  font-size: 22px
}
.text h4 {
  font-size: 20px
}
.text h5 {
  font-size: 16px
}
.text h6 {
  font-size: 14px
}
.text a {
  color: var(--color1)
}
.text a:hover {
  text-decoration: none
}
.text ol,
.text ul {
  margin-top: 15px;
  margin-left: 20px;
  list-style: none
}
.text ol li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px
}
.text ol li:first-child,
.text ul li:first-child {
  margin-top: 0
}
.text ul {
  margin-left: 0
}
.text ul li {
  padding-left: 24px;
  position: relative;
  margin-top: 12px
}
.text ul li:before {
  content: '';
  background: var(--color1);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px
}
.text hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 15px 0
}
.text table td {
  padding: 4px 8px
}
.input-text {
  font-family: Roboto,sans-serif;
  font-weight: 300
}
.input-textarea {
  font-family: Roboto,sans-serif;
  font-weight: 300
}
.input-text.error,
.input-textarea.error {
  background: #ffd9d9!important
}
.button > span {
  display: table;
  width: 100%
}
.button > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}
.button:hover {
  background: #272525;
  color: #fff
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 354px;
  margin-left: -177px;
  z-index: 100;
  display: none;
  padding: 0
}
.thanks {
  text-align: center
}
.popup .form {
  margin-top: 50px
}
.popup .input-text {
  height: 66px;
  width: 100%;
  border: 0;
  background: #fff;
  margin-bottom: 8px;
  color: #272525;
  font-size: 15px;
  padding: 0 22px;
  display: inline-block;
  vertical-align: top
}
.popup .input-select {
  margin-bottom: 8px
}
.popup .button {
  border: 2px solid #272525;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.popup .button:hover {
  background: #272525;
  color: #fff
}
.popup .button > span > span {
  height: 62px
}
.popup__text {
  line-height: 1.3;
  font-size: 15px;
  color: #000
}
.popup__text a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000
}
.popup__text p {
  margin: 0;
  margin-top: 15px
}
.popup__text small {
  font-size: 11px
}
.popup__text small span {
  text-transform: lowercase
}
.popup__title {
  color: #272525;
  font-family: impact;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 1.1;
  background: url(../../../template/img/popup__title.webp) no-repeat right bottom
}
.thanks .popup__title {
  background: 0 0
}
.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(241,240,245,.95)
}
.overlay .close {
  width: 34px;
  height: 34px;
  background: url(../../../template/img/close.png);
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer
}
.static {
  position: absolute
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.page {
  background: #f1f0f5;
  position: relative
}
.page_inner {
  padding-top: 100px
}
.top-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10
}
.logo {
  width: 200px;
  height: 60px;
  background: url(../../../template/img/logo.webp) no-repeat center top;
  color: #fff;
  display: block;
  text-decoration: none;
  float: left;
  font-size: 26px;
  font-family: impact
}
.logo > a,
.logo > span {
  display: table;
  width: 100%;
  text-decoration: none;
  color: #fff
}
.logo > a > span,
.logo > span > span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  text-align: center
}
.logo > a > span:first-child,
.logo > span > span:first-child {
  width: 75px
}
.logo > a > span:last-child,
.logo > span > span:last-child {
  width: 125px
}
.main-menu {
  float: right;
  background: #0c0c0c
}
.main-menu > ul {
  display: table;
  width: 100%
}
.main-menu > ul > li {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  text-align: center;
  padding: 0 30px;
  background-color: #0c0c0c
}
.main-menu > ul > li:nth-last-child(2) {
  background-image: url(../../../template/img/main-menu__item_tel.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 187px;
  padding-right: 7px;
  padding-left: 15px;
  white-space: nowrap
}
.main-menu > ul > li:last-child {
  background-image: url(../../../template/img/main-menu__item.webp);
  background-repeat: no-repeat;
  background-position: left top
}
.main-menu__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.main-menu__link:not(.call):hover {
  color: var(--color1)
}
.main-menu__link.call:hover {
  color: #0c0c0c
}
.main-menu__link.tel {
  color: var(--color1);
  font-size: 16px
}
.index .container {
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 730px;
  background-size: 830px auto;
  position: relative
}
.page_contacts .index .container {
  min-height: auto
}
.index__inner {
  padding-top: 195px;
  max-width: 460px
}
.page_catalog .index__inner {
  padding-top: 135px
}
.page_contacts .index__inner {
  float: left
}
.index__title {
  color: #272525;
  font-family: impact;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 1.1
}
.page_catalog .index__title {
  font-size: 38px;
  text-transform: none
}
.index__subtitle {
  color: #272525;
  font-weight: 500;
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.4
}
.index__text {
  font-size: 14px;
  color: #141414;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 40px;
  max-width: 360px
}
.index .form {
  max-width: 312px;
  margin-top: 45px
}
.index .form .input-text {
  height: 66px;
  width: 100%;
  border: 0;
  background: #fff;
  margin-bottom: 8px;
  color: #272525;
  font-size: 15px;
  padding: 0 22px;
  display: inline-block;
  vertical-align: top
}
.index .form .button {
  border: 2px solid var(--color1);
  background: var(--color1);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.index .form .button:hover {
  background: #0c0c0c;
  border-color: #0c0c0c
}
.index .form .button > span > span {
  height: 62px
}
.index__actions {
  margin-top: 50px;
  position: relative
}
.index__actions:before {
  content: '';
  background: #707070;
  display: block;
  height: 1px;
  position: absolute;
  left: -39px;
  right: -67px;
  top: 50%;
  z-index: 1
}
.actions__item {
  background: #fff
}
.index__actions .actions__item {
  width: 450px;
  z-index: 2;
  position: relative
}
.actions__item-inner {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 270px auto;
  display: block;
  text-decoration: none;
  color: #272525;
  position: relative
}
.actions__item-inner:after {
  content: '';
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 170px;
  bottom: 0;
  top: 0;
  width: 100px;
  background: linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 100%)
}
.index__actions .actions__item-inner {
  padding: 25px 220px 75px 30px;
  background-size: 200px auto
}
.index__actions .actions__item-inner:after {
  right: 100px
}
.index__contacts > div {
  padding-left: 22px;
  position: relative;
  font-weight: 500;
  margin-top: 22px
}
.index__contacts > div:before {
  content: '';
  width: 13px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px
}
.index__contacts-address:before {
  background: url(../../../template/img/index__contacts-address.png) no-repeat center center
}
.index__contacts-shedule:before {
  background: url(../../../template/img/index__contacts-shedule.png) no-repeat center center
}
.index__contacts-phone:before {
  background: url(../../../template/img/index__contacts-phone.png) no-repeat center center
}
.map_code {
  margin: 30px 0 0 0;
  height: 400px;
  filter: grayscale(100%);
  transition: all .25s ease-in-out
}
.map_code:hover {
  filter: grayscale(0%)
}
.actions__item-title {
  font-family: impact;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #272525;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.actions__item-inner:hover .actions__item-title {
  color: var(--color1)
}
.actions__item-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 17px
}
.actions__item-price {
  font-family: impact;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color1);
  position: absolute;
  bottom: 25px;
  left: 30px
}
.index__actions-all {
  font-size: 0;
  margin-top: 17px
}
.index__actions-all-link {
  text-decoration: none;
  color: #272525;
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-right: 32px
}
.index__actions-all-link:after {
  content: '';
  width: 6px;
  height: 9px;
  background: url(../../../template/img/index-actions__all-link.png) no-repeat;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -5px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.index__actions-all-link:hover:after {
  right: 0
}
.index__bottom-button {
  position: absolute;
  right: 0;
  background: #0c0c0c;
  width: 70%;
  font-size: 0;
  cursor: pointer;
  bottom: 0
}
.index__bottom-button > span {
  display: table-cell;
  height: 60px;
  vertical-align: middle
}
.index__bottom-button > span > span {
  display: inline-block;
  padding: 0 25px 0 40px;
  position: relative;
  color: #fff;
  font-size: 19px;
  font-weight: 700
}
.index__bottom-button > span > span:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../../../template/img/index__bottom-button.png) no-repeat;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 15px;
  height: 9px
}
.page_inner .services-grid .block-title {
  display: none
}
.page_inner .services-grid .services-grid__inner {
  margin-top: 0
}
.block-title {
  color: #272525;
  font-family: impact;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
  margin-top: 60px
}
.block-title:after {
  content: '';
  display: table;
  clear: both
}
.block-title:before {
  content: '';
  position: absolute;
  height: 1px;
  background: #707070;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1
}
.block-title span {
  padding-right: 200px;
  display: block;
  z-index: 2;
  background: #f1f0f5;
  float: left;
  position: relative
}
.block-title-custom {
  color: #272525;
  font-family: impact;
  font-size: 38px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 40px
}
.services-grid__inner {
  margin-top: 15px
}
.services-grid_notitle .services-grid__inner {
  margin-top: 0
}
.services-grid__col_25 {
  float: left;
  width: 25%
}
.services-grid__col_50 {
  float: left;
  width: 50%
}
.services-grid__item {
  text-decoration: none;
  display: block;
  padding-top: 50px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1
}
.services-grid__item:hover {
  box-shadow: 0 0 4px rgba(0,0,0,.07),0 2px 12px rgba(0,0,0,.07);
  z-index: 2
}
.services-grid__item_1 {
  text-align: center;
  background-position: right bottom;
  padding-right: 30px;
  padding-left: 30px;
  height: 540px
}
.services-grid__item_2 {
  padding-left: 320px;
  text-align: left;
  background-position: left bottom;
  padding-right: 30px;
  height: 270px
}
.services-grid__item_3,
.services-grid__item_4 {
  padding-left: 30px;
  text-align: center;
  background-position: center bottom;
  padding-right: 30px;
  height: 270px;
  width: 50%;
  float: left
}
.services-grid__item-title {
  display: block;
  font-size: 17px;
  color: #828181;
  font-weight: 500
}
.services-grid__item_3 .services-grid__item-title {
  color: rgba(255,255,255,.5)
}
.services-grid__item-subtitle {
  font-family: impact;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  margin-bottom: 15px
}
.services-grid__item-text {
  font-size: 13px;
  display: block;
  line-height: 1.4;
  margin-top: 40px
}
.block {
  margin-top: 20px
}
.seo .block {
  margin-top: 40px
}
.block__left {
  float: left;
  width: 660px
}
.block__right {
  float: left;
  width: 100%
}
.block__left + .block__right {
  padding-left: 90px;
  float: right;
  width: 658px;
  min-height: 220px
}
.page_index .block__right {
  padding-top: 220px;
  background: url(../../../template/img/spa.webp) no-repeat left top
}
.about__slider-outer {
  float: right;
  width: 660px;
  margin-top: 90px
}
.about__slider-item img {
  max-width: 100%;
  margin: 0 auto
}
.about__slider .slick-arrow {
  width: 54px;
  height: 62px;
  background: #272525;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  top: 50%;
  opacity: 0
}
.about__slider:hover .slick-arrow {
  opacity: 1
}
.about__slider .slick-arrow:hover {
  background-color: var(--color1)
}
.about__slider .slick-arrow:after {
  content: '';
  background-image: url(../../../template/img/slider-arrows.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -4px
}
.about__slider .slick-prev {
  left: 0;
  right: auto
}
.about__slider .slick-next {
  right: 0;
  left: auto
}
.about__slider .slick-prev:after {
  background-position: 0 0
}
.about__slider .slick-next:after {
  background-position: -9px 0
}
.about__slider .slick-dots {
  bottom: 20px;
  left: 0;
  right: 0
}
.about__slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.about__slider .slick-dots li:hover {
  background-color: var(--color1)
}
.about__slider .slick-dots li.slick-active {
  background-color: var(--color1)
}
.gallery + .seo {
  margin-top: 100px
}
.insta {
  margin-top: 60px
}
.insta__inner {
  background: #272525;
  padding: 40px 50px
}
.insta__row + .insta__row {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 40px
}
.insta__header {
  float: left;
  width: 383px
}
.insta__header-inner {
  height: 255px;
  display: table-cell;
  vertical-align: middle
}
.insta__title {
  color: #fff;
  font-family: impact;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 1.1
}
.insta__subtitle {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 30px
}
.insta__subtitle span {
  background: var(--color1);
  padding: 0 8px
}
.insta__photo {
  margin-top: -20px;
  font-size: 0;
  float: right;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% - 383px)
}
.insta__photo-item {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 275px;
  max-height: 275px
}
.insta__photo-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: all .2s
}
.insta__photo-item a:hover img {
  opacity: .8
}
.insta__col {
  width: 25%;
  float: left;
  padding-left: 50px;
  padding-right: 50px
}
.insta__col > div {
  width: 100%;
  height: 229px;
  background: #fff;
  text-align: center
}
.footer-form__inner {
  background: url(../../../template/img/spa.webp) no-repeat right top
}
.footer-form__title {
  color: #272525;
  font-size: 15px;
  line-height: 1.1;
  position: relative;
  margin-top: 60px;
  font-weight: 700
}
.footer-form__title:after {
  content: '';
  display: table;
  clear: both
}
.footer-form__title:before {
  content: '';
  position: absolute;
  height: 1px;
  background: #707070;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1
}
.footer-form__title span {
  padding-right: 200px;
  display: block;
  z-index: 2;
  background: #f1f0f5;
  float: left;
  position: relative
}
.footer-form__subtitle {
  color: #272525;
  font-family: impact;
  font-size: 82px;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative
}
.footer-form .form {
  font-size: 0;
  margin-top: 40px
}
.footer-form .input-text {
  height: 66px;
  width: 328px;
  border: 0;
  background: #fff;
  margin-right: 8px;
  margin-top: 8px;
  color: #272525;
  font-size: 15px;
  padding: 0 22px;
  display: inline-block;
  vertical-align: top
}
.footer-form .input-select.jqselect {
  height: 66px;
  width: 328px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 8px
}
.footer-form .button {
  border: 2px solid #272525;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 310px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.footer-form .button > span > span {
  height: 62px
}
.footer {
  margin-top: 70px
}
.footer__inner {
  background: #272525;
  padding: 65px 0 30px
}
.footer__row .footer__col {
  width: 25%;
  float: left;
  padding: 0 40px
}
.footer__row .footer__col:first-child {
  width: 50%
}
.footer__bottom {
  margin-top: 60px
}
.footer__bottom .footer__col {
  width: 25%;
  float: left;
  padding: 0 40px
}
.footer__bottom .footer__col:first-child {
  width: 75%
}
.footer-menu__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
.footer-menu_menu {
  margin-top: 20px
}
.footer-menu_menu li {
  margin-top: 9px;
  float: left
}
.footer-menu_menu_services li {
  width: 50%;
  padding-right: 18px
}
.footer-menu_menu_extras li {
  width: 100%
}
.footer-menu_menu li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.2;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.footer-menu_menu li a:hover {
  color: var(--color1)
}
.copyright {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 300;
  list-style: 1.4
}
.privacy {
  font-size: 12px;
  font-weight: 300
}
.privacy a {
  color: #9b9b9b;
  text-decoration: none;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.privacy a:hover {
  color: #fff
}
.footer-contacts {
  margin-top: 28px
}
.footer-contacts__text {
  color: #fff;
  font-size: 14px;
  line-height: 1.6
}
.socials_footer {
  margin-top: 7px
}
.socials_fixed {
  position: absolute;
  right: 40px;
  top: 140px
}
.socials a {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .25s ease-in-out
}
.socials_fixed a {
  margin-top: 6px
}
.socials_fixed a:first-child {
  margin-top: 0
}
.socials_content a {
  margin-right: 6px;
  float: left
}
.socials_content a:last-child {
  margin-right: 0
}
.socials_footer a {
  margin-right: 6px;
  float: left;
  margin-top: 6px
}
.socials__link_instagram {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBoZWlnaHQ9IjUxMiIgcng9IjY0IiByeT0iNjQiIHdpZHRoPSI1MTIiIGZpbGw9IiNkOTM0YjgiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9Im5vbmUiIGNsYXNzPSJmaWxsLTNiNTk5OCI+PC9yZWN0PjxwYXRoIGQ9Ik0zNjYuNDI3IDc2SDE0NS41NzVDMTA3LjIxIDc2IDc2IDEwNy4yMDMgNzYgMTQ1LjU3NlYzNjYuNDM1Qzc2IDQwNC43OTggMTA3LjIxIDQzNiAxNDUuNTc1IDQzNmgyMjAuODZDNDA0Ljc5NiA0MzYgNDM2IDQwNC43OTggNDM2IDM2Ni40MzVWMTQ1LjU1MkM0MzUuOTg3IDEwNy4xOTIgNDA0Ljc5IDc2IDM2Ni40MjcgNzZ6bTE5Ljk1OCA0MS40ODYgNy45NTQtLjAzVjE3OC40NzdsLTYwLjgxNS4xOTQtLjIwNy02MS4wMTUgNTMuMDY4LS4xN3ptLTE4MS43NyAxMDEuNTU4YzExLjUzOC0xNS45NTMgMzAuMjQtMjYuNDA4IDUxLjM4Ni0yNi40MDggMjEuMTQ2IDAgMzkuODUzIDEwLjQ1NSA1MS4zNjkgMjYuNDA4IDcuNTA0IDEwLjQxMyAxMiAyMy4xNjQgMTIgMzYuOTUgMCAzNC45MzgtMjguNDUzIDYzLjM2Ni02My4zNzcgNjMuMzY2LTM0LjkzNyAwLTYzLjM2LTI4LjQyOC02My4zNi02My4zNjYuMDEzLTEzLjc4NiA0LjQ4OC0yNi41MzcgMTEuOTgyLTM2Ljk1em0xOTYuMyAxNDcuMzc1YzAgMTkuMDM2LTE1LjQ3MSAzNC40OTItMzQuNDkgMzQuNDkyaC0yMjAuODVjLTE5LjAyNiAwLTM0LjQ5OS0xNS40NTUtMzQuNDk5LTM0LjQ5MlYyMTkuMDQ0aDUzLjc0MWMtNC42NDQgMTEuNDE0LTcuMjUgMjMuODgyLTcuMjUgMzYuOTUgMCA1NC4yNiA0NC4xNTEgOTguNDM0IDk4LjQzNSA5OC40MzQgNTQuMjg2IDAgOTguNDMzLTQ0LjE3NiA5OC40MzMtOTguNDM0IDAtMTMuMDctMi42MjUtMjUuNTM2LTcuMjYxLTM2Ljk1aDUzLjc0MlYzNjYuNDJ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC1mZmZmZmYiPjwvcGF0aD48L3N2Zz4=)
}
.socials__link_vkontakte {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcyBpZD0iZGVmczEyIi8+PGcgaWQ9Imc1NjA4Ij48cmVjdCBoZWlnaHQ9IjUxMiIgaWQ9InJlY3QyOTg3IiByeD0iNjQiIHJ5PSI2NCIgc3R5bGU9ImZpbGw6IzRjNzVhMztmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIgd2lkdGg9IjUxMiIgeD0iMCIgeT0iMCIvPjxwYXRoIGQ9Im0gMjUxLjcwOTU1LDM2OS4xNDQ1NSBoIDIzLjkwNzIyIGMgMCwwIDcuMjE5MjcsLTAuNzk3NjIgMTAuOTEwMDcsLTQuNzY5MDMgMy4zOTcwNSwtMy42NTAyMSAzLjI4ODQxLC0xMC41MDE2NyAzLjI4ODQxLC0xMC41MDE2NyAwLDAgLTAuNDcxNzUsLTMyLjA4MDU1IDE0LjQyMDU0LC0zNi44MDMwMiAxNC42Nzk2NCwtNC42NTQ0IDMzLjUyNjQ4LDMxLjAwMzUyIDUzLjUwMjk3LDQ0LjcxMzYgMTUuMTA3MTIsMTAuMzc1MSAyNi41ODc5NCw4LjEwNDAxIDI2LjU4Nzk0LDguMTA0MDEgbCA1My40MTgxNCwtMC43NDM4OSBjIDAsMCAyNy45MzcxOSwtMS43MjU0IDE0LjY5MDQ2LC0yMy42OTcxMSAtMS4wODQyMSwtMS43OTM0NiAtNy43MjA3NywtMTYuMjQ5ODMgLTM5LjcxNjUxLC00NS45NDk0MyAtMzMuNTAyNjcsLTMxLjA5NDI2IC0yOS4wMTE4NywtMjYuMDYxMzQgMTEuMzM3NTUsLTc5LjgzNzc3IDI0LjU2OTg3LC0zMi43NTA0MiAzNC4zOTY4OSwtNTIuNzM4ODEgMzEuMzIzNDQsLTYxLjMwNDkyIC0yLjkyNTQzLC04LjE1Nzc1IC0yMC45OTczNywtNi4wMDYwOCAtMjAuOTk3MzcsLTYuMDA2MDggbCAtNjAuMTQ3ODksMC4zNzYxNCBjIDAsMCAtNC40NTYxNywtMC42MDg5OCAtNy43NjQ5MiwxLjM2ODM3IC0zLjIyOTg2LDEuOTM2NzUgLTUuMzA1MDksNi40NTM4NCAtNS4zMDUwOSw2LjQ1Mzg0IDAsMCAtOS41MjczNSwyNS4zNDI1MiAtMjIuMjE4OTEsNDYuODk1MTIgLTI2Ljc3NzgxLDQ1LjQ3NDIxIC0zNy40ODgzNyw0Ny44ODE0MSAtNDEuODY1NzYsNDUuMDUxNTEgLTEwLjE4NDA5LC02LjU4MTYgLTcuNjM3MjIsLTI2LjQzMzg4IC03LjYzNzIyLC00MC41NDM5NyAwLC00NC4wNzIzOSA2LjY4NDMxLC02Mi40NTAwMSAtMTMuMDIxMDksLTY3LjIwNDcyIC02LjUzODYxLC0xLjU3ODUyIC0xMS4zNTMsLTIuNjI1NzEgLTI4LjA3NDUzLC0yLjc5NDA3IC0yMS40NTgxOSwtMC4yMTg1MSAtMzkuNjIzMzIsMC4wNjgxIC00OS45MDUyNSw1LjEwMzM2IC02Ljg0MTk4LDMuMzU4ODcgLTEyLjEyMzI1LDEwLjgxODEgLTguOTAyODEsMTEuMjUwMzUgMy45NzQ5LDAuNTMwMTYgMTIuOTc1NjYsMi40MjUxMSAxNy43NDcwNiw4LjkyMTkzIDYuMTYzNzcsOC4zODcwMiA1Ljk0NzY0LDI3LjIxNTk5IDUuOTQ3NjQsMjcuMjE1OTkgMCwwIDMuNTQzOTMsNTEuODgwMjggLTguMjcwMDEsNTguMzIwOTkgLTguMTA4NzQsNC40MjE1NyAtMTkuMjI5MDEsLTQuNjAxODcgLTQzLjEwODgxLC00NS44NjEwOCAtMTIuMjMwNjEsLTIxLjEzMTEgLTIxLjQ2NzgzLC00NC40OTc0NiAtMjEuNDY3ODMsLTQ0LjQ5NzQ2IDAsMCAtMS43NzY3MywtNC4zNjA2NyAtNC45NTY1LC02LjY5OTgxIC0zLjg1NDQsLTIuODMzNDkgLTkuMjQxODcsLTMuNzI5MDMgLTkuMjQxODcsLTMuNzI5MDMgbCAtNTcuMTU0NDk5LDAuMzcwMTYgYyAwLDAgLTguNTgwMzcsMC4yNDM1OCAtMTEuNzI1NTIsMy45NzQ5OSAtMi44MDcyNSwzLjMyMDY2IC0wLjIyNDQ4LDEwLjE4MTY3IC0wLjIyNDQ4LDEwLjE4MTY3IDAsMCA0NC43NDIyNTksMTA0LjY4NTk0IDk1LjQwNjk0OSwxNTcuNDM5MDcgNDYuNDY3NjMsNDguMzgwNTIgOTkuMjE4NDgsNDUuMjAxOTYgOTkuMjE4NDgsNDUuMjAxOTYgbCAwLDAgeiIgaWQ9InBhdGg5IiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvc3ZnPg==)
}
.socials__link_telegram {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcyBpZD0iZGVmczEyIi8+PGcgaWQ9ImczODg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTcuMjIwMzQsMCkiPjxyZWN0IGhlaWdodD0iNTEyIiBpZD0icmVjdDI5ODciIHJ4PSI2NCIgcnk9IjY0IiBzdHlsZT0iZmlsbDojNjRhOWRjO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIiB3aWR0aD0iNTEyIiB4PSItMjk3LjIyMDM0IiB5PSI1LjY4NDM0MTllLTAxNCIvPjxwYXRoIGQ9Ik0gMTI3Ljg4MTAzLDk0LjE5ODA0NSAtMjE4LjQ2NjcsMjI3Ljc4NTA3IGMgLTIzLjYzODc5LDkuNDg0MzMgLTIzLjQ5ODYsMjIuNjY5MDEgLTQuMzA4NzEsMjguNTQ4MTYgbCA4Ni4zODAxNywyNi45NjEwMSAzMy4wNTEwOCwxMDEuMzMyMDcgYyA0LjAxODA0MSwxMS4wOTA3NyAyLjAzNzMyLDE1LjQ4OTUzIDEzLjY4MzczMSwxNS40ODk1MyA4Ljk4Nzg2LDAgMTIuOTc1MDQsLTQuMDk3NzggMTcuOTgwODcsLTguOTg3ODYgMy4xODMzLC0zLjExNTEzIDIyLjA4Mzc4LC0yMS40OTA4NyA0My4xODc1MiwtNDIuMDA5MzYgbCA4OS44NTE1OCw2Ni4zODY0MyBjIDE2LjUzMzksOS4xMjE2MSAyOC40NzIyNyw0LjM5NjE3IDMyLjU4OTM1LC0xNS4zNTU3NyBMIDE1Mi45Mjk0OCwxMjIuMjA5ODcgQyAxNTguOTY4MTIsOTguMDAwMDE1IDE0My42OTk4MSw4Ny4wMTg1NjUgMTI3Ljg4MTAzLDk0LjE5ODA0NSB6IE0gLTEyMi44Mzg4NSwyNzcuMDk5OTggNzEuODYyNTMxLDE1NC4yNjE2IGMgOS43MTk2OSwtNS44OTQ1OCAxOC42MzE2NiwtMi43MjU0MiAxMS4zMTQ1NSwzLjc2OTgxIGwgLTE2Ni43MTUyOCwxNTAuNDE5MzIgLTYuNDkxMzYsNjkuMjM1MzMgLTMyLjgwOTI5MSwtMTAwLjU4NjA4IHoiIGlkPSJwYXRoOSIgc3R5bGU9ImZpbGw6I2ZmZmZmZiIvPjwvZz48L3N2Zz4=)
}
.socials__link_wa {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcyBpZD0iZGVmczEyIi8+PGcgaWQ9Imc1MTI0Ij48cmVjdCBoZWlnaHQ9IjUxMiIgaWQ9InJlY3QyOTg3IiByeD0iNjQiIHJ5PSI2NCIgc3R5bGU9ImZpbGw6IzY1YmM1NDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIgd2lkdGg9IjUxMiIgeD0iMCIgeT0iMCIvPjxwYXRoIGQ9Im0gNDU2LDI1MC44NTI2NiBjIDAsMTA3LjYwOTA0IC04Ny45MTI2LDE5NC44NDQyIC0xOTYuMzYzOTcsMTk0Ljg0NDIgLTM0LjQzMDY2LDAgLTY2Ljc3Njc3LC04LjgwMTY4IC05NC45MTk5LC0yNC4yNDE2MiBMIDU2LjAwMDAwNSw0NTYgOTEuNDM3NzQ1LDM1MS40NTU4NCBDIDczLjU1OTcxNSwzMjIuMDg4NzIgNjMuMjY1MDI1LDI4Ny42NTUyMyA2My4yNjUwMjUsMjUwLjg1MTI0IDYzLjI2NTAyNSwxNDMuMjM1MTYgMTUxLjE4MDQ5LDU2IDI1OS42MzQ2Myw1NiAzNjguMDg3NCw1Ni4wMDEgNDU2LDE0My4yMzY1NyA0NTYsMjUwLjg1MjY2IHogTSAyNTkuNjM2MDMsODcuMDMxOTYgYyAtOTEuMDQwOTIsMCAtMTY1LjA5Mzk2NSw3My40OTI0OCAtMTY1LjA5Mzk2NSwxNjMuODIwNyAwLDM1Ljg0MDU2IDExLjY4MzQ2NSw2OS4wNDE2MiAzMS40NDYwNTUsOTYuMDQ1MjkgbCAtMjAuNjIxNzcsNjAuODMxNTEgNjMuNDQyODUsLTIwLjE2NDAzIGMgMjYuMDcxMjYsMTcuMTEzMjMgNTcuMjkxOTYsMjcuMDk4MDUgOTAuODI1NDMsMjcuMDk4MDUgOTEuMDI5NjUsMCAxNjUuMDkzOTYsLTczLjQ4NTQzIDE2NS4wOTM5NiwtMTYzLjgxMjI0IDAsLTkwLjMyNjggLTc0LjA2MjkyLC0xNjMuODE5MjggLTE2NS4wOTI1NiwtMTYzLjgxOTI4IHogbSA5OS4xNTUyNiwyMDguNjg5NzIgYyAtMS4yMDk4OSwtMS45ODg3OSAtNC40MTg1LC0zLjE4NjAyIC05LjIyNDI0LC01LjU3MDYgLTQuODE3MDUsLTIuMzg3NCAtMjguNDg5NjQsLTEzLjk0NTUxIC0zMi44OTQsLTE1LjUzNDI5IC00LjQxODQ1LC0xLjU5MzAxIC03LjYzMTIyLC0yLjM5MzA0IC0xMC44MzgzOCwyLjM4NDU4IC0zLjIwNDMyLDQuNzkwMjggLTEyLjQyODU2LDE1LjUzNDI5IC0xNS4yNDI3MywxOC43MjAzMSAtMi44MDg1MywzLjE5MTY2IC01LjYwODYzLDMuNTkwMjYgLTEwLjQyNTY5LDEuMjAwMDMgLTQuODA1NzgsLTIuMzg3MzkgLTIwLjMyMTc3LC03LjQyODQgLTM4LjcwODI2LC0yMy43MDIxNSAtMTQuMzA3NDksLTEyLjY1ODE1IC0yMy45Njk3OCwtMjguMjg1NCAtMjYuNzc4MzEsLTMzLjA3MTQ3IC0yLjgwODU0LC00Ljc3OTAzIC0wLjI5NzIsLTcuMzYyMiAyLjEwOTkzLC05LjczOTc1IDIuMTY2MjYsLTIuMTQ3OTYgNC44MTQyMywtNS41ODE4NiA3LjIyNDE2LC04LjM2MzY0IDIuNDA3MTIsLTIuNzk0NDcgMy4yMDcxNSwtNC43ODE4NCA0LjgwODYxLC03Ljk2OTI2IDEuNjEyNzIsLTMuMTg4ODQgMC44MDAwMiwtNS45NzQ4NSAtMC4zOTg2LC04LjM3MDcgLTEuMjAyODYsLTIuMzgzMTcgLTEwLjgzMjc0LC0yNS44ODk1NSAtMTQuODQ0MTUsLTM1LjQ0OSAtNC4wMTEzOCwtOS41NTk0NyAtOC4wMTE1LC03Ljk2NjQ2IC0xMC44MjU2OCwtNy45NjY0NiAtMi44MDk5NiwwIC02LjAxNTY5LC0wLjQwMDAyIC05LjIyOTg3LC0wLjQwMDAyIC0zLjIwOTk3LDAgLTguNDI3MDMsMS4xOTg2NCAtMTIuODM1NjIsNS45NzM0NCAtNC40MTAwMSw0Ljc4MzI1IC0xNi44NDEzOCwxNi4zMzI5MSAtMTYuODQxMzgsMzkuODMzNjUgMCwyMy41MDQ5NyAxNy4yNDI3OSw0Ni4yMTEzMyAxOS42NTI3Myw0OS4zOTU5NCAyLjQwNDMxLDMuMTc3NTYgMzMuMjg4MzgsNTIuOTcyMSA4Mi4yMTgxMSw3Mi4xMDIyOCA0OC45NDgwMiwxOS4xMTMyOCA0OC45NDgwMiwxMi43NDQwNyA1Ny43NzM2NSwxMS45MzcgOC44MTQzNywtMC43ODczNSAyOC40Njk5MiwtMTEuNTQ0MDMgMzIuNDg4MzIsLTIyLjcwMDcyIDQuMDA4NiwtMTEuMTQ5NjQgNC4wMDg2LC0yMC43MTg5NiAyLjgxMTQsLTIyLjcwOTE3IHoiIGlkPSJXaGF0c0FwcF8yXyIgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48L3N2Zz4=)
}
.jq-selectbox {
  width: 100%;
  margin-bottom: 0;
  display: block
}
.jq-selectbox__select {
  border-radius: 0;
  box-shadow: none!important;
  text-shadow: none!important;
  line-height: 66px;
  height: 66px;
  width: 100%;
  background: #fff;
  color: #272525;
  font-size: 15px;
  padding: 0 22px;
  border: 0!important;
  padding-right: 55px
}
.jq-selectbox__select:hover {
  background: #fff
}
.jq-selectbox__select-text {
  font-weight: 300;
  font-family: Roboto,sans-serif
}
.jq-selectbox__trigger {
  border: 0;
  width: 48px
}
.jq-selectbox__trigger-arrow {
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 19px;
  height: 10px;
  background: url(../../../template/img/input-select.png) no-repeat;
  border: 0
}
.jq-selectbox__dropdown {
  border: 0;
  margin: 0;
  box-shadow: none;
  top: 100%!important
}
.jq-selectbox li {
  background: #fff;
  padding: 14px 30px;
  color: #000;
  border-top: 1px solid #f1f0f5;
  font-weight: 300;
  font-family: Roboto,sans-serif;
  font-size: 15px
}
.jq-selectbox li:last-child {
  border-bottom: 0
}
.jq-selectbox li:hover {
  background: #f9f9f9;
  color: #272525
}
.jq-selectbox li.selected {
  background: #f9f9f9;
  color: #272525
}
.default-items__inner {
  margin-left: -9px;
  margin-right: -9px
}
.default-items__item {
  float: left;
  width: 25%;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 18px
}
.default-items__item-inner {
  text-decoration: none;
  display: block;
  background: #fff;
  color: #272525;
  height: 100%;
  padding: 20px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.default-items__item-inner:hover {
  box-shadow: 0 0 4px rgba(0,0,0,.07),0 2px 12px rgba(0,0,0,.07);
  z-index: 2
}
.default-items__item-title {
  font-size: 17px;
  font-family: impact;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.default-items__item-inner:hover .default-items__item-title {
  color: var(--color1)
}
.default-items__item-image-block {
  display: block;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  height: 186px
}
.default-items__item-image-block img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto
}
.default-items__item-text {
  font-size: 13px;
  line-height: 1.4;
  display: block;
  margin-top: 16px
}
.gallery__inner {
  margin-left: -5px;
  margin-right: -5px
}
.gallery__item {
  float: left;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px
}
.gallery_custom .gallery__item:nth-child(1),
.gallery_custom .gallery__item:nth-child(2),
.gallery_custom .gallery__item:nth-child(7),
.gallery_custom .gallery__item:nth-child(8) {
  width: 50%
}
.gallery__item-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 215px
}
.gallery_custom .gallery__item:nth-child(1) .gallery__item-inner,
.gallery_custom .gallery__item:nth-child(2) .gallery__item-inner,
.gallery_custom .gallery__item:nth-child(7) .gallery__item-inner,
.gallery_custom .gallery__item:nth-child(8) .gallery__item-inner {
  min-height: 436px
}
.gallery__item-inner img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  margin: auto
}
.gallery__item-inner.isvideo span {
  position: absolute;
  opacity: .3;
  display: block;
  background: var(--color1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  left: 15px;
  top: 15px
}
.gallery__item-inner.isvideo:hover span {
  opacity: 1
}
.gallery__item-inner.isvideo span:after {
  position: absolute;
  content: '';
  border: 14px solid transparent;
  border-left: 20px solid #fff;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -7px
}
.gallery__item-text {
  background: rgba(255,46,157,.8);
  bottom: -100%;
  left: 0;
  right: 0;
  position: absolute;
  color: #fff;
  font-family: impact;
  font-size: 15px;
  line-height: 1.3;
  padding: 17px 20px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.gallery__item-inner:hover .gallery__item-text {
  bottom: 0
}
.recommend__inner {
  background: var(--color1);
  min-height: 288px;
  position: relative;
  padding: 35px 20px 0 385px;
  margin-top: 18px
}
.recommend__image {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.recommend__content {
  float: left;
  width: 530px
}
.recommend__title {
  color: #fff;
  font-family: impact;
  font-size: 23px;
  line-height: 1.3
}
.recommend__text {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 25px;
  color: #fff
}
.recommend .form {
  float: right;
  width: 330px
}
.recommend .input-text {
  height: 66px;
  width: 100%;
  border: 0;
  background: #fff;
  margin-bottom: 8px;
  color: #272525;
  font-size: 15px;
  padding: 0 22px;
  display: inline-block;
  vertical-align: top
}
.recommend .button {
  border: 2px solid #272525;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out
}
.recommend .button > span > span {
  height: 62px
}
.recommend .button:hover {
  background: #272525;
  color: #fff
}
.master-list-opener {
  display: none
}
.master-list__item {
  margin-top: 85px;
  position: relative
}
.master-list__item:first-child {
  margin-top: 0
}
.master-list__item + .master-list__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #707070
}
.master-list__item + .master-list__item:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background: #f1f0f5;
  width: 40%;
  top: -1px;
  left: 0
}
.master-list__item .tags {
  margin-top: 10px
}
.master-list__item-image-block {
  float: left;
  width: 250px;
  height: 330px
}
.master-list__item-image {
  display: block;
  max-width: 100%
}
.master-list__item-content {
  padding-left: 265px;
  padding-right: 175px;
  min-height: 330px
}
.master-list__item-title {
  font-size: 16px;
  color: #272525;
  font-family: impact;
  line-height: 1.1
}
.master-list__item-text {
  margin-top: 15px
}
.master-list .gallery__inner {
  margin-top: 10px
}
.tags {
  font-size: 0
}
.tags__link {
  font-size: 13px;
  padding: 8px 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  cursor: default;
  text-decoration: none;
  color: #141414;
  font-weight: 300;
  background: #fff
}
a.tags__link {
  cursor: pointer
}
.tags__link.active,
.tags__link:hover {
  color: #fff;
  background: #141414
}
.tags__link.active {
  cursor: default
}
.actions .actions__inner {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px
}
.actions .actions__item {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  background: 0 0;
  min-height: 270px
}
.actions .actions__item-inner {
  padding: 25px 290px 50px 30px;
  background-color: #fff;
  height: 100%
}
.not-found {
  padding-top: 135px;
  text-align: center
}
.not-found__title {
  color: #d8d6da;
  font-size: 82px;
  text-transform: uppercase;
  font-family: impact;
  line-height: 1.2
}
.not-found__image {
  display: block;
  margin: 40px auto 0
}
.not-found .button {
  border: 2px solid #272525;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  vertical-align: top;
  margin-top: 40px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  display: inline-block;
  padding: 0 70px
}
.not-found .button > span > span {
  height: 62px
}
.main-menu-opener {
  display: none
}
.index__button {
  display: none
}
.messengers-fixed {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -74px;
  z-index: 98
}
.messengers-fixed a {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  transition: all .2s
}
.messengers-fixed a:hover {
  opacity: .8
}
.messengers-fixed a + a {
  margin-top: 20px
}
.services-grid__item-i-b {
  display: none
}
@media (max-width:1412px) {
  .container {
    width: 1200px
  }
  .container-inner {
    width: 100%
  }
  .index__inner {
    background: #f1f0f5;
    min-height: 730px;
    height: 100%;
    max-width: 500px;
    padding-top: 155px
  }
  .index__actions:before {
    display: none
  }
  .block__left + .block__right {
    width: 510px;
    padding-left: 50px
  }
  .footer-form .input-text {
    width: 254px
  }
  .insta__photo-item img {
    width: 215px
  }
  .insta__header-inner {
    height: 215px
  }
  .insta__row + .insta__row {
    margin-left: -26px;
    margin-right: -26px
  }
  .insta__col {
    padding-left: 26px;
    padding-right: 26px
  }
  .recommend__content {
    width: 435px
  }
  .recommend .form {
    width: 290px
  }
  .page_contacts .index__inner {
    min-height: auto
  }
}
@media (max-width:1215px) {
  .messengers-fixed {
    right: 15px;
    top: auto;
    margin-top: 0;
    bottom: 15px;
    display: flex
  }
  .messengers-fixed a {
    display: none;
    width: 42px;
    height: 42px
  }
  .messengers-fixed a.socials__link_telegram,
  .messengers-fixed a.socials__link_wa {
    display: block
  }
  .messengers-fixed a + a {
    margin-top: 0;
    margin-left: 10px
  }
  .container {
    width: 100%
  }
  .index__actions {
    display: none
  }
  .index__title {
    font-size: 30px
  }
  .socials_fixed {
    display: none
  }
  .main-menu {
    display: none;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh
  }
  .main-menu__link {
    font-weight: 400;
    font-size: 36px;
    font-family: impact
  }
  .main-menu > ul {
    display: block;
    margin-top: 50px;
    padding: 0 20px
  }
  .main-menu > ul > li {
    display: block;
    height: auto;
    padding: 0;
    background: 0 0;
    margin-top: 20px;
    text-align: left
  }
  .main-menu > ul > li:nth-last-child(2) {
    width: auto;
    background: 0 0;
    padding: 0;
    margin-top: 54px
  }
  .main-menu__link.tel {
    font-size: 36px
  }
  .main-menu > ul > li:last-child {
    border: 2px solid var(--color1);
    background: var(--color1);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 21px 30px;
    margin-top: 54px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
  }
  .main-menu > ul > li:last-child a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto,sans-serif
  }
  .main-menu-opener {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0
  }
  .main-menu-opener > span {
    width: 20px;
    height: 2px;
    position: absolute;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    right: 20px
  }
  .main-menu-opener > span:after,
  .main-menu-opener > span:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s
  }
  .main-menu-opener > span:before {
    top: -7px
  }
  .main-menu-opener > span:after {
    bottom: -7px
  }
  .main-menu-opener.active > span {
    background: 0 0
  }
  .main-menu-opener.active > span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .main-menu-opener.active > span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .top-line__inner {
    background: #141414;
    padding: 0 20px
  }
  .logo {
    width: auto;
    height: 47px;
    background: 0 0;
    font-size: 18px
  }
  .logo > a > span,
  .logo > span > span {
    height: 47px;
    text-align: left
  }
  .logo > a > span:first-child,
  .logo > span > span:first-child {
    width: auto
  }
  .logo > a > span:last-child,
  .logo > span > span:last-child {
    width: auto;
    padding-left: 10px;
    color: var(--color1)
  }
  .index__inner {
    background: 0 0;
    min-height: auto;
    height: 100%;
    max-width: 100%;
    padding-top: 310px
  }
  .index .container {
    min-height: 430px;
    background-size: cover;
    background-position: right top;
    padding-bottom: 20px
  }
  .index__bottom-button {
    display: none
  }
  .block-title {
    font-size: 24px;
    margin-top: 30px
  }
  .services-grid__col_25,
  .services-grid__col_50 {
    width: 100%
  }
  .services-grid__item_3 {
    width: 100%
  }
  .services-grid__item_4 {
    width: 100%
  }
  .services-grid__item_2 {
    padding-left: 30px
  }
  .block__left {
    float: none;
    max-width: 660px;
    width: 100%;
    margin: 0 auto
  }
  .footer-form__subtitle {
    font-size: 24px;
    background: url(../../../template/img/by.webp) no-repeat right bottom;
    background-size: 83px 39px;
    padding-bottom: 10px
  }
  .footer-form__subtitle:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #707070;
    left: 0;
    right: -15px;
    top: 12px;
    z-index: 1
  }
  .footer-form__subtitle span {
    background: #f1f0f5;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    display: inline-block
  }
  .footer__row .footer__col {
    display: none
  }
  .footer__row .footer__col:last-child {
    display: block;
    width: 100%;
    padding: 0 5px
  }
  .footer-contacts__text,
  .footer-menu__title {
    display: none
  }
  .footer-form .input-text {
    width: 100%;
    margin-right: 0
  }
  .footer-form .input-select.jqselect {
    width: 100%;
    margin-right: 0
  }
  .footer-form .button {
    width: 100%
  }
  .footer {
    margin-top: 140px;
    background: #272525
  }
  .footer-contacts {
    margin-top: 17px
  }
  .socials_footer .socials a {
    width: 40px;
    height: 40px
  }
  .socials_footer .socials a:after {
    left: 10px;
    top: 10px
  }
  .footer__inner {
    padding: 0 0 23px
  }
  .footer__bottom .footer__col {
    width: 100%;
    padding: 0
  }
  .footer__bottom {
    margin-top: 30px
  }
  .privacy {
    margin-top: 20px
  }
  .insta__header {
    width: 100%
  }
  .footer-form__title {
    display: none
  }
  .footer-form__inner {
    background: 0 0
  }
  .footer-form .form {
    margin-top: 0
  }
  .footer-form {
    margin-top: 77px
  }
  .insta {
    display: none
  }
  .block-title span {
    padding-right: 10px
  }
  .block__right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    background: 0 0;
    min-height: auto
  }
  .block__left + .block__right {
    margin-top: 25px;
    width: 100%;
    padding-left: 0
  }
  .services-grid__item-title {
    font-size: 15px;
    color: #828181!important
  }
  .services-grid__item-subtitle {
    font-size: 15px!important;
    margin: 0 0 6px 0!important;
    display: inline-block!important;
    padding: 0!important;
    text-transform: none!important;
    font-size: 19px!important;
    color: #000!important
  }
  .services-grid__item-text {
    display: none
  }
  .services-grid__item {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff!important;
    padding-left: 100px!important;
    position: relative
  }
  .services-grid__item > span {
    width: 100%;
    display: table
  }
  .services-grid__item > span > span {
    height: 105px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left
  }
  .services-grid__item_1,
  .services-grid__item_2,
  .services-grid__item_3,
  .services-grid__item_4 {
    height: 100px;
    border-radius: 50px 0 0 50px
  }
  .services-grid__item-subtitle {
    font-size: 15px;
    margin-top: 0;
    display: inline-block
  }
  .services-grid__item:not(.services-grid__item_3) .services-grid__item-subtitle {
    padding: 5px
  }
  .about__slider .slick-arrow {
    width: 42px;
    height: 42px;
    opacity: 1
  }
  .about__slider .slick-prev {
    left: 0;
    right: auto
  }
  .index__button {
    border: 2px solid var(--color1);
    background: var(--color1);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px;
    margin-top: 14px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
  }
  .index__button:hover {
    background: #0c0c0c;
    border-color: #0c0c0c
  }
  .index__button > span > span {
    height: 62px
  }
  .popup__title {
    font-size: 24px
  }
  .popup {
    width: 300px;
    margin-left: -150px
  }
  .popup .form {
    margin-top: 20px
  }
  .overlay .close {
    right: 15px;
    top: 15px
  }
  .overlay {
    background: #f1f0f5
  }
  .block-title-custom {
    font-size: 24px;
    text-transform: uppercase
  }
  .page_inner {
    padding-top: 85px
  }
  .services-grid__item {
    margin-top: 8px
  }
  .page_index .container-inner {
    z-index: 3;
    position: relative
  }
  .index__text {
    display: none
  }
  .page_catalog .index__title {
    font-size: 24px
  }
  .index .form {
    display: none
  }
  .page_catalog:not(.page_contacts) .index__inner {
    padding-top: 0;
    position: absolute;
    bottom: 20px;
    height: auto;
    left: 20px;
    right: 20px;
    z-index: 3
  }
  .page_catalog.page_contacts .index__inner {
    padding-top: 0
  }
  .page:not(.page_contacts) .index .container:before {
    content: '';
    background: url(../../../template/img/gradient.png) repeat-x left bottom;
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px
  }
  .page_contacts {
    padding-top: 85px
  }
  .default-items__inner {
    font-size: 0;
    text-align: center
  }
  .default-items__item {
    float: none;
    width: 279px;
    display: inline-block;
    vertical-align: top;
    text-align: left
  }
  .default-items__item-image-block {
    height: 149px
  }
  .gallery__inner {
    font-size: 0;
    text-align: center
  }
  .gallery__item {
    float: none;
    width: 150px;
    display: inline-block;
    vertical-align: top;
    text-align: left
  }
  .gallery__item-text {
    display: none!important
  }
  .recommend__image {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%
  }
  .recommend__inner {
    min-height: auto;
    padding: 0
  }
  .recommend__content {
    width: 100%;
    padding: 20px
  }
  .recommend .form {
    width: 100%;
    padding: 0 20px 20px;
    float: left
  }
  .default-items__item-image-block img {
    max-width: 100%;
    max-height: 100%
  }
  .gallery__item-inner {
    min-height: 93px
  }
  .gallery__item-inner img {
    max-width: 100%
  }
  .gallery + .seo {
    margin-top: 40px
  }
  .block-title-custom + .services-grid_notitle {
    margin-top: -8px
  }
  .actions .actions__item {
    width: 100%;
    min-height: auto
  }
  .actions .actions__item-inner {
    padding: 15px 15px 15px 15px;
    background-image: none!important
  }
  .actions__item-price {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px
  }
  .footer-form {
    margin-top: 45px
  }
  .about__slider-outer {
    width: 100%;
    margin-top: 45px
  }
  .not-found {
    padding-top: 0
  }
  .not-found__title {
    font-size: 42px
  }
  .gallery_custom .gallery__item:nth-child(1),
  .gallery_custom .gallery__item:nth-child(2),
  .gallery_custom .gallery__item:nth-child(7),
  .gallery_custom .gallery__item:nth-child(8) {
    width: 300px
  }
  .gallery_custom .gallery__item:nth-child(1) .gallery__item-inner,
  .gallery_custom .gallery__item:nth-child(2) .gallery__item-inner,
  .gallery_custom .gallery__item:nth-child(7) .gallery__item-inner,
  .gallery_custom .gallery__item:nth-child(8) .gallery__item-inner {
    min-height: 200px
  }
  .master-list .gallery__inner {
    display: none
  }
  .master-list__item {
    margin-top: 0;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px
  }
  .master-list__item-image-block {
    display: none
  }
  .master-list__item-content {
    padding-left: 15px;
    display: none;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: auto
  }
  .master-list__item-title {
    display: none
  }
  .master-list .container {
    padding-left: 0!important;
    padding-right: 0!important
  }
  .master-list-opener {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 88px;
    padding-right: 40px;
    min-height: 90px
  }
  .master-list-opener:after {
    content: '';
    background-image: url(../../../template/img/master-list-opener.webp);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    display: block;
    position: absolute;
    right: 15px;
    background-position: 0 0;
    top: 50%;
    margin-top: -4px
  }
  .master-list-opener.active:after {
    background-position: 0 -8px
  }
  .master-list-opener__image-block {
    width: 58px;
    height: 58px;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -29px
  }
  .master-list-opener__image {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%
  }
  .master-list-opener__title {
    font-size: 15px;
    font-family: impact;
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    color: #272525
  }
  .master-list__item-text {
    margin-top: 3px;
    font-size: 13px
  }
  .master-list__item .tags {
    margin-top: 10px
  }
  .master-list__item + .master-list__item {
    margin-top: 10px;
    padding-top: 0;
    border-top: 0
  }
  .tags__link {
    margin-right: 6px;
    margin-top: 6px;
    background: #f1f0f5
  }
  .gallery__item {
    height: auto!important
  }
  .text h1 {
    font-size: 22px
  }
  .text h2 {
    font-size: 18px
  }
  .text h3 {
    font-size: 16px
  }
  .text h4 {
    font-size: 14px
  }
  .map_code {
    height: 300px;
    filter: grayscale(0%)
  }
  .page_index .block__right {
    padding-top: 0;
    background: 0 0
  }
  .services-grid__item-i-b {
    display: block;
    width: 84px;
    height: 84px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -42px;
    left: 8px;
    overflow: hidden
  }
  .services-grid__item-i-b img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
  }
  .jq-selectbox ul {
    margin: 0;
    padding: 0;
    max-height: 200px!important
  }
}