.category {
	padding: 30px 15px;
}
.container .title, .orphanLinks .title {
	font-size: 48px;
	margin: 10px 0 20px;
	font-family: 'ArsenalRegular';
}
.category-description {
	margin-bottom: 40px;
}
.cat-block {
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1280px;
}
.cat-title-on {
	font-size: 20px;
    font-weight: 600;
}
.cat-brand-on {	
	margin-bottom: 5px;
    color: #666;
	font-size: 14px;
    text-transform: uppercase;
}
.sh-portfolio-fancy-itemc-container:hover .cat-title-on, .sh-portfolio-fancy-itemc-container:hover .cat-brand-on {
	opacity: 0;
}
.image {
	min-width: 100%;
	display: block;
	margin: 0;
}
.image img {
	width: 100%;
}
.anchor {
	text-decoration: none;
}
.anchor header {
	margin-top: 20px;
}
.anchor header h5 {
	margin-bottom: 5px;
	color: #666;
	text-transform: uppercase;
}
.anchor header h4 span{
	font-size: 20px;
    font-weight: 600;
	vertical-align: middle;
}
.icons-product div {
	width: 32%;
	display: inline-grid;
}
.icons-product div p {
	text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.width100 {
	width: 100%;
	background: #00425e !important;
    color: #fff !important;
    border: 0;
}
.icons-product div img {
	width: 100%;
}
#account {
	width: 30px;
	fill: #fff;
}

