@charset "UTF-8";

/* Reset */
html { color: #000; background: #fff; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, p, blockquote, th, td {
  margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, textarea, select { font-size: 100%; }
legend { color: #000; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
* { box-sizing: border-box; vertical-align: top; }

/* HTML */
html { height: 100%; font-size: 10px; }
body { width: 100%; min-height: 100%; vertical-align: top; font-size: 1.6rem; font-family:  "Roboto", "Arial Narrow", sans-serif;
	font-weight: normal; color: #202020; line-height: 1.3; }

body > .container { overflow: hidden; }

/* Main elements */
img { display: inline-block; max-width: 100%; height: auto; }
.gallery a img { max-width: 100%; height: 100%; width: 100%; }
p { margin-bottom: 0.5em; }
b { font-weight: bold; }
a { text-decoration: none; color: inherit; }
em { font-weight: bold; }
strong { font-weight: bold;}
hr { display: block; border: none; border-bottom: 1px solid #ccc; margin: 2rem 0; }

.clear { clear: both; overflow: hidden; }

/* Headings */
h1, h2, h3, h4 { margin-bottom: 0.5em; line-height: 120%; }
h1 { font-size: 3.2rem; font-weight: 400; }
h2 { font-size: 2.8rem; font-weight: 400; }
h3 { font-size: 2rem; }
h1 { margin-bottom: 1em; }

/* Lists */
ol > li, ul > li { margin: 0; list-style-type: none; }

.hidden { display: none !important; }
.clearfix { clear: both; }

/* Whats app */
.whatsapp-fixed-button { background: url('../img/whatsapp.png') 10px center no-repeat, #33db88; color: #000; position: fixed; bottom: 0; right: 20px; display: block; padding: 10px 10px 10px 45px; text-decoration: none; border-top-left-radius: 10px; border-top-right-radius: 10px; background-size: 8%;}
.whatsapp-fixed-button:hover { color: #000; text-decoration: underline; }


.form { padding: 4rem; }
.form input, .form textarea, .form select { margin-bottom: 1rem; width: 100%; }


.ui-icon { display: inline-block; content: ''; width: 1.5rem; height: 1.5rem; margin-right: 0.5rem; background: no-repeat center / contain; }

.ui-button, input[type="button"], input[type="submit"], button {
  display: inline-flex; align-items: center; justify-content: center; flex-wrap: nowrap; cursor: pointer;
  text-decoration: none; white-space: break-spaces; font-size: 1.6rem; margin: 0 1rem 1rem 0; padding: 1.5rem 3rem;
 	background: #91ad0a; color: #ffffff; outline: none; border: 0;  position: relative; transition: 0.3s all;

}

.ui-button > i { margin-right: 0.5rem; background-size: auto; }

.ui-button.-mini { padding: 0.5rem 1rem; border-radius: 0.5rem; }
.ui-button.-black { background: #202020; color: white; }
.ui-button.-black:hover { background: #505050; }

.ui-button.-orange { background: #f29f00; color: white; }
.ui-button.-orange:hover { background: #505050; }

.ui-button.-white { background: #fff; color: black; }
.ui-button.-white:hover { background: #505050; }


.ui-button.-gray { background: #eaeaea; color: black; }

.ui-round-button { display: flex; align-items: center; }
.ui-round-button i { width: 3rem; height: 3rem; background-color: #91ad0a; background-size: 1rem auto; border-radius: 50%; margin-right: 0.5rem; }


.ui-button.-round { display: flex; align-items: center; position: relative;  }
.ui-button.-round::before { content: ''; display: block; border-radius: 50%; background: no-repeat center/auto 1.5rem, #91ad0a; width: 3rem; height: 3rem; margin-right: 0.5rem; transition: all .3s;}
.ui-button.-round:hover::before { background-color: #404040; }

.ui-button.-large { width: 100%; padding: 2rem; font-size: 1.8rem; }

.ui-button:hover, input:hover[type="button"], input:hover[type="submit"], button:hover { background: #202020; color: white; }

.ui-input, input[type="text"], input[type="checkbox"], input[type="password"], input[type="email"], select, textarea {
  padding: 1.5rem 2rem; font-size: 1.5rem; border: 1px solid transparent; outline: 0;
  color: black; overflow: hidden; background: #f0f0f0; }

.ui-input:focus, input:focus[type="text"], input:focus[type="checkbox"], input:focus[type="password"], input:focus[type="email"], select:focus, textarea:focus {
	background-color: white; color: #202020; box-shadow: inset 0 0 5px rgba(0,0,0,0.2); }

input[type="text"]:focus, input[type="checkbox"]:focus, select:focus, textarea:focus { background: white; box-shadow: inset 0 0 5px rgba(0,0,0,0.2); }
input[type="text"]::placeholder, textarea::placeholder { color: #808080;  font-style: italic; }

textarea { min-height: 85px; }

input[type="checkbox"] { cursor: pointer; width: 2rem; height: 2rem; appearance: none; -webkit-appearance: none;
	border: none; background: white; padding: 0; max-width: 2rem; position: relative; margin-right: 10px; display: inline-block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }  
input[type="checkbox"]:checked::after { display: inline-block; content: ''; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; background: #2d67b6; }

select { appearance: none; -webkit-appearance: none; -moz-appearance: none;
  position: relative; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: 1.5rem 1rem; background-position: right center; background-clip: border-box; -webkit-background-clip: border-box; }

select option[disabled="disabled"] {
  opacity: 0.7; }

.vcap-input { display: flex; align-items: center; align-content: center; margin-bottom: 1rem; }
.vcap-input input { margin-bottom: 0; }
.vcap-input label { margin-bottom: 0; }
.vcap-input label a { color: #2d67b6; text-decoration: underline; }

/* On-page gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); justify-content: space-between; grid-gap: 1rem; }
.gallery .gallery-section { position: relative; border-bottom: 2px solid #555555; background: #f0f0f0; display: flex; align-items: center; }
.gallery .gallery-section .image { width: 100px; height: 100px;  position: relative; min-width: 100px; }
.gallery .gallery-section img { position: absolute; display: block; width: 100%; height: 100%; top: 0;  left: 0; right: 0; bottom: 0; object-fit: cover; }
.gallery .gallery-section .title { text-align: left; padding: 1rem; transition: all .3s; display: flex; align-items: center; justify-content: flex-start; pointer-events: none; line-height: 1.5rem; font-size: 1.4rem; }
.gallery .gallery-section a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.gallery .gallery-section:hover { background: white; color: #2d67b6; border-color: #2d67b6; top: -3px; box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2); }
.gallery .gallery-item { position: relative; border-bottom: 2px solid #555555; padding: 35%; display: block; transition: all .3s; top: 0; }
.gallery .gallery-item img { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover; }
.gallery .gallery-item .title { text-align: center; text-decoration: underline; }
.gallery .gallery-item:hover { border-color: #2d67b6; top: -3px; box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2); }

.gallery-container .gallery-item { margin: 1rem; border: 3px solid white; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); transition: all .3s; cursor: pointer;  position: relative; }
.gallery-container .gallery-item .image { display: block; padding-top: 70%; position: relative; }
.gallery-container .gallery-item img { display: block; position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit:cover; } 
.gallery-container .gallery-item:hover { border-color: #91ad0a; box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); }

/* Page block */
.page-block { padding-left: 10rem; padding-right: 10rem; overflow: hidden; position: relative;}
.page-block > .container { max-width: 1400px; margin: 0 auto; padding: 6rem 0; }
.page-block.-narrow > .container { max-width: 1400px; margin: 0 auto; padding: 2rem 0; }

.page-block.-dark { background: #202020; color: white; }
.page-block.-gray { background: #f0f0f0; }
.page-block.-light-gray { background: linear-gradient(#f0f0f0, transparent 20rem); }

.page-block.-green { background: #91ad0a; color: white; }
.page-block.-green .ui-button { background: white; color: black; }



@media screen and (max-width: 1200px) {	
	.page-block { padding-left: 6rem; padding-right: 6rem; }
}

@media screen and (max-width: 1024px) {	
	.page-block { padding-left: 4rem; padding-right: 4rem; }
}

@media screen and (max-width: 960px) {
	.page-block { padding-left: 4rem; padding-right: 4rem; }
}

@media screen and (max-width: 768px) {	
	.page-block { padding-left: 2rem; padding-right: 2rem; }
}

.portfolio-list .image .album-title { background: #91ad0a; color: #fff; opacity: 1;  padding: 0.8rem; display: flex; justify-content: center; transition: opacity .2s ease; font-size: 1.7rem; min-height: 6rem; text-align: center; display: flex; align-items: center; justify-content: center; }
.portfolio-list .image:hover .album-title { opacity: .5; }
.portfolio-list .image a { text-decoration: none; }
.portfolio-list .album-image img { margin-bottom: 0; }

#cities .block-heading { position: relative;}

#cities .block-heading::before {
    /* content: ""; */
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    background: url(../img/icon-down-arrow.svg) no-repeat;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: transform .2s ease;
}

#cities .block-heading.-is-open::before {
    transform: rotate(180deg);
}

/* Кнопка показать все города внизу страницы */

.all-cities-delivery {
    width: 100%;
    cursor: pointer;
}

/* Иконки на странице товара */
.product-top .info .option { position: relative; display: flex; align-items: center; }
.product-top .info .option::before { content: ""; width: 2rem; height: 2rem; position: absolute; left: -2.5rem; background: center left / contain no-repeat;}
.product-top .info .option[data-id="productManufacturer"]::before {   }
.product-top .info .option[data-id="productPurpose"]::before {  background-image: url("../img/appointment.png"); }
.product-top .info .option[data-id="productPeople"]::before { background-image: url("../img/people.png"); }
.product-top .info .option[data-id="productPerfomance"]::before { background-image: url("../img/performance.png"); }
.product-top .info .option[data-id="productPerfomanceCharge"]::before { background-image: url("../img/volume-discharge.png"); }
.product-top .info .option[data-id="productWaterFlow"]::before { background-image: url("../img/type-discharge.png"); }
.product-top .info .option[data-id="productPrinciple"]::before { background-image: url("../img/operating-principle.png"); }
.product-top .info .option[data-id="productCleaningLevel"]::before { background-image: url("../img/cleaning-level.png"); }
.product-top .info .option[data-id="productSectionsCount"]::before { background-image: url("../img/number-cameras.png"); }
.product-top .info .option[data-id="productSpecial"]::before { background-image: url("../img/features.png"); }
.product-top .info .option[data-id="productSize"]::before { background-image: url("../img/sizes.png"); }

@media screen and (max-width: 1200px){
	.product-top { display: flex; flex-wrap: wrap; }
	.product-top .info .options { padding-left: 2rem; }
}



.page-section { margin: 2rem 0; clear: both;  }

.ui-shadow { box-shadow: 0 0 12px 0 rgba(0,0,0,0.1); }
.ui-shadow:hover { box-shadow: 0 0 8px 0 rgba(0,0,0,0.2); }


.block-heading { font-size: 3rem; text-align: center; text-transform: uppercase; max-width: 600px; display: block; margin:0 auto; margin-bottom: 1em; }
h3.block-heading { font-size: 2.6rem; text-transform: none; }

.block-heading-wrapper { display: flex; align-items: center; justify-content: center; }
.block-heading-wrapper > * { display: block; margin: 1rem; }

/* Download files */
.download-files { display: flex; align-items: center; flex-wrap: wrap; }
.download-files a { display: inline-flex; color: #2d67b6; text-decoration: underline; font-size: 1.4rem; width: 200px; margin-right: 1rem; align-items: center; }
.download-files a::before { display: inline-block; content: ''; min-width: 5rem; width: 5rem; height: 5rem; 	background: url(../img/icon-file.png) no-repeat center, #2d67b6; border-radius: 50%;  margin-right: 1rem; }

/* Блок */
.message-box { background: linear-gradient(to right, transparent 30%, white, transparent 50%), #f2f2f2;
  position: relative; border-bottom: 4px solid #c5c5c5; display: flex; justify-content: flex-start; color: #494949; clear: both; 
  align-items: flex-start; padding: 2rem; padding-left: 15rem; text-align: left; margin: 2rem 0; flex-flow: column; 
  border-radius: 0.5rem; min-height: 100px; }
.message-box h2 { text-align: left; font-size: 2.4rem; margin-bottom: 1rem; margin-top: 0; color: #91ad0a; }
.message-box > *:last-child { padding-bottom: 0; }
.message-box .text { overflow: hidden; }
.message-box:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 4rem; width: 8rem; mask: url("../img/icon-message-box-info-black.png") center / contain no-repeat; -webkit-mask: url("../img/icon-message-box-info-black.png") center / contain no-repeat; background: black; }
.message-box.home:before { mask-image: url(../img/icon-mb-home.png); -webkit-mask-image: url(../img/icon-mb-home.png); background: #91ad0a; }
.message-box.home { border-color: #91ad0a; }
.message-box.alert { border-color: black; }
.message-box.alert h2 { color: #91ad0a; }
.message-box.alert:before { mask-image: url(../img/icon-mb-alert.png); -webkit-mask-image: url(../img/icon-mb-alert.png);}
.message-box.percent:before { mask-image: url(../img/icon-mb-percent.png); -webkit-mask-image: url(../img/icon-mb-percent.png); }


.pagination { display: flex; margin: 4rem 0; text-align: center; align-items: center; justify-content: center; flex-wrap: wrap; }
.pagination .title { margin-right: 2rem; }
.pagination ul { margin-bottom: 0; margin-left: 0; display: flex; flex-wrap: wrap; grid-gap: 0.4rem; }
.pagination li a { display: inline-flex; margin: 0.25rem; }
.pagination li.active a { background: #91ad0a;  color: #ffffff; }
.pagination li.control a { text-decoration: none; opacity: 0.6; }
.pagination li { display: inline-flex; list-style-type: none; margin-bottom: 0; margin-left: 0; align-items: center; }
.pagination li:not(.control) a { border-radius: 50%; min-width: 30px; width: 30px; height: 30px; align-items: center; justify-content: center; text-decoration: none; }
.pagination li:hover:not(.active):not(.control) a { background: #dddddd; }

/* Slider */
.slider { display: block; position: relative; }
.slick-list { display: block;  position: relative; margin-bottom: 2rem; }
.slick-track { display: block; }
.slick-slider { position: relative; }

.slick-slider .slick-arrow { padding: 0; position: absolute !important; top: 50% !important; width: 4rem; height: 4rem; color: transparent !important;  transform: translateY(-50%); z-index: 100; box-shadow: none; background: #0000001c;; margin:0; }

.slick-slider .slick-arrow::after { content: ''; display: inline-block; width: 3rem; height: 2.5rem; position: absolute; top: 50%; left: 50%; transition: .3s all; transform: translateX(-50%) translateY(-50%); background: #91ad0a;
	mask: url(../img/icon-arrow-gray.png) center / contain no-repeat; -webkit-mask: url(../img/icon-arrow-gray.png) center / contain no-repeat;
}

.slick-slider .slick-arrow:hover { background: #91ad0a; }
.slick-slider .slick-arrow:hover::after { background: white; }

.slick-slider .slick-prev { position: absolute; left: -2rem;  }
.slick-slider .slick-next { position: absolute; transform: scaleX(-1) translateY(-50%); right: -2rem;  }

.slick-slider .slick-dots { position: absolute; bottom: -1rem;  left: 50%; white-space: nowrap; transform: translateX(-50%); }
.slick-slider .slick-dots li { display: inline-block; margin: 0.2rem; }
.slick-slider .slick-dots li button { display: inline-block; padding: 0; background: #ececec; color: transparent; width: 2rem !important; height: 2rem !important; border-radius: 50%; border: 2px solid white; }
.slick-slider .slick-dots li.slick-active button { background: #2d67b6; }

@media screen and (max-width: 960px) {
	.slick-slider .slick-arrow { background-color: #91ad0a; }
	.slick-slider .slick-prev { left: 1rem; }
	.slick-slider .slick-next { right: 1rem; }
}


/* Social icons */
.social-icons { white-space: nowrap; }
.social-icons a { width: 3rem; height: 3rem; border-radius: 50%;  background: no-repeat center;
	margin-right: 0.4rem; position: relative; display: inline-flex; justify-content: center;
	align-items: center; transition: .3s all; }
.social-icons a:hover { background: #202020; }
.social-icons a:hover:after { transition: .3s all; filter: invert(100%); }
.social-icons a:after { content: ''; display: inline-block; width: 2.5rem; height: 2.5rem;
    background: no-repeat center / auto 1.5rem; opacity: 1; }
.social-icons a.vk:after { background-image: url(../img/icon-social-vk.png); }
.social-icons a.instagram:after { background-image: url(../img/icon-social-instagram.png); }
.social-icons a.facebook:after { background-image: url(../img/icon-social-facebook.png); }


/* About */
#about.page-block { position: relative; background: linear-gradient(170deg, #c5d47f55, transparent 20%), url(../img/about-bg.webp) no-repeat right center/contain; }
body.no-webp #about.page-block { position: relative; background: linear-gradient(170deg, #c5d47f55, transparent 20%), url(../img/about-bg.jpg) no-repeat right center/contain; }
#about > .container { display: flex; justify-content: space-between; position: relative; align-items: center; min-height: 350px; }
#about > .container::after { display: block; content: '';  position: absolute; right: 0rem; top: 0; height: 100%;  width: 100%; mask: linear-gradient(to right, transparent, transparent, white 150px); z-index:0; background: url(../img/about-bg-people.webp) no-repeat right center/contain; }
body.no-webp #about > .container::after { background-image: url(../img/about-bg-people.png); }
#about .content { width: 60%; display: inline-block; position: relative; z-index: 10; font-size: 120%;}
#about .content h2 { text-transform: uppercase; }
#about a.more { margin-top: 1rem; }
#about .text { margin-bottom: 2rem; }

@media screen and (max-width: 960px) {
	#about.page-block { background-position-x:  150%;}
	#about > .container::after { right: -10rem;  }
}
@media screen and (max-width: 768px) {
	#about.page-block { background: linear-gradient(140deg, #c5d47f55, transparent 20%); }
	#about > .container { min-height: auto; }
	#about > .container::after { display: none; }
	#about .content { width: auto; }
}

/* Advanatages */
.advantages .advantages-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; font-size: 1.5rem; }
.advantages .advantage { background: #91ad0a; padding: 1rem 2rem; color: white; padding-top: 60%; position: relative; }
.advantages .advantage::before { display: block; background: white; width: 60%; padding-top: 50%; content: '';	position: absolute; top:2rem; left: 50%; transform: translateX(-50%); -webkit-mask: url(../img/icon-advantage-1.png) no-repeat center; mask: url(../img/icon-advantage-1.png) no-repeat center; transition: all .3s;}
.advantages .advantage[data-id="1"]:before { -webkit-mask-image: url(../img/icon-advantage-1.png); mask-image: url(../img/icon-advantage-1.png); }
.advantages .advantage[data-id="2"]:before { -webkit-mask-image: url(../img/icon-advantage-2.png); mask-image: url(../img/icon-advantage-2.png); }
.advantages .advantage[data-id="3"]:before { -webkit-mask-image: url(../img/icon-advantage-3.png); mask-image: url(../img/icon-advantage-3.png); }
.advantages .advantage[data-id="4"]:before { -webkit-mask-image: url(../img/icon-advantage-4.png); mask-image: url(../img/icon-advantage-4.png); }
.advantages .advantage[data-id="5"]:before { -webkit-mask-image: url(../img/icon-advantage-5.png); mask-image: url(../img/icon-advantage-5.png); }
.advantages .advantage[data-id="6"]:before { -webkit-mask-image: url(../img/icon-advantage-6.png); mask-image: url(../img/icon-advantage-6.png); }
.advantages .advantage[data-id="7"]:before { -webkit-mask-image: url(../img/icon-advantage-7.png); mask-image: url(../img/icon-advantage-7.png); }
.advantages .advantage[data-id="8"]:before { -webkit-mask-image: url(../img/icon-advantage-8.png); mask-image: url(../img/icon-advantage-8.png); }
.advantages .advantage[data-id="9"]:before { -webkit-mask-image: url(../img/icon-advantage-9.png); mask-image: url(../img/icon-advantage-9.png); }
.advantages .advantage[data-id="10"]:before { -webkit-mask-image: url(../img/icon-advantage-10.png); mask-image: url(../img/icon-advantage-10.png); }
.advantages .advantage[data-id="11"]:before { -webkit-mask-image: url(../img/icon-advantage-11.png); mask-image: url(../img/icon-advantage-11.png); }
.advantages .advantage[data-id="12"]:before { -webkit-mask-image: url(../img/icon-advantage-12.png); mask-image: url(../img/icon-advantage-12.png); }
.advantages .advantage .title { background: white; margin-bottom: 0.5rem; font-size: 1.8rem; text-align: center; color: black;  padding: 1rem; display: flex; align-items: center; justify-content: center; }
.advantages .advantage::after { content: ''; display: block; position: absolute; left:0; bottom:-1rem; right: 0; right:0; height:1rem; background: #8eaa0a; z-index: 40; opacity:0; transition: all .3s; }
.advantages .advantage .text { color: white; }

.advantage:hover { background: linear-gradient(128deg, #c5d47f, #f3f6e5 100px), white; }
.advantage:hover::after { opacity: 1; }
.advantage:hover::before { background: #91ad0a; }
.advantage:hover .text { color: black }


#advantages.-green .advantage { background: #ffffffdb; }
#advantages.-green .advantage::before { background: #91ad0a;}
#advantages.-green .advantages .advantage .text { color: black }


article strong { }
article a { color: #3f3f3f; text-decoration: underline; }
article a:hover { color: black; text-decoration: none; }
article section { margin-bottom: 4rem; }
article h1 { margin-bottom: 0.5em; clear: both; text-align: left; }
article h2 { text-align: left; line-height: 100%; color: #91ad0a; }
article h3 { clear: both; color: #91ad0a; }
article > h2:first-child { margin-top: 0; }
article h1 + img { margin-top: 0; }
article h1 + h2 { margin-top: 0; }
article p + img { margin-top: 0; }

article img { margin-bottom: 2rem; }
article img.fullwidth { width: 100%; height: auto; float: none; max-width: none; margin-left: 0; margin-right: 0; }
article img.float-left { float: left; margin-right: 2rem; max-width: 300px; height: auto; position: relative; }
article img.float-right { float: right; margin-left: 2rem; max-width: 300px; height: auto; position: relative; }
article img.float-left.-large { max-width: 500px; } 
article img.float-right.-large { max-width: 500px; } 
@media screen and (max-width: 640px) {
	article > img, article > p > img { float: none; margin: 0; max-width: none !important; width: 100%; height: auto;  position: static; }
}

article ul, article ol { margin: 0; margin-bottom: 2rem; list-style-position: inside; }
article ul > li { list-style-type: disc; }
article ol > li { list-style-type: decimal; }
article ul > li, article ol > li { margin-bottom: 0.5em;  margin-left: 2rem; }

article table { width: 100%; border: 2px solid #ccc;  }
article table caption { display: none; }
article table td, article table th { border: 1px solid #d4d4d4; padding: 0.75rem 2rem; }
article table th { background: #91ad0a; text-align: left; color: white; font-size: 1.8rem; vertical-align: middle; text-align: center; }
article table td { text-align: left; }
article table td strong { color: #2a1c72; }
article p { margin-bottom: 1rem; }
article .quote { display: inline-block; max-width: 500px; margin-top: 2rem; display: flex; justify-content: flex-end; border: 1px solid #202020; padding: 3rem; }

#contacts.page-block { background: url(../img/contacts-bg.webp) no-repeat center/cover, #a0a0a0; }
body.no-webp #contacts.page-block { background: url(../img/contacts-bg.jpg) no-repeat center/cover, #a0a0a0; }
#contacts .map { position: absolute; left:0; top:0; right:0; bottom:0; z-index: 1; filter: saturate(0%); }
#contacts .contact-form { max-width: 500px; background: white; }

@media screen and (max-width: 768px) {
	#contacts .contact-info { width: auto; }
	#contacts .contact-form { width: auto; }
	#contacts .contact-form { max-width: none; }
	#contacts .map { pointer-events: none; }
}

/* Footer */
#footer {}
#footer strong { color: white; }

.footer-info { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-evenly; }
.footer-info > * { margin: 1rem; }

.footer-links { display: flex; flex-wrap: wrap; justify-content: space-evenly; }
.footer-links section {  margin-bottom: 2rem;}
.footer-links .title { font-size: 2rem; text-transform: uppercase; font-weight: bold; margin-bottom: 1rem; }
.footer-links li a { display: block; text-decoration: underline; padding:  0.25rem; }

@media screen and (max-width: 960px) {
	.footer-links { display: block; text-align:center; }
	.footer-links .title { margin-bottom: 0;}
	.footer-links li { display: inline-block; }
}

#footer .copyrights {  display: flex; align-items: center; flex-basis: 500px;  }
#footer .copyrights::before { content: ''; display: inline-block; width: 100px; min-width: 100px;  height: 100px; background:url(../img/site-logo-footer.png) no-repeat center; }
#footer .copyrights .rights { font-weight: bold; margin-bottom: 0.5rem; }
#footer .contacts {  }
#footer .contacts .email { background: #798f10; padding: 1rem; display: flex; align-items: center; }
#footer .phones { display: block;  }
#footer .phones .phone { display: block; font-size: 2.8rem; margin-bottom: 0.5rem; white-space: nowrap;}
#footer .phones .phone strong { font-weight: bold; }

.bottom-menu { display: block; text-align: left; margin-bottom: 1rem; flex-grow: 1; margin-bottom: 2rem; } 	
.bottom-menu li { display: inline-block;  margin-right: 0.5rem; border-radius: 5px;  transition: all .3s; }
.bottom-menu li:hover { background: black; }
.bottom-menu li.active { background: #1497d4;  }
.bottom-menu li a { padding: 1rem; display: block;  }

@media screen and (max-width: 768px) {
	#footer > .container { display: block; text-align: center; }
	.bottom-menu { margin-bottom: auto; }
}                

#top { background: #f8f8f8; }
#top > .container { padding:0; }
#top .top-menu { font-size: 1.5rem; margin-left:-1rem;}
#top .top-menu li { display: inline-block; transition: all .3s;}
#top .top-menu li a { display: block; padding: 0.35rem 1rem; }
#top .top-menu li:hover { color: white; background: black;  }

@media screen and (max-width: 960px) {
	#top .top-menu { text-align: center; }
}


#header {}
#header > .container { display: flex; justify-content: center;
	align-items: center;  padding:0; padding-top: 0.5rem; padding-bottom: 0.5rem; flex-wrap: wrap; }

#header > .container > * { margin: 0.5rem; }

#header .site-logo {position: relative; min-width: 312px; width: 312px; height: 121px; background: url(../img/site-logo.png) no-repeat center; }

#header .phones { grid-area: 1 / 3; }
#header .phones { display: block;  }
#header .phones .phone { display: block; font-size: 2.8rem; margin-bottom: 0.5rem; white-space: nowrap;}
#header .phones .phone strong { font-weight: bold; color: #91ad0a; }

#header .contacts { flex-basis: 380px; margin-left: 1rem; margin-right: 1rem; }

#header .contacts > * { margin-bottom: 0.5rem; display: flex; align-items: center; }
#header .contacts > *::before { content:''; display: inline-block; width: 3rem; height: 2.2rem; min-width: 3rem; margin-right: 0.5rem;  background: no-repeat center;}
#header .contacts > .location::before { background-image: url('../img/icon-contacts-location.png'); }

#header .contacts > .email { text-decoration: underline; color: #91ad0a; }
#header .contacts > .email:hover { text-decoration: none; }
#header .contacts > .email::before { background-image: url('../img/icon-contacts-email.png'); }

#header .contacts > .worktime::before { background-image: url('../img/icon-contacts-worktime.png'); }

#header .order-callback-button { position: relative; text-align: right; font-size: 1.8rem;  }
#header .order-callback-button::before { content:'';  display: inline-block; width: 4rem; height: 4rem; padding: 0rem; background:url(../img/icon-callback.png) no-repeat center; margin-right: 1rem; }
body.no-webp #header .order-callback-button::before { background-image:url(../img/icon-callback.png); }

@media screen and (max-width: 1024px) {
	#header .site-logo { top: 0; margin-bottom: 0; width: 194px; min-width: 194px; height: 60px; background-size: contain; flex-basis: 100%; }
	#header > .container > * { margin: 0.25rem; }
	#header .phones .phone { margin-bottom: 0;  font-size: 2.4rem; }
	#header .phones .phone strong { font-weight: normal; }
	#header .contacts { flex-basis: 100%; }
	#header .contacts > * { justify-content: center; display: flex; margin:0.5rem auto; align-items: center;}
	#header .contacts .worktime { display: none; }
	#header .order-callback-button { padding: 1rem; }
	#header .order-callback-button::before { width: 2.5rem; height: 2.5rem; background-size: contain; }
}

@media screen and (max-width: 768px) {
	#header .phones { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#header .phones > * { margin: 0.5rem; }
}

@media screen and (max-width: 468px) {
	#header .email { display: none; }
	#header .worktime { display: none; }
	#header .social-icons { display: none; }
}

/* Navigation */
#navigation { background: #91ad0a; color: white; overflow: visible; z-index: 50; padding-top: 0.5rem; }
#navigation > .container { display: flex; align-items: center; justify-content: center;  padding-top: 0; padding-bottom: 0; }
@media screen and (max-width: 1024px) {
	#navigation > .container { display: block; text-align: center; }
}


/* Main menu */
.main-menu { font-size: 1.9rem; text-align: center;  border-radius: 0; width: 100%; display: block;  }
.main-menu li { display: inline-block; position: relative;  }
.main-menu > li { margin-right: 1rem; }

.main-menu li a { padding: 1rem 1rem; display: block; transition: .3s all; }
.main-menu > li:hover > a { background: white; color: #404040; }

@media screen and (max-width: 1024px) {
	.main-menu > li { margin-right: 0; }
	.main-menu > li:hover > a { background: black; color: white;  }
	.main-menu > li.active > a { background: white !important; color: #202020 !important; }
	.main-menu > li::before { display: none; }
	.main-menu > li:not(:first-child)::after { display: none; }
}

.ui-card { padding: 4rem; box-shadow: 0 0 5px 0 #00000020; transition: all .3s; }

.ui-card.article-preview {padding: 0; background: white; }
.ui-card.article-preview .title { text-align: center; font-size: 1.8rem; font-weight: bold; min-height: 3rem; display: flex; justify-content: center; align-items: center; margin-bottom: 1rem; color: #91ad0a; }
.ui-card.article-preview .content { padding: 2rem; }
.ui-card.article-preview .image { width: 100%; padding-top: 60%; position: relative; }
.ui-card.article-preview .image img { position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover; }

.ui-card.article-preview:hover { box-shadow: 0 0 10px 0 #00000020;}
.ui-card.article-preview:hover .title { color: black; }


/* Mobile menu */
.ui-mobile-menu { display:none; position: fixed; top:0; left:0; width: 100%; height: 4rem; z-index: 100;}
.ui-mobile-menu li { display: block; } 
.ui-mobile-menu li a { display: block; padding: 0.5rem 0; }
.ui-mobile-menu li:hover > a { text-decoration: underline; }
.ui-mobile-menu > ul { display: none; background: #000000d0; color: white; padding: 2rem 4rem; z-index: 100;  overflow: auto;  }
.ui-mobile-menu > ul > li > ul { display: none; padding: 1rem; margin: 0 -4rem; font-size: 90%; padding-left: 5rem; }
.ui-mobile-menu > ul > li.active > ul { display: block; background: linear-gradient(to right, #91ad0a20, transparent);
	border-bottom: 1px solid rgba(255,255,255,0.3); border-top: 1px solid rgba(255,255,255,0.3); }
.ui-mobile-menu li.active > a { font-weight: bold; }
.ui-mobile-menu li.active > ul { display: block; }
.ui-mobile-menu .open-button { width: 100%; border-radius: 0; text-align: left; padding-left: 4rem; justify-content: start; background: black; }
.ui-mobile-menu .open-button::after {
	transition: all .3s; display: block; content: ''; right: 4rem; top: 50%; transform: translateY(-50%); position: absolute;
	width: 1.5rem; height: 1.5rem; background: url(../img/icon-burger.png) no-repeat center; background-size: 1.5rem auto;
}
@media screen and (max-width: 768px) {
	body { padding-top: 5rem; }
	#header { background: linear-gradient(to top, #91ad0a20, transparent 50px); padding-bottom: 2rem; }
	#navigation { display: none; }
	.ui-mobile-menu { display: block; height: auto;  }
	.ui-mobile-menu.open > ul { display: block; height: 100%; }
	.ui-mobile-menu.open .open-button { background: #91ad0a; }
	.ui-mobile-menu.open .open-button::after { opacity: 1; background-image: url(../img/icon-close.png);  }
}



/* Slider */
#slider { width: 100%; position: relative; overflow: hidden; }
#slider > .container { position: relative; padding-top: 28%; }
#slider .slides-container { position: absolute; height: 100%; background: #dddddd; top: 0; left: 0; right: 0; width: 100%; }
#slider .slick-list { height: 100%; }
#slider .slick-track { height: 100%; }

#slider .slick-slider { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
#slider .slick-slider .slick-dots { bottom: 1rem; }
#slider .slick-slider .slick-prev { left: 2rem; }
#slider .slick-slider .slick-next { right: 2rem; }

#slider .slide { position: relative; text-align: right; height: 100%; }
#slider .slide .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0;  object-fit: cover; }
#slider .slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
#slider .slide picture { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

#slider .slide .content-wrapper { display: block; max-width: 1200px; margin:0 auto; position: relative; height: 100%; }
#slider .slide .content { position: absolute; right: 0rem; top: 50%; transform: translateY(-50%); text-align: left; overflow: hidden; width: 50%; max-width: 500px; z-index: 10; 
	background: #ffffff; padding: 4rem; font-size: 1.5rem; }

#slider .slide h2 { font-size: 2.6rem; margin-bottom: 1rem; text-transform: uppercase; color: #91ad0a; }
#slider .slide a.more { display: inline-flex; align-items: center; justify-content: center;
	flex-wrap: nowrap; cursor: pointer; text-decoration: none; white-space: nowrap; font-size: 1.6rem;
	margin: 0; padding: 1.5rem 3rem; border-radius: 0; background: #2a1c72; color: #ffffff;
	outline: none; border: 0; position: relative; transition: 0.3s all; margin-top: 2rem; }
#slider .slide a.more:hover { background: #202020; color: white; }

@media screen and (max-width: 960px) {
	#slider .slide .content { transform: translateY(-50%) scale(0.8); }
}
@media screen and (max-width: 768px) {
	#slider { display: none; }
}



.popup_content { width: 400px; }

.product-card { text-align: center;  position: relative; box-shadow: 0 0 5px 0 #00000020;  display: flex !important; flex-flow: column;}
.product-card > .link { display: block; position: absolute; z-index:5; top:0; left:0; width: 100%; height: 100%; }
.product-card a { text-decoration: none;   }
.product-card .buttons { display: flex; justify-content: stretch;}
.product-card .buttons .ui-button { padding: 2rem 1rem; display: block; width: auto; flex-grow: 1; margin: 0; }
.product-card .buttons .buy-with-click::after {  content:' в 1 клик'; display: inline;  position: relative; z-index:100; }
.product-card .title { font-size: 1.8rem; text-transform: uppercase;  display: flex; justify-content: center; align-items: center; font-weight: bold; padding: 0 1rem; min-height: 3em; }
.product-card .image { padding-top: 80%; position: relative; margin: 1rem; flex-grow: 1}
.product-card .image img { position: absolute; display: block; top:0; left:0; width: 100%; height: 100%; object-fit: contain;}
.product-card .price { padding: 1rem; display: flex; align-items:center; min-width: 3rem; justify-content: center; background: #f0f0f0; }
.product-card .price-line { height: 4rem; background: linear-gradient(#f0f0f0, white); display: flex; align-items: center; justify-content: center; }
.product-card .price strong { font-size: 2.5rem; color: #91ad0a; margin:0 0.5rem;}
.product-card .price .old-price { text-decoration: line-through; color: #00000040; }

.product-card .buy-with-click {position: relative; z-index: 10; }

.product-card .properties { padding: 1rem; }
.product-card .properties > * { display: inline-flex; align-items: top; margin: 0.25rem; font-size: 80%; }
.product-card .properties > * i { margin-right: 0.5rem; opacity: 0.5; }
.product-card .properties > * strong { margin:0 0.25rem;}


@media screen and (max-width: 768px) {
	.product-card { display: grid !important; align-items: center; flex-flow:row; grid-template-columns: 40% 60%; grid-template-rows: auto; }
	.product-card .title { grid-area: 1 / 2; font-size: 1.6rem; background: linear-gradient(#f0f0f0, #fafafa); padding: 1rem; line-height: 1.1; border-bottom: 1px solid #ccc; }
	.product-card .price { grid-area: 3 / 2; }
	.product-card .price strong { font-size: 2rem; }
	.product-card > * { flex-basis: 45%; flex-grow: 1; }
	.product-card .image { margin: 0; grid-area: 1 / 1 / span 3; }
	.product-card .properties { grid-area: 2 / 2; padding: 0; background: #f0f0f0; padding-top: 1rem; }
	.product-card .properties > * { display: block; }
	.product-card .properties > * i { display: none; }
	.product-card .buttons { grid-area: 4 / 1 / auto / span 2; }
	.product-card .buttons .ui-button { padding: 1rem; }
	.dynamic-catalog .ui-grid { gap: 1.5rem; }
}


.product-top { display: flex; align-items: start; justify-content: center; gap: 4rem;}
.product-top .is-not-available { margin-bottom: 2rem; margin-top: -0.5rem; font-size: 1.7rem; color: #404040; font-style: italic; }
.product-top .price { font-size: 2.4rem;  margin-bottom: 2rem; display: flex; align-items: center; justify-content: stretch; flex-wrap: wrap; }
.product-top .price > * { }
.product-top .price .price-values { flex-grow: 1; display: flex; align-items: center; margin-left:0rem;}
.product-top .price .price-values > * { margin: 0.5rem; }
.product-top .price .buy-button { margin-bottom: 1rem; flex-grow: 1;}
.product-top .price strong { font-weight: normal; color: #91ad0a; font-size: 3rem;  }
.product-top .price .old-price { text-decoration: line-through; color: #00000040; }

.product-top .info { flex-grow: 1; }

.f-center { margin:2rem auto; }
.header-inner { margin:2rem auto; }

.product-gallery { flex-basis: 350px; max-width: 350px; }
.product-gallery .gallery { display: flex; margin-top: 1rem; justify-content: start; }
.product-gallery .gallery a { display: inline-block; border: 1px solid #e0e0e0;  width: 120px; height: 80px;  position: relative; }
.product-gallery .gallery img { position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover; }

.product-top .cover { border: 1px solid #e0e0e0; position: relative; padding-top: 100% !important; max-width: 300px; align-self: start; }
.product-top .cover a { display: block; position: absolute; left:0; top:0; width: 100%; height:100%; }
.product-top .cover img { position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: contain; max-height: 100%; }
.product-top .options .title { font-weight: bold;     margin-left: 1rem; }
.product-top .options .option strong{ margin-left: 1rem;}
.product-top .options .option { margin-bottom: 1rem; display: grid;    grid-template-columns: 2fr 3fr;}
.product-top .options .option a { display: inline-block; background: #91ad0a; color: white; border-radius:0.5rem; padding: 0.2rem 0.5rem; text-decoration: none; font-style: italic; opacity: 0.9; margin-bottom: 0.2rem; }

.product-top .buttons { display: flex; align-items: center; justify-content: stretch; flex-wrap: wrap; margin: -0.25rem;     margin-top: 2rem; margin-bottom: 2rem; }
.product-top .buttons > * { flex-grow: 1; margin: 0.25rem; white-space: normal; }

.product-icons {  display: grid; grid-template-rows: auto; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 2rem; margin: 3rem 0; }
.product-icons .icon { display: flex; flex-flow: column; align-items: center; text-align: center; }
.product-icons .icon i { width: 115px; height: 80px; background-size: auto; }
.product-icons .icon .top { width: 10rem; height: 10rem; font-size: 3rem; display: flex; align-items: center; justify-content: center; }
.product-icons .title { font-size: 1.8rem; font-weight: bold; text-transform: uppercase; line-height: 1.3; }
.product-icons .icon.-perfomance .top { font-size: 6rem; color: #91ad0a; }

@media screen and (max-width: 1024px) {
	.product-top { display: flex; flex-wrap: wrap; }
	.product-icons { gap: 1rem;  }
 	.product-icons .icon { flex-flow: row; text-align: left; }
	.product-icons .icon i { width: 80px; height: 6rem; background-size: contain; margin-right: 2rem; }
	.product-icons .icon .top { width: 6rem; height: 6rem; }
}

@media screen and (max-width: 960px) {
	.product-top { gap: 2rem; }
	.product-top .cover { flex-basis: 400px; padding-top: 0; }
	.product-top .buttons .ui-button { text-align: center;  }
	.product-gallery { display: flex; gap: 1rem; flex-basis: 100%;  justify-content: center; }
	.product-gallery .gallery { flex-flow: column; margin-top: 0; }
	.product-icons { gap: 0.5rem; }
	.product-icons .title { font-size: 1.5rem; }
}

@media screen and (max-width: 960px) {
	.product-gallery { flex-wrap: wrap; }
	.product-gallery .gallery { flex-flow: row; flex-wrap: wrap; }
}

.quick-buttons .ui-button { margin-top: 1rem;  }

/* Who needs */
#who-needs { background: #f4f4f4; }
#who-needs .need { position: relative; }
#who-needs .need .image { padding-top: 70%; position: relative; margin-bottom: 2rem; }
#who-needs .need .image::before { content:''; display: block; position: absolute; left:0; right:0; width: 100%; height: 24rem; background: linear-gradient(transparent, white 100px); bottom: 4rem; opacity: 1; transition: all .3s; }
#who-needs .need .image img { position: absolute; display: block; bottom:0; width: 100%; }
#who-needs .need .title { background: white; text-align: center; text-transform: uppercase; font-size: 2.2rem; padding: 1rem; min-height: 9rem; display: flex; align-items: center; justify-content: center; }
#who-needs .need:hover .image::before { opacity: 0; }
#who-needs .need:hover .title { font-weight: bold; }

/* Events */
.event .title { padding: 1rem; font-size: 1.8rem; text-transform: uppercase; display: flex; align-items: center; min-height: 9rem; justify-content: center; text-align: center; }
.event .image { padding-top: 50%; position: relative; }
.event .image img { position: absolute; top:0; left:0; width: 100%; height: 100%; object-fit: cover; }
.event:hover .title { background: linear-gradient(140deg, #c5d47f55, white 100px); font-weight: bold; }
.event .text { font-size: 90%; padding: 1rem; }


#side .event .image { padding-top: 70%; }
#side .event .title { min-height: auto; }
@media screen and (max-width: 768px) {
	#side { display: none; }
}

.ui-tabs > nav { display: flex; flex-wrap: wrap;}
.ui-tabs > nav a { display: inline-block; padding: 1rem 2rem; text-decoration: none; font-size: 1.6rem; cursor: pointer; flex-grow: 1; border-bottom: 1px solid #e0e0e0; text-align: center; }
.ui-tabs > nav a:not(:last-child) { border-right: 1px solid #efefef; }
.ui-tabs > nav a:hover { background: #f0f0f0;}
.ui-tabs > nav { border: 1px solid #dfdfdf; }
.ui-tabs > nav a.active { background: #202020 !important; color: white !important; }
.ui-tabs > .content {background: #f0f0f0; box-shadow: 0 3px 0 0 #00000030;}
.ui-tabs > .content > * { display: none; padding: 2rem; }
.ui-tabs > .content > *.active { display: block; }


.ui-links-group a { color: black; display: inline-block; padding: 0.5rem 1rem; background: #e0e0e0; font-size: 1.6rem; margin-right: 0.5rem; margin-bottom: 0.5rem; text-decoration: none; transition: .3s all; border-radius: 0.3rem; }
.ui-links-group a:hover { color: white; background: black; }

.button-up {transition: opacity .3s ease; opacity: 0.6; background-color: #000000; height: 4rem; width: 4rem; bottom: 5rem; right: 2rem; cursor: pointer; display: none; position: fixed; z-index: 999; color: #fff;  align-items: flex-end; justify-content: center; border-radius: 50%; user-select: none; }
.button-up:before { content: ""; position: absolute; top: 40%; width: 40%; height: 40%;	border-left: 3px solid white; border-top: 3px solid white; transform: translateX(-50%) rotate(45deg); left: 50%; }
.button-up:hover {opacity: 1;}

#action.page-block { background:url(../img/how-we-work-bg.jpg) no-repeat center/cover, #91ad0a; }

.actions-container .action { background: white; padding: 2rem; padding-left: 14rem; font-size: 2rem; color: black; display: flex; align-items: center; position: relative; min-height: 12rem; }
.actions-container .action::before { content:''; position: absolute; left:0; top:0; bottom:0; width: 11rem; background: linear-gradient(to right, white, white, #efefef); }
.actions-container .action::after { --image: url(../img/icon-action-1.png); content:''; position: absolute; left:0; top:0; bottom:0; width: 11rem; background: #91ad0a; 
	mask: var(--image) center/contain no-repeat; -webkit-mask: var(--image) center/contain no-repeat;
}
.actions-container .action[data-id="2"]::after { --image: url(../img/icon-action-2.png); }
.actions-container .action[data-id="3"]::after { --image: url(../img/icon-action-3.png); }
.actions-container .action[data-id="4"]::after { --image: url(../img/icon-action-4.png); }
.actions-container .action[data-id="5"]::after { --image: url(../img/icon-action-5.png); }
.actions-container .action[data-id="6"]::after { --image: url(../img/icon-action-6.png); }
.actions-container .action[data-id="7"]::after { --image: url(../img/icon-action-7.png); }
.actions-container .action[data-id="8"]::after { --image: url(../img/icon-action-8.png); }
.actions-container .action[data-id="9"]::after { --image: url(../img/icon-action-9.png); }

#action .actions-container .action::after { width: 8rem; height: 8rem; left: 1.5rem; top: 2rem; }

#article .actions-container .action { padding-left: 8rem; min-height: 7rem; font-size: 1.6rem; background: #f0f0f0; transition: all .3s; }
#article .actions-container .action::after { width: 5rem; height: 5rem; top: 50%; transform: translateY(-50%); left: 1rem; background: white; }
#article .actions-container .action::before { width: 7rem; height: 7rem; background: #91ad0a; transition: all .3s; }
#article .actions-container .action:hover { background: #91ad0a; color: white; text-decoration: none; }
#article .actions-container .action:hover::before { background: linear-gradient(to right, #91ad0a 80%, #b8ca77); }

#footer .copyrights { flex-basis: 330px; }
#footer .copyrights .description { font-size: 85%;}
#footer .phones .phone { font-size: 2.4rem; }
#footer .developer { min-width: 220px;  position: relative; font-size: 1.5rem; width: 230px; display: inline-block;}
#footer .developer a { position: absolute; top:0; left:0; width: 100%; height: 100%; }
#footer .developer .title { font-weight: bold; }
#footer .developer::before { display: block; content:''; width: 100%; height: 32px; background: url(../img/logo-vebas.png) no-repeat left center/auto 3rem; position: relative; top:-5px; }
#footer .order-callback-button { padding: 1rem 1rem; font-size: 1.5rem; }

.ui-grid { display: grid; grid-template-rows: auto; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 2rem; }
.ui-grid.-narrow { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); grid-gap: 1rem; }
.ui-grid.-narrower { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.ui-grid.-wide { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }

.ui-panel { padding: 2rem; border: 2px solid #e0e0e0; background: white; display: grid; grid-template-columns: 1fr 1fr;}
.ui-panel.-center { text-align: center; font-size: 1.8rem; }
.ui-panel.-single { display: block; }

.breadcrumbs { font-size: 1.7rem; margin-bottom: 2rem;}
.breadcrumbs li { display: inline; padding: 0.5rem; position: relative; }
.breadcrumbs li:first-child::before { content:''; display: inline-block; width: 2rem; height: 2rem; background: url(../img/icon-breadcrumbs.svg) no-repeat center; position: relative; margin-right:  0.5rem;  }
.breadcrumbs li::after { content:'/'; display: inline-block; margin:0 0.5rem; position: relative; opacity: 0.7;  margin-left: 1rem; top: -0.2rem; }
.breadcrumbs li:last-child::after { display: none; }
.breadcrumbs li a { color: #91ad0a; text-decoration: underline; }


.shop-menu .menu-option { font-size: 1.4rem;  margin-bottom: 1rem; }
.shop-menu .menu-option > .title { font-weight: bold; margin-bottom: 1rem; text-transform: uppercase; font-size: 1.6rem; border-left: 4px solid #91ad0a; padding: 1rem; background: #f0f0f0; transition: all .3;}
.shop-menu .menu-option-values { display: block; padding: 0.5rem; }

.shop-menu .menu-option[data-id="productManufacturer"] li { font-size: 1.9rem;  padding-left: 1rem; }
.shop-menu .menu-option[data-id="productManufacturer"] li a { display: block; padding: 0.5rem; }
.shop-menu .menu-option[data-id="productManufacturer"] li.active { background: #91ad0a; color: white; font-weight: bold; }

.shop-menu .menu-option[data-type="select"] ul { padding: 0.5rem 2rem; }
.shop-menu .menu-option[data-type="select"] a { display: flex; align-items: center; text-decoration: underline; padding: 0.5rem; margin-left: -1rem; }
.shop-menu .menu-option[data-type="select"] a:hover { background: #00000005; }
.shop-menu .menu-option[data-type="select"] a::before { width: 1.5rem; height: 1.5rem; content:''; display: inline-block; border-radius: 50%; background: #00000010; margin-right:  0.5rem; }
.shop-menu .menu-option[data-type="select"] li.active a::before { background: #00000090; }
.shop-menu .menu-option[data-id=productManufacturer] .menu-option-values { max-height: none; font-size: 1.7rem;  padding: 0; border: none; overflow: hidden; }

.shop-menu .menu-option .toggle-button { display: block; padding: 1rem; cursor: pointer; text-decoration: underline; color: #91ad0a; position: relative; background: url(../img/icon-arrow-more.png) no-repeat 0 center; margin-left: 1.5rem;  padding-left: 1.5rem; padding-top: 0; }

.shop-menu .menu-option.-open .toggle-button { background-image: url(../img/icon-arrow-more-close.png); }
.shop-menu .menu-option.-open { background: #fafafa; }
.shop-menu .menu-option.-open > .title { background: #91ad0a; color: white; }

/* Иконки в меню продукции */
.shop-menu .menu-option[data-id="productManufacturer"] li {  margin-bottom: 0.5rem; }
.shop-menu .menu-option[data-id="productManufacturer"] li a { padding-left: 3.5rem; }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value] { background-size: 25px; background-repeat: no-repeat; background-position: center left; }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Топас"] { background-image: url("../img/icon-topas.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Евролос"] { background-image: url("../img/icon-evrolos.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Тверь"] { background-image: url("../img/icon-tver.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Оникс"] { background-image: url("../img/icon-oniks.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Био-С"] { background-image: url("../img/icon-bio-s.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Астра"] { background-image: url("../img/icon-astra.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Биодевайс"] {  background-image: url("../img/icon-biodevays.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Аквалос"] {  background-image: url("../img/icon-akvalos.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Астра"] { background-image: url("../img/icon-astra.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="БиоДека"] { background-image: url("../img/icon-biodeka.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Волгарь"] { background-image: url("../img/icon-volgar.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Гарда"] { background-image: url("../img/icon-garda.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Гринлос"] { background-image: url("../img/icon-grinlos.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Дочиста"] { background-image: url("../img/icon-dochista.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Коловеси"] { background-image: url("../img/icon-kolovesi.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Тополь"] {  background-image: url("../img/icon-topol.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Эко-Гранд"] { background-image: url("../img/icon-eko-grand.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Пегас"] {  background-image: url("../img/icon-pegas.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Итал"] {  background-image: url("../img/icon-ital.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Эргобокс"] {  background-image: url("../img/icon-ergoboks.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Малахит"] {  background-image: url("../img/icon-malahit.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Биолос"] {  background-image: url("../img/icon-biolos.png"); }
.shop-menu .menu-option[data-id="productManufacturer"] li a[data-value="Аэробокс"] {  background-image: url("../img/icon-aeroboks.png"); }

@media screen and (max-width: 960px) {
	.shop-menu { margin-bottom: 2rem; display: flex; align-items: center; flex-wrap: wrap; }
	.shop-menu .menu-option { margin-bottom: 0; display: inline-block; flex-grow: 1;}
	.shop-menu .menu-option-values { display: none; }
	.shop-menu .menu-option > .title { margin-bottom: 0; padding: 0.5rem; font-size: 1.4rem; border-bottom: 1px solid #00000010; cursor: pointer; position: relative; padding-right: 3rem; font-weight: normal; }
	.shop-menu .menu-option > .title:hover { background: #e0e0e0;}
	.shop-menu .menu-option > .title::before { display: block; content:''; width: 1rem; height:1rem;
		position: absolute; right: 1rem; top: 1rem; background: url(../img/icon-arrow.svg) no-repeat center/contain;
		transform: rotate(90deg);
	}
	.shop-menu .menu-option.-selected { width: 100%; }
	.shop-menu .menu-option.-selected > .title { background: #91ad0a; color: white; font-weight: bold; }
	.shop-menu .menu-option.-selected > .title::before { transform: rotate(270deg); top: 1rem; filter: invert(1);}
	.shop-menu .menu-option.-selected  .menu-option-values { display: block; }
	.shop-menu .menu-option-values > * { display: inline-block; margin-right: 1rem; }
	.shop-menu .menu-option[data-id="productManufacturer"] li { font-size: 1.6rem;}
}

.shop-filters.ui-tabs .content > div { padding: 1rem 2rem; }
.shop-filters.ui-tabs .content a { display: inline-block; padding: 0.5rem; text-decoration: underline;  font-size: 1.5rem; border-radius: 0.2rem; margin-right: 1rem; }
.shop-filters.ui-tabs .content a:hover { text-decoration: none; }
.shop-filters.ui-tabs .content a.active { background: #91ad0a; color: white; text-decoration: none; }

@media screen and (max-width: 1024px) {
	.shop-filters { display: none; }
}

#cities.page-block { background: linear-gradient(#00000010, transparent 200px), url(../img/cities-block-bg.webp) center top / cover no-repeat;}
body.no-webp #cities.page-block { background: linear-gradient(#00000010, transparent 200px), url(../img/cities-block-bg.jpg) center top / cover no-repeat;}
#cities .cities-list { font-size: 1.6rem; margin: 0 auto; columns: 4; columns-gap: 2rem; }
#cities .cities-list li { }
#cities .cities-list-container.-has-opener { overflow: hidden; max-height: 200px; transition: all .5s; }
#cities .cities-list-container.-has-opener.-is-open { max-height: 1000px; }
#cities .cities-list li a { padding: 0.5rem 1rem; transition: all .3s; display: block; overflow: hidden;  }
#cities .cities-list li a:hover { background: #91ad0a; color: white; }
#cities .cities-list.-is-open { display: block !important; }
#cities .ui-align-center { margin-top: 2rem; }

@media screen and (max-width: 960px) {
	#cities .cities-list { columns: 3; }
}
@media screen and (max-width: 640px) {
	#cities .cities-list { columns: 2; }
}

.shop-sort { display: flex; align-items: center; margin-bottom: 2rem; }

.image-slide { position: relative; }
.image-slide a { border: 3px solid white; box-shadow: 0 0 5px 0 #00000010; position: relative; padding-top: 80%; display: block; }
.image-slide img { position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover; }


.mfp-content { padding: 4rem; padding-bottom: 9rem; overflow:hidden;  }
.mfp-content::after { content: ""; animation: rotate-big-gear 7s infinite linear; display: block; position: absolute; background: url("../img/recall-block/big-gear.png") no-repeat; background-size: contain; width: 11rem; height: 11rem; bottom: 0; left: 50%; transform: translate(-50%, 50%); }

.mfp-content a { color: #ca0000; }
.mfp-content h2 { color: black; text-align: center; font-weight: normal; font-size: 3.2rem; }

.mfp-content .form { padding: 0;}
.mfp-content .form-inputs input { color: white; }
.mfp-content .form-buttons { margin-top: 3rem; text-align: center; }
.mfp-content .form-inputs input:focus { color: black; }
.mfp-content .vcap-input > label a { color: #ca0000; }
.mfp-content .form-inputs input, .form-modal label { color: #7f7f7f; }
.mfp-content .vcap-input > label a:hover { text-decoration: none; }
.mfp-content .form-inputs { position: relative; }
.mfp-content .form-inputs input::placeholder { color: #7f7f7f; font-style: normal; }
.mfp-content input[type="submit"] { background-color: #ca0000; }

.card-article { display: flex; margin-bottom: 2rem; position: relative; align-items: center; }
.card-article .image { margin-right: 3rem; width: 200px; height: 200px; min-width: 200px; overflow: hidden; }
.card-article .image img { width: 100%; height: 100%; object-fit: cover; }
.card-article .title { font-size: 2rem; font-weight: 500; margin-bottom: 1rem; }
.card-article .title a { color: #91ad0a; }
.card-article .content .text { margin-bottom: 1rem; }
.card-article.-framed { padding: 2rem 4rem; box-shadow: 0 4px 5px 0 #00000020; background: linear-gradient(45deg, #00000010, transparent 100px); }

i { display: inline-block; background-repeat: no-repeat; background-position: center; width: 2rem; height: 2rem; background-size: contain; }

i[data-icon="more"] { background-image: url(../img/icon-more.png); }
i[data-icon="property-people"] { background-image: url(../img/icon-property-people.png); }
i[data-icon="property-perfomance"] { background-image: url(../img/icon-property-perfomance.png); }
i[data-icon="property-perfomance-charge"] { background-image: url(../img/icon-property-charge.png); }
i[data-icon="product-delivery"] { background-image: url(../img/icon-product-delivery.png); }
i[data-icon="product-time"] { background-image: url(../img/icon-product-time.png); }
i[data-icon="product-warranty"] { background-image: url(../img/icon-product-warranty.png); }
i[data-icon="manufacturer-astra"] { background-image: url(../img/logo-manufacturer-astra.png); }
i[data-icon="manufacturer-biodevays"] { background-image: url(../img/logo-manufacturer-biodevays.png); }
i[data-icon="manufacturer-grinlos"] { background-image: url(../img/logo-manufacturer-grinlos.png); }
i[data-icon="manufacturer-dochista"] { background-image: url(../img/logo-manufacturer-dochista.png); }
i[data-icon="manufacturer-topas"] { background-image: url(../img/logo-manufacturer-topas.png); }
i[data-icon="type-plus-compact"] { background-image: url(../img/icon-type-plus-compact.png); }
i[data-icon="type-plus-install"] { background-image: url(../img/icon-type-plus-install.png); }
i[data-icon="type-plus-cleaning"] { background-image: url(../img/icon-type-plus-cleaning.png); }
i[data-icon="type-minus-electric"] { background-image: url(../img/icon-type-minus-electric.png); }

i[data-icon="type-minus-visov"] { background-image: url(../img/icon-type-minus-visov.png); }
i[data-icon="type-plus-eco"] { background-image: url(../img/icon-type-plus-eсo.png); }
i[data-icon="type-plus-praktichnost"] { background-image: url(../img/icon-type-plus-praktichnost.png); }
i[data-icon="type-plus-electro"] { background-image: url(../img/icon-type-plus-electro.png); }
i[data-icon="type-plus-sezon"] { background-image: url(../img/icon-type-plus-sezon.png); }
i[data-icon="type-plus-kachestvo"] { background-image: url(../img/icon-type-plus-kachestvo.png); }

.ui-button i { display: inline-block; width: 2rem; height: 2rem; background-position: center; mask-repeat: no-repeat; margin-right: 0.5rem; }

.ui-inline-menu { display: block; }
.ui-inline-menu > li { display: inline-block; transition: all .3s;}
.ui-inline-menu a { display: block; padding: 0.5rem 1.5rem; }

.ui-inline-menu li { position: relative; }
.ui-inline-menu > li ul { display: none; position: absolute; top: 95%; left: -0.5rem; z-index: 1000; text-align: left; background: white; color: black; box-shadow: 0 0 5px 0 #00000030; } 
.ui-inline-menu > li ul li { font-size: 1.5rem; padding: 0.5rem; white-space: nowrap;  border-bottom: 1px solid #eee; display: block; transition: .3s all; min-width: 200px; }
.ui-inline-menu > li ul li:hover { background: #91ad0a; color: white;}
.ui-inline-menu > li.active { background: white; color: black;  }
.ui-inline-menu > li:hover:not(.active) { background: #000000; }

.ui-inline-menu > li:hover > ul { display: block; }

.shop-catalog .catalog-buttons { text-align: center; margin-top: 2rem; }
.shop-catalog.-discount { margin:0 -1rem; margin-bottom: 4rem; }
.shop-catalog.-discount .product-card .image { padding-top: 50%; }
.shop-catalog.-discount .product-card .title { font-size: 1.6rem; min-height: 2rem; }

@media screen and (max-width: 768px) {	
	#products .manufacturers-list { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
}

#products .buttons { text-align: center; }

.manufacturers-list.ui-grid.-narrow { grid-gap: 3rem 1rem; }
.manufacturers-list .manufacturer { display: grid; flex-flow: column; justify-content: center; align-items: center; grid-gap: 1rem; margin: 1rem; background: white; border-radius: 0.5rem; }
.manufacturers-list .manufacturer .info { grid-area: 1 / 2;}
.manufacturers-list .manufacturer .min-price { margin-bottom: 0.5rem; font-size: 1.5rem; }
.manufacturers-list .manufacturer .title { font-size: 1.8rem; font-weight: bold; margin-bottom: 0.5rem;  }
.manufacturers-list .manufacturer .logo { grid-area: 1 / 1; display: inline-block; width: 10rem; height: 10rem; position: relative; }
.manufacturers-list .manufacturer .logo i { display: block; position: absolute; top:0; left:0; width: 100%; height: 100%; }

#query-price.page-block { background:url(../img/query-price-bg.jpg) no-repeat center/cover; }

.query-price-panel { border: none; border-radius: 1rem; padding: 4rem;
	background: url(../img/query-price-bg-nature.png) no-repeat left center/contain, white; position: relative; 
	padding-left: 400px;
}
.query-price-panel::after { content: ''; display: block; position: absolute; left:-3rem; bottom:0; top: -3rem; width: 40%; background: url(../img/query-price-bg-man2.png) no-repeat left bottom/contain; }
.query-price-panel .text { margin-bottom: 2rem;   }
.query-price-panel .contact-form { padding: 0; text-align: left; }
.query-price-panel .contact-form .inputs { display: flex; align-items: center; margin:-0.5rem; flex-wrap: wrap;  }
.query-price-panel .contact-form .inputs > * { margin: 0.5rem; flex-grow: 1; }
@media screen and (max-width: 890px) {	
	.query-price-panel { background: white; padding-left: 4rem; }
	.query-price-panel::after { display: none; }
}

.feedback-preview { display: grid !important; grid-gap: 1rem; align-items: center; }
.feedback-preview .image { grid-area: 1/1; width: 10rem; height:10rem;  margin-right: 2rem; }
.feedback-preview .image img { border-radius: 50%; width: 100%; height: 100%; background: #f0f0f0; border:none; outline: none; }
.feedback-preview .content { grid-area: 1/2; }

.articles-list > * { margin-bottom: 2rem; }

#how-we-work.page-block { background:url(../img/how-we-work-bg.webp) no-repeat center/cover, #91ad0a; }
body.no-webp #how-we-work.page-block { background:url(../img/how-we-work-bg.jpg) no-repeat center/cover, #91ad0a; }

.how-we-work { display: flex; align-items: center; flex-wrap: wrap; margin: -2rem; counter-reset: section; justify-content: center; }
.how-we-work .option { display: flex; align-items: center; flex-basis: 350px; max-width: 350px; margin: 2rem; }
.how-we-work .option .title { text-transform: uppercase; font-weight: bold; }
.how-we-work .option i { content:''; display: block; width: 14rem; height:14rem; border-radius: 50%; background: white; margin-right: 2rem; min-width: 14rem; position: relative; counter-increment: section; background: no-repeat center; background-size: cover; border: 4px solid white; }
.how-we-work .option i::after { content: counter(section); display: flex; width: 4rem; height:4rem; border-radius: 50%; background: white; min-width: 4rem;  position: absolute; right: -1.8rem; top: 50%; margin-top: -2rem; color: black; align-items: center; justify-content: center; font-weight: normal; font-style: normal; }
.how-we-work .option:nth-child(1) i { background-image: url(../img/how-we-work-1.webp); }
.how-we-work .option:nth-child(2) i { background-image: url(../img/how-we-work-2.webp); }
.how-we-work .option:nth-child(3) i { background-image: url(../img/how-we-work-3.webp); }
.how-we-work .option:nth-child(4) i { background-image: url(../img/how-we-work-4.webp); }
.how-we-work .option:nth-child(5) i { background-image: url(../img/how-we-work-5.webp); }

body.no-webp .how-we-work .option:nth-child(1) i { background-image: url(../img/how-we-work-1.jpg); }
body.no-webp .how-we-work .option:nth-child(2) i { background-image: url(../img/how-we-work-2.jpg); }
body.no-webp .how-we-work .option:nth-child(3) i { background-image: url(../img/how-we-work-3.jpg); }
body.no-webp .how-we-work .option:nth-child(4) i { background-image: url(../img/how-we-work-4.jpg); }
body.no-webp .how-we-work .option:nth-child(5) i { background-image: url(../img/how-we-work-5.jpg); }



#content { }
#content > .container { display: grid; max-width: 1400px; margin:0 auto; grid-template-columns: 290px auto; gap: 2rem; }
#content > .container > * { padding: 0 1rem; overflow: hidden;  }

@media screen and (max-width: 960px) {
	#content > .container	{display: block; padding: 2rem 0; }
}


#article .how-we-work { justify-content: start; }
#article .how-we-work .option { flex-basis: 290px; }
#article .how-we-work .option .title {font-size: 1.4rem; }
#article .how-we-work .option i::after { background: #91ad0a; color: white; }

#article .slick-slider .slick-arrow { width: 3rem; height: 3rem;}
#article .slick-slider .slick-next { right: 0rem; }
#article .slick-slider .slick-prev { left: 0rem; }

#septik-types.page-block { background: url(../img/query-price-bg.jpg) no-repeat center/cover, #f0f0f0; }
#septik-types .septik-type.active { display: grid; }

.septik-type { display: grid; grid-template-columns: 400px, auto; grid-gap: 2rem; padding: 4rem !important; padding-top: 4rem !important; }
.septik-type > .image { grid-area: 1/1; position: relative; max-width: 350px; padding: 4rem; }
.septik-type > .image img { display: block; width: 100%;  }
.septik-type > .content { grid-area: 1/2; align-self: center; }
.septik-type > .plus-and-minus { grid-area: 2/1/auto/span 2; display: grid; grid-template-rows: auto; grid-template-columns: repeat(auto-fill, minmax(600px, 1fr)); grid-gap: 2rem; margin:-1rem; margin-top: 2rem; margin-bottom: 2rem; border-top: 1px solid #00000020; padding-top: 2rem; }
.septik-type > .plus-and-minus .item { padding-left:7rem;  position: relative; margin: 1rem; display: flex; align-items: center; font-style: italic; }
.septik-type > .plus-and-minus i { position: absolute; left:0; width: 5rem; height: 5rem; min-height:5rem; background-size: auto;}

@media screen and (max-width: 890px) {	
	.septik-type { display: block !important;  }
	.septik-type > .image { max-width: none; }
	.septik-type { margin-bottom: 2rem; }
	.septik-type > .content { padding-bottom: 4rem; }
	.septik-type > .plus-and-minus { padding-top: 4rem; display: block; }
	.septik-type > .plus-and-minus { margin-bottom: 3rem; }
}

#septik-types .ui-tabs > nav a { font-size: 1.8rem; padding: 2rem; background-color: white; }
#septik-types .ui-tabs > nav a.active { background: #91ad0a !important; }
#septik-types .ui-tabs > .content { background: linear-gradient(#f0f0f0, white 20px), white; }
#septik-types .ui-tabs > nav { border: none;  }

.dynamic-catalog-chunk { display: contents; }


.links-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 1rem; width: 100%; margin: 2rem auto; list-style-type: none; align-items: stretch; }
.links-container li { list-style-type: none; margin:0; padding: 0; align-self: stretch;  font-size: 1.4rem; }
.links-container a { display: block; padding: 2rem; background: #f0f0f0; box-shadow: 0 3px 0 0 #91ad0a; font-weight: bold; position: relative; padding-left: 6rem; transition: all .3s; }
.links-container a::before { content: ''; display: block; background: #91ad0a; width: 4rem; height: 4rem; position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); mask: center / contain no-repeat; -webkit-mask: center / contain no-repeat; }
.links-container a:hover {color: white; background: #91ad0a; }
.links-container a:hover::before { background: white; }


.links-container li[data-service-id="17"] a::before { mask-image: url(../img/icon-service-17.png); -webkit-mask-image: url(../img/icon-service-17.png); }
.links-container li[data-service-id="18"] a::before { mask-image: url(../img/icon-service-18.png); -webkit-mask-image: url(../img/icon-service-18.png); }
.links-container li[data-service-id="19"] a::before { mask-image: url(../img/icon-service-19.png); -webkit-mask-image: url(../img/icon-service-19.png); }
.links-container li[data-service-id="20"] a::before { mask-image: url(../img/icon-service-20.png); -webkit-mask-image: url(../img/icon-service-20.png); }
.links-container li[data-service-id="21"] a::before { mask-image: url(../img/icon-service-21.png); -webkit-mask-image: url(../img/icon-service-21.png); }
.links-container li[data-service-id="478"] a::before { mask-image: url(../img/icon-service-478.png); -webkit-mask-image: url(../img/icon-service-478.png); }
.links-container li[data-service-id="972"] a::before { mask-image: url(../img/icon-service-972.png); -webkit-mask-image: url(../img/icon-service-972.png); }

.repair-septik tr td { text-align: center; vertical-align: middle; }

.seo-tags { margin: 2rem 0; font-size: 1.5rem; }
.seo-tags a { display: inline-block; background: #91ad0a; color: white; border-radius: 3px; padding: 0.5rem 1rem;  text-decoration: none !important; transition: all .3s; margin-right: 0.5rem; margin-bottom: 0.5rem; }
.seo-tags a:hover { background: black; color: white; }

.ui-slider .slick-slide {margin: 1rem; }
.ui-slider.-mini .slick-list { position: relative;}
.ui-slider.-mini.slick-initialized .slick-list { margin-left: 4rem; margin-right: 4rem; -mask: linear-gradient(to right, white 95%, transparent); -webkit-mask: linear-gradient(to right, white 95%, transparent); }
.ui-slider.-mini.slick-slider .slick-arrow::after { width: 1.5rem; height: 1.5rem; background-size: contain; }
.ui-slider.-mini { margin: 0; position: relative; }
.ui-slider.-mini > button { width: 2.5rem; height: 2.5rem; border-radius: 3px; }
.ui-slider.-mini .slick-slide { margin: 0.5rem;}
.ui-slider.-mini > button.slick-prev { left:0rem !important; }
.ui-slider.-mini > button.slick-next { right:0rem !important; }

.input { display: block; margin-bottom: 1rem; }
.input > label { margin-bottom: 1rem; display: block; }

.social a { border-radius: 50%; background: #91ad0a; display: inline-block; padding: .5rem; transition: background .2s ease; }
.social a:hover { background: #000; }
.social span { height: 2rem; width: 2rem; display: inline-block; }
.social span.instagram { background: url("../img/instagram-logo.svg") center/contain no-repeat; }

.maufacturers-list { grid-gap: 4rem 1rem !important; }
.manufacturer-preview { display: flex; justify-content: center; flex-flow: column; text-align: center; gap: 1rem; align-items: center; }
.manufacturer-preview .image { width: 8rem; height: 8rem; position: relative;}
.manufacturer-preview .image img { position: absolute; left:50%; top: 50%; transform: translate(-50%,-50%); }
.manufacturer-preview .title { font-size: 1.8rem; font-weight: bold; display: inline-block; padding: 0.5rem; background: #f0f0f0;  }
.manufacturer-preview:hover .title { background: #91ad0a; color: white; }


.table-adaptation {overflow:auto}
.product-top .options .option a {background: none; text-decoration: revert; color: #000000;}
.product-top .options .option a:hover {color: #91ad0a; font-weight: bold;  text-decoration: none;} 




.modal {
    display: none; position: fixed; z-index: 150; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-body {padding: 2rem;}
.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border-bottom: 2px solid #91ad0a;
    width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close { margin: 0 1rem 0 0; color: #000; float: right; font-size: 28px; }
.close:hover, close:focus { color: #000; text-decoration: none; cursor: pointer; }

.modal-header { display: none; padding: 2px 16px; background-color: #9C27B0; color: white; }
.price-values-btns { display: flex; flex-direction: column; }

.message-box {display: block;}
.ui-button.-margin { margin-top: 1rem; margin-bottom: 2rem; }


/*adaptation april 2021*/

@media screen and (max-width: 1480px){
    #header .contacts {    flex-basis: 300px;}
    #header .site-logo {    position: relative;    min-width: 200px;    width: 200px;     background-size: contain;}
}
@media screen and (max-width: 1280px){
	#cities .container { padding: 6rem 2rem; }

}

@media screen and (max-width: 1024px) {	
.product-icons .icon.-perfomance .top {font-size: 4rem;  margin-right: 1.2rem;}
    
}
@media screen and (max-width: 790px) {
    .whatsapp-fixed-button {bottom: 60px;}
}
@media screen and (max-width: 560px) {	
.message-box::before{display:none;}
.message-box {border-bottom: 3px solid #91ad0a; background: #f2f2f2; padding: 2rem;}
.feedback-preview {display: block !important;}
.feedback-preview .image {margin: 1rem auto;}
.feedback-preview .content {padding: 1rem;}
.product-top .options .option {  grid-template-columns: 1fr 1fr;}
.ui-panel {     grid-template-columns: 1fr}
.price-values-btns {    margin: auto;}
}

@media screen and (max-width: 460px) {	
	.product-icons .icon.-perfomance .top {font-size: 3.5rem;}
	.card-article {display: block;}
	#myBtn {     width: 100%;}
}

.inst-block { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); position: relative; }
.inst-block::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: rgba(0,0,0,.5); width: 100%; height: 100%; opacity: 0; transition: all .2s ease; }
.into-instagram { display: none; position: absolute;  padding: 2rem;  background: #91ad0a; border-radius: 5px; top: 50%; left: 50%; transform: translate(-50%,-50%); cursor: pointer; color: white; transition: all .2s ease; }
.inst-block:hover::before { content: ""; opacity: 1; }
.inst-block:hover .into-instagram { display: block; }
.inst-photo {position: relative; }
.inst-photo img { width:100%; height: 100%;  object-fit: cover;}

#we-in-instagram .inst-photo:nth-child(1) { grid-area: 1/1/span 2/span 2; }

.delivery-delivery { padding: 1rem 2rem 1rem 15rem; display: block; position: relative; width: auto; height: auto; }
.delivery-delivery::before { content: '';  display: block; position: absolute; top: 0; bottom: 0; left: 2rem; width: 8rem; background: url(../img/icon-dostavka-dostavka.png) center no-repeat;}
.delivery-pickup { padding: 1rem 2rem 1rem 15rem; display: block; position: relative; width: auto; height: auto; }
.delivery-pickup::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 2rem; width: 8rem; background: url(../img/icon-dostavka-samovivoz.png) center no-repeat;}

.message-delivery {background: linear-gradient(40deg, #91ad0a 5%, #91ad0a7a 25%, transparent 80%); position: relative; display: flex; justify-content: flex-start; align-items: flex-start; padding: 2rem 2rem 2rem 15rem; text-align: left; margin: 2rem 0; flex-flow: column; border-radius: 0.5rem; min-height: 100px; }
.message-delivery::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 2rem; width: 12rem; background: url(../img/icon-message-box-info-black.png) center no-repeat; }    
    
@media screen and (max-width: 540px) {
	.delivery-pickup { margin: 10rem 0 0 0; padding: 1rem;}
	.delivery-pickup:before {top: -25rem; bottom: 0; left: 40%;}
	.delivery-delivery { margin: 8rem 0 0 0; padding: 1rem;}
	.delivery-delivery:before {top: -130%; bottom: 0; left: 40%;}

	.message-delivery { padding: 1rem;}
	.message-delivery:before { background: none;}
}

.ui-align-center { text-align: center; }
.ui-tabs > .content >  a { text-decoration: underline; }

.ui-more.-open > .hidden { display: block !important; }

.ui-container-side { display: flex; align-items: start; }
.ui-container-side > .side { width: 33%; margin-right: 4rem; min-width: 33%; }
.ui-container-side > .content {}
@media screen and (max-width: 960px) {
	.ui-container-side > .side { width: 20rem; min-width: 20rem; }
}
@media screen and (max-width: 768px) {
	.ui-container-side > .side { display: none; }
}

.ui-container-side > .side img { margin-bottom:0; }

/* Анимация на кнопки */
.animate-glow {position: relative; overflow-x: hidden;   }
.animate-glow:after { content: ""; position: absolute;top: 0;height: 100%;width: 45px;transform: skewX(-45deg); animation: flareAnimation;left: -150%;background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));animation: flareAnimation 3s infinite linear; } 
@keyframes flareAnimation {
	0% { left: -150%; }
	100% { left: 150%; }
}

#articles .ui-slider { margin-left: -1rem; margin-right: -1rem; }


.faq { display: flex; align-items: center; margin: 4rem 0; gap: 1rem; width: 100%; }

.faq-container { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.faq-container .faq-item { flex-basis: 40rem; }

.faq-item { background: #f0f0f0; flex-basis: 500px; flex-grow: 1; cursor: pointer; position: relative; z-index: 0; box-shadow: 0 0 5px 0 #00000030; display: flex; align-items: center; }
.faq-item .image { width: 10rem; min-width: 10rem; height: 10rem; background: #444; }
.faq-item .title, .faq-item.text { padding: 1rem 2rem; }
.faq-item .title { min-height: 100%;  font-size: 1.7rem; font-weight: bold;  padding-right: 7rem; display: flex; align-items: center;  }
.faq-item .title::after { content:''; position: absolute; display: block; width: 1.5rem; height: 4rem; right: 3rem; top: 50%; background: #5d412a; transform: translateY(-1.8rem) rotate(90deg);
	mask: url(../i/icon-arrow.svg) center / 100% 100% no-repeat; -webkit-mask: url(../i/icon-arrow.svg) center / 100% 100% no-repeat;  }
.faq-item .text { display: none; position: absolute; top:100%; left:0; width: 100%; background: white;  padding: 2rem; transition: all .3s; box-shadow: 0 0 5px 0 #00000030; overflow: hidden;  }
.faq-item .text::before { content: ''; display: block; position: absolute; left:0; width: 4px; top:0;  height: 100%; background: #91ad0a;  }

.faq-item:hover .title { color: #91ad0a; }
.faq-item:hover .title::after { background: #c12c31; }
.faq-item:hover::before { width: 8px; }

.faq-item.-open { background: linear-gradient(to top, #00000010, transparent 2rem); z-index: 1; height: auto; }
.faq-item.-open .title { color: #91ad0a;  }
.faq=item.-open .title::after { transform: translateY(-1.5rem) rotate(-90deg); }
.faq-item.-open .title::after { background: #c12c31; }
.faq-item.-open::before { display: none; }

.faq .ui-button { margin-bottom:0; align-self: start; }
.faq .form { padding: 0; }
.faq .form input { margin-bottom: 0; }
.faq .form .input { margin-bottom: 0.5rem; }

.faq .faq-form-container { background: #91ad0a; flex-basis: 100%; color: white; display: flex; align-items: center; width: 100%; overflow: hidden; }
.faq .faq-form-container h2 { color: white; }
.faq .faq-form-container .text { padding: 2rem; flex-grow: 1; align-self: stretch; background: linear-gradient(to right, #91ad0a 90%, #91ad0a); transition: all .3s; display: none; flex-flow: column; justify-content: center; }
.faq .faq-form-container .form { display: none; padding: 2rem; background: black; color; white; }
.faq .faq-form-container.-open .text { background: linear-gradient(to right, #91ad0a 90%, #7b9308);  }
.faq .faq-item.-open .text { display: flex;  }
.faq .faq-form-container.-open .form { flex-basis: 80rem; }

.ui-list.-columns { display: flex; flex-wrap: wrap; }
.ui-list.-columns li { width: 30rem; }

.ui-video { width: 100%; position: relative; padding-top: 50%; }
.ui-video iframe { position: absolute; width: 100%; height: 100%; top:0; left:0; }

.content-links { display: block; margin-bottom: 2rem; margin-right: 2rem; overflow: hidden; clear: both; }
.content-links h2 { margin-bottom: 2rem; font-size: 2rem; text-transform: uppercase; }
.link-button { display: inline-block; background: white; padding: 1rem 2rem; border-radius: 0.5rem; box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%); margin-bottom: 1rem; text-decoration: none; border-left: 4px solid #91ad0a; }
.link-button:hover { background: #91ad0a; color: white; }

.septik-list { margin: 2rem 0; }
.septik-list .item { display: flex; margin-bottom: 2rem; }
.septik-list .item h2 { font-size: 2rem; text-transform: uppercase; }
.septik-list .item .image { width: 20rem; min-width: 20rem; margin-right: 2rem; }
@media screen and (max-width: 768px) {
	.septik-list .item .image { display: none; }
}

.ui-teasers { margin: 2rem 0; }
.ui-teaser { display: flex; padding: 1rem; }
.ui-teaser .image { width: 15rem; height: 15rem; border-radius: 50%; box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%); position: relative; overflow: hidden; }
.ui-teaser .image img { position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover; }
.ui-teasers.-vertical .ui-teaser { flex-flow: column; text-align: center; align-items: center; }
.ui-teasers.-vertical .ui-teaser .image { margin-bottom: 2rem; }