@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Almarai:wght@300;400;700&family=Bebas+Neue&family=Hubballi&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

html,
body {
	overflow-x: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Almarai', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	overflow-x: hidden;
	padding-top: 98px;
}

@media only screen and (max-width: 1200px) {
	body {
		font-size: 14px;
	}
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bebas Neue', cursive;
	text-transform: uppercase;
	line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-align: center;
	}
}

h1 {
	font-size: 40px;
}

@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 24px;
	}
}

h2 {
	font-size: 32px;
}

@media only screen and (max-width: 1200px) {
	h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 20px;
	}
}

h3 {
	font-size: 20px;
}

@media only screen and (max-width: 1200px) {
	h3 {
		font-size: 16px;
	}
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 50%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -5px;
}

sup {
	top: -5px;
}

img,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

@media only screen and (max-width: 1440px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 0 15px;
	}
}

.section {
	padding: 60px 0;
}

.section__pt {
	padding-top: 60px;
}

.section__pb {
	padding-bottom: 60px;
}

.section__row {
	margin-bottom: 30px;
}

.section__row:last-child {
	margin-bottom: 0;
}

.section__title {
	letter-spacing: 0.04em;
}

.section__desc p,
.section__desc img,
.section__desc ul,
.section__desc ol,
.section__desc table,
.section__desc h1,
.section__desc h2,
.section__desc h3,
.section__desc h4,
.section__desc h5,
.section__desc h6,
.section__desc .gallery {
	margin-bottom: 30px;
}

.section__desc p:last-child,
.section__desc img:last-child,
.section__desc ul:last-child,
.section__desc ol:last-child,
.section__desc table:last-child,
.section__desc h1:last-child,
.section__desc h2:last-child,
.section__desc h3:last-child,
.section__desc h4:last-child,
.section__desc h5:last-child,
.section__desc h6:last-child,
.section__desc .gallery:last-child {
	margin-bottom: 0;
}

.section__desc ul,
.section__desc ol {
	padding-left: 20px;
	text-align: left;
}

.section__desc ul,
.home-offer__desc ul,
.page-offer__desc ul {
	list-style-type: none;
	padding-left: 0;
}

.section__desc ul li,
.home-offer__desc ul li,
.page-offer__desc ul li {
	position: relative;
	padding-left: 30px;
}

.section__desc ul li:before,
.home-offer__desc ul li:before,
.page-offer__desc ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid #7ec462;
}

.section__desc a,
.wpcf7-list-item-label a {
	font-weight: 700;
	text-decoration: underline;
}

.section__desc a:hover,
.wpcf7-list-item-label a:hover,
.footer .footer__details a:hover,
.page-contact .page-contact__details a:hover {
	color: #7ec462;
}

.section__desc table {
	text-align: left;
	border-collapse: collapse;
}

.section__desc table th,
.section__desc table td {
	padding: 15px;
}

.section__btn,
.header__btn > a,
.section__btn--primary {
	padding: 0 30px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	height: 60px;
	border: 3px solid #7ec462;
	background-color: #fff;
	color: #000;
	font-weight: 700;
}

.header__btn > a,
.section__btn--primary {
	border: 3px solid #7ec462;
	background-color: #7ec462;
	color: #fff;
}

.header__btn > a:hover,
.section__btn--primary:hover {
	background-color: #fff!important;
	color: #7ec462!important;
}

.section__btn > svg {
	margin-left: 30px;
	height: 24px;
}

.section__btn > svg path {
	fill: #000;
	transition: all .5s;
}

.section__btn:hover {
	background-color: #7ec462;
	color: #fff;
}

.section__btn:hover > svg path,
.section__btn--primary > svg path {
	fill: #fff;
}

.section__btn--primary:hover > svg path {
	fill: #7ec462;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	background-color: #fff;
	padding: 14px 0;
}

.header ul {
	list-style-type: none;
}

.header .header__columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -15px;
}

