/*
Theme Name: prometheanworld Theme
Theme URI: https://prometheanworld.com.ua/
Author: prometheanworld
Author URI: https://prometheanworld.com.ua/
Description: 
Version: 1.0
*/
html {
	overflow-x: hidden;
}
body {
	padding-top: 0;
}
body, .header {
	max-width: 100vw;
}
.header {
	position: relative;
	background-color: #fff;
	transition: all 0.3s ease;
	z-index: 2;
}
.logo {
	background: none;
	height: 52px;
}
.nav__list {
	padding: 20px;
}
.nav__list .menu-item > a::after, 
.nav__list .menu-item > .submenu li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #e74088;
  transition: width 0.15s ease-in;
}
.nav__list .menu-item > a:hover::after,
.nav__list .menu-item > .submenu li:hover::after {
  width: 100%;
  transition: width 0.15s ease-out;
}
.menu-item:last-child {
	margin-right: 23px;
}
.nav.nav_header .submenu__middle a {
	line-height: 26px;
}
.nav a,
.lang a {
	color: #472645;
}
.lang .current-lang a,
.lang-item a:hover {
	color: #fff;
}
.menu-item:hover,
.menu-item:hover .nav__link,
.submenu, 
.submenu__middle {
	background-color: #f6f6f6;
}
.submenu li:after,
.submenu__middle li:after {
	background-color: #d9d6d6;
}
.submenu {
	border-right: 1px solid #979494;
}
#menu-item-6097, #menu-item-6098, #menu-item-6099  {
    width: 30px;
	height: 30px;
	margin-right: 5px;
	float: right;
}
.messenger {
	padding-top: 15px;
}
.messenger a  {
    width: 30px;
	height: 30px;
	margin-right: 5px;
	display: inline-block;
}
#menu-item-4578 {
	clear: both;
}
.search__input {
	background-color: #fff!important;
	color: #4f4f4f!important;
}
.header__button {
	min-width: 154px;
}
.phone-content {
	padding: 0;
	display: list-item;
	flex-direction: column;
}
.phone-content li a{
	display: flex;
    align-items: center;
}
.menu-item a>i._mi {
	height: 12px;
}
.lang {
	margin: 10px 0 15px;
}
.header__lang .menu {
	display: inline-block;
    font-weight: 700;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -5px;
}
.phone-content > .menu-item a:hover,
.header__lang .menu .menu-item a:hover {
	cursor: pointer;
}
.phone-content .menu-item,
.header__lang .menu .menu-item {
	font-size: 13px;
	padding: 3px;
    margin: 0;
}
.header__lang .menu .menu-item {
	display: inline-block;
}
.phone-content .sub-menu {
	position: absolute;
    top: 27px;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    width: 220px;
	border: 1px solid #d83399;
}
.phone-content .sub-menu a span{
	padding-left:5px;
}
#menu-item-4576 a span i,
#menu-item-4582 a span i  {
	vertical-align: text-bottom;
}
#menu-item-4576 a.active span i,
#menu-item-4582 a.active span i  {
	transform: rotate(180deg);
	transition: transform 330ms ease-in-out;
}
.phone-content .sub-menu.active {
	visibility: visible;
    opacity: 1;
}
.header__button .button_top {
	padding: 3px 10px;
	margin-top: 5px;
    display: inline-block;
	color: #fff;
}
.nav__list {
    padding: 0px 10px;
}

.sticky {	
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sticky.header .row {
    height: 60px!important;
}
.sticky .nav__link {
    line-height: 60px;
}
@media (min-width: 768px){
	.sticky .submenu {
		top: 60px;
	}
	.sticky .menu-item {
		font-size: 14px;
	}
	.sticky .header__lang {
		font-size: 10px;
	}
	.sticky .lang-item a {
		padding: 3px;
	}
	.sticky .lang-item.current-lang a {
		padding: 5px;
	}
	.sticky #menu-item-6097, .sticky #menu-item-6098, .sticky #menu-item-6099 {
		width: 30px;
		height: 18px;
		margin-bottom: 5px;
	}
	.sticky .phone-content {
		margin: 0;
	}
	.sticky .lang {
		margin: 5px 0 3px!important;
	}
}


