/*
Theme Name: Yellow Jaguar
Text Domain: yj
Version: 1.0
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.wrapper {
	display: block;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

body {
	line-height: 1px;
	padding: 0;
	margin: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

/* Style tag */

H1, H2, H3, H4, H5, H6 {
	color: #343434;
}

H1 {
	font-size: 68px;
}

H2 {
	font-size: 76px;
}

H3 {
	font-size: 34px;
}

H4 {
	font-size: 28px;
}

H5 {
	font-size: 23px;
}

H6 {
	font-size: 20px;
}

P {
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 20px 0 0;
	line-height: 135%;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
	margin-top: 0;
}

A {
	font-size: 20px;
	color: #b9824f;
	cursor: pointer;
}

TH, TD {
	padding: 10px;
}

UL {
	list-style-type: disc;
	margin: 0 14px 10px;
}

OL {
	list-style-type: decimal;
	margin: 0 18px 10px;
}

OL LI, UL LI {
	margin: 0 0 10px;
}

TEXTAREA {
	resize: none;
	overflow: auto;
}

A:focus {
	outline: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

A {
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

IMG {
	border: none;
	display: block;
}

LABEL {
	cursor: pointer;
}

BUTTON {
	cursor: pointer;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}

input:focus {
	border: none;
	outline: none;
}

/* End Style tag */


BODY {
	background: #f1f1f1;
	color: #202022;
	font: 20px/150% 'Montserrat', sans-serif;
}

.container {
	max-width: 1374px;
	margin: auto;
	padding: 0 20px;
}

.text-center {
	text-align: center;
}

/* HEADER */
HEADER {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.top-header {
	text-align: center;
	background: #181818;
	display: block;
	color: #fff;
	padding: 6px 0;
	position: relative;
	z-index: 2;
}

.top-header .social-icons {
	position: absolute;
	right: 47px;
	top: 108px;
	width: 40px;
}

.top-header .social-icons:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -108px;
	height: 108px;
	width: 1px;
	background-color: #f8c843;
}

.social-icons a {
	text-align: center;
	background-color: #f8c843;
	color: #000;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: 26px 0 0;
	font-size: 25px;
	transition: opacity .6s;
}

.social-icons a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.header-content {
	position: relative;
	padding: 0 300px;
}

.nav .social-icons {
	display: none;
}

.header-content.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #181818;
}

header .logo {
	position: absolute;
	top: 32px;
	left: 86px;
  transition: width 0.3s linear;
}

header .sticky .logo {
	top: 13px;
	left: 86px;
  width: 130px;
}

header .sticky .nav ul {
	padding: 0;
	height: 95px;
	align-items: center;
}

.logo {
	display: inline-block;
	width: 178px;
}

.logo A {
	display: block;
}

.logo A:hover {
	text-decoration: none;
}

.logo IMG {
	max-width: 100%;
}

.header-info {
	font-weight: 500;
	display: inline-block;
}

.header-info, .tel, .mail, .address {
	margin: 20px;
	font-size: 15px;
}

.tel a, .mail a {
	font-size: 15px;
	transition: color .6s;
}

.tel, .mail, .address {
	display: inline-block;
	padding: 0 0 0 35px;
	position: relative;
}

.tel:before, .mail:before {
	content: "";
	position: absolute;
	left: 0;
	width: 27px;
}

.tel:before {
	background: url("./public/images/icons/phone-icon.svg") no-repeat left top;
	height: 27px;
	top: 0;
}

.mail:before {
	background: url("./public/images/icons/mail-icon.svg") no-repeat left top;
	height: 21px;
	top: 6px;
}

header .mail:before {
	top: 3px;
}

.address:before {
	content: "";
	position: absolute;
	left: 2px;
	width: 23px;
	background: url("./public/images/icons/address-icon.svg") no-repeat left top;
	height: 33px;
	top: 0;
}

.tel a, .mail a {
	display: inline-block;
	color: #fff;
	font-weight: 300;
	line-height: 150%;
	margin: 0 5px;
}

.tel a:hover, .mail a:hover {
	color: #f8c843;
	text-decoration: none;
}

.tel a:last-child, .mail a:last-child {
	margin-right: 0;
}

.nav ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.nav ul li {
	display: inline-block;
	padding: 0 20px;
	margin: 6px 0;
	border-left: 1px solid #cdcdcd;
}

.nav ul li:first-child {
	border-left: none;
}

.nav ul li a {
	display: block;
	color: #202022;
	transition: opacity .6s;
}

header .nav ul {
	padding-top: 53px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
	max-width: 812px;
	width: 100%;
}

header .nav ul li {
	display: inline-block;
	padding: 0 10px;
	margin: 6px 0;
	border-left: none;
}

header .nav ul li a {
	font-size: 17px;
	opacity: 0.37;
	color: #fff;
}

header .nav ul li a:hover, header .nav ul li.active a {
	opacity: 1;
	text-decoration: none;
}

.hamburger {
	display: none;
	height: 40px;
	width: 40px;
	color: #fff;
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 11px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
}

.hamburger.is-active {
	color: #f8c843;
}

.animation-item, .animation-text p, .animation-text li, .animation-text h1, .animation-text h2, .animation-text h3, .animation-text h4, .animation-text h5, .animation-text h6, .animation-text .btn, .animation-text .map, .animation-text img, .animation-text .address, .animation-text .tel, .animation-text .mail, .animation-text .social-icons a {
	opacity: 0;
}

.animation-item.loaded, .animation-text p.loaded, .animation-text li.loaded, .animation-text h1.loaded, .animation-text h2.loaded, .animation-text h3.loaded, .animation-text h4.loaded, .animation-text h5.loaded, .animation-text h6.loaded, .animation-text .btn.loaded, .animation-text .map.loaded, .animation-text img.loaded, .animation-text .address.loaded, .animation-text .tel.loaded, .animation-text .mail.loaded, .animation-text .social-icons a.loaded {
	animation: fadeIn 0.6s ease-in-out both;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

img {
	max-width: 100%;
}

/* Content */


.hero-section {
	padding: 253px 0 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: 8px solid #535457;
	position: relative;
}

.hero-section:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 8px;
	width: 36%;
	background: #ffd800;
}

.hero-section .container {
	/*height: 1096px;*/
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  padding: 0 0 40%;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text ol, .white-text ul, .white-text td, .white-text th, .white-text div {
	color: #fff;
}

.hero-section h1 {
	text-transform: uppercase;
	line-height: 130%;
}

.hero-section p {
	opacity: 0.5;
	font-size: 29px;
}

.info-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1220px;
	overflow: hidden;
	width: 100%;
	margin: 53px auto auto;
}

.info-box .item {
	padding: 30px 30px;
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: center;
	align-content: center;
	width: 25%;
	font-size: 18px;
}

.info-box .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	height: 100%;
	width: 1px;
	background-color: #fff;
	opacity: 0.15;
}