@media all and (min-width: 1140px) {
	.container {
		max-width: 1280px;
		margin: 0 auto;
	}
	.cat-block:after, .partner-block:after {
		left: 50%;
		width: 1px;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		--bg-opacity: 1;
		background-color: #dfdfdf;
		background-color: rgba(223,223,223,var(--bg-opacity));
	}
	.indicator:after {
		display: inline-block;
		margin-left: .5rem;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		vertical-align: middle;
		background-color: #009d9e;
		background-color: rgba(0,157,158,var(--bg-opacity));
		content: "";
		--bg-opacity: 1;
		opacity: 0;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
	}
	.anchor:hover .indicator:after {
		opacity: 1;
	}
}
.functions li img {
	width: 40px;
    display: inline-table;
    margin-right: 20px;
}
.functions li {
	padding-left: 40px;
}
.functions li div {
	display: inline-table;
    width: 80%;
    vertical-align: middle;
}
@media all and (min-width: 768px) {
	.category {
		padding-left: 0;
		padding-right: 0;
	}
	.cat-block {
		grid-template-columns: repeat(2,minmax(0,1fr));
		grid-gap: 3rem;
		gap: 3rem;
		margin-left: auto;
		margin-right: auto;
		display: grid;
		position: relative;
	}
	.relative {
		position: relative;
	}
	.image:after {
		content: "";
		--bg-opacity: 1;
		opacity: 0;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background-color: #009d9e;
		background-color: rgba(0,157,158,var(--bg-opacity));
	}
	.anchor:hover .image:after {
		opacity: .25;
	}
}
.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}
.vc_column_1627441026:not(.vc_parallax):not(.jarallax) {
    position: relative;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
.sh-portfolio-fancy {
    position: relative;
    margin: 0 -15px;
    transition: .25s all ease;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
#portfolio-fancy-YaAzyxCekV .sh-portfolio-fancy-item {
    padding: 0 5px;
    margin: 5px 0;
	display: inline-block;
}
.sh-portfolio-fancy-item-active:not(.sh-portfolio-fancy-item-active-cat) {
    animation-name: sh_animate_up;
    animation-duration: .5s;
    opacity: 1;
}
.sh-portfolio-fancy-item {
    width: 100%;
    padding: 0 15px;
    margin: 15px 0;
}
.sh-portfolio-fancy-itemc-container, .sh-portfolio-back {
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    position: relative;
    transition: .7s all ease-in-out;
    overflow: hidden;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
}
.entry-content img {
    margin: 0 0 1.5em;
}
.sh-portfolio-fancy-item img {
    transition: .4s all ease-in-out;
    height: 200px;
    width: auto;
}
.sh-portfolio-img, .sh-portfolio-image-position {
    height: 170px;
    margin-bottom: 0!important;
}
.sh-column, .sh-section {
    -webkit-backface-visibility: hidden;
}
#portfolio-fancy-YaAzyxCekV .sh-portfolio-fancy-item-overlay-bg {
	background-color: rgba(0,157,158,0.53);
}
.sh-portfolio-fancy-item-overlay-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s all ease-in-out;
    z-index: 10;
}
.sh-portfolio-fancy-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}
.sh-portfolio-fancy-item-overlay-container {
    width: 100%;
}
.sh-portfolio-fancy-item-overlay-title {
    display: block;
}
.sh-portfolio-fancy-item-overlay-container>* {
    opacity: 0;
    position: relative;
    z-index: 11;
}
.sh-portfolio-fancy-item-overlay-categories span, .sh-portfolio-fancy-item-overlay-categories a {
    font-size: 16px;
    color: #fff!important;
    opacity: .8;
    transition: .3s all ease-in-out;
}
.sh-portfolio-fancy-item-overlay-lightbox {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff!important;
    padding: 4px;
}
.sh-portfolio-fancy-item .sh-portfolio-fancy-item-overlay-container a {
	text-decoration: none;
}
.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container>a.sh-portfolio-fancy-item-overlay-lightbox {
    animation-name: sh_animate_up_small2;
    animation-duration: .6s;
    opacity: 1;
}
.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container a.sh-portfolio-fancy-item-overlay-title {
    animation-name: sh_animate_up_small;
    animation-duration: .6s;
    opacity: 1;
}
.sh-portfolio-fancy-item-overlay-categories {
    padding-top: 30px;
}
.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container>div {
    animation-name: sh_animate_up_medium;
    animation-duration: .6s;
    opacity: 1;
}
.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-bg {
    opacity: 1;
    background-color: rgba(87,204,229,.8);
}
.sh-portfolio-fancy-item:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.cta-grey-header form {
	width: 250px;
}
.cta-grey-header form .form-inline-input {
	width: 217px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #eee;
}
.cta-grey-header form .cta-submit {
	text-transform: initial;
    padding: 4px 10px;
}
.input-footer-sub {
	width: 67%;
    display: inline-table;
    padding: 5px;
    background: none;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
}
.submit-footer-sub {
	display: inline-table;
	background: #009d9e;
	color: #fff;
	padding: 5px;
	border: 0;
}
.img-news {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.img-news img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.newsletter-form {
	width: 100%;
}
@keyframes sh_animate_up_small {
	0% {
		transform: translate3d(0,20px,0);
		opacity: .2;
	}
	25% {
		opacity: .3;
	}
	100% {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}
@keyframes sh_animate_up_small2 {
	0% {
		transform: translate3d(0,15px,0);
		opacity: .2;
	}

	100% {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}
@keyframes sh_animate_up_medium {
	0% {
		transform: translate3d(0,28px,0);
		opacity: .2;
	}

	100% {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}
.sh-portfolio-fancy-item-overlay-lightbox:hover i {
    opacity: .8;
}
.sh-portfolio-fancy-item-overlay-container h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
i.icon {
    vertical-align: inherit;
    margin-left: 0;
    line-height: normal;
    height: auto;
    width: auto;
}
.sh-portfolio-fancy-item-overlay-lightbox i {
    transition: .3s all ease-in-out;
    font-size: 30px;
}
i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}
.icon-size-fullscreen:before {
    content: "\e057";
}
@media all and (max-width: 768px) { 
    .sh-portfolio-fancy {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
    }
	.sh-portfolio-fancy-itemc-container {
		height: auto;
	}
	.cat-title-on {
		font-size: 18px;
	}
	.category {
		    padding: 30px 0;
	}
	#map-city, #address-list {
		font-size: 14px;
		height: 50px;
	}
	#buy-map {
		height: 300px !important;
	}
}

.tabs-container {
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 .75rem;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}

.tabs li:not(:last-child) {
  margin-right: 7px;
}

.tabs li a {
  display: block;
  position: relative;
  top: 4px;
  padding: 10px 25px;
  border-radius: 2px 2px 0 0;
  opacity: 0.7;
  transition: all 0.1s ease-in-out;
}

.tabs li.active a,
.tabs li a:hover {
  opacity: 1;
  top: 0;
}

.tabs-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  border-radius: 0 4px 4px 4px;
  background: white;
  display: block !important;
}

.tabs-panel {
  display: none;
}
.active a {
	background: #00425e;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.tabs-panel.active {
  display: block;
}

.tabs-panel p + div {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }

  .tabs li {
    width: 100%;
  }

  .tabs li:not(:last-child) {
    margin-right: 0;
  }

  .tabs li a {
    border-radius: 0;
    opacity: 1;
    top: 0;
  }

  .tabs-content {
    border-radius: 0;
  }
}
.tabs-panel ul {
    margin-top: 5px;
	list-style: initial;
    padding-left: 40px;
}
/* .tabs-panel ul li { */
    /* border-bottom: 1px solid #e8e8e8; */
    /* padding: 15px 0; */