h1 {
	line-height: 1em;
}
.class {
    padding: 75px 0;
}
.button {
	border-radius: 9999px;
}
/* Ripple effect */
.ripple-link {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: rgba(255, 255, 255, 0.5);
  animation: ripple-animation 0.25s linear;
  pointer-events: none;
}
@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.site-header-cart .menu-item {
	margin: 0;
}
.site-header-cart .cart-contents::after {
	content: '';
    background-image: url(img/icons/cart.png);	
	width: 30px;
	height: 30px;
	display: inline-block;
    vertical-align: middle;
}
.section:not(header + .section):not(header + div>.section:first-child) .row{
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.section:not(header + .section):not(header + div>.section:first-child) .row.visible{
	opacity: 1;
	transform: translateY(0);
}
/* delay for text */
.reveal-item.text {
  transition-delay: 0.2s;
}
.section_banner {
	background-image: url(img/fireshade.jpg);
}
.home .products__item {
	background-image: url(img/gray-gradient.jpeg);
	background-size: cover;
    max-width: none;
    max-height: none;
    outline: none;	
	border-radius: 15px;
	padding-bottom: 15px;
}
.products__image {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 15px;
}
.section_advantages {
	background: url(img/home-flame-vector.svg) no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: right top;
    height: 100% !important;
	background-color: #472645!important;
}
.section_advantages > .container {
	min-height: 470px;
}
.single-product .selector__body {
	padding-top: 5px;
}
.orange {
    padding: 57px 0;
}
.orange.full-width {
	padding: 20px 0;
}
.selector__heading {
	margin-bottom: 0px;
}
.block {
    padding: 20px 0 20px;
}
.block__title-padding {
    padding-top: 0px;
}
.page .block__title-padding {
    padding-bottom: 20px;
}
.block__text-white {
	max-width: 800px;
}
.block__text p {
	padding-bottom: 5px;
}
.section_white div.orange.full-width div{
	font-size: 24px;
    line-height: 37px;
}
.section_dark,
.button_top,
.button_info,
.button_catalog,
.button_about,
.lang-item.current-lang a,
.lang-item a:hover {
	background-color: rgba(71,38,69,.85)!important;
}
.core-gradient {
	-webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    color: transparent;
    background-image: -webkit-gradient(linear,right top,left top,from(#F56063),to(#9706F6));
    background-image: linear-gradient(270deg,#F56063 0%,#9706F6 100%);
    font-style: normal!important;
}
.section_parallax {
	width: 100%;
	margin: 0;
	background-attachment: fixed;
    background-size: auto;
}
.lgx_parallax_app_content_wrapper .lgx_temp_inner {
	max-width: 1200px;
}
.section__parallax {
	width: 100%;
	background-attachment: fixed !important;
	background-repeat: round !important;
}
.section__parallax.background-center,
.section__parallax.background-center .lgx_parallax {
	background-position: center top !important;
}
.section__parallax.background-left,
.section__parallax.background-left .lgx_parallax {
	background-size: contain !important;
	background-position: left top !important;
}
.section__parallax.background-right,
.section__parallax.background-right .lgx_parallax {
	background-size: contain !important;
	background-position: right top !important;
}
.section__parallax .lgx_parallax_app_content_wrapper .lgx_temp_inner .lgx_temp_desc {
    font-size: 2rem !important;
    line-height: 3rem !important;
}
.section__parallax .lgx_parallax_app_content_wrapper .lgx_temp_border_image {
	border-image: linear-gradient(270deg,#F56063 0%,#9706F6 100%);
	border-image-slice: 1;
}
.home .section.section_bg .class__title {
	padding-bottom: 20px;
}
.home .section.section_bg .class__text {
    font-size: 16px;
    padding-bottom: 20px;
}
.hero {
	padding-top: 60px;
}
.hero__left .buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
.hero__left .buttons p {
	flex: 1 0 50%;
	white-space: nowrap;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.hero__left .buttons p:nth-of-type(1) a {
	background-image: url(/wp-content/uploads/2025/06/zamovyty-demonstratsiyu.webp);
    background-color: transparent;
    text-indent: -9999px;
    width: 250px;
    height: 60px;
    background-size: 250px 60px;	
}
.hero__left .buttons p:nth-of-type(2) a {
	background-image: url(/wp-content/uploads/2025/06/Knopka-Ukraine-Facility.webp);
    background-color: transparent;
    text-indent: -9999px;
    width: 250px;
    height: 60px;
    background-size: 250px 60px;	
}
.hero__right {
	padding-left: 10px;
}
.hero__right img {
	width: 122%;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.select {
	color: #fff;
}
.row.nowrap {
	flex-wrap: nowrap;
	padding: 25px 0;
}
.row.nowrap .about__image {
	min-height: 300px;
}
.row.nowrap .about__title {
	padding-top: 20px;
	padding-bottom: 0;
}
.catalog__image {
	margin: 20px 10px;
}
div.br_alabel.br_alabel_image {
	z-index:1 !important;
}
.home .products__item:hover,
.catalog__item:hover {
	box-shadow: 0 4px 15px rgb(0 0 0 / .2);
    transform: translateY(-7px);
	transition: transform .3s;
}
.catalog__item div.br_alabel {
	top: 110px !important;
    right: 30px !important;
}
.catalog__item div.br_alabel > span {
	height: 150px !important;
}

.catalog__image img, .about__image .image {
	max-height: 200px;
	width: auto;
}
.about__image .image {
	max-height: 270px;
	max-width: 90%;
}
.select .button {
	background-color: #fff;
	color: #472645;
	font-weight: 700;
}
.block__button .button_white-margin {
	margin-left: 40px;
}
.top__buy .button,
.button_black {
	background-color: #f6f6f6;
	color: #472645;
}
.has-background-gradient {
	background: linear-gradient(180deg,rgba(70,37,67,0) 0%,rgb(71,38,68) 100%);
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.section_video {
	padding: 0px;
}
.section_video .class{
	padding-top: 15px;
}
.section_video .imgl-map{
	max-width: 100%!important;
}
.imgl-map .imgl-tooltips p span {
	word-break: break-all;
}
.block__first.section__info {
	width: -webkit-calc(75% - 30px);
    width: calc(75% - 30px);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.block__second.class__info {
	position: relative;
	width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    padding: 220px 20px 0px 40px;
    margin-left: 5px;
}
.gradient-background {
	background: linear-gradient(180deg,rgba(70,37,67,0) 0%,rgb(71,38,68) 100%);
	height: 360px;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border-radius: 20px;
    z-index: 1;
}
.image-background {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
	border-radius: 20px;
}
.block__second.class__info .class__title {
    font-size: 35px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 15px;
	z-index: 1;
    position: relative;
}
.block__second.class__info .button {
	background-color: transparent;
    font-size: 25px;
    width: 100%;
    text-align: left;
    padding-left: 0;
	z-index: 1;
    position: relative;
}
.class__info .button_link::after {
    content: "";
    background: url(img/arrow-button-icon.svg);
    height: 21px;
    width: 21px;
    float: right;
    position: relative;
    top: 2px;
}
.section_twocolumns .block {
    padding: 40px 0;
}
.single-product .section:nth-of-type(3) .orange.full-width {
	padding-bottom: 30px;
}
.search__title {
	line-height: 40px;
}
#chars.section_padding {
	padding: 40px 0 84px;
}

#characteristic-container {
	display: none;
	margin-left: 0;
    margin-right: 0;
}
.models .td {
	padding: 22px 0.5%;
}
.models .td p {
	font-size: 17px;
}
.ch-hide:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #c7c7c7;
    display: inline-block;
}

#char-arrow {
	width: 50px;
	height: 45px;
	background: #f23b2a;
	position: relative;
	margin: 0 auto;
	top: -11px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
#char-arrow:hover {
	cursor: pointer;
}

#char-arrow.active {
	background: #478afc;
}

#char-arrow:before, #char-arrow:after {
	content: "";
	display: block;
	width: 20px;
	height: 5px;
	background: white;
	position: absolute;
	top: 20px;
	transition: transform .5s;
}

#char-arrow:before {
	right: 21px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transform: rotate(45deg);
}

#char-arrow:after {
	right: 10px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	transform: rotate(-45deg);
}

#char-arrow.active:before {
	transform: rotate(-45deg);
}

