h2 {padding:0; margin:12px 0 23px 0;}
h3 {padding:0; margin:7px 0 17px 0;}

a:hover {
  color: #81A1AE;
}

.page_start__slider__control {
	 background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAB+CAMAAADIg2shAAAAA3NCSVQICAjb4U/gAAAAZlBMVEX/////0gAuLUz/0gCZgiUuLUz/0gAuLUz/0gAuLUz/0gCliyEuLUz/0gCliyEuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUxPfEAPAAAAInRSTlMAEREiIiIzM0REVVVVZmZmd3eIiJmZqqq7u8zM3d3u7v//R0qEVQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjkvMThkCEnTAAABSklEQVQ4jY2S3bKCQAyDWTgoooiIfyjstu//ku5dkzI4h7vMZNsvKUVhX0ogelVQH51M1KoHU4Pis0XvJvaqe1N3XUyUiw6mTppqUxMuK5P2SJVKpHpuUY26gDEh1UEVlj2JKiEVLyOqOunJ1OCo/ldB7mrcpvqAkSoolNREzjwFSAqK44byQoZxoByCb+yazsXAFfhCrtCSOuR+8x/hgnBmR1eTdTvzKghmHnlqIisd1R18lRmD9KT+zkdQnbxAvVFVURpTF4kBjTcTuyg7U1eZYeIsVzAKGh/yBmOUCxkrUy+aGKUz0YoENAJ+iNKa6hz+wwTnzPhgnCkn4d+2czaE/yNn4/DRKJiTU7uRvI5RHCZH4DO6E1fUH3fr6gwUKtPhSkcXaSW3XQlegq+0XomFMF0rEVaGmeh+FjL7QkCt6LgQAVVEfJi/LyJdJnL9J5+eAAAAAElFTkSuQmCC') no-repeat top center;
}

/* Forms */
.field-label-file_field {
	position: relative;
	padding: 5px 0 20px 35px;

}
.field-label-file_field label {
	color: #296A98;
	text-decoration: underline;
	font: normal 16px Calibri;
}

.field-label-file_field::before {
    vertical-align: top;
    background: url(/static/images/ico-add.png) no-repeat;
    width: 26px;
    height: 26px;
    content: "";
    display: inline-block;
    margin: 0 20px 0px 0;
    position: absolute;
    left: 0;
}

.button, .form-item input[type="submit"] {
	color: #fff;
	border-radius: 7px;
	font: normal 24px Calibri;
	padding: 2px 25px 5px;
	text-transform: initial;
	display: inline-block;
}

.button:hover, .form-item input[type="submit"]:hover, .catsect__request a:hover {
	color: #4C6067;
  background: #81A1AE;
  transition: all 0.3s ease-out;
}

.form-item input[type="submit"] {
	padding: 5px 25px 8px;
}

/* Slider */
.page_start__slider__control {
    background: url(../images/icon-slider-control.png);
    width: 23px;
	height: 33px;
}
.page_start__slider__control.left {
	left: 15px;
}
.page_start__slider__control.right {
	right: 15px;
}

.owl-prev, .owl-next {
	background: url(../images/icon-slider-2-control.png) no-repeat;
	width: 10px;
	height: 12px;
	padding: 0;
	margin-top: -6px;
}

/* Head */

.head__request__button a::before {
	display: none;
}

.head__request__button {
}

.head__request__button a {
	color: #fff;
	font: normal 20px Calibri;
	text-transform: initial;
	padding: 5px 15px 7px 15px;
}

.head__request__button a:hover {
  color: #4C6067;
  background: #81A1AE;
  transition: all 0.3s ease-out;
}

.head__wrapper {

}

.head__wrapper .head__logo {
	
}

.head__wrapper .head__request {
	
}

.head__wrapper .head__contacts {
	
}

.block__head__phone, .block__head__email {
    text-align-last: left
}

.block__head__phone {
	margin-bottom: 3px;
}

.block__head__phone svg, .block__head__email svg {
	vertical-align: middle;
}

.block__head__email a {
	color: #4C6067;
	text-decoration: underline;
}

.block__head__email a:hover {
  color: #81A1AE;
}

.head__slogan {
	max-width: 490px;
}

.head__slogan__text {
	margin-bottom: 20px;
}

.head__contacts {
	padding: 0;
}

.head__contacts .head__request {
	margin-top: 10px;
}

.menu .primary_menu-menu > ul > li > ul > li a svg {
	position: absolute;
	left: 25px;
	top: 12px;
	max-width: 35px;
	max-height: 35px;
}

