/* Стиль корректирующий основную тему оформления сайта */

/* фирменные цвета, чтоб помнить */
.firm-color {
color: #e99094; /*яркий*/
color: #ed1c24; /*фирменный*/
color: #d30404; /*темный*/

color: #363b48; /*серый*/
color: #23242b; /*св. серый*/
}

/* Установки для адаптива */
@media (max-width: 991px) {
}

@media (min-width: 770px) {
}

@media (max-width: 650px) {
}

/* Прибераємо ярлик G-капчі */
.grecaptcha-badge { visibility: hidden; }

.wrapper { overflow: hidden; }
/* Корегування лого для archer-us
.header-logo { max-width: 160px; padding-top: 14px; } 
.footer-bottom .column-1 img { max-width: 160px; margin-bottom: 35px; margin-top: 30px; } 
.footer-bottom .column-3 { max-width: 160px;  margin-bottom: 35px; }
*/

.header-wrap { min-height: 48px; max-height: 48px; } 
.header-nav { /* */ }
@media screen and (max-width: 1550px) {
  .header-nav ul li .sub-menu {
    top: 60px;
  }
	.products-submenu {
    top: 95px;
  }
}
.length-options_wrap .right-row .row-cell {
  padding: 10px 20px;
}
.row-cell-title { text-align: right; color: #93c6c3; }
.row-cell-title { 
	min-width: 80px;
  	max-width: 80px; 
	position: absolute; 
	padding: 10px 0 0 0;
}
.length-options_wrap .right-row .row-cell:nth-child(3n) {
/*  border-right: inherit;
  padding-right: inherit; */
}
.length-options_wrap .right-row {
	margin-left: calc(80px - 10%);
} 
.length-options_wrap .middle {
  width: 20%; 
}
.length-options_wrap .left {
  width: 35%;
  max-width: 350px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .length-options_wrap .left h4 {
    text-align: center;
  }
.length-options_wrap .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .length-options_wrap .right-row .row-cell {
    width: 33%;
    padding: 10px 5px !important;
  }
.length-options_wrap .right-row {
	margin-left: 0px;
}
.row-cell-title { text-align: center;  color: #fff; }
.row-cell-title { 
	min-width: 80px;
  	max-width: 100%; 
	position: relative; 
	padding: 0px 0 5px 0;
}
}
.length-options_wrap .right-row .row-cell:nth-child(4n) { 
/*  border-right: 0;
  padding-right: 0; */
}
.product-top_options .product-slide_titles h2 { 
	display:block; 
	font-size:18px; 
	font-weight:300; 
	line-height:24px; 
	color:#fff; 
	font-family:Roboto,sans-serif; 
	margin-bottom:10px; 
}

.product-top_options .product-slide_titles h1 {
    font-size: 64px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 1550px) {
	.product-top_options .product-slide_titles h1 { font-size: 54px; }
  header { padding: 26px 0; }
  .product-header_navigation { top: 98px; }
}
@media screen and (max-width: 1400px) {
	.product-top_options .product-slide_titles h1 { line-height: 50px; }
}
@media screen and (max-width: 990px) {
.product-top_options .product-slide_titles h1 {
				font-size: 40px;
				line-height: 40px;
	}
.footer-bottom .column-1 img { margin-top: 0px; }
	
}

.footer-bottom .column-3 img {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.header-right_image img {
/*margin-top: 5px;*/
}
.header-right_image {
  max-width: 140px;
  margin-left: -30px;
}
@media screen and (max-width: 1200px) {
.header-right_image {
  margin-left: -15px;
}
}
@media screen and (max-width: 600px) {
  .header-right_image {
    display: none;
  }
}
@media screen and (max-width: 700px) {
.footer-bottom .column .footer-social a {
  margin-right: 10px;
}
.footer-bottom .column .footer-phone {
  font-size: 28px;
}
}
@media screen and (max-width: 500px) {
.product-top_options .product-slide_titles h1 {
				font-size: 30px;
				line-height: 30px;
}
  .footer-bottom .column-1 .copyright {
    max-width: 90%;
    text-align: center;
    width: 90%;
  }
.footer-bottom .column .footer-phone {
  font-size: 34px;
}
.footer-bottom .column-3 img {
  margin-bottom: 0px;
}
}
@media screen and (max-width: 300px) {

}

.product-navigation_wrap .left img { /*display: none;*/ }
.product-navigation_wrap .left { min-height: 42px; }


/* ---------------------------------- Базовые стили ------------------------------------ */
.base-text {
  font-family: OpenSans,sans-serif;
  line-height: 22px; 
}
.light-design { 
color: #fff;
}

.acf-repeater-list {
    list-style-type: none; /* Убираем стандартные маркеры списка */
    padding: 60px 0;
}
.acf-repeater-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Расстояние между строками */
}

.acf-icon {
    width: auto; /* Размер иконки */
    max-width: 35px;
    height: 35px;
    margin-right: 15px; /* Расстояние между иконкой и текстом */
}

.acf-description {
  /*   font-size: 16px; Размер текста */
}
@media screen and (max-width: 990px) {
.acf-repeater-list {
    padding: 30px 0 10px 0;
}
.base-text {
  font-size: 14px; 
  line-height: 16px; 
}
}
@media screen and (max-width: 700px) {
.acf-repeater-list {
    /*display: none;*/
}
}
@media screen and (max-width: 900px) {
  .product-top_options {
    top: -60px; 
  }
	.product-top_options--relative {
	position: inherit !important;	
	}
}
@media screen and (max-width: 500px) {
  .product-top_options {
	  margin-bottom: 0px !important;
  }
}
.product-feautures .acf-repeater-list { padding: 20px 0; } 
.product-feautures .acf-icon { height: 35px !important; position: relative !important; object-fit: contain; } 

.product-slide_titles h1 span {
display: block;
}

.my_text h2 { font-size: 52px; line-height: 1; }
.my_text h3 { font-size: 28px; }
.my_text h4 { font-size: 21px; }
.my_text h5 {
font-family: Roboto,sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 24px;
margin-bottom: 25px;
}

.seo-text_inner, .contacts-content_wrap .contact-column {
font-family: OpenSans,sans-serif;
color: #58595b;
line-height: 22px;
}

.color-white, .text-white { color: #fff !important; }
.color-white h1, .text-white h1, 
.color-white h2, .text-white h2, 
.color-white h3, .text-white h3, 
.color-white h4, .text-white h4 { 
color: #fff !important; 
}
.black-text, .text-black { color: #000 !important;  }
.black-text h1, .text-black h1, 
.black-text h2, .text-black h2, 
.black-text h3, .text-black h3, 
.black-text h4, .text-black h4 { 
color: #000 !important;  
}


.color-white-60, .article-content_text .color-white-60 p { color: #fff !important; opacity: .6 !important; filter: alpha(Opacity=60) !important; }
.color-white-60, .text-white-60 { color: rgba(256,256,256,0.6) !important; }
.color-white-80, .text-white-80 { color: rgba(256,256,256,0.8) !important; }
.color-white-100, .text-white-100 { color: rgba(256,256,256,1) !important; }

.height-auto { height: auto !important; }
.height-inherit { height: inherit !important; }
.height-initial { height: initial !important; } 
/*.height-100 .wpb_wrapper { height: 100%; }*/

.product-options_title h4 {
  font-size: 52px;
  line-height: 55px;
  color: #000;
  margin-bottom: 50px !important;
}

.upercase, .text-upercase { text-transform: uppercase; }
.owl-carousel .vc_row { width: inherit; }
.big_title h3, .big_title a {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: .3s all ease;
  transition: all .3s ease;
}
.top-0 { top: 0; }
.left-0 { left: 0; }

.height-100 a.ult-content-box-anchor { height: 100%; display: flex; } 
.width-100 .ult-content-box { width:100%; }

.white-border .ult-content-box::after {
  content: '';
  border: 3px solid rgba(256,256,256,0.001);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
	transition: 800ms;
}
.white-border .ult-content-box:hover::after {
  border: 3px solid rgba(256,256,256,1);
}

.swp-carusel-item .ult-new-ib, .swp-carusel-item .ult-banner-block { height: 100%; width: 100%; }

/* Позиция фона */
.background-top { background-position-y: top !important; }
.background-center { background-position-x: center !important; }
.background-center-left-x { background-position-x: left !important; background-position-y: center !important; }
.background-center-right-y { background-position-x: right !important; background-position-y: center !important; }

.background-top-left { background-position: top, left; }
.background-top-right { background-position: top, right; }
.background-top-center { background-position: top, center; }
.background-center-left { background-position: center, left; }
.background-center-right { background-position: center, right; }
.background-center-center { background-position: center, center; }
.background-bottom-left { background-position: bottom, left; }
.background-bottom-right { background-position: bottom, right; }
.background-bottom-center { background-position: bottom, center; }

/* Отступы */
.no-padding { padding: 0px !important; }
.width-100 { width: 100% }
.height-100, .height-100 .vc_column-inner { height: 100% }
.no-margin { margin-left: 0 !important; margin-right: 0 !important; }
.no-padding { padding-left: 0 !important; padding-right: 0 !important; }
.margin-auto { margin-left: auto !important; margin-right: auto !important; }
.vc_row-full, .vc_row-full-width { width: 100%; left: 0 !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.leaflet-popup-content { margin: 20px 19px !important;  margin-bottom: 13px !important;  line-height: 1.4; }
.content_text, .vc_section, .vc_row {
    font-family: OpenSans,sans-serif !important; 
    color: #58595b !important;
    line-height: 22px !important;
    /*margin-bottom: 20px !important;*/
	
}
.vc_section {
	padding: 50px 0;
    /*margin-bottom: 20px !important;*/
}
.wpb_content_element {
    margin-bottom: 0px;
}
.vc_row {
  margin-right: auto !impotant;
  margin-left: auto !impotant;
  padding-right: 15px;
  padding-left: 15px;
}
.vc_section[data-vc-full-width]>.vc_row {
	margin-left: auto;
	margin-right: auto;
}
/* */

.vc_row[data-vc-full-width] {
    left: 0px;
}
.content-block {
	width: 100%; 
	height: 100%; 
	max-width: 1200px; 
	margin: 0 auto;
}
.display-flex, .display-flex-wpb_wrapper .vc_column-inner .wpb_wrapper {
	display: flex;
}
.display-none {
	display: none !important;
}
.display-block-ruby {
display: block ruby;
}
.display-inherity {
display: inherit;
}
.display-initial {
display: initial;
}

.width-inherit {
width: inherit !important;
}
.margin-bottom-0 { margin-bottom: 0px; }
.product-options_row.margin-bottom-0 {  margin-bottom: 15px; } 
.row-lines- { width: 100%; } 
.row-line table { width: 100%; } 
.right-options.full-line-50 { width: 45% !important; }
.product-feauture { 
min-height: 550px;
height: inherit; 
}
.small-bukva {
  /*   text-transform: lowercase; Преобразует весь текст в строчные буквы */
}

.small-bukva::first-letter {
    text-transform: uppercase; /* Преобразует первую букву в заглавную */
}

.product-feauture .container { 
padding-top: 50px;
padding-bottom: 50px; 
min-height: 550px;
align-items: center;
display: grid;
}
@media screen and (max-width: 500px) {
  .product-feauture .container {
    min-height: initial;
  }
}

.product-feauture .container .feauture-titles {
height: inherit;
}

/* Анимация */
.no-zadergka-animation { animation-delay: 0s !important; }
.zadergka-animation .animated:nth-child(1) { animation-delay: .5s; }
.zadergka-animation .animated:nth-child(2) { animation-delay: 1s; }
.zadergka-animation .animated:nth-child(3) { animation-delay: 1.5s; }
.zadergka-animation .animated:nth-child(4) { animation-delay: 2s; }
.zadergka-animation .animated:nth-child(5) { animation-delay: 2s; }
.zadergka-animation-500 { animation-delay: .5s !important; }
.zadergka-animation-1000 { animation-delay: 1s !important; }
.zadergka-animation-1500 { animation-delay: 1.5s !important; }


/* Формы и кнопки */

.wpcf7-not-valid-tip {
    bottom: -12px;
    font-size: 13px;
    padding: 5px 17px;
    background-color: #ee7070;
	color: #fff;
	z-index: 2;
}

.wpcf7-spinner {
	/*
    background-color: #23282d;
    opacity: 0.75;
    border: none;
    border-radius: 100%;
    padding: 0;
	*/
    width: 44px;
    height: 44px;
    margin: -90px 47% 20px 48%;
}
.wpcf7-spinner::before {
/*    content: '';
    background-color: #fbfbfc;
*/
    top: 14px;
    left: 14px;
}

@media screen and (max-width: 500px) {
.wpcf7-not-valid-tip {
    bottom: 5px;
}
.contact-form form input, .contact-form form textarea {
	margin-bottom: 20px;
}
}

.search-form input, .search-page_form input {
    font-family: OpenSans,sans-serif;
}
.contact-form form .form-submit {
   padding: 10px 10px 14px;
}
.grd-button {
font-family: OpenSansConsended,sans-serif !important;
display: block;
margin: 0 auto;
    margin-top: 0px;
margin-top: 30px;
width: 220px;
text-align: center;
text-transform: lowercase;
text-decoration: none !important;
font-size: 22px;
font-weight: 300;
line-height: 30px;
color: #58595b !important;
padding: 13px 13px 16px;
border: 1px solid #36ada8;
border-radius: 6px;
background: transparent;
-webkit-transition: all .4s ease;
-o-transition: .4s all ease;
transition: all .4s ease;
padding: 10px 10px 14px;
}
.grd-button:hover {
color: #fff !important;
background: #36ada8;
}
.grd-align-center {

}

.header-nav ul li.product-menu_link.hovered a::after { 
bottom: -38px;
}
.products-submenu {
  top: 98px;
}
.header-nav ul li .sub-menu {
  top: 60px;
}
.products-submenu .products-submenu_left ul li a {
	height: auto;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
}
a:focus, a:hover {
/*    text-decoration: underline; */
    color: #36ada8;
}
a:active, a:hover {
    outline: 0;
}
a, .article-content_text a {
    color: #000;
}
.footer-bottom a, .footer-bottom .article-content_text a {
    color: #97999b;
}
.footer-bottom a:hover, .footer-bottom .article-content_text a:hover {
    color: #36ada8;
}


.multiply { mix-blend-mode: multiply; }
.catalog-item .catalog-item_thumbnail img { mix-blend-mode: multiply; }

#products-slider .owl-nav {
  width: 100%;
} 
#products-slider .owl-nav .owl-next {
  left: inherit;
}
#products-slider .owl-nav .owl-prev, #products-slider .owl-nav .owl-next {
  background-color: rgba(0,0,0,.3);
}

#products-slider.owl-carousel.owl-loaded:after {
content: " ";
    position: relative;
	right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 49, 47, 1) 0%, rgba(0, 49, 47, 0) 100%);
    z-index: 2;
	position: absolute;
}