#char-arrow.active:after {
	transform: rotate(45deg);
}

.select form:nth-of-type(2) {
	margin-left: 10px;
}

.footer li {
	margin-bottom: 5px;
}
.top__left {
	position: relative;
}
.top-side {
	padding-top: 10px!important;
}
.top-side img {
	max-height: 350px;
}
.top__title {
	line-height: 40px;
}
.top__text p {
	line-height: 1.4;
}
.top__price {
	min-width: 245px;
}
.top__price.sale {
	position: relative;
    top: 10px;
}
.top__buy .button_buy{
	width: 270px;
}
.currency {
	font-size: 20px;
}
.top__price ins,
.catalog__buy ins{
	color: #fec633;
    text-decoration: none;
	display: inherit;
}
.top__price .del,
.catalog__buy .del {
	text-decoration: line-through;
}
.top__price .del, .top__price .del .currency{
	font-size: 25px;
}
.catalog__buy .del, .catalog__buy .del .currency{
	font-size: 17px;
}
.top__buy.cartform {
    position: relative;
    justify-content: end;
    max-width: 516px;
}
.top__buy.cartform .button_buy {
	width: 200px;
    padding: 11.5px;
	margin-right: 46px;
    line-height: 28px;
	background-color: #fec633;
}
.top__buy.cartform .button_buy img {
	display: inline-block;
    width: 45px;
    margin-left: 5px;
	vertical-align: middle;
}
#popup_prozorro .popup__title {
	line-height: 30px;
}
.top__buy.cartform .quantity,
.top__buy.cartform table.variations,
.top__buy.cartform .single_variation {
	display: none !important;
}
.top__buy.cartform button[type=submit] {
	width: 270px;
	padding: 18px 51px;
}
.discontinued {
	font-size: 30px;
	color: #fd2626;
}
#popup_prozorro .popup__text {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
#popup_prozorro .popup__text div {
	align-self: center;
	padding: 10px 20px;
	max-height: 140px;
}
#popup_prozorro .popup__text div img {
	margin-right: 5px;
	max-height: 110px;
}
.cf7sr-g-recaptcha {
	display: flex;
    align-items: center;
    justify-content: center;
}
.tax-product_cat .discontinued {
	font-size: 25px;
}
.tax-product_cat .compare.category-description-wrapper p {
	margin-bottom: 10px;
}
.category-description-wrapper {
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.category-description-short {
    display: flex;
    align-items: center;
    gap: 6px;
    font-style: italic;
    color: #444;
}

.category-description-full {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s ease;
}

.category-description-inner {
    padding-top: 0.4em;
    position: relative;
}

.toggle-arrow {
    display: inline-flex;
    cursor: pointer;
    color: #0073aa;
    transition: color 0.3s;
}
.toggle-arrow:hover {
    color: #005177;
}
.arrow-icon {
    transition: transform 0.3s ease;
}
.arrow-icon.rotated {
    transform: rotate(180deg);
}

.toggle-arrow-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}


