/*!
Theme Name: Vip Bus
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: http://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: vipbuskyiv
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.

Vip Bus 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=Lato:wght@300;400;700&display=swap');

:root {
	--main-color: #1EACC7;
	--text-color: #000000;
}


body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: var(--text-color);
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 20px;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p, ul, ol, .wp-caption, .gallery {
	margin-bottom: 20px;
}
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, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}

.form-field {
	position: relative;
	margin-bottom: 15px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	background: #fff;
	border: 1px solid #f5f5f5;
	padding: 12px 20px;
	outline: none;
}
input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
}




.btn {
  --bs-btn-box-shadow: none;
  --bs-btn-focus-box-shadow: none;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:before {
	content: '+';
    font-size: 21px;
    line-height: 1;
    margin-right: 15px;
    position: relative;
    top: 2px;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--main-color);
  --bs-btn-border-color: var(--main-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--text-color);
  --bs-btn-hover-border-color: var(--text-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--text-color);
  --bs-btn-active-border-color: var(--text-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--main-color);
  --bs-btn-disabled-border-color: var(--main-color);
}

.btn-secondary {
  --bs-btn-color: var(--text-color);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--text-color);
  --bs-btn-hover-border-color: var(--text-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--text-color);
  --bs-btn-active-border-color: var(--text-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--text-color);
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
	padding: 0;
  --bs-btn-color: var(--text-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--main-color);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--main-color);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--text-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  border: none;
}
.btn.btn-outline-primary:before {
    content: '+';
    font-size: 21px;
    margin-right: 15px;
    position: relative;
    top: 0px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    transition: .25s;
}



.owl-nav {
	display: flex;
	align-content: center;
}
.owl-nav button {
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	background: var(--main-color) !important;
	border-radius: 50%;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.owl-nav button:last-child {
	margin-right: 0;
}
.owl-nav button:hover {
	background: var(--text-color) !important;
}
.owl-nav button:before {
	content: '';
	background: url(images/arrow.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
}
.owl-nav button.owl-prev:before {
	transform: rotate(180deg);
}






.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




.wrapper {
	position: relative;
}


.header {
	position: relative;
	padding: 25px 0 0;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #8c8c8c;
  padding-bottom: 20px;
}
.home .header-inner {
	border-bottom: none;
	padding-bottom: 0;
}
.header-logo {
	margin-right: 40px;
}
.header-logo img {
	width: 100%;
	max-width: 285px;
}
.header-right {
	position: relative;
	flex: 0 0 900px;
	max-width: 900px;
}
.main-menu {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #8C8C8C;
	display: flex;
	align-content: center;
	justify-content: space-between;
	width: 100%;
}
/*.main-menu li {
	margin-right: 25px;
}
.main-menu li:last-child {
	margin-right: 0;
}*/
.main-menu > li {
	position: relative;
	padding: 10px 0;
}
.main-menu > li > a {
	display: block;
	padding: 2px 0;
	border-bottom: 1px solid transparent;
}
.main-menu > li.current-menu-item > a,
.main-menu > li:hover > a {
	border-bottom-color: var(--text-color);
}
.main-menu li > ul {
	display: none;
  position: absolute;
  background: #D9D9D9;
  width: 220px;
  top: 100%;
  left: 0;
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  z-index: 99;
}
.main-menu li > ul:before {
	content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #D9D9D9;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
}
.main-menu > li:hover ul {
	display: block;
}
.main-menu ul > li {
	margin-bottom: 5px;
}
.main-menu ul > li:last-child {
	margin-bottom: 0;
}
.main-menu ul > li > a {
	display: block;
	padding: 2px 0;
	border-bottom: 1px solid transparent;
}
.main-menu ul > li:hover > a {
	border-bottom-color: var(--text-color);
}
.header-contacts {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.header-contacts p {
	position: relative;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}
.header-contacts p a {
	position: relative;
	display: block;
	padding-left: 34px;
}
.header-contacts p a:hover {
	color: var(--main-color);
}
.header-contacts p a:before {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--text-color);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    z-index: 1;
}
.header-phone a:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.header-viber a:before {
	-webkit-mask-image: url(images/viber.svg);
    mask-image: url(images/viber.svg);
}
.header-whatsapp a:before {
	-webkit-mask-image: url(images/whatsapp.svg);
    mask-image: url(images/whatsapp.svg);
}
.header-email a:before {
	-webkit-mask-image: url(images/email.svg);
    mask-image: url(images/email.svg);
}
.header-email {
	padding-left: 40px;
}
.header-email:before {
	content: '';
    border-left: 1px solid #8C8C8C;
    width: 1px;
    height: 61px;
    position: absolute;
    top: calc(50% - 31px);
    left: 0;
    z-index: 1;
}




