/*!
Theme Name: Адвокат
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
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: lawyerteua
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.

Адвокат 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=Oswald:wght@200..700&display=swap');

:root {
	--container: 1296px;

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

	--main-color: #333A4D;
	--main-color-2: #282E3F;
	--second-color: #CF9454;
	--second-color-2: #BE7C35;
	--black: #000000;
	--white: #FFFFFF;
}


*, ::after, ::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 300;
	font-family: "Oswald", sans-serif;
	line-height: 1.48;
	color: var(--black);
}
a, a:hover {
	color: var(--black);
	text-decoration: none;
	transition: .25s;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.35;
}
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 15px;
}
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 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -15px;
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 15px;
	padding: 0 15px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field-button {
	text-align: center;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	background: var(--white);
	border: 1px solid rgba(0,0,0,.25);
	font-size: 16px;
	font-weight: 300;
	font-family: "Oswald", sans-serif;
	line-height: 1.5;
	padding: 14px 20px;
	outline: none;
}
textarea {
	height: 130px;
}
.wpcf7-not-valid-tip {
	font-size: var(--text-size-sm);
	margin-top: 2px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 10px 15px;
}



.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}

.section {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 36px;
	padding-bottom: 36px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}


.heading {
	position: relative;
	margin-bottom: 36px;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	position: relative;
	text-align: center;
	font-size: var(--h1-size);
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	margin-bottom: 5px;
	z-index: 1;
}
.heading h2:last-child {
	margin-bottom: 0;
}
.heading.center h2 {
	justify-content: center;
}
.heading h2 span {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.heading.center h2 span:before,
.heading h2 span:after {
	content: '';
	flex: 0 0 96px;
	max-width: 96px;
	width: 96px;
	height: 1px;
	background: var(--second-color);
}
.heading.center h2 span:before {
	margin-right: 18px;
}
.heading h2 span:after {
	margin-left: 18px;
}
.heading p {
	font-size: var(--text-size-sm);
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: normal;
	font-size: 14px;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	line-height: 1.5;
	text-transform: uppercase;
	border: none;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	padding: 0;
	cursor: pointer;
	z-index: 1;
}
.btn-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 22px;
}
.btn-sm .btn-text {
	padding: 10px 14px;
}
.btn-icon {
	flex: 0 0 54px;
	max-width: 54px;
	width: 54px;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	transition: .25s;
}
.btn-sm .btn-icon {
	flex: 0 0 44px;
	max-width: 44px;
	width: 44px;
	min-height: 44px;
}
.btn-icon:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	flex: 0 0 32px;
	max-width: 32px;
	height: 32px;
	transition: .25s;
}
.btn-sm .btn-icon:before {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
}
.btn-primary {
	background: var(--main-color);
	color: var(--white);
}
.btn-primary:hover {
	background: var(--main-color-2);
	color: var(--white);
}
.btn-primary .btn-icon {
	background: var(--main-color-2);
}
.btn-primary:hover .btn-icon {
	background: var(--main-color);
}
.btn-primary .btn-icon:before {
	background-color: var(--white);
}
.btn-primary .btn-icon:hover:before {
	background-color: var(--white);
}
.btn-secondary {
	background: var(--second-color);
	color: var(--white);
}
.btn-secondary:hover {
	background: var(--second-color-2);
	color: var(--white);
}
.btn-secondary .btn-icon {
	background: var(--second-color-2);
}
.btn-secondary:hover .btn-icon {
	background: var(--second-color);
}
.btn-secondary .btn-icon:before {
	background-color: var(--white);
}
.btn-secondary .btn-icon:hover:before {
	background-color: var(--white);
}
.btn-icon-arrowRight:before {
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
}





.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.soc-links li {
	position: relative;
	margin-right: 30px;
	z-index: 1;
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links.text li {
	padding: 5px 30px;
	margin-right: 0;
	height: 60px;
}
.soc-links.text li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 60px;
	z-index: 1;
}
.soc-links.text.white li:before {
	background: var(--white);
}
.soc-links.text.orange li:before {
	background: var(--second-color);
}
.soc-links.text li:last-child {
	padding-right: 0;
}
.soc-links.text li:last-child:before {
	display: none;
}
.soc-links li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}
.soc-links.white li a {
	color: var(--white);
}
.soc-links.white li a:hover {
	color: var(--second-color);
}
.soc-links.orange li a {
	color: var(--second-color);
}
.soc-links.orange li a:hover {
	color: var(--second-color-2);
}
.soc-links li a svg {
	flex: 0 0 24px;
	max-height: 24px;
}
.soc-links li a svg path {
	transition: .25s;
}
.soc-links.white li a svg path {
	fill: var(--white);
}
.soc-links.white li a:hover svg path {
	fill: var(--second-color);
}
.soc-links.orange li a svg path {
	fill: var(--second-color);
}
.soc-links.orange li a:hover svg path {
	fill: var(--second-color-2);
}
.soc-links.text li a span {
	font-size: 12px;
	font-weight: 300;
	display: block;
	text-align: center;
	margin-top: 3px;
}


.owl-nav {
	position: absolute;
	top: calc(50% - 22px);
	width: 100%;
	left: 50%;
	max-width: var(--container);
	transform: translateX(-50%);
	z-index: 9;
}
.owl-nav button {
	position: absolute;
	width: 44px;
	height: 44px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: var(--main-color) !important;
	box-shadow: 0 4px 4px rgba(0,0,0,.2);
	transition: .25s;
}
.owl-nav button.owl-prev {
	left: 0;
	transform: scale(-1, 1);
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button:hover {
	background: var(--main-color-2) !important;
}
.owl-nav button:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-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);
}


.owl-dots {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 20px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-right: 12px;
	background: var(--white) !important;
	border: 1px solid var(--second-color) !important;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button.active,
.owl-dots button:hover {
	background: var(--second-color) !important;
}



.wrapper {
	position: relative;
}
.header {
	position: sticky;
	position: relative;
	top: 0;
	background: var(--main-color-2);
	color: var(--white);
	z-index: 90;
}
.header-main {
	padding: 10px 0;
}
.header-main-wrap {
	position: relative;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	margin-right: 30px;
}
.header-logo img {
	max-height: 65px;
}
.header-contacts {
	position: relative;
	display: flex;
	align-items: center;
}
.header-schedule {
	position: relative;
	padding-right: 30px;
}
.header-schedule:after {
	content: '';
	background: var(--white);
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 60px;
	transform: translateY(-50%);
	z-index: 1;
}
.header-schedule-hours {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-size: var(--h6-size);
}
.header-schedule-hours:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	-webkit-mask-image: url(images/access-time.svg);
	mask-image: url(images/access-time.svg);
  background-color: var(--second-color);
  flex: 0 0 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.header-schedule-days {
	font-size: var(--text-size-sm);
}

.header-nav {
	position: relative;
	background: var(--main-color);
	padding: 10px 0;
	z-index: 2;
}
.header-nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;	
}
.main-menu {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 50px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	color: var(--white);
	text-transform: uppercase;
	padding: 3px 0;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--second-color);
}
.main-menu-chevrone {
	-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: var(--white);
	flex: 0 0 22px;
	max-width: 22px;
	width: 22px;
	height: 22px;
	margin-left: 2px;
	transform: rotate(90deg);
	transition: .25s;
	z-index: 1;
}
.main-menu li:hover > .main-menu-chevrone {
	transform: rotate(-90deg);
	background-color: var(--second-color);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	width: 240px;
	background: var(--white);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	margin: 0;
	padding: 8px 0;
	list-style: none;
	z-index: 99;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.main-menu ul li.menu-item-has-children {
	padding-right: 10px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	padding: 3px 15px;
	display: block;
}
.main-menu ul li:hover > a {
	color: var(--second-color);
}
.main-menu ul .main-menu-chevrone {
	transform: rotate(-90deg);
}
.main-menu ul li:hover > .main-menu-chevrone {
	transform: rotate(-90deg);
	background-color: var(--second-color);
}
.main-menu ul ul {
	top: -8px;
	left: 100%;
}




.footer {
	position: relative;
	background: var(--main-color-2);
	color: var(--white);
	z-index: 1;
}
.footer-top {
	position: relative;
	background: var(--main-color);
	padding: 24px 0;
	z-index: 1;
}
.footer-contacts {
	display: flex;
	justify-content: space-between;
}
.footer-contacts-item {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	font-size: var(--text-size-sm);
	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(--second-color);
}
.footer-contacts-item.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.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: '';
	background: var(--white);
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 40px;
	transform: translateY(-50%);
	z-index: 1;
}
.footer-contacts-item a {
	color: var(--white);
}
.footer-contacts-item a:hover {
	color: var(--second-color);
}
.footer-soc {
	flex: 1;
	justify-content: center;
}
.footer-middle {
	padding: 36px 0;
}
.footer-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-widget {
	margin-right: 30px;
}
.footer-widget:last-child {
	margin-right: 0;
}
.footer-widget-title {
	font-size: var(--h6-size);
	font-weight: 500;
	margin-bottom: 5px;
}
.footer-logo img {
	max-height: 65px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 3;
	column-gap: 30px;
}
.footer-menu li {
	page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 5px;
}
.footer-menu li a {
	color: var(--white);
	font-size: var(--text-size-sm);
}
.footer-menu li a:hover {
	color: var(--second-color);
}
.footer-menu ul {
	display: none;
}

.footer-bottom {
	background: #1D222F;
	padding: 10px 0;
}
.copyright {
	text-align: center;
	font-size: var(--text-size-sm);
}
.copyright a {
	color: var(--white);
}
.copyright a:hover {
	color: var(--second-color);
}


.page-header {
	position: relative;
	padding: 30px 0;
	background: #F7F7F7;
	text-align: center;
	z-index: 1;
}
.page-title {
	position: relative;
	text-align: center;
	font-size: var(--h1-size);
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	margin-top: 8px;
	z-index: 1;
}
.page-title span {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.page-title span:before,
.page-title span:after {
	content: '';
	flex: 0 0 96px;
	max-width: 96px;
	width: 96px;
	height: 1px;
	background: var(--second-color);
}
.page-title span:before {
	margin-right: 18px;
}
.page-title span:after {
	margin-left: 18px;
}
.page-content {
	color: #505050;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: var(--second-color);
}
.error-404-button {
	position: relative;
	text-align: center;
	margin-top: 30px;
}




.hero-section {
	min-height: 748px;
}
.heroSlider-item {
	position: relative;
	min-height: 748px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--white);
	z-index: 1;
}
.heroSlider-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.heroSlider-item__bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--second-color);
	mix-blend-mode: multiply;
	z-index: 9;
}
.heroSlider-item__wrap {
	padding: 0 10%;
	max-width: calc(var(--container) - 44px * 2);
	margin-left: auto;
	margin-right: auto;
}
.heroSlider-item__title {
	margin-bottom: 20px;
	text-align: center;
	font-size: calc(var(--h1-size) * 1.6);
	font-weight: 600;
	text-transform: uppercase;
}
.heroSlider-item__title:last-child {
	margin-bottom: 0;
}
.heroSlider-item__text {
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.heroSlider-item__button {
	text-align: center;
	margin-top: 36px;
}



.advantages-section {
	background: var(--main-color);
	color: var(--white);
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px -36px;
}
.advantages-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 36px;
	padding: 0 18px;
}
.advantages-item__wrap {
	position: relative;
	display: flex;
	align-items: center;
}
.advantages-item__image {
	flex: 0 0 100px;
	max-width: 100px;
	margin-right: 20px;
}
.advantages-item__info {
	flex: auto;
	max-width: 100%;
}
.advantages-item__title {
	font-size: var(--h6-size);
	font-weight: 500;
	margin-bottom: 5px;
}



.services-section {
	background: #f7f7f7;
}
.services-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -20px;
}
.services-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 20px;
	padding: 0 15px;
}
.services-item__wrap {
	position: relative;
	display: block;
	background: var(--white);
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
	border-left: 8px solid var(--second-color);
	padding: 15px 25px 15px 20px;
	height: 100%;
	z-index: 1;
}
.services-item__title {
	margin-bottom: 8px;
	font-size: var(--h6-size);
	font-weight: 500;
	color: #2E2E2E;
}
a.services-item__wrap .services-item__title:hover {
	color: var(--second-color);
}
.services-item__text {
	color: #505050;
}
.services-item__more span {
	display: inline-flex;
	align-items: center;
	transition: .25s;
}
.services-item__more span:hover {
	color: var(--second-color);
}
.services-item__more span:after {
	content: '';
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	-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: var(--second-color);
	margin-bottom: -2px;
}
.services-button {
	position: relative;
	margin-top: 36px;
	text-align: center;
	z-index: 2;
}



.about-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.about-director {
	position: relative;
	max-width: 412px;
	margin-left: auto;
	margin-right: auto;
}
.about-director-image {
	text-align: center;
}
.about-director-info {
	background: var(--main-color);
	border-bottom: 6px solid var(--second-color);
	padding: 20px;
	text-align: center;
	color: var(--white);
}
.about-director-name {
	font-size: var(--h4-size);
	font-weight: 400;
	margin-bottom: 0;
}
.about-director-profession {
	letter-spacing: .24em;
}
.about-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.about-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: var(--h6-size);
	font-weight: 400;
	max-width: 560px;
}
.about-list li:last-child {
	margin-bottom: 0;
}
.about-list li:before {
	content: '';
	flex: 0 0 42px;
	max-width: 42px;
	width: 42px;
	height: 42px;
	margin-right: 20px;
	background: url(images/check-circle-outline.svg) no-repeat center;
	background-size: contain;
}




.feedback-section {
	border-top: 20px solid var(--second-color-2);
}
.feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.feedback-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--second-color);
	mix-blend-mode: multiply;
	z-index: 9;
}
.feedback-wrap {
	position: relative;	
	max-width: 854px;
	margin-left: auto;
	margin-right: auto;
	padding: 36px 48px;
	background: var(--white);
	z-index: 1;
}
.feedback-wrap .heading {
	margin-bottom: 24px;
}




.price-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.price-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.price-item__wrap {
	position: relative;
	border: 1px solid rgba(0,0,0,.2);
	padding: 30px;
	height: 100%;
	z-index: 1;
}
.price-item__title {
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--h5-size);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 36px;
	color: var(--black);
}
.price-item__title:after {
	content: '';
	flex: 0 0 96px;
	max-width: 96px;
	width: 96px;
	height: 1px;
	background: var(--second-color);
	margin-left: 18px;
}
.price-item__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.price-item__list li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.price-item__list li:last-child {
	margin-bottom: 0;
}
.price-item__list span {
	font-size: var(--h6-size);
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
	color: var(--black);
}
.price-item__list span:first-child {
	font-weight: 500;
}



.info-section {
	background: #f7f7f7;
}



.modal {
	position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  /*transition: opacity .15s linear;*/
}
body.modal-open {
	overflow: hidden;
	/*padding-right: 17px;*/
}
.modal-dialog {
  position: relative;
  width: auto;
  max-width: calc(440px + 100px);
  margin: 1.75rem auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  padding: 35px;
  /*transition: transform .3s ease-out;*/
}
.modal-dialog.modal-lg {
	max-width: 1260px;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--white);
  background-clip: padding-box;
  outline: 0;
  padding: 40px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: var(--black);
  opacity: 0;
  z-index: -1;
}
.modal-backdrop.show {
  opacity: .8;
  z-index: 1049;
}
.modal-title {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	margin-bottom: 23px;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	background-color: var(--white);
	width: 20px;
	height: 20px;
	top: -30px;
	right: -30px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--second-color);
}