#products-slider.owl-carousel.owl-loaded:before {
	content: " ";
    position: relative;
	right: left;
    top: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 49, 47, 1) 0%, rgba(0, 49, 47, 0) 100%);
    z-index: 2;
	position: absolute;
}
#products-slider .slider-item .slide-description h4 {
    margin-bottom: 35px;
    text-transform: uppercase;
}
#products-slider .center.active .slider-item .slide-description h4 {
    margin-bottom: 30px;
}
#products-slider .center.active .slide-description {
    min-height: 180px;
}
#products-slider .slide-description {
}
#products-slider .owl-item.center .slider-item .product-image {
    height: 320px;
}
#products-slider .slider-item .product-image {
    margin-top: 30px;
}
.products-section {
    padding-bottom: 30px;
}

@media screen and (max-width: 500px) {
#products-slider .slider-item .product-image {
    margin-top: 0px;
}
}
@media screen and (max-width: 900px) {
.owl-carousel.owl-loaded:after, .owl-carousel.owl-loaded:before {
display: none;
}
}
@media screen and (max-width: 990px) {
#products-slider .owl-item.center .slider-item .product-image {
    height: auto;
}
#products-slider .center.active .slide-description {
    min-height: auto;
}
}
@media screen and (max-width: 700px) {
#products-slider .owl-nav button {
    width: 40px;
    height: 40px;
  /*  bottom: 100px; */
}
#products-slider .owl-nav .owl-next {
background: #000 url(../img/arrow-right.svg) 50% no-repeat;
background: rgba(0,0,0,.5) url(../img/arrow-right.svg) 50% no-repeat;
background-size: auto;
-webkit-background-size: 20px 20px;
background-size: 10px;
/* right: 150px;*/
}
#products-slider .owl-nav .owl-prev {
background: #000 url(../img/arrow-left.svg) 50% no-repeat;
background: rgba(0,0,0,.5) url(../img/arrow-left.svg) 50% no-repeat;
background-position-x: 50%;
background-position-y: center;
background-size: auto;
-webkit-background-size: 20px 20px;
background-size: 10px;
/* left: 150px; */
}

}