.page-id-283 .section #how_to_buy, 
.page-id-338 .section #how_to_buy {
	margin: 0 auto;
}
#wpcf7-f64-o2 input[type=email], #wpcf7-f64-o2 input[type=tel], #wpcf7-f64-o2 input[type=text], #wpcf7-f64-o2 textarea,
#wpcf7-f62-o2 input[type=email], #wpcf7-f62-o2 input[type=tel], #wpcf7-f62-o2 input[type=text], #wpcf7-f62-o2 textarea
 {
	margin-bottom: 20px;
}
.wpcf7 input.cf7-valid,
.wpcf7 textarea.cf7-valid {
  background-color: #d6f9de;
  transition: opacity 0.5s ease;
}

.wpcf7 input.cf7-invalid,
.wpcf7 textarea.cf7-invalid {
  background-color: #fcb8bf;
  transition: opacity 0.5s ease;
}
.contacts .wpcf7-not-valid-tip {
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 74px;
    min-width: 150px;
}

.title_text {
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.title_text h1 {
    font-weight: 500;
    font-size: 72px;
    line-height: 1.1;
}
.articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin: 0;
}
.article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: -webkit-calc(33.333333333333336% - 30px);
    width: calc(33.333333333333336% - 30px);
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.article__image {
    position: relative;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.article__image img {
    width: 100%;
    vertical-align: top;
	border-radius: 8px;
}
.article__date {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.3);
    font-size: 14px;
}
.article__info {
    position: relative;
    padding: 20px 0px;
    max-height: 280px;
    overflow: hidden;
}
.article h3 {
	color: #616062;
    margin: 0;
	padding: 8px 0 0;
    font-size: 24px;
    line-height: 1.2;
}
.article__category {
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
    color: grey;
    font-weight: 700;
}
.article__category a {
    font-weight: 400;
	color: #ff6600;
}
.article__title {
	font-size: 2.3em;
	font-weight: 300;
}
.article__text {
    font-size: 16px;
    line-height: 26px;
}
.article__text *{
	line-height: 26px;
}
.article__text p{
	margin: 10px 0;
}
.article__button {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    background: #16bdf4;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 11px 10px 9px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 10;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.article__text iframe {
	display: block;
	width:80% !important;
	min-height: 400px;
	margin: 0 auto;
}