.comments-section {
	background: #F7f7f7;
}

.comment-list {
	margin: 0 0 36px;
	padding: 0;
	list-style: none;
}
.comment-list > li {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.2);
	padding: 30px;
	background: var(--white);
	z-index: 1;
}
.comment-list > li:last-child {
	margin-bottom: 0;
}
.comment-list ol.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list ol.children li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-left: 40px;
}
.comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.comment-author {
	display: flex;
	align-items: center;
}
.comment-author img {
	flex: 0 0 32px;
	max-width: 32px;
	margin-right: 10px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	text-align: right;
	font-size: var(--text-size-sm);
}
.comment-metadata .edit-link {
	display: block;
}
.comment-metadata .edit-link a,
.logged-in-as a {
	color: var(--second-color);
}
.comment-metadata .edit-link a:hover,
.logged-in-as a:hover {
	color: var(--second-color-2);
}
.comment-body .reply {
	margin-top: 15px;
}
.comment-body .reply a {
	color: var(--second-color);
	display: inline-block;
	border: 1px solid var(--second-color);
	padding: 2px 5px;
	font-size: var(--text-size-sm);
}
.comment-body .reply a:hover {
	background: var(--second-color);
	color: var(--white);
}

.comment-form-cookies-consent {
	display: none !important;
}
.comment-form-comment > label,
.comment-form-author > label,
.comment-form-email > label {
	display: block;
	margin-bottom: 3px;
}



