* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.transition,
a,
.btn,
.sprite-after:after,
.supertop-cart__icon,
.supertop-cart__caption,
.categories__link:after,
.article:hover .article__date,
.article:hover .article__descr,
.help__item:after,
.sprite.-top-fb:after,
.sprite.-top-vk:after,
.sprite.-top-avito:after,
.sprite.-top-youtube:after,
.sprite.-top-inst:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.f-transition,
.sprite.-mail,
.sprite.-bt-facebook,
.sprite.-bt-vk,
.sprite.-bt-avito,
.sprite.-bt-youtube,
.sprite.-bt-instagram {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.clearul,
.supertop-social,
.top-menu,
.content-menu,
.footer__menu,
.footer-catalog,
.categories,
.side-menu,
.side-menu__inner,
.tabs__caption {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.cols:before,
.cols:after,
.supertop__container:before,
.supertop__container:after,
.header__cont:before,
.header__cont:after,
.header-address:before,
.header-address:after,
.categories__product-info:before,
.categories__product-info:after,
.benefits__row:before,
.benefits__row:after,
.benefits__item:before,
.benefits__item:after,
.review__head:before,
.review__head:after,
.product:before,
.product:after,
.product__head:before,
.product__head:after,
.product__counter-block:before,
.product__counter-block:after,
.product__buttons:before,
.product__buttons:after,
.counter:before,
.counter:after,
.cart__footer:before,
.cart__footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.cols:after,
.supertop__container:after,
.header__cont:after,
.header-address:after,
.categories__product-info:after,
.benefits__row:after,
.benefits__item:after,
.review__head:after,
.product:after,
.product__head:after,
.product__counter-block:after,
.product__buttons:after,
.counter:after,
.cart__footer:after {
  clear: both;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.full-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex,
.categories {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.row,
.cols,
.categories,
.clients__list,
.reviews__list,
.help,
.standards__list {
  margin-left: -15px;
  margin-right: -15px;
}
.text-right {
  text-align: right;
}
.clearBgBorder {
  background: none;
  border: none;
}
.clearBgBorder:focus {
  background: none;
  border: none;
}
.clearBgBorder:active {
  background: none;
  border: none;
}
a {
  color: #0091d0;
}
img {
  max-width: 100%;
}
.container {
  max-width: 100%;
  width: 1228px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  background-color: #eff2f6;
}
.container.-nobg {
  background: none;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  width: 100%;
  padding: 10px 15px;
}
.form-control.-no-border {
  border: none;
}
textarea.form-control {
  height: 107px;
}
body .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.js-slider .js-slider-item {
  display: none;
}
.js-slider .js-slider-item:first-child {
  display: block;
}
.cols__item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.cols__item._1 {
  width: 8.33333333%;
}
.cols__item._2 {
  width: 16.66666667%;
}
.cols__item._3 {
  width: 25%;
}
.cols__item._4 {
  width: 33.33333333%;
}
.cols__item._5 {
  width: 41.66666667%;
}
.cols__item._6 {
  width: 50%;
}
.cols__item._7 {
  width: 58.33333333%;
}
.cols__item._8 {
  width: 66.66666667%;
}
.cols__item._9 {
  width: 75%;
}
.cols__item._10 {
  width: 83.33333333%;
}
.cols__item._11 {
  width: 91.66666667%;
}
.cols__item._12 {
  width: 100%;
}
.btn {
  display: inline-block;
  border: 1px solid transparent;
  background-color: #0091d0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 37px;
  padding: 0 26px;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #145285;
  color: #fff;
}
.btn.-bordered {
  background: none;
  border: 1px solid #145285;
  color: #145285;
  font-size: 18px;
}
.btn.-bordered:hover {
  background-color: #145285;
  color: #fff;
}
.btn.-dark {
  background-color: #145285;
}
.btn.-dark:hover {
  background-color: #071b2c;
  color: #fff;
}
.valign-middle-translate,
.categories__img,
.clients__img,
.standards__img {
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
}
.hidden {
  display: none;
}
.sprite {
  background: url(../img/sprite.png);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.sprite.-mr5 {
  margin-right: 5px;
}
.sprite.-transition {
  -webkit-transition: 0.2s 0.4s ease;
  -moz-transition: 0.2s 0.4s ease;
  -ms-transition: 0.2s 0.4s ease;
  -o-transition: 0.2s 0.4s ease;
  transition: 0.2s 0.4s ease;
}
.sprite.-top-fb {
  width: 34px;
  height: 34px;
  background-position: 0 -34px;
}
.sprite.-top-fb:after {
  background-position: 0 0;
}
.sprite.-top-vk {
  width: 34px;
  height: 34px;
  background-position: -34px -34px;
}
.sprite.-top-vk:after {
  background-position: -34px 0;
}
.sprite.-top-avito {
  width: 34px;
  height: 34px;
  background-position: -68px -34px;
}
.sprite.-top-avito:after {
  background-position: -68px 0;
}
.sprite.-top-youtube {
  width: 34px;
  height: 34px;
  background-position: -102px -34px;
}
.sprite.-top-youtube:after {
  background-position: -102px 0;
}
.sprite.-top-inst {
  width: 34px;
  height: 34px;
  background-position: -136px -34px;
}
.sprite.-top-inst:after {
  background-position: -136px 0;
}
.sprite.-auth {
  width: 21px;
  height: 21px;
  background-position: -170px 0;
}
.sprite.-cart {
  width: 26px;
  height: 24px;
  background-position: -170px -21px;
}
.sprite.-location {
  width: 12px;
  height: 19px;
  background-position: -191px 0;
}
.sprite.-mail {
  width: 23px;
  height: 17px;
  background-position: -203px -17px;
}
.sprite.-mail:hover {
  background-position: -203px 0;
}
.sprite.-feedback {
  width: 22px;
  height: 15px;
  background-position: -203px -34px;
}
.sprite.-cat-catalog {
  width: 20px;
  height: 20px;
  background-position: -226px 0;
}
.sprite.-cat-advantage {
  width: 22px;
  height: 20px;
  background-position: -246px 0;
}
.sprite.-cat-about {
  width: 24px;
  height: 18px;
  background-position: -268px 0;
}
.sprite.-cat-pay {
  width: 21px;
  height: 21px;
  background-position: -292px 0;
}
.sprite.-cat-delivery {
  width: 28px;
  height: 19px;
  background-position: -313px 0;
}
.sprite.-cat-news {
  width: 22px;
  height: 22px;
  background-position: -341px 0;
}
.sprite.-cat-contacts {
  width: 21px;
  height: 21px;
  background-position: -363px 0;
}
.sprite.-search {
  width: 22px;
  height: 22px;
  background-position: -226px -20px;
}
.sprite.-calendar {
  width: 18px;
  height: 15px;
  background-position: -170px -54px;
}
.sprite.-bt-facebook {
  width: 50px;
  height: 50px;
  background-position: 0 -118px;
}
.sprite.-bt-facebook:hover {
  background-position: 0 -68px;
}
.sprite.-bt-vk {
  width: 50px;
  height: 50px;
  background-position: -50px -118px;
}
.sprite.-bt-vk:hover {
  background-position: -50px -68px;
}
.sprite.-bt-avito {
  width: 50px;
  height: 50px;
  background-position: -150px -118px;
}
.sprite.-bt-avito:hover {
  background-position: -150px -68px;
}
.sprite.-bt-youtube {
  width: 50px;
  height: 50px;
  background-position: -200px -118px;
}
.sprite.-bt-youtube:hover {
  background-position: -200px -68px;
}
.sprite.-bt-instagram {
  width: 50px;
  height: 50px;
  background-position: -100px -118px;
}
.sprite.-bt-instagram:hover {
  background-position: -100px -68px;
}
.sprite-after,
.sprite.-top-fb,
.sprite.-top-vk,
.sprite.-top-avito,
.sprite.-top-youtube,
.sprite.-top-inst {
  position: relative;
}
.sprite-after:after,
.sprite.-top-fb:after,
.sprite.-top-vk:after,
.sprite.-top-avito:after,
.sprite.-top-youtube:after,
.sprite.-top-inst:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url(../img/sprite.png);
  display: inline-block;
  vertical-align: middle;
}
.sprite-after:hover:after,
.sprite.-top-fb:hover:after,
.sprite.-top-vk:hover:after,
.sprite.-top-avito:hover:after,
.sprite.-top-youtube:hover:after,
.sprite.-top-inst:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'MuseoSans';
  background: #eff2f6 url(/assets/img/top-bg.jpg) repeat-y;
  background-size: 100%;
}
.supertop {
  background-color: #e6e9ed;
  border-bottom: 1px solid #d9dcdf;
}
.supertop__social {
  margin-left: 300px;
  float: left;
}
.supertop__controls {
  float: right;
}
.supertop__auth-icon {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.supertop__auth-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #8a929b;
  margin-right: 6px;
  position: relative;
  border-bottom: 1px solid transparent;
}
.supertop__auth-link:hover {
  border-bottom: 1px solid #989fa7;
}
.supertop__auth-link:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -6px;
  bottom: 2px;
  width: 1px;
  background-color: #9ca3ab;
}
.supertop__auth-link:last-child:after {
  display: none;
}
.supertop-social {
  margin-top: -1px;
  position: relative;
  top: 1px;
}
.supertop-social__li {
  display: inline-block;
}
.supertop-controls {
  padding-top: 3px;
  padding-bottom: 2px;
}
.supertop-controls__item {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 45px;
  border-right: 1px solid #d9dcdf;
  line-height: 26px;
}
.supertop-cart {
  text-decoration: none;
  position: relative;
}
.supertop-cart:hover .supertop-cart__icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.supertop-cart:hover .supertop-cart__caption {
  border-bottom: 1px solid #989fa7;
}
.supertop-cart__counter {
  position: absolute;
  left: 80px;
  background: #145285;
  z-index: 2;
  display: block;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 4px;
  border-radius: 100%;
  color: #fff;
  font-weight: 500;
}
.supertop-cart__icon {
  position: relative;
  top: -1px;
  margin-right: 5px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.supertop-cart__caption {
  font-size: 12px;
  font-weight: 500;
  color: #8a929b;
  border-bottom: 1px solid transparent;
}
.header {
  padding-top: 17px;
  position: relative;
  padding-left: 300px;
}
.header__logo {
  position: absolute;
  top: -30px;
  left: -106px;
}
.header__logo-link {
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 3px;
  width: 290px;
}
.header__search-address {
  width: 475px;
  float: left;
  margin-right: 40px;
}
.header__phone-worktime {
  float: left;
  margin-right: 10px;
  width: 140px;
}
.header__buttons {
  float: right;
  width: 177px;
}
.header__phone {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #414141;
  margin-bottom: 5px;
}
.header__phone:hover {
  color: #272727;
}
.header__worktime {
  font-size: 14px;
  font-weight: 300;
  color: #414141;
}
.header__feedback {
  text-decoration: none;
  margin-top: 10px;
  display: block;
  margin-left: 20px;
}
.header__feedback:hover .header__feedback-ttl {
  text-decoration: none;
}
.header__feedback-ttl {
  color: #6184c0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.search-form {
  position: relative;
}
.search-form__input {
  width: 100%;
  height: 35px;
  border: 1px solid #d9dcdf;
  padding-right: 45px;
  padding-left: 35px;
  font-size: 14px;
  font-style: italic;
  color: #a6aeb7;
}
.search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e0e3e7;
  border: none;
  width: 45px;
  cursor: pointer;
}
.search-form__submit:active,
.search-form__submit:focus,
.search-form__submit:hover {
  background-color: #d2d6dc;
}
.header-address {
  margin-top: 15px;
}
.header-address__item {
  float: left;
}
.header-address__item._right {
  float: right;
}
.header-address__item,
.header-address__item > a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #414141;
}
.header-address__icon {
  margin-right: 11px;
}
.top-menu-cont {
  padding-top: 20px;
}
.top-menu-cont__data {
  float: right;
}
.top-menu {
  border-top: 1px solid #263033;
}
.top-menu__li {
  display: inline-block;
}
.top-menu__icon {
  margin-right: 2px;
}
.top-menu__link {
  display: block;
  padding: 12px 8px;
  border-top: 2px solid transparent;
  color: #263033;
  text-decoration: none;
}
.top-menu__link:hover,
.top-menu__link._active {
  background-color: #e6e9ed;
  border-top: 2px solid #3a8cd7;
}
.content-menu {
  display: table;
  width: 100%;
  margin-top: -10px;
}
.content-menu__li {
  display: table-cell;
}
.content-menu__li:last-child .content-menu__link:before {
  display: none;
}
.content-menu__link {
  display: block;
  position: relative;
  background-color: #7c848a;
  color: #fff;
  text-decoration: none;
  padding: 9px;
  overflow: hidden;
  text-align: center;
}
.content-menu__link:after {
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  content: '';
  position: absolute;
  right: -15px;
  bottom: -22px;
  background-color: #eff2f6;
  width: 30px;
  height: 30px;
}
.content-menu__link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: rgba(17, 17, 17, 0.17);
}
.content-menu__link:hover {
  background-color: #676e73;
}
.content-menu__link._active {
  background-color: #3a8cd7;
}
.subscribe {
  background-color: #263033;
  padding: 27px 0;
}
.subscribe__title {
  padding-top: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #c4cfd1;
  line-height: 24px;
}
.subscribe__form {
  white-space: nowrap;
}
.subscribe__input {
  width: 170px;
  height: 35px;
  background-color: #3d4d51;
  font-size: 12px;
  color: #769197;
  font-style: italic;
  font-weight: 300;
  border: none;
  padding: 0 10px;
}
.subscribe__submit {
  height: 35px;
  width: 45px;
  background-color: #1a2123;
  border: none;
  cursor: pointer;
}
.subscribe__hotline {
  display: inline-block;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #c4cfd1;
  line-height: 24px;
  margin-right: 30px;
}
.subscribe__phone {
  position: relative;
  top: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  color: #3a8cd7;
  text-decoration: none;
}
.subscribe__phone:hover {
  color: #2a7fce;
}
.footer {
  background-color: #2f3b3e;
  padding: 50px 0;
}
.footer__logo-block {
  margin-top: -40px;
  vertical-align: top;
  display: inline-block;
  width: 64%;
}
.footer__logo {
  margin-bottom: 55px;
}
.footer__address {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #b7c4c6;
  max-width: 195px;
}
.footer__phone {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #c4cfd1;
  margin-top: 8px;
  margin-bottom: 5px;
  text-decoration: none;
}
.footer__phone:hover {
  text-decoration: underline;
}
.footer__email {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #c4cfd1;
  text-decoration: none;
}
.footer__email:hover {
  text-decoration: underline;
}
.footer__menu-block {
  vertical-align: top;
  display: inline-block;
  width: 34%;
  padding-left: 10px;
}
.footer__menu {
  margin-bottom: 30px;
}
.footer__menu-link {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #c4cfd1;
  text-decoration: none;
}
.footer__menu-link:hover {
  color: #64adf0;
}
.footer__social-row {
  white-space: nowrap;
}
.footer__social-row._ml {
  position: relative;
  left: -64px;
}
.footer__social-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer__catalog {
  display: inline-block;
  vertical-align: top;
}
.footer__catalog._left {
  width: 45%;
  padding-right: 10px;
}
.footer__catalog._right {
  width: 54%;
}
.footer-catalog {
  margin-bottom: 15px;
}
.footer-catalog__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #c4cfd1;
  text-decoration: none;
}
.footer-catalog__link {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #c4cfd1;
  text-decoration: none;
}
.footer-catalog__link:hover {
  color: #64adf0;
}
.superfooter {
  background-color: #ffffff;
  padding: 20px 0;
}
.superfooter__copyrights {
  font-size: 14px;
  color: #707070;
}
.menu-button {
  display: none;
  cursor: pointer;
  font-size: 23px;
  height: 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 8px;
  left: 15px;
  z-index: 1000;
}
.menu-button__line {
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: -moz-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: -ms-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: -o-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  background: #585f67;
  display: block;
  width: 30px;
  height: 3px;
}
.menu-button__line.-top,
.menu-button__line.-meat {
  margin-bottom: 4px;
}
.menu-button:hover .-top {
  -webkit-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  -moz-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  -ms-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  -o-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  transform: rotateZ(0deg) translateX(0px) translateY(-3px);
}
.menu-button:hover .-meat {
  -webkit-transition: opacity 300ms ease-in-out 0ms;
  -moz-transition: opacity 300ms ease-in-out 0ms;
  -ms-transition: opacity 300ms ease-in-out 0ms;
  -o-transition: opacity 300ms ease-in-out 0ms;
  transition: opacity 300ms ease-in-out 0ms;
}
.menu-button:hover .-bottom {
  -webkit-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  -moz-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  -ms-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  -o-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  transform: rotateZ(0deg) translateX(0px) translateY(3px);
}
body.show-menu .menu-button__line.-top {
  -webkit-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -moz-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -ms-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -o-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
}
body.show-menu .menu-button__line.-meat {
  opacity: 0;
}
body.show-menu .menu-button__line.-bottom {
  -webkit-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -moz-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -ms-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -o-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
}
.m-title {
  position: relative;
  margin-top: 30px;
  font-size: 24px;
  color: #2f3b3e;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.m-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  margin: 8px auto;
  background-color: #3a8cd7;
}
.m-title.-left {
  text-align: left;
}
.m-title.-left:after {
  margin: 8px 0;
}
.m-title__link {
  color: #2f3b3e;
  text-decoration: none;
}
.categories {
  justify-content: center;
  flex-wrap: wrap;
}
.categories__item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.categories__link {
  display: block;
  border: 3px solid transparent;
  text-decoration: none;
  position: relative;
  width: 269px;
  max-width: 100%;
}
.categories__link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.57);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.categories__link:hover {
  border: 3px solid #3a8cd7;
}
.categories__link:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.categories__image {
  background-color: #fff;
  height: 217px;
  position: relative;
}
.categories__img {
  display: block;
}
.categories__title {
  background-color: #9099a0;
  min-height: 49px;
  margin: 0;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.categories__product-info {
  margin-top: 5px;
}
.categories__product-article {
  float: left;
  font-size: 12px;
}
.categories__product-price {
  float: right;
  font-size: 12px;
}
.our-company {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.our-company__left {
  display: table-cell;
  width: 300px;
  vertical-align: middle;
  background-color: #fff;
  font-size: 18px;
  line-height: 26px;
  color: #686868;
  padding: 15px 27px;
}
.our-company__middle {
  display: table-cell;
  vertical-align: top;
}
.our-company__right {
  display: table-cell;
  width: 268px;
  vertical-align: top;
  background: url(/assets/img/tmp/company2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}
.our-company__right-img {
  display: none;
}
.benefits {
  background-color: #f9fafb;
}
.benefits__item {
  float: left;
}
.benefits__info {
  width: 292px;
  float: left;
  height: 265px;
  padding: 15px;
  padding-bottom: 10px;
}
.benefits__info._flr {
  float: right;
}
.benefits__image {
  width: 292px;
  float: left;
  height: 265px;
}
.benefits__title {
  font-size: 20px;
  color: #3581c6;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 8px 0;
}
.benefits__text {
  font-size: 16px;
  color: #737373;
  line-height: 21px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 5px;
}
.benefits__link {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #737373;
  border-bottom: 1px solid #737373;
  text-decoration: none;
}
.benefits__link:hover {
  border-bottom: 1px solid transparent;
}
.video-block {
  background-color: #ffffff;
  padding: 70px 0;
}
.video-block__text {
  float: left;
  width: 50%;
  color: #414141;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: justify;
}
.video-block__text p {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 20px;
}
.video-block__embed {
  float: right;
  width: 50%;
  padding-left: 28px;
}
.articles__cols {
  min-height: 270px;
}
.articles__item {
  margin-bottom: 15px;
}
.article {
  display: block;
  text-decoration: none;
  max-width: 270px;
}
.article__image {
  display: block;
  margin-bottom: 10px;
}
.article__date {
  font-weight: 600;
  color: #676e73;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.article__date-icon {
  margin-right: 5px;
}
.article__descr {
  font-weight: 300;
  color: #414141;
  font-size: 16px;
  line-height: 23px;
}
.articles__link {
  margin-top: 10px;
}
.article:hover .article__date,
.article:hover .article__descr {
  color: #3581c6;
}
.clients {
  margin-top: 70px;
}
.clients__title {
  font-size: 42px;
  font-weight: 800;
  color: #2f76b7;
  text-align: center;
}
.clients__list {
  text-align: center;
}
.clients__item {
  display: inline-block;
  width: 170px;
  height: 80px;
  background-color: #fff;
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
  margin-top: 30px;
}
.reviews {
  background: url(/assets/img/reviews-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 70px;
  margin: 70px 0 50px;
}
.reviews__title {
  background: rgba(255, 255, 255, 0.59);
  max-width: 370px;
  margin: auto;
  padding: 14px 0;
  margin-bottom: 30px;
}
.reviews-slider__item {
  max-width: 372px;
  height: 380px;
  display: inline-block;
  margin-right: 13px;
  margin-left: 13px;
}
.reviews-slider__item:last-child {
  margin-right: 0;
}
.review {
  padding: 30px 30px 60px 30px;
  overflow: hidden;
  background-color: #fff;
}
.review.-list {
  padding: 25px 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.review__image {
  float: left;
  margin-right: 16px;
  max-width: 67px;
  max-height: 80px;
}
.review__info {
  float: left;
}
.review__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #737373;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.review__date {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #616161;
}
.review__site {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #025680;
  text-decoration: none;
}
.review__message {
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  color: #323232;
  text-align: justify;
}
.help {
  margin-top: 30px;
  text-align: center;
}
.help__item {
  position: relative;
  border: 3px solid transparent;
  max-width: 370px;
  display: inline-block;
  text-decoration: none;
  margin: 0 13px 15px 13px;
}
.help__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.57);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.help__item:hover {
  border: 3px solid #3a8cd7;
}
.help__item:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.help__img {
  display: block;
  width: 100%;
}
.help__title {
  background-color: #676e73;
  margin: 0;
  color: #fff;
  padding: 8px 15px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.standards {
  margin: 60px 0;
}
.standards__list {
  text-align: center;
  margin-top: 30px;
}
.standards__item {
  display: inline-block;
  width: 170px;
  height: 135px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin: 0 15px 15px 15px;
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}
.page {
  padding-top: 10px;
  padding-bottom: 80px;
}
.side-menu {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
}
.side-menu__inner {
  margin-left: 18px;
}
.side-menu__link {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.tabs {
  width: 100%;
}
.tabs__caption {
  border-bottom: 2px solid #cecece;
}
.tabs__li {
  display: inline-block;
}
.tabs__link {
  display: block;
  position: relative;
  top: 2px;
  font-weight: 500;
  font-size: 16px;
  color: #414141;
  padding: 10px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.tabs__link:hover,
.tabs__link._active {
  color: #2572b9;
  border-bottom: 2px solid #3a8cd7;
}
.tabs__content {
  padding: 15px 0;
  display: none;
}
.tabs__content._active {
  display: block;
}
.text {
  color: #414141;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: justify;
}
.chars__tr:nth-child(even) {
  background-color: #dfe5ed;
}
.chars__td {
  padding: 5px;
}
.instr {
  margin-bottom: 15px;
}
.instr__img {
  vertical-align: middle;
  margin-right: 10px;
}
.product__left {
  float: left;
  width: 30%;
  margin-bottom: 20px;
}
.product__img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.product__right {
  float: right;
  width: 69%;
  padding-left: 20px;
}
.product__head {
  margin-bottom: 10px;
}
.product__price {
  float: left;
  font-size: 24px;
  color: #145285;
  font-weight: 500;
  line-height: 24px;
}
.product__article {
  line-height: 14px;
  font-size: 12px;
  color: #999;
}
.product__availability {
  float: right;
  font-weight: 500;
  width: 29%;
  text-align: right;
  color: #d12f2f;
}
.product__availability._available {
  color: #2c943d;
}
.product__counter {
  float: left;
  margin-top: 16px;
}
.product__print {
  float: right;
}
.product__print-link {
  width: 64px;
  padding-top: 3px;
  display: inline-block;
  background-color: #fff;
}
.product__buttons {
  margin-top: 25px;
}
.product__add-to-cart {
  float: left;
}
.product__kp {
  float: right;
}
.counter {
  width: 120px;
}
.counter__button {
  float: left;
  display: block;
  padding: 4px 10px;
  background-color: #0091d0;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-weight: 800;
  border: none;
  text-decoration: none;
  line-height: 19px;
}
.counter__button:hover {
  background-color: #145285;
}
.counter__button._plus {
  border-radius: 0 3px 3px 0;
}
.counter__input {
  float: left;
  border: none;
  padding: 5px;
  width: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #777;
}
.cart {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 570px;
  background-color: #fff;
  right: 0;
  z-index: 100;
  padding: 10px 20px;
  box-shadow: 0 0 10px #ccc;
  display: none;
}
.cart:after {
  bottom: 100%;
  right: 60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
}
.cart__total {
  float: left;
  font-weight: 800;
  color: #145285;
  line-height: 40px;
  white-space: nowrap;
}
.cart__order {
  float: right;
}
.cart-product {
  display: table;
  border-bottom: 1px solid #efefef;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.cart-product__image,
.cart-product__title,
.cart-product__counter,
.cart-product__price {
  vertical-align: middle;
  display: table-cell;
  padding-right: 15px;
}
.cart-product__title {
  width: 210px;
}
.cart-product__image {
  width: 65px;
}
.cart-product__link {
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}
.cart-product__link:hover {
  text-decoration: none;
}
.cart-product__price {
  white-space: nowrap;
  color: #145285;
  font-size: 18px;
}
.cart-product__remove {
  display: table-cell;
  vertical-align: middle;
  width: 15px;
}
.cart-product__remove-link {
  width: 15px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.cart-product__remove-link:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.input,
.textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.review-form {
  background-color: #fff;
  padding: 5px 15px;
  margin-top: 15px;
}
.review-form__inner {
  max-width: 600px;
}
.modal {
  display: none;
}
.fancybox-is-open .modal {
  display: block;
}
.form {
  max-width: 400px;
  margin: auto;
}
.main-slider > .slider-item:not(:first-child) {
    display: none;
}
.main-slider.owl-carousel {
  display: block;
}
.main-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: center;
  white-space: nowrap;
}
.main-slider.owl-carousel button.owl-dot {
  display: inline-block;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-left: 8px;
  box-shadow: 0 0 10px #ccc;
}
.main-slider.owl-carousel button.owl-dot.active {
  background-color: #145285;
}