﻿form .field-error, .checkbox.personal .checkbox__text.agree-error:before {
  border: 1px solid #b00;
}

.connect-form-textarea textarea {
  min-height: 100px;
  padding: 22px;
}

.personal-data {
  width: 100%;
  margin-bottom: 10px;
}

.cart-text {
  justify-content: space-between;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  padding: 5px 5% 0;
  margin-bottom: 10px;
}
.seo-text:after {
  display:block;
  content: "";
  clear: both;
  width:100%;
}
.seo-text ul {
	margin-bottom: 25px;	
}

#kokoc-zamanuh .kokoc-theme_style--modern .kokoc-input-block .kokoc-input-addon + input[type="text"] {
  text-align: left;
}

#cookiePopUp.dark {
  text-align: center;
  z-index: 100000;
}

.card-services-list-item-info-desc {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*страница контакты*/
.where-buy_contacts-new .where-buy-list-wrapper{
	width: 100%;
}
.contacts-block-connect_new{
	position:relative;
	top:0;
	height: 350px;
	width:100%;
}
.where-buy_contacts-new .lern_more{
	    float: right;
    font-style: italic;
}
.where-buy_contacts-new .title{
	text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 0;
    margin: 10px;
}
/*конец контакты*/

@media (max-width: 780px) {
  .news-list-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 520px) {
  .news-list-item {
    width: calc(100% - 10px);
  }
  
  .main-slider-item {
	  padding-bottom: 5px;
  }
  
  
}
.uppercase_text {
  text-transform: uppercase;
}
.catalog-menu ul > li > ul {
  padding-left: 15px;
  /*transition: visibility 0s linear 0.5s, opacity 0.5s linear;*/
}
.catalog-menu ul > li, .catalog-menu ul > li > ul > li {
  margin: 5px auto;
}
.info-menu ul > li {
  margin: 5px auto;
}
.text_center {
  text-align: center;
  margin: auto;
}
.catalog-menu ul > li > ul > li > ul {
}

.info-menu ul > li > ul {
  transition: visibility 0s linear 0s, opacity 0.5s linear;
}
.catalog-menu ul > li > ul > li > ul {
  transition: visibility 0s linear 0s, opacity 0.5s linear;
}
.popular_title {
  padding-left: calc((100% - 1207px) / 2);
  padding-right: calc((100% - 1207px) / 2);

}
@media screen and (max-width: 1024px) {
  .adaptive_button span {
    background-position: right 10px center;
    padding-right: 50px;
    padding-left: 50px;
  }
  .adaptive_button span:hover {
    background-position: right 7px center;
    transition: 1s linear;
  }
}
@media screen and (max-width: 48em) {
  .breadcrumbs {
    width: calc(100% - 40px);
  }
  .categories-list > a.categories-list-item {
    width: 100%;
  }
  .categories-list-item-img img {
    object-fit: cover;
    width: 100%;
  }
  .card-services-list {
    padding: 0;
    margin: 0 21px;
  }
  .mobile_wrap {
    width: 100%;
  }
  .bottom_remove {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .info_allign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .padding_top {
    /*padding-top: 0;*/
  }
  .margin_top {
    margin-top: 15px;
  }
  .card-services-description {
    border-bottom: 1px solid #f1f1f1;
  }
  .card-services-list-wrapper-top {
    padding: 18px 4.7% 18px;
  }
}

.block-hide {
  display: none;
}

.card-popup {
  overflow: hidden;
}

#popup-hinge .fancybox-close-small,
#popup-doorhandle .fancybox-close-small {
  top: 18px;
}
#popup-color .fancybox-close-small {
  top: 15px;
}
#popup-decor .fancybox-close-small {
  top: 15px;
}
/* 663363 task 07.05.2019 */
.collections-list-item {
  position: relative;
  min-height: 240px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

.collections-list-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.collections-list-item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: 200%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.collections-list-item-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0d0e0d), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #0d0e0d 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
}

.collections-list-item-content {
  position: relative;
  width: 100%;
  color: #ffffff;
}

.collections-list-item:nth-of-type(6) ~ .collections-list-item {
  min-height: 0;
  border-width: 0;
}

.collections-list.isOpen .collections-list-item:nth-of-type(6) ~ .collections-list-item {
  min-height: 240px;
  border-width: 1px;
}
.categories-list-item:nth-of-type(8) ~ .categories-list-item {
  min-height: 0;
  border-width: 0;
}