.header-toggle {
	position: relative;
	display: none;
	align-items: center;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu-burger.svg);
	mask-image: url(images/menu-burger.svg);
	background-color: var(--second-color);
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--second-color-2);
}

.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);
  height: 100%;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--black);
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  cursor: pointer;
  z-index: 1;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--second-color);
}





.page-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-left {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.page-right {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}

.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;
	position: relative;
	background: var(--white);
	border-left: 8px solid var(--second-color);
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
}
.blog-item__left {
	flex: 0 0 30%;
	max-width: 30%;
	min-width: 240px;
}
.blog-item__image {
	height: 100%;
}
.blog-item__right {
	flex: auto;
	max-width: 100%;
	padding: 20px 30px;
}
.blog-item__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	font-size: var(--text-size-sm);
}
.blog-item__cats a {
	color: var(--second-color);
}
.blog-item__cats a:hover {
	color: var(--second-color-2);
}
.blog-item__date {
	flex: 0 0 auto;
	margin-left: 30px;
}
.blog-item__title {
	font-size: var(--h5-size);
	margin-bottom: 8px;
}
.blog-item__title a:hover {
	color: var(--second-color-2);
}
.blog-item__excerpt {
	margin-bottom: 8px;
}
.blog-item__button a {
	display: inline-flex;
	align-items: center;
	transition: .25s;
}
.blog-item__button a:hover {
	color: var(--second-color);
}
.blog-item__button a:after {
	content: '';
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	-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: var(--second-color);
	margin-bottom: -2px;
}