.pagination {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: left;
	clear: both;
	width: 100%;
}
.pagination .screen-reader-text{
	display: none;
}
.has-sidebar .navigation.pagination,
.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
	float: none;
	width: 100%;
}
.pagination:before,
.pagination:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.pagination:after {
	clear: both;
}
.pagination a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
.pagination .page-numbers{
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    margin-top: 10px;
	text-align: center;
	color: #616062;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	font-size: 12px;
	width: 56px;
}
.pagination .current, 
.pagination .current:hover{
	background-color: #ff6600!important;
	color: #fff;
    border-radius: 30px;
	font-weight: bold;
}
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}
.single__body {
	position: relative;
    overflow: hidden;
	margin: 40px 0;
}
.article_full {
    width: 100%!important;
    margin: 0;
    margin-top: -20px;
    border: none;
}
.article_full .article__info{
	max-height: 100%;
}
.more-posts__title {
	width: 100%;
    font-size: 26px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: .4rem;
    margin-bottom: 2rem;
    display: block;
}
.more-posts {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 30px auto;
}
.more-posts__box{
	width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 1rem;
	display: inline-block;    
    word-wrap: break-word;
}
.more-posts__box:nth-of-type(1){
	margin-right: 15px;
}
.more-posts__box:nth-of-type(2){
	margin-left: 15px;
}
.content_image, .more-posts__box {
    position: relative;
}
.content_image img {
    vertical-align: top;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
	max-height: 333px;
}
.stripe {
    min-height: 30px;
    margin-top: 10px;
    width: 100%;
	display: block;
}
.more-category {
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px 0 0px;
    color: grey;
}
.more-category  *{
	color: grey;
}
.body {
    padding: .8rem 0;
    text-align: left;
	clear: both;
}
.content_title {
	font-size: 22px;
    text-align: left;
    line-height: 1;
}
.text {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
}
.text *{
    line-height: 1.4;
}
.block__text iframe {
	max-width: 100%;
}
.archive.tax-product_cat .catalog .woocommerce-info {
	margin-bottom: 50px;
}
.selector__info .button_buy {
	margin: 40px auto;
}

.breadcrumbs {
	height: 54px;
    margin-bottom: 30px;
    overflow: hidden;
}
.breadcrumbs .sep{
    margin: 0 25px;
}
.breadcrumbs a {
	color: #8d8d8d!important;
}
.breadcrumbs .current {
	font-weight: bold;
}

/* Woo Pagination */
.woocommerce-pagination{
	width:100%;
	float: none;
	font-size: 24px !important;
	text-align: center !important;
    margin-top: 1em;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0 !important;
}
.woocommerce-pagination .page-numbers li{
    font-size: 24px !important;
    display: inline;
    margin: 0px;  
}
.woocommerce-pagination .page-numbers .current, 
.woocommerce-pagination .page-numbers li a:hover {
	padding: 10px 10px 10px 10px !important;
	background: rgba(71,38,69,.85)!important;
	color: #ffffff !important;
	font-size: 24px !important;
}
.woocommerce-pagination .page-numbers a:link, 
.woocommerce-pagination .page-numbers a:visited {
	display: inline !important;
	text-decoration: none !important;
	background: rgba(71,38,69,.85)!important;
	color: #ffffff !important;
	padding: 10px 10px 10px 10px !important;
}
/* End Woo Pagination */

.page-id-2515 .woocommerce {
	padding: 50px 0;
}
.shop_table td {
	padding: 10px;
}

