/*!
Theme Name: Art Visual
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: artvisualua
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.

Art Visual 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=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'KyivTypeSans';
	src: url('fonts/KyivTypeSans-Medium3.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

:root {
	--container: calc(100vw - 120px);

	--text-size: 16px;
	--text-size-sm: 14px;
	--text-size-md: 18px;
	--h1-size: 48px;
	--h2-size: 40px;
	--h3-size: 32px;
	--h4-size: 28px;
	--h5-size: 24px;
	--h6-size: 20px;

	--text: #393939;
	--heading: #1D1D1D;
	--white: #FFFFFF;
	--main: #634649;
}


*, ::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: 'Raleway', sans-serif;
	line-height: 1.2;
	color: var(--text);
	background: var(--white);
	font-variant-numeric: lining-nums;
}
a, a:hover {
	text-decoration: none;
	color: var(--main);
	transition: .25s;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'KyivTypeSans';
	font-weight: 500;
	margin: 20px 0;
	line-height: 1.2;
	color: var(--heading);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
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 10px;
}
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;
}

.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid #C9C3BB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: var(--heading);
	height: 56px;
	padding: 9.5px 20px;
	outline: none;
	font-variant-numeric: lining-nums;
	transition: .25s;
}
textarea {
	height: 132px;
	resize: vertical;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: var(--main);
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	text-align: center;
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.wpcf7-radio .wpcf7-list-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.wpcf7-radio .wpcf7-list-item label {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #C9C3BB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: var(--white);
	padding: 15px 15px 15px 17px;
	font-weight: 500;
	color: var(--heading);
	cursor: pointer;
	z-index: 1;
	transition: .25s;
}
.wpcf7-radio .wpcf7-list-item label:hover {
	border-color: var(--main);
}
.wpcf7-radio .wpcf7-list-item input {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: var(--white);
	border: 2px solid #6B717C;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0 17px 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	transition: .25s;
}
.wpcf7-radio .wpcf7-list-item input:checked {
	border-color: var(--text);
}
.wpcf7-radio .wpcf7-list-item input:checked:after {
	content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--text);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}


.heading {
	position: relative;
	margin-bottom: 60px;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: var(--h1-size);
	text-transform: uppercase;
	text-align: left;
}
.heading h2 span {
	position: relative;
	z-index: 1;
}
.heading h2 svg {
	position: absolute;
	top: -38px;
    right: -42px;
    z-index: -1;
}
.animatedPath path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 5s ease;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 15px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	transition: .25s;
}
.btn-icon-left:before {
	margin-right: 10px;
}
.btn-icon-right:after {
	margin-left: 10px;
}
.btn-primary {
	background-color: var(--main);
	border-color: var(--main);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--heading);
	border-color: var(--heading);
	color: var(--white);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--white);
}
.btn-outline-primary {
	background-color: transparent;
	border-color: var(--main);
	color: var(--main);
}
.btn-outline-primary:hover {
	background-color: var(--main);
	border-color: var(--main);
	color: var(--white);
}
.btn-outline-primary:before,
.btn-outline-primary:after {
	background-color: var(--main);
}
.btn-outline-primary:hover:before,
.btn-outline-primary:hover:after {
	background-color: var(--white);
}
.btn-icon-calculate:before,
.btn-icon-calculate:after {
	-webkit-mask-image: url(images/calculate.svg);
	mask-image: url(images/calculate.svg);
}
.btn-icon-send:before,
.btn-icon-send:after {
	-webkit-mask-image: url(images/send.svg);
	mask-image: url(images/send.svg);
}



.owl-nav {
	position: relative;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.owl-nav button {
	position: relative;
	flex: 0 0 56px;
	max-width: 56px;
	width: 56px;
	height: 56px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 30px;
	transition: .25s;
}
.owl-nav button.disabled {
	display: none !important;
}
.owl-nav button:last-child {
	margin-right: 0;
}
.owl-nav button:before {
	content: '';
	position: absolute;
	background: rgba(255,255,255,.85);
	background: #C9C3BB;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	backdrop-filter: blur(4px);
	transition: .25s;
	z-index: -2;
}
.owl-nav button:hover:before {
	background: var(--main);
	background: #28344A;
}
.owl-nav button:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow_forward.svg);
	mask-image: url(images/arrow_forward.svg);
	background-color: var(--white);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	z-index: -1;
	transition: .25s;
}
.owl-nav button.owl-prev:after {
	transform: rotate(180deg);
}
.owl-nav button:hover:after {
	background-color: var(--white);
}

.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 30px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a path {
	fill: var(--white);
	transition: .25s;
}
.soc-links.black li a path {
	fill: var(--heading);
}
.soc-links li a:hover path {
	opacity: .8;
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: var(--white);
  border-radius: 0;
  height: 100%;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 60px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-mask-image: url(images/close.svg);
  mask-image: url(images/close.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--heading);
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  outline: none !important;
  cursor: pointer;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--main);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	margin-bottom: 16px;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu li a {
	color: var(--heading);
	font-weight: 500;
	font-size: var(--text-size-md);
}


/*
.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: 0 -12px -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;
	border-radius: 20px;
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
	height: calc((var(--container) - 1 * 24px) / 2 / 1.38 );
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	height: calc((var(--container) - 2 * 24px) / 3 / 1.38 );
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	height: calc((var(--container) - 3 * 24px) / 4 / 1.38 );
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
	height: calc((var(--container) - 4 * 24px) / 5 / 1.38 );
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	height: calc((var(--container) - 5 * 24px) / 6 / 1.38 );
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	height: calc((var(--container) - 6 * 24px) / 7 / 1.38 );
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
	height: calc((var(--container) - 7 * 24px) / 8 / 1.38 );
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
	height: calc((var(--container) - 8 * 24px) / 9 / 1.38 );
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.gallery-item:hover img {
	transform: scale(1.05);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
*/

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