.banner-bottom_items .banner-bottom_item {
  line-height: 1em;
}

.grad-black-left{
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.grad-black-right{
	right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.zatemnenie_fon_grad_50 {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0) 55%);
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
top: 0;
left: 0;
}
.zatemnenie_fon {
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
top: 0;
left: 0;
}
@media screen and (max-width: 500px) {
.mob_off {
display: none;
}
}

.position-static {
position: static !important;
}
.clear-width .width-80 {
width: 100% !important;
}
.my-absolute, .position-absolute {
position: absolute !important;
/*width: calc(100vw + 15px) !important;*/
}
.z-index-1 { z-index: 1; } 
.z-index-10 { z-index: 10; }
.z-index-100 { z-index: 100; }
.z-index-300 { z-index: 300; }
.z-index-1000 { z-index: 1000; }

.overflow-hidden {
overflow: hidden;
}
.overflow-inherit {
overflow: inherit !important;
}
.position-relative {
position: relative !important;
}
.center-block {
display: block;
margin-left: auto !important;
margin-right: auto !important;
width: auto;
}
.all-center-center {
  justify-content: center;
  display: flex;
  align-items: center;
}
.all-center-left {
  justify-content: center;
  display: flex;
}
.center-img {
/*выравнивание содержимого - фото, видео по центру*/
/*text-align: center; */
display: flex; 
justify-content: center; 
align-items: center; /* если нужно выравнивание по центру вертикали*/
}