.info-box .item img {
	margin: 0 20px auto 0;
  max-width: 46px;
  width: 100%;
}

.icon-box {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	max-width: 1300px;
	margin: 0 auto 30px;
}

.icon-box .item {
	padding: 15px;
	margin: auto;
}

.icon-box .item img {
	max-width: 100%;
}

.news-section {
	padding: 0;
	background-color: #fff;
	position: relative;
}

.news-section:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 90px;
	background: url("http://yellowjaguar.com.ua/wp-content/uploads/2024/03/project.png") no-repeat center top;
	background-size: contain;
	height: 230px;
	max-width: 1800px;
	transform: translateX(-50%);
	width: 89%;
}

.news-section .container, .reviews-section .container {
	max-width: 1766px;
}

.news-slider .media-content h3 {
	max-width: 520px;
	color: #272829;
}

.news-section p {
	font-size: 20px;
	line-height: 160%;
	margin-top: 32px;
}

.news-section p:first-child {
	margin-top: 0;
}

.news-slider .swiper-slide {
	display: flex;
	flex-direction: row;
	padding: 242px 11.3% 208px;
	width: 100%;
	height: 100%;
}

.news-slider .media-container {
	padding: 0 0 0 74px;
	margin: 42px 0 0;
	position: relative;
}

.news-slider .media-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f8c843;
	height: 47%;
	width: 2px;
}

.prev-slider, .next-slider {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 28px;
	width: 42px;
	background: url("./public/images/icons/arrow.svg") no-repeat left top;
	background-size: cover;
	z-index: 11111111;
	cursor: pointer;
	outline: none;
	transition: opacity .4s;
}

.prev-slider:hover, .next-slider:hover {
	opacity: .5;
}

.next-slider {
	background-image: url("./public/images/icons/arrow-right.svg");
}

.prev-slider {
	left: 0;
}

.next-slider {
	right: 0;
}

.news-slider .swiper-pagination {
	display: none;
}

.news-slider .media-content {
	width: 53%;
}

.news-slider .text-content {
	padding: 69px 67px 76px;
	background: #fff;
	-webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
	width: 47%;
}