.categories-list.isOpen .categories-list-item:nth-of-type(8) ~ .categories-list-item {
  min-height: 225px;
  border-width: 1px;
    height: auto;
}
.categories-list-item:nth-of-type(8) ~ .categories-list-item {
    visibility: hidden;
    height: 0;
    padding: 0;
    opacity: 0;
    margin-bottom: 0;
}
.categories-list.isOpen .categories-list-item:nth-of-type(8) ~ .categories-list-item {
    visibility: visible;
    opacity: 1;
/*    padding: 20px 0;*/
    margin-bottom: 10px;
    
}
.categories-list.isOpen .categories-list-item{
    transition: visibility .3s ease, opacity .3s ease, padding .3s ease, height .3s ease, margin .3s ease;
}
.categories-list-btn {
    display: none;
    padding-left: 30px;
    background-image: url(/local/templates/site_template/img/all-collect-btn.png);
    background-position: left 25px center;
	transition: padding .3s ease;
    border: 1px solid #fe0000;
    background-color: #fff;
    color: #fe0000;
}
.categories-wrapper.more-3-cat .categories-list-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 64em) {
  .collections-list-item:nth-of-type(3) ~ .collections-list-item {
    min-height: 0;
    border-width: 0;
  }

  .collections-list.isOpen .collections-list-item:nth-of-type(3) ~ .collections-list-item {
    min-height: 240px;
    border-width: 1px;
  }
}

@media screen and (max-width: 48em) {
  .collections-list-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mobile-left-block {
  height: 100%;
}

@media screen and (max-width: 48em) {
  .header-menu ul li.hover > ul:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 50%;
    height: 100%;
  }
}

.card-options-choice-item-select span {
  pointer-events: none;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .contacts-block-office-link {
    display: none;
  }
}