.video-banner-prod {
height: 650px !important;
/*text-align: center; */
display: flex; 
justify-content: center; 
align-items: center; /* если нужно выравнивание по центру вертикали*/
}

/*
.video-banner-prod {
height: 95vh;
}

@media (min-width: 300px) {
.video-banner-prod {
height: 450px;
}
}
@media (min-width: 768px) {
.video-banner-prod {
height: 500px;
}
}
@media (min-width: 992px) {
.video-banner-prod {
height: 600px;
}
}
@media (min-width: 1200px) {
.video-banner-prod {
height: 680px;
}
}
*/

@media (max-width: 1600px) {
.video-banner-prod {
height: 600px !important;
}
}
@media (max-width: 990px) {
.video-banner-prod {
height: 500px !important;
}
}
@media (max-width: 800px) {
.video-banner-prod {
height: 450px !important;
}
}
@media (max-width: 500px) {
.video-banner-prod {
height: 300px !important;
}
}


@media (min-width: 768px) {
  .vc_row {
    width: 680px;
  }
}


@media (min-width: 868px) {
  .vc_row {
    width: 780px;
  }
}

@media (min-width: 968px) {
  .vc_row {
    width: 880px;
  }
}

@media (min-width: 992px) {
  .vc_row {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .vc_row {
    width: 1170px;
  }
}

@media (min-width: 1420px) {
  .vc_row {
    width: 1060px;
  }
}
/* Коррекция элементов страниц */
.catalog-banner.gallery .left {
    width: 100%;
    max-width: 100%;
}

/* Корекція таблиць */
.product-options_row .row-line .full-line-3 .half-line {
  width: 33%;
}
.product-options_row .row-line .full-line-4 .half-line {
  width: 25%;
}
.product-options_row .row-line .full-line-2 .half-line {
  width: 50%;
}
[class*="full-line-3"] .half-line:not(:last-child) {
    border-right: 1px solid #c4c4c4;
}
[class*="full-line-4"] .half-line:not(:last-child) {
    border-right: 1px solid #c4c4c4;
}

/* коррекция баннера главной */
.home-banner_image.home-banner_image_web {
display: none !important;
}
.home-banner_image.img-banner_wrap {
display: block !important;
}
@media screen and (max-width: 990px) {
.home-banner .owl-dots {
    top: 53.5vh;
}
.banner-titles {
    padding: 85px 0 40px;
}
.mouse-icon {
	display: none;
}
.home-banner {
    margin-top: 97px;
}
.title-position-right {
text-align: center !important;
}
.title-position-left {
text-align: center !important;
}
.home-banner_image.home-banner_image_web {
display: block !important;
}
.home-banner_image.img-banner_wrap {
display: none !important;
}
}
@media screen and (max-width: 500px) {
.home-banner .owl-dots {
    top: 36.2vh;
}
}

.banner-bottom_items {
   max-width: 900px;/* */
}
.banner-bottom_item {
   margin: 0 10px;
	min-width: 100px;	
	max-width: 150px;
}
.banner-bottom_items .owl-item {
/*display: flex;*/
}
.banner-bottom_items .owl-stage-outer {
max-width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: -25px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.banner-bottom_items .owl-stage {
transform: translate3d(0px, 0px, 0px) !important;
display: flex;
max-width: 900px !important;
/*justify-content: space-between;*/
margin-left: auto;
margin-right: auto;
}
.banner-bottom_items .owl-item {
/*width: 27% !important;
margin: 0 10px;*/
min-width: 100px;	
}
.owl-item .banner-bottom_item {
width: auto;
}

.title-position-right {
right: 0;
text-align: right;
}
.title-position-left {
right: auto;
left: 0;
text-align: left;
}
.items-left {
align-items: normal;
}
.banner-titles .banner-titles_logo {
    margin-bottom: 30px;
}
/* Коррекция выпадающего меню */
.products-submenu .products-submenu-right {
    padding: 20px 0 15px 50px;
	display: flex;
	align-items: center;
}
.header-nav ul li a::after { bottom: -38px; } 
.products-submenu-right .cat-menu_description .right img { padding-left: 30px; } 

.products-submenu- {
	transition: 300ms;
	/*margin-top: -200px;*/
    opacity: 0; 
	display: flex !important;
	/* z-index: -1; */
}
.products-submenu-[style*="flex"], .products-submenu-[style*="block"] {
	/*margin-top: 0px;*/
	opacity: 1;
/*	 display: inherit !important;*/
}
.cat-menu_description- { transition: 800ms; opacity: 1; /*position: absolute; display: flex !important;*/ }
.cat-menu_description-[style*="none"] { opacity: 0; /**/ }

/* Коррекция мобильного меню */
.mobile-menu {
background-color: rgba(256, 256, 256, 0.7)
}
.mobile-menu .headnav li .sub-menu {
    margin-top: 20px !important;
}
.mobile-menu .headnav li.product-menu_link .sub-menu {
    margin-top: 35px !important;
}
.mobile-menu .product-menu_link {
padding-bottom: 35px !important;
}
.mobile-menu .product-menu_link.active {
padding-bottom: 0px !important;
}

/* Правим переключатель языков */
.hidden__lang {
    padding: 39px 11px 14px !important;
}
#qtranslate-chooser li {
padding-top: 10px;
}

/* коррекция ПОП-апп фото */
.viewbox-body, .video-popup .video-popup_content {
    border-radius: 0px;
}


/* Корректируем слайдер 360 */
.m360-loader {
    left: 50% !important;
    bottom: 50% !important;
	width: 100px !important;
	height: 100px !important;
    margin: 0px 0 -60px -50px !important;
}
.m360-loader::before {
    width: 74px !important;
    height: 74px !important;
}
.m360-icon-fullscreen-open, .Magic360-container a div a, .Magic360-container a span a {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
.Magic360-container .Magic360.m360-spin-x {
    cursor: e-resize;
}

/* Коррекция стилей страницы продукта */
.product-page-titles {
background: transparent; 
position: absolute;
width: 100%;
/* padding-top: 200px !important; */
}
.product-top_options::before {
background: transparent !important; 
}
.product-above_content {
    padding: 30px 0 0 0 !important;
}
/* Убираем панель на карте */
.leaflet-control-attribution {
	display: none;
}
.leaflet-top, .leaflet-bottom {
    z-index: 405;
}
.bg_gray {
background-color: #ccc;
}
.leaflet-popup-tip-container {
    top: 92px !important;
}

/* Корректируем вывод фотогалереии */
.gallery-thumb-prew .gallery-thumb {
height: inherit !important;
}
.gallery-inner .gallery-thumb-prew.video-thumb::after {
    display: none;
}
.gallery-inner .gallery-thumb.video-thumb::after {
    content: "video";
    height: 100px;
    color: #fff;
    text-align: center;
    top: 10px;
    font-family: OpenSans,sans-serif;
    font-size: 12px;
    line-height: 16px;
}
.gallery-inner .column:first-child .gallery-thumb:nth-child(1) { height: 845px; }
.gallery-inner .column:first-child .gallery-thumb:nth-child(2) { height: 445px; }
.gallery-inner .column:first-child .gallery-thumb:nth-child(3) { height: 400px; }
.gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(odd) { height: 445px; }
.gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(even) { height: 400px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(1) { height: 445px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(2) { height: 400px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(3) { height: 845px; }

@media screen and (max-width: 1550px) {
.gallery-inner .column:first-child .gallery-thumb:nth-child(1) { height: 550px; }
.gallery-inner .column:first-child .gallery-thumb:nth-child(2) { height: 300px; }
.gallery-inner .column:first-child .gallery-thumb:nth-child(3) { height: 250px; }
.gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(odd) { height: 300px; }
.gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(even) { height: 250px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(1) { height: 300px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(2) { height: 250px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(3) { height: 550px; }
}
@media screen and (max-width: 990px) {
.gallery-inner .column:first-child .gallery-thumb:nth-child(1) { height: 400px; }
.gallery-inner .column:first-child .gallery-thumb:nth-child(2) { height: 200px; }
.gallery-inner .column:first-child .gallery-thumb:nth-child(3) { height: 200px; }
.gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(odd) { height: 200px; }
.gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(even) { height: 200px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(1) { height: 200px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(2) { height: 200px; }
.gallery-inner .column:last-child .gallery-thumb:nth-child(3) { height: 400px; }
}
@media screen and (max-width: 500px) {
.gallery-inner .column:first-child .gallery-thumb:nth-child(1), .gallery-inner .column:first-child .gallery-thumb:nth-child(2), .gallery-inner .column:first-child .gallery-thumb:nth-child(3), .gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(odd), .gallery-inner .column:nth-child(2) .gallery-thumb:nth-child(even), .gallery-inner .column:last-child .gallery-thumb:nth-child(1), .gallery-inner .column:last-child .gallery-thumb:nth-child(2), .gallery-inner .column:last-child .gallery-thumb:nth-child(3) { 
	height: 250px; 
}
}
/* ------------------- Виводимо новини у адонсі -------------------*/ 

.wpb-page-container { /* */ }
.last-articel_section .wpb_column { top: 0; left: 0; }
.last-articel_section .wpb_column_container .vc_col-lg-2 { display: none; }
.last-articel_section .wpb_column_container .vc_col-lg-4 { width: 50%;  padding-left: 15px;/**/ }

.news_anons_date {
  font-family: OpenSansConsended,sans-serif;
  color: #36ada8;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 5px;
}
.news_anons_date.big_date {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 25px;
}

.last-articel_section .wpb_column_container .news_anons_title a, 
.last-articel_section .full-article_titles span.quote,
.last-articel_section .wpb_column_container .news_anons_title span.quote {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: .3s all ease;
  transition: all .3s ease;
}
.news-anons-title .news-label {
  margin: 0 0 -22px -95px;
  left: inherit;
  bottom: 0;
}

.wpb_column_container { 
width: 100%;
max-width: 1060px;
margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px;
  padding-left: 15px;
}
.last-articel_section .news-anons-foto {
background-size: cover;
}

@media (max-width: 1420px) {
  .wpb_column_container {
    /*width: 1060px; */
  }
}
/*@media (max-width: 1200px) {
  .wpb_column_container {
    width: 1170px;
  }
}*/
@media (max-width: 992px) {
  .wpb_column_container {
    /*width: 970px;*/
  }
}
@media (max-width: 968px) {
  .wpb_column_container {
    /*width: 880px;*/
  }
}
@media (max-width: 868px) {
  .wpb_column_container {
    /*width: 780px;*/
  }
}
@media (max-width: 768px) {
  .wpb_column_container {
    /*width: 680px;*/
  }
	header { /*width: 100vw;*/ }
	.articles-remains .wpb_column_container, .articles-remains > .vc_column-inner { padding: 0; width: inherit; }
}
@media screen and (max-width: 500px) {
	.col-xs-mobile-fullwidth {
    position: static !important;
    height: 220px !important; 
    padding-left: 0px;
    margin-left: -15px;
    min-width: calc(100% + 30px);
	}
	.news_anons_date { /* */ }
	.news_anons_date.big_date {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #fff;
	}
	.news-anons-title .news-label {
	margin: 0 0 -22px -15px;
	}
	.articles-remains .wpb_column_container .wpb_column {
	padding-right: 50px;
	}
	.last-articel_section .wpb_column_container .vc_col-lg-4 { 
	width: 95vw; 
	padding-bottom: 50px; 
	padding-left: 0px; }
	.articles-remains .wpb_column_container .wpb_column {
 	 padding-right: 0px;
 	 margin-bottom: 20px;
	}
	
	 .news-anons-foto .bg-overlay { display: none; }
	
}
@media screen and (max-width: 500px) {
  .last-articel_section .wpb_column_container .news_anons_title a {
    font-size: 24px;
    line-height: 24px;
  }
}


.articles-remains .news_anons_title {
margin-bottom: 15px;
}
.articles-remains .news_anons_title a:hover {
  color: #36ada8;
  text-decoration: underline;
}
.articles-remains .news_anons_title a {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  -webkit-transition: all .3s ease;
  -o-transition: .3s all ease;
  transition: all .3s ease;
} 
.news_anons_title span.news_anons_date {
display: initial !important;
}
.articles-remains .news_anons_title {
font-size: 18px;
  color: #000; 
  line-height: 24px;
  -webkit-transition: all .3s ease;
  -o-transition: .3s all ease;
  transition: all .3s ease;
}
.articles-remains .article-item h4 span {
font-size: 18px;
  line-height: 24px;
  -webkit-transition: all .3s ease;
  -o-transition: .3s all ease;
  transition: all .3s ease;
}
.news_anons_title .quote::before, 
.articles-remains .article-item h4 .quote::before {
content: '"';
position: absolute;
  font-size: 100px;
  margin: 20px 0 0 -25px;
  opacity: 0.2;
}

.articles-remains .wpb_column_container .wpb_column {
padding-right: 30px;
}
.expert_none .news_anons_expert { display: none; } 

/* ---------------------- Зміна базового кольору на сайті ------------------------------ */

:root {  
--base-color-old-green: #36ada8; 
	
--base-color-green: #718c25; 
--base-color-light-green: #9db950;
--base-color-light-light-green: #edf5dd;
--base-color-hover-green: #51641c;
--base-color-dark-green: #3e4d16;
}

/* Меню */
.header-nav ul li.product-menu_link::after { color: var(--base-color-green); } 
.header-nav ul li a::after, 
.header-nav ul li.product-menu_link.hovered a::after { background-color: var(--base-color-green);  }
.mobile-menu .headnav li.menu-item-49 a::after, 
.mobile-menu .headnav li.menu-item-132 a::after, 
.mobile-menu .headnav li.product-menu_link a::after {  
	color: var(--base-color-green); 
}
.language .lang__holder.active, .mobile-menu .mobile-menu_bottom .language li.active a { background-color: var(--base-color-green); }
.search-form .search-submit svg path, .search-page_form .search-submit svg path { fill: var(--base-color-green); } 
.header-nav ul li .sub-menu li:hover { background-color: var(--base-color-light-light-green); } 
.products-submenu .products-submenu_left ul li.current, .products-submenu .products-submenu_left ul li:hover { background-color: var(--base-color-light-light-green); } 
.header-nav ul li.product-menu_link::before { 
  background: -webkit-radial-gradient(40% 60% at 45% 50%,var(--base-color-dark-green) 0%,#212121 100.0%);
  background: -o-radial-gradient(40% 60% at 50% 45%,var(--base-color-dark-green) 0%,#212121 100.0%);
  background: radial-gradient(40% 60% at 45% 50%,var(--base-color-dark-green) 0%,#212121 100.0%);
}
.mobile-menu .headnav li.menu-item-49::before, 
.mobile-menu .headnav li.menu-item-132::before, 
.mobile-menu .headnav li.product-menu_link::before { 
  background: -webkit-radial-gradient(47.53% 84.54% at 50% 20%,var(--base-color-dark-green) 0,rgba(10,75,72,0) 100%);
  background: -o-radial-gradient(47.53% 84.54% at 50% 20%,var(--base-color-dark-green) 0,rgba(10,75,72,0) 100%);
  background: radial-gradient(47.53% 84.54% at 50% 20%,var(--base-color-dark-green) 0,rgba(10,75,72,0) 100%);
}

/* Кнопки, навігація */
.more-button { border-color: var(--base-color-green); }
.more-button:hover { background: var(--base-color-green); }
.catalog-item .more-button_catalog { background: var(--base-color-green); background-color: var(--base-color-green); }
.to-top { background-color: var(--base-color-green); } 
.grd-button, .contact-form form .form-submit, .pagination span { border-color: var(--base-color-green); }
.grd-button:hover, .contact-form form .form-submit:hover, .pagination a:hover { background: var(--base-color-green); } 

/* Контент */ 
a:focus, a:hover { color: var(--base-color-hover-green); } 
.footer-bottom a:hover { color: var(--base-color-green); }
.article-content_text a:hover, 
.contacts-content_wrap .contact-column a:hover { 
	color: var(--base-color-green); 
} 
.articles-remains .article-item h4 a:hover { color: var(--base-color-hover-green); } 
.news_anons_date, .single-banner .catalog-banner_wrap .single-date, 
.last-articel_section .full-article_titles .date, .articles-remains .article-item .date { color: var(--base-color-light-green); } 
.news-label { background: var(--base-color-green); } 
.articles-remains .news_anons_title a:hover { color: var(--base-color-hover-green); } 
.product-functionality_wrap ul li::before, 
.complect-section .complect-lists ul li::before {  background: var(--base-color-green); } 
.breadcrumbs .separator { color: var(--base-color-green); } 
.contact-form form input:focus, .contact-form form textarea:focus { border-color: var(--base-color-light-green); } 
.contact-form form input:focus, .contact-form form textarea:focus { border-color: var(--base-color-green); } 


/* Каталог */ 
.product-header_navigation::after { background-color: var(--base-color-hover-green); }
.product-header_navigation::before { background-color: var(--base-color-green); } 
.product-navigation_wrap .left a:hover { color: var(--base-color-light-green); } 
.product-navigation_wrap .right ul li::after { background: var(--base-color-green); } 
.products-section { 
  background: -webkit-radial-gradient(28.7% 42.28% at 50% 42.33%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: -o-radial-gradient(28.7% 42.28% at 50% 42.33%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: radial-gradient(28.7% 42.28% at 50% 42.33%,var(--base-color-hover-green) 0,#00312f 79.91%);
}
.product-slider:not(.product-page-titles) {
  background: -webkit-radial-gradient(38.67% 30.29% at 50% 61.42%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: -o-radial-gradient(38.67% 30.29% at 50% 61.42%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: radial-gradient(38.67% 30.29% at 50% 61.42%,var(--base-color-hover-green) 0,#00312f 79.91%);
}
@media (max-width: 968px) {
.products-section { 
  background: -webkit-radial-gradient(60% 42.28% at 50% 42.33%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: -o-radial-gradient(60% 42.28% at 50% 42.33%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: radial-gradient(60% 42.28% at 50% 42.33%,var(--base-color-hover-green) 0,#00312f 79.91%);
}
.product-slider:not(.product-page-titles) {
  background: -webkit-radial-gradient(60% 30.29% at 50% 61.42%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: -o-radial-gradient(60% 30.29% at 50% 61.42%,var(--base-color-hover-green) 0,#00312f 79.91%);
  background: radial-gradient(60% 30.29% at 50% 61.42%,var(--base-color-hover-green) 0,#00312f 79.91%);
}
}

.radius-label { background: var(--base-color-dark-green); }
.length-options_wrap .right-row .row-cell { border-color: var(--base-color-hover-green); }
.length-options { background: var(--base-color-dark-green); } 