.btn {
	margin: 57px 0 0;
	display: inline-block;
	background-color: #f8c843;
	line-height: 100%;
	padding: 22px;
	min-width: 248px;
	color: #202022;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	transition: opacity .4s;
}

.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

.list-box ul {
	padding: 0;
	margin: 50px 0 0;
	display: inline-block;
	width: 100%;
	list-style: none;
	line-height: 160%;
}

.list-box ul li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 56px;
	margin: 31px 0 0;
	width: 100%;
}

.list-box ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("./public/images/icons/marker.svg");
	width: 35px;
	height: 28px;
}

.list-box.two-columns ul {
	columns: 2;
	column-gap: 74px;
}

.services-section {
	padding: 180px 0 171px;
	position: relative;
}

.services-section h3 {
	font-size: 46px;
	text-align: center;
}

.services-section:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 90px;
	background: url("http://yellowjaguar.com.ua/wp-content/uploads/2024/03/poslugi.png") no-repeat center top;
	background-size: contain;
	height: 250px;
	max-width: 1380px;
	transform: translateX(-50%);
	width: 89%;
}

.reviews-section {
	position: relative;
	padding: 165px 0 115px;
	border-bottom: 8px solid #fff;
}

.reviews-section:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 90px;
	background: url("http://yellowjaguar.com.ua/wp-content/uploads/2024/03/vidguk.png") no-repeat center top;
	background-size: contain;
	height: 250px;
	max-width: 1556px;
	transform: translateX(-50%);
	width: 89%;
	opacity: 0.7;
}

.reviews-section h3 {
	font-size: 43px;
}

.reviews-slider {
	position: relative;
	padding: 0 9.2%;
	margin-top: 151px;
}

.reviews-slider .prev-slider, .reviews-slider .next-slider {
	margin-top: -61px;
}

.reviews-slider .media-content {
	margin: 0 auto;
	height: 140px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	border-radius: 70px;
	overflow: hidden;
	z-index: 5;
}

.reviews-slider .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.reviews-slider .swiper-slide {
	padding: 70px 30px;
}

.reviews-slider .blockquote {
	width: 100%;
	padding: 0;
	-webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 0;
	background-color: #fff;
}

.reviews-slider .blockquote .wrap-blockquote {
	padding: 110px 45px 35px;
}

.reviews-slider .swiper-slide a {
  color: #202022;
  display: block;
}

.reviews-slider .swiper-slide a:hover {
  text-decoration: none;
  box-shadow: 0 20px 20px rgba(0,0,0,0.2);;
}

.reviews-slider .swiper-slide a.not-link {
  pointer-events: none;
}

.reviews-slider p {
	line-height: 165%;
}

.reviews-slider .footer {
	margin-top: 25px;
	line-height: 160%;
}

.reviews-slider .footer strong {
	display: block;
}

.contact-section {
	background-color: #232426;
	position: relative;
	padding: 174px 0 0;
}

.contact-section h5 {
	font-weight: 500;
}

.contact-section:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 90px;
	background: url("http://yellowjaguar.com.ua/wp-content/uploads/2024/03/contact.png") no-repeat center top;
	background-size: contain;
	height: 211px;
	max-width: 1752px;
	transform: translateX(-50%);
	width: 89%;
}

.contact-section h3 {
	font-size: 43px;
}

.contact-content {
	min-height: 600px;
	display: block;
	margin-top: 172px;
}

.contact-content .text-box {
	width: 31%;
}

.contact-content .map {
	position: absolute;
	right: 0;
	width: 62.4%;
	height: 700px;
	bottom: -85px;
}

.contact-content .map iframe {
	width: 100%!important;
	height: 100%!important;
}

.contact-content .address, .contact-content .tel, .contact-content .mail {
	padding-left: 45px;
	margin: 21px 0 0;
	font-size: 20px;
	line-height: 170%;
	width: 100%;
}

.contact-content .tel a, .contact-content .mail a {
	margin: 0;
	float: left;
	clear: both;
	font-size: 20px;
}

.contact-content .text-box h4 + div {
	margin-top: 45px;
}

section .social-icons {
	margin: 18px -8px 0;
}

section .social-icons a {
	display: inline-block;
	margin: 8px;
	vertical-align: top;
}

.box-content {
	margin-top: 75px;
}

footer {
	padding: 162px 0 87px;
}

footer .logo {
	margin-bottom: 45px;
}