.menu .primary_menu-menu > ul > li > ul > li a svg path {
	stroke: #D4E6F0 !important;
}
.menu .primary_menu-menu > ul > li > ul > li a:hover svg path {
	stroke: #81A1AE !important;
}

.catalog_menu__item svg { 
	position: absolute;
	left: 5px;
	top: 8px;
	max-width: 35px;
	max-height: 35px;
}

@media (max-width: 480px) {
	.catalog_menu__item svg { 
		top: 15px;
	}
	.catalog_menu__item a {
		
		padding: 16px 15px 15px 50px;
	}
}

.catalog_menu__item svg path { 
	stroke: #81A1AE !important;
	fill: #81A1AE !important;
}
.catalog_menu__item:hover { 
	background: #D4E6F0;
}

.catalog_menu__item:hover > a { 
	color: #81A1AE;
}

.catalog_menu__item > a:hover svg path, .catalog_menu__item.active > a svg path { 
	stroke: #81A1AE !important;
	fill: #81A1AE !important;
}

@media only screen and (max-width: 1300px) {
	.head__slogan {
		display: inline-block;
		padding-left: 0;
	}
	.head__request {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 991px) {

	.head__contacts .head__request__button {
		display: none;
	}

	.block__head__phones {
		/* transform: translate(0, 15px); */
		padding-top: 31px;
	}

	.block__head__emails {
		transform: translate(0, -1px);
		/* padding-top: 30px; */
	}

	.head__slogan__text {
		margin-bottom: 8px;
	}

	.head__slogan .head__request {
		/* margin-top: 2px; */
		transform: translate(0, 10px);
	}

}

@media only screen and (max-width: 990px) {
	.block__head__emails, .head__slogan {
		display: none;
	}
	

}

@media only screen and (min-width: 769px) {
	.primary_menu-menu > ul > li:first-of-type, .primary_menu-menu > ul > li.active:first-of-type > a {
		border-radius: 5px 0 0 5px;
	}
	.primary_menu-menu > ul > li:first-of-type a {}
	.primary-menu {
		border-radius: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.head__wrapper {
		/* display: inline-block; */
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;

	}
	.head__logo {
		padding-right: 40px;
		transform: translate(0, 5px);
	}

	.head__logo img {
		max-width: 100%;
	}

	.head__contacts {
		flex-shrink: 0;
	}
	.head__contacts .head__request__button a {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 420px) {
	.head__contacts {
		font-size: 19px;
	}
}

/* Catitems teasers */
.block__catitem__teasers {}

.block__catitem__teaser {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 2px #D4E6F0;
	padding: 10px 0 30px;
	margin-bottom: 20px;
}

.block__catitem__teaser__image {
	flex-shrink: 0;
	max-width: 116px;
	margin-right: 20px;
}

.block__catitem__teaser__text {
	padding-right: 20px;
	max-width: 374px;
	margin-right: auto;
	font: normal 12px Arial;
}

.block__catitem__teaser__title {
	margin-bottom: 15px;
}

.block__catitem__teaser__title a {
	font: normal 24px Calibri;
	display: inline-block;
	border-bottom: solid 1px #89B3E4;
	text-decoration: none;
}

.block__catitem__teaser__description {
}

.block__catitem__teaser__request {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	min-height: 60px;
	min-width: 200px;
}

.block__catitem__teaser__request .price {
	margin-bottom: 20px;
}

.block__catitem__teaser__request .order {
	justify-self: flex-end;
	margin-top: auto
}

.price {
	font: 600 19px Calibri;
	color: #81A1AE;
}

.price .amount {
	color: #4C6067;
}

.price .currency {
	color: #81A1AE;
}

@media (max-width: 570px) {
  
  .block__catitem__teaser {
    display: block;
  }
  
  .block__catitem__teaser__image {
    float: left;
  }

  .block__catitem__teaser__text {
    margin-bottom: 20px;
  }

  .block__catitem__teaser__text, .block__catitem__teaser__request {
    margin-left: 140px;
  }
  .block__catitem__teaser__request {
    min-height: 0;
  }

}

/* Page catitem */


.page__catitem {
  grid-area: page__catitem;
}

.page__catitem img {
  max-width: 100%;
  height: auto;
}

.page__catitem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 70px;
}

.page__catitem__images {
  width: 457px;
  margin-right: 30px;
  position: relative;
}

.page__catitem__images__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__catitem__images__previews {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__catitem__images__preview {
  padding: 0px;
  margin-bottom: 5px;
  margin-right: 20px;
  /* border: solid 1px #F0F0F0; */
  width: 135px;
  height: 90px;
  /* border-radius: 15px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page__catitem__images__preview.active {
  border-color: #15AD4A;
}

.page__catitem__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}

.page__catitem__image a {
  display: block;
}

.page__catitem__info {
  width: calc(100% - 492px);
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

.page__catitem__info p {
  font: inherit;
}

.page__catitem__short_description {
  font: normal 17px Calibri;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: solid 3px #D4E6F0;
  color:#81A1AE;
}

@media (max-width: 700px) {
  
  .page__catitem__short_description {
    border-bottom: none;
  }

  .page__catitem__info {
    border-bottom: solid 3px #D4E6F0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

}

.page__catitem__params {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 2px #F0F0F0;
}

.page__catitem__params__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 18px Calibri;
  margin-bottom: 5px;
}

.page__catitem__params__item:last-of-type {
  margin-bottom: 0;
}

.page__catitem__params__item__delimeter {
  margin-right: 5px;
}

.page__catitem__params__item__delimeter, .page__catitem__params__item__value {
  color: #B0B0B0;
}

.page__catitem__article {
  font-weight: bold;
  margin-bottom: 10px;
}

.page__catitem__marking {
  margin-bottom: 10px;
  font: bold 17px Calibri;
  color: #999999;
}

.page__catitem__marking b {
  color: #000;
}

.page__catitem__order_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__catitem__order_info > div {
  margin-bottom: 25px;
}

.page__catitem__price {
  font-weight: bold;
  margin-right: 25px;
}

.page__catitem__price__title {
  font: bold 26px Calibri;
  margin-right: 15px;
  color: #2E2D4C;
}

.page__catitem__price .price, .page__catitem__price .currency {
  font: bold 26px Calibri;
  color: #80A2AE;
}

.page__catitem__price .currency {
	color: #4C6067;
}

.page__catitem__price .price_old {
  position: relative;
  font: bold 22px Calibri;
  color: #D4E6F0;
  text-decoration: line-through;
}

.page__catitem__price .price_old .price, .page__catitem__price .price_old .currency {
  font: bold 22px Calibri;
  color: #D4E6F0;
}

.page__catitem__order .button__add_to_shopcart {
  display: inline-block;
  font: normal 20px Calibri;
  background: #03529F;
  text-align: center;
  padding: 10px 25px 13px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  min-width: 145px;
}

.page__catitem__order .button__add_to_shopcart:hover {
  background: #15AD4A;
}

.page__catitem__tabs {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Calibri;
}

.page__catitem__tabs p {
  font: normal 20px Calibri;
}

.page__catitem__tabs__tab {
  cursor: hand;
  c\ursor: pointer;
  font: normal 25px Calibri;
}

.page__catitem__tabs__tab span {
  display: inline-block;
  line-height: 0.9;
  border-bottom: dashed 1px;
  color: #03529F;
}

.page__catitem__tabs__tab.active span {
  color: #333;
  border-color: transparent;
}

.page__catitem__tabs__body {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: none;
  width: 100%;
}

.page__catitem__tabs__body.active {
  display: block;
}

.page__catitem__attachment {
  margin-bottom: 5px;
}

.page__catitem__attachment a {
  font-weight: 500;
}

.page__catitem__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__catitem__rating__stars {
  margin-right: 15px;
}

.page__catitem__rating__title {
  font: normal 14px Calibri;
}

.page__catitem__bages {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}

.page__catitem__bage {
  display: inline-block;
  border-radius: 9px;
  background: #F0F0F0;
  padding: 6px 10px 8px 10px;
  margin: 0 auto 10px 0;
  font: normal 17px Calibri;
  border-left: solid 9px;
}

.page__catitem__bage.new {
  color: #15AD4A;
}

.page__catitem__bage.sale {
  color: #03529F;
}

.page__catitem__pdf {
	padding: 25px 0 35px;
	border: solid 1px #D4E6F0;
	border-width: 3px 0;
	margin-bottom: 30px;
}

.page__catitem__pdf__title {
	color: #2E2D4C;
	font: normal 26px Calibri;
	margin-bottom: 30px;
}

.page__catitem__pdf__attachment a {
	color: #4C6067;
	position: relative;
	padding: 8px 0 10px 50px;

}

.page__catitem__pdf__attachment a:hover {
  color: #81A1AE;
}

.page__catitem__pdf__attachment svg {
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (min-width: 769px) {
  .page__catitem__tabs__tab {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
    padding: 20px 50px 20px 30px;
    border: solid 2px transparent;
    border-width: 2px 2px 0 2px;
  }
  .page__catitem__tabs__tab.active {
    border-radius: 35px 35px 0 0;
    border-color: #F0F0F0;
    background: #fff;
  }
  .page__catitem__tabs__tab:nth-child(1) {
    padding: 20px 40px 20px 50px;
  }
  .page__catitem__tabs__body {
    border-radius: 0 35px 35px 35px;
    padding: 50px 50px 30px;
    border: solid 2px #F0F0F0;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .page__catitem__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page__catitem__info {
    width: auto;
  }
  .page__catitem__tabs__tab:nth-child(2) {
    padding: 20px 50px 20px 40px;
  }
  .page__catitem__tabs__tab.active:nth-child(1) {
    padding: 20px 50px;
  }
  .page__catitem__tabs__tab.active:nth-child(2) {
    padding: 20px 50px;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .page__catitem__images {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 990px) {
  .page__catitem__header {
    margin-bottom: 20px;
  }
  .page__catitem__info {
    width: calc(100% - 466px);
  }
}

@media only screen and (max-width: 800px) {
  .page__catitem__info {
    font-size: 14px;
    font-weight: 400;
  }
  .page__catitem__price .price, .page__catitem__price .currency {
    font-size: 24px;
  }
  .page__catitem__price .price {
    display: inline-block;
    /* margin-left: 20px; */
  }
}

@media only screen and (max-width: 768px) {
  .page__catitem__tabs__tab {
    padding: 0 25px 0 0;
    margin: 0 25px 50px 0;
    border-right: solid 2px #F0F0F0;
  }
  .page__catitem__tabs__tab.last {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  .page__catitem__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page__catitem__images {
    margin-bottom: 30px;
  }
  .page__catitem__info {
    width: auto;
  }
}

@media only screen and (max-width: 520px) {
  .page__catitem__images {
    width: 100%;
    margin-right: 0;
  }
  .page__catitem__images__previews {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page__catitem__image a {
    border: none;
    padding: 0;
  }
  .page__catitem__image a img {
    margin: auto;
  }
  .page__catitem__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page__catitem__tabs__body.active {
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

/* Backlink */

.backlink a {
  color: #4C6067;
}

.backlink a:hover {
  color: #81A1AE;
}
@media (max-width: 768px) {
  .backlink {
    margin: 50px 0;
  }
}

/* Main page fixes */
@media (max-width: 1300px) {
  .articles__item__title {
      margin-left: 180px;
  }
}

/* Ul and OL list */
.main__content__wrapper ul:not([class]) {
  list-style: none !important;
  padding: 0;
  margin-bottom: 40px;
}

.main__content__wrapper ul:not([class]) li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  /* font: normal 20px Calibri; */
  /* color: #666666; */
}

.main__content__wrapper ul:not([class]) li::before {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  background: #D4E6F0;
  border-radius: 50%;
  left: 0;
  top: 0px;
}

.main__content__wrapper ul:not([class]) li::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  /* background: #D4E6F0; */
  /* border-radius: 50%; */
  left: 9px;
  top: 10px;
  border: solid 1px #81A1AE;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.main__content__wrapper ol:not([class]) {
  list-style: none !important;
  padding: 0;
  counter-reset: count;
  margin-bottom: 40px;
}

.main__content__wrapper ol:not([class]) li {
  position: relative;
  padding-left: 40px;
  margin-left: 0;
  margin-bottom: 30px;
  counter-increment: count;
  /* font: normal 20px Calibri; */
  /* color: #666666; */
}

.main__content__wrapper ol:not([class]) li::before {
  display: block;
  content: counter(count) ".";
  position: absolute;
  /* color: #15AD4A; */
  left: 0;
  top: 0px;
  /* font-size: 21px; */
  /* font-weight: bold; */
  border: solid 1px #81A1AE;
  width: 29px;
  height: 29px;
  text-align: right;
  border-radius: 50%;
  padding-right: 4px;
}


/* Controls */

.elem-scms_control {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.scms_controls a {

}

/* Articles */
.articles__item__title a:hover {
  color: #4C6067;
}

/* Top link */
.move-to-top-link {
  background: url(../images/top-ico.png);
}

/* Page 404 */
.main__content__wrapper .menu {
  background: none;
}

/* Contact form */
label.attachment {
  cursor: hand;
  c\ursor: pointer;
}

label.attachment {

}

.attachment__input {
  height: 0;
  overflow: hidden;
}

/* Head search */
.menu__search .search-element-button {
  background-image: url(../images/svg/ico-search.svg);
  width: 25px;
  height: 23px;
}