.header {
	position: fixed;
	width: 100%;
	top: 30px;
	left: 0;
	z-index: 92;
}
.header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 32px;
	height: 88px;
	z-index: 1;
}
.header-wrap:before {
	content: '';
	background: rgba(29, 29, 29, 0.25);
	backdrop-filter: blur(5px);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .5s;
	z-index: -1;
}
.header.scrolled .header-wrap:before {
	background: rgba(255, 255, 255, .5);
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.header-logo {
	flex: 0 0 180px;
	max-width: 180px;
}
.header-logo a {
	display: flex;
}
.header-logo svg {
	width: auto;
	max-height: 56px;
}
.header-logo svg path {
	fill: var(--white);
	transition: .5s;
}
.header.scrolled .header-logo svg path {
	fill: var(--heading);
}
.main-menu {
	flex: auto;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	margin-right: 80px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	color: var(--white);
}
.header.scrolled .main-menu li a {
	color: var(--heading);
}
.main-menu li a:hover {
	-moz-text-stroke: 1px;
	-webkit-text-stroke: 1px;
	text-stroke: 1px;
}
.header-soc {
	flex: 0 0 180px;
	max-width: 180px;
	justify-content: flex-end;
}
.header.scrolled .header-soc li a svg path {
	fill: var(--heading);
}
.header-toggle {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: 32px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--white);
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.header.scrolled .header-toggle button {
	background-color: var(--heading);
}
.header-toggle button:hover {
	opacity: .8;
}


.main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.footer {
	position: relative;
	z-index: 1;
}
.footer-main {
	padding: 30px 0;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo a {
	display: flex;
}
.footer-logo svg {
	width: auto;
	max-height: 56px;
}
.footer-logo svg path {
	fill: var(--main);
}
.footer-contacts {
	display: flex;
	align-items: center;
}
.footer-contacts-item {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 50px;
	padding-right: 50px;
	font-weight: 500;
	color: var(--heading);
	z-index: 1;
}
.footer-contacts-item:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--heading);
	z-index: 1;
}
.footer-contacts-item.phone:before {
	-webkit-mask-image: url(images/call.svg);
	mask-image: url(images/call.svg);
}
.footer-contacts-item.e-mail:before {
	-webkit-mask-image: url(images/alternate_email.svg);
	mask-image: url(images/alternate_email.svg);
}
.footer-contacts-item.address:before {
	-webkit-mask-image: url(images/location_on.svg);
	mask-image: url(images/location_on.svg);
}
.footer-contacts-item:after {
	content: '';
	width: 1px;
	height: 36px;
	background: #6B717C;
	position: absolute;
	top: calc(50% - 18px);
	right: 0;
	z-index: -1;
}
.footer-contacts-item a {
	color: var(--heading);
}
.footer-contacts-item a:hover {
	color: var(--main);
}