.hero-section .icon-box {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
/* Mobile */

@media only screen and ( max-width: 1920px ) {
	.hero-section {
		background-color: #1f1f1f;
	}
}
@media only screen and ( min-width: 1921px ) {
	.hero-section-bg {
		display: block;
		background: #1f1f1f url("./public/images/bg/bg-top.jpg") repeat-x left bottom;
		position: relative;
	}

	.hero-section-bg:before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		height: 100%;
		width: 50%;
		display: block;
		background: #1f1f1f url("./public/images/bg/bg-top-right.jpg") repeat-x left bottom;
	}
	.hero-section .container {
		padding-bottom: 715px;
	}
}
@media only screen and ( max-width: 1199px ) {
	body {
		font-size: 16px;
	}

	header .logo {
		left: 20px;
	  width: 158px;
  }

  header .sticky .logo {
    width: 130px;
    top: 13px;
  }

	.header-content {
		padding: 0 215px;
	}

	H1 {
		font-size: 55px;
	}

	H3 {
		font-size: 30px;
	}

	H4 {
		font-size: 24px;
	}

	H5 {
		font-size: 20px;
	}

	p, .nav ul li a, .info-box .item, .news-section p, .contact-content .tel a, .contact-content .mail a, .contact-content .tel, .contact-content .address {
		font-size: 16px;
	}
	.mail:before {
		top: 2px;
	}
	.hero-section p {
		font-size: 20px;
	}

	header .sticky .logo {
		left: 20px;
	}

	.news-slider .text-content {
		padding: 40px;
	}

	.btn {
		margin-top: 30px;
	}

	.news-slider .swiper-slide {
		padding: 180px 50px;
	}

	.services-section {
		padding: 130px 0;
	}

	.services-section h3 {
		font-size: 36px;
	}

	.list-box.two-columns ul {
		column-gap: 40px;
	}

	.reviews-slider {
		margin-top: 50px;
		padding: 0 50px;
	}

	.reviews-section {
		padding: 150px 0 80px;
	}

	.reviews-section h3, .contact-section h3 {
		font-size: 34px;
	}

	.contact-section {
		padding: 100px 0 0;
	}

	.contact-content {
		margin-top: 100px;
	}

	.top-header .social-icons {
		right: 20px;
	}

	.hero-section {
		padding-top: 215px;
	}

	/*.hero-section .container {
		height: 885px;
	}*/

	.news-slider .media-container {
		padding: 0 0 0 35px;
		margin: 25px 0 0;
	}

  .icon-box .item img {
    max-height: 50px;
  }
}

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

  .icon-box .item img {
    max-height: 50px;
  }
  .hero-section .icon-box {
    margin-bottom: 10px;
  }
}

@media only screen and ( max-width: 992px ) {
	.btn {
		min-width: 100px;
	}

	.header-info {
		margin: 0;
		width: 100%;
		font-size: 14px;
	}

	.tel, .mail, .address {
		margin: 5px 10px;
		font-size: 14px;
	}

	.header-content {
		padding: 0 70px 0 215px;
	}

	.top-header .social-icons {
		top: 55px;
	}

	.info-box .item {
		padding: 10px 20px;
		margin-bottom: 10px;
	}

	p, .nav ul li a, .info-box .item, .news-section p {
		font-size: 14px;
	}

	.info-box {
		margin-top: 11px;
		margin-left: auto;
		margin-right: auto;
		max-width: 470px;
	}

	.info-box .item {
		justify-content: start;
		max-width: 230px;
		width: 50%;
	}

	.news-section:before {
		top: 35px;
	}

	.news-slider .swiper-slide {
		flex-direction: column;
		padding: 100px 50px;
	}

	.news-slider .media-content {
		width: 100%;
	}

	.news-slider .text-content {
		width: 100%;
	}

	.services-section {
		padding: 90px 0;
	}

	.services-section:before {
		top: 50px;
	}

	.reviews-section {
		padding: 85px 0 25px;
	}

	.reviews-section:before, .contact-section:before {
		top: 65px;
	}

	.contact-section {
		padding: 85px 0 0;
	}

	.contact-content {
		margin-top: 55px;
	}
	.hero-section {
		background-size: contain;
	}
}