.contacts-block-office-link {
  cursor: pointer;
}
.uppercase_text {
  text-transform: uppercase;
}
.catalog-menu ul > li > ul {
  padding-left: 15px;
  /*transition: visibility 0s linear 0.5s, opacity 0.5s linear;*/
}
.catalog-menu ul > li, .catalog-menu ul > li > ul > li {
  margin: 0 auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.info-menu ul > li {
  margin: 0 auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.text_center {
  text-align: center;
  margin: auto;
}
/* .catalog-menu ul > li > ul > li > ul {
  font-style: italic;

}

.info-menu ul > li > ul {
  font-style: italic;
  transition: visibility 0s linear 0s, opacity 0.5s linear;
}
.catalog-menu ul > li > ul > li > ul {
  transition: visibility 0s linear 0s, opacity 0.5s linear;
} */
.popular_title {
  padding: 0 20px;
}
@media screen and (min-width: 1600px) {
  .popular_title {
    padding-left: calc((100% - 1207px) / 2);
    padding-right: calc((100% - 1207px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .adaptive_button span {
    background-position: right 10px center;
    padding-right: 50px;
    padding-left: 50px;
  }
  .adaptive_button span:hover {
    background-position: right 7px center;
    transition: 1s linear;
  }

  .page-content {
    display: flex;
    flex-direction: column;
  }

  .inner-page{
    min-height: 1px;
  }

  .page-content main {
    flex: 1 1 100%;
    min-height: 1px;
    height: auto;
  }
  .site-header,
  .site-footer {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  h1 + .centered-block-medium {
    margin-top: -9px;
      padding-left: 0;
  }
  .services-inner {
    margin-bottom: 0;
  }
}

.added-to-cart {
  width: 100%;
  max-width: 600px;
  padding:24px;
    z-index: 999999!important;
}

.added-to-cart .popup-window-close-icon
{
	opacity: .8;
}
.added-to-cart .popup-window-close-icon:after
{
	width: 30px;
    height: 30px;
	background: url(/local/templates/site_template/img/delete-sign-filled.png) no-repeat center!important;
}
.added-to-cart .popup-window-close-icon
{
    height: 48px;
    width: 48px;
}

.added-to-cart .popup-form-buttons,
.added-to-cart .popup-window-buttons
{
  padding:0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.added-to-cart .popup-form-buttons .site-btn,
.added-to-cart .popup-window-buttons .site-btn
{
  margin: 5px 10px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .added-to-cart .popup-form-buttons .site-btn,
  .added-to-cart .popup-window-buttons .site-btn 
  {
    max-width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1025px) {
  .categories-wrapper {
    margin-top: 35px;
  }
}

@media screen and (max-width: 64em) {
  .categories-wrapper {
    margin-top: -10px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-page .categories-wrapper {
    background-color: #fafafa;
  }
}

@media screen and (max-width: 48em) {
  .categories-list > a.categories-list-item {
    width: calc(50% - 8px);
    box-shadow: 4px 4px 8px 0 rgb(34 60 80 / 20%)
  }

  .categories-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-inner-block iframe {
  max-width: 100%;
}
.overlay-mount:before {
  content: '';
  display: block;
}
/*@media screen and (max-width: 48em) {
  .inner-slider-item .goods-item-img {
    max-width: 100%;
    display: contents;
  }
}*/
.mfilter-opts-container .mfilter-content-wrapper .mfilter-options {
  padding: 0;
}
/*@media screen and (max-width: 768px) {
    .inner-slider-item .goods-item-img a {
        padding: 16px 0;
    }
}*/
.services-list .about-list-item-bottom {
    margin-bottom: 30px;
}
.site-header.low_zindex {
    z-index: 100;
}

@media screen and (max-width: 48em) {
    .color-spectrum-content-list {
        padding-right: 20px;
        padding-left: 20px;
    }
    .color-spectrum-content-item {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .color-spectrum-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 48em) {
    .color-spectrum-content {
        flex-direction: column;
        margin-bottom: 20px;
        padding: 20px 20px 12px;
    }
}
@media screen and (max-width: 1024px) {
    .color-spectrum-content-info {
        margin-top: 22px;
        padding-left: 0;
    }
}
@media screen and (max-width: 48em) {
    .color-spectrum-content-info {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .about-pages-wrapper.news-wrapper.centered-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-pages-wrapper.news-wrapper.centered-block .content_block .certific {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 2 - 5px);
        min-height: 410px;
        text-align: center;
        padding: 0 5px;
    }
}
@media screen and (max-width: 320px) {
    .about-pages-wrapper.news-wrapper.centered-block .content_block .certific {
        width: 100%;
    }
}

.menu-open {
  overflow: hidden;
}
.menu-open .page-content {
  position: relative;
}
.menu-open .page-content .mobile_overlay {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(19, 19, 19, 0.85);
  background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
  z-index: 10002;
  cursor: pointer;
}

.seo-block .seo-text ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fe0000;
    position: absolute;
    left: 0;
    margin-top: 10px;
}
.seo-block .seo-text ul {
    list-style-type: none;
}
.seo-block .seo-text ul li {
    line-height: 1.733;
    position: relative;
    padding-left: 20px;
}
.box-content.mfilter-content.mfilter-hide-counter {
    display: none;
}
h3.box-heading {
    display: none;
}
.widget{
    margin-left:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;

}
@media screen and (max-width:1020px){
    .wid_inst:first-child{
        margin-top:60px;
    }
    .widget{
        margin-left:0px;
        align-items: center;
    }
}
@media screen and (max-width:768px){
    #map{
        height:250px!important;
    }
}
.kokoc-dialog-container.is-visible + body {
  position: fixed;
}

@media screen and (max-width: 1274px) {
 .cart-wrapper.centered-block-medium.activeOrder {
  display: flex;
  flex-direction: column;
 }
 .cart-wrapper.centered-block-medium.activeOrder .cart-block-wrapper, .cart-wrapper.centered-block-medium.activeOrder .cart-order {
   width: 100%;
 }
}

.category-tags a {
  color: #222427;
  margin-bottom: 10px;
  margin-right: 5px;
}

.category-tags a:hover {
  color: #1aa74f;
}

/*task 715504*/
.info-menu {
  margin-bottom: 3.3vh;
}
.catalog-menu ul > li,
.catalog-menu ul > li > ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
.catalog-menu > ul a,
.catalog-menu > ul > li > ul > li.hover > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.catalog-menu > ul > li > ul > li > ul,
.catalog-menu > ul > li > ul > li > ul > li > ul,
.info-menu > ul > li > ul {
  padding-top: 240px;
}
.info-menu ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
.info-menu ul > li a,
.info-menu > ul > li.hover > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-slider-item .main-slider-item-text .green{
	color: #00b233;
    font-weight: bold;
    font-size: 2.5rem;
    padding-top: 30px;
	line-height: 100%;
}
@media screen and (max-width: 64em) {
	.main-slider-item .main-slider-item-text .green{
		font-size: 2rem;	
		padding-top:0;
	}
}

/*task 716958*/
.site-search {
    padding: 6px 12% 6px 12%;
}
.site-search form {
    position: relative;
}
.site-search input[type='text'] {
    display: block;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 40px 0 15px;
    font-size: 0.8125rem;
    line-height: 1.385;
    text-align: left;
    text-overflow: ellipsis;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: none;
    color: #000000;
    overflow: hidden;
}
.site-search input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.site-search input[type='text']::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
.site-search input[type='text']:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
.site-search input[type='text']:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.site-search button[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 15px 0 10px;
    color: white;
    font-size: 0.8125rem;
    line-height: 1.385;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    border-radius: 0 18px 18px 0;
}
.site-search button[type='submit'] span {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/site_template/img/search.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.search-wrapper {
    margin-bottom: 36px;
}
.search-heading {
    color: #000000;
    font-size: 1.0625rem;
    text-shadow: 0 0 0 #000000;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "PFBeauSansPro";
}
.search-content {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #e2e5e8;
    border-top: 1px solid #e2e5e8;
    font-size: 0.75rem;
    background-color: #f0f0f0;
    color: rgba(34, 36, 39, 0.7);
}
.search-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 19px 22px;
    background-color: #f0f0f0;
    border: 1px solid #e2e5e8;
    border-left: 0;
    border-top: 0;
    color: rgba(34, 36, 39, 0.7);
}
.search-item:first-child {
    flex-grow: 1;
}
.search-item input[type='text'] {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 10px 0;
    font-size: 0.8125rem;
    line-height: 1.385;
    text-align: left;
    text-overflow: ellipsis;
    background-color: transparent;
    box-shadow: none;
    color: #000000;
    overflow: hidden;
}
.search-item input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.search-item input[type='text']::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
.search-item input[type='text']:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
.search-item input[type='text']:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.search-btn {
    width: 100%;
    margin: 0;
}
@media (max-width: 1024px) {
    .search-content {
        position: relative;
        display: block;
        background: none;
        border: none;
    }
    .search-item {
        width: 100%;
        padding: 0;
        background: none;
        border: none;
    }
    .search-item input[type="text"] {
        height: 36px;
        padding: 0 40px 0 15px;
        background: #ffffff;
        border-radius: 18px;
    }
    .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        padding: 0 15px 0 10px;
        background: none !important;
        border-radius: 0;
    }
    .search-btn span {
        display: block;
        width: 15px;
        height: 15px;
        font-size: 0;
        background-image: url("/local/templates/site_template/img/search.svg");
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1025px) {
    .search-item input[type='text'] {
        border: none;
        border-bottom: 1px solid #e2e5e8;
    }
}
label.site-check > span.custom-check {
    flex-shrink: 0;
    background-color: #ffffff;
}
label.site-check input[type="checkbox"]:disabled ~ span {
    cursor: default;
    opacity: 0.5;
}


/*стили яндекс карт*/
#map .baloon{
	position: relative; 
	padding:5px; 
	width:500px; 
	top:-39px; 
	left:-13px;
}

#map .baloon--container{
	display: flex; 
	flex-direction: row;
	justify-content: space-between;
}

#map .baloon--container .baloon--content{
	min-width:90px; 
	background: #DEDEDE; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px; 
	padding-left:55px; 
	height:45px;
}

#map .baloon--container .baloon--content .baloon--title{
	font-style: normal;
	font-weight: 600; 
	font-size: 14px;
	line-height: 16px; 
	padding: 8px 8px 0 0px;
}

#map .baloon--container .baloon--content .baloon--work{
	font-style: normal; 
	font-weight: normal; 
	font-size: 14px; 
	line-height: 12px; 
	padding: 2px 8px 9px 0px;
}

#map .baloon--container .baloon--icon{
	position: absolute; 
	top: 5px; 
	left: 5px; 
	width: 47px; 
	min-height: 52px; 
	background-image: url("/local/templates/site_template/img/bgIconPath1.png"); 
	background-position: center; 
	background-repeat: no-repeat; 
	border-radius: 4px 4px;
}
.sitemap {
    display: -webkit-flex;
    display: flex;
    padding: 20px 0 0;
}
.sitemap-inner { 
    display: inline-block;
    width: 100%;
}