@font-face {
	font-family:'Roboto';
	src:url(../fonts/Roboto-Light.ttf);
	font-weight: 300;
	font-display:swap;
}@font-face {
	font-family:'Roboto';
	src:url(../fonts/Roboto-Regular.ttf);
	font-weight: 400;
	font-display:swap;
}@font-face {
	font-family:'Roboto';
	src:url(../fonts/Roboto-Medium.ttf);
	font-weight: 500;
	font-display:swap;
}@font-face {
	font-family:'Roboto';
	src:url(../fonts/Roboto-Bold.ttf);
	font-weight: 700;
	font-display:swap;
}@font-face {
	font-family:'Roboto';
	src:url(../fonts/Roboto-Black.ttf);
	font-weight: 900;
	font-display:swap;
}
@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	box-sizing: border-box;
	list-style: none;
	border-radius: 0;
	font-family: GPM, Roboto, sans-serif;
	color: #544b4b;
	font-size: 16px;
	line-height: 1;
	font-weight: 400
}
:focus {
	outline: transparent
}
#m1461 .first-row, #m478 .first-row {
	display: none
}
input {
	-webkit-appearance: none;
	-moz-appearance: none
}
.container {
	width: 90%;
	max-width: 1300px;
	margin: auto
}
body {
	overflow-x: hidden!important;
	max-width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}
