/*!
Theme Name: Mriinyk
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: mriinyk
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.

Mriinyk 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=Rubik:wght@300;400;500;600;700;800&display=swap');

.gallery{margin-bottom:1.5em;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}
.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%}


body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	color: #393940;
	line-height: 1.3;
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
a, a:hover {
	text-decoration: none;
	color: #222;
}
p {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 21px
}
h6 {
	font-size: 18px
}
.form-field {
	margin-bottom: 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, .form-field:last-child {
	margin-bottom: 0;
}
label {
	font-size: 14px;
  display: block;
  margin-bottom: 3px;
  color: #777;
  font-weight: 300;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
	width: 100%;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6.96px 1.04px rgba(0, 0, 0, 0.13);
  border: none;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  outline: none;
}
select {
	padding: 0 15px;
}
textarea {
	height: 72px;
	padding: 10px 20px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	box-shadow: 0px 3px 6.96px 1.04px rgba(0, 0, 0, 0.3);
}
input[type="submit"] {
  font-weight: 500;
  padding: 15px 40px;
  font-size: 16px;
  transition: .25s;
  outline: none;
  background: #808fc8;
  color: #fff;
  border: none;
}
input[type="submit"]:hover {
	opacity: .8;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 13px;
  margin: 10px 0 0;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}



.wrapper {
	overflow: hidden;
}
header {
	position: relative;
	padding: 25px 0;
	width: 100%;
	z-index: 9;
	background: #fbfbfc;
	border-bottom: 1px solid #808fc84a;
}
.home header {
	position: absolute;
	background: none;
	border-bottom: 0;
}
.header__contacts {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.header__contacts-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	display: flex;
	align-items: center;
}
.header__contacts-item i {
	flex: 0 0 30px;
	max-width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #808fc8;
	display: flex;
	align-items: center;
	justify-content: center;
  box-shadow: 0px 3px 6.96px 1.04px rgba(0, 0, 0, 0.13);
}
.header__contacts-item i:before {
	content: '';
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.header__contacts-phone:before {
	-webkit-mask-image: url(images/phone-call.svg);
  mask-image: url(images/phone-call.svg);
}
.header__contacts-email:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}
.header__contacts-item p {
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	padding-left: 12px;
	font-weight: 600;
}
.header__contacts-item p a {
	color: #393940;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: flex;
  width: 100%;
  justify-content: space-between;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: #808fc8 !important;
}

.main-slider {
	position: relative;
}
.main-slider-title h1 {
	font-family: 'Rubik', sans-serif !important;
}
.main-slider .n2-ss-control-bullet {
	position: absolute !important;
  right: calc((100% - 1110px) / 2) !important;
}

.cat-trailer {
	margin-top: -60px;
	margin-bottom: 50px;
}
.vc__cat-block-1 {
	position: relative;
	display: block;
	transition: .25s;
}
.vc__cat-block-1:hover {
	box-shadow: 0 5px 20px -5px #00000085;
}
.vc__cat-block-1 img {
	position: relative;
	width: 100%;
}
.vc__cat-block-1 h3 {
	background-color: #808fc8;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 58px;
  margin: 0;
}
.my-btn a {
	display: inline-block;
  font-weight: 500;
  padding: 15px 40px !important;
  font-size: 16px !important;
	transition: .25s;
}
.my-btn a:hover {
	opacity: 0.8;
}
.where-buy {
	margin-bottom: 50px;
}
.advantages {
	padding: 50px 0;
}
.heading {
	margin-bottom: 35px !important;
}
.heading h2 {
	position: relative;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
}
.heading h2:after {
	content: '';
  width: 10px;
  height: 10px;
  background: #808fc8;
  position: absolute;
  bottom: 5px;
  margin-left: -5px;
  z-index: -1;
}
.advantages__item {
	position: relative;
	margin-bottom: 30px;
}
.advantages__item-img {
	width: 130px;
	height: 130px;
	margin: 0 auto 15px;
	background-color: #808fc8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages__item-img img {
	max-width: 75px;
	max-height: 75px;
}
.advantages__item-text {
	padding: 0px;
	position: relative;
	text-align: center;
}
.advantages__item-text p {
	font-weight: 500;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.advantages__item-text span {
	font-size: 32px;
    font-weight: 800;
    color: #d7d7d9;
    position: absolute;
    right: 0;
    top: -60px;
}


.additional-cat {
  padding: 50px 0 90px;
  background-position: bottom;
  background-size: 1920px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.vc__other-cat__item {
	border-left: 10px solid #808fc8;
  background: #ebebed;
  padding: 10px 20px 20px;
  transition: .25s;
  display: block;
}
.vc__other-cat__item:hover {
	background: #dedede;
}
.vc__other-cat__item-img {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.vc__other-cat__item-img img {
	width: auto !important;
	max-height: 150px;
}
.vc__other-cat__item h3 {
	font-size: 16px;
	text-align: center;
}
.vc__other-cat .owl-dots {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc__other-cat .owl-dots .owl-dot {
	position: relative;
	width: 14px;
	height: 14px;
	background-color: #b0b2b6;
	border-radius: 50%;
	margin-right: 15px;
	border: none;
	outline: none !important;
}
.vc__other-cat .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.vc__other-cat .owl-dots .owl-dot.active,
.vc__other-cat .owl-dots .owl-dot:hover {
	background-color: #fff;
}
.vc__other-cat .owl-dots .owl-dot.active:before {
	content: '';
  border: 1px solid #fff;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

.services {
	position: relative;
	padding: 50px 0;
}
.our-services {
	position: relative;
}
.our-services__item {
	display: flex;
	height: 240px;
	transition: .25s;
	background-color: #808fc8;
}
.our-services__item:hover {
	box-shadow: 0 5px 20px -5px #00000085;
}
.our-services__img {
	position: relative;
	flex: 0 0 calc(100% - 110px);
	max-width: calc(100% - 110px);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.our-services__img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 0.15);
  z-index: 1;
}
.our-services__item h3 {
	color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  z-index: 2;
}
.our-services__icon {
	position: relative;
	flex: 0 0 110px;
	max-width: 110px;
	height: 100%;
}
.our-services__icon i {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	bottom: 30px;
	left: calc(50% - 30px);
	display: flex;
  align-items: center;
  justify-content: center;
}
.our-services__icon i:before {
	content: '';
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #393940;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(images/right-arrow-angle.svg);
  mask-image: url(images/right-arrow-angle.svg);
}


.faq {
	position: relative;
	padding: 50px 0;
}
.vc__faq {
	position: relative;
}
.vc__faq__item {
	display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6.96px 1.04px rgba(0, 0, 0, 0.13);
  padding: 15px 20px;
  margin-bottom: 20px;
}
.vc__faq__item:last-child {
	margin-bottom: 0;
}
.vc__faq__item h4 {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
	padding-right: 30px;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 500;
}
.vc__faq__item i {
	position: relative;
  flex: 0 0 32px;
  max-width: 32px;
  background-color: #bfc7e3;
  transition: .25s;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vc__faq__item i:before {
	content: '';
	-webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(images/question.svg);
  mask-image: url(images/question.svg);
}
.vc__faq__item:hover i {
	background-color: #808fc8;
}


.carousel-gallery {
	margin-top: 50px;
	margin-bottom: -65px;
}
.photogallery {
  padding-bottom: 0px;
}
.carousel-img .owl-item {
	position: relative;
	z-index: 2;
}
.carousel-img .owl-item.active.center {
	z-index: 3;
}
.carousel-img-item {
	width: 100%;
	margin-top: 15%;
	transition: .25s;
	margin-bottom: 20px;
}
.carousel-img-item img {

}
.carousel-img .owl-item.active.center .carousel-img-item {
	width: 130%;
  margin-left: -15%;
  margin-top: 0;
}
.carousel-img .owl-item.active.center .carousel-img-item img {
  border: 5px solid rgb(128 143 200);
  border-radius: 5px;
  box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.41);
}


.our-news {
	padding: 50px 0;
}
.last-news__item {

}
.last-news__date {
	font-weight: 500;
  color: #808fc8;
  border-left: 2px solid;
  padding-left: 10px;
  margin-bottom: 20px;
}
.last-news__title {
	font-size: 21px;
	margin-bottom: 20px;
}
.last-news__short {
	margin-bottom: 20px;
}
.last-news__more a {
	background-color: #808fc8;
	color: #fff;
}
.last-news__more a:hover {
	opacity: .8;
}
.last-news__img {
	position: relative;
	max-width: calc(100% - 100px);
	margin-left: auto;
	margin-bottom: 50px;
}
.last-news__img:before {
	content: '';
  background: #3b3d3d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}



.feedback {
  margin-top: 50px;
  margin-bottom: -70px;
  position: relative;
  z-index: 5;
}
.feedback__content {
	background: url(images/feedback-bg.jpg) no-repeat right;
	background-size: cover;
	padding: 35px 40px;
}
.feedback__content h4 {
	color: #fff;
	font-size: 21px;
	margin-bottom: 10px;
}
.feedback__content h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.feedback__content .my-btn {
	text-align: center;
}
.feedback__content .my-btn a {
	color: #808fc8;
	background-color: #fff;
}
.feedback__content .my-btn a:hover {
	opacity: .8;
}




footer {
	position: relative;
	padding: 120px 0 30px;
	background-color: #acafbb;
	color: #fff;
	z-index: 4;
}
footer .row > .widget:nth-child(1) p {
	font-size: 12px;
}
footer .widget h6 {
	color: #808fc8;
  background: #fff;
  padding: 10px 15px;
  font-size: 16px;
}
footer .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .widget ul li a {
	position: relative;
	display: block;
	padding: 2px 5px 2px 15px;
	color: #fff;
}
footer .widget ul li a:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  -webkit-mask-image: url(images/right-arrow-angle.svg);
  mask-image: url(images/right-arrow-angle.svg);
  position: absolute;
  left: 0;
  top: 7px;
}
footer .widget ul.sub-menu {
	display: none;
}
footer .widget iframe {
	height: 220px;
  max-width: 100%;
}
.footer__contacts {
	position: relative;
}
.footer__contacts-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.footer__contacts-item:last-child {
	margin-bottom: 0;
}
.footer__contacts-item i {
	flex: 0 0 30px;
	max-width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #808fc8;
	display: flex;
	align-items: center;
	justify-content: center;
  box-shadow: 0px 3px 6.96px 1.04px rgba(0, 0, 0, 0.13);
}
.footer__contacts-item i:before {
	content: '';
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.footer__contacts-mail:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}
.footer__contacts-phone:before {
	-webkit-mask-image: url(images/phone-call.svg);
  mask-image: url(images/phone-call.svg);
}
.footer__contacts-map:before {
	-webkit-mask-image: url(images/location-pin.svg);
  mask-image: url(images/location-pin.svg);
}
.footer__contacts-item p {
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	padding-left: 12px;
}
footer .footer__contacts-item p a {
	color: #fff;
}
.footer__contacts-item p a {
	
}

.copyright {
	position: relative;
	background-color: #222;
	color: #fff;
	padding: 10px 0;
}
.copyright p {
	font-size: 12px;
	text-align: center;
}
.copyright p a {
	color: #fff;
}



.page-header {
	margin: 20px 0;
}
.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	font-size: 14px;
	color: #b1b3bf;
	margin-bottom: 10px;
}
.woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a {
	color: #b1b3bf;
}
.page-header h1 {
	font-size: 28px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 0;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background-color: #fbfbfc;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 0 5px 20px -5px #00000085;
}
.product__img {
	margin-bottom: 15px;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.product__cat {
	font-size: 14px;
	color: #acafbb;
	text-align: center;
	text-transform: uppercase;
	padding: 0 15px;
	margin-bottom: 10px;
	font-weight: 500;
}
.product__cat a {
	color: #acafbb;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 0 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #282828;
	font-weight: 800;
	font-size: 16px;
}
.product__desc {
	padding: 0 15px;
	margin-bottom: 15px;
}
.product__desc p {
	text-align: center;
	color: #acafbb;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 2px;
}
.product__bottom {
	padding: 0 15px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	color: #808fc8;
	font-weight: 800;
	margin-bottom: 0;
	flex: 0 0 calc(100% - 36px);
	max-width: calc(100% - 36px);
}
.product__more {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #808fc8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.product__more:hover {
	opacity: .8;
}
.product__more i {
	-webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(images/right-arrow-angle.svg);
  mask-image: url(images/right-arrow-angle.svg);
}


.single-product__gallery {
	background-color: #f5f5f7;
	padding: 20px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
	float: none;
	margin-bottom: 0;
}
.single-product__status {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #808fc8;
	text-align: right;
}
.single-product__status .out-of-stock {
	color: red;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 28px;
	font-weight: 900;
	text-align: right;
	color: #282828;
	margin-bottom: 20px;
}

.single-product__btn {
	text-align: right;
}
.clickBuyButton {
	background: #808fc8 !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
  padding: 15px 50px !important;
  font-size: 18px !important;
  outline: none !important;
}


.single-product__buy {
	position: relative;
  margin-top: 30px;
}
.single-product__buy a {
	display: block;
  text-align: center;
  border: 4px double #808fc8;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}



.wpgis-slider-for {
	margin-bottom: 0 !important;
}

.single-product__description {
	margin: 30px 0 50px;
}
.single-product__description p {
	font-weight: 500;
}



.woocommerce-product-details__short-description {
	background-color: #f6f6f8;
	padding: 20px;
}

.b1c-form {

}
.b1c-form h2 {
	text-align: center;
	font-size: 21px;
	margin-bottom: 15px;
}
#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
	height: 40px !important;
  padding: 0 20px !important;
}
#formOrderOneClick textarea {
	border: none !important;
	padding: 10px 20px !important;
}

#formOrderOneClick .button {
	background-color: #808fc8;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none !important;
}
#formOrderOneClick .popup .close_order {
	margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  right: -15px !important;
  top: -15px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 20px;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 15px 40px;
	color: #fff;
	background-color: #acafbb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #282828;
	background-color: #fff;
}
.woocommerce table.shop_attributes th {
	width: 250px;
}
.woocommerce table.shop_attributes td {
	text-align: right;
}

.comment-form {
	margin-top: 30px;
}

.woocommerce #reviews #comments h2 {
	font-size: 21px;
}
.woocommerce #review_form #respond .form-submit input {
	background-color: #808fc8;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none !important;
	border-radius: 0;
}

.archive article.post {
	margin-bottom: 30px;
}
.news__info h2 {
	font-size: 21px;
}
.news__more a {
	background-color: #808fc8;
	color: #fff;
}
.news__more a:hover {
	opacity: .8;
}

.single-news__img {
	float: left;
	margin: 0 30px 30px 0;
}


.shop-filters {
	position: relative;
}
.shop-filters .widget {
	position: relative;
  margin-bottom: 30px;
  background: #fbfbfc;
  border: 1px solid #808fc84a;
  padding: 15px;
}
.shop-filters .widget:last-child {
	margin-bottom: 0;
}
.shop-filters .widget h6 {
	font-size: 16px;
  text-transform: uppercase;
}
.shop-filters .widget .woocommerce-widget-layered-nav-list {

}
.shop-filters .widget .woocommerce-widget-layered-nav-list li {
	position: relative;
}
.shop-filters .widget .woocommerce-widget-layered-nav-list li a {
	position: relative;
	padding: 3px 0 3px 12px;
  display: block;
  color: #777;
  font-size: 14px;
}
.shop-filters .widget .woocommerce-widget-layered-nav-list li a:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #808fc8;
  width: 8px;
  height: 8px;
  -webkit-mask-image: url(images/right-arrow-angle.svg);
  mask-image: url(images/right-arrow-angle.svg);
  position: absolute;
  left: 0;
  top: 7px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	display: none;
}
.shop-filters .widget .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #a00;
  -webkit-mask: none;
  background: none;
  font-size: 9px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #2b2a29;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #808fc8
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	font-weight: 400;
	font-size: 14px;
	outline: none !important;
	margin-top: 10px;
}



.wpb_content_element table {
	max-width: 100%;
  background: #808fc8;
  color: #fff;
  width: 100%;
}
.wpb_content_element table td {
	padding: 5px 10px;
  border: 1px solid #fff;
}



.error-404 {
	text-align: center;
}
.error-404 h1 {
	font-size: 64px;
}


.float-call {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 29;
}
.float-call a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #808fc8;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.float-call a i {
	display: block;
  -webkit-mask-image: url(images/phone-call.svg);
  mask-image: url(images/phone-call.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
	width: 36px;
	height: 36px;
}
.pulse {
  animation: radial-pulse 1s infinite;
}
 
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
 
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}





@media (max-width: 1680px) {
	.main-slider-title {
		max-width: 340px !important;
	}
	.main-slider-title h1 {
		font-size: 42px !important;
	}
}
@media (max-width: 1440px) {
	.main-slider-title {
		max-width: 290px !important;
	}
	.main-slider-title h1 {
		font-size: 36px !important;
	}
}
@media (max-width: 1200px) {
	.header__contacts {
		margin-bottom: 10px;
	}
	.main-slider-title h1 {
    font-size: 32px !important;
    margin-top: 70px !important;
	}
	.main-slider .n2-ss-control-bullet {
		right: calc((100% - 930px) / 2) !important;
	}
	.heading h2 {
		font-size: 24px;
	}
	.advantages__item-text {
		padding: 0;
	}
	.advantages__item-text p {
		font-size: 13px;
	}
	.advantages__item-text span {
		font-size: 38px;
	}
	.feedback__content {
		padding: 25px;
	}
	.feedback__content h4 {
		font-size: 18px;
	}
	.my-btn a {
		padding: 13px 30px !important;
	}
	.page-header h1 {
		font-size: 24px;
	}
	.price_label span {
		display: block;
		font-weight: bold;
	}
	.woocommerce .widget_price_filter .price_slider_amount {
		line-height: 1.2;
	}
	.product__cat,
	.product__desc {
		font-size: 13px;
	}
	.product__desc {
		margin-bottom: 10px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 15px;
	}
	.single-product__status {
		font-size: 16px;
	}
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 24px;
	}
	.clickBuyButton {
		padding: 15px 40px !important;
    font-size: 16px !important;
	}
	.news__info h2 {
    font-size: 18px;
	}
}


@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.home header {
		position: relative;
		background: #fbfbfc;
	}
	.header__right {
		display: flex;
    align-items: center;
    justify-content: space-between;
	}
	.header__contacts {
		margin-bottom: 0;
		display: block;
		flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
	}
	.header__contacts-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#mega-menu-wrap-menu-1 {
		flex: 0 0 60px;
    max-width: 60px;
	}
	.header__contacts-item i {
		flex: 0 0 24px;
    max-width: 24px;
    height: 24px;
		background: none;
		box-shadow: none;
	}
	.header__contacts-item i:before {
		background-color: #808fc8;
	}
	.header__contacts-item p {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding-left: 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
		color: inherit !important;
	}
	.main-slider-title {
    max-width: 360px !important;
	}
	.main-slider-title h1 {
		margin-top: -50px !important;
		font-size: 28px !important;
	}
	.cat-trailer {
		margin-bottom: 20px;
	}
	.vc__cat-block-1 {
		max-width: 250px;
    margin: 0 auto 30px;
	}
	.advantages {
		margin-bottom: -30px;
	}
	.advantages__item {
    max-width: 180px;
    margin: 0 auto 30px;
	}
	.additional-cat {
		padding: 50px 0;
		background-size: 1200px;
	}
	.our-services__icon {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .our-services__img {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  .carousel-gallery {
  	margin-bottom: -45px;
  	margin-top: 30px;
  }
	.heading {
 		margin-bottom: 20px !important;
	}
  .heading h2 {
    font-size: 21px;
	}
	.vc__faq__item {
		padding: 10px 15px;
	}
	.last-news__img {
		max-width: 320px;
    margin-left: 30px;
	}
	.last-news__img:before {
		left: -30px;
		bottom: -30px;
	}
	.last-news__title {
		font-size: 18px;
	}
	.my-btn a {
		font-size: 14px !important;
	}
	.our-news {
		padding-bottom: 0;
	}
	.feedback__content {
    background-position: 60%;
	}
	.feedback__content .my-btn {
		margin-top: 15px;
		text-align: left;
	}
	.feedback__content h4,
	.feedback__content h5 {
		max-width: 400px;
	}
	footer .row > .widget {
		width: 33%;
	}
	footer .row > .widget:nth-child(1) {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.page-header {
		margin: 15px 0;
	}
	.woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {
		margin-bottom: 10px;
	}
	.shop-filters-btn {
		position: relative;
	}
	.shop-filters-btn a {
		background: #808fc8;
		color: #fff;
	}
	.page-header h1 {
		margin-bottom: 10px;
	}
	.shop-filters {
		display: none;
	}
	.shop-filters.show {
		display: block;
	}
	.price_label span {
		display: inline;
	}
	.single-product__gallery {
		margin-bottom: 30px;
		overflow-y: hidden;
	}
	.single-product__status,
	.woocommerce div.product p.price, .woocommerce div.product span.price,
	.single-product__btn {
		text-align: center;
	}
	.vc__faq {
		margin-bottom: 50px;
	}

	.float-call {
		bottom: 30px;
		right: 30px;
	}
}


@media (max-width: 767px) {
	.services {
		margin-bottom: -30px;
	}
	.heading h2 {
		text-align: center !important;
	}
	.our-services__item {
		margin-bottom: 30px;
	}
	.carousel-gallery {
    margin-bottom: 0;
	}
	footer .row > .widget {
		width: 50%;
	}
	footer .row > .widget:nth-child(4) {
		display: none;
	}

	.news__img {
		max-width: 350px;
    margin-bottom: 20px;
	}
	.single-news__img {
		float: none;
	}

	.vc_masonry_media_grid .vc_grid-item {
		width: 50%;
		float: left !important;
	}


	.vertical-img-right.wpgis-slider-for {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}


@media (max-width: 575px) {
	.header__right {
		justify-content: flex-end;
	}
	.header__contacts {
		display: none;
	}
	.advantages__item-img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
  .advantages__item-img img {
    max-width: 50px;
    max-height: 50px;
	}
	footer .row > .widget {
    width: 100%;
	}
	footer .widget_nav_menu {
		display: none;
	}
	.product__desc {
		display: none;
	}
	.page-header h1 {
    font-size: 21px;
	}
	.heading h2 {
    font-size: 18px;
	}
	.vc__cat-block-1 h3 {
		font-size: 14px;
		min-height: 50px;
	}
	.woocommerce table.shop_attributes th {
    width: 150px;
	}
	.error-404 h1 {
		font-size: 32px;
	}
}


@media (max-width: 420px) {
	.cat-trailer .vc_col-xs-6 {
		width: 100%;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100% !important;
	}
}