.section {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}


.heading {
	position: relative;	
	margin-bottom: 40px;
}
.heading h2 {
	font-size: 42px;
}
.heading h3 {
	font-size: 36px;
}



.page-header {
	position: relative;
	padding: 30px 0;
	z-index: 1;
}
#breadcrumbs {
	margin-bottom: 0px;
}
.page-title {
	text-transform: uppercase;
}



.main-block-heading {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.main-block-btn {
	position: relative;
	margin-top: 50px;
}



.services-section .heading {
	margin-bottom: 60px;
}


.services-items {
	position: relative;
	margin-bottom: -60px;
}
.services-item {
	position: relative;
	margin-bottom: 60px;
}
.services-item__inner {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-item__image {
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-item__image img {
	height: auto;
	max-height: 200px;
}
.services-item__info {
	flex: 0 0 50%;
	max-width: 50%;
	border-left: 1px solid #8C8C8C;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.services-item__title {
	font-size: 24px;
}
.services-item__title a:hover {
	color: var(--main-color);
}
.services-item__btn {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	border-top: 1px solid #8C8C8C;
	display: flex;
}
.services-item__btn p {
	margin-bottom: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.services-item__btn p:first-child {
	padding-right: 20px;
	text-align: right;
}
.services-item__btn p:last-child {
	border-left: 1px solid #8C8C8C;
	padding-left: 20px;
}



.about-info {
	position: relative;
	border-left: 1px solid #8C8C8C;
	padding: 20px 0;
}
.about-info .heading {
	margin-bottom: 30px;
	padding-left: 30px;
}
.about-content {
	padding-left: 30px;
}
.about-btn {
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 30px;
	border-top: 1px solid #8C8C8C;
}



.reviews-info {
	position: relative;
	height: 100%;
	padding: 20px 0;
	border-right: 1px solid #8C8C8C;
}
.reviews-info .heading {
	padding-right: 30px;
	margin-bottom: 30px;
}
.reviews-info .reviews-content {
	padding-right: 30px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #8C8C8C;
}

.reviews-item {
	position: relative;
}
.reviews-item__head {
	position: relative;
	display: flex;
	align-content: center;
	margin-bottom: 20px;
}
.reviews-item__image {
	flex: 0 0 70px;
	max-width: 70px;
	height: 70px;
}
.reviews-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.reviews-item__info {
	position: relative;
	margin-left: 20px;
	border-left: 1px solid #8C8C8C;
	padding: 10px 0;
	flex: auto;
	max-width: 280px;
}
.reviews-item__name {
	position: relative;
	padding-left: 15px;
	font-size: 20px;
	margin-bottom: 0;
}
.reviews-item__date {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	border-top: 1px solid #8C8C8C;
}
.reviews-items .owl-nav {
	justify-content: flex-end;
	margin-top: 30px;
}






.contacts-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.contacts-map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.contacts-map iframe {
	width: calc(100% + 400px);
	height: 100%;
}
.contacts-info {
	position: relative;
	background: #D9D9D8;
	padding: 50px;
}
.contacts-address {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #8C8C8C;
	line-height: 1.25;
	margin-bottom: 30px;
}
.contacts-phone {
	position: relative;
	margin-bottom: 20px;
}
.contacts-phone label {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.contacts-phone a {
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}
.contacts-email {
	position: relative;
}
.contacts-email label {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.contacts-email a {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
.contacts-phone a:hover,
.contacts-email a:hover {
	color: var(--main-color);
}






.feedback-section {
	position: relative;
	background: var(--main-color);
	color: #fff;
	z-index: 1;
}
.feedback-info {
	position: relative;
	height: 100%;
	padding: 20px 0;
	border-right: 1px solid #fff;
}
.feedback-info .heading {
	padding-right: 30px;
	margin-bottom: 30px;
}
.feedback-info .feedback-content {
	padding-right: 30px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #fff;
}




.faq-items {
	position: relative;
}
.faq-top {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #8c8c8c;
	display: flex;
	align-content: center;
}
.faq-top p {
	margin-bottom: 0;
}
.faq-top p:first-child {
	flex: 0 0 calc(40% - 50px);
	max-width: calc(40% - 50px);
}
.faq-top p:last-child {
	flex: auto;
	max-width: 100%;
}
.faq-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #8c8c8c;
	padding: 15px 0;
}
.faq-item__title {
	position: relative;
	flex: 0 0 calc(40% - 50px);
	max-width: calc(40% - 50px);
	padding-right: 30px;
	font-size: 20px;
}
.faq-item__content {
	position: relative;
	flex: 0 0 60%;
	max-width: 60%;
	padding-right: 30px;
	color: #464646;
	height: 50px;
	overflow: hidden;
	transition: .25s;
}
.active > .faq-item__content {
	height: 100%;
}
.faq-item__icon {
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	background: var(--main-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .25s;
}
.faq-item__icon:hover {
	background: var(--text-color);
}
.faq-item__icon:before {
	content: '+';
	font-size: 24px;
	color: #fff;
}
.active > .faq-item__icon:before {
	content: '-';
}




.footer {
	position: relative;
	padding: 50px 0;
	background: #363636;
	z-index: 1;
}
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo {
	margin-right: 40px;
}
.footer-logo img {
	width: 100%;
	max-width: 250px;
}
.footer-right {
	position: relative;
	flex: 0 0 900px;
	max-width: 900px;
}
.footer .main-menu li a {
	color: #fff;
}
.footer .main-menu li.current-menu-item a, .footer .main-menu li a:hover {
	border-bottom-color: #fff;
}
.footer .header-contacts p a {
	color: #fff;
}
.footer .header-contacts p a:hover {
	color: var(--main-color);
}
.footer .header-contacts p a:before {
	background-color: #fff;
}


.footer-bottom {
	position: relative;
	padding: 10px 0;
	background: var(--main-color);
	color: #fff;
	z-index: 1;
}
.footer-bottom a {
	color: #fff;
}






.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	margin: 0 0 50px;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
	margin-bottom: 0;
}
.product-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.product-image {
	position: relative;
	flex: 0 0 37%;
	max-width: 37%;
	display: flex;
	align-items: center;
}
.woocommerce ul.products li.product a img {
	width: auto;
	margin-bottom: 0;
}
.product-info {
	position: relative;
	flex: 0 0 calc(63% - 30px);
	max-width: calc(63% - 30px);
	margin-left: 30px;
	border-left: 1px solid #8c8c8c;
	padding: 20px 0;
}
.woocommerce ul.products li.product h3.product-title {
	padding: 0 0 0 20px;
	font-size: 24px;
	margin-bottom: 20px;
}
.product-advantages-items {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.product-advantages-item {
	position: relative;
	margin-bottom: 15px;
}
.product-advantages-item__inner {
	position: relative;
	display: flex;
	align-content: center;
}
.product-advantages-item__image {
	flex: 0 0 30px;
	max-width: 30px;
}
.product-advantages-item p {
	flex: auto;
	max-width: 100%;
	padding-left: 20px;
	line-height: 1.25;
}
.product-button {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	border-top: 1px solid #8c8c8c;
}


.woocommerce nav.woocommerce-pagination {
	position: relative;
	margin-top: 50px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	display: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	float: none;
	overflow: inherit;
	margin-right: 12px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
	margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid #8c8c8c;
  min-width: inherit;
  font-size: 16px;
  padding: 10px 13px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}

.term-description {
	position: relative;
	margin-top: 60px;
}
.term-description > h2 {
	font-size: 24px;
	border-bottom: 1px solid #8c8c8c;
	padding-bottom: 10px;
}



.widget-area {
	position: relative;
	padding: 20px 0;
	border-left: 1px solid #8c8c8c;
	height: 100%;
}
.berocket_ajax_group_filter_title {
	font-size: 24px;
	border-bottom: 1px solid #8c8c8c;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-left: 15px;
}
.berocket_single_filter_widget {
	position: relative;
	border-bottom: 1px solid #8c8c8c;
}
.bapf_sfilter {
	margin-bottom: 0;
	padding-left: 15px;
}
.bapf_head {
	position: relative;
	padding: 15px 0;
	cursor: pointer;
}
.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
	font-weight: 400;
	font-size: 20px;
}
.bapf_sfilter .bapf_colaps_smb, .bapf_sfilter .bapf_desci {
	font-size: 12px;
}
.bapf_body {
	position: relative;
	margin-bottom: 15px;
}
.bapf_sfilter .bapf_body .mCSB_container>ul, .bapf_sfilter .bapf_body>ul {
	padding: 0;
}
.bapf_sfilter ul li {
	margin-bottom: 3px !important;
}
.bapf_sfilter ul li:last-child {
	margin-bottom: 0 !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
	border-radius: 3px;
	border-color: var(--main-color);
	width: 18px;
	height: 18px;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin-right: 10px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
	background: var(--main-color);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  width: 7px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}




.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 100%;
	margin-bottom: 0;
}


.wpgis-slider-for .slick-slide > div {
	position: relative;
	height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce div.product div.images .wpgis-slider-for img {
	max-height: 480px;
	width: auto;
	margin: auto;
}





.woocommerce div.product div.summary {
	position: relative;
	border-left: 1px solid #8c8c8c;
	padding: 20px 0;
	height: 100%;
}
.product-single-title {
	padding-left: 20px;
	font-size: 36px;
	text-transform: uppercase;
}
.product-single-advantages-items {
	border-top: 1px solid #8c8c8c;
	position: relative;
	padding: 20px 0 0px 20px;
}
.product-single-advantages-items {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.product-single-advantages-item {
	position: relative;
	margin-bottom: 15px;
}
.product-single-advantages-item__inner {
	position: relative;
	display: flex;
	align-content: center;
}
.product-single-advantages-item__image {
	flex: 0 0 30px;
	max-width: 30px;
}
.product-single-advantages-item p {
	flex: auto;
	max-width: 100%;
	padding-left: 20px;
}
.product-single-button {
	position: relative;
	border-top: 1px solid #8c8c8c;
	padding: 20px 0 0 20px;
	margin-top: 40px;
}




.product-single-desc {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.product-single-desc-1 {
	flex: 0 0 67%;
	max-width: 67%;
}
.product-single-desc-2 {
	flex: 0 0 33%;
	max-width: 33%;
	border-left: 1px solid #8c8c8c;
}
.product-single-desc-1 > h2,
.product-single-desc-2 > h2 {
	font-size: 28px;
	padding: 20px;
	border-bottom: 1px solid #8c8c8c;
	margin-bottom: 0;
}
.product-single-desc-1 > div,
.product-single-desc-2 > div {
	padding: 20px;
}
.product-single-desc ul {
	padding-left: 20px;
}




.modal-title {
	font-size: 20px;
}


.error-404-number {
	font-size: 220px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: red;
}





.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 36px;
	max-width: 36px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--text-color);
}


.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: #fff;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 420px;
  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 {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}




.blog-items {
	position: relative;
}
.blog-item {
	position: relative;
	margin-bottom: 50px;
}
.blog-item:last-child {
	margin-bottom: 0;
}
.blog-item__wrap {
	display: flex;
}
.blog-item__left {
	flex: 0 0 calc(100% / 3 - 15px);
	max-width: calc(100% / 3 - 15px);
	margin-right: 30px;
}
.blog-item__image {
	position: relative;
	height: 100%;
	min-height: 280px;
	z-index: 1;
}
.blog-item__image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.blog-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.blog-item__right {
	flex: auto;
	max-width: 100%;
	border-left: 1px solid var(--text-color);
}
.blog-item__title {
	margin: 0 0 20px 30px;
	font-size: 24px;
}
.blog-item__excerpt {
	margin: 0 0 20px 30px;
}
.blog-item__more {
	border-top: 1px solid var(--text-color);
	padding: 20px 0 0 30px;
}


.navigation.pagination {
	position: relative;
	margin-top: 50px;
	display: block;
	z-index: 2;
}
.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.navigation.pagination .nav-links .page-numbers {
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	font-weight: 400;
	color: var(--text-color);
	margin-right: 10px;
	padding: 0 10px;
	transition: .25s;
}
.navigation.pagination .nav-links .page-numbers:last-child {
	margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers.current {
	background: var(--main-color);
	color: #ffffff;
}

.singleBlog-wrap {
	position: relative;
	z-index: 1;
}
.singleBlog-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.singleBlog-image {
	float: left;
	margin: 0 40px 30px 0;
}
.singleBlog-image img {
	max-width: 480px;
	max-height: 420px;
}






@media (max-width: 1399px) {
	h1,
	.heading h2,
	.contacts-phone a {
		font-size: 36px;
	}
	h2,
	.contacts-email a,
	.product-single-title,
	.heading h3 {
		font-size: 32px;
	}
	h3,
	.contacts-address {
		font-size: 28px;
	}
	h4,
	.product-single-desc-1 > h2,
	.product-single-desc-2 > h2 {
		font-size: 24px;
	}
	h5,
	.services-item__title,
	.woocommerce ul.products li.product h3.product-title,
	.berocket_ajax_group_filter_title {
		font-size: 21px;
	}
	h6,
	.reviews-item__name,
	.faq-item__title,
	.bapf_sfilter .bapf_hascolarr,
	.bapf_sfilter .bapf_hasdesc {
		font-size: 18px;
	}
	.header-right,
	.footer-right {
		flex: 0 0 800px;
		max-width: 800px;
	}
	.main-block-heading {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.main-block-btn {
		margin-top: 30px;
	}
	.services-section .heading {
    margin-bottom: 40px;
	}
	.footer {
		padding: 40px 0;
	}
}





@media (max-width: 1199px) {
	h1,
	.heading h2,
	.contacts-phone a {
		font-size: 32px;
	}
	h2,
	.contacts-email a,
	.product-single-title,
	.heading h3 {
		font-size: 28px;
	}
	h3,
	.contacts-address {
		font-size: 24px;
	}
	h4,
	.product-single-desc-1 > h2,
	.product-single-desc-2 > h2 {
		font-size: 21px;
	}
	h5,
	.services-item__title,
	.woocommerce ul.products li.product h3.product-title,
	.berocket_ajax_group_filter_title {
		font-size: 18px;
	}
	h6,
	.reviews-item__name,
	.faq-item__title,
	.bapf_sfilter .bapf_hascolarr,
	.bapf_sfilter .bapf_hasdesc {
		font-size: 16px;
	}
	.header-logo {
		margin-right: 30px;
	}
	.header-right,
	.footer-right {
		flex: 0 0 700px;
		max-width: 700px;
	}
	.main-block-heading {
		font-size: 36px;
	}
	.header-email {
    padding-left: 15px;
	}
	.header-contacts p a {
		padding-left: 28px;
	}
	.header-contacts p a:before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}

	.wpgis-slider-for .slick-slide > div {
		height: 360px;
	}
	.woocommerce div.product div.images .wpgis-slider-for img {
		max-height: 360px;
	}

	.error-404-number {
    font-size: 180px;
  }
}





@media (max-width: 991px) {
	body {
		font-size: 15px;
	}
	h1,
	.heading h2,
	.contacts-phone a {
		font-size: 28px;
	}
	h2,
	.contacts-email a,
	.product-single-title,
	.heading h3 {
		font-size: 24px;
	}
	h3,
	.contacts-address,
	.term-description > h2 {
		font-size: 21px;
	}
	h4,
	.product-single-desc-1 > h2,
	.product-single-desc-2 > h2 {
		font-size: 18px;
	}
	h5,
	.services-item__title,
	.woocommerce ul.products li.product h3.product-title,
	.berocket_ajax_group_filter_title {
		font-size: 16px;
	}
	h6,
	.reviews-item__name,
	.faq-item__title,
	.bapf_sfilter .bapf_hascolarr,
	.bapf_sfilter .bapf_hasdesc {
		font-size: 15px;
	}
	.header {
		position: sticky;
		top: 0;
		padding: 20px 0;
		background: #fff;
		border-bottom: 1px solid #8c8c8c;
		z-index: 99;
	}
	.header-inner {
		align-items: center;
		padding: 0;
		border-bottom: none;
	}
	.reviews-info,
	.feedback-info {
		padding: 0 ;
		margin-bottom: 30px;
		border-right: none;
	}
	.reviews-info .heading,
	.feedback-info .heading {
    padding-right: 0;
    margin-bottom: 15px;
	}
	.reviews-info .reviews-content,
	.feedback-info .feedback-content {
    padding-right: 0;
    margin-top: 15px;
    padding-top: 15px;
  }

  .contacts-section {
  	background: #D9D9D8;
  	padding-bottom: 0;
  }
  .contacts-map {
  	position: relative;
  	height: 280px;
  	z-index: 1;
  }
  .contacts-info {
  	padding: 0 0 50px;
  }
  .contacts-map iframe {
  	width: 100%;
  }

  .faq-top {
  	display: none;
  }
  .faq-item {
  	display: block;
  }
  .faq-item__title,
  .faq-item__content {
  	flex: 0 0 100%;
  	max-width: 100%;
  	margin-right: 0;
  	margin-bottom: 10px;
  }

  .header-contacts {
  	display: block;
  	margin-bottom: 40px;
  }
  .header-contacts p {
  	margin-bottom: 10px;
  	font-size: 16px;
  }
  .header-contacts p:last-child {
  	margin-bottom: 0;
  }
  .header-email {
  	padding-left: 0;
  }
  .header-email:before{
  	display: none;
  }


  .main-menu {
  	border-bottom: none;
  	display: block;
  }
  .main-menu > li {
  	margin-bottom: 20px;
  	padding: 0;
  }
  .main-menu > li:last-child {
  	margin-bottom: 0;
  }
  .main-menu > li > a {
  	font-size: 16px;
  }
  .main-menu li > ul {
  	display: block;
  	position: relative;
  	margin-top: 10px;
  	width: 100%;
  }


  .footer-inner {
  	display: block;
  	text-align: center;
  }
  .footer-logo {
  	margin-right: 0;
  	margin-bottom: 30px;
  }
  .footer .header-contacts {
    display: block;
    max-width: 220px;
    margin: auto;
	}

	.widget-area {
		display: none;
		height: inherit;
		margin-bottom: 40px;
	}
	.active > .widget-area {
		display: block;
	}


	.product-single-images {
		margin-bottom: 40px;
	}
	.product-single-desc-1 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-single-desc-2 {
		border-left: none;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 40px;
	}
}





@media (max-width: 767px) {
	.heading h2 br {
		display: none;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		margin: 0 0 40px;
	}
	.woocommerce ul.products[class*=columns-] li.product:last-child, .woocommerce-page ul.products[class*=columns-] li.product:last-child {
		margin-bottom: 0;
	}

	.blog-item__wrap {
		flex-wrap: wrap;
	}
	.blog-item__left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.blog-item__right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-item__title {
		margin-top: 20px;
		margin-left: 20px;
	}
	.blog-item__excerpt {
		margin-left: 20px;
	}
	.blog-item__more {
		padding-left: 20px;
		padding-bottom: 20px;
	}


	.singleBlog-image {
		float: none;
		margin: 0 0 30px;
	}
	.singleBlog-image img {
		max-width: 100%;
		max-height: 360px;
	}

}




@media (max-width: 575px) {
	.main-block-heading {
    font-size: 32px;
	}
	.services-item__inner {
		display: block;
	}
	.services-item__image {
		max-width: 100%;
	}
	.services-item__info {
    max-width: 100%;
    padding-left: 0;
    border: none;
	}
	.services-item__btn {
		display: block;
		text-align: center;
		padding-top: 10px;
	}
	.services-item__btn p {
		max-width: 100%;
		padding: 0;
	}
	.services-item__btn p:first-child {
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.services-item__btn p:last-child {
		padding: 0;
		border: none;
	}
	.services-items {
		margin-bottom: -40px;
	}
	.services-item {
		margin-bottom: 40px;
	}



	.product-inner {
		display: block;
	}
	.product-image {
		max-width: 100%;
	}
	.product-info {
		margin-left: 0;
		max-width: 100%;
	}
	.error-404-number {
    font-size: 160px;
	}
}