body.fix {
	overflow: hidden!important
}
body footer {
	margin-top: auto;
	margin-bottom: 0
}
.simple-btn {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	background-color: #c177ce;
	padding: 15px 40px;
	color: #fff;
	transition: .3s;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	white-space: nowrap
}
.simple-btn:hover {
	background-color: #e88ff7
}
.section-title {
	font-size: 47px;
	font-family: GPL, Roboto, sans-serif
}
.section-title span {
	font-size: inherit;
	font-family: inherit;
	color: #e1bee7
}
.section-title span.bold {
	font-family: GPB, Roboto, sans-serif;
	color: #fce4ec;
	font-size: 40px;
	margin-bottom: 15px
}
p {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	color: #544b4b
}
.text-content-container p {
	font-family: Roboto;
	font-weight: 300;
	line-height: 1.2;
	color: #544b4b
}
.slick-controls {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
.slick-controls .slick-arrow {
	width: 30px;
	height: 30px;
	background-color: #dedede;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	-webkit-transform: none;
	transform: none;
	transition: .3s
}
.slick-controls .slick-arrow:before {
	display: none
}
.slick-controls .slick-arrow:hover {
	background-color: #c177ce
}
.slick-controls .slick-arrow svg {
	width: 16px;
	height: 16px
}
.slick-controls .page-num {
	font-family: GPB, Roboto, sans-serif;
	font-size: 32px;
	color: #e1bee7;
	padding: 0 15px;
	width: 78px;
	min-width: 78px;
	text-align: center
}
.breadcrumbs {
	padding: 40px 0
}
.breadcrumbs .container {
	display: flex;
	align-items: center
}
.breadcrumbs * {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #857e7e
}
.breadcrumbs a {
	transition: .3s;
	padding-right: 4px;
	padding-left: 4px
}
.breadcrumbs a:hover {
	color: #c177ce
}
.blockquote {
	max-width: 900px;
	font-size: 16px;
	padding-left: 35px;
	border-left: 2px solid #e1bee7;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px
}
.section-video {
	padding-bottom: 135px
}
.section-video .video-wrapper {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}
.section-video .video-wrapper .video {
	position: relative;
	padding-top: 50%;
	display: block;
	width: 100%
}
.section-video .video-wrapper .video button, .section-video .video-wrapper .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.section-video .video-wrapper .video button {
	background-size: cover;
	border: none
}
.section-video .video-wrapper .video button span.play {
	position: absolute;
	top: calc(50% - 79px);
	left: calc(50% - 79px);
	display: block;
	width: 158px;
	height: 158px;
	z-index: 3;
	background-image: url(../img/play-video-btn.svg);
	transition: .25s;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}
.section-video .video-wrapper .video button span.play:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.section-video .video-wrapper .video iframe {
	z-index: 22;
	display: none
}
.section-gallery-slider .slider-wrapper-big {
	position: relative
}
.section-gallery-slider .slider-wrapper-big .slick-controls {
	position: absolute;
	bottom: calc(100% + 15px);
	right: 0;
	z-index: 11
}
.section-gallery-slider .slider-wrapper {
	margin-left: -15px;
	margin-right: -15px
}
.section-gallery-slider .slider-wrapper .item {
	padding: 0 15px
}
.section-gallery-slider .slider-wrapper .item .block {
	margin-bottom: 55px
}
.section-gallery-slider .slider-wrapper .item .block a {
	display: block;
	position: relative
}
.section-gallery-slider .slider-wrapper .item .block a:hover::before {
	opacity: 1
}
.section-gallery-slider .slider-wrapper .item .block a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0)
}
.section-gallery-slider .slider-wrapper .item .block a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: .5s
}
.section-gallery-slider .slider-wrapper .item .block a::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: 35px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966'%3E%3Cpath fill='white' d='M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E%0A");
	transition: .5s;
	opacity: 0;
	-webkit-transform: translateY(-20px) rotate(15deg);
	transform: translateY(-20px) rotate(15deg)
}
.section-gallery-slider .slider-wrapper .item .block a img {
	width: 100%;
	transition: .25s
}
.section-popular-services {
	background-color: #fce4ec;
	padding-top: 35px;
	padding-bottom: 120px;
	overflow: hidden
}
.section-popular-services .wrapper {
	display: flex
}
.section-popular-services .left {
	flex: 0 0 300px
}
.section-popular-services .left .dis {
	font-family: GPBK, Roboto, sans-serif;
	font-weight: 900;
	font-size: 52px;
	color: #000;
	margin-bottom: 5px
}
.section-popular-services .left .dis span {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #fff
}
.section-popular-services .left h2.section-title {
	margin-bottom: 30px
}
.section-popular-services .right {
	padding-left: 30px;
	padding-top: 20px
}
.section-popular-services .right .slider-wrap {
	width: 2080px
}
.section-popular-services .right .slider-wrap .item {
	padding: 0 15px
}
.section-popular-services .right .slider-wrap .item img {
	width: 250px!important;
	height: 250px!important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center
}
.section-popular-services .right .slider-wrap .item a {
	display: block;
	transition: .25s;
	position: relative
}
.section-popular-services .right .slider-wrap .item a:hover p {
	opacity: 1
}
.section-popular-services .right .slider-wrap .item a:hover p span {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	line-height: 1
}
.section-popular-services .right .slider-wrap .item a p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: .5s;
	padding: 10px
}
.section-popular-services .right .slider-wrap .item a p span {
	color: #fff;
	font-size: 20px;
	transition: .5s;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
	line-height: 1.4
}
.seo-info {
	padding-top: 50px;
	color: #544b4b
}
.seo-info .text {
	margin-top: 40px;
	color: #544b4b;
	transition: .3s
}
.seo-info .text>* {
	margin-bottom: 20px
}
.seo-info .text div, .seo-info .text li, .seo-info .text p, .seo-info .text span {
	font-family: Roboto, sans-serif!important;
	font-size: 18px!important;
	font-weight: 300!important;
	line-height: 1.2!important;
	color: inherit!important
}
.seo-info .text a {
	font-size: 18px!important;
	line-height: 1.2!important;
	color: inherit!important
}
.seo-info .text a:hover {
	text-decoration: underline
}
.seo-info .text b, .seo-info .text em, .seo-info .text i, .seo-info .text strong {
	font-family: inherit!important;
	font-size: inherit!important;
	font-weight: 700!important;
	line-height: inherit!important;
	color: inherit!important
}
.seo-info .text ul {
	padding-left: 20px!important
}
.seo-info .text ul li {
	list-style: disc!important
}
.seo-info .text ol {
	padding-left: 20px!important
}
.seo-info .text ol li {
	list-style: decimal!important
}
.seo-info .text h2, .seo-info .text h3, .seo-info .text h4, .seo-info .text h5, .seo-info .text h6 {
	font-family: Roboto, sans-serif!important;
	font-size: 24px!important;
	font-weight: 300!important;
	line-height: 1.2!important;
	color: inherit!important
}
.seo-info .load-more-text {
	color: #c177ce;
	font-weight: 700;
	text-decoration: underline;
	font-family: Roboto, sans-serif;
	font-size: 18px
}
.simple-text-block {
	padding: 80px 0
}
.simple-text-block.pink {
	background-color: #fce4ec
}
.simple-text-block p {
	max-width: 1100px
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: 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-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}
.slick-prev:before {
	content: "←"
}
[dir=rtl] .slick-prev:before {
	content: "→"
}
.slick-next {
	right: -25px
}
[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}
.slick-next:before {
	content: "→"
}
[dir=rtl] .slick-next:before {
	content: "←"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	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-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	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;
	-ms-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-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	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
}
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;
	color: #fff;
	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: #333
}
.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-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	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 {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium 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-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	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-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
.header {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 30px;
	left: 0
}
header a {
	font-size: 15px;
}
.header .container {
	display: flex;
	justify-content: space-between;
	position: relative
}
.header .phones {
	display: flex;
	flex-direction: column;
	/*height: 16px;
	overflow: hidden;*/
	transition: .3s;
	margin-right: 30px;
	position: relative;
	padding-right: 20px
}
.header .phones:hover {
	height: 42px
}
.header .phones__link {
	font-family: GPB;
	color: #3f3939;
	margin-bottom: 10px;
	transition: .3s;
	white-space: nowrap;
	min-width: 155px;
}
.header .phones__link:last-child {
	margin-bottom: 0
}
.header .phones__link:hover {
	color: #c177ce
}
.header .address {
	font-family: GPM;
	color: #3f3939;
	font-size: 16px
}
.header .menu-row {
	margin-left: auto
}
.header .menu-row ul {
	display: flex;
	align-items: center
}
.header .menu-row li {
	margin-right: 30px
}
.header .menu-row li:last-child {
	margin-bottom: 0
}
.header .menu-row a {
	color: #3f3939;
	transition: .3s
}
.header .menu-row a:hover {
	color: #c177ce
}
.header .languages {
	display: flex;
	flex-direction: column;
	height: 16px;
	overflow: hidden;
	transition: .3s;
	padding-right: 20px;
	margin-left: 40px;
	position: relative
}
.header .languages:hover {
	height: 42px
}
.header .languages li {
	margin-bottom: 10px;
	order:2;
}
.header .languages li:last-child {
	margin-bottom: 0
}
.header .languages li span {
	font-family: GPB;
	color: #3f3939;
	transition: .3s;
	text-transform: uppercase
}
.header .languages li span:hover {
	color: #c177ce
}
.header .languages li.current-lang {
	order:1;
}
.header.header-white * {
	color: #fff!important
}
.header-white+.btn-mob-menu+main .page-start .scroll-next, .header-white+.btn-mob-menu+main .page-start h1 {
	color: #fff
}
.header-white+.btn-mob-menu+main .page-start .scroll-next {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.btn-mob-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: calc(5% - 5px);
	top: 40px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer
}
.btn-mob-menu span {
	width: 30px;
	height: 2px;
	background-color: #3f3939;
	display: block;
	margin-bottom: 5px;
	transition: .3s
}
.btn-mob-menu p {
	font-size: 12px;
	margin-top: -3px;
	font-weight: 600;
	transition: .3s
}
.btn-mob-menu.open span:nth-child(1) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: translateX(4px) rotate(45deg);
	transform: translateX(4px) rotate(45deg)
}
.btn-mob-menu.open span:nth-child(2) {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: translateY(-7px) translateX(-5px) rotate(-45deg);
	transform: translateY(-7px) translateX(-5px) rotate(-45deg)
}
.btn-mob-menu.open p {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}
.header {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 30px;
	left: 0
}
.header .container {
	display: flex;
	justify-content: space-between;
	position: relative
}
.header .phones {
	display: flex;
	flex-direction: column;
	/*height: 16px;
	overflow: hidden;*/
	transition: .3s;
	margin-right: 5px;
	position: relative;
	padding-right: 20px
}
.header .phones:hover {
	height: 72px
}
.header .phones__link {
	font-family: GPB;
	color: #3f3939;
	margin-bottom: 10px;
	transition: .3s;
	white-space: nowrap
}
.header .phones__link:last-child {
	margin-bottom: 0
}
.header .phones__link:hover {
	color: #c177ce
}
.header .address {
	font-family: GPM;
	color: #3f3939;
	font-size: 15px;
	line-height: 1;
}
.header .menu-row {
	margin-left: auto
}
.header .menu-row ul {
	display: flex;
	align-items: center
}
.header .menu-row li {
	margin-right: 30px
}
.header .menu-row li:last-child {
	margin-bottom: 0
}
.header .menu-row a {
	color: #3f3939;
	transition: .3s
}
.header .menu-row a:hover {
	color: #c177ce
}
.header .languages {
	display: flex;
	flex-direction: column;
	height: 16px;
	overflow: hidden;
	transition: .3s;
	padding-right: 20px;
	margin-left: 40px;
	position: relative
}
.header .languages:hover {
	height: 42px
}
.header .languages li {
	margin-bottom: 10px
}
.header .languages li:last-child {
	margin-bottom: 0
}
.header .languages li span {
	font-family: GPB;
	color: #3f3939;
	transition: .3s;
	text-transform: uppercase
}
.header .languages li span:hover {
	color: #c177ce
}
.btn-mob-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: calc(5% - 5px);
	top: 40px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer
}
.btn-mob-menu span {
	width: 30px;
	height: 2px;
	background-color: #3f3939;
	display: block;
	margin-bottom: 5px;
	transition: .3s
}
.btn-mob-menu p {
	font-size: 12px;
	margin-top: -3px;
	font-weight: 600;
	transition: .3s
}
.btn-mob-menu.open span:nth-child(1) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: translateX(4px) rotate(45deg);
	transform: translateX(4px) rotate(45deg)
}
.btn-mob-menu.open span:nth-child(2) {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: translateY(-7px) translateX(-5px) rotate(-45deg);
	transform: translateY(-7px) translateX(-5px) rotate(-45deg)
}
.btn-mob-menu.open p {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}
.footer {
	padding: 40px 0 35px;
	background-color: #f3f2f2
}
.footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative
}
.footer .menu-line {
	width: 490px
}
.footer .menu-line ul {
	display: flex;
	flex-wrap: wrap
}
.footer .menu-line a {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin-right: 30px;
	min-width: 82px;
	display: block;
	margin-bottom: 20px;
	transition: .3s
}
.footer .menu-line a:hover {
	color: #c177ce
}
.footer .logo {
	width: 164px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.footer .logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.footer .right-info {
	display: flex
}
.footer .right-info .l {
	display: flex;
	flex-direction: column
}
.footer .right-info .l .address {
	margin-bottom: 15px;
}
.footer .right-info .l .socs {
	margin-top: auto;
	display: flex;
	align-items: center
}
.footer .right-info .l .socs p {
	margin-right: 15px
}
.footer .right-info .l .socs .btns {
	display: flex;
	align-items: center
}
.footer .right-info .l .socs .btns a {
	display: block;
	margin-right: 15px
}
.footer .right-info .l .socs .btns a svg * {
	transition: .3s
}
.footer .right-info .l .socs .btns a:hover svg * {
	fill: #c177ce
}
.footer .right-info .r {
	margin-left: 55px
}
.footer .right-info .r a {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	display: block;
	margin-bottom: 15px;
	transition: .3s
}
.footer .right-info .r a:last-child {
	margin-bottom: 0
}
.footer .right-info .r a:hover {
	color: #c177ce
}
.scroll-top {
	background-color: #fce4ec;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	opacity: 0;
	pointer-events: none;
	z-index: 9
}
.scroll-top.open {
	opacity: 1;
	pointer-events: auto
}
.scroll-top:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 2px solid #3f3939;
	border-left: none;
	border-bottom: none;
	-webkit-transform: translateY(25%) rotate(-45deg);
	transform: translateY(25%) rotate(-45deg)
}
.page-home:not(.type2) {
	padding-bottom: 170px;
	position: relative
}
.page-home.type2 {
	padding: 0!important
}
.page-home.type2:after {
	display: none!important
}
.type2.page-home .achievement {
	margin-top: 20px!important
}
.page-home:not(.type2):after {
	content: "";
	width: 100%;
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #fce4ec
}
.page-home .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-home .page-start .container {
	display: flex;
	position: relative;
	z-index: 2
}
.page-home .page-start .logo span {
	font-size: 150px;
	font-family: GPBK, Roboto, sans-serif
}
.page-home .page-start .logo p:nth-child(1) span:nth-child(1) {
	color: #fff
}
.page-home .page-start .logo p:nth-child(1) span:nth-child(2) {
	color: #3f3939
}
.page-home .page-start .logo p:nth-child(2) span:nth-child(1) {
	color: #3f3939
}
.page-home .page-start .logo p:nth-child(2) span:nth-child(2) {
	color: #fff
}
.page-home .page-start .right-logo {
	padding-top: 16px;
	padding-left: 10px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column
}
.page-home .page-start .right-logo h1 {
	font-size: 63px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939
}
.page-home .page-start .right-logo h1 span {
	font-size: inherit;
	font-family: inherit;
	color: #fff;
	display: block
}
.page-home .page-start .right-logo .simple-btn {
	margin-top: auto
}
.page-home .page-start .bg-img {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(921px + (100% - 1300px)/ 2);
	-o-object-fit: cover;
	object-fit: cover
}
.page-home .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(90% - 195px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-home .page-start * {
	z-index: 3
}
.page-home .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer
}
.page-home .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-home .categories {
	padding-top: 175px;
	position: relative
}
.page-home .categories:before {
	content: "";
	width: 100%;
	height: 320px;
	background-color: #fce4ec;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}
.page-home .categories .cat-list {
	display: flex
}
.page-home .categories .cat-list__item {
	width: 20%;
	height: 600px;
	padding: 70px 25px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: .3s;
	transition-timing-function: ease-out;
	will-change: width;
	max-height: 85vh
}
.page-home .categories .cat-list__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 1
}
.page-home .categories .cat-list__item p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 24px;
	font-family: GPB, Roboto, sans-serif
}
.page-home .insta-photo {
	margin-top: 225px;
	display: flex;
	align-items: center;
	padding-left: calc((100% - 1300px)/ 2 + 40px);
	position: relative;
	overflow: hidden
}
.page-home .insta-photo .left {
	width: 320px;
	min-width: 320px;
	height: 94px;
	display: flex;
	align-items: flex-end
}
.page-home .insta-photo .left .inst {
	font-family: GPBK, Roboto, sans-serif;
	font-size: 42px;
	color: #fce4ec;
	-webkit-transform: translateX(100%) rotate(90deg);
	transform: translateX(100%) rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: .3s;
	width: 42px;
	height: 260px
}
.page-home .insta-photo .left .section-title {
	padding-left: 10px
}
.page-home .insta-photo .left .simple-btn {
	position: absolute;
	left: calc((100% - 1300px)/ 2 + 40px);
	bottom: 100px
}
.page-home .insta-photo .right {
	width: 1540px;
	min-width: 1540px;
	margin-right: -300px
}
.page-home .insta-photo .right img {
	width: 250px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 30px;
	margin-bottom: 30px
}
.page-home .insta-photo .right img:nth-child(6) {
	margin-left: 80px
}
.page-home .text-printing {
	margin-top: 225px;
	position: relative;
	background-color: #fce4ec
}
.page-home .text-printing:before {
	content: "";
	width: 100%;
	height: 350px;
	background-color: #fce4ec;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1
}
.page-home .text-printing .container {
	display: flex;
	align-items: center
}
.page-home .text-printing .left {
	position: relative;
	padding-left: 42px;
	margin-right: 45px
}
.page-home .text-printing .left .deco {
	font-size: 42px;
	color: #3f3939;
	font-family: GPBK, Roboto, sans-serif;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateX(-34%) translateY(-47%) rotate(-90deg);
	transform: translateX(-34%) translateY(-47%) rotate(-90deg);
	transition: .3s
}
.page-home .text-printing .left .deco span {
	color: #e1bee7;
	font-size: inherit;
	font-family: inherit
}
.page-home .text-printing .left .sub-title {
	font-size: 28px;
	font-family: GPL, Roboto, sans-serif;
	margin-top: 7px
}
.page-home .text-printing .right {
	display: flex;
	align-items: center
}
.page-home .text-printing .right .num {
	font-size: 60px;
	font-family: GPBK, Roboto, sans-serif;
	margin-right: 210px;
	position: relative;
	color: #e1bee7
}
.page-home .text-printing .right .num:after {
	content: "";
	position: absolute;
	right: -105px;
	top: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	width: 70px;
	height: 2px;
	background-color: #3f3939
}
.page-home .text-printing .right .k {
	display: flex;
	align-items: center
}
.page-home .text-printing .right .console-underscore, .page-home .text-printing .right .txt {
	font-family: GPBK, Roboto, sans-serif;
	font-size: 40px;
	color: #3f3939!important
}
.page-home .advantages {
	padding-top: 140px;
	background-color: #fce4ec
}
.page-home .advantages .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}
.page-home .advantages .left-img {
	width: 590px;
	height: 535px;
	position: relative
}
.page-home .advantages .left-img .img-box {
	position: absolute
}
.page-home .advantages .left-img .img-box:nth-child(1) {
	right: 0;
	top: 0;
	width: calc(100% - 140px);
	height: auto;
	z-index: 2
}
.page-home .advantages .left-img .img-box:nth-child(1) img {
	-o-object-position: right top;
	object-position: right top
}
.page-home .advantages .left-img .img-box:nth-child(2) {
	left: 0;
	bottom: 0;
	width: auto;
	height: calc(100% - 100px);
	z-index: 1
}
.page-home .advantages .left-img .img-box:nth-child(2) img {
	-o-object-position: left bottom;
	object-position: left bottom
}
.page-home .advantages .left-img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.page-home .advantages .right {
	width: calc(100% - 590px - 45px);
	padding: 50px 0;
	position: relative
}
.page-home .advantages .right .logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 158px;
	height: 108px;
	-o-object-fit: contain;
	object-fit: contain
}
.page-home .advantages .right .section-title {
	margin-bottom: 75px
}
.page-home .advantages .right .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.page-home .advantages .right .box {
	width: calc(50% - 40px);
	margin-bottom: 80px;
	display: flex;
	align-items: center
}
.page-home .advantages .right .box:nth-last-child(1), .page-home .advantages .right .box:nth-last-child(2) {
	margin-bottom: 0
}
.page-home .advantages .right .box img {
	width: 50px;
	min-width: 50px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px
}
.page-home .advantages .right .box h3 {
	font-size: 24px;
	font-family: GPR, Roboto, sans-serif;
	color: #544b4b;
	margin-bottom: 7px
}
.page-home .advantages .right .box p {
	font-size: 18px;
	line-height: 1.3;
	font-family: Roboto, sans-serif;
	flex-weight: 300;
	color: #544b4b
}
.page-home .achievement {
	margin-top: 225px;
	position: relative
}
.page-home .achievement:before {
	content: "";
	position: absolute;
	left: 0;
	top: -225px;
	width: 100%;
	height: 355px;
	z-index: -1;
	background-color: #fce4ec
}
.page-home .achievement .container {
	position: relative
}
.page-home .achievement .top-line {
	display: flex;
	align-items: center;
	margin-bottom: 85px
}
.page-home .achievement .lg {
	margin-right: 10px;
	padding-top: 4px
}
.page-home .achievement .lg span {
	font-size: 51px;
	font-family: GPBK, Roboto, sans-serif
}
.page-home .achievement .lg p:nth-child(1) span:nth-child(1) {
	color: #fff
}
.page-home .achievement .lg p:nth-child(1) span:nth-child(2) {
	color: #3f3939
}
.page-home .achievement .lg p:nth-child(2) span:nth-child(1) {
	color: #3f3939
}
.page-home .achievement .lg p:nth-child(2) span:nth-child(2) {
	color: #fff
}
.page-home .achievement .content {
	display: flex;
	align-items: flex-end
}
.page-home .achievement .left {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 510px)
}
.page-home .achievement .left .box {
	margin-bottom: 80px;
	width: 50%;
	display: flex;
	align-items: center;
	padding-right: 30px;
	position: relative
}
.page-home .achievement .left .smear {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 50%;
	-webkit-transform: translateX(34%) translateY(-56%);
	transform: translateX(34%) translateY(-56%);
	width: 92px;
	height: 132px;
	-o-object-fit: contain;
	object-fit: contain
}
.page-home .achievement .left .num {
	font-size: 40px;
	font-family: GPBK, Roboto, sans-serif;
	color: #3f3939;
	margin-right: 10px;
	position: relative;
	min-width: 105px
}
.page-home .achievement .left .num span {
	font-size: 40px;
	font-family: GPBK, Roboto, sans-serif;
	color: #3f3939
}
.page-home .achievement .left .text h3 {
	font-size: 24px;
	color: #3f3939;
	margin-bottom: 5px;
	font-family: Roboto, sans-serif
}
.page-home .achievement .right-img {
	width: 510px;
	height: 485px;
	position: relative;
	margin-top: -190px
}
.page-home .achievement .right-img .img-box {
	position: absolute
}
.page-home .achievement .right-img .img-box:nth-child(1) {
	left: 0;
	bottom: 0;
	width: calc(100% - 140px);
	height: auto;
	z-index: 1
}
.page-home .achievement .right-img .img-box:nth-child(1) img {
	-o-object-position: right top;
	object-position: right top
}
.page-home .achievement .right-img .img-box:nth-child(2) {
	right: 0;
	top: 0;
	width: auto;
	height: calc(100% - 100px);
	z-index: 2
}
.page-home .achievement .right-img .img-box:nth-child(2) img {
	-o-object-position: right bottom;
	object-position: right bottom
}
.page-home .achievement .right-img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.page-home .defense {
	margin-top: 225px
}
.page-home .defense .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.page-home .defense .left-img {
	width: 495px;
	height: 495px;
	position: relative
}
.page-home .defense .left-img .img-box {
	position: absolute
}
.page-home .defense .left-img .img-box:nth-child(1) {
	left: 0;
	top: 0;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	z-index: 2
}
.page-home .defense .left-img .img-box:nth-child(1) img {
	-o-object-position: right top;
	object-position: right top
}
.page-home .defense .left-img .img-box:nth-child(2) {
	left: 80px;
	top: 80px;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	z-index: 1
}
.page-home .defense .left-img .img-box:nth-child(2) img {
	-o-object-position: left bottom;
	object-position: left bottom
}
.page-home .defense .left-img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.page-home .defense .right-info {
	width: calc(100% - 495px - 50px)
}
.page-home .defense .right-info h2 {
	margin-bottom: 40px
}
.page-home .defense .right-info .simple-btn {
	margin-top: 25px
}
.page-home .news {
	margin-top: 225px;
	position: relative;
	overflow: hidden
}
.page-home .news:after {
	content: "";
	width: 100%;
	height: 185px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fce4ec;
	z-index: -1
}
.page-home .news .container {
	display: flex;
	align-items: center
}
.page-home .news .left {
	min-width: 350px;
	width: 350px
}
.page-home .news .slick-controls {
	margin-top: 40px
}
.page-home .news .dis {
	font-family: GPBK, Roboto, sans-serif;
	font-weight: 900;
	font-size: 52px;
	color: #3f3939;
	margin-bottom: 5px
}
.page-home .news .dis span {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #fce4ec
}
.page-home .news .news-slider {
	width: 1540px
}
.page-home .news .news-slider .box {
	width: 335px!important;
	height: 445px;
	position: relative
}
.page-home .news .news-slider .box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.page-home .news .news-slider .box .top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 90px);
	background-color: rgba(0, 0, 0, .6);
	padding: 10px 10px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
	transition: .3s
}
.page-home .news .news-slider .box .top .title {
	font-size: 24px;
	font-family: GPB, Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px
}
.page-home .news .news-slider .box .top .desc {
	color: #fff
}
.page-home .news .news-slider .box .top>* {
	transition: .5s;
	-webkit-transform: translateX(25px);
	transform: translateX(25px)
}
.page-home .news .news-slider .box .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(252, 228, 236, .7);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 25px;
	opacity: 0;
	transition: .3s
}
.page-home .news .news-slider .box .bottom p {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	position: relative;
	padding-right: 32px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	transition: .5s
}
.page-home .news .news-slider .box .bottom p:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(../img/ra.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}
.page-home .news .news-slider .box:hover .top {
	opacity: 1
}
.page-home .news .news-slider .box:hover .top>* {
	-webkit-transform: none;
	transform: none
}
.page-home .news .news-slider .box:hover .bottom {
	opacity: 1
}
.page-home .news .news-slider .box:hover .bottom p {
	-webkit-transform: none;
	transform: none
}
.seo-info {
	padding-top: 225px;
	background-color: #fce4ec
}
.seo-info .section-title {
	margin-bottom: 40px
}
.seo-info .cont-height {
	overflow: hidden
}
.seo-info .load-more {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #c177ce;
	text-decoration: underline;
	padding-top: 10px;
	display: block
}
.hidden {
	opacity: 0
}
.console-underscore {
	position: relative
}
.page-offers .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-offers .page-start .container {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2
}
.page-offers .page-start .logo span {
	font-size: 150px;
	font-family: GPBK, Roboto, sans-serif
}
.page-offers .page-start .logo p:nth-child(1) span:nth-child(1) {
	color: #fff
}
.page-offers .page-start .logo p:nth-child(1) span:nth-child(2) {
	color: #3f3939
}
.page-offers .page-start .logo p:nth-child(2) span:nth-child(1) {
	color: #3f3939
}
.page-offers .page-start .logo p:nth-child(2) span:nth-child(2) {
	color: #fff
}
.page-offers .page-start .right-logo {
	padding-left: 10px;
	display: flex;
	flex-direction: column
}
.page-offers .page-start .right-logo h1 {
	font-size: 63px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939
}
.page-offers .page-start .right-logo h1 span {
	font-size: inherit;
	font-family: inherit;
	color: #fff;
	display: block
}
.page-offers .page-start .right-logo .simple-btn {
	margin-top: auto
}
.page-offers .page-start .bg-img {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(1015px + (100% - 1300px)/ 2);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center
}
.page-offers .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(90% - 185px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-offers .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer;
	z-index: 3
}
.page-offers .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-offers .sometext {
	padding-top: 60px;
	margin-bottom: 50px
}
.page-offers .offer-section {
	margin-bottom: 220px
}
.page-offers .offer-section .container {
	position: relative
}
.page-offers .offer-section.reverse .container {
	flex-direction: row-reverse
}
.page-offers .offer-section .container {
	display: flex;
	align-items: center
}
.page-offers .offer-section .info-side {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 70px 0 0
}
.page-offers .offer-section .info-side .num {
	font-family: GPB, Roboto, sans-serif;
	font-size: 60px;
	color: rgba(225, 190, 231, .9);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-62%);
	transform: translateY(-50%) translateX(-62%);
	z-index: -1
}
.page-offers .offer-section .info-side .title {
	font-family: GPL, Roboto, sans-serif;
	font-size: 28px;
	margin-bottom: 10px;
	position: relative
}
.page-offers .offer-section .info-side .descr {
	margin-bottom: 60px
}
.page-offers .offer-section .img-side {
	width: 58%;
	min-width: 58%;
	max-width: calc(100% - 510px);
	height: 490px
}
.page-offers .offer-section .img-side img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}
.page-offers .seo-info {
	margin-bottom: 120px
}
.page-offers .seo-info .section-title {
	margin-bottom: 40px
}
.page-offers .seo-info .cont-height {
	overflow: hidden
}
.page-offers .seo-info .load-more {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #c177ce;
	text-decoration: underline;
	padding-top: 10px;
	display: block
}
.page-blog .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-blog .page-start .container {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3
}
.page-blog .page-start .logo span {
	font-size: 150px;
	font-family: GPBK, Roboto, sans-serif
}
.page-blog .page-start .logo p:nth-child(1) span:nth-child(1) {
	color: #fff
}
.page-blog .page-start .logo p:nth-child(1) span:nth-child(2) {
	color: #3f3939
}
.page-blog .page-start .logo p:nth-child(2) span:nth-child(1) {
	color: #3f3939
}
.page-blog .page-start .logo p:nth-child(2) span:nth-child(2) {
	color: #fff
}
.page-blog .page-start .right-logo {
	padding-left: 10px;
	display: flex;
	flex-direction: column
}
.page-blog .page-start .right-logo h1 {
	font-size: 63px;
	font-family: GPL, Roboto, sans-serif;
	color: #fff
}
.page-blog .page-start .right-logo h1 span {
	font-size: inherit;
	font-family: inherit;
	color: #fff;
	display: block
}
.page-blog .page-start .right-logo h1 strong {
	font-size: inherit;
	font-family: GPBK, Roboto, sans-serif;
	font-weight: 900;
	color: inherit
}
.page-blog .page-start .right-logo .simple-btn {
	margin-top: auto
}
.page-blog .page-start .bg-img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left center;
	object-position: left center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.page-blog .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer
}
.page-blog .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-blog .blog-archive .container {
	display: flex;
	flex-wrap: wrap
}
.page-blog .blog-archive .box {
	width: 365px;
	margin-right: calc((100% - 1095px)/ 2);
	margin-bottom: 70px
}
.page-blog .blog-archive .box .img {
	position: relative;
	width: 100%;
	height: 370px
}
.page-blog .blog-archive .box .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
	display: block
}
.page-blog .blog-archive .box .top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 90px);
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: .3s
}
.page-blog .blog-archive .box .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(252, 228, 236, .7);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 25px;
	opacity: 0;
	transition: .3s
}
.page-blog .blog-archive .box .bottom p {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	position: relative;
	padding-right: 32px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	transition: .5s
}
.page-blog .blog-archive .box .bottom p:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(../img/ra.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}
.page-blog .blog-archive .box:hover .top {
	opacity: 1
}
.page-blog .blog-archive .box:hover .top>* {
	-webkit-transform: none;
	transform: none
}
.page-blog .blog-archive .box:hover .bottom {
	opacity: 1
}
.page-blog .blog-archive .box:hover .bottom p {
	-webkit-transform: none;
	transform: none
}
.page-blog .blog-archive .box .naming {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
	margin-bottom: 20px
}
.page-blog .blog-archive .box .naming .title {
	font-size: 24px;
	font-family: GPR, Roboto, sans-serif;
	font-weight: 400
}
.page-blog .blog-archive .box .naming .cat {
	font-size: 12px;
	font-family: GPB, Roboto, sans-serif;
	color: #544b4b;
	margin-left: 20px;
	padding-top: 6px
}
.page-blog .seo-info {
	margin-bottom: 120px;
	padding-top: 100px
}
.page-blog .seo-info .section-title {
	margin-bottom: 40px
}
.page-blog .seo-info .cont-height {
	overflow: hidden
}
.page-blog .seo-info .load-more {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #c177ce;
	text-decoration: underline;
	padding-top: 10px;
	display: block
}
.page-about {
	padding-bottom: 80px;
	position: relative
}
.page-about .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-about .page-start .container {
	display: flex;
	position: relative;
	z-index: 2
}
.page-about .page-start .logo span {
	font-size: 150px;
	font-family: GPBK, Roboto, sans-serif
}
.page-about .page-start .logo p:nth-child(1) span:nth-child(1) {
	color: #fff
}
.page-about .page-start .logo p:nth-child(1) span:nth-child(2) {
	color: #3f3939
}
.page-about .page-start .logo p:nth-child(2) span:nth-child(1) {
	color: #3f3939
}
.page-about .page-start .logo p:nth-child(2) span:nth-child(2) {
	color: #fff
}
.page-about .page-start .right-logo {
	padding-top: 16px;
	padding-left: 20px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.page-about .page-start .right-logo h1 {
	font-size: 63px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939
}
.page-about .page-start .right-logo h1 span {
	font-size: inherit;
	font-family: inherit;
	color: #fff;
	border-bottom: 3px solid currentColor
}
.page-about .page-start .bg-img {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(921px + (100% - 1300px)/ 2);
	-o-object-fit: cover;
	object-fit: cover
}
.page-about .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(90% - 195px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-about .page-start * {
	z-index: 3
}
.page-about .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer
}
.page-about .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-about .breadcrumbs {
	background-color: #fce4ec
}
.page-about .about-s2 {
	position: relative;
	padding-top: 52px;
	padding-bottom: 220px;
	overflow: hidden
}
.page-about .about-s2::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fce4ec;
	left: 0;
	right: 0;
	top: 0;
	height: 500px;
	z-index: -1
}
.page-about .about-s2 .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px
}
.page-about .about-s2 .wrapper .left {
	width: 46%
}
.page-about .about-s2 .wrapper .left ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 2.5;
	font-family: Roboto, sans-serif;
	color: #544b4b
}
.page-about .about-s2 .wrapper .right {
	width: 54%
}
.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap {
	display: inline-block;
	position: relative
}
.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-1 {
	position: absolute;
	top: 265px;
	left: 30px;
	z-index: 1
}
.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-2 {
	position: absolute;
	top: 80px;
	left: 245px
}
.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap img {
	display: inline-block
}
.page-about .about-s4 {
	background-color: #fce4ec;
	padding-top: 150px;
	padding-bottom: 90px;
	overflow: hidden
}
.page-about .about-s4 .top-line {
	display: flex;
	align-items: center;
	margin-bottom: 85px
}
.page-about .about-s4 .lg {
	margin-right: 10px;
	padding-top: 4px
}
.page-about .about-s4 .lg span {
	font-size: 51px;
	font-family: GPBK, Roboto, sans-serif
}
.page-about .about-s4 .lg p:nth-child(1) span:nth-child(1) {
	color: #fff
}
.page-about .about-s4 .lg p:nth-child(1) span:nth-child(2) {
	color: #3f3939
}
.page-about .about-s4 .lg p:nth-child(2) span:nth-child(1) {
	color: #3f3939
}
.page-about .about-s4 .lg p:nth-child(2) span:nth-child(2) {
	color: #fff
}
.page-about .about-s4 .wrapper {
	display: flex;
	flex-wrap: wrap
}
.page-about .about-s4 .wrapper .left {
	flex: 1 1 0
}
.page-about .about-s4 .wrapper .left .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 60px
}
.page-about .about-s4 .wrapper .left .items .col {
	width: calc(50% - 50px);
	margin-bottom: 90px
}
.page-about .about-s4 .wrapper .left .items .col .item {
	display: flex;
	flex-wrap: wrap
}
.page-about .about-s4 .wrapper .left .items .col .item .img-wrap {
	width: 48px;
	margin-top: 6px
}
.page-about .about-s4 .wrapper .left .items .col .item .text {
	width: calc(100% - 48px);
	padding-left: 14px
}
.page-about .about-s4 .wrapper .left .items .col .item .text .title {
	font-size: 24px;
	color: #000;
	font-family: Roboto, sans-serif;
	margin-bottom: 5px
}
.page-about .about-s4 .wrapper .left .items .col .item .text p {
	color: #544b4b;
	font-size: 18px;
	line-height: 1.166
}
.page-about .about-s4 .wrapper .right {
	flex: 0 0 580px
}
.page-about .about-s4 .wrapper .right .img-wrap {
	position: relative;
	display: inline-block
}
.page-about .about-s4 .wrapper .right .img-wrap .img-1 {
	position: absolute;
	top: -240px;
	right: -135px
}
.page-about .about-s4 .wrapper .right .img-wrap img {
	max-width: 100%
}
.page-about .about-s5 {
	position: relative;
	padding-bottom: 145px
}
.page-about .about-s5::before {
	content: '';
	display: block;
	position: absolute;
	height: 60px;
	background-color: #fce4ec;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1
}
.page-about .about-s5 .wrapper {
	display: flex;
	flex-wrap: wrap
}
.page-about .about-s5 .wrapper .left {
	flex: 1 1 0;
	padding-top: 130px
}
.page-about .about-s5 .wrapper .left h2.section-title {
	margin-bottom: 50px
}
.page-about .about-s5 .wrapper .left p {
	margin-bottom: 30px;
	max-width: 525px
}
.page-about .about-s5 .wrapper .right {
	flex: 0 0 590px
}
.page-about .about-s5 .wrapper .right .img-wrap {
	margin-bottom: 35px
}
.page-about .about-s5 .wrapper .right .img-wrap img {
	max-width: 100%
}
.page-about .about-s6 {
	background-color: #001c44;
	padding-top: 120px;
	padding-bottom: 255px;
	position: relative
}
.page-about .about-s6::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1035px;
	background-image: url(../img/about-6-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
.page-about .about-s6 .container {
	position: relative
}
.page-about .about-s6 .block-wrapper {
	max-width: 650px;
	position: relative;
	z-index: 1
}
.page-about .about-s6 .block-wrapper .item {
	padding-left: 2px
}
.page-about .about-s6 .block-wrapper .item .block {
	color: #fff
}
.page-about .about-s6 .block-wrapper .item .block h2.section-title {
	color: #fff;
	margin-bottom: 55px
}
.page-about .about-s6 .block-wrapper .item .block p {
	color: #fff
}
.page-about .section-gallery-slider {
	margin-top: -125px;
	position: relative;
	padding-bottom: 37px
}
.page-about .section-gallery-slider::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 320px;
	background-color: #fce4ec
}
.page-about .seo-info {
	background-color: #fff;
	padding-top: 30px
}
.page-about .section-popular-services {
	padding-bottom: 50px
}
.page-seo h2.seo-title {
	color: #000;
	font-size: 28px;
	line-height: 1;
	font-family: GPL, Roboto, sans-serif;
	margin-bottom: 40px
}
.page-seo .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-seo .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-seo .page-start .container {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3
}
.page-seo .page-start .logo span {
	font-size: 150px;
	font-family: GPBK, Roboto, sans-serif
}
.page-seo .page-start .logo p:nth-child(1) span:nth-child(1) {
	color: #fff
}
.page-seo .page-start .logo p:nth-child(1) span:nth-child(2) {
	color: #3f3939
}
.page-seo .page-start .logo p:nth-child(2) span:nth-child(1) {
	color: #3f3939
}
.page-seo .page-start .logo p:nth-child(2) span:nth-child(2) {
	color: #fff
}
.page-seo .page-start .right-logo {
	padding-left: 10px;
	display: flex;
	flex-direction: column
}
.page-seo .page-start .right-logo h1 {
	font-size: 63px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939;
	padding-left: 30px
}
.page-seo .page-start .right-logo h1 span {
	font-size: inherit;
	font-family: inherit;
	color: #fff;
	display: block
}
.page-seo .page-start .right-logo h1 strong {
	font-size: inherit;
	font-family: GPBK, Roboto, sans-serif;
	font-weight: 900;
	color: inherit
}
.page-seo .page-start .right-logo .simple-btn {
	margin-top: auto
}
.page-seo .page-start .bg-img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.page-seo .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer;
	z-index: 3
}
.page-seo .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-seo .seo-s2 {
	padding-top: 60px;
	padding-bottom: 120px
}
.page-seo .seo-s2 .wrapper {
	display: flex;
	flex-wrap: wrap
}
.page-seo .seo-s2 .wrapper .left {
	flex: 1 1 0
}
.page-seo .seo-s2 .wrapper .left .block {
	max-width: 650px
}
.page-seo .seo-s2 .wrapper .left .block h2.section-title {
	margin-bottom: 25px
}
.page-seo .seo-s2 .wrapper .left .block .btn-wrap {
	margin-top: 38px;
	margin-bottom: 80px
}
.page-seo .seo-s2 .wrapper .right {
	flex: 0 0 395px;
	padding-top: 60px
}
.page-seo .seo-s2 .wrapper .right .img-wrap {
	position: relative
}
.page-seo .seo-s2 .wrapper .right .img-wrap .img-2 {
	position: absolute;
	top: -85px;
	left: -140px
}
.page-seo .seo-s2 .wrapper .right img {
	width: 395px;
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover
}
.page-seo .seo-s4 {
	padding-top: 55px;
	padding-bottom: 50px;
	padding-bottom: 105px
}
.page-seo .seo-s4 .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px
}
.page-seo .seo-s4 .items .col {
	width: calc(50% - 115px);
	margin-bottom: 130px
}
.page-seo .seo-s4 .items .col:nth-child(4n-3) .item::before {
	content: url(../img/smear_4.jpg)
}
.page-seo .seo-s4 .items .col:nth-child(4n-2) .item::before {
	content: url(../img/smear_3.jpg)
}
.page-seo .seo-s4 .items .col:nth-child(4n-1) .item::before {
	content: url(../img/smear_2.jpg)
}
.page-seo .seo-s4 .items .col:nth-child(4n) .item::before {
	content: url(../img/smear_1.jpg)
}
.page-seo .seo-s4 .items .col .item {
	padding-left: 70px;
	position: relative
}
.page-seo .seo-s4 .items .col .item::before {
	position: absolute;
	top: -45px;
	left: 0
}
.page-seo .seo-s4 .items .col .item p {
	font-size: 24px;
	line-height: 1.2;
	color: #000;
	position: relative;
	font-family: Roboto, sans-serif;
	font-weight: 400
}
.page-seo .seo-s4 p.bottom {
	margin-top: 8px;
	padding-left: 35px
}
.page-seo .seo-s5 {
	padding-top: 50px;
	padding-bottom: 60px
}
.page-seo .seo-s5 h2.seo-title {
	margin-bottom: 32px
}
.page-seo .seo-s5 .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 130px
}
.page-seo .seo-s5 .items .col {
	width: 50%;
	max-width: 475px;
	margin-bottom: 102px
}
.page-seo .seo-s5 .items .col .block .title {
	color: #000;
	font-size: 24px;
	line-height: 1;
	font-family: GPL, Roboto, sans-serif;
	margin-bottom: 22px
}
.page-seo .seo-s5 .items .col .block p b {
	font-weight: 700;
	margin-top: 22px;
	display: block
}
.page-seo .seo-s5 .items .col .block .btn-wrap {
	margin-top: 26px
}
.page-seo .seo-s5 .items .col .block .btn-wrap a {
	padding: 15px 80px
}
.page-seo .seo-s5 p.bottom {
	max-width: 830px;
	padding-top: 6px
}
.page-seo section:nth-child(2n+4) {
	background-color: #fce4ec
}
.header-white+.btn-mob-menu+.page-service .page-start h1, .header-white+.btn-mob-menu+.page-service .page-start h2, .header-white+.btn-mob-menu+.page-service .page-start p {
	color: #fff
}
.page-service h2.seo-title {
	color: #000;
	font-size: 28px;
	line-height: 1;
	font-family: GPL, Roboto, sans-serif;
	margin-bottom: 40px
}
.page-service .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-service .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-service .page-start .container {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3
}
.page-service .page-start h1 {
	font-size: 47px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939;
	margin-bottom: 15px;
	color: #3f3939
}
.page-service .page-start h2, .page-service .page-start p {
	font-family: GPL, Roboto, sans-serif;
	font-size: 28px;
	line-height: 1;
	color: #3f3939
}
.page-service .page-start .bg-img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left top;
	object-position: left top;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.page-service .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer;
	z-index: 3
}
.page-service .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-service .service-s2 {
	padding-top: 45px;
	padding-bottom: 200px
}
.page-service .service-s2 .wrapper {
	display: flex;
	flex-wrap: wrap
}
.page-service .service-s2 .wrapper .left {
	flex: 1 1 0;
	padding-right: 100px;
	padding-top: 20px
}
.page-service .service-s2 .wrapper .left p {
	margin-bottom: 45px;
	color: #857e7e
}
.page-service .service-s2 .wrapper .right {
	flex: 0 0 600px
}
.page-service .service-s2 .wrapper .right .img-wrap img {
	width: 100%
}
.page-service .service-s3 {
	background-image: url(../img/service-3-bg.jpg);
	background-size: cover;
	background-position: right center
}
.page-service .service-s3 .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 254px 0
}
.page-service .service-s3 .wrapper p {
	position: relative;
	color: #fff;
	max-width: 660px;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 1.166;
	padding-left: 36px
}
.page-service .service-s3 .wrapper p::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 90px;
	background-color: #fff;
	left: 0;
	top: calc(50% - 45px)
}
.page-service .service-s4 {
	padding-top: 0;
	padding-bottom: 100px
}
.page-service .service-s4 .top {
	text-align: right
}
.page-service .service-s4 .top p {
	position: relative;
	color: #544b4b;
	max-width: 750px;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.18;
	padding-left: 36px;
	display: inline-block
}
.page-service .service-s4 .top p::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 64px;
	background-color: #e1bee7;
	left: 0;
	top: calc(50% - 32px)
}
.page-service .service-s4 .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 160px
}
.page-service .service-s4 .wrapper .col {
	width: calc(50% - 10px);
	margin-bottom: 100px
}
.page-service .service-s4 .wrapper .col .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.page-service .service-s4 .wrapper .col .item .text .title, .page-service .service-s4 .wrapper .col .item h2 {
	font-family: GPL, sans-serif;
	font-size: 28px;
	line-height: 1
}
.page-service .service-s4 .wrapper .col .item .img-wrap {
	flex: 0 0 87px
}
.page-service .service-s4 .wrapper .col .item .text {
	flex: 1 1 0;
	padding-left: 10px
}
.page-service .service-s4 .wrapper .col .item .text p {
	color: #544b4b;
	font-size: 18px;
	line-height: 1.166;
	font-family: Roboto, sans-serif;
	margin-top: 10px
}
.page-service .service-s5 {
	background-image: url(../img/service-5-bg.jpg);
	background-size: cover;
	background-position: right center;
	background-color: #0d0f26
}
.page-service .service-s5 .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 220px 0
}
.page-service .service-s5 .wrapper p {
	position: relative;
	color: #fff;
	max-width: 660px;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.166;
	padding-left: 36px;
	font-style: italic
}
.page-service .service-s5 .wrapper p::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 90px;
	background-color: #fff;
	left: 0;
	top: calc(50% - 40px)
}
.page-service .section-gallery-slider {
	margin-top: -90px;
	padding-bottom: 145px
}
.page-service .service-s7 {
	background-image: url(../img/service-7-bg.jpg);
	background-size: cover;
	background-position: right center;
	padding-top: 200px;
	padding-bottom: 320px
}
.page-service .service-s7 .wrapper .block {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 38px
}
.page-service .service-s7 .wrapper .block .left {
	position: absolute;
	left: -55px;
	top: 67px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #fff;
	font-size: 28px;
	font-family: GPL, Roboto, sans-serif
}
.page-service .service-s7 .wrapper .block .logo span {
	font-size: 77px;
	color: #e1bee7;
	font-family: GPBK, Roboto, sans-serif;
	line-height: 1;
	letter-spacing: 7px
}
.page-service .service-s7 .wrapper .block .logo span:nth-child(odd) {
	color: #fff
}
.page-service .service-s7 .wrapper .block .text {
	font-size: 47px;
	color: #fff;
	font-family: GPL, Roboto, sans-serif;
	margin-left: 27px
}
.page-service .service-s7 .wrapper p.bottom {
	color: #fff;
	margin-top: 30px
}
.page-service .service-s7 .wrapper .btn-wrap {
	margin-top: 46px
}
.page-service .service-s7 .wrapper .btn-wrap a.simple-btn {
	text-transform: none
}
.page-service .section-popular-services {
	background-color: transparent;
	margin-top: -195px;
	padding-bottom: 195px
}
.page-service .section-popular-services .wrapper {
	position: relative
}
.page-service .section-popular-services .slick-controls {
	position: absolute;
	bottom: 0;
	left: 0
}
.page-service .section-popular-services .left {
	padding-top: 10px
}
.page-service .section-popular-services .left h2.section-title {
	margin-bottom: 110px
}
.page-service .section-popular-services .left .dis {
	color: #e1bee7;
	margin-bottom: 20px
}
.page-service .seo-info {
	padding-bottom: 70px
}
.page-service .service-s2 {
	color: #857e7e!important
}
.page-service .service-s2 li, .page-service .service-s2 p, .page-service .service-s2 span {
	font-family: Roboto, sans-serif!important;
	font-size: 18px!important;
	font-weight: 300!important;
	line-height: 1.2!important;
	color: inherit!important
}
.page-service .service-s2 b, .page-service .service-s2 em, .page-service .service-s2 i, .page-service .service-s2 strong {
	font-family: inherit!important;
	font-size: inherit!important;
	font-weight: 700!important;
	line-height: inherit!important;
	color: inherit!important
}
.page-service .service-s2 ul {
	padding-left: 20px!important
}
.page-service .service-s2 ul li {
	list-style: disc!important
}
.page-service .service-s2 ol {
	padding-left: 20px!important
}
.page-service .service-s2 ol li {
	list-style: decimal!important
}
.page-service .service-s2 h2, .page-service .service-s2 h3, .page-service .service-s2 h4, .page-service .service-s2 h5, .page-service .service-s2 h6 {
	font-family: Roboto, sans-serif!important;
	font-size: 24px!important;
	font-weight: 300!important;
	line-height: 1.2!important;
	color: inherit!important
}
.page-service .service-s2 .left>* {
	margin-bottom: 25px!important
}
.page-service .service-s2 .left>:last-child {
	margin-bottom: 0!important
}
.page-security h2.seo-title {
	color: #000;
	font-size: 28px;
	line-height: 1;
	font-family: GPL, Roboto, sans-serif;
	margin-bottom: 40px
}
.page-security .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-security .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-security .page-start .container {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3
}
.page-security .page-start h1 {
	font-size: 47px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939;
	margin-bottom: 15px
}
.page-security .page-start h1 span {
	font-size: 1em;
	color: #3f3939;
	font-family: GPB, Roboto, sans-serif
}
.page-security .page-start .bg-img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left center;
	object-position: left center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.page-security .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer;
	z-index: 3
}
.page-security .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-security .security-s2 {
	padding-top: 70px;
	padding-bottom: 200px
}
.page-security .security-s2 .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.page-security .security-s2 .wrapper .left {
	flex: 1 1 0
}
.page-security .security-s2 .wrapper .left .block {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 38px
}
.page-security .security-s2 .wrapper .left .block .logo span {
	font-size: 77px;
	color: #000;
	font-family: GPBK, Roboto, sans-serif;
	line-height: 1;
	letter-spacing: 7px
}
.page-security .security-s2 .wrapper .left .block .logo span:nth-child(odd) {
	color: #fce4ec
}
.page-security .security-s2 .wrapper .left .block .text {
	font-size: 47px;
	font-family: GPL, Roboto, sans-serif;
	margin-left: 27px
}
.page-security .security-s2 .wrapper .right {
	flex: 0 0 530px
}
.page-security .security-s2 .wrapper .right .img-wrap img {
	max-width: 100%
}
.page-security .security-s3 {
	padding-bottom: 110px
}
.page-security .security-s3 .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.page-security .security-s3 .wrapper .col {
	width: calc(50% - 130px);
	margin-bottom: 90px
}
.page-security .security-s3 .wrapper .col .item {
	position: relative;
	padding-left: 35px
}
.page-security .security-s3 .wrapper .col .item .stage {
	position: absolute;
	top: 30px;
	left: -38px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #828282;
	font-weight: 700;
	font-size: 24px
}
.page-security .security-s3 .wrapper .col .item .stage span {
	color: #e1bee7;
	font-size: 1em;
	font-weight: 700
}
.page-security .security-s3 .wrapper .col .item .title {
	font-size: 24px;
	line-height: 1.2;
	font-family: GPL, Roboto, sans-serif;
	margin-bottom: 15px
}
.page-security .security-s5 {
	background-image: url(../img/security-5-bg.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ffd8d9;
	padding-top: 380px;
	padding-bottom: 170px;
	margin-top: -260px
}
.page-security .security-s5 .wrapper p {
	position: relative;
	max-width: 1080px;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.166;
	padding-left: 36px
}
.page-security .security-s5 .wrapper p::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 90px;
	background-color: #3f3939;
	left: 0;
	top: calc(50% - 45px)
}
.page-security .section-popular-services {
	background-color: #fff;
	padding-top: 185px;
	padding-bottom: 100px
}
.page-security .section-popular-services .left .dis {
	color: #000
}
.page-security .section-popular-services .left .dis span {
	color: #fce4ec
}
.page-reviews h2.seo-title {
	color: #000;
	font-size: 28px;
	line-height: 1;
	font-family: GPL, Roboto, sans-serif;
	margin-bottom: 40px
}
.page-reviews .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-reviews .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-reviews .page-start .container {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3
}
.page-reviews .page-start h1 {
	font-size: 47px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939;
	margin-bottom: 15px
}
.page-reviews .page-start h1 span {
	font-size: 1em;
	color: #3f3939;
	font-family: GPB, Roboto, sans-serif
}
.page-reviews .page-start p {
	font-family: GPL, Roboto, sans-serif;
	font-size: 28px;
	line-height: 1
}
.page-reviews .page-start .bg-img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left center;
	object-position: left center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.page-reviews .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer;
	z-index: 3
}
.page-reviews .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-reviews .reviews-s2 {
	padding-bottom: 110px
}
.page-reviews .reviews-s2 h2 {
	font-size: 28px;
	line-height: 1;
	font-family: GPL, sans-serif;
	color: #000;
	margin-top: 5px;
	margin-bottom: 30px
}
.page-reviews .reviews-s2 form {
	width: 100%
}
.page-reviews .reviews-s2 .form-wrapper {
	display: flex;
	flex-wrap: wrap
}
.page-reviews .reviews-s2 .form-wrapper input, .page-reviews .reviews-s2 .form-wrapper textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #bdbdbd;
	resize: none;
	color: #3f3939;
	font-size: 18px;
	line-height: 1.2;
	font-family: Roboto, sans-serif;
	font-weight: 300
}
.freview .res {
	display: none;
	color: #000;
	margin: 15px 0 0;
	font-size: 25px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: #fce4ec
}
.page-reviews .reviews-s2 .form-wrapper input.error, .page-reviews .reviews-s2 .form-wrapper textarea.error {
	border-color: red
}
.page-reviews .reviews-s2 .form-wrapper input:focus, .page-reviews .reviews-s2 .form-wrapper textarea:focus {
	border-bottom-color: #e1bee7
}
.page-reviews .reviews-s2 .form-wrapper input::-webkit-input-placeholder, .page-reviews .reviews-s2 .form-wrapper textarea::-webkit-input-placeholder {
	color: #828282;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300
}
.page-reviews .reviews-s2 .form-wrapper input:-ms-input-placeholder, .page-reviews .reviews-s2 .form-wrapper textarea:-ms-input-placeholder {
	color: #828282;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300
}
.page-reviews .reviews-s2 .form-wrapper input::-ms-input-placeholder, .page-reviews .reviews-s2 .form-wrapper textarea::-ms-input-placeholder {
	color: #828282;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300
}
.page-reviews .reviews-s2 .form-wrapper input::placeholder, .page-reviews .reviews-s2 .form-wrapper textarea::placeholder {
	color: #828282;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300
}
.page-reviews .reviews-s2 .form-wrapper .left {
	flex: 0 0 260px;
	padding-top: 0
}
.page-reviews .reviews-s2 .form-wrapper .left input {
	margin-bottom: 24px;
	height: 42px
}
.page-reviews .reviews-s2 .form-wrapper .left .star-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 5px
}
.page-reviews .reviews-s2 .form-wrapper .left .star-wrapper p.star-text {
	color: #828282;
	font-family: Roboto, sans-serif;
	font-size: 18px
}
.page-reviews .reviews-s2 .form-wrapper .left .star-wrapper .star-input {
	margin-left: 32px;
	transform: scale(1.3)
}
.page-reviews .reviews-s2 .form-wrapper .left .star-wrapper .star-input .star {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0003 1.91278L20.4957 11.0224L20.612 11.2581L20.8721 11.2959L30.9255 12.7571L23.6509 19.8476L23.4626 20.031L23.507 20.2901L25.2243 30.303L16.233 25.5759L16.0003 25.4536L15.7676 25.5759L6.7757 30.303L8.49295 20.2901L8.53739 20.031L8.34914 19.8476L1.0745 12.7571L11.1279 11.2959L11.388 11.2581L11.5043 11.0224L16.0003 1.91278Z' stroke='%23828282'/%3E%3C/svg%3E%0A");
	background-size: contain;
	cursor: pointer;
	transition: .25s
}
.page-reviews .reviews-s2 .form-wrapper .left .star-wrapper .star-input .star.active {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0003 0.782959L20.944 10.8011L32 12.408L23.9999 20.2056L25.8884 31.217L16.0003 26.0184L6.11165 31.217L8.00015 20.2056L0 12.408L11.056 10.8011L16.0003 0.782959Z' fill='%23EFCE4A'/%3E%3C/svg%3E%0A")
}
.page-reviews .reviews-s2 .form-wrapper .left .star-wrapper .star-input .star:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}
.page-reviews .reviews-s2 .form-wrapper .right {
	flex: 1 1 0;
	padding-left: 330px
}
.page-reviews .reviews-s2 .form-wrapper .right p.ttt span {
	color: #828282;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
	transition: .25s
}
.page-reviews .reviews-s2 .form-wrapper .right textarea {
	height: 70px;
	max-width: 570px;
	margin-top: 10px;
	margin-bottom: 20px
}
.page-reviews .reviews-s2 .form-wrapper .right input[type=file] {
	position: absolute;
	left: -99999px
}
.page-reviews .reviews-s2 .form-wrapper .right label {
	cursor: pointer;
	display: inline-block
}
.stars-avg-rating {
	display: none!important
}
.page-reviews .reviews-s2 .form-wrapper .right label.rel {
	margin-bottom: 30px
}
.page-reviews .reviews-s2 .form-wrapper .right label:hover p::before {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}
.page-reviews .reviews-s2 .form-wrapper .right label:hover p span {
	color: #c177ce
}
.page-reviews .reviews-s2 .form-wrapper .right label p {
	position: relative;
	padding: 18px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.page-reviews .reviews-s2 .form-wrapper .right label.rel p {
	padding: 0
}
.page-reviews .reviews-s2 .form-wrapper .right label p::before {
	content: url(../img/attach.svg);
	transition: .25s
}
.page-reviews .reviews-s2 .form-wrapper .right label p span {
	margin-left: 22px;
	color: #828282;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
	transition: .25s
}
.page-reviews .reviews-s2 .form-wrapper .right .btn-wrap button.simple-btn {
	border: none;
	cursor: pointer;
	text-transform: none
}
.page-reviews .reviews-s3 {
	padding-bottom: 115px
}
.page-reviews .reviews-s3 .items .item {
	padding-top: 72px;
	padding-bottom: 38px
}
.page-reviews .reviews-s3 .items .item.hid {
	display: none
}
.page-reviews .reviews-s3 .items .item:nth-child(even) {
	background-color: #ededed
}
.page-reviews .reviews-s3 .items .item .block {
	display: flex;
	flex-wrap: wrap
}
.page-reviews .reviews-s3 .items .item .block .img-wrap {
	flex: 0 0 253px;
	position: relative;
	background-color: #fce4ec;
	margin-left: 25px;
	align-self: flex-start
}
.page-reviews .reviews-s3 .items .item .block .img-wrap img {
	width: 100%;
	top: -25px;
	left: -25px;
	position: relative
}
.page-reviews .reviews-s3 .items .item .block .text {
	flex: 1 1 0;
	padding-left: 40px;
	max-width: 565px
}
.page-reviews .reviews-s3 .items .item .block .text .date {
	color: #828282;
	font-family: GPL, sans-serif;
	position: relative;
	top: -25px
}
.page-reviews .reviews-s3 .items .item .block .text .name {
	font-size: 24px;
	line-height: 1.2;
	margin-top: 40px
}
.page-reviews .reviews-s3 .items .item .block .text table {
	margin-top: 20px
}
.page-reviews .reviews-s3 .items .item .block .text table tr td {
	padding-bottom: 24px
}
.page-reviews .reviews-s3 .items .item .block .text table tr td:first-child {
	color: #828282;
	font-size: 16px;
	padding-right: 40px
}
.page-reviews .reviews-s3 .items .item .block .text table tr td:last-child {
	font-size: 20px;
	font-family: GPL, sans-serif
}
.page-reviews .reviews-s3 .items .item .block .text table tr td span {
	color: #e1bee7;
	font-size: 20px
}
.page-reviews .reviews-s3 .items .item .block .text .rate {
	color: #828282;
	font-size: 16px;
	margin-top: 35px
}
.page-reviews .reviews-s3 .items .item .block .text p.message {
	margin-top: 18px
}
.page-reviews .reviews-s3 .load-more-wrap {
	text-align: center;
	margin-top: 55px
}
.page-reviews .reviews-s3 .load-more-wrap a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../img/reload.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: .5s
}
.page-reviews .reviews-s3 .load-more-wrap a:hover {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg)
}
.page-price h2.seo-title {
	color: #000;
	font-size: 28px;
	line-height: 1;
	font-family: GPL, Roboto, sans-serif;
	margin-bottom: 40px
}
.page-price .page-start {
	background-color: #fce4ec;
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center
}
.page-price .page-start:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .3);
	z-index: 2!important
}
.page-price .page-start .container {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3
}
.page-price .page-start h1 {
	font-size: 47px;
	font-family: GPL, Roboto, sans-serif;
	color: #3f3939;
	margin-bottom: 15px
}
.page-price .page-start h1 span {
	font-size: 1em;
	color: #3f3939;
	font-family: GPB, Roboto, sans-serif
}
.page-price .page-start .bg-img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 40px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left center;
	object-position: left center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.page-price .page-start .scroll-next {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	position: absolute;
	left: calc((100% - 1300px)/ 2);
	bottom: 90px;
	cursor: pointer;
	z-index: 3
}
.page-price .page-start .scroll-next:before {
	content: "";
	position: absolute;
	left: calc(100% + 8px);
	top: 47%;
	width: 40px;
	height: 40px;
	background-image: url(../img/turn.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.page-price.type2 .price-section {
	padding-bottom: 40px;
	padding-top: 40px
}
.page-price .price-section {
	padding-bottom: 20px;
	padding-top: 20px
}
.page-price .price-section.pink {
	background-color: #fce4ec
}
.page-price .price-section .table-wrap {
	width: 100%
}
.page-price:not(.type2) .price-section .table-wrap {
	width: 100%;
	display: none;
	margin-top: 20px
}
.price-section .section-title {
	font-size: 40px
}
.price-section .section-title span {
	color: #000
}
.price-section+.section-popular-services {
	margin-top: 30px
}
.page-price .top2 {
	display: flex;
	padding: 20px;
	border-radius: 10px;
	background: #fce4ec;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer
}
.page-price .price-section table {
	width: 100%
}
.page-price .top2 img {
	width: 30px;
	margin-left: 20px;
	display: block;
	transition: all linear .25s
}
.page-price .top2.active img {
	transform: rotate(180deg)
}
.page-price .price-section table tr td {
	padding-top: 15px;
	padding-bottom: 25px
}
.page-price .price-section table b {
	display: none
}
.page-price .price-section table tr td:first-child {
	font-size: 24px;
	line-height: 1.2;
	font-family: Roboto, sans-serif;
	color: #3f3939;
	width: 40%
}
.page-price .price-section table tr td:first-child span {
	display: block;
	color: #828282;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin-top: 8px
}
.page-price .price-section table tr td:nth-child(2) {
	width: 15%;
	text-align: center
}
.page-price .price-section table tr td:nth-child(3) {
	width: 15%;
	text-align: center;
	padding-right: 40px
}
.page-price .price-section table tr td:nth-child(4) {
	width: 15%;
	text-align: center;
	padding-right: 30px
}
.page-price .price-section table tr td:nth-child(5) {
	width: 15%;
	text-align: center;
	padding-right: 20px
}
.page-price .price-section table tr td:nth-child(2), 
.page-price .price-section table tr td:nth-child(3), 
.page-price .price-section table tr td:nth-child(4), 
.page-price .price-section table tr td:nth-child(5) {
	font-size: 24px;
	color: #828282;
	font-weight: 300;
	font-family: Roboto, sans-serif
}
.first-row td {
	font-weight: 700!important
}
.page-price .price-section table tr td:nth-child(2) span, 
.page-price .price-section table tr td:nth-child(3) span, 
.page-price .price-section table tr td:nth-child(4) span, 
.page-price .price-section table tr td:nth-child(5) span {
	font-family: Roboto, sans-serif;
	color: #3f3939;
	font-size: 24px
}
.page-price .section-popular-services {
	background-color: #fff
}
.page-price .section-popular-services .left .dis {
	color: #fce4ec
}
.page-price .section-popular-services .left .dis span {
	color: #000
}
.page-contacts {
	padding-top: 70px;
	background-image: url(../img/contacts-right.jpg);
	background-repeat: no-repeat;
	background-position: 100% top;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
	flex: 1 1 100%
}
.page-contacts::before {
	content: '';
	position: absolute;
	display: block;
	width: 443px;
	height: 338px;
	background-size: contain;
	background-image: url(../img/contacts-left.jpg);
	top: 550px;
	left: calc(50% - 720px)
}
.page-contacts .page-start {
	background-color: transparent;
	padding-bottom: 38px
}
.page-contacts .wrapper {
	display: flex;
	flex-wrap: wrap
}
.page-contacts .wrapper .left {
	flex: 1 1 0
}
.page-contacts .wrapper .left .map-wrap {
	position: relative;
	padding-top: 69%
}
.page-contacts .wrapper .left .map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}
.page-contacts .wrapper .right {
	flex: 0 0 560px;
	padding-left: 35px
}
.page-contacts .wrapper .right .block {
	margin-bottom: 40px
}
.page-contacts .wrapper .right .block:last-child {
	padding-top: 25px
}
.page-contacts .wrapper .right .block .title {
	font-size: 24px;
	line-height: 1.2;
	font-family: GPL, sans-serif;
	margin-bottom: 18px
}
.page-contacts .wrapper .right .block p {
	line-height: 1.166
}
.page-contacts .wrapper .right .block p a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	font-weight: inherit;
	margin-bottom: 10px;
	transition: .25s
}
.page-contacts .wrapper .right .block p a:hover {
	color: #fce4ec
}
.page-contacts .wrapper .right .block .btn-wrap {
	margin-top: 31px
}
.page-contacts .wrapper .right .block .btn-wrap a.simple-btn {
	text-transform: none
}
.footer-m0+footer {
	margin-top: 0!important
}
.page-404 .page-start {
	min-height: 100vh;
	width: 100%;
	background-image: url(../img/404-bg.png);
	background-repeat: no-repeat;
	background-position: right -200px center;
	background-color: #e2dfe2;
	display: flex;
	align-items: center;
	padding-bottom: 30px
}
.page-404 .page-start ._404 {
	color: #e1bee7;
	font-size: 310px;
	font-weight: 900
}
.page-404 .page-start ._404 span {
	font-size: 241px;
	color: #6f539b;
	font-weight: 900
}
.page-404 .page-start h1 {
	color: #282528;
	font-size: 55px;
	line-height: 1.3;
	font-weight: 900;
	margin-bottom: 10px
}
.page-404 .page-start p {
	font-size: 24px;
	font-weight: 500
}
.page-404 .page-start .btn-wrap {
	margin-top: 30px
}
.page-404 .page-start .btn-wrap a {
	display: inline-block
}
.header .address {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content
}
.header .languages, .header .phones {
	margin-top: 10px
}
.header .address {
	margin-left: 15px;
}
.d-flex {
	display: flex;
	align-items: flex-start;
}
.menu-item-has-children {
	position: relative;
	padding: 10px 0
}
.menu-item-has-children a {
	position: relative
}
.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
	background-color: #fce4ec
}
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: -10px!important;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: .3s;
	pointer-events: none;
	padding: 5px;
	align-items: flex-start
}
.menu-item-has-children .sub-menu li {
	margin-right: 0;
	padding: 5px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid rgba(84, 75, 75, .3)
}
.menu-item-has-children .sub-menu li:last-child {
	border-bottom: none
}
.menu-item-has-children .sub-menu li a {
	white-space: nowrap;
	color: #544b4b!important
}
.menu-item-has-children .sub-menu li a:hover {
	color: #c177ce!important
}
.header .container {
	transition: .3s
}
.header.open .container {
	min-height: 840px
}
.wpml-ls-legacy-list-horizontal {
	padding: 0!important;
	border: none!important
}
.wpml-ls-legacy-list-horizontal a {
	padding: 0!important
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display: flex!important;
	align-items: center;
	height: 16px
}
.wpml-ls-legacy-list-horizontal>ul {
	display: flex;
	flex-direction: column
}
.header .languages li {
	margin-bottom: 0
}
.header .languages li.wpml-ls-current-language {
	order: -1;
	margin-bottom: 10px
}
#aihelps4004-module-opening-container {
	display: none
}
.offer-btn {
	display: block;
	padding: 15px 35px;
	border-radius: 99px;
	background-color: #fce4ec;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	cursor: pointer
}
.offer-btn svg {
	display: none
}
@media screen and (min-width:901px) {
	.page-home .page-start:before {
		display: none
	}
	.page-offers .page-start:before {
		display: none
	}
	.page-about .page-start:before {
		display: none
	}
	.page-seo .page-start:before {
		display: none
	}
	.page-service .page-start:before {
		display: none
	}
	.page-security .page-start:before {
		display: none
	}
	.page-reviews .page-start:before {
		display: none
	}
	.page-price .page-start:before {
		display: none
	}
}
@media screen and (min-width:951px) {
	.page-blog .blog-archive .box:nth-child(3n) {
		margin-right: 0
	}
}
@media screen and (min-width:970px) {
	.page-offers .offer-section.reverse .info-side {
		padding: 0 0 0 70px
	}
}
@media screen and (min-width:1024px) {
	.btn-mob-menu:not(.open):hover span:nth-child(2) {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	.btn-mob-menu:not(.open):hover span:nth-child(2) {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
}
@media screen and (min-width:1240px) {
	.header.header-white .menu-row a {
		color: #fff
	}
	.header.header-white .languages a {
		color: #fff
	}
	.header.header-white .languages a span {
		color: #fff
	}
	.header.header-white .menu-row a:hover {
		color: #c177ce
	}
	.header.header-white .languages a:hover {
		color: #c177ce
	}
	.header.header-white .languages a span:hover {
		color: #c177ce
	}
	.header.header-white * {
		color: #fff
	}
	.header.header-white .menu-row a {
		color: #fff
	}
	.header.header-white .menu-row a:hover {
		color: #c177ce
	}
	.header.header-white .languages a {
		color: #fff
	}
	.header.header-white .languages a:hover {
		color: #c177ce
	}
	.header.header-white .languages a span {
		color: #fff
	}
	.header.header-white .languages a span:hover {
		color: #c177ce
	}
}
@media screen and (min-width:1241px) {
	/*.header .phones:after {
		content: "";
		width: 16px;
		height: 8px;
		background-image: url(../img/dd.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 8px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}*/
	.header .languages:after {
		content: "";
		width: 16px;
		height: 8px;
		background-image: url(../img/dd.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 8px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.btn-mob-menu {
		display: none
	}
	/*.header .phones:after {
		content: "";
		width: 16px;
		height: 8px;
		background-image: url(../img/dd.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 8px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}*/
	.header .languages:after {
		content: "";
		width: 16px;
		height: 8px;
		background-image: url(../img/dd.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 8px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.btn-mob-menu {
		display: none
	}
}
@media screen and (min-width:1321px) {
	.page-home .categories .cat-list__item:hover {
		width: 30%
	}
}
@media screen and (max-width:1920px) {
	.page-offers .offer-section {
		margin-bottom: 11.458vw
	}
}
@media only screen and (max-width:1500px) {
	.page-about .about-s6::after {
		background-position: left 230px center
	}
}
@media screen and (max-width:1450px) {
	.header .menu-row li {
		margin-right: 17px
	}
	.page-home .categories {
		padding-top: 80px
	}
	.page-home .insta-photo {
		margin-top: 120px;
		padding-left: 5%
	}
	.page-home .insta-photo .left .simple-btn {
		left: 5%;
		bottom: 6.8vw
	}
	.page-home .insta-photo .right {
		width: calc(17.241vw * 5 + 30px * 5);
		min-width: calc(17.241vw * 5 + 30px * 5 + 50px)
	}
	.page-home .insta-photo .right img {
		width: 17.241vw;
		height: 13.793vw;
		margin-right: 20px;
		margin-bottom: 20px
	}
	.page-home .text-printing {
		margin-top: 110px
	}
	.page-home .text-printing:before {
		height: 24.138vw
	}
	.page-home .achievement {
		margin-top: 90px
	}
	.page-home .defense {
		margin-top: 110px
	}
	.page-home .news {
		margin-top: 110px
	}
}
@media screen and (max-width:1445px) {
	.page-home .page-start .bg-img {
		width: calc(90% - 319px)
	}
	.page-home .page-start .scroll-next {
		left: 20px
	}
	.page-home .advantages .left-img {
		width: 40.83vw;
		height: 37.024vw
	}
	.page-home .advantages .right {
		width: calc(100% - 40.83vw - 45px)
	}
	.page-offers .page-start .scroll-next {
		left: 20px
	}
	.page-offers .offer-section .img-side {
		height: 33.91vw
	}
	.page-blog .page-start .scroll-next {
		left: 20px
	}
	.page-about .page-start .bg-img {
		width: calc(90% - 319px)
	}
	.page-about .page-start .scroll-next {
		left: 20px
	}
	.page-seo .page-start .scroll-next {
		left: 20px
	}
	.page-service .page-start .scroll-next {
		left: 40px
	}
	.page-security .page-start .scroll-next {
		left: 20px
	}
	.page-reviews .page-start .scroll-next {
		left: 20px
	}
	.page-price .page-start .scroll-next {
		left: 20px
	}
}
@media only screen and (max-width:1400px) {
	.page-seo .seo-s2 .wrapper .right {
		padding-left: 40px
	}
	.page-seo .seo-s2 .wrapper .right .img-wrap .img-2 {
		top: -105px;
		left: -30px
	}
	.page-security .security-s2 .wrapper .left .block .text {
		font-size: 35px
	}
}
@media screen and (max-width:1500px) {
	.header .menu-row li:last-child {
		margin-right: 0
	}
	.header .languages {
		position: absolute;
		right: 0;
		top: calc(100% + 20px)
	}
	.header .menu-row li:last-child {
		margin-right: 0
	}
	.header .languages {
		position: absolute;
		right: 0;
		top: 56px
	}
	.page-home .defense .left-img {
		width: 35.357vw;
		height: 35.357vw;
		min-width: 280px;
		min-height: 280px
	}
	.page-home .defense .right-info {
		width: calc(100% - 35.357vw - 40px)
	}
	.page-seo .page-start .right-logo h1 {
		font-size: 54px
	}
	.page-service .page-start .bg-img {
		-o-object-position: right center;
		object-position: right center
	}
}
@media screen and (max-width:1380px) {
	.page-home .news .news-slider {
		width: 111.6vw
	}
	.page-home .news .news-slider .box {
		width: 24.27vw!important;
		height: 32.24vw
	}
}
@media screen and (max-width:1370px) {
	.page-offers .page-start .bg-img {
		width: calc(90% - 175px);
		z-index: 0
	}
}
@media screen and (max-width:1350px) {
	.page-blog .blog-archive .box {
		width: calc(33.333% - 20px);
		margin-right: 30px
	}
	.page-blog .blog-archive .box .img {
		height: 28.148vw
	}
	.page-blog .blog-archive .box .top {
		height: calc(100% - 6.667vw)
	}
	.page-blog .blog-archive .box .bottom {
		height: 6.667vw;
		padding: 0 20px
	}
}
@media only screen and (max-width:1350px) {
	.page-about .about-s2 {
		padding-bottom: 130px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-1 {
		top: 175px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-2 {
		top: 60px;
		left: 165px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap img {
		width: 250px;
		width: calc(25vw)
	}
}
@media screen and (max-width:1330px) {
	.section-title {
		font-size: 36px
	}
	.price-section .section-title {
		font-size: 30px
	}
	.page-home .text-printing .left .deco {
		top: auto;
		bottom: 0;
		-webkit-transform: translateX(-34%) translateY(-100%) rotate(-90deg);
		transform: translateX(-34%) translateY(-100%) rotate(-90deg)
	}
}
@media screen and (max-width:1320px) {
	.page-home .categories .cat-list {
		flex-wrap: wrap;
		justify-content: center
	}
	.page-home .categories .cat-list__item {
		width: 33.333%;
		height: 500px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.page-home .categories .cat-list__item p {
		text-align: center
	}
	.page-home .categories .cat-list__item {
		border: 1px solid #fce4ec
	}
}
@media only screen and (max-width:1300px) {
	.section-title span.bold {
		font-size: 32px
	}
	.page-about .about-s5 .wrapper .left {
		flex: 1 1 50%;
		max-width: 50%
	}
	.page-about .about-s5 .wrapper .right {
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 15px
	}
	.page-service .service-s2 .wrapper .left {
		flex: 1 1 50%;
		width: 50%
	}
	.page-service .service-s2 .wrapper .right {
		flex: 1 1 50%;
		width: 50%
	}
	.page-security .security-s3 .wrapper .col {
		width: calc(50% - 30px)
	}
}
@media screen and (max-width:1300px) {
	.footer .menu-line {
		width: 400px
	}
	.page-home .achievement .left {
		width: calc(100% - 39.2vw)
	}
	.page-home .achievement .right-img {
		width: 39.2vw;
		height: 37.31vw;
		margin-top: -14.6vw
	}
}
@media screen and (max-width:1250px) {
	.footer .menu-line {
		display: none
	}
	.footer .logo {
		position: static;
		-webkit-transform: none;
		transform: none
	}
	.page-offers .page-start .bg-img {
		width: calc(90% - 185px);
		z-index: 0
	}
}
@media screen and (max-width:1240px) {
	.header .phones:hover, .header .phones {
		height:auto !important;
	}
	.page-price.type2 .price-section {
		overflow:hidden;
	}
	.header.header-white * {
		color: #000 !important
	}
	.header.header-white .menu-row a {
		color: #000
	}
	.header.header-white .menu-row a:hover {
		color: #c177ce
	}
	.header.header-white .languages a {
		color: #000
	}
	.header {
		display: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fce4ec;
		overflow-y: auto;
		overflow-x: hidden
	}
	.header .container {
		height: 100%;
		min-height: 550px
	}
	.header .phones {
		position: absolute;
		height: auto;
		bottom: 65px;
		padding-right: 0;
		left: 0;
		margin-right: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
	.header {
		display: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fce4ec;
		overflow-y: auto;
		overflow-x: hidden
	}
	.header .container {
		height: 100%;
		min-height: 555px
	}
	.header .phones {
		position: absolute;
		height: auto;
		bottom: 165px;
		padding-right: 0;
		left: 0;
		margin-right: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
	.header .menu-row {
		position: absolute;
		left: 50%;
		top: 25%;
		-webkit-transform: translateX(-50%) translateY(-25%);
		transform: translateX(-50%) translateY(-25%)
	}
	.header .menu-row ul {
		flex-direction: column
	}
	.header .menu-row li {
		margin-right: 0;
		margin-bottom: 15px
	}
	.header .languages {
		top: 150px;
		height: auto;
		right: 0;
		padding-right: 0;
		margin-left: 0
	}
	.header .menu-row ul li ul.sub-menu {
		display: none
	}
	.menu-item-has-children {
		display: flex;
		align-items: center;
		flex-direction: column
	}
	.menu-item-has-children .sub-dd {
		width: 16px;
		height: 8px;
		background-image: url(../img/dd.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: -25px;
		top: 52%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: .3s;
		pointer-events: none
	}
	.menu-item-has-children .sub-dd.open {
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
	.menu-item-has-children .sub-menu {
		transition: 0s;
		background: 0 0;
		border-radius: 0;
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-bottom: -15px;
		margin-top: 15px;
		padding: 8px 10px 0 10px;
		display: none;
		opacity: 1;
		pointer-events: auto
	}
	.menu-item-has-children .sub-menu li {
		padding: 0;
		margin-bottom: 10px!important
	}
	.menu-item-has-children .sub-menu li {
		border-bottom: none;
		text-align: center
	}
	.header .menu-row lu:nth-child(2) a {
		padding: 0 20px
	}
}
@media (max-width:1200px) {
	.page-404 .page-start {
		background-position: right -500px center
	}
	.page-404 .page-start ._404 {
		font-size: 150px
	}
	.page-404 .page-start ._404 span {
		font-size: 120px
	}
	.page-404 .page-start h1 {
		font-size: 35px
	}
	.page-404 .page-start p {
		font-size: 20px
	}
}
@media only screen and (max-width:1200px) {
	.page-about .about-s4 {
		padding-bottom: 60px;
		padding-top: 100px
	}
	.page-about .about-s4 .wrapper .left {
		flex: 1 1 50%
	}
	.page-about .about-s4 .wrapper .left .items {
		padding-right: 0
	}
	.page-about .about-s4 .wrapper .left .items .col {
		width: calc(50% - 15px)
	}
	.page-about .about-s4 .wrapper .left .items .col .item .text .title {
		font-size: 20px
	}
	.page-about .about-s4 .wrapper .left .items .col .item .text p {
		font-size: 16px
	}
	.page-about .about-s4 .wrapper .right {
		flex: 1 1 50%;
		padding-left: 30px
	}
	.page-seo .seo-s4 .items .col {
		width: calc(50% - 30px)
	}
	.page-seo .seo-s4 .items .col .item p {
		font-size: 20px
	}
	.page-seo .seo-s5 .items .col {
		width: calc(50% - 15px)
	}
	.page-security .security-s2 .wrapper .left {
		flex: 1 1 50%;
		width: 50%
	}
	.page-security .security-s2 .wrapper .left .block {
		padding-left: 0
	}
	.page-security .security-s2 .wrapper .left .block .text {
		font-size: 30px
	}
	.page-security .security-s2 .wrapper .right {
		flex: 1 1 50%;
		width: 50%;
		padding-left: 15px
	}
	.page-contacts .wrapper .left {
		flex: 1 1 60%;
		width: 60%
	}
	.page-contacts .wrapper .right {
		flex: 1 1 40%;
		width: 40%
	}
}
@media screen and (max-width:1200px) {
	.page-home .advantages {
		padding-bottom: 220px
	}
	.page-home .advantages .right {
		position: absolute;
		left: 25vw;
		top: 18vw;
		width: calc(100% - 25vw)
	}
	.page-home .achievement {
		padding-bottom: 16vw
	}
	.page-home .achievement .left {
		width: calc(100% - 19vw)
	}
	.page-home .achievement .right-img {
		position: absolute;
		right: 0;
		bottom: 0;
		margin-bottom: -16vw
	}
}
@media screen and (max-width:1100px) {
	.page-home .text-printing .container {
		flex-direction: column;
		align-items: flex-start
	}
	.page-home .text-printing .left {
		margin-bottom: 30px;
		margin-right: 0
	}
	.page-offers .page-start .right-logo h1 {
		font-size: 6vw
	}
}
@media screen and (max-width:1080px) {
	.page-offers .page-start .right-logo h1 {
		color: #fff
	}
}
@media screen and (max-width:1050px) {
	.page-offers .page-start .bg-img {
		width: calc(90% - 195px)
	}
}
@media screen and (max-width:1024px) {
	.simple-btn {
		font-size: 14px;
		padding: 10px 30px
	}
	.slick-controls .slick-arrow {
		background-color: #c177ce
	}
	.scroll-top {
		width: 40px;
		height: 40px
	}
	.scroll-top:before {
		width: 10px;
		height: 10px
	}
	.page-home .categories .cat-list__item {
		width: 50%
	}
}
@media only screen and (max-width:992px) {
	.seo-info .text {
		margin-top: 20px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap img {
		width: calc(30vw)
	}
	.page-about .about-s4 .wrapper .left .items .col {
		width: calc(50% - 15px);
		margin-bottom: 50px
	}
	.page-about .about-s4 .wrapper .right .img-wrap .img-1 {
		top: -60px;
		right: -145px
	}
	.page-about .about-s4 .wrapper .right .img-wrap img {
		width: calc(100% - 120px)
	}
	.page-about .about-s5 {
		padding-bottom: 30px
	}
	.page-about .about-s5::before {
		display: none
	}
	.page-about .about-s5 .wrapper .left {
		flex: 1 1 100%;
		max-width: 100%;
		padding-top: 80px
	}
	.page-about .about-s5 .wrapper .left p {
		max-width: 100%
	}
	.page-about .about-s5 .wrapper .right {
		flex: 1 1 100%;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding-left: 0
	}
	.page-about .about-s5 .wrapper .right .img-wrap {
		order: 1;
		margin-top: 30px;
		text-align: center
	}
	.page-about .about-s6::after {
		background-position: left 540px center
	}
	.page-seo .seo-s2 .wrapper .left {
		flex: 1 1 100%;
		width: 100%
	}
	.page-seo .seo-s2 .wrapper .left .block {
		max-width: 100%
	}
	.page-seo .seo-s2 .wrapper .left .block .btn-wrap {
		margin: 30px 0
	}
	.page-seo .seo-s2 .wrapper .right {
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		flex: 1 1 100%
	}
	.page-seo .seo-s2 .wrapper .right .img-wrap {
		display: flex;
		justify-content: space-between
	}
	.page-seo .seo-s2 .wrapper .right .img-wrap .img-1, .page-seo .seo-s2 .wrapper .right .img-wrap .img-2 {
		width: calc(50% - 7.5px)
	}
	.page-seo .seo-s2 .wrapper .right .img-wrap .img-1 img, .page-seo .seo-s2 .wrapper .right .img-wrap .img-2 img {
		width: 100%
	}
	.page-seo .seo-s2 .wrapper .right .img-wrap .img-2 {
		position: static
	}
	.page-seo .seo-s5 .items {
		margin-top: 80px
	}
	.page-service .service-s2 {
		padding-bottom: 100px
	}
	.page-service .service-s2 .wrapper .left {
		flex: 1 1 100%;
		width: 100%;
		padding-right: 0;
		order: 1
	}
	.page-service .service-s2 .wrapper .right {
		flex: 1 1 100%;
		width: 100%
	}
	.page-service .service-s2 .wrapper .right .img-wrap {
		margin-bottom: 20px
	}
	.page-service .service-s4 {
		padding-top: 100px
	}
	.page-service .service-s4 .wrapper {
		margin-top: 100px
	}
	.page-service .service-s4 .wrapper .col {
		width: 100%;
		margin-bottom: 50px
	}
	.page-service .service-s4 .wrapper .col .item .text .title, .page-service .service-s4 .wrapper .col .item h2 {
		font-size: 22px
	}
	.page-service .service-s5 {
		background-position: right -400px center
	}
	.page-service .section-gallery-slider {
		padding-bottom: 80px
	}
	.page-service .service-s7 .wrapper .block .left {
		font-size: 20px;
		left: -45px;
		top: 54px
	}
	.page-service .service-s7 .wrapper .block .logo span {
		font-size: 60px
	}
	.page-service .service-s7 .wrapper .block .text {
		font-size: 35px;
		margin-left: 15px
	}
	.page-service .section-popular-services {
		padding-bottom: 100px
	}
	.page-security .security-s2 .wrapper .left .block .logo {
		min-width: 112px
	}
	.page-security .security-s2 .wrapper .left .block .logo span {
		font-size: 60px
	}
	.page-security .security-s2 .wrapper .left .block .text {
		font-size: 24px
	}
	.page-security .security-s3 .wrapper .col {
		margin-bottom: 50px
	}
	.page-security .security-s3 .wrapper .col .item .stage {
		font-size: 20px;
		top: 26px;
		left: -25px
	}
	.page-security .security-s3 .wrapper .col .item .title {
		font-size: 20px
	}
	.page-reviews .reviews-s2 h2 {
		font-size: 24px
	}
	.page-reviews .reviews-s2 .form-wrapper .right {
		padding-left: 100px
	}
	.page-price .price-section table tr td {
		padding-top: 15px;
		padding-bottom: 20px
	}
	.page-price .price-section table tr td:first-child {
		font-size: 18px
	}
	.page-price .price-section table tr td:nth-child(2), 
	.page-price .price-section table tr td:nth-child(3), 
	.page-price .price-section table tr td:nth-child(4), 
	.page-price .price-section table tr td:nth-child(5) {
		font-size: 18px
	}
	.page-price .price-section table tr td:nth-child(2) span, 
	.page-price .price-section table tr td:nth-child(3) span, 
	.page-price .price-section table tr td:nth-child(4) span, 
	.page-price .price-section table tr td:nth-child(5) span {
		font-size: 18px
	}
	.page-contacts {
		background-size: auto 920px
	}
	.page-contacts::before {
		left: -100px;
		display: none
	}
	.page-contacts .wrapper .left {
		flex: 1 1 100%;
		width: 100%;
		order: 1
	}
	.page-contacts .wrapper .left .map-wrap {
		width: 100vw;
		margin-left: -5vw
	}
	.page-contacts .wrapper .right {
		flex: 1 1 100%;
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px
	}
	.page-contacts .wrapper .right .block .title {
		font-size: 20px
	}
}
@media screen and (max-width:990px) {
	.page-seo .page-start .right-logo {
		padding-left: 0
	}
}
@media screen and (max-width:970px) {
	.page-offers .offer-section {
		margin-bottom: 5vw
	}
	.page-offers .offer-section .container:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background-color: rgba(0, 0, 0, .4);
		width: 100%;
		height: 100%
	}
	.page-offers .offer-section .info-side {
		width: 100%;
		position: relative;
		z-index: 3;
		padding: 30px 20px 30px 80px
	}
	.page-offers .offer-section .info-side .title {
		color: #fff
	}
	.page-offers .offer-section .info-side .descr {
		color: #fff;
		margin-bottom: 35px
	}
	.page-offers .offer-section .img-side {
		position: absolute;
		z-index: 1;
		width: 100%;
		max-width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}
	.page-offers .offer-section .info-side {
		min-height: 280px
	}
}
@media screen and (max-width:950px) {
	.page-home .advantages {
		padding-bottom: 20px;
		padding-top: 80px
	}
	.page-home .advantages .container {
		flex-direction: column-reverse
	}
	.page-home .advantages .left-img {
		width: 100%;
		display: flex;
		justify-content: center;
		height: auto
	}
	.page-home .advantages .left-img .img-box {
		position: static
	}
	.page-home .advantages .left-img .img-box:nth-child(1) {
		width: 400px;
		height: 250px;
		margin-right: 30px
	}
	.page-home .advantages .left-img .img-box:nth-child(2) {
		width: 190px;
		height: 250px
	}
	.page-home .advantages .left-img .img-box:nth-child(2) img {
		-o-object-position: center;
		object-position: center;
		-o-object-fit: cover;
		object-fit: cover
	}
	.page-home .advantages .right {
		position: static;
		width: 100%
	}
	.page-home .advantages .right .section-title {
		margin-bottom: 35px
	}
	.page-home .advantages .right .box {
		margin-bottom: 40px
	}
	.page-home .advantages .right .box h3 {
		font-size: 20px
	}
	.page-home .achievement {
		margin-top: 20px;
		padding-bottom: 0
	}
	.page-home .achievement .content {
		flex-direction: column
	}
	.page-home .achievement .left {
		width: 100%
	}
	.page-home .achievement .right-img {
		position: static;
		display: flex;
		width: 100%;
		justify-content: center;
		margin-top: 0;
		margin-bottom: 0
	}
	.page-home .achievement .right-img .img-box {
		position: static
	}
	.page-home .achievement .right-img .img-box:nth-child(1) {
		width: 400px;
		height: 250px;
		margin-right: 30px
	}
	.page-home .achievement .right-img .img-box:nth-child(2) {
		width: 190px;
		height: 250px
	}
	.page-home .achievement .right-img .img-box:nth-child(2) img {
		-o-object-position: center;
		object-position: center;
		-o-object-fit: cover;
		object-fit: cover
	}
	.page-home .defense .left-img {
		display: none
	}
	.page-home .defense .right-info {
		width: 100%
	}
	.page-home .news .left {
		width: 33vw;
		min-width: 33vw
	}
	.page-home .news .news-slider {
		width: 1061px
	}
	.page-home .news .news-slider .box {
		width: 230px!important;
		height: 306px
	}
	.page-home .news .news-slider .box .top {
		height: calc(100% - 40px)
	}
	.page-home .news .news-slider .box .bottom {
		height: 40px
	}
	.page-blog .blog-archive .box {
		width: calc(50% - 15px)
	}
	.page-blog .blog-archive .box:nth-child(2n) {
		margin-right: 0
	}
	.page-blog .blog-archive .box .img {
		height: 46.4vw
	}
}
@media screen and (max-width:900px) {
	.btn-mob-menu span {
		background-color: #fff
	}
	.btn-mob-menu p {
		color: #fff
	}
	.btn-mob-menu.open span {
		background-color: #3f3939
	}
	.btn-mob-menu.open p {
		color: #3f3939
	}
	.btn-mob-menu span {
		background-color: #fff
	}
	.btn-mob-menu p {
		color: #fff
	}
	.btn-mob-menu.open span {
		background-color: #3f3939
	}
	.btn-mob-menu.open p {
		color: #3f3939
	}
	.page-home .page-start .logo span {
		font-size: 16.667vw
	}
	.page-home .page-start .right-logo h1 {
		font-size: 7vw
	}
	.page-home .page-start .bg-img {
		width: calc(90% - 195px);
		z-index: 0
	}
	.page-home .insta-photo .left .simple-btn {
		bottom: 5.8vw
	}
	.page-offers .page-start .logo span {
		font-size: 16.667vw
	}
	.page-offers .page-start .bg-img {
		width: calc(90% - 22.458vw);
		z-index: 0
	}
	.page-offers .page-start:before {
		width: calc(90% - 22.458vw)
	}
	.page-blog .page-start .right-logo h1 {
		font-size: 7vw
	}
	.page-about .page-start .logo span {
		font-size: 16.667vw
	}
	.page-about .page-start .right-logo h1 {
		font-size: 7vw
	}
	.page-about .page-start .bg-img {
		width: calc(90% - 195px);
		z-index: 0
	}
	.page-seo .page-start .logo span {
		font-size: 16.667vw
	}
	.page-seo .page-start .right-logo h1 {
		font-size: 6vw;
		color: #fff
	}
	.page-service .page-start h1 {
		font-size: 7vw
	}
	.page-service .page-start h2, .page-service .page-start p {
		font-size: 20px
	}
	.page-security .page-start h1 {
		font-size: 7vw;
		color: #fff
	}
	.page-security .page-start h1 span {
		color: #fff
	}
	.page-reviews .page-start h1 {
		font-size: 7vw;
		color: #fff
	}
	.page-reviews .page-start h1 span {
		color: #fff
	}
	.page-reviews .page-start p {
		font-size: 20px;
		color: #fff
	}
	.page-price .page-start h1 {
		font-size: 7vw;
		color: #fff
	}
	.page-price .page-start h1 span {
		color: #fff
	}
}
@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
	}
}
@media screen and (max-width:850px) {
	.btn-mob-menu {
		right: 40px
	}
	.btn-mob-menu {
		right: 40px
	}
}
@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 screen and (max-width:800px) {
	.page-home .insta-photo {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 5%
	}
	.page-home .insta-photo .left {
		width: 100%;
		margin-bottom: 30px
	}
	.page-home .insta-photo .left .simple-btn {
		display: none
	}
	.page-home .insta-photo .right {
		width: 100%;
		min-width: 100%;
		margin-right: 0
	}
	.page-home .insta-photo .right img:nth-child(6) {
		margin-left: 0
	}
}
@media (max-width:768px) {
	.footer .right-info .l .address {
		max-width: 100%;
	}
	.page-404 .page-start {
		background-size: cover;
		background-position: center;
		text-align: center
	}
	.page-404 .page-start ._404 {
		font-size: 100px;
		margin-top: 320px
	}
	.page-404 .page-start ._404 span {
		font-size: 100px
	}
	.page-404 .page-start h1 {
		font-size: 26px
	}
	.page-404 .page-start p {
		font-size: 16px
	}
}
@media only screen and (max-width:768px) {
	.section-title span.bold {
		font-size: 20px;
		margin-bottom: 5px
	}
	.section-video {
		padding-bottom: 50px
	}
	.section-popular-services .wrapper {
		flex-wrap: wrap
	}
	.section-popular-services .left {
		flex: 1 1 100%;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px
	}
	.section-popular-services .left .dis {
		font-size: 45px
	}
	.section-popular-services .right {
		flex: 1 1 100%;
		width: 100%;
		padding-left: 0;
		margin-left: -15px;
		margin-right: -15px
	}
	.section-popular-services .right .slider-wrap .slick-slide {
		padding: 0 15px
	}
	.section-popular-services .right .slider-wrap {
		width: 100%
	}
	.section-popular-services .right .slider-wrap .item {
		padding: 0
	}
	.section-popular-services .right .slider-wrap .item a p {
		opacity: 1
	}
	.section-popular-services .right .slider-wrap .item a p span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		line-height: 1;
		letter-spacing: 0
	}
	.simple-text-block {
		padding: 40px 0
	}
	.page-about {
		padding-bottom: 40px
	}
	.page-about .about-s2 {
		padding-bottom: 150px
	}
	.page-about .about-s2::before {
		display: none
	}
	.page-about .about-s2 .wrapper .left {
		width: 100%
	}
	.page-about .about-s2 .wrapper .left ul li {
		line-height: 1.5
	}
	.page-about .about-s2 .wrapper .right {
		padding-bottom: 50px;
		padding-top: 30px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-1 {
		top: 165px;
		left: 30px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-2 {
		top: 50px;
		left: 200px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap img {
		width: calc(40vw)
	}
	.page-about .about-s4 {
		padding-bottom: 0;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.page-about .about-s4 .top-line {
		margin-bottom: 50px
	}
	.page-about .about-s4 .wrapper .left {
		flex: 1 1 100%
	}
	.page-about .about-s4 .wrapper .right {
		flex: 1 1 100%;
		padding-left: 0
	}
	.page-about .about-s4 .wrapper .right .img-wrap {
		display: flex;
		flex-wrap: wrap
	}
	.page-about .about-s4 .wrapper .right .img-wrap .img-1, .page-about .about-s4 .wrapper .right .img-wrap .img-2 {
		position: static;
		width: 50%
	}
	.page-about .about-s4 .wrapper .right .img-wrap img {
		width: 100%;
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover
	}
	.page-about .about-s5 .wrapper .left {
		padding-top: 50px
	}
	.page-about .about-s5 .wrapper .left h2.section-title {
		margin-bottom: 30px
	}
	.page-about .about-s6 .block-wrapper .item .block p {
		max-width: 400px
	}
	.page-about .section-popular-services {
		padding-top: 0
	}
	.page-seo h2.seo-title {
		font-size: 20px
	}
	.page-seo .seo-s2 {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.page-seo .seo-s4 {
		padding-bottom: 50px
	}
	.page-seo .seo-s4 .items {
		margin-top: 80px
	}
	.page-seo .seo-s4 .items .col {
		width: 100%;
		margin-bottom: 70px
	}
	.page-seo .seo-s4 p.bottom {
		padding-left: 0
	}
	.page-seo .seo-s4 p.bottom br {
		display: none
	}
	.page-seo .seo-s5 h2.seo-title {
		margin-bottom: 20px
	}
	.page-seo .seo-s5 .items {
		margin-top: 40px
	}
	.page-seo .seo-s5 .items .col .block .title {
		font-size: 20px;
		margin-bottom: 10px
	}
	.page-service .service-s2 {
		padding-bottom: 0
	}
	.page-service .service-s3 {
		background-position: right -300px center
	}
	.page-service .service-s3 .wrapper {
		padding: 200px 0
	}
	.page-service .service-s5 {
		background-position: right -450px center
	}
	.page-service .service-s5 .wrapper p {
		max-width: 340px
	}
	.page-service .service-s7 {
		background-position: right center;
		padding-top: 150px;
		padding-bottom: 300px
	}
	.page-service .section-popular-services {
		margin-top: 0;
		padding-bottom: 40px
	}
	.page-service .section-popular-services .slick-controls {
		position: static
	}
	.page-service .section-popular-services .left h2.section-title {
		margin-bottom: 30px
	}
	.page-service .section-popular-services .left .dis span {
		color: #000
	}
	.page-security .security-s2 {
		padding-bottom: 50px
	}
	.page-security .security-s2 .wrapper .left {
		flex: 1 1 100%;
		width: 100%
	}
	.page-security .security-s2 .wrapper .left .block .text br {
		display: none
	}
	.page-security .security-s2 .wrapper .right {
		flex: 1 1 100%;
		width: 100%;
		margin-top: 40px;
		padding-left: 0
	}
	.page-security .security-s2 .wrapper .right .img-wrap {
		text-align: center
	}
	.page-security .security-s3 {
		padding-bottom: 50px
	}
	.page-security .security-s3 .wrapper {
		margin-bottom: 0
	}
	.page-security .security-s3 .wrapper .col {
		width: 100%;
		margin-bottom: 50px
	}
	.page-security .section-popular-services {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.page-reviews .reviews-s2 {
		padding-top: 50px;
		padding-bottom: 20px
	}
	.page-reviews .reviews-s2 h2 {
		font-size: 20px
	}
	.page-reviews .reviews-s2 .form-wrapper .left {
		flex: 1 1 100%
	}
	.page-reviews .reviews-s2 .form-wrapper .right {
		margin-top: 0;
		flex: 1 1 100%;
		padding-left: 0;
		margin-top: 30px
	}
	.page-reviews .reviews-s2 .form-wrapper .right textarea {
		max-width: 100%;
		margin-top: 10px
	}
	.page-reviews .reviews-s3 {
		padding-bottom: 40px
	}
	.page-reviews .reviews-s3 .items .item .block {
		align-items: center;
		justify-content: center
	}
	.page-reviews .reviews-s3 .items .item .block .img-wrap {
		margin-bottom: 80px
	}
	.page-reviews .reviews-s3 .items .item .block .text {
		flex: 0 0 100%;
		width: 100%;
		padding-left: 0
	}
	.page-reviews .reviews-s3 .items .item .block .text .name {
		margin-top: 0;
		font-size: 20px
	}
	.page-price .price-section .table-wrap {
		margin-top: 0
	}
	.page-reviews .reviews-s3 .load-more-wrap {
		margin-top: 30px
	}
	.page-price .price-section {
		padding-bottom: 15px;
		padding-top: 15px
	}
	.page-price .price-section.pink {
		background-color: transparent
	}
	.page-price .price-section .table-wrap {
		padding-top: 20px
	}
	.page-price .price-section table tr:nth-child(odd) td {
		background-color: #fef7f9;
		position: relative
	}
	.page-price .price-section table tr:nth-child(odd) td::after, .page-price .price-section table tr:nth-child(odd) td::before {
		content: '';
		display: block;
		position: absolute;
		width: 1000px;
		top: 0;
		bottom: 0;
		height: 100%;
		background-color: #fef7f9;
		z-index: 11
	}
	.page-price .price-section table tr:nth-child(odd) td::after {
		left: -1000px
	}
	.page-price .price-section table tr:nth-child(odd) td::before {
		right: -1000px
	}
	.page-price .first-row {
		display: none!important
	}
	.page-price .price-section table b {
		display: block;
		margin-bottom: 5px;
		font-size: 13px
	}
	.page-price .price-section table tr td {
		width: 100%!important;
		display: block;
		text-align: left!important;
		padding: 7px 0
	}
	.page-price .price-section table tr td:nth-child(2) {
		padding: 0 0 5px
	}
	.page-price .price-section table tr {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	.page-price .price-section table tr:nth-child(odd) td::after, .page-price .price-section table tr:nth-child(odd) td::before {
		z-index: -1
	}
	.page-price .price-section table tr td:first-child {
		padding-top: 20px;
		text-align: center!important
	}
	.page-price .price-section table tr td:first-child span {
		display: block;
		text-align: left
	}
	.page-price .price-section table tr td:nth-child(3) {
		padding-bottom: 10px;
		padding-top: 5px;
		margin-bottom: 15px;
		font-size: 15px!important;
		width: auto!important;
		text-align: center!important;
	}
	.page-price .price-section table tr td:nth-child(4) {
		margin-bottom: 15px;
		padding-top: 5px;
		width: auto!important;
		font-size: 15px!important;
		padding-bottom: 10px;
		text-align: center!important
	}
	.page-price .price-section table tr td:nth-child(5) {
		margin-bottom: 15px;
		padding-top: 5px;
		width: auto!important;
		font-size: 15px!important;
		padding-bottom: 10px;
		padding-right: 0 !important;
		text-align: center!important;
	}
	.page-price .price-section table tr:nth-child(odd) td:nth-child(3), 
	.page-price .price-section table tr:nth-child(odd) td:nth-child(4), 
	.page-price .price-section table tr:nth-child(odd) td:nth-child(5) {
		padding-bottom: 20px!important;
		margin-bottom: 0!important
	}
	.page-price .section-popular-services {
		padding-bottom: 40px
	}
	.page-contacts {
		background-size: auto 650px
	}
	.page-contacts::before {
		display: none
	}
	.page-contacts .wrapper .right .block {
		margin-bottom: 25px
	}
	.page-contacts .wrapper .right .block:last-child {
		padding-top: 0
	}
	.page-contacts .wrapper .right .block .title {
		font-size: 18px;
		margin-bottom: 5px
	}
}
@media screen and (max-width:768px) {
	.page-price:not(.type2) .price-section .section-title {
		font-size: 22px
	}
	.price-section .top2 img {
		width: 22px
	}
	.scroll-top {
		right: 80px;
		bottom: 20px
	}
	.section-title {
		font-size: 26px
	}
	p {
		font-size: 16px
	}
	.breadcrumbs {
		display: none
	}
	.blockquote {
		padding-left: 20px
	}
	.footer .right-info .r a {
		font-size: 16px
	}
	.page-home {
		padding-bottom: 70px
	}
	.page-home:after {
		height: 70px
	}
	.page-home .categories .cat-list__item {
		width: 100%;
		height: 400px;
		padding: 0
	}
	.page-home .insta-photo {
		margin-top: 130px
	}
	.page-home .insta-photo .left .inst {
		font-size: 32px;
		height: 197px
	}
	.page-home .text-printing {
		margin-top: 75px
	}
	.page-home .text-printing:before {
		height: 190px
	}
	.page-home .advantages .right .box h3 {
		font-size: 18px
	}
	.page-home .advantages .right .box p {
		font-size: 16px
	}
	.page-home .defense {
		margin-top: 60px
	}
	.page-home .defense .right-info h2 {
		margin-bottom: 20px
	}
	.page-home .news {
		margin-top: 70px
	}
	.page-home .seo-info {
		padding-top: 120px
	}
	.page-offers .sometext {
		padding-top: 30px;
		margin-bottom: 30px
	}
	.page-offers .seo-info {
		margin-bottom: 70px;
		padding-top: 30px
	}
	.page-blog .page-start .right-logo {
		margin-bottom: 150px
	}
	.page-blog .page-start .bg-img {
		-o-object-position: center;
		object-position: center
	}
	.page-blog .blog-archive {
		padding-top: 20px
	}
	.page-blog .seo-info {
		padding-top: 20px;
		margin-bottom: 70px
	}
	.page-seo .page-start .bg-img {
		-o-object-position: center;
		object-position: center
	}
	.page-service .page-start .bg-img {
		-o-object-position: right center;
		object-position: right center
	}
	.page-security .page-start .bg-img {
		-o-object-position: center;
		object-position: center
	}
	.page-reviews .page-start .bg-img {
		-o-object-position: center;
		object-position: center
	}
	.page-price .page-start .bg-img {
		-o-object-position: center;
		object-position: center
	}
	.offer-btn {
		padding: 9px;
		font-size: 0;
		color: transparent
	}
	.offer-btn svg {
		display: block;
		width: 22px;
		height: 22px
	}
}
@media only screen and (max-width:767px) {
	.section-popular-services .right .slider-wrap .item img {
		width: 100%!important;
		height: 43.155vw!important
	}
}
@media screen and (max-width:750px) {
	.page-home .text-printing .right .num {
		font-size: 8vw;
		margin-right: 28vw
	}
	.page-home .text-printing .right .num:after {
		right: -14vw;
		width: 9.33vw
	}
	.page-home .text-printing .right .console-underscore, .page-home .text-printing .right .txt {
		font-size: 5.33vw
	}
}
@media screen and (max-width:740px) {
	.page-home .achievement .left {
		flex-direction: column;
		align-items: center
	}
	.page-home .achievement .left .box {
		justify-content: center;
		padding-right: 0
	}
}
@media screen and (max-width:700px) {
	.footer .container {
		flex-direction: column
	}
	.footer .logo {
		margin: 0 auto 30px
	}
	.footer .right-info {
		flex-direction: column;
		align-items: center;
		width: 100%
	}
	.footer .right-info .l {
		order: 1
	}
	.footer .right-info .r {
		margin-left: 0;
		margin-bottom: 30px
	}
	.page-home .advantages .left-img .img-box:nth-child(1) {
		width: 66%;
		height: 36vw
	}
	.page-home .advantages .left-img .img-box:nth-child(2) {
		width: 33.33%;
		height: 36vw
	}
	.page-home .advantages .left-img .img-box img {
		-o-object-fit: cover;
		object-fit: cover
	}
	.page-home .achievement .right-img .img-box:nth-child(1) {
		width: 66%;
		height: 36vw
	}
	.page-home .achievement .right-img .img-box:nth-child(2) {
		width: 33.33%;
		height: 36vw
	}
	.page-home .achievement .right-img .img-box img {
		-o-object-fit: cover;
		object-fit: cover
	}
}
@media screen and (max-width:670px) {
	.page-home .achievement .left .box {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
	.page-home .achievement .left .box:last-child {
		margin-bottom: 0
	}
	.page-home .achievement .right-img {
		margin-top: 40px
	}
}
@media screen and (max-width:660px) {
	.page-home .advantages .right .logo {
		top: 30px;
		height: 75px
	}
	.page-home .advantages .right .box {
		width: 100%;
		margin-bottom: 30px
	}
	.page-home .advantages .right .box:nth-last-child(2) {
		margin-bottom: 30px
	}
	.page-home .advantages .right .box:last-child {
		margin-bottom: 0
	}
}
@media screen and (max-width:630px) {
	.page-home .page-start .scroll-next {
		font-size: 14px
	}
	.page-offers .page-start .scroll-next {
		font-size: 14px
	}
	.page-blog .page-start .scroll-next {
		font-size: 14px
	}
	.page-about .page-start .scroll-next {
		font-size: 14px
	}
	.page-seo .page-start .scroll-next {
		font-size: 14px
	}
	.page-service .page-start .scroll-next {
		font-size: 14px
	}
	.page-security .page-start .scroll-next {
		font-size: 14px
	}
	.page-reviews .page-start .scroll-next {
		font-size: 14px
	}
	.page-price .page-start .scroll-next {
		font-size: 14px
	}
}
@media only screen and (max-width:610px) {
	.page-price .price-section table tr td:first-child {
		width: auto
	}
	.page-price .price-section table tr td:nth-child(2) {
		width: auto;
		font-size: 16px
	}
	.page-price .price-section table tr td:nth-child(3) {
		width: auto;
		font-size: 16px
	}
	.page-price .price-section table tr td:nth-child(4) {
		width: auto;
		font-size: 16px
	}
}
@media screen and (max-width:600px) {
	.page-blog .blog-archive .box .top {
		height: calc(100% - 40px)
	}
	.page-blog .blog-archive .box .bottom {
		height: 40px
	}
}
@media only screen and (max-width:600px) {
	.page-about .about-s4 .wrapper .left .items .col {
		width: 100%
	}
}
@media screen and (max-width:580px) {
	.page-blog .blog-archive .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px
	}
	.page-blog .blog-archive .box .img {
		height: 86vw
	}
}
@media only screen and (max-width:576px) {
	.page-seo .seo-s5 .items .col {
		width: 100%;
		margin-bottom: 40px
	}
}
@media screen and (max-width:575px) {
	.page-home .news .container {
		flex-direction: column;
		align-items: flex-start
	}
	.page-home .news .left {
		width: 100%;
		margin-bottom: 30px
	}
	.page-home .news .slick-controls {
		margin-top: 0;
		position: absolute;
		left: 5%;
		top: calc(120vw + 170px)
	}
	.page-home .news .news-slider {
		width: 108%;
		margin-left: -4%
	}
	.page-home .news .news-slider .slick-slide {
		display: flex;
		justify-content: center
	}
}
@media screen and (max-width:570px) {
	.page-home .insta-photo .right {
		display: flex;
		flex-wrap: wrap
	}
	.page-home .insta-photo .right img {
		width: calc(50% - 12px);
		height: 23vw
	}
	.page-home .insta-photo .right img:nth-child(2n) {
		margin-right: 0
	}
}
@media screen and (max-width:550px) {
	.header .container {
		width: calc(100% - 20px)
	}
	.header .languages {
		left: 10px;
		right: auto;
		top: 30px
	}
	.header .languages ul {
		display: flex
	}
	.header .languages li {
		margin-right: 20px;
		margin-bottom: 0
	}
	.btn-mob-menu {
		top: 20px;
		right: 20px
	}
	.header .container {
		width: calc(100% - 20px)
	}
	.header .menu-row {
		top: 55px;
		transform: translateX(-50%) translateY(0)
	}
	.header .phones {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 205px
	}
	.phones .d-flex {
		flex-wrap:wrap;
		justify-content: center;
		text-align: center;
		margin:0 0 20px;
	}
	.phones .d2 {
		padding-top: 20px;
		border-top:1px solid #000;
	}
	.header .address {
		width: 100%;
		margin:0;
	}
	.header .languages {
		left: 10px;
		right: auto;
		top: 30px
	}
	.header .languages ul {
		display: flex
	}
	.header .languages li {
		margin-right: 20px;
		margin-bottom: 0
	}
	.btn-mob-menu {
		top: 20px;
		right: 20px
	}
	.page-home .page-start .container {
		justify-content: center;
		align-items: center
	}
	.page-home .page-start .right-logo {
		padding-top: 0;
		padding-bottom: 0
	}
	.page-home .page-start .right-logo .simple-btn {
		display: none
	}
	.page-home .page-start .bg-img {
		width: calc(100% - 20px);
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px)
	}
	.page-home .page-start:before {
		width: calc(100% - 20px);
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px)
	}
	.page-home .page-start .scroll-next {
		color: #fff
	}
	.page-home .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-offers .page-start .container {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.page-offers .page-start .right-logo {
		padding-left: 0;
		margin-top: 20px
	}
	.page-offers .page-start .right-logo h1 {
		text-align: center
	}
	.page-offers .page-start .right-logo .simple-btn {
		display: none
	}
	.page-offers .page-start .bg-img {
		width: calc(100% - 20px);
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px)
	}
	.page-offers .page-start:before {
		width: calc(100% - 20px);
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px)
	}
	.page-offers .page-start .scroll-next {
		color: #fff
	}
	.page-offers .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-blog .page-start .container {
		justify-content: center;
		align-items: center
	}
	.page-blog .page-start .bg-img {
		top: 10px;
		width: calc(100% - 20px);
		height: calc(100vh - 20px)
	}
	.page-blog .page-start .scroll-next {
		color: #fff
	}
	.page-blog .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-about .page-start .container {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.page-about .page-start .right-logo {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 10px;
		width: 100%;
		text-align: center
	}
	.page-about .page-start .right-logo h1 {
		color: #fff
	}
	.page-about .page-start .right-logo h1 span {
		border-bottom-width: 1px
	}
	.page-about .page-start .bg-img {
		width: calc(100% - 20px);
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px)
	}
	.page-about .page-start:before {
		width: calc(100% - 20px);
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px)
	}
	.page-about .page-start .scroll-next {
		color: #fff
	}
	.page-about .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-seo .page-start:before {
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px);
		width: calc(100% - 20px)
	}
	.page-seo .page-start .container {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.page-seo .page-start .right-logo h1 {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		margin-top: 15px
	}
	.page-seo .page-start .bg-img {
		top: 10px;
		width: calc(100% - 20px);
		height: calc(100vh - 20px)
	}
	.page-seo .page-start .scroll-next {
		color: #fff
	}
	.page-seo .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-service .page-start:before {
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px);
		width: calc(100% - 20px)
	}
	.page-service .page-start .container {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.page-service .page-start .bg-img {
		top: 10px;
		width: calc(100% - 20px);
		height: calc(100vh - 20px)
	}
	.page-service .page-start .scroll-next {
		color: #fff
	}
	.page-service .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-security .page-start:before {
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px);
		width: calc(100% - 20px)
	}
	.page-security .page-start .container {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.page-security .page-start .bg-img {
		top: 10px;
		width: calc(100% - 20px);
		height: calc(100vh - 20px)
	}
	.page-security .page-start .scroll-next {
		color: #fff
	}
	.page-security .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-reviews .page-start:before {
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px);
		width: calc(100% - 20px)
	}
	.page-reviews .page-start .container {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.page-reviews .page-start h1 {
		text-align: center
	}
	.page-reviews .page-start p {
		text-align: center
	}
	.page-reviews .page-start .bg-img {
		top: 10px;
		width: calc(100% - 20px);
		height: calc(100vh - 20px)
	}
	.page-reviews .page-start .scroll-next {
		color: #fff
	}
	.page-reviews .page-start .scroll-next {
		bottom: 100px!important
	}
	.page-price .page-start:before {
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px);
		width: calc(100% - 20px)
	}
	.page-price .page-start .container {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.page-price .page-start .bg-img {
		top: 10px;
		width: calc(100% - 20px);
		height: calc(100vh - 20px)
	}
	.page-price .page-start .scroll-next {
		bottom: 100px!important
	}
}
@media screen and (max-width:540px) {
	.page-home .text-printing .right .num {
		font-size: 36px;
		margin-right: 20px
	}
	.page-home .text-printing .right .num:after {
		display: none
	}
	.page-home .text-printing .right .console-underscore, .page-home .text-printing .right .txt {
		font-size: 32px
	}
}
@media screen and (max-width:520px) {
	.page-home .news .news-slider {
		width: 100%;
		margin-left: 0
	}
	.page-home .news .news-slider .slick-slide>div {
		width: 100%
	}
	.page-home .news .news-slider .box {
		width: 100%!important;
		height: 120vw
	}
}
@media screen and (max-width:500px) {
	.page-home .advantages .left-img .img-box:nth-child(1) {
		margin-right: 5vw
	}
	.page-home .achievement .right-img .img-box:nth-child(1) {
		margin-right: 5vw
	}
}
@media only screen and (max-width:480px) {
	.section-gallery-slider .slider-wrapper .item .block:nth-child(2) {
		display: none
	}
	.section-gallery-slider .slider-wrapper .item .block {
		margin-bottom: 30px;
		display: inline-block;
		width: 100%
	}
	.section-popular-services .right .slider-wrap {
		width: 100%;
		position: static
	}
	.section-popular-services .right .slider-wrap .item {
		padding: 0
	}
	.page-about .about-s2 {
		padding-bottom: 50px
	}
	.page-about .about-s2 .wrapper .right {
		padding-bottom: 70px;
		width: 100%
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap {
		display: block;
		width: 100%
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-1 {
		top: 110px;
		left: 40px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-1 img {
		width: 200px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-2 {
		top: 10px;
		left: 140px;
		left: auto;
		right: 0
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap .img-2 img {
		width: 230px
	}
	.page-about .about-s2 .wrapper .right .img-wrapper .img-wrap img {
		width: 200px
	}
	.page-about .about-s4 .wrapper .right .img-wrap img {
		height: 150px
	}
	.page-about .about-s6::after {
		background-position: left 610px center
	}
	.page-seo .seo-s4 .items .col .item p {
		font-size: 18px
	}
	.page-service .service-s4 {
		padding-bottom: 50px;
		padding-top: 50px
	}
	.page-service .service-s4 .wrapper .col .item {
		flex-direction: column;
		align-items: flex-start
	}
	.page-service .service-s4 .wrapper .col .item .img-wrap {
		margin-bottom: 30px
	}
	.page-service .service-s4 .wrapper .col .item .text {
		padding-left: 0
	}
	.page-service .service-s5 {
		background-image: none
	}
	.page-service .service-s5 .wrapper {
		padding-top: 100px
	}
	.page-service .section-gallery-slider {
		padding-bottom: 30px
	}
	.page-service .service-s7 .wrapper .block .left {
		font-size: 16px;
		left: -25px;
		top: 29px
	}
	.page-service .service-s7 .wrapper .block .logo span {
		font-size: 35px
	}
	.page-service .service-s7 .wrapper .block .text {
		font-size: 20px;
		margin-left: 5px
	}
	.page-security .security-s2 .wrapper .left .block .logo {
		min-width: 70px
	}
	.page-security .security-s2 .wrapper .left .block .logo span {
		font-size: 35px
	}
	.page-security .security-s2 .wrapper .left .block .text {
		font-size: 20px;
		margin-left: 10px
	}
	.page-price .price-section table tr td:first-child span {
		font-size: 15px
	}
	.page-price .price-section table tr td:nth-child(3) {
		padding-right: 0
	}
	.page-price .price-section table tr td:nth-child(4) {
		padding-right: 0
	}
}
@media only screen and (max-width:479px) {
	.section-popular-services .right .slider-wrap .item img {
		height: 86.848vw!important
	}
}
@media screen and (max-width:470px) {
	.page-home .categories .cat-list__item {
		height: 100vw;
		max-height: 400px
	}
}
@media screen and (max-width:450px) {
	.page-home .text-printing .right {
		flex-direction: column;
		align-items: flex-start
	}
	.page-offers .offer-section .info-side {
		padding: 70px 20px 20px 20px
	}
	.page-offers .offer-section .info-side .num {
		font-size: 40px;
		-webkit-transform: none;
		transform: none;
		right: 20px;
		top: 20px;
		left: auto
	}
	.page-offers .offer-section .info-side .title {
		position: static
	}
}
@media screen and (max-width:420px) {
	.footer {
		padding: 25px 0 20px
	}
}
@media screen and (max-width:400px) {
	.page-home .page-start .right-logo h1 {
		font-size: 28px
	}
	.page-home .text-printing .right .console-underscore, .page-home .text-printing .right .txt {
		font-size: 24px
	}
	.page-offers .page-start .right-logo h1 {
		font-size: 24px
	}
	.page-blog .page-start .right-logo h1 {
		font-size: 28px
	}
	.page-about .page-start .right-logo h1 {
		font-size: 28px
	}
	.page-seo .page-start .right-logo h1 {
		font-size: 28px
	}
	.page-service .page-start h1 {
		font-size: 28px;
		text-align: center
	}
	.page-service .page-start h2, .page-service .page-start p {
		font-size: 18px;
		text-align: center
	}
	.page-security .page-start h1 {
		font-size: 28px;
		text-align: center
	}
	.page-reviews .page-start h1 {
		font-size: 28px;
		text-align: center
	}
	.page-reviews .page-start p {
		font-size: 18px;
		text-align: center
	}
	.page-price .page-start h1 {
		font-size: 28px;
		text-align: center
	}
}
@media only screen and (max-width:400px) {
	.page-service .service-s7 {
		background-position: right -60px center
	}
}
@media screen and (max-width:380px) {
	.page-home .advantages .right .logo {
		display: none
	}
}
@media screen and (min-width:571px) and (max-width:800px) {
	.page-home .insta-photo .right img {
		width: calc(33.33% - 16.667px);
		height: 17vw
	}
	.page-home .insta-photo .right img:nth-child(3n) {
		margin-right: 0
	}
	.page-home .insta-photo .right img:last-child {
		display: none
	}
}
@media screen and (min-width:481px) and (max-width:768px) {
	.page-about .about-s2 .wrapper .right {
		margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: center;
		padding-right: 200px
	}
}
@media screen and (max-height:550px) {
	.page-home .page-start .scroll-next {
		bottom: 40px
	}
	.page-offers .page-start .scroll-next {
		bottom: 40px
	}
	.page-blog .page-start .scroll-next {
		bottom: 40px
	}
	.page-about .page-start .scroll-next {
		bottom: 40px
	}
	.page-seo .page-start .scroll-next {
		bottom: 40px
	}
	.page-service .page-start .scroll-next {
		bottom: 40px
	}
	.page-security .page-start .scroll-next {
		bottom: 40px
	}
	.page-reviews .page-start .scroll-next {
		bottom: 40px
	}
	.page-price .page-start .scroll-next {
		bottom: 40px
	}
}
@media screen and (max-height:630px) {
	.page-home .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
	.page-offers .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
	.page-about .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
	.page-seo .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
	.page-service .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
	.page-security .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
	.page-reviews .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
	.page-price .page-start .scroll-next:before {
		bottom: 30px;
		width: 25px;
		height: 25px
	}
}
@media screen and (max-width:740px) {
	.page-home .achievement .left {
		align-items: flex-start!important
	}
	.page-home .achievement .left .box {
		width: 100%!important;
		justify-content: flex-start!important
	}
}
#sbi_images {
	display: flex!important
}
.sbi_item {
	display: block!important;
	width: 200px!important;
	height: 200px!important
}
button.svelte-gwtvdf {
	color: #544b4b!important;
	padding: 15px 35px!important;
	border-radius: 99px!important;
	bottom: 10px!important;
	right: 20px!important
}
@media screen and (max-width:768px) {
	button.svelte-gwtvdf {
		right: auto!important;
		left: 20px!important
	}
}
.eapps-instagram-feed {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
	line-height: 18px;
	font-weight: 400;
	overflow: hidden!important;
	width: 100%;
	max-height: 100%;
	position: relative;
	box-sizing: border-box;
	min-width: 150px;
	min-height: 100px;
	width: 100%
}
.eapps-instagram-feed-container {
	width: 100%
}
.eapps-instagram-feed-content {
	position: relative;
	width: 100%
}
.eapps-instagram-feed-posts-container {
	width: 100%
}
.eapps-instagram-feed-posts {
	width: 100%
}
.eapps-instagram-feed-posts-inner {
	box-sizing: border-box;
	position: relative;
	display: flex!important;
	flex-wrap: wrap!important;
	display: flex;
	justify-content: space-between
}
.eapps-instagram-feed-posts-view {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	height: auto
}
.eapps-instagram-feed-posts-item {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
	transition: opacity .2s ease, visibility .2s ease;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	user-select: none;
	display: block!important;
	width: calc(16.666% - 20px)!important;
	height: 240px!important;
	margin: 10px!important;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	color: #000
}
.eapps-instagram-feed-posts-item-link {
	cursor: pointer;
	height: 100%!important;
	text-decoration: none;
	color: #000;
	width: 100%;
	box-sizing: border-box;
	display: flex
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-media {
	width: 100%;
	height: 100%!important
}
.eapps-instagram-feed-posts-item-image-wrapper {
	padding: 0!important;
	height: 100%!important;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	margin: -1px
}
.page-home .insta-photo .right img {
	display: block!important;
	width: 100%!important;
	height: 100%!important;
	filter: none!important
}
.page-home .insta-photo .right img {
	width: 250px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 30px;
	margin-bottom: 30px
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
	transition: transform .3s ease, filter .3s;
	left: 50%;
	transform: scale(1) translate(-50%, -50%);
	transform-origin: 0 0;
	backface-visibility: hidden
}
.eapps-instagram-feed-posts-item-template-tile * {
	height: 100%!important
}
.eapps-instagram-feed-posts-item-image {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)!important
}
.eapps-instagram-feed-posts-item-template-tile:nth-child(7) {
	margin: 10px 10px 10px 100px!important
}
.eapps-instagram-feed-posts-item-template-tile:nth-child(12) {
	display: none!important
}
@media screen and (max-width:1450px) {
	.page-home .insta-photo .right img {
		width: 17.241vw;
		height: 13.793vw;
		margin-right: 20px;
		margin-bottom: 20px
	}
	.eapps-instagram-feed-posts-item-template-tile {
		width: calc((17.241vw*5 + 30px*5)/ 6 - 20px)!important;
		height: calc((17.241vw*5 + 30px*5)/ 6 - 20px)!important
	}
}
@media screen and (max-width:800px) {
	.eapps-instagram-feed-posts-item-template-tile {
		width: calc(33% - 10px)!important;
		height: calc(30vw - 10px)!important;
		margin: 5px!important
	}
	.eapps-instagram-feed-posts-item-template-tile:nth-child(7) {
		width: calc(33% - 10px)!important;
		height: calc(30vw - 10px)!important;
		margin: 5px!important
	}
	.eapps-instagram-feed-posts-item-template-tile:nth-child(12) {
		display: block!important
	}
}
@media screen and (max-width:570px) {
	.page-home .insta-photo .right img {
		width: calc(50% - 12px);
		height: 23vw
	}
}
.tbs .star {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: contain;
	transition: .25s;
	transform: scale(1.3);
	margin-right: 14px
}
.tbs .star.active {
	background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0003 0.782959L20.944 10.8011L32 12.408L23.9999 20.2056L25.8884 31.217L16.0003 26.0184L6.11165 31.217L8.00015 20.2056L0 12.408L11.056 10.8011L16.0003 0.782959Z' fill='%23EFCE4A'/%3E%3C/svg%3E%0A")
}
.page-gallery {
    padding-top: 70px;
    background:#fff;
    position: relative;
    overflow: hidden;
    flex: 1 1 100%;
}
.page-gallery .gallery {
	padding:0 0 20px;
	margin:0 -15px;
	display:flex;
	flex-wrap:wrap;
}
.gallery > div {
	width:100%;
	max-width: calc(25% - 30px);
	margin:0 15px 30px;
}
.gallery > div img {
	display:block;
	width:100%;
	height:300px;
	object-fit: cover;
}
@media screen and (max-width:1250px) {
	.gallery > div {
		max-width: calc(33.33% - 30px);
	}
	.gallery > div img {
		height:28vw;
	}
}
@media screen and (max-width:900px) {
	.page-2138 .btn-mob-menu p,
	.page-2117 .btn-mob-menu p {
		color:#000;
	}
	.page-2138 .btn-mob-menu span,
	.page-2117 .btn-mob-menu span {
		background-color:#000;
	}
}
@media screen and (max-width:767px) {
	.gallery > div {
		max-width: calc(50% - 30px);
		margin:0 10px 20px;
	}
	.page-gallery .gallery {
		margin:0 -10px;
	}
	.gallery > div img {
		height:42vw;
	}
}
@media screen and (max-width:500px) {
	.gallery > div {
		max-width: calc(100% - 20px);
	}
	.gallery > div img {
		height:87vw;
	}
}
.wrapper + .wrapper {
	margin-top: 40px;
}
.metro:before {
	background-color:#0000FF !important;
}
.wrapper + .wrapper .metro:before,
.metro2:before {
	background-color:#b00 !important;
}
.metro + .address {
	padding-top: 15px;
	border-top:1px solid #000;
}