.widget {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.2);
	padding: 20px;
	z-index: 1;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--text-size);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: var(--black);
}
.widget-title:after {
	content: '';
	flex: auto;
	height: 1px;
	background: var(--second-color);
	margin-left: 12px;
}
.widget ul {
	padding-left: 0;
	list-style: none;
}
.widget ul li {
	margin-bottom: 8px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ul li a:hover {
	color: var(--second-color-2);
}
.widget .post-date {
	display: block;
	font-size: var(--text-size-sm);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}


.navigation.pagination {
	position: relative;
	margin-top: 30px;
	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: 8px;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers {
	border: 1px solid rgba(0,0,0,.2);
	background: none;
	color: var(--main-color);
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	border-color: var(--second-color);
	background: var(--second-color);
	color: var(--white);
}


.singleBlog-image {
	position: relative;
	margin-bottom: 20px;
}
.singleBlog-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: var(--text-size-sm);
	background: rgba(50, 50, 50, .05);
	padding: 15px;
}
.singleBlog-cats a {
	color: var(--second-color);
}
.singleBlog-cats a:hover {
	color: var(--second-color-2);
}
.singleBlog-date {
	flex: 0 0 auto;
	margin-left: 30px;
}
.singleBlog-content a {
	color: var(--second-color);
	text-decoration: underline;
}
.singleBlog-content a:hover {
	color: var(--second-color-2);
}







@media (max-width: 1399px) {
	:root {
		--container: 1116px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.main-menu > li {
		margin-right: 35px;
	}
}



@media (max-width: 1199px) {
	:root {
		--container: 930px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-main-wrap {
		height: 54px;
	}
	.header-logo img,
	.footer-logo img {
    max-height: 54px;
	}
	.main-menu > li {
		margin-right: 20px;
	}
	.hero-section,
	.heroSlider-item {
		min-height: 600px;
	}
	.heroSlider-item__text br {
		display: none;
	}
	.heroSlider-item__title {
		font-size: calc(var(--h1-size) * 1.45);
	}
	.advantages-item__image {
		flex: 0 0 64px;
		max-width: 64%;
	}
	.footer-menu {
		max-width: 400px;
		column-count: 2;
	}
}




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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header {
		position: sticky;
	}
	.header-nav,
	.header-contacts {
		display: none;
	}
	.header-toggle {
		display: flex;
	}
	.heroSlider-item__wrap {
		max-width: 100%;
	}

	.main-menu {
		display: block;
		margin-right: 0;
	}
	.main-menu > li {
		position: relative;
		padding: 10px 0;
		display: flex;
		margin-right: 0;
	}
	.main-menu > li.menu-item-has-children {
		flex-wrap: wrap;
	}
	.main-menu > li > a {
		min-height: auto;
		order: 1;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		color: var(--black);
	}
	.main-menu > li.menu-item-has-children > a {
		flex: 0 0 calc(100% - 24px);
		max-width: calc(100% - 24px);
		width: calc(100% - 24px);
		padding-right: 10px;
	}
	.main-menu-chevrone {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
		background-color: var(--black);
		margin-left: 0;
		order: 2;
	}
	.main-menu ul {
		position: relative;
		top: 0;
		border-radius: 0;
		padding: 20px;
		left: 0;
		background: #f7f7f7;
		box-shadow: none;
		width: 100%;
		max-height: 100% !important;
		margin-top: 10px;
		order: 3;
	}
	.main-menu > li:hover > ul {
		display: none;
	}
	.main-menu > li.active > ul,
	.main-menu > li.active > ul ul {
		display: block;
	}
	.main-menu-chevrone {
		cursor: pointer;
	}
	.main-menu ul .main-menu-chevrone {
		display: none;
	}
	.main-menu li:hover > .main-menu-chevrone {
		transform: rotate(90deg);
	}
	.main-menu li.active > .main-menu-chevrone {
		transform: rotate(-90deg);
	}
	.main-menu > li > ul li {
		display: block;
		padding-right: 0 !important;
		margin-bottom: 15px;
	}
	.main-menu > li > ul li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.main-menu ul li a {
		padding: 0;
	}
	.main-menu ul ul {
		top: 0;
		left: 0;
	}

	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.about-wrap {
		flex-wrap: wrap;
	}
	.about-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 36px;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.price-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-contacts {
		flex-direction: column;
	}
	.footer-contacts-item {
		min-height: auto;
		margin-bottom: 10px;
		font-size: var(--text-size);
	}
	.footer-contacts-item:last-child {
		margin-bottom: 0;
	}
	.footer-contacts-item:after {
		display: none;
	}
	.footer-soc {
		margin-top: 15px;
	}
	.footer-wrap {
		flex-direction: column;
	}
	.footer-widget {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-widget-title {
		text-align: center;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-menu li a {
		font-size: var(--text-size);
	}
	.comment-list ol.children li {
		margin-left: 30px;
	}


	.page-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.page-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
}




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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.heroSlider-item__wrap {
		padding: 0;
	}
	.heroSlider-item__title {
    font-size: calc(var(--h1-size)* 1.2);
	}
	.services-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.heading.center h2 span:before, .heading h2 span:after,
	.page-title span:before, .page-title span:after,
	.price-item__title:after {
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
  }
  .feedback-wrap {
  	padding: 30px;
  }
  .form-field-50 {
  	flex: 0 0 100%;
  	max-width: 100%;
  }

  .blog-item__left {
  	min-width: 150px;
  }

  body.single-post .page-title {
  	font-size: var(--h3-size);
  }
}



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

		--text-size: 15px;
		--text-size-sm: 14px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.hero-section, .heroSlider-item {
    min-height: 460px;
	}
	.about-list li:before {
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .heading.center h2 span:before, .heading h2 span:after, .page-title span:before, .page-title span:after, .price-item__title:after {
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
	}
	.modal-content {
		padding: 30px;
	}
	.main-menu {
		font-size: 16px;
	}
	.comment-list > li {
		padding: 20px;
	}
	.comment-list ol.children li {
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 20px;
	}
	.price-item__wrap {
		padding: 20px;
	}
	.price-item__title {
		margin-bottom: 24px;
	}
	.price-item__list li {
		margin-bottom: 12px;
	}


	.blog-item__wrap {
		flex-wrap: wrap;
	}
	.blog-item__left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-item__right {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px;
	}
}




/**
 * 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%}