.footer-bottom {
	position: relative;
	background: #28344A;
	color: var(--white);
	padding: 10px 0;
	z-index: 1;
}
.footer-cities {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.footer-cities span {
	margin: 0 20px 10px;
}





.hero-section {
	position: relative;
	padding: 160px 0;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.hero-section:before {
	content: '';
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg,
.hero-mobile-bg {
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateZ(0);
	will-change: transform;
	z-index: -2;
}
.hero-mobile-bg {
	display: none;
}
.hero-logo {
	text-align: center;
	margin-bottom: 20px;
}
.hero-logo svg {
	max-width: 365px;
	max-height: 218px;
}
.hero-content {
	font-weight: 500;
	color: var(--white);
}
.hero-button {
	margin-top: 30px;
	text-align: center;
}


.portfolio-heading h2 span:nth-child(2) {
	margin-left: 70px;
}
.portfolio-items {
	position: relative;
}
.portfolio-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.portfolio-item:nth-child(2n) {
	flex-direction: row-reverse;
}
.portfolio-item:last-child {
	margin-bottom: 0;
}
.portfolio-item__left {
	flex: 0 0 calc(58% - 10px);
	max-width: calc(58% - 10px);
}
.portfolio-item__images {
	height: calc((var(--container) * .58 - 10px) / 1.4592);
	min-height: 100%;
}
.portfolio-item__images {
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.portfolio-item__images .owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.portfolio-item__image {
	height: 100%;
}
.portfolio-item__right {
	flex: 0 0 calc(42% - 10px);
	max-width: calc(42% - 10px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.portfolio-item__right-inner {
	max-width: 440px;
	margin: 0 auto;
}
.portfolio-item__title {
	font-size: var(--h2-size);
	margin-bottom: 20px;
}
.portfolio-item__content {
	margin-bottom: 30px;
}
.portfolio-item__info {
	position: relative;
	width: max-content;
	max-width: 100%;
	display: flex;
	margin-bottom: 30px;
	border: 1px solid #C9C3BB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
.portfolio-item__info p {
	margin: 0;
	padding: 15px 24px;
	border-right: 1px solid #C9C3BB;
	color: var(--heading);
	font-size: var(--text-size-sm);
}
.portfolio-item__info p:last-child {
	border-right: 0;
}
.portfolio-item__info p span {
	font-family: 'KyivTypeSans';
	font-size: var(--h5-size);
	font-weight: 500;
	display: block;
}
.owl-portfolio .owl-nav {
	position: absolute;
	top: calc(50% - 28px);
	width: 100%;
}
.owl-portfolio .owl-nav button {
	position: absolute;
	margin-right: 0;
}
.owl-portfolio .owl-nav button.owl-prev {
	left: 40px;
}
.owl-portfolio .owl-nav button.owl-next {
	right: 40px;
}
.owl-portfolio .owl-nav button:before {
	background: rgba(255,255,255,.85);
}
.owl-portfolio .owl-nav button:hover:before {
	background: var(--main);
}
.owl-portfolio .owl-nav button:after {
	background-color: var(--heading);
}
.owl-portfolio .owl-nav button:hover:after {
	background-color: var(--white);
}


.packages-heading h2 span:nth-child(2) {
	margin-left: 105px;
}
.packages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 76px;
}
.packages-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.packages-item:nth-child(2) {
	margin: 38px 0 -38px;
}
.packages-item:nth-child(3) {
	margin: 76px 0 -76px;
}
.packages-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #C9C3BB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 70px 30px 30px;
	z-index: 1;
}
.packages-item__number {
	position: absolute;
	font-family: 'KyivTypeSans';
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	background: var(--white);
	top: -38px;
	left: 35px;
	color: #C9C3BB;
	padding: 0 10px;
	z-index: 2;
}
.packages-item__image {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}
.packages-item__image img {
	max-height: 50px;
	max-width: 50px;
}
.packages-item__title {
	margin-bottom: 15px;
	font-family: 'KyivTypeSans';
	font-size: var(--h2-size);
	font-weight: 500;
	padding-right: 80px;
}
.packages-item__text {
	flex: auto;
	margin-bottom: 30px;
}



.process-section:after {
	content: '';
  background: url(images/vertical-text.svg) no-repeat center right;
  background-size: contain;
  position: absolute;
  width: 86px;
  height: calc(100% - 200px);
  top: 100px;
  right: 60px;
  z-index: -1;
}
.process-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.process-left {
	flex: 0 0 calc(58% - 10px);
	max-width: calc(58% - 10px);
}
.process-image {
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.process-right {
	flex: 0 0 calc(42% - 77px);
	max-width: calc(42% - 77px);
	padding-top: 38px;
}
.heading.process-heading {
	margin-bottom: 40px;
}
.process-heading h2 span:nth-child(2) {
	margin-left: 72px;
}
.process-items {
	position: relative;
}
.process-item {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	z-index: 1;
}
.process-item:last-child {
	margin-bottom: 0;
}
.process-item:before {
	content: '';
	width: 1px;
	height: calc(100% + 40px);
	background: var(--main);
	position: absolute;
	top: 0;
	left: 22px;
	z-index: -1;
}
.process-item:last-child:before {
	display: none;
}
.process-item__number {
	flex: 0 0 45px;
	max-width: 45px;
	height: 45px;
	margin-right: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #C9C3BB;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: var(--heading);
}
.process-item__text {
	flex: auto;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 45px;
}




.advantages-section {
	background: #F9F9F9;
}
.advantages-heading h2 span:nth-child(2) {
	margin-left: 72px;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto -50px;
	max-width: 88%;
}
.advantages-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 50px;
	padding: 0 25px;
}
.advantages-item__wrap {
	position: relative;
	max-width: 80%;
	border: 1px solid #C9C3BB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 33px;
	padding: 30px 30px 30px 70px;
	z-index: 1;
}
.advantages-item:nth-child(3) .advantages-item__wrap,
.advantages-item:nth-child(4) .advantages-item__wrap {
	margin-left: auto;
}
.advantages-item__number {
	position: absolute;
	font-family: 'KyivTypeSans';
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	background: #F9F9F9;
	top: 50%;
	left: -35px;
	color: var(--main);
	padding: 5px 0;
	transform: translateY(-50%);
	width: 70px;
	display: flex;
	justify-content: center;
	z-index: 2;
}
.advantages-item__title {
	font-size: var(--text-size-md);
	font-weight: 600;
	color: var(--heading);
}




.team-heading h2 span:nth-child(2) {
	margin-left: 190px;
}
.team-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto -30px;
	max-width: 1820px;
}
.team-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.team-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}
.team-item__info {
	padding: 0 50px;
	margin-bottom: 15px;
	text-align: right;
}
.team-item__name {
	font-family: 'KyivTypeSans';
	font-size: var(--h3-size);
	font-weight: 500;
	color: var(--heading);
	margin-bottom: 5px;
}
.team-item__profession {
	font-weight: 300;
}
.team-item__image {
	flex: 0 0 calc((1820px - 3 * 30px) / 4 / 0.778);
	max-height: calc((1820px - 3 * 30px) / 4 / 0.778);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.team-item__image img {
	filter: grayscale(1);
	transition: 1s;
}
.team-item__wrap:hover .team-item__image img {
	filter: grayscale(0);
	transform: scale(1.1);
}



.reviews-heading h2 span:nth-child(2) {
	margin-left: 140px;
}
.reviews-item {
	padding: 1px;
}
.reviews-item__wrap {
	position: relative;
	border: 1px solid #C9C3BB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 24px;
	z-index: 1;
}
.reviews-item__head {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.reviews-item__image {
	position: relative;
	background: #28344A;
	flex: 0 0 56px;
	max-width: 56px;
	height: 56px;
	margin-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews-item__image:before {
	content: '';
	background: url(images/face.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 32px;
	max-width: 32px;
	height: 32px;
}
.reviews-item__info {
	flex: auto;
}
.reviews-item__name {
	font-family: 'KyivTypeSans';
	font-size: var(--h6-size);
	font-weight: 500;
	color: var(--heading);
	margin-bottom: 5px;
}
.reviews-item__profession {
	font-size: var(--text-size-sm);
	color: #68717C;
}



.addReviews-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.addReviews-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.addReviews-image {
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.addReviews-right {
	flex: 0 0 calc(50% - 100px);
	max-width: calc(50% - 100px);
	padding: 46px 0;
}
.heading.addReviews-heading {
	margin-bottom: 40px;
}
.addReviews-heading h2 span:nth-child(2) {
	margin-left: 190px;
}



.calculate-heading h2 span:nth-child(2) {
	margin-left: 215px;
}
.calculate-form {
	position: relative;
	max-width: 80%;
	min-width: 1000px;
	margin: 0 auto;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 55px;
	overflow: hidden;
	z-index: 1;
}
.calcForm-items {
	display: flex;
}
.calcForm-item {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	z-index: 1;
}
.calcForm-item.active {
	display: block;
}
.calcForm-item__heading {
	text-align: center;
	margin-bottom: 40px;
	font-family: 'KyivTypeSans';
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--heading);
}
.calcForm-item__body {
	max-width: 870px;
	margin: 0 auto;
}
.calcForm-item__nav {
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	z-index: 9;
}
.calcForm-item__nav > * {
	margin-right: 30px;
}
.calcForm-item__nav > *:last-child {
	margin-right: 0;
}
.calcForm-item__nav .btn {
	min-width: 195px;
}



.faq-section {
	background: #F9F9F9;
}
.faq-heading h2 span:nth-child(2) {
	margin-left: 95px;
}
.faq-item {
	position: relative;
	border-top: 1px solid #C9C3BB;
	z-index: 1;
}
.faq-item:last-child {
	border-bottom: 1px solid #C9C3BB;
}
.faq-item__head {
	position: relative;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'KyivTypeSans';
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--heading);
	text-transform: uppercase;
	cursor: pointer;
	transition: .25s;
}
.faq-item__head:hover {
	color: var(--main);
}
.faq-item__head:after {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 30px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow_down.svg);
	mask-image: url(images/arrow_down.svg);
	background-color: var(--heading);
	transition: .25s;
}
.faq-item__head:hover:after {
	background-color: var(--main);
}
.faq-item.active .faq-item__head:after {
	transform: rotate(180deg);
}
.faq-item__body {
	display: none;
	padding: 0 0 30px;
}
.faq-item__content {
	max-width: 1000px;
}



@media (max-width: 1920px) {
	
	.team-items {
		margin: 0 -15px -30px;
	}
	.team-item__image {
		flex: 0 0 calc((var(--container) - 3 * 30px) / 4 / 0.778);
		max-height: calc((var(--container) - 3 * 30px) / 4 / 0.778);
	}
	
}



@media (max-width: 1599px) {
	.process-right {
		flex: 0 0 calc(42% - 20px);
		max-width: calc(42% - 20px);
	}
	.advantages-items {
		margin-bottom: -30px;
		max-width: 94%;
	}
	.advantages-item {
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.addReviews-right {
    flex: 0 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}



@media (max-width: 1399px) {
	.heading {
		margin-bottom: 50px;
	}
	.portfolio-item__right-inner {
		max-width: 420px;
	}
	.packages-item__wrap {
		padding-top: 60px;
	}
	.packages-item__image {
		top: 25px;
		right: 25px;
	}
	.process-left {
    	flex: 0 0 calc(50% - 15px);
    	max-width: calc(50% - 15px);
	}
	.process-right {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.heading.process-heading {
		margin-bottom: 24px;
	}
	.team-item__info {
		padding: 0 30px;
	}
	.addReviews-left {
    	flex: 0 0 calc(50% - 60px);
   	 	max-width: calc(50% - 60px);
	}
	.addReviews-right {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-contacts-item {
		margin-right: 30px;
		padding-right: 30px;
	}
	.calculate-form {
		min-width: 100%;
	}
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 18px;
		--h1-size: 40px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 22px;
		--h6-size: 20px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.header {
		top: 20px;
	}
	.main-menu li {
    margin-right: 30px;
	}
	.hero-section {
		padding: 130px 0;
	}
	.hero-logo svg {
		max-height: 160px;
	}
	.portfolio-heading h2 span:nth-child(2) {
    margin-left: 58px;
	}
	.owl-portfolio .owl-nav button.owl-prev {
		left: 20px;
	}
	.owl-portfolio .owl-nav button.owl-next {
		right: 20px;
	}
	.packages-heading h2 span:nth-child(2) {
    margin-left: 88px;
	}
	.process-section:after {
		right: 20px;
		width: 60px;
		height: calc(100% - 160px);
	}
	.advantages-heading h2 span:nth-child(2) {
    margin-left: 60px;
	}
	.advantages-item__wrap {
		padding: 20px 20px 20px 60px;
		max-width: 86%;
	}
	.team-heading h2 span:nth-child(2) {
    margin-left: 158px;
	}
	.team-item__info {
		padding: 0 10px;
	}
	.reviews-heading h2 span:nth-child(2) {
    margin-left: 115px;
	}
	.addReviews-heading h2 span:nth-child(2) {
    margin-left: 158px;
	}
	.addReviews-left {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.process-heading h2 span:nth-child(2) {
    margin-left: 60px;
	}
	.calculate-heading h2 span:nth-child(2) {
    margin-left: 179px;
	}
	.calculate-form {
		padding: 35px 50px;
	}
	.calcForm-item__heading {
		margin-bottom: 30px;
	}
	.calcForm-item__nav {
		margin-top: 30px;
	}
	.faq-heading h2 span:nth-child(2) {
    margin-left: 79px;
	}
	.footer-contacts-item {
	  margin-right: 10px;
	  padding-right: 10px;
	}
	.footer-cities span {
		margin: 0 10px 10px;
	}
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 18px;
		--h1-size: 34px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.header {
		top: 15px;
	}
	.header-wrap {
		padding: 16px;
		justify-content: space-between;
		height: 80px;
	}
	.header-logo {
		flex: auto;
		max-width: calc(50% - 132px / 2 - 30px);
		margin-right: 30px;
	}
	.header-logo svg {
		max-height: 48px;
	}
	.header-soc {;
		flex: 0 0 auto;
		max-width: 132px;
	}
	.main-menu {
		display: none;
	}
	.header-toggle {
		flex: auto;
		max-width: calc(50% - 132px / 2 - 30px);
		justify-content: flex-end;
	}
	.hero-logo svg {
		max-height: 120px;
	}
	.portfolio-heading h2 span:nth-child(2) {
  	margin-left: 48px;
	}
	.portfolio-item__left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
	}
	.portfolio-item__images {
		height: calc(var(--container) / 1.4592);
	}
	.portfolio-item__right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.portfolio-item__right-inner {
		max-width: 100%;
	}
	.packages-heading h2 span:nth-child(2) {
		margin-left: 73px;
	}
	.packages-items {
		margin-bottom: -30px;
	}
	.packages-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }
  .packages-item:first-child {
  	margin-top: 10px !important;
  }
	.packages-item__wrap {
		padding: 45px 20px 20px;
	}
  .packages-item__number {
  	font-size: 48px;
  	top: -28px;
  }
  .process-heading h2 span:nth-child(2) {
		margin-left: 50px;
	}
  .process-section:after {
  	display: none;
  }
  .process-left {
	  flex: 0 0 100%;
	  max-width: 100%;
	  margin-bottom: 30px;
	}
	.process-image {
		height: calc(var(--container) / 1.5);
		min-height: 320px;
	}
	.process-image span {
		position: relative;
	}
	.process-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.process-item {
		margin-bottom: 24px;
	}
	.process-item:before {
		height: calc(100% + 24px);
	}
	.process-item__text {
		max-width: 100%;
	}
	.advantages-heading h2 span:nth-child(2) {
		margin-left: 50px;
	}
	.advantages-items {
		margin: 0;
		max-width: 100%;
	}
	.advantages-item {
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.advantages-item:last-child {
		margin-bottom: 0;
	}
	.advantages-item__wrap {
		max-width: 100%;
	}
	.advantages-item__number {
		font-size: 48px;
	}
	.advantages-item:nth-child(3) .advantages-item__wrap, .advantages-item:nth-child(4) .advantages-item__wrap {
		margin-left: 33px;
	}
	.team-heading h2 span:nth-child(2) {
		margin-left: 100px;
	}
	.team-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .team-item__image {
  	flex: 0 0 calc((var(--container) - 30px) / 2 / 0.778);
  	max-height: calc((var(--container) - 30px) / 2 / 0.778);
  }
  .reviews-heading h2 span:nth-child(2) {
		margin-left: 65px;
	}
	.addReviews-heading h2 span:nth-child(2) {
		margin-left: 130px;
	}
  .addReviews-left {
  	display: none;
  }
  .addReviews-right {
  	flex: 0 0 100%;
  	max-width: 100%;
  	padding: 0;
  }
  .heading.addReviews-heading {
  	margin-bottom: 24px;
  	text-align: center;
  }
  .calculate-heading h2 span:nth-child(2) {
		margin-left: 120px;
	}
	.faq-heading h2 span:nth-child(2) {
		margin-left: 35px;
	}
  .faq-item__head {
  	padding: 20px 0;
  }
  .faq-item__head:after {
  	flex: 0 0 20px;
  	max-width: 20px;
  	max-width: 20px;
  	height: 20px;
  }
  .footer-wrap {
  	flex-direction: column;
  	align-items: center;
  }
  .footer-logo {
  	margin-bottom: 20px;
  }
  .footer-contacts {
  	flex-direction: column;
  	align-items: center;
  }
  .footer-contacts-item {
  	margin-right: 0;
  	padding-right: 0;
  	margin-bottom: 16px;
  }
  .footer-contacts-item:after {
  	display: none;
  }
  .footer-cities {
  	font-size: var(--text-size-sm);
  	margin-bottom: -8px;
  }
  .footer-cities span {
  	margin: 0 5px 8px;
  }
  .heading h2 svg {
    top: -27px;
    right: -32px;
    width: 90px;
    height: 70px;
	}
}



@media (max-width: 575px) {
	.btn {
		padding: 12px 22px;
	}
	.form-fields,
	.wpcf7-form-control.wpcf7-radio {
		margin: 0 -8px -16px;
	}
	.form-field,
	.wpcf7-radio .wpcf7-list-item {
		margin: 0 0 16px;
		padding: 0 8px;
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.owl-nav button {
		flex: 0 0 44px;
		max-width: 44px;
		width: 44px;
		height: 44px;
	}
	.owl-nav button:after {
		flex: 0 0 20px;
		max-width: 20px;
		width: 20px;
		height: 20px;
	}
	.header {
		top: 10px;
	}
	.header-wrap {
		padding: 8px 16px;
		height: 64px;
	}
	.header-logo {
		flex: 0 0 auto;
		margin-right: 20px;
	}
	.header-toggle {
		flex: 0 0 auto;
		margin-left: 20px;
		max-width: 100%;
	}
	.hero-section {
		padding: 100px 0;
	}
	.hero-mobile-bg {
		display: block;
	}
	.hero-bg {
		display: none;
	}
	.hero-logo svg {
		max-width: 100%;
	}
	.hero-button {
		margin-top: 20px;
	}
	.portfolio-heading h2 span:nth-child(2) {
		margin-left: 25px;
	}
	.portfolio-item__left {
		margin-bottom: 20px;
	}
	.portfolio-item__title {
		font-size: var(--h3-size);
	}
	.portfolio-item__content,
	.portfolio-item__info {
		margin-bottom: 20px;
	}
	.portfolio-item__info {
		display: block;
		width: 100%;
	}
	.portfolio-item__info p {
		border-right: none;
		border-bottom: 1px solid #C9C3BB;
	}
	.portfolio-item__info p:last-child {
		border-bottom: none;
	}
	.calculate-form {
		padding: 30px;
	}
	.wpcf7-radio .wpcf7-list-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.packages-item__title {
		font-size: var(--h3-size);
		padding-right: 50px;
	}
	.packages-item__image {
		top: 15px;
		right: 15px;
	}
	.packages-item__image img {
    max-height: 40px;
    max-width: 40px;
	}
	.packages-item__text {
		margin-bottom: 20px;
	}
	.process-right {
		padding-top: 25px;
	}
	.process-item__number {
		margin-right: 16px;
	}
	.advantages-item__wrap {
		padding-left: 50px;
	}
	.advantages-item {
		margin-bottom: 20px;
	}
	.team-items {
		margin: 0 -10px -20px;
	}
	.team-item {
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.team-item__info {
		padding: 0;
		margin-bottom: 12px;
	}
	.team-item__name {
		font-size: var(--h4-size);
	}
	.team-item__profession {
		font-size: var(--text-size-sm);
	}
	.reviews-item__wrap {
		padding: 20px;
	}
	.reviews-item__image {
		flex: 0 0 44px;
		max-width: 44px;
		height: 44px;
		margin-right: 16px;
	}
	.reviews-item__image:before {
		flex: 0 0 28px;
		max-width: 28px;
		height: 28px;
	}
	.reviews-item__name {
		margin-bottom: 2px;
	}
	.owl-nav {
		margin-top: 20px;
	}
	.owl-nav button {
		margin-right: 20px;
	}
	.owl-portfolio .owl-nav {
		top: calc(50% - 22px);
	}
	.portfolio-item {
		margin-bottom: 50px;
	}
	.calcForm-item__nav > * {
		margin-right: 10px;
	}
	.calcForm-item__nav .btn {
		min-width: auto;
		width: calc(50% - 5px);
	}
	.faq-item__head {
		font-size: var(--h6-size);
	}
	.faq-item__head:after {
	  flex: 0 0 18px;
	  max-width: 18px;
	  max-width: 18px;
	  height: 18px;
	  margin-left: 16px;
	}
}





/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