/* } */
.tabs-panel ul li span.atr-name {
    color: #838383;
}
.tabs-panel ul li span.atr-value {
    color: #000;
    float: right;
}
.grid-where-buy {
	grid-column-gap: 20px;
}
#map-city, #address-list {
    width: 50%;
	background-image: url(https://xn--d1aeg0becfb.xn--j1amh/image/catalog/icons/select-arrow.png)!important;
    background-repeat: no-repeat!important;
    background-position: 100% 50%;
    background-origin: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid #ccc;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 201; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: white;
  margin: 3% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 60%; 
  position: relative;
}

.close {
  color: #aaa;
  font-size: 28px;
  position: absolute;
    font-weight: bold;
    right: 15px;
    top: 5px;
}
.flex-form {
    grid-column-gap: 40px;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.form-item {
    width: 50%;
}
.form-item h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.form-item-left p {
    display: flex;
    justify-content: space-between;
    color: #838383;
    flex-flow: column;
    margin-bottom: 20px;
}
.form-item-left p span {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
.buy-search {
	width: 50%;
	background: #009d9e !important;
	color: #fff !important;
	height: 50px;
	font-size: 16px !important;
}
#form-buy div {
	margin-bottom: 20px;
}
.buy-button-active {
	background: #00425e !important;
    color: #fff !important;
}
.form-buy {
	width: 70%;
	margin: 30px auto;
}
#form-buy input[type=radio] {
  display: none;
}

#form-buy input[type=radio]+label {
  width: 50%;
  padding: 4px 12px;
  margin: 0 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 38px;
  color: #333;
  border: 1px solid #ccc;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-repeat: repeat-x;
}
#form-buy input[type=radio]:hover+label {
	box-shadow: 0 0 10px #ccc;
}
#form-buy input[type=radio]:first-child+label {
	margin-left: 0;
}
#form-buy input[type=radio]:nth-child(3)+label {
	margin-right: 0;
}

#form-buy input[type=radio]:checked+label {
  background-image: none;
  outline: 0;
  background-color: #00425e;
  color: #fff;
}
.partner-img-block {
	width: 100%;
    height: 500px;
    position: relative;
	overflow: hidden;
    display: flex;
    align-items: center;
}
.img-bg-opacity {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
}
.partner-img-block .img-bg-opacity {
    background: rgba(0,0,0,0.4);
}
.partner-img-block-text {
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.partner-img-block-text span {
	color: #eee;
}
.partner-img-block-text h2 {
	font-size: 38px;
    font-family: ArsenalRegular,sans-serif;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
	text-shadow: 0 0 4px #666;
}
.partner-img-block-text p {
	margin: 5px 0;
	text-shadow: 0 0 4px #666;
}
.partner-img-block img {
	object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.partners-form input {
	border: 1px solid #eee;
}
.active-zakaz {
	display: grid !important;
}
@media all and (max-width: 768px) { 
    .sh-portfolio-img, .sh-portfolio-image-position {
        height: 90px;
    }
	.partner-img-block {
		height: 300px;
	}
	.partner-img-block-text {
		top: 15%;
	}
	.partner-img-block-text h2 {
		font-size: 32px;
	}
	.partner-img-block-text p {
		font-size: 14px;
	}
	.form-buy {
		width: 100%;
	}
    .tabs-content {
        padding: 25px 0;
    }
}

.messenger {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 99;
  width: 250px;
  height: 60px;
  /* overflow: hidden; */
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #009d9e;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
	box-shadow:0 8px 10px rgba(0,157,158,0.3);
	transition:.3s;
        -webkit-animation:email-an linear 1s infinite;
        animation:email-an linear 1s infinite;
  }
.messenger-btn img {
  width: 32px;
  height: 32px;
}
.messenger-links {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 240px;
  transform: scale(0);
  transform-origin: 100% 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
.messenger-links.show {
  left: -45px;
  transform: scale(1);
}
.messenger-links a {
  width: 40px;
  margin-left: 4px;
}
.messenger-links img {
  max-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.messenger-links a:hover img {
  transform: scale(1.1);
  text-decoration: none;
}
/*кнопка обратной связи*/

@-webkit-keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 0 rgba(0,157,158,0.2),0 0 0 0 rgba(0,157,158,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 15px rgba(0,157,158,0.2),0 0 0 0 rgba(0,157,158,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 30px rgba(0,157,158,0),0 0 0 26.7px rgba(0,157,158,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 30px rgba(0,157,158,0),0 0 0 40px rgba(0,157,158,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 0 rgba(0,157,158,0.2),0 0 0 0 rgba(0,157,158,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 15px rgba(0,157,158,0.2),0 0 0 0 rgba(0,157,158,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 30px rgba(0,157,158,0),0 0 0 26.7px rgba(0,157,158,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(0,157,158,0.3),0 0 0 30px rgba(0,157,158,0),0 0 0 40px rgba(0,157,158,0.0)
}
}

/* конец кнопки звязи */