.sh-404-page {
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.sh-404-left {
	height: 465px;
	position: relative;
	float: left;
	width: 50%;
	padding-right: 35px;
    padding-top: 40px;
	padding-left: 15px;
}
.sh-404-right {
	position: relative;
	transform: none; 
	height: 465px;
	float: left;
	width: 50%;
	display: flex;
    align-items: center;
    padding-left: 35px;
	text-align: left;
}
.sh-ratio {
    position: relative;
}
.sh-ratio-container-1_1 {
    padding-bottom: 100%;
}
.sh-ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.sh-404-left .sh-ratio-content {
    border-radius: 100%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sh-404-title {
    font-size: 156px;
	font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
	margin-top: 0;
}
.sh-404-overay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6600;
    opacity: 0.8;
    border-radius: 100%;
}
.sh-404-shadow {
    margin: 0 auto;
    margin-top: 30px;
    width: 120px;
    height: 10px;
    background-color: #ececec;
    border-radius: 100%;
}
.sh-404-container {
    width: 100%;
}
.sh-404-page h1 {
    font-size: 36px;
	line-height: 1.4;
    color: #505050;
}
.sh-404-description {
    font-size: 18px;
    color: #848484;
    line-height: 140%;
    margin-bottom: 40px;
}
.button_select, .select .button {
	padding: 14.7px 33px;
}
footer .footer__col:nth-of-type(4) .footer__list li{
	display: inline-block;
	margin-right: 8px;
}
footer .footer__col:nth-of-type(4) .footer__list a{
	text-indent: -9999px;
	position: relative;
	display: inline-block;
    width: 30px;
}
footer .footer__col:nth-of-type(4) .footer__list a:hover {
    opacity: .8;
}
footer .footer__col:nth-of-type(4) .footer__list li a:before{
	content: '';
	display: block;
	background-size: cover;
	top: 0;
    left: 0;
    position: absolute;
}
footer .footer__col:nth-of-type(4) .footer__list li:nth-of-type(1) a:before{
	background-image: url(img/icons/fb.png);	
	width: 18px;
	height: 18px;
}
footer .footer__col:nth-of-type(4) .footer__list li:nth-of-type(2) a:before{
	background-image: url(img/icons/yt.png);	
	width: 22px;
	height: 22px;
}
footer .footer__col:nth-of-type(4) .footer__list li:nth-of-type(3) a:before{
	background-image: url(img/icons/inst.png);	
	width: 18px;
	height: 18px;
	top: 2px;
    left: 4px;
}
footer .footer__col:nth-of-type(4) .footer__list li a:hover::before{
	transform: translateY(-20%) scale(1.2);
	filter: brightness(1.6) saturate(1.4);
}
/*footer .footer__col:nth-of-type(4) .footer__list li:nth-of-type(2) a:before{
	background-image: url(img/icons/tw.png);	
	width: 22px;
	height: 22px;
}
footer .footer__col:nth-of-type(4) .footer__list li:nth-of-type(3) a:before{
	background-image: url(img/icons/in.png);	
	width: 22px;
	height: 22px;
}*/
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.header . nav__list {
		padding-left: 0;
	}
	.header .nav__list .menu-item {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 16px;
		min-width: 52px;
	}
	.header .lang-item a {
		font-size: 11px;
		padding: 3px;
	}
}
@media (min-width: 1170px) {
	.block__first.section__info iframe{
		width: 820px;
	}
}
@media (min-width: 993px) {
	.lang {
		margin: 10px 0 13px;
	}
	.image-background {
		-o-object-fit: cover!important;
		object-fit: cover!important;
		height: 360px!important;
		border-radius: 20px;
	}
	.contacts .form__input {
		width: calc(27.66666666666667% - 30px);
	}	
}
@media (min-width: 577px){
	.home .section.section_bg {
		max-height: 405px;
		margin-left: -14%;
		padding-top: 0%;
		padding-right: 8%;
		padding-bottom: 5%;
		padding-left: 24%;
	}
	.footer__col-big {
		width: -webkit-calc(20% - 10px);
		width: calc(20% - 10px);
	}
}
@media (max-width: 1180px) {
	.phone-content > li > a > span{
		display: inline-block;
		max-width: 150px;
		text-overflow: ellipsis;
		max-height: 21px;
		overflow: hidden;
		white-space: nowrap;
	}
}
@media (max-width: 1117px){
	.top__buy form {
		width: 100%;
	}
	.top__buy.cartform button[type=submit] {
		width: 50%;
		float: right;
		margin-left: 0;
		min-width: 160px;
	}
}
@media (max-width: 1040px) {
	.header .nav__list .menu-item {
		font-size: 15px;
	}
	.phone-content > li > a > span{
		max-width: 115px;
	}
}
@media (max-width: 992px){
	.lang {
		margin: 10px 0 7px;
	}
	.lang .lang-item a {
		font-size: 13px;
		padding: 5px;
	}
	.article {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
	}
	.header .search__input {
		background-color: #e8e8ee!important;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	.header .icon_search {
		display: block;
		top: 21px;
		right: 6px;
	}
	.header .submenu__middle {
		background-color: #636c73;
		top: 47px;
		z-index: 1;
	}
	.header .submenu a {
		color: #000;
	}
	.header .menu-item a.popup-trigger {
		color: #fff;
	}
	.catalog__image img, .image {
		max-height: 90%;
		width: auto;
	}
	.class::before {
		background-color: transparent;
	}
	.select .price_slider_amount .button {
		margin-top: 15px;
	}
}
@media (max-width: 789px){
	.section__description {
		margin-left: 0px;
    	margin-right: 0px;
	}
}
@media (max-width: 768px){
	.header .nav_header {
		top: 95px;
	}
	.lang-item:not(.current-lang) a {
		color: #000;
	}
	.block__first.section__info,
	.block__second.class__info {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.top__right {
        padding-top: 50px;
    }
	.vce-single-image-wrapper {
		max-width: calc(100% + 60px)!important;
		margin-left: -30px;
    	margin-right: -30px;
	}
	.top__price,
	.top__buy .button_buy {
		flex: 0 0 50%;
	}
	.imgl-map .imgl-tooltips .imgl-tooltip {
		max-width: 460px;
	}
}
@media (max-width: 700px){
	#how_to_buy > div > div{
		max-width: 90% !important;
	}
	.sh-404-page .sh-404-left, .sh-404-page .sh-404-right {
		height: auto!important;
	}
	.sh-404-page .sh-404-left {
		margin: 0 auto;
		min-width: 1px !important;
		max-width: 300px;
		width: 100%;
		padding: 0 40px;
		float: none;
	}
	.sh-404-page .sh-404-right {
		padding: 0px 25px;
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.sh-404-page .sh-404-title {
		font-size: 48px;
	}
	.sh-404-page h1 {
		font-size: 24px;
	}
	.sh-404-description {
		font-size: 16px;
	}
	.imgl-map .imgl-tooltips .imgl-tooltip {
		max-width: 400px;
	}
}
@media (max-width: 670px){
	.section_video iframe,
	.section iframe{
		width: 100%!important;
	}
	.section__description iframe {
		width: calc(100% - 30px)!important;
		max-width: calc(100% - 30px)!important;
	}
	.imgl-map .imgl-tooltips .imgl-tooltip {
		max-width: 360px;
	}
	.section_white {
		background-size: cover !important;
	}
	.row.nowrap {
		flex-wrap: wrap;
	}
	div.br_alabel.br_alabel_image {
		top: 140px !important;
	}
	.catalog__item div.br_alabel.br_alabel_image {
		top: 110px !important;
	}
	.catalog__item div.br_alabel.br_alabel_image span {
		height: 180px !important;
		width: 180px !important;
	}
	.popup__form {
        max-height: 100%;
        overflow-y: scroll;
	}
	.popup__title {
		font-size: 16px;
	}
}
@media (max-width: 576px){
	.advantages__item {
		padding-bottom: 40px;
	}
	.select form {
		margin-bottom: 20px;
	}
	.article {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin-bottom: 60px;
	}
	.article_full {
		margin-top: 30px;
	}
	.article__title {
		line-height: 1;
	}
	.more-posts__box {
		width: 100%;
		margin-right: 0 !important;
	}
	.title_text h1 {
		font-size: 42px;
	}
	.top__price,
	.top__buy .button_buy {
		min-width: 50%;
	}
	.top__buy .button_buy,
	.top__buy.cartform button[type=submit] {
		padding: 18px 5px;
	}
	.imgl-map .imgl-tooltips .imgl-tooltip {
		max-width: 260px;
	}
}
@media (max-width: 480px){
	.header__button {
		top: -100px;	
	}
	.header__button.is-active {
		top: 224px;	
	}
	.header__button.is-active .nav{
		text-align: center;
		display: inline-block;	
	}
	.phone-content > li > a > span {
        max-width: fit-content;
    }
}
@media (max-width: 360px){
	.imgl-map .imgl-tooltips .imgl-tooltip {
		max-width: 220px;
	}
}