.header .header__column {
	padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
	.header .header__column:nth-child(2) {
		display: none;
	}
}

.header .header__column:last-child {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.header .header__column:last-child {
		display: block;
	}
}

.header .header__logo > img {
	width: auto;
	height: 70px;
}

.header .header__nav .menu {
	display: flex;
	align-items: center;
	margin: 0 -30px;
}

.header .header__nav .menu>li {
	position: relative;
	float: left;
	padding: 0 30px;
}

.header .header__nav .menu>li:not(.header__btn)>a {
	position: relative;
	line-height: 1;
	color: #000;
	font-weight: 700;
	padding-bottom: 3px;
}

.header .header__nav .menu>li:not(.header__btn):hover>a,
.header .header__nav .menu>li:not(.header__btn).current-menu-item>a,
.header .header__nav .menu>li:not(.header__btn).current_page_item>a,
.header .header__nav .menu>li:not(.header__btn).current_page_ancestor>a,
.header .header__nav .menu>li:not(.header__btn).current-menu-ancestor>a {
	color: #000;
}

.header .header__nav .menu>li:not(.header__btn)>a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	transition: 0.5s;
	background-color: #7ec462;
}

.header .header__nav .menu>li:not(.header__btn):hover>a:before,
.header .header__nav .menu>li:not(.header__btn).current-menu-item>a:before,
.header .header__nav .menu>li:not(.header__btn).current_page_item>a:before,
.header .header__nav .menu>li:not(.header__btn).current_page_ancestor>a:before,
.header .header__nav .menu>li:not(.header__btn).current-menu-ancestor>a:before {
	width: 100%;
}

.header .header__nav ul ul {
	display: none!important;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translatex(-50%);
	background-color: #000;
	margin: 0!important;
	white-space: nowrap;
}

.header .header__nav ul ul li {
	float: none;
	padding: 0!important;
	position: relative;
}

.header .header__nav ul ul li a {
	color: #fff;
	display: block;
	padding: 15px 30px;
	position: relative;
}

.header .header__nav ul ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: calc(100% - 60px);
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.header .header__nav ul ul li:last-child a:before {
	display: none;
}

.header .header__nav ul ul li a:hover,
.header .header__nav ul ul li.current_page_item>a,
.header .header__nav ul ul li.current-menu-item>a,
.header .header__nav ul ul li.current_page_ancestor>a,
.header .header__nav ul ul li.current-menu-ancestor>a {
	color: #fff;
}

.header .header__nav ul ul ul {
	top: 0;
	left: 100%
}

.header .header__nav ul li:hover>ul {
	display: block!important;
}

.header .header__hamburger button {
	border: 0;
	background-color: transparent;
}

.header .header__hamburger img {
	max-height: 24px;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	background-color: #000;
	padding: 15px 0;
	text-align: right;
	max-height: calc(100vh - 90px);
	overflow-y: scroll;
	z-index: 300;
}

.menu-mobile .header__btn > a {
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.menu-mobile ul {
	list-style-type: none;
}

.menu-mobile li:not(.header__btn) a {
	color: #fff;
	display: block;
	padding: 15px 0;
	position: relative;
	font-weight: 700;
	text-align: center;
}

.menu-mobile li:not(.header__btn):hover>a,
.menu-mobile li:not(.header__btn).current_page_item>a,
.menu-mobile li:not(.header__btn).current-menu-item>a,
.menu-mobile li:not(.header__btn).current_page_ancestor>a,
.menu-mobile li:not(.header__btn).current_page_ancestor>a,
.menu-mobile li:not(.header__btn).current-menu-ancestor>a,
.menu-mobile li:not(.header__btn).current-menu-ancestor>a {
	color: #fff;
}

.menu-mobile li:not(.header__btn) a:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.menu-mobile .menu>li:not(.header__btn):last-child>a:after {
	display: none;
}

.menu-mobile .menu-item-has-children>a {
	position: relative;
	padding-right: 24px;
}

.menu-mobile .menu-item-has-children>a:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-image: url('../img/button.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	filter: brightness(0%) invert(100%);
}

.menu-mobile .sub-menu {
	display: none;
}

.hero .hero__columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -15px;
}

.hero .hero__column {
	width: 50%;
	padding: 15px;
}

@media only screen and (max-width: 1200px) {
	.hero .hero__column {
		width: 100%;
		text-align: center;
	}

	.hero .hero__column:first-child {
		order: 2;
	}

	.hero .hero__column:last-child {
		order: 1;
	}
}

.hero .hero__img > img {
	margin: 0 auto;
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.hero .hero__img > img {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 768px) {
	.hero .hero__img > img {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.hero .hero__img > img {
		width: 66.6667%;
	}
}

.hero .hero__row {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
	.hero .hero__row {
		margin-bottom: 15px;
	}
}

.hero .hero__row:last-child {
	margin-bottom: 0;
}

.hero .hero__desc {
	font-size: 20px;
	font-weight: 300;
}

@media only screen and (max-width: 1200px) {
	.hero .hero__desc {
		font-size: 16px;
	}
}

.home-medical-conditions {
	padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	.home-medical-conditions {
		text-align: center;
	}
}

.home-medical-conditions .home-medical-conditions__boxes {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

@media only screen and (max-width: 1200px) {
	.home-medical-conditions .home-medical-conditions__boxes {
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.home-medical-conditions .home-medical-conditions__boxes {
		margin: -7.5px;
	}
}

.home-medical-conditions .home-medical-conditions__box {
	width: 25%;
	padding: 15px;
}

@media only screen and (max-width: 1200px) {
	.home-medical-conditions .home-medical-conditions__box {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 768px) {
	.home-medical-conditions .home-medical-conditions__box {
		width: 50%;
		padding: 7.5px;
	}
}

.home-medical-conditions .home-medical-conditions__rectangle {
	padding: 60px 30px;
	border: 4px solid #7ec462;
	transition: all .5s;
}

@media only screen and (max-width: 768px) {
	.home-medical-conditions .home-medical-conditions__rectangle {
		padding: 60px 15px;
	}
}

.home-medical-conditions .home-medical-conditions__rectangle:hover {
	background-color: #7ec462;
	cursor: pointer;
}

.home-medical-conditions .home-medical-conditions__icon > a > svg {
	height: 60px;
	margin: 0 auto;
}

.home-medical-conditions .home-medical-conditions__icon > a > svg path {
	transition: all .5s;
	fill: #000;
}

.home-medical-conditions .home-medical-conditions__rectangle:hover .home-medical-conditions__icon > a > svg path {
	fill: #fff;
}

.home-medical-conditions .home-medical-conditions__row {
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.home-medical-conditions .home-medical-conditions__row {
		margin-bottom: 15px;
	}
}

.home-medical-conditions .home-medical-conditions__row:last-child {
	margin-bottom: 0;
}

.home-medical-conditions .home-medical-conditions__title {
	font-size: 16px;
	text-align: center;
	text-transform: none;
	font-family: 'Almarai', sans-serif;
	font-weight: 700;
	color: #000;
}

@media only screen and (max-width: 768px) {
	.home-medical-conditions .home-medical-conditions__title {
		font-size: 14px;
	}
}

.home-medical-conditions .home-medical-conditions__rectangle:hover .home-medical-conditions__title {
	color: #fff;
}

.home-medical-conditions .home-medical-conditions__sep {
	width: 60px;
	height: 4px;
	background-color: #7ec462;
	margin: 0 auto;
	transition: all .5s;
}

.home-medical-conditions .home-medical-conditions__rectangle:hover .home-medical-conditions__sep {
	background-color: #fff;
}

.home-offer {
	padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	.home-offer .section__title {
		text-align: center;
	}
}

.home-offer .home-offer__boxes,
.page-offer .page-offer__boxes {
	display: flex;
	flex-wrap: wrap;
	margin: -30px;
}

@media only screen and (max-width: 1200px) {
	.home-offer .home-offer__boxes,
	.page-offer .page-offer__boxes {
		margin: -15px;
	}
}

.home-offer .home-offer__box,
.page-offer .page-offer__box {
	width: 50%;
	padding: 30px;
}

@media only screen and (max-width: 1200px) {
	.home-offer .home-offer__box,
	.page-offer .page-offer__box {
		width: 100%;
		padding: 15px;
	}
}

.home-offer .home-offer__row,
.page-offer .page-offer__row {
	margin-bottom: 15px;
}

.home-offer .home-offer__row:last-child,
.page-offer .page-offer__row:last-child {
	margin-bottom: 0;
	text-align: right;
}

.home-offer .home-offer__row:only-child,
.page-offer .page-offer__row:only-child {
	text-align: left;
}

.home-offer .home-offer__img > img,
.page-offer .page-offer__img > img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.home-offer .home-offer__desc p,
.home-offer .home-offer__desc ul,
.page-offer .page-offer__desc p,
.page-offer .page-offer__desc ul {
	margin-bottom: 15px;
}

.home-offer .home-offer__desc p:last-child,
.home-offer .home-offer__desc ul:last-child,
.page-offer .page-offer__desc p:last-child,
.page-offer .page-offer__desc ul:last-child {
	margin-bottom: 0;
}

.home-offer .home-offer__more,
.page-offer .page-offer__more {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #7ec462;
}

.home-offer .home-offer__more > svg,
.page-offer .page-offer__more > svg {
	margin-left: 15px;
	height: 8px;
}

.home-offer .home-offer__box:last-child,
.page-offer .page-offer__box:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
	.home-offer .home-offer__box:last-child,
	.page-offer .page-offer__box:last-child {
		justify-content: center;
	}
}

.page-offer .page-offer__box:last-child .section__btn {
	width: 100%;
}

.page-about-us,
.page-offer {
	padding-bottom: 0;
}

.page-contact .page-contact__columns {
	display: flex;
	flex-wrap: wrap;
	margin: -60px;
}

@media only screen and (max-width: 1200px) {
	.page-contact .page-contact__columns {
		margin: -15px;
	}
}

.page-contact .page-contact__column {
	width: 50%;
	padding: 60px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.page-contact .page-contact__column {
		width: 100%;
		padding: 15px;
	}

	.page-contact .page-contact__column:first-child {
		order: 2;
	}

	.page-contact .page-contact__column:last-child {
		order: 1;
	}
}

.page-contact .page-contact__column:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: calc(100% - 120px);
	transform: translateY(-50%);
	background-color: #CCCCCC;
}

@media only screen and (max-width: 1200px) {
	.page-contact .page-contact__column:before {
		display: none;
	}
}

.page-contact .page-contact__column:first-child:before {
	display: none;
}

.page-contact .page-contact__row {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
	.page-contact .page-contact__details {
		text-align: center;
	}

	.page-contact .page-contact__row:first-child {
		/*display: none;*/
	}
}

.page-contact .page-contact__row:last-child {
	margin-bottom: 0;
}

.page-contact .page-contact__logo > svg {
	height: 60px;
	width: auto;
}

@media only screen and (max-width: 1200px) {
	.page-contact .page-contact__logo > svg {
		height: 30px;
		margin: 0 auto;
	}
}

.page-contact .page-contact__desc h3,
.page-contact .page-contact__desc p {
	margin-bottom: 15px;
}

.page-contact .page-contact__desc h3:last-child,
.page-contact .page-contact__desc p:last-child {
	margin-bottom: 0;
}

.our-gallery .our-gallery__carousel {
	margin: -15px;
}

.our-gallery .our-gallery__item {
	padding: 15px;
}

.our-gallery .our-gallery__img > a > img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.our-gallery .slick-dots {
	display: flex;
	justify-content: center;
	bottom: 0;
	position: relative;
	margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
	.our-gallery .slick-dots {
		display: none!important;
	}
}

.our-gallery .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #7ec462;
	margin: 0 7.5px;
	transition: all .5s;
}

.our-gallery .slick-dots li:hover,
.our-gallery .slick-dots li.slick-active {
	background-color: #7ec462;
	cursor: pointer;
}

.our-gallery .slick-dots li button,
.our-gallery .slick-dots li button::before {
	display: none;
}

.contact-us {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #fff;
	text-align: center;
	height: 768px;
}

@media only screen and (max-width: 1200px) {
	.contact-us {
		height: 480px;
	}
}

.contact-us .contact-us__label {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 0.045em;
}

@media only screen and (max-width: 1200px) {
	.contact-us .contact-us__label {
		font-size: 16px;
	}
}

.contact-us .contact-us__phone {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Aldrich', sans-serif;
	letter-spacing: 0.045em;
}

@media only screen and (max-width: 1200px) {
	.contact-us .contact-us__phone {
		font-size: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.contact-us .contact-us__phone {
		font-size: 24px;
	}
}

.contact-us .contact-us__phone:hover {
	color: #7ec462;
}

.footer {
	background-color: #161616;
	color: #fff;
	padding: 60px 0;
}

.footer .footer__columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: -15px;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__columns {
		flex-wrap: wrap;
	}
}

.footer .footer__column {
	padding: 15px;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__column {
		text-align: center;
		width: 100%;
	}
}

.footer .footer__row {
	margin-bottom: 30px;
}

.footer .footer__row:last-child {
	margin-bottom: 0;
}

.footer .footer__logo > svg {
	height: 70px;
	width: auto;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__logo > svg {
		margin: 0 auto;
	}
}

.footer .footer__logo > svg path {
	fill: #fff;
}

.footer .footer__details ul,
.page-contact .page-contact__details ul {
	list-style-type: none;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__details ul,
	.page-contact .page-contact__details ul {
		display: inline-block;
	}
}

.footer .footer__details li,
.page-contact .page-contact__details li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer .footer__details li:last-child,
.page-contact .page-contact__details li:last-child {
	margin-bottom: 0;
}

.footer .footer__details svg,
.page-contact .page-contact__details svg {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

.page-contact .page-contact__details svg path {
	fill: #000;
}

.footer .footer__phone,
.page-contact .page-contact__phone,
.footer .footer__mail,
.page-contact .page-contact__mail,
.footer .footer__nip,
.page-contact .page-contact__nip {
	font-family: 'Aldrich', sans-serif;
	letter-spacing: 0.045em;
}

.footer .footer__phone,
.page-contact .page-contact__phone {
	font-size: 20px;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__phone,
	.page-contact .page-contact__phone {
		font-size: 16px;
	}
}

.footer .footer__nip,
.page-contact .page-contact__nip {
	font-size: 20px;
	letter-spacing: 0.015em;
	padding-left: 47px;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__nip,
	.page-contact .page-contact__nip {
		font-size: 16px;
	}

	.page-contact .page-contact__nip {
		display: none;
	}
}

.footer .footer__nav ul {
	list-style-type: none;
}

.footer .footer__nav li {
	margin-bottom: 15px;
}

.footer .footer__nav li:last-child {
	margin-bottom: 0;
}

.footer .footer__nav a {
	font-size: 20px;
	letter-spacing: .15em;
	font-family: 'Hubballi', cursive;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 3px;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__nav a {
		font-size: 16px;
	}
}

.footer .footer__nav .menu>li>a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	transition: 0.5s;
	background-color: #7ec462;
}

.footer .footer__nav .menu>li:hover>a:before,
.footer .footer__nav .menu>li.current-menu-item>a:before,
.footer .footer__nav .menu>li.current_page_item>a:before,
.footer .footer__nav .menu>li.current_page_ancestor>a:before,
.footer .footer__nav .menu>li.current-menu-ancestor>a:before {
	width: 100%;
}

.footer .footer__nav .sub-menu {
	display: none;
}

.footer .footer__title {
	font-size: 20px;
	font-family: 'Hubballi', cursive;
	letter-spacing: 0.065em;
	font-weight: 400;
	text-transform: none;
}

@media only screen and (max-width: 1200px) {
	.footer .footer__title {
		font-size: 16px;
	}
}

.footer .footer__socials {
	display: flex;
	justify-content: center;
	margin: -7.5px;
}

.footer .footer__social {
	padding: 7.5px;
}

.footer .footer__social a {
	width: 40px;
	height: 40px;
	border: 4px solid #1977f3;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .footer__social a:hover {
	border: 4px solid #fff
}

.footer .footer__social svg {
	height: 20px;
}

.footer .footer__social svg path {
	transition: all .5s;
	fill: #1977f3;
}

.footer .footer__social a:hover svg path {
	fill: #fff;
}

.wpcf7-form {
	text-align: left;
}

.wpcf7-form p {
	margin-bottom: 15px;
}

.wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

.wpcf7-form > p > label {
	text-transform: uppercase;
	font-size: 12px;
	color: #888888;
	font-family: 'Bebas Neue', cursive;
}

.wpcf7-form > p:last-of-type {
	display: inline-block;
	position: relative;
	margin-top: 15px;
}

/*.wpcf7-form > p:last-of-type:before {*/
/*	background-image: url("../img/arrow.svg");*/
/*	background-size: cover;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
/*	width: 31px;*/
/*	height: 24px;*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	right: 30px;*/
/*	transform: translateY(-50%);*/
/*	transition: all .5s;*/
/*}*/

/*.wpcf7-form > p:last-of-type:hover::before {*/
/*	filter: brightness(0%) invert(100%);*/
/*	cursor: pointer;*/
/*}*/

.wpcf7-form .wpcf7-submit {
	padding: 0 30px 0 30px!important;
	line-height: 1!important;
	display: inline-flex!important;
	align-items: center!important;
	height: 60px!important;
	border: 3px solid #7ec462!important;
	background-color: #fff!important;
	color: #000!important;
	font-weight: 700!important;
	width: auto!important;
	transition: all .5s!important;
}

.wpcf7-form > p:last-of-type:hover .wpcf7-submit {
	background-color: #7ec462!important;
	color: #fff!important;
	cursor: pointer;
}

.wpcf7-form input.wpcf7-form-control,
.wpcf7-form select.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
	padding: 15px;
	background-color: transparent;
	border: 1px solid #CCCCCC;
	width: 100%;
	display: block;
	box-sizing: border-box;
	outline: 0!important;
	color: #000;
	font-family: 'Almarai', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

@media only screen and (max-width: 1440px) {
	.wpcf7-form input.wpcf7-form-control,
	.wpcf7-form select.wpcf7-form-control,
	.wpcf7-form textarea.wpcf7-form-control {
		font-size: 14px;
	}
}

.wpcf7-form input.wpcf7-form-control::placeholder,
.wpcf7-form textarea.wpcf7-form-control::placeholder {
	color: #000;
	font-family: 'Almarai', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

@media only screen and (max-width: 1440px) {
	.wpcf7-form input.wpcf7-form-control::placeholder,
	.wpcf7-form textarea.wpcf7-form-control::placeholder {
		font-size: 14px;
	}
}

.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
	outline: 0!important;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form select.wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-not-valid {
	border: 1px solid #ff0000;
	background-color: rgba(235, 64, 52, .2);
}

.wpcf7-form .wpcf7-not-valid>.wpcf7-list-item {
	border: 1px solid #ff0000;
	padding: 15px;
	background-color: rgba(235, 64, 52, .2);
}

.wpcf7-form .wpcf7-list-item {
	margin: 0!important;
	line-height: 1.5;
	font-size: 14px!important;
	width: 100%;
}

@media only screen and (max-width: 1440px) {
	.wpcf7-form .wpcf7-list-item {
		font-size: 12px!important;
	}
}

.wpcf7-form input[type=checkbox] {
	margin-right: 15px;
}

.wpcf7-form .wpcf7-response-output {
	padding: 15px!important;
	margin: 30px 0 0 0!important;
	font-size: 14px!important;
	line-height: 1.5;
	background-color: rgba(255, 185, 0, .2);
}

@media only screen and (max-width: 1440px) {
	.wpcf7-form .wpcf7-response-output {
		font-size: 12px!important;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid #7BAA7B!important;
	background-color: rgba(50, 168, 82, .3)!important;
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px!important;
	line-height: 1;
	display: block;
}

.wpcf7-form label>span {
	color: #000;
}

.wpcf7-form .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-form input[type=checkbox] {
	position: relative;
	top: 4px;
}

.wpcf7-form .wpcf7-list-item-label {
	color: #000;
}

.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
	display: none!important;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px!important;
}

.gallery .gallery-item {
	width: 25%!important;
	padding: 15px!important;
	margin-top: 0!important;
}

@media only screen and (max-width: 1200px) {
	.gallery .gallery-item {
		width: 33.3333%!important;
	}
}

@media only screen and (max-width: 768px) {
	.gallery .gallery-item {
		width: 50%!important;
	}
}

@media only screen and (max-width: 576px) {
	.gallery .gallery-item {
		width: 100%!important;
	}
}

.gallery a,
.our-gallery a {
	display: block;
	position: relative;
	overflow: hidden;
}

.gallery img,
.our-gallery a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: 0!important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery a:hover>img,
.our-gallery a:hover > a {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery a::before,
.our-gallery a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(66, 135, 245, 0.75);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.gallery a:hover::before,
.our-gallery a:hover::before {
	opacity: 1;
}

.gallery a::after,
.our-gallery a::after {
	content: '';
	background-image: url('../img/gallery-search.png');
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 200;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	filter: brightness(0%) invert(100%);
	opacity: 0;
}

.gallery a:hover::after,
.our-gallery a:hover::after {
	opacity: 1;
}

.bottom-bar {
	position: fixed;
	left: 0;
	display: none;
	bottom: 0;
	width: 100%;
	z-index: 300;
}

@media only screen and (max-width: 1200px) {
	.bottom-bar {
		display: block;
	}
}

.bottom-bar ul {
	list-style-type: none;
	display: flex;
}

.bottom-bar li {
	flex: 1;
	text-align: center;
}

.bottom-bar a {
	display: block;
	background-color: #000;
	padding: 15px 0;
	line-height: 1;
	position: relative;
}

.bottom-bar img {
	margin: 0 auto 0 auto;
	height: 20px;
	filter: brightness(0%) invert(100%);
}

ul.tabs {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	grid-gap: 32px;
}

@media only screen and (max-width: 768px) {
	ul.tabs {
		grid-gap: 16px;
		grid-template-columns: repeat(1, 1fr);
	}

	.page-contact .section__btn {
		width: 100%;
		justify-content: center;
	}

	.wpcf7-form > p:last-of-type,
	.wpcf7-form .wpcf7-submit {
		width: 100% !important;
		justify-content: center;
		text-align: center;
	}
}

ul.tabs li {
	cursor: pointer;
}

.tab-content {
	display: none;
}

.tab-content.current {
	display: block;
}

ul.tabs li .section__btn {
	transition: all .5s;
	width: 100%;
	justify-content: center;
}

ul.tabs li.current .section__btn {
	background-color: #7ec462;
	color: #fff;
}

.page-id-191 .page-default {
	padding-bottom: 0;
}

.page-id-234 .section__title {
	text-align: center;
}

.grecaptcha-badge {
	display: none;
}