@media only screen and ( max-width: 800px ) {
	.hamburger {
		display: block;
	}
	.hero-section {
		padding-top: 170px;
	}
	header .nav {
		overflow: hidden;
		max-height: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: #232323;
	}

	.logo {
		max-width: 100px;
	}

	header .logo {
		top: 10px;
	}

	.header-content {
		padding: 0;
		height: 65px;
		position: relative;
	}

	header .nav ul {
		padding-top: 0;
		border-top: 1px solid #fff;
	}

	header .sticky .logo {
		top: 10px;
	}

	.nav .social-icons {
		display: block;
	}

	.top-header .social-icons {
		display: none;
	}

	.menu-open header .nav {
		max-height: 500px;
	}

	header .nav ul {
		display: block;
		height: auto;
	}

	header .sticky .nav ul {
		height: auto;
	}

	header .nav ul li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fff;
	}

	header .nav ul li a {
		padding: 10px;
		text-align: center;
	}

	.nav .social-icons {
		text-align: center;
	}

	.nav .social-icons a {
		display: inline-block;
		margin: 10px;
	}
	.list-box.two-columns ul {
		columns: 1;
		column-gap: 0;
	}
	.list-box.two-columns ul li bd {
		display: none;
	}
}

@media only screen and ( max-width: 767px ) {
	.hero-section .icon-box {
		margin-bottom: 0;
	}

  h1 {
    font-size: 40px;
  }

  .icon-box .item img {
    max-height: 30px;
	max-width: 65px
  }

  . {
		height: auto;
		margin-bottom: 35%;
    padding: 0;
	}

	footer {
		padding: 50px 0;
	}

	footer .nav ul li {
		width: 100%;
		padding: 0;
		border: none;
	}

	footer p {
		font-size: 12px;
	}

	footer .logo {
		margin-bottom: 25px;
	}

	.contact-content .address, .contact-content .tel, .contact-content .mail {
		width: 100%;
	}

	.contact-content .text-box {
		margin: auto;
		width: 100%;
		max-width: 279px;
	}

	.contact-content .tel {
		max-width: none;
	}

	.contact-content .map {
		position: relative;
		width: 100%;
		margin: 0;
		height: 400px;
		left: auto;
		bottom: auto;
	}

	.contact-section {
		padding: 50px 0;
	}

	.box-content {
		margin: 35px 0;
	}
}

@media only screen and ( max-width: 460px ) {
	.info-box .item {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.info-box .item:before {
		display: none;
	}
}

@media only screen and ( max-width: 420px ) {
	.hero-section {
		padding-top: 200px;
	}
	.tel {
		max-width: 200px;
	}

	H1 {
		font-size: 35px;
	}

	.hero-section p {
		font-size: 14px;
	}
	.hero-section {
		background-size: contain;
	}

	.hero-section .container {
		height: auto;
		margin-bottom: 0;
	}

	.news-slider .swiper-slide {
		padding: 50px 0;
	}

	.prev-slider, .next-slider {
		top: auto;
		bottom: 40px;
		margin-top: 0;
	}

	.news-slider .text-content {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}

	H3, .reviews-section h3, .contact-section h3, .services-section h3 {
		font-size: 24px;
	}

	.services-section {
		padding: 50px 0;
	}

	.list-box ul {
		margin: 20px 0 0;
	}

	.reviews-slider {
		margin-top: 20px;
		padding: 0;
	}

	.reviews-slider .swiper-slide {
		padding-left: 0;
		padding-right: 0;
	}

	.reviews-slider .blockquote {
		padding: 0;
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		height: auto!important;
	}
	.reviews-slider .blockquote .wrap-blockquote {
		padding: 90px 25px 25px;
	}
	.reviews-slider .prev-slider, .reviews-slider .next-slider {
		margin-top: 0;
		bottom: 20px;
	}
}

.error-page .search-form {
	padding-top: 40px;
}

.error-page .search-form label {
	display: inline-block;
	vertical-align: middle;
}

.error-page .search-form input[type="search"] {
	border: none;
	border-bottom: 1px solid #fff;
	font: 16px/100% 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 0 5px;
	background: none;
	margin: 0 10px;
	outline: none;
}

.error-page .search-form input[type="search"]::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.error-page .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.error-page .search-form input[type="search"]:-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}
.error-page .search-form input[type="search"]:-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.error-page .search-form input[type="submit"] {
	display: inline-block;
	background-color: #f8c843;
	line-height: 100%;
	padding: 12px;
	min-width: 120px;
	color: #202022;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	transition: opacity .4s;
	border: none;
	outline: none;
}

.error-page .search-form input[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.7;
}

.contact-content .map a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-indent: -10000px;
  z-index: 999;
}

/* Fancybox */
.fancybox-container .fancybox-inner {
  margin: 50px auto;
  max-width: 1024px;
  background-color: #fff;
}

.fancybox-container .fancybox-slide--html {
  padding: 40px 0;
  overflow: hidden;
}

.fancybox-container .fancybox-inner .fancybox-content {
  padding: 0 40px;
  position: static;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

.popup-content p img {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.popup-content p {
  font-size: 17px;
  line-height: 150%;
}

