/*!
Theme Name: Dr. Tovmasian
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tovmasian
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dr. Tovmasian is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

@font-face {
	font-family: 'Futura New Book';
	src: url('fonts/FuturaNewBook-Reg.eot');
	src: local('Futura New Book Reg'), local('FuturaNewBook-Reg'),
		url('fonts/FuturaNewBook-Reg.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaNewBook-Reg.woff2') format('woff2'),
		url('fonts/FuturaNewBook-Reg.woff') format('woff'),
		url('fonts/FuturaNewBook-Reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura New Demi';
	src: url('fonts/FuturaNewDemi-Reg.eot');
	src: local('Futura New Demi Reg'), local('FuturaNewDemi-Reg'),
		url('fonts/FuturaNewDemi-Reg.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaNewDemi-Reg.woff2') format('woff2'),
		url('fonts/FuturaNewDemi-Reg.woff') format('woff'),
		url('fonts/FuturaNewDemi-Reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura New';
	src: url('fonts/FuturaNewLight-Reg.eot');
	src: local('Futura New Light Reg'), local('FuturaNewLight-Reg'),
		url('fonts/FuturaNewLight-Reg.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaNewLight-Reg.woff2') format('woff2'),
		url('fonts/FuturaNewLight-Reg.woff') format('woff'),
		url('fonts/FuturaNewLight-Reg.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Futura New';
	src: url('fonts/FuturaNewMedium-Reg.eot');
	src: local('Futura New Medium Reg'), local('FuturaNewMedium-Reg'),
		url('fonts/FuturaNewMedium-Reg.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaNewMedium-Reg.woff2') format('woff2'),
		url('fonts/FuturaNewMedium-Reg.woff') format('woff'),
		url('fonts/FuturaNewMedium-Reg.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Futura New';
	src: url('fonts/FuturaNewHeavy-Reg.eot');
	src: local('Futura New Heavy Reg'), local('FuturaNewHeavy-Reg'),
		url('fonts/FuturaNewHeavy-Reg.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaNewHeavy-Reg.woff2') format('woff2'),
		url('fonts/FuturaNewHeavy-Reg.woff') format('woff'),
		url('fonts/FuturaNewHeavy-Reg.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

:root {
	--container: 1280px;

	--text-size: 16px;
	--text-size-lg: 18px;
	--h1-size: 66px;
	--h2-size: 46px;
	--h3-size: 38px;
	--h4-size: 28px;
	--h5-size: 24px;
	--h6-size: 20px;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Futura New Book';
	line-height: 1.4375;
	color: #FFFFFF;
	background: #1F2637;
	letter-spacing: .02em;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
	transition: .5s;
}
a:hover {
	color: #AA64E1;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Futura New Demi';
	font-weight: 400;
	margin: 0 0 23px;
	line-height: 1.25;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 23px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.contentStyle h1, .contentStyle h2, .contentStyle h3, .contentStyle h4, .contentStyle h5, .contentStyle h6, .contentStyle p, .contentStyle ul, .contentStyle ol, .contentStyle blockquote  {
	margin-bottom: 20px;
}
.contentStyle h1:last-child, .contentStyle h2:last-child, .contentStyle h3:last-child, .contentStyle h4:last-child, .contentStyle h5:last-child, .contentStyle h6:last-child, .contentStyle p:last-child, .contentStyle ul:last-child, .contentStyle ol:last-child, .contentStyle blockquote:last-child {
	margin-bottom: 0;
}
.contentStyle h1 {
	font-size: var(--h3-size);
}
.contentStyle h2 {
	font-size: var(--h3-size);
}
.contentStyle h3 {
	font-size: var(--h4-size);
}
.contentStyle h4 {
	font-size: var(--h5-size);
}
.contentStyle h5 {
	font-size: var(--h6-size);
}
.contentStyle h6 {
	font-size: var(--text-size-lg);
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: #FFFFFF;
}
::-moz-placeholder {
	color: #FFFFFF;
}
:-ms-input-placeholder {
	color: #FFFFFF;
}
:-moz-placeholder {
	color: #FFFFFF;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: calc(var(--h6-size) * 1.05);
	font-weight: 400;
	font-family: 'Futura New Book';
	line-height: 1.5;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.4);
	color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 0px;
	min-height: 62px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 126px;
	resize: vertical;
}
select {
	cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: 8C86C8;
}
.form-field.center {
	text-align: center;
}
.form-field-button {
	margin-top: 30px;
}
.form-field-button .btn {
	width: 100%;
	max-width: 320px;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 30px 0 0;
	padding: 12px 16px;
}

.grecaptcha-badge {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.show-sm,
.show-lg {
	display: none;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
	.show-lg {
		display: block !important;
	}
}
@media (min-width: 576px) {
	.hide-sm {
		display: none !important;
	}
	.show-sm {
		display: block !important;
	}
}

.heading {
	position: relative;
	margin-bottom: 80px;
	z-index: 1;
}
.heading h2 {
	font-size: var(--h1-size);
	font-family: 'Futura New';
	font-weight: 300;
	color: #8C86C8;
	text-transform: uppercase;
	margin-bottom: 0;
}
.heading svg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 28px;
	z-index: -1;
}

.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-family: 'Futura New Book';
	font-weight: 400;
	line-height: 1.5;
	border: none;
	background: transparent;
	padding: 16px 46px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	outline: none;
	overflow: hidden;
	min-height: 69px;
	text-decoration: none;
	cursor: pointer;
	z-index: 1;
	transition: .5s;
}
.btn:before,
.btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .5s;
	z-index: -1;
}
.btn:after,
.btn:hover:before {
	opacity: 0;
}
.btn:hover:after {
	opacity: 1;
}
.btn-sm {
	min-height: 58px;
    padding: 9px 26px;
}
.btn-w100 {
	width: 100%;
}
.btn-icon {
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: .5s;
}
.btn-icon-left {
	margin-right: 18px;
}
.btn-primary {
	color: #FFFFFF;
}
.btn-primary:hover {
	color: #FFFFFF;
}
.btn-primary .btn-icon {
	background-color: #FFFFFF;
}
.btn-primary:before {
	background: linear-gradient(134.81deg, rgba(152, 81, 207, 0.5) -1.6%, rgba(152, 81, 207, 0) 90.09%);
}
.btn-primary:after {
	background: linear-gradient(134.81deg, rgba(152, 81, 207, 0.5) -1.6%, rgba(152, 81, 207, 0.3) 90.09%);
}
.btn-outline-primary {
	border: 2px solid #AA64E1;
	background: transparent;
	color: #FFFFFF;
}
.btn-outline-primary:hover {
	border-color: #AA64E1;
	background: #AA64E1;
	color: #FFFFFF;
}
.btn-outline-primary:before,
.btn-outline-primary:after {
	display: none;
}
.btn-icon-instagram {
	-webkit-mask-image: url(images/instagram.svg);
	mask-image: url(images/instagram.svg);
}


.swiper-pagination {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin-top: 50px;
	text-align: left !important;
}
.swiper-pagination-bullet {
	width: 6.5px !important;
	height: 3px !important;
	background: #526083 !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	transition: .5s;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3.25px !important;
}
.swiper-pagination-bullet:hover {
	background: #9851CF !important;
}
.swiper-pagination-bullet-active {
	background: #9851CF !important;
	width: 15px !important;
}


.swiper-button-next, .swiper-button-prev {
	top: calc(50% - 66px) !important;
	margin-top: 0 !important;
	width: 38px !important;
	height: 66px !important;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right-2.svg);
    mask-image: url(images/arrow-right-2.svg);
    background: #FFFFFF !important;
    transition: .5s !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background: #AA64E1 !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	display: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -100px !important;
	transform: scale(-1, 1);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -100px !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	transform: translateY(-100%);
	transition: .5s;
	display: flex;
	flex-direction: column;
	overflow: auto;
	z-index: 1;
}
.modal-mobile-wrap:before {
	content: '';
	position: absolute;
	background: rgba(31, 38, 55, 0.7);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	-webkit-filter: blur(3.75px);
	filter: blur(3.75px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}
.modal-mobile-header {
	padding-top: 32px;
}
.modal-mobile-header-wrap {
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-mobile-close {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #ffffff;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: #8C86C8;
}
.modal-mobile-body {
	flex: auto;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mobile-menu li {
	margin-bottom: 24px;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu li a {
	font-size: 30px;
	letter-spacing: .02em;
	text-decoration: none;
}
.modal-mobile-footer {
	position: relative;
	background: linear-gradient(90deg, rgba(152, 81, 207, 0.3) 0%, rgba(152, 81, 207, 0) 100%);
	padding: 32px 0;
	z-index: 1;
}
.modal-mobile-contacts {
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-mobile-contacts p {
	display: flex;
	align-items: center;
	margin: 0 35px 0 0;
	letter-spacing: .02em;
}
.modal-mobile-contacts p.phone {
	flex: 0 0 auto;
}
.modal-mobile-contacts p:last-child {
	margin-right: 0;
}
.modal-mobile-contacts p:before {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #FFFFFF;
}
.modal-mobile-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.modal-mobile-contacts p.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.modal-mobile-contacts p a {
	text-decoration: none;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 620px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #161A23;
	box-shadow: 0px 13px 148.4px 0px rgba(42, 0, 75, 0.5);
	background-clip: padding-box;
	outline: 0;
	padding: 70px 70px 80px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background: rgba(31, 38, 55, 0.39);
	-moz-backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: 1;
	z-index: 1049;
}
.modal-title {
	font-family: 'Futura New';
	font-size: var(--h2-size);
	font-weight: 300;
	line-height: 1.17;
	margin-bottom: 26px;
	color: #8C86C8;
	text-transform: uppercase;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #8C86C8;
	width: 36px;
	height: 36px;
	top: 20px;
	right: 20px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #FFFFFF;
}


.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


.wrapper {
	position: relative;
	z-index: 1;
}

.header {
	position: relative;
	padding: 56px 0 0;
	z-index: 92;
}
body.home .header,
body.single-services .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.header-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 56px;
	z-index: 1;
}
.header-logo img {
	max-height: 56px;
}
.main-menu {
	margin: 0px 126px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu li {
	margin-right: 40px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	font-family: 'Futura New';
	text-decoration: none;
	font-size: var(--text-size-lg);
}
.header-svg {
	position: absolute;
	width: 100%;
	height: 56px;
	top: -2px;
	right: 0;
	z-index: -1;
}
.header-svg-line {
	stroke-dasharray: 4000;
	stroke-dashoffset: 4000;
	animation: drawLine 4s linear forwards;
	animation-delay: .25s;
}
.home .header-svg-line {
	animation-delay: 5.5s;
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.header-toggle {
	display: flex;
	align-items: center;
	margin-left: 24px;
}
.header-toggle button {
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #FFFFFF;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: #8C86C8;
}



.main {
	overflow: hidden;
}







.hero-section {
	position: relative;
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 140px 0 200px;
	overflow: hidden;
	z-index: 1;
}
.hero-section:after {
	content: '';
	background: linear-gradient(180deg, rgba(30, 37, 54, 0) 0%, #1E2536 16.79%);
	position: absolute;
	width: 100%;
	height: 1680px;
	top: calc(100% - 260px);
	left: 0;
	z-index: -1;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.hero-bg:before {
	content: '';
	background: linear-gradient(180deg, rgba(30, 37, 54, .6) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 100%;
	height: 53%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-bg:after {
	content: '';
	background: linear-gradient(165.37deg, rgba(63, 77, 112, 0.7) 3.8%, rgba(21, 21, 23, .7) 60%, rgba(21, 21, 23, 1) 85%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.hero-content h1 {
	font-size: calc(var(--h1-size) * 1.5454);
	font-family: 'Futura New';
	font-weight: 300;
	text-transform: uppercase;
}
.hero-content h2 {
	font-size: var(--h1-size);
	font-family: 'Futura New';
	font-weight: 300;
	text-transform: uppercase;
}
.hero-content h1 strong,
.hero-content h2 strong {
	font-weight: 900;
}
.hero-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 70px;
	z-index: 1;
}
.hero-bottom-wrap {
	display: flex;
	align-items: center;
	min-height: 80px;
}
.hero-bottom-button {
	margin-right: 50px;
}
.hero-contacts {
	flex: auto;
	display: flex;
	align-items: center;
}
.hero-contacts p {
	display: flex;
	align-items: center;
	margin: 0 50px 0 0;
}
.hero-contacts p:last-child {
	margin-right: 0;
}
.hero-contacts p:before {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #FFFFFF;
}
.hero-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.hero-contacts p.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.hero-contacts p a {
	text-decoration: none;
}
.hero-play {
	flex: 0 0 83px;
	max-width: 83px;
	width: 83px;
	height: 83px;
	-webkit-mask-image: url(images/play-2.svg);
	mask-image: url(images/play-2.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #ffffff;
	z-index: 2;
	transition: .5s;
}
.hero-play:hover {
	background-color: #8C86C8;
}




.about-section {
	position: relative;
	padding: 100px 0 0;
	overflow: hidden;
	z-index: 1;
}
.about-section:before {
	content: '';
	background: linear-gradient(180deg, rgba(30, 37, 54, 0) 0%, #1E2536 16.79%);
	position: absolute;
	width: 100%;
	height: 1680px;
	top: -260px;
	left: 0;
	z-index: -1;
}
.about-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.about-wrap:before {
	content: '';
	background: linear-gradient(180deg, rgba(35, 32, 43, 0) 0%, #1B1A1E 100%);
	position: absolute;
	width: 100vw;
	height: calc(100% + 60px);
	bottom: 0;
	left: calc((100vw - var(--container)) / -2);
	z-index: -1;
}
.about-left {
	flex: 0 0 30%;
	max-width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-content {
	line-height: 1.6875;
}
.about-content blockquote {
	margin-bottom: 42px;
	font-size: calc(var(--h3-size) / 1.0555);
	font-family: 'Futura New Demi';
	line-height: 1.25;
}
.about-center {
	position: relative;
	flex: 0 0 calc(40% - 30px);
	max-width: calc(40% - 30px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
}
.about-image {
	text-align: center;
}
.about-image img {
	max-height: 660px;
}
.about-right {
	flex: 0 0 30%;
	max-width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-info {
	position: relative;
	text-align: right;
	padding: 23px 46px;
	z-index: 1;
}
.about-info:before {
	content: '';
	position: absolute;
	background: linear-gradient(90deg, rgba(152, 81, 207, 0.3) 0%, rgba(152, 81, 207, 0) 100%);
	top: 0;
	right: 0;
	width: calc(var(--container) / 2);
	height: 100%;
	z-index: -1;
}
.about-name {
	font-family: 'Futura New';
	font-weight: 300;
	font-size: var(--h2-size);
	margin-bottom: 0;
	line-height: 1.25;
}
.about-profession {
	font-family: 'Futura New Demi';
	line-height: 1.25;
	font-size: var(--text-size-lg);
}
/*.heading-svg-line {
	stroke-dasharray: 4000;
	stroke-dashoffset: 4000;
}
.heading-svg-line.animate {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 3s linear;
}*/

.heading-svg-line {
	opacity: 0;
}
.heading-svg-line.animate {
	opacity: 1;
	stroke-dasharray: 4000;
	stroke-dashoffset: 4000;
	animation: drawLine 4s linear forwards;
	animation-delay: .25s;
}



.services-section {
	position: relative;
	padding: 150px 0 120px;
	z-index: 1;
}
.services-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px -24px;
}
.services-item {
	flex: 0 0 20%;
	max-width: 20%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.services-item__wrap {
	position: relative;
	display: block;
	border: 2px solid transparent;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 100%;
	padding: 40px 5px;
	text-decoration: none;
	z-index: 1;
}
.services-item__wrap:hover {
	border-color: #AA64E1;
	color: #AA64E1;
}
.services-item__wrap:before {
	content: '';
	background: #AA64E1;
	opacity: 0;
	position: absolute;
	width: calc(100% + 26px);
	height: calc(100% + 18px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px);
	-webkit-filter: blur(16px);
	filter: blur(16px);
	transition: .5s;
	z-index: -1;
}
.services-item__wrap:hover:before {
	opacity: .1;
}
.services-item__image {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	z-index: 1;
}
.services-item__image img {
	max-height: 100px;
}
.services-item__title {
	text-align: center;
	min-height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.services-item__title span {
	font-size: var(--h4-size);
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateX(13.5px);
	transition: .5s;
}
.services-item__wrap:hover .services-item__title span {
	transform: translateX(0);
}
.services-item__title span:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: #AA64E1;
	flex: 0 0 17px;
	max-width: 17px;
	width: 17px;
	height: 15px;
	margin-bottom: -2px;
	transition: .5s;
	margin-left: 10px;
	opacity: 0;
	z-index: 1;
}
.services-item__wrap:hover .services-item__title span:after {
	opacity: 1;
}




.footer {
	position: relative;
	padding: 90px 0 80px;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo img {
	max-height: 56px;
}
.copyright {
	text-align: right;
	line-height: 1.6875;
}



.page-header {
	position: relative;
	padding: 80px 0 50px;
	z-index: 1;
}
.page-title {
	font-family: 'Futura New';
	font-weight: 300;
	font-size: var(--h1-size);
	text-transform: uppercase;
	color: #8C86C8;
	line-height: 1.2;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-family: 'Futura New';
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
.error-404-button {
	text-align: center;
}
.overflow-section {
	overflow: hidden;
}


.info-section,
.relatedBlog-section {
	position: relative;
	padding-top: 100px;
	z-index: 1;
}


.team-section {
	position: relative;
	padding: 100px 0 120px;
	background: linear-gradient(159.56deg, #3F4D70 -13.51%, rgba(63, 77, 112, 0) 69.55%);
	z-index: 1;
}
.team-swiper {
	position: relative;
	z-index: 1;
}
.team-swiper .swiper-slide {
	opacity: .5;
	transition: .5s;
}
.team-swiper .swiper-slide.active {
	opacity: 1;
}




.team-item {
	position: relative;
}
.team-item__wrap {
	position: relative;
}
.team-item__image {
	position: relative;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 35px;
	height: calc((100vw - 52px * 4) / 5 / .724);
	overflow: hidden;
	box-shadow: 0px 13px 148.4px 0px rgba(42, 0, 75, 0);
	z-index: 1;
	transition: .5s;
}
.swiper-slide.active .team-item__wrap:hover .team-item__image {
	box-shadow: 0px 13px 148.4px 0px rgba(42, 0, 75, 0.3);
}
.team-item__profession {
	position: absolute;
	left: 16px;
	bottom: 16px;
	padding: 8px 23px 9px;
	font-family: 'Futura New Demi';
	z-index: 1;
}
.team-item__profession:before {
	content: '';
	background: linear-gradient(134.81deg, #9851CF -1.6%, rgba(152, 81, 207, 0) 90.09%);
	-moz-backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.team-item__name {
	font-family: 'Futura New';
	font-size: calc(var(--h3-size) / 1.0555);
	margin-bottom: 14px;
	font-weight: 300;
	line-height: 1.16;
	transition: .5s;
}
.swiper-slide.active .team-item__wrap:hover .team-item__name {
	color: #AA64E1;
}
.team-item__name:last-child {
	margin-bottom: 0;
}


.team-swiper .swiper-button-next, 
.team-swiper .swiper-button-prev {
	top: calc(((100vw - 52px * 4) / 5 / .724) / 2 - 33px) !important;
	margin-top: 0 !important;
}
.team-swiper .swiper-button-prev {
	left: calc((100vw - var(--container)) / 2 - 130px) !important;
}
.team-swiper .swiper-button-next {
	right: calc((100vw - var(--container)) / 2 - 130px) !important;
}

.team-swiper .swiper-horizontal>.swiper-pagination-bullets, 
.team-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.team-swiper .swiper-pagination-custom, 
.team-swiper .swiper-pagination-fraction {
	padding-left: calc((100vw - var(--container)) / 2);
}






.contacts-section {
	position: relative;
	padding: 100px 0 200px;
	min-height: 880px;
	z-index: 1;
}
.contacts-bg {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	z-index: 1;
}
.contacts-bg:before {
	content: '';
	background: linear-gradient(180deg, #1F2637 0%, rgba(31, 38, 55, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 58%;
	z-index: 2;
}
.contacts-bg:after {
	content: '';
	background: linear-gradient(0deg, #1F2637 0%, rgba(31, 38, 55, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 61%;
	z-index: 3;
}
.contacts-bg-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.contacts-bg-map:after {
	content: '';
	background: linear-gradient(270deg, rgba(31, 38, 55, 0) 46.71%, #1F2637 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.contacts-bg-map-route {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.contacts-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}
.contacts-heading {
	margin-bottom: 115px;
}
.contacts-block {
	position: relative;
	padding: 60px 52px 40px;
	background: linear-gradient(139.32deg, rgba(152, 81, 207, 0.5) -31.95%, rgba(152, 81, 207, 0) 90.45%);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	max-width: 380px;
	z-index: 1;
}
.contacts-block p {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	font-size: var(--h5-size);
	line-height: 1.125;
}
.contacts-block p:last-child {
	margin-bottom: 0;
}
.contacts-block p:before {
	content: '';
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #AA64E1;
}
.contacts-block p.phone:before {
	-webkit-mask-image: url(images/phone-2.svg);
	mask-image: url(images/phone-2.svg);
}
.contacts-block p.address:before {
	-webkit-mask-image: url(images/pin-2.svg);
	mask-image: url(images/pin-2.svg);
}
.contacts-block p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.contacts-block p a {
	text-decoration: none;
}
.contacts-block-button {
	margin-top: 40px;
}



.documents-section {
	position: relative;
	margin-top: -176px;
	z-index: 2;
}
.documents-wrap {
	position: relative;
	background: linear-gradient(139.32deg, rgba(0, 0, 0, 0.4) -31.95%, rgba(0, 0, 0, 0) 90.45%);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 40px 90px 55px;
	z-index: 1;
}
.documents-heading {
	font-family: 'Futura New Book';
	font-size: var(--h5-size);
	font-weight: 400;
	margin-bottom: 38px;
	line-height: 1.125;
}
.documents-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -12px -24px;
}
.documents-item {
	margin: 0 0 24px;
	padding: 0 12px;
	flex: 0 0 17%;
	max-width: 17%;
}
.documents-item__image {
	position: relative;
	height: calc((var(--container) - 180px) * .17 / .711);
	margin-bottom: 20px;
	z-index: 1;
}
.documents-item__image:before {
	content: '';
	background: #AA64E1;
	opacity: 0;
	position: absolute;
	width: calc(100% + 26px);
	height: calc(100% + 18px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px);
	-webkit-filter: blur(16px);
	filter: blur(16px);
	transition: .5s;
	z-index: -1;
}
.documents-item__image:hover:before {
	opacity: .4;
}






.price-blocks {
	position: relative;
}
.price-block {
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
}
.price-block:last-child {
	margin-bottom: 0;
}
.price-block__wrap {
	position: relative;
	background: linear-gradient(90deg, rgba(140, 134, 200, 0.1) 0%, rgba(140, 134, 200, 0) 100%);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}
.price-block__left {
	flex: 0 0 26%;
	max-width: 26%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 45px;
	border-right: 1px solid rgba(140, 134, 200, 0.5);
}
.price-block__title {
	font-family: 'Futura New';
	font-weight: 300;
	line-height: 1.15;
}
.price-block__image img {
	max-height: 70px;
}
.price-block__right {
	flex: auto;
	max-width: 74%;
	padding: 45px;
}
.price-block__content {
	font-size: calc(var(--h6-size) * 1.05);
	color: #8798C4;
	margin-top: 20px;
}

.price-items {
	position: relative;
}
.price-item {
	position: relative;
	border-bottom: 1px solid rgba(170, 100, 225, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	min-height: 62px;
	font-size: calc(var(--h6-size) * 1.05);
	z-index: 1;
}
.price-item:last-child {
	border-bottom: none;
}
.price-item__title {
	flex: auto;
	margin-bottom: 0;
}
.price-item__price {
	flex: 0 0 auto;
	margin-left: 24px;
}





.reviews-block {
	position: relative;
	z-index: 1;
}
.reviews-swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}



.reviews-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px -48px;
}
.reviews-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 48px;
	padding: 0 24px;
}
.swiper-slide .reviews-item {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.reviews-item__wrap {
	position: relative;
	display: block;
	border: 2px solid #AA64E1;
	height: calc((var(--container) - 48px * 3) / 4 / .6);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	z-index: 1;
}
.reviews-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.reviews-item__play {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	bottom: 22px;
	right: 25px;
	-webkit-mask-image: url(images/play.svg);
	mask-image: url(images/play.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #ffffff;
	z-index: 2;
	transition: .5s;
}
.reviews-item__play:hover {
	background-color: #AA64E1;
}



.fancybox-gallery-reviews .fancybox__content {
	background: none !important;
	width: 407px !important;
	height: calc(407px / .56) !important;
}
.fancybox-gallery-reviews .fancybox__content video,
.fancybox-gallery-reviews .fancybox__content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 13px 148.4px 0px rgba(42, 0, 75, 0.5);
	-moz-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
}





.portfolio-section {
	position: relative;
	padding: 124px 0 0;
	z-index: 1;
}
.portfolio-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -19px -20px;
}
.portfolio-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 20px;
	padding: 0 19px;
}
.portfolio-item__wrap {
	position: relative;
	height: calc((var(--container) - 38px * 2) / 3 / 2);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	z-index: 1;
}
.portfolio-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.portfolio-item__image:nth-child(2) {
	clip-path: inset(0px 0px 0px 50%);
}
.portfolio-item__image:before {
	content: '';
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.portfolio-item__line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
	height: 100%;
	background-color: #AA64E1;
	z-index: 2;
}
.portfolio-item__slider {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	position: absolute;
	width: calc(100% + 62px);
	height: 100%;
	left: -31px;
	z-index: 2;
}
.portfolio-item__slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 25px;
	width: 62px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='62' height='26' viewBox='0 0 62 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.04546 14.6634C-0.0914111 13.9686 -0.0703579 12.2633 1.04546 11.5896L18.6459 1.10514C19.867 0.389334 21.3618 1.10514 21.3618 2.43149V23.7373C21.3618 25.0426 19.867 25.7374 18.6459 25.0005L1.04546 14.6634ZM60.205 14.6634L42.6045 25.0005C41.3834 25.7374 39.8886 25.0426 39.8886 23.7373V2.43149C39.8886 1.10514 41.4044 0.389334 42.6045 1.10514L60.205 11.5896C61.3418 12.2423 61.3418 13.9686 60.205 14.6634Z' fill='white'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: grab;
}
.portfolio-item__slider::-moz-range-thumb {
	height: 25px;
	width: 62px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='62' height='26' viewBox='0 0 62 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.04546 14.6634C-0.0914111 13.9686 -0.0703579 12.2633 1.04546 11.5896L18.6459 1.10514C19.867 0.389334 21.3618 1.10514 21.3618 2.43149V23.7373C21.3618 25.0426 19.867 25.7374 18.6459 25.0005L1.04546 14.6634ZM60.205 14.6634L42.6045 25.0005C41.3834 25.7374 39.8886 25.0426 39.8886 23.7373V2.43149C39.8886 1.10514 41.4044 0.389334 42.6045 1.10514L60.205 11.5896C61.3418 12.2423 61.3418 13.9686 60.205 14.6634Z' fill='white'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: grab;
}
.portfolio-item__slider:active::-webkit-slider-thumb {
	cursor: grabbing;
}
.portfolio-item__slider:active::-moz-slider-thumb {
	cursor: grabbing;
}

.portfolio-button,
.price-button {
	position: relative;
	margin-top: 75px;
	text-align: center;
	z-index: 1;
}
.reviews-button {
	position: relative;
	margin-top: 50px;
	text-align: center;
	z-index: 1;
}
.portfolio-button .btn,
.price-button .btn,
.reviews-button .btn {
	width: 100%;
	max-width: 334px;
}





.price-section {
	position: relative;
	padding: 124px 0 60px;
	z-index: 1;
}




.reviews-section {
	position: relative;
	background: linear-gradient(0deg, rgba(35, 32, 43, 0) 0%, rgba(27, 26, 30, 0.5) 100%);
	padding: 106px 0 42px;
	z-index: 1;
}
.reviews-swiper-pagination {
	text-align: right !important;
}




.pageContacts {
	position: relative;
	margin-top: 30px;
	margin-bottom: -125px;
	min-height: 1080px;
	z-index: 1;
}
.pageContacts .page-header {
	padding: 50px 0 115px;
	z-index: 9;
}



.pageContacts-section {
	position: relative;
	position: absolute;
	left: calc((100% - var(--container)) / 2);
	width: 645px;
	z-index: 2;
}
.pageContacts-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pageContacts-bg:before {
	content: '';
	background: linear-gradient(180deg, #1F2637 0%, rgba(31, 38, 55, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 58%;
	z-index: 2;
}
.pageContacts-bg:after {
	content: '';
	background: linear-gradient(0deg, #1F2637 0%, rgba(31, 38, 55, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 61%;
	z-index: 3;
}
.pageContacts-bg-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pageContacts-bg-map:after {
	content: '';
	background: linear-gradient(270deg, rgba(31, 38, 55, 0) 46.71%, #1F2637 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pageContacts-bg-map-route {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.pageContacts-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 40% top;
}
.pageContacts-heading {
	margin-bottom: 115px;
}
.pageContacts-wrap {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.pageContacts-image {
	flex: 0 0 332px;
	max-width: 332px;
	height: 562px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	border: 2px solid #AA64E1;
}
.pageContacts-block {
	position: relative;
	padding: 60px 52px 40px;
	flex: 0 0 380px;
	max-width: 380px;
	margin-bottom: -62px;
	margin-left: -69px;
	z-index: 1;
}
.pageContacts-block:before {
	content: '';
	background: linear-gradient(139.32deg, rgba(152, 81, 207, 0.7) -31.95%, rgba(152, 81, 207, 0) 90.45%);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-backdrop-filter: blur(27.5px);
	backdrop-filter: blur(27.5px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.pageContacts-block p {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	font-size: var(--h5-size);
	line-height: 1.125;
}
.pageContacts-block p:last-child {
	margin-bottom: 0;
}
.pageContacts-block p:before {
	content: '';
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #AA64E1;
}
.pageContacts-block p.phone:before {
	-webkit-mask-image: url(images/phone-2.svg);
	mask-image: url(images/phone-2.svg);
}
.pageContacts-block p.address:before {
	-webkit-mask-image: url(images/pin-2.svg);
	mask-image: url(images/pin-2.svg);
}
.pageContacts-block p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.pageContacts-block p a {
	text-decoration: none;
}
.pageContacts-block-button {
	margin-top: 40px;
}




/* Прелоадер */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}
#preloader.hidden {
	opacity: 0;
	visibility: hidden;
}
#preloader svg {
	width: 80%;
	height: auto;
}
#preloader path {
	fill: #FFFFFF;
}
#preloader .svg-path-1 {
	transform: translateY(30px);
	animation: draw .4s linear forwards;
	animation-delay: 0.1s;
	opacity: 0;
}
#preloader .svg-path-2 {
	transform: translateY(30px);
	animation: draw .4s linear forwards;
	animation-delay: 0.1s;
	opacity: 0;
}
#preloader .svg-path-3 {
	transform: translateY(30px);
	animation: draw .4s linear forwards;
	animation-delay: .3s;
	opacity: 0;
}
#preloader .svg-line-long {
	fill: white;
	animation: drawAndDisappear 2s linear forwards;
	animation-delay: 1.4s;
	opacity: 0;
}
#preloader .svg-line-short {
	animation: fadeInShortLine .1s linear forwards;
	animation-delay: 2.4s;
	opacity: 0;
}

@keyframes drawAndDisappear {
	0% {
		clip-path: inset(0 100% 0 0);
		opacity: 1;
	}
	90% {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeInShortLine {
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes draw {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.screen {
	flex: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1.2s ease-out;
}
.screen-1 {
	background-color: #47577C;
	display: flex;
	justify-content: center;
	align-items: center;
}
.screen-1 img {
	max-width: 100px;
	height: auto;
}
.screen-2 {
	background-color: #1F2637;
}
.screen.active {
	opacity: 1;
	transform: scale(1);
}






.blog-nav {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
	overflow: auto;
	display: flex;
	z-index: 1;
}
.blog-nav li {
	flex: 0 0 auto;
	margin-right: 20px;
}
.blog-nav li:last-child {
	margin-right: 0;
}
.blog-nav li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-size-lg);
	font-family: 'Futura New Book';
	font-weight: 400;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 9px 26px;
	color: #ffffff;
	border: 2px solid #AA64E1;
	text-decoration: none;
	height: 58px;
}
.blog-nav li.active a,
.blog-nav li a:hover {
	border-color: #AA64E1;
    background: #AA64E1;
    color: #FFFFFF;
}




.blog-items {
	position: relative;
	z-index: 1;
}
.blog-item {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.blog-item:last-child {
	margin-bottom: 0;
}
.blog-item__wrap {
	display: flex;
}
.blog-item__left {
	flex: 0 0 180px;
	max-width: 180px;
	margin-right: 24px;
}
.blog-item__image {
	height: 180px;
	overflow: hidden;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 0px 13px 148.4px 0px rgba(42, 0, 75, 0);
}
.blog-item__right {
	flex: auto;
}
.blog-item__date {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
}
.blog-item__date:before {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin-top: -2px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/date.svg);
	mask-image: url(images/date.svg);
	background-color: #AA64E1;
}
.blog-item__title {
	font-size: var(--h5-size);
	font-family: 'Futura New';
    font-weight: 300;
    line-height: 1;
    margin-bottom: 16px;
}
.blog-item__title a {
	text-decoration: none;
}
.blog-item__excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}
.blog-item__button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color:  #AA64E1;
	text-decoration: none;
	transition: .5s;
}
.blog-item__button a:hover {
	color: #ffffff;
}
.blog-item__button a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: #AA64E1;
	flex: 0 0 17px;
	max-width: 17px;
	width: 17px;
	height: 15px;
	margin-bottom: -2px;
	transition: .5s;
	margin-left: 8px;
	z-index: 1;
}
.blog-item__button a:hover:after {
	background-color: #FFFFFF;
	transform: translateX(4px);
}
.blog-item__svg {
	width: 100%;
	margin-top: 20px;
}



.navigation.pagination {
	position: relative;
	margin-top: 40px;
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	margin-right: 15px;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers {
	font-size: var(--text-size-lg);
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	color: #AA64E1;
}



.singleBlog-image {
	margin-bottom: 20px;
}
.singleBlog-image img {
	max-height: 360px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 0px 13px 148.4px 0px rgba(42, 0, 75, 0);
}
.singleBlog-date {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.singleBlog-date:before {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin-top: -2px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/date.svg);
	mask-image: url(images/date.svg);
	background-color: #AA64E1;
}
.singleBlog-item {
	margin-bottom: 24px;
}
.singleBlog-item:last-child {
	margin-bottom: 0;
}







@media (max-width: 1799px) {
	.team-item__image {
		height: calc((100vw - 52px * 3) / 4 / .724);
	}
	.team-swiper .swiper-button-next, 
	.team-swiper .swiper-button-prev {
		top: calc(((100vw - 52px * 3) / 4 / .724) / 2 - 33px) !important;
	}
	.team-swiper .swiper-button-prev {
		left: 80px !important;
	}
	.team-swiper .swiper-button-next {
		right: 80px !important;
	}
}





@media (max-width: 1479px) {
	:root {
		--container: 1080px;

		--text-size: 16px;
		--text-size-lg: 18px;
		--h1-size: 56px;
		--h2-size: 42px;
		--h3-size: 34px;
		--h4-size: 28px;
		--h5-size: 24px;
		--h6-size: 20px;
	}
	.heading {
		margin-bottom: 60px;
	}
	.header {
		padding-top: 36px;
	}
	.header-svg {
		height: 48px;
		top: 3px;
	}
	.main-menu {
		margin-right: 100px;
	}
	.hero-section {
		padding: 120px 0 180px;
	}
	.about-section {
		padding-top: 80px;
	}
	.about-image img {
    	max-height: 480px;
	}
	.about-left,
	.about-right {
		flex: 0 0 33%;
		max-width: 33%;
	}
	.about-center {
		flex: 0 0 calc(34% - 30px);
		max-width: calc(34% - 30px);
	}
	.about-content br {
		display: none;
	}
	.services-section {
		padding: 120px 0 100px;
	}
	.services-item__wrap {
		padding: 24px 5px;
	}
	.services-item__title span {
		font-size: var(--h5-size);
	}
	.info-section,
	.relatedBlog-section {
		padding-top: 80px;
	}
	.team-section {
		padding: 80px 0 95px;
	}
	.team-item__image {
        height: calc((100vw - 24px * 3) / 4 / .724);
        margin-bottom: 24px;
    }
	.team-swiper .swiper-button-next, .team-swiper .swiper-button-prev {
		top: calc(((100vw - 24px * 3) / 4 / .724) / 2 - 33px) !important;
	}
	.contacts-section {
		padding: 80px 0 180px;
		min-height: 780px;
	}
	.contacts-bg img,
	.pageContacts-bg img {
		object-position: 30% top;
	}
	.documents-section {
		margin-top: -140px;
	}
	.documents-wrap {
		padding: 40px 60px 55px;
	}
	.documents-heading {
		font-size: var(--h4-size);
	}
	.documents-item {
    	flex: 0 0 22%;
    	max-width: 22%;
	}
	.documents-item__image {
		height: calc((var(--container) - 120px) * .22 / .711);
	}
	.footer {
		padding: 70px 0 60px;
	}
	.page-header {
		padding: 50px 0 40px;
	}
	.hero-play {
		flex: 0 0 74px;
		max-width: 74px;
		width: 74px;
		height: 74px;
	}
	.fancybox-gallery-reviews .fancybox__content {
		width: calc(85vh * .6) !important;
		height: 85vh !important;
	}
	.portfolio-section {
		padding: 100px 0 0;
	}
	.portfolio-items {
		margin: 0 -12px -24px;
	}
	.portfolio-item {
		margin: 0 0 24px;
		padding: 0 12px;
	}
	.portfolio-item__wrap {
		height: calc((var(--container) - 24px * 2) / 3 / 2);
	}
	.portfolio-button, .price-button {
		margin-top: 50px;
	}
	.price-section {
		padding: 100px 0 60px;
	}
	.price-block__left,
	.price-block__right {
		padding: 36px;
	}
	.reviews-section {
		padding: 85px 0 40px;
	}
	.reviews-items {
		margin: 0 -12px -24px;
	}
	.reviews-item {
		margin: 0 0 24px;
		padding: 0 12px;
	}
	.reviews-item__wrap {
		height: calc((var(--container) - 24px * 3) / 4 / .6);
	}
	.team-item__content > * {
		margin-bottom: 16px;
	}
	.team-item__content > *:last-child {
		margin-bottom: 0;
	}
	.pageContacts {
		margin: 0;
		min-height: 900px;
	}
	.pageContacts .page-header {
		padding: 50px 0;
	}
}









@media (max-width: 1279px) {
	:root {
		--container: 910px;

		--text-size: 16px;
		--text-size-lg: 18px;
		--h1-size: 48px;
		--h2-size: 36px;
		--h3-size: 32px;
		--h4-size: 26px;
		--h5-size: 22px;
		--h6-size: 20px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		font-size: var(--h6-size);
	}
	.main-menu li {
    	margin-right: 30px;
	}
	.hero-bottom-button {
		margin-right: 36px;
	}
	.hero-contacts p {
		margin-right: 36px;
	}
	.about-info {
		padding: 20px 24px;
	}
	.about-content blockquote {
		margin-bottom: 28px;
	}
	.services-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.team-section {
		padding: 80px 0 40px;
	}
	.team-item__image {
		height: calc((100vw - 24px * 2) / 3 / .724);
	}
	.swiper-button-next, .swiper-button-prev {
		top: calc(50% - 48px) !important;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 28px !important;
		height: 48px !important;
	}
	.team-swiper .swiper-button-next, .team-swiper .swiper-button-prev {
		top: calc(((100vw - 24px * 2) / 3 / .724) / 2 - 24px) !important;
	}
	.team-swiper .swiper-button-prev {
        left: 50px !important;
    }
	.team-swiper .swiper-button-next {
		right: 50px !important;
	}
	.reviews-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.reviews-item__wrap {
		height: calc((var(--container) - 24px* 2) / 3 / .6);
	}
	.price-block__left, .price-block__right {
		padding: 24px;
	}
	.pageContacts {
		min-height: 780px;
	}
	.pageContacts-section {
		width: 514px;
	}
	.pageContacts-image {
		flex: 0 0 280px;
		max-width: 280px;
		height: 480px;
	}
	.pageContacts-block {
		padding: 48px 36px 36px;
		flex: 0 0 320px;
		max-width: 320px;
		margin-bottom: -60px;
		margin-left: -90px;
	}
	.modal-content {
		padding: 70px 48px 48px;
	}
	.form-fields {
		margin: 0 -12px -24px;
	}
	.form-field {
		margin: 0 0 24px;
		padding: 0 12px;
	}
	.form-field-button {
		margin-top: 12px;
	}
}






@media (max-width: 991px) {
	:root {
		--container: 690px;

		--text-size: 16px;
		--text-size-lg: 18px;
		--h1-size: 36px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 21px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.heading {
		margin-bottom: 38px;
	}
	.heading svg {
		height: 16px;
	}
	.header {
		padding-top: 32px;
	}
	.header-wrap {
		height: 49px;
		align-items: center;
	}
	.header-logo img {
    	max-height: 49px;
	}
	.header .main-menu {
		display: none;
	}
	.hero-section {
		padding: 100px 0 140px;
	}
	.hero-content h1 {
		font-size: calc(var(--h1-size) * 1.2777);
	}
	.hero-contacts {
		display: none;
	}
	.hero-bottom {
		bottom: 50px;
	}
	.hero-bottom-button {
		flex: auto;
		margin-right: 24px;
	}
	.hero-play {
		flex: 0 0 59px;
		max-width: 59px;
		width: 59px;
		height: 59px;
	}
	.about-section {
		padding-top: 32px;
	}
	.about-section .heading {
		margin-bottom: 28px;
	}
	.about-wrap {
		flex-direction: column;
	}
	.about-left {
		flex: auto;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.about-content blockquote {
        margin-bottom: 18px;
        font-size: var(--h2-size);
    }
    .about-center {
    	flex: auto;
    	max-width: 100%;
    	width: 100%;
    }
    .about-right {
    	flex: auto;
    	max-width: 100%;
    	width: 100%;
    }
    .about-info {
    	padding: 20px 0;
    	text-align: center;
    }
    .about-info:before {
    	width: 100vw;
    	background: linear-gradient(90deg, rgba(152, 81, 207, 0.3) 0%, rgba(152, 81, 207, 0) 100%);
    }
    .services-section {
    	padding: 90px 0;
    }
    .services-items {
    	margin: 0 -8px;
    }
    .services-item {
    	flex: 0 0 calc(100% / 3);
    	max-width: calc(100% / 3);
    	margin: 0;
    	padding: 0 8px;
    }
    .services-item__wrap {
    	padding: 12px 5px;
    }
    .services-item__image {
    	height: 70px;
    	margin-bottom: 10px;
    }
    .services-item__image img {
    	max-height: 70px;
    }
    .services-item__title {
    	min-height: 36px;
    }
    .info-section,
    .relatedBlog-section {
    	padding-top: 45px;
    }
    .team-section {
    	padding: 45px 0 40px;
    }
    .team-item__image {
    	margin-bottom: 18px;
    }
    .team-item__name {
    	font-size: var(--h4-size);
    }
    .swiper-pagination {
    	margin-top: 24px;
    }
    .team-item__profession {
    	padding: 3px 14px 4px;
    	font-size: 13px;
    }

    .contacts-section {
    	padding: 70px 0 650px;
    	min-height: inherit;
    }
    .contacts-block {
    	padding: 45px 35px 40px;
    	max-width: 100%;
    }
    .contacts-block p {
    	font-size: var(--h4-size);
    }
    .contacts-bg {
    	top: 350px;
    	height: calc(100% - 350px);
    }
    .documents-section {
    	margin-top: -220px;
    }
    .contacts-bg img {
    	object-position: 55% top;
    }
    .documents-wrap {
    	padding: 30px;
    }
    .documents-heading {
    	font-size: var(--h3-size);
    	margin-bottom: 24px;
    }
    .documents-items {
    	margin: 0 -10px -24px;
    }
    .documents-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }
    .documents-item__image {
    	height: calc(((var(--container) - 60px) - 20px) / 2 / .711);
    	margin-bottom: 8px;
    }
    .documents-item__title {
    	font-size: 13px;
    }
    .footer {
    	padding: 44px 0 32px;
    }
    .footer-wrap {
    	flex-direction: column;
    }
    .copyright {
    	text-align: center;
    	margin-top: 40px;
    	font-size: 13px;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
    	font-size: var(--h4-size);
    }
    .form-fields {
    	margin: 0 -8px -16px;
    }
    .form-field {
    	margin-bottom: 16px;
    	padding: 0 8px;
    }
    .modal-content {
    	padding: 35px 25px;
    }
    .modal-title {
    	font-size: 32px;
    	margin-bottom: 18px;
    }

    .page-header {
    	padding: 50px 0 35px;
    }
    .page-title {
    	font-size: calc(var(--h1-size) * 1.2777);
	}

	.portfolio-section {
		padding: 80px 0 0;
	}
	.portfolio-items {
		margin: 0 -10px -20px;
	}
	.portfolio-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.portfolio-item__wrap {
        height: calc((var(--container) - 20px) / 2 / 2);
    }
    .portfolio-button, .price-button, .reviews-button {
    	margin-top: 32px;
    }

    .price-section {
    	padding: 80px 0 56px;
    }

    .reviews-section {
    	padding: 40px 0;
    }
    .price-block__wrap {
    	background: transparent;
    }
    .price-block__left, .price-block__right {
    	flex: 0 0 100%;
    	max-width: 100%;
    	padding: 0;
    }
    .price-block__left {
    	flex-direction: row;
    	align-items: center;
    	border-right: none;
    	margin-bottom: 16px;
    }
    .price-block__title {
    	font-size: var(--h1-size);
    	margin-bottom: 0;
    }
    .price-block__image img {
    	max-height: 50px;
    }
    .price-item {
    	min-height: inherit;
    	flex-direction: column;
    	align-items: flex-start;
    }
    .price-item__price {
    	margin: 2px 0 0;
    	font-size: var(--h4-size);
    }
    .price-block__content {
		margin-top: 0px;
		font-size: var(--text-size);
		border-top: 1px solid rgba(170, 100, 225, 0.5);
		padding-top: 10px;
    }

    .main {
    	padding-bottom: 30px;
    }
    .home .main,
    .single-services .main {
    	padding-bottom: 0;
    }

    .pageContacts .page-header {
    	padding: 50px 0 40px;
    }
    .pageContacts-wrap {
    	display: block;
    }
	.pageContacts-section {
		width: 100%;
		position: relative;
		left: 0;
		padding-bottom: 560px;
		margin-bottom: -160px;
	}
	.pageContacts-image {
		max-width: 300px;
		height: 386px;
		margin: 0 auto;
	}
	.pageContacts-block {
		padding: 35px 40px;
		max-width: 350px;
		margin: -50px auto 0;
	}
	.pageContacts-bg {
		top: 650px;
		height: calc(100% - 600px);
	}
	.page-template-page-contacts .main {
		overflow: inherit;
		padding-bottom: 0;
	}
	.pageContacts-bg img {
		object-position: 60% top;
	}


	.blog-nav li {
		margin-right: 10px;
	}
	.blog-nav li a {
		padding: 7px 20px;
		height: 48px;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
	}

	.blog-item__title {
		font-size: var(--h4-size);
	}

	.singleBlog-title {
		font-size: var(--h1-size);
	}
}



@media (max-width: 767px) {
	:root {
		--container: 510px;

		--text-size: 16px;
		--text-size-lg: 18px;
		--h1-size: 36px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 21px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.modal-dialog {
		max-width: 100;
		margin-left: 18px;
		margin-right: 18px;
	}
	.about-content br {
		display: block;
	}
	.about-image img {
        max-height: 460px;
    }
    .reviews-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .reviews-item__wrap {
        height: calc((var(--container) - 24px) / 2 / .6);
    }
    .modal-close {
    	right: 10px;
    }
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 48px);

		--text-size: 16px;
		--text-size-lg: 18px;
		--h1-size: 36px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 21px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	/*[data-aos^=fade][data-aos^=fade] {
		opacity: 1 !important;
		transform: none !important;
	}*/
	.btn {
		padding: 16px 32px;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 24px !important;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 24px !important;
	}
	#preloader svg {
		width: 95%;
	}
	.about-profession {
		font-size: 13px;
	}
	.about-info {
		text-align: left;
	}
	.services-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.team-item__image {
        height: calc((100vw - 24px) / 2 / .724);
    }
    .team-swiper .swiper-button-next, .team-swiper .swiper-button-prev {
        top: calc(((100vw - 24px) / 2 / .724) / 2 - 24px) !important;
    }
	.team-swiper .swiper-button-prev {
		left: 20px !important;
	}
	.team-swiper .swiper-button-next {
		right: 20px !important;
	}
	.contacts-bg img {
        object-position: 61% top;
    }
    .portfolio-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    	display: none;
    }
    .portfolio-item:nth-child(1),
    .portfolio-item:nth-child(2),
    .portfolio-item:nth-child(3) {
    	display: block;
    }
    .portfolio-item__wrap {
        height: calc(var(--container) / 2);
    }
    .reviews-block {
    	width: 100vw;
    	margin-left: calc((100vw - var(--container)) / -2);
    }
    .reviews-item__wrap {
        height: calc((100vw - 24px) / 2 / .6);
    }
    .swiper-pagination {
    	padding-right: calc((100vw - var(--container)) / 2);
    }
    .team-items .team-item {
    	margin-bottom: 45px;
    }
    .team-items .team-item:last-child {
    	margin-bottom: 0;
    }
    .team-items .team-item__image {
    	height: calc(var(--container) / .724);
    }
    .team-items .team-item__name {
    	font-size: var(--h1-size);
    }

    .reviews-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .reviews-items .reviews-item__wrap {
    	width: 100%;
    	max-width: 280px;
    	height: calc(280px / .6);
    	margin-left: auto;
    	margin-right: auto;
    }
    .error-404-number {
    	font-size: calc(var(--h1-size) * 4);
    }
    .modal-mobile-contacts p {
    	margin-right: 24px;
    }
    .heading svg {
    	width: 700px;
    }


    .blog-item__wrap {
    	flex-wrap: wrap;
    }
    .blog-item__left {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-right: 0;
    	margin-bottom: 16px;
    }
    .blog-item__right {
    	flex: 0 0 100%;
    	max-width: 100%;
    }

	.singleBlog-title {
		font-size: var(--h2-size);
	}


}



@media (max-width: 419px) {
	.about-content br {
		display: none;
	}
}