@charset "UTF-8";
:root {
  --clr-base: #3b3b3b;
  --clr-att: #3b7faf;
  --min: 320px;
  --max: 1470px;
  font-size: 10px;
}
.fi {
  font-family: 'PT Serif', serif;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base, #000);
  background: #fff;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
}
p,
ul,
ol {
  position: relative;
  margin-bottom: 1.75em;
}
p img,
ul img,
ol img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
a {
  text-decoration: none;
  color: var(--clr-att, #f00);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att, #f00);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
a.link-main:hover,
.link-main:hover {
  border-bottom: none;
}
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
h1,
.h1-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  margin: 0 0 1.65em 0;
  text-align: center;
}
h2,
.h2-title {
  font-size: 24px;
  font-size: 2.4rem;
}
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.1em;
}
.title-att {
  color: #002d3d;
}
.text-light {
  color: #707070;
}
@media (max-width: 1199px) {
  h1,
  .h1-title {
    font-size: 3rem;
  }
  h2,
  .h2-title {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  h1,
  .h1-title {
    font-size: 2.5rem;
  }
  h2,
  .h2-title {
    font-size: 1.9rem;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min, 320px);
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 15px;
  min-width: var(--min, 320px);
  max-width: var(--max, 1200px);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page .cnt-section {
  min-width: 0;
}
.page {
  padding-top: 45px;
  padding-top: 4.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min, 320px);
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.footer {
  background: #373737;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666;
  color: #a4a4a5;
  padding: 32px 0;
}
.footer .menu-wrap {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer .menu-wrap li {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.footer .menu-wrap li:last-child {
  margin-bottom: 0;
}
.footer .menu-wrap ul ul {
  padding-top: 10px;
  padding-top: 1rem;
  margin: 0;
}
.footer .menu-wrap ul ul li {
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  border: none;
}
.footer .menu-wrap ul ul li:last-child {
  margin-bottom: 0;
}
.footer .information-wrap {
  margin-top: 20px;
}
.footer .information-wrap:first-child {
  margin-top: 0;
}
.footer .soc-wrap {
  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;
  margin: 0 0 15px 0;
}
.footer .button-soc {
  margin: 0 5px 5px 5px;
}
.footer .phones-wrap {
  margin-bottom: 36px;
}
.footer .phone-wrap {
  white-space: nowrap;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #e1eef7;
}
.footer .phone-wrap a {
  color: #e1eef7;
}
.footer p {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer a {
  color: #a4a4a5;
}
.footer a:hover {
  color: #fff;
}
.footer a.menu-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #e1eef7;
}
.footer a.menu-title:hover {
  color: #fff;
}
.header .phones-wrap,
.nav .phones-wrap {
  position: relative;
  display: block;
  padding: 0 30px 0 26px;
}
.header .phones-wrap:before,
.nav .phones-wrap:before {
  content: "";
  background-image: url(../img/spr2.png);
  background-position: 0px -126px;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}
.header .mail-wrap,
.nav .mail-wrap {
  display: block;
  position: relative;
  padding: 0 0 0 34px;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .mail-wrap:before,
.nav .mail-wrap:before {
  content: "";
  background-image: url(../img/spr2.png);
  background-position: -36px -126px;
  width: 17px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
.header {
  z-index: 99;
  overflow: hidden;
  background: #ffffff;
  line-height: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--clr-att);
}
.header .inner-wrap {
  height: 60px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .contacts-wrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.header .logo-wrap {
  height: 60px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .oaselog {
	  width: 100px!important;
	  margin-left: 30px!important;
	  
  }
  
.header .actions-wrap {
  float: left;
  position: absolute;
  top: 10px;
  right: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .logo {
  display: block;
  width: 100%;
}
.nav {
  z-index: 100;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
}
.nav .contacts-wrap {
  display: block;
  line-height: 25px;
  color: var(--clr-att);
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px;
}
.nav .phones-wrap {
  padding: 0;
  text-align: center;
}
.nav .phones-wrap:before {
  display: none;
}
.nav .mail-wrap {
  padding: 0;
  max-width: 100%;
}
.nav .mail-wrap:before {
  display: none;
}
.nav .info-wrap {
  padding: 10px 0 0 0;
}
.nav .info-wrap:first-child {
  padding: 0;
}
.open {

    background: #23587d;
    border-color: #337ab7;
}
.main-catalog-wrap .btn-catalog {
  display: block;
  height: 50px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  /*background: #3b7faf;*/
}

.main-catalog-wrap .btn-catalog:hover,
.main-catalog-wrap .btn-catalog.active {
  background: #5da1d1;
}
.main-catalog-wrap .btn-catalog .button-menu {
  position: relative;
  margin: 5px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-catalog-wrap .btn-catalog .button-menu:before,
.main-catalog-wrap .btn-catalog .button-menu:after {
  border-color: #fff;
}
.main-catalog-wrap .btn-catalog .menu-title {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
}
.main-catalog-wrap .btn-catalog.active ~ .catalog-block {
  display: block;
}
.main-catalog-wrap .catalog-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  padding: 20px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.main-catalog-wrap .catalog-block a {
  display: block;
  position: relative;
  text-align: center;
  padding: 5px 20px;
  color: #cee1fa;
}
.main-catalog-wrap .catalog-block a:hover,
.main-catalog-wrap .catalog-block a.active {
  color: #fff;
}
.main-menu-wrap {
  color: #cee1fa;
  padding-top: 20px;
}
.main-menu-wrap ul ul {
  padding: 10px 0;
}
.main-menu-wrap ul ul a {
  padding: 5px 20px;
}
.main-menu-wrap a {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 20px;
  color: #cee1fa;
}
.main-menu-wrap a:hover,
.main-menu-wrap a.active {
  color: #fff;
}
.side-menu-wrap {
  display: block;
  position: relative;
  line-height: 1;
  background: #f8f8f8;
  border: 1px solid #e2e3e2;
  margin-bottom: 27px;
  margin-bottom: 2.7rem;
}
.side-menu-wrap li {
  /*border-bottom: 1px dotted #e2e3e2;*/
}
.side-menu-wrap li.open .me > a {
  background: #002d3d;
  color: #fff;
}
.side-menu-wrap li:last-child {
  border-bottom: none;
}

.me .button-toggle {
	    cursor: pointer;
}
.side-menu-wrap li ul {
  background: #efefef;
  display: none;
}
.side-menu-wrap li ul a {
  padding-left: 50px;
  padding-left: 5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}
.side-menu-wrap li ul a:hover {
  background: #e2e3e2;
  color: #8f9091;
}

.side-menu-wrap li ul a.active {
  background: #fff;
  color: #002d3d;
  font-weight: 800;
}
.side-menu-wrap li ul a:before {
  display: block;
}
.side-menu-wrap li a {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f9091;
  text-decoration: none;
  padding: 17px 30px 17px 26px;
  padding: 1.7rem 3rem 1.7rem 2.6rem;
}
.side-menu-wrap li div.me {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f9091;
  text-decoration: none;
}
.side-menu-wrap li .me a:hover,
.side-menu-wrap li .me a.active {
  background: #002d3d;
  color: #fff;
}
.side-menu-wrap li a:hover .btn-action-ico:before,
.side-menu-wrap li a.active .btn-action-ico:before,
.side-menu-wrap li a:hover .btn-action-ico:after,
.side-menu-wrap li a.active .btn-action-ico:after {
  background: #fff;
}
.side-menu-wrap li a:before {
  content: "";
  background-image: url(../img/spr2.png);
  background-position: -176px 0px;
  width: 17px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -4px;
  display: none;
}
.side-menu-wrap .open .btn-action-ico.button-toggle {
  /* opacity: 0; */
}



.side-menu-wrap .open .btn-action-ico.button-toggle:before {
  -webkit-transform: -webkit-rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.side-menu-wrap .btn-action-ico.button-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  z-index: 2;
}
.side-menu-wrap .btn-menu {
  display: none;
}
.side-menu-wrap p,
.side-menu-wrap ul,
.side-menu-wrap li {
  margin: 0;
  padding: 0;
}
.side-menu-wrap p:before,
.side-menu-wrap ul:before,
.side-menu-wrap li:before {
  display: none;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  border: none;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .content-wrap {
    display: block;
    margin-bottom: 5rem;
  }
  .content {
    margin-bottom: 3rem;
  }
  .search-show .nav {
    z-index: inherit;
  }
  .footer {
    text-align: center;
  }
  .header {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
  }
  .header .inner-wrap {
    padding-right: 180px;
	
  }
  .header .logo-wrap {
    /*margin-left: -15px;*/
  }
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    line-height: 1;
  }
  .nav .inner-wrap {
    height: 0;
  }
  .nav .button-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 110;
  }
  .nav .menu-block {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 320px;
    z-index: 10;
    background: #002d3d;
  }
  .nav .actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 84px;
    z-index: 10;
    height: 40px;
  }
  .nav .button-cart .cart-title,
  .nav .button-cart .cart-total {
    display: none;
  }
  .main-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 1;
    z-index: 11;
  }
  .main-search-wrap .button-search.js-btn-toggle {
    position: absolute;
    top: 10px;
    right: 50px;
  }
  .main-search-wrap .search-block {
    display: none;
    position: absolute;
    top: 0px;
    right: 34px;
    left: 0;
    padding: 10px;
    background: #fff;
    z-index: 10;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .main-search-wrap .search-block {
    left: auto;
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search-show .header .contacts-wrap {
    display: none;
  }
  .header .contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .inner-wrap,
  .page {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	/*
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
			*/
    margin-bottom: 5rem;
    max-width: 100%;
  }
  .side {
    width: 300px;
  }
  .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 300px);
    padding: 0rem 0 0 3rem;
  }
  .footer .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .menu-wrap {
    margin: 0;
    -webkit-box-flex: 3.3;
        -ms-flex: 3.3;
            flex: 3.3;
    padding: 0 20px 0 0;
  }
  .footer .menu-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1045px;
    border-right: 1px solid #474747;
  }
  .footer .menu-wrap ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px 0 27px;
    border-left: 1px solid #474747;
  }
  .footer .menu-wrap ul li:first-child {
    border-left: none;
  }
  .footer .menu-wrap ul ul {
    display: block;
    padding-top: 28px;
    border: none;
  }
  .footer .menu-wrap ul ul li {
    padding: 0;
  }
  .footer .information-wrap {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .soc-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .button-soc {
    margin-right: 10px;
    margin-left: 0;
  }
  .header .inner-wrap {
    height: 96px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 290px;*/
	
  }
  .header .logo-wrap {
    width: 230px;
    height: 96px;
    /*position: absolute;*/
     display: flex;
    /*padding: 12px 0 0 0;*/
    top: 0;
    /*left: 30px;*/
    margin: 0;
  }
  
  .oaselog {
	  width: 100px!important;
	  margin-left: 30px!important;
  }
  
  .oaselog .logo img{
  width: 100%!important;
}
  .header .contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-bottom: 4px;
	
  }
  .header .actions-wrap {
    display: none;
  }
  .nav {
    background: #002d3d;
    border-bottom: 2px solid #fff;
    line-height: 1;
  }
  .nav .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav .button-menu {
    display: none;
  }
  .nav .contacts-wrap {
    display: none;
  }
  .nav .menu-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 45px;
  }
  .nav .js-btn-toggle.active ~ .menu-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .nav .actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav .user-wrap {
    width: 60px;
  }
  .nav .user-wrap .btn-action-ico {
    width: 100%;
  }
  .nav .btn-action-ico {
    height: 50px;
  }
  .nav .btn-action-ico.button-user:before {
    background-image: url(../img/spr2.png);
    background-position: -87px 0px;
    width: 25px;
    height: 29px;
  }
  .nav .btn-action-ico.button-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding: 0 20px 0 44px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav .btn-action-ico.button-cart.active:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav .btn-action-ico.button-cart:before {
    background-image: url(../img/spr2.png);
    background-position: -40px 0px;
    width: 27px;
    height: 33px;
    right: auto;
    left: 8px;
  }
  .nav .btn-action-ico.button-cart:after {
    background-image: url(../img/spr2.png);
    background-position: -176px -117px;
    width: 7px;
    height: 4px;
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    margin-top: -3px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  }
  .nav .btn-action-ico.button-cart .cart-counter {
    display: block;
    width: 44px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 58px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
  }
  .nav .btn-action-ico.button-cart .cart-title {
    display: block;
    width: 100%;
    line-height: 17px;
  }
  .nav .btn-action-ico.button-cart .cart-total {
    display: block;
    width: 100%;
    line-height: 17px;
  }
  .nav .btn-action-ico.button-cart .cart-total b {
    font-size: 12px;
  }
  .nav .btn-action-ico.button-cart * {

  }
  .main-search-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
			padding-left: 30px;
  }
  .main-search-wrap .js-btn-toggle {
    display: none;
  }
  .main-menu-wrap {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 0px;
  }
  .main-menu-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1;
  }
  .main-menu-wrap ul ul {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 240px;
    background: #3b7faf;
    z-index: 10;
    padding: 15px 0;
  }
  .main-menu-wrap ul li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-menu-wrap ul li:hover > a {
    background: #3b7faf;
  }
  .main-menu-wrap ul li:hover ul {
    display: block !important;
  }
  .main-menu-wrap ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 20px;
  }
  .main-menu-wrap ul a:hover,
  .main-menu-wrap ul a.active {
    background: #3b7faf;
  }
  .main-catalog-wrap {
    width: 255px;
    position: relative;
    display: block;
  }
  .main-catalog-wrap .btn-catalog {
    text-align: left;
    padding: 0 10px 0 88px;
    font-size: 18px;
  }
  .main-catalog-wrap .btn-catalog:hover,
  .main-catalog-wrap .btn-catalog.active {
    background: #3b7faf;
  }
  .main-catalog-wrap .btn-catalog .button-menu {
    position: absolute;
    top: 50%;
    left: 50px;
    margin: -25px 0 0 -20px;
  }
  .main-catalog-wrap .catalog-block {
    background: #3b7faf;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: left;
  }
  .main-catalog-wrap .catalog-block a {
    text-align: left;
    padding: 10px 15px 10px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header .inner-wrap {
    /*padding-left: 250px;*/
  }
  .nav .menu-block {
    padding-right: 0;
  }
  .main-menu-wrap {
    padding-left: 0;
  }
  .main-catalog-wrap {
    width: 200px;
  }
}
@media (min-width: 1024px) and (max-width: 1469px) {
  .footer .menu-wrap li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .header .info-wrap {
    min-width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .content {
    padding-left: 5.8rem;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-review {
  display: block;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  color: #7b7a7a;
  min-height: 60px;
  padding: 0px 0 0 84px;
  padding-bottom: 45px;
  padding-bottom: 4.5rem;
  border-bottom: 3px dotted #cbcbcb;
}
.item-review .rv-photo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 3px solid #4e4d4d;
  background: #919293;
  line-height: 1;
}
.item-review .rv-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-review .rv-title {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4e4d4d;
  padding-right: 150px;
}
.item-review .rv-date {
  display: block;
  float: left;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  right: 0;
  color: #7b7a7a;
}
.item-review .elm-rate-wrap {
  margin-top: 1em;
}
.item-review .rv-text {
  margin-top: 1.8em;
  display: block;
}
.item-question p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.item-question p:last-child {
  margin-bottom: 0;
}
.item-row {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 4px 0;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  color: #7b7a7a;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-row .row-title,
.item-row .row-value {
  display: block;
  position: relative;
  background: #fff;
  z-index: 2;
  padding-right: 4px;
}
.item-row .row-value {
  padding-right: 0;
  padding-left: 9px;
  padding-left: 0.9rem;
  margin-left: 10px;
  margin-left: 1rem;
}
.item-row:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  bottom: 0.8rem;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 2px dotted #7b7a7a;
}
.elm-sticker {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #002d3d;
  padding: 0 24px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.elm-sticker span {
  position: static;
}
.elm-sticker:last-child span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 1;
  border: 10px solid rgba(0, 0, 0, 0);
  border-width: 22px 13px;
  border-left-color: #002d3d;
  border-top-color: #002d3d;
  position: absolute;
  top: 0;
  left: 100%;
}
.elm-sticker:last-child:before {
  right: -24px;
  background: #fff;
}
.elm-sticker:last-child:after {
  right: -1px;
  background: #fff;
}
.elm-sticker:before,
.elm-sticker:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 3px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}
.elm-sticker:after {
  top: auto;
  bottom: 3px;
}
.elm-sticker.st-red {
  background: #ff0000;
}
.elm-sticker.st-red:last-child span:after {
  border-top-color: #ff0000;
  border-left-color: #ff0000;
}
.elm-sticker.st-small {
  padding: 0 8px;
  font-size: 15px;
  font-weight: 400;
}
.item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e2e3e2;
}
.item-photo:before {
  content: "";
  display: block;
  padding-top: 85%;
}
.item-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-rate-wrap {
  display: block;
  overflow: hidden;
  line-height: 1;
  width: 70px;
  height: 12px;
}
.elm-rate-wrap .elm-rate {
  float: left;
}
.elm-rate {
  display: block;
  width: 14px;
  height: 12px;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.elm-rate:before {
  content: "";
  background-image: url(../img/spr2.png);
  background-position: -176px -28px;
  width: 13px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
.elm-rate.rate-empty:before {
  background-image: url(../img/spr2.png);
  background-position: -107px -126px;
  width: 14px;
  height: 11px;
}
.item-catalog {
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #41596d;
  text-decoration: none;
  text-align: left;
  padding: 15px;
  padding: 1.5rem;
  margin: 0 auto 0 auto;
    flex-flow: column;
    height: 100%!important;
}
.item-catalog.type-second {
  border: 1px solid #e2e3e2;
  padding: 0 0 20px 0;
  padding: 0 0 2rem 0;
}
.item-catalog.type-second .cat-photo-wrap {
  padding: 0;
}
.item-catalog.type-second .cat-title-wrap {
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  margin: 0;
  border-top: 1px solid #e2e3e2;
}
.item-catalog.type-second .cat-price-wrap {
  margin: 4px 0 0 0;
  margin: 0.4rem 0 0 0;
  padding: 0 10px;
  padding: 0 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.item-catalog.type-second .cat-photo {
  height: 250px;
  max-height: 250px;
}
.item-catalog.type-second .cat-photo:before {
  padding-top: 110%;
  display: none;
}
.item-catalog.type-second .cat-price {
  font-size: 12px;
}
.item-catalog.type-second .cat-price .price {
  font-size: 2em;
  font-weight: bold;
}
.item-catalog.type-second .cat-price.price-old {
  margin-left: 5px;
}
.item-catalog.type-second .cat-price.price-old .price {
  font-size: 1em;
  font-weight: 400;
}
.item-catalog.type-second .cat-title {
  margin: 0;
  padding: 0;
  line-height: 1.562;
  /*min-height: 3.125em;*/
}

.catalog-slider-box .item-catalog.type-second .cat-title {
height: 100px;
}


.item-catalog .cat-photo-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  min-height: 250px;
}
.item-catalog .cat-photo-wrap:hover .btn,
.item-catalog .cat-photo-wrap:hover button,
.item-catalog .cat-photo-wrap:hover input[type="submit"] {
  opacity: 1;
}
.item-catalog .cat-photo-wrap:hover .btn:hover,
.item-catalog .cat-photo-wrap:hover button:hover,
.item-catalog .cat-photo-wrap:hover input[type="submit"]:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.item-catalog .cat-photo-wrap .btn,
.item-catalog .cat-photo-wrap button,
.item-catalog .cat-photo-wrap input[type="submit"] {
  display: block;
  position: absolute;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
  top: 50%;
  margin-top: -16px;
  margin-top: -1.6rem;
  z-index: 3;
  opacity: 0;
}
.item-catalog .cat-title-wrap {
  display: block;
  position: relative;
  margin: 10px 0 0px 0;
  margin: 1rem 0 0rem 0;
  padding: 0 15px;
  padding: 0 1.5rem;
}
.item-catalog .cat-price-wrap {
  margin-top: 20px;
  margin-top: 2rem;
  padding: 0 15px;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.item-catalog .cat-actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 0 0;
  margin: 2.4rem 0 0 0;
  border: 1px solid #e1dfdf;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.item-catalog .cat-price {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #3b7faf;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.item-catalog .cat-price.price-old {
  color: #bcbaba;
  font-weight: 400;
}
.item-catalog .cat-price.price-old .price {
  font-size: 1em;
  font-weight: 400;
}
.item-catalog .cat-price .price {
  display: inline;
}
.item-catalog .cat-photo {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 240px;
}
.item-catalog .cat-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-catalog .cat-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-catalog .cat-button {
  font-weight: 600;
  color: #3b7faf;
  display: block;
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px;
  padding: 0 1rem;
  text-align: center;
  height: 63px;
  line-height: 62px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.item-catalog .cat-button.button-second {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #9a9a9a;
}
.item-catalog .cat-button.button-second:hover {
  color: var(--clr-att);
}
.item-catalog .cat-button:hover {
  color: var(--clr-att);
}
.item-catalog .button-title {
  display: inline-block;
  /*vertical-align: middle;*/
  line-height: 1.1;
  white-space: normal;
}
.item-catalog .cat-title {
  display: block;
  line-height: 20px;
  line-height: 2rem;
  min-height: 60px;
  min-height: 6rem;
}
.item-catalog .cat-title a {
  color: #41596d;
}
.item-catalog .cat-title a:hover {
  color: var(--clr-att);
}
.item-catalog .button-add-cart {
  width: 63px;
  height: 63px;
  border-right: 1px solid #e1dfdf;
}
.item-catalog .elm-rate-wrap {
  position: absolute;
  right: 0;
  top: 7px;
  opacity: 0.2;
}
.item-plus {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.555;
  color: #303030;
  text-decoration: none;
}
.item-plus .plus-ico {
  display: block;
  width: 100px;
  width: 10rem;
  height: 80px;
  height: 8rem;
  margin: 0 auto 10px auto;
  margin: 0 auto 1rem auto;
  position: relative;
  overflow: hidden;
}
.item-plus .plus-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-plus .plus-title {
  display: block;
}
.item-service {
  display: block;
  position: relative;
  overflow: hidden;
  color: #434343;
}
.item-service:hover .srv-photo-wrap:after {
  opacity: 0.2;
}
.item-service .srv-photo-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.item-service .srv-photo-wrap:last-child {
  margin-bottom: 0;
}
.item-service .srv-photo-wrap:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.item-service .srv-photo-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.43;
  background: #002d3d;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.catalog .item-service .srv-photo-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.43;
  background: #002d3d4a;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}


.item-service .srv-title {
  display: block;
  margin: 0;
  font-weight: 600;
}
.item-service .h2-title{
  font-size: 2.0rem;
}
.catalog .item-service .button-main
{
	    background: #ffffffeb;
    color: #4ea1db;
}

.catalog .item-service  .btn.button-light, .catalog button.button-light, .catalog input[type="submit"].button-light {
    border-color: #fff;
    color: #0084b9;
}
.item-service .btn,
.item-service button,
.item-service input[type="submit"] {
  position: absolute;
  bottom: 18px;
  right: 22px;
  z-index: 3;
}
@media (max-width: 639px) {
  .item-row {
    font-size: 1.4rem;
  }
  .elm-sticker {
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    padding: 0 2rem;
  }
  .elm-sticker.st-small {
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  .elm-sticker:last-child span:after {
    border-width: 15px 10px;
  }
  .elm-sticker:last-child:before {
    right: -17px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .item-catalog:not(.type-second) .cat-button {
    /*font-size: 1.1rem;*/
  }
  .item-catalog:not(.type-second) .cat-button.button-second {
    font-size: 1.2rem;
  }
  .item-catalog:not(.type-second) .cat-title-wrap,
  .item-catalog:not(.type-second) .cat-price-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .item-catalog:not(.type-second) .cat-button {
    /*font-size: 0.9rem;*/
    padding: 0 5px;
  }
  .item-catalog:not(.type-second) .cat-button.button-second {
    font-size: 1.2rem;
  }
  .item-catalog:not(.type-second) .cat-title-wrap,
  .item-catalog:not(.type-second) .cat-price-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-catalog:not(.type-second) .cat-button {
    font-size: 1.3rem;
    padding: 0 5px;
  }
}
@media (min-width: 1024px) {
  .item-plus {
    font-size: 1.6rem;
  }
  .item-plus .plus-ico {
    width: 15rem;
    height: 13rem;
    margin-bottom: 4rem;
  }
  .item-service .srv-photo-wrap {
    margin-bottom: 2rem;
  }
  .item-service .btn,
  .item-service button,
  .item-service input[type="submit"] {
    right: 2.7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .item-catalog:not(.type-second) .cat-button {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  .item-plus {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .item-catalog:not(.type-second) .cat-button {
    font-size: 1.1rem;
  }
  .item-catalog:not(.type-second) .cat-button.button-second {
    font-size: 1.2rem;
  }
  .item-catalog:not(.type-second) .cat-title-wrap,
  .item-catalog:not(.type-second) .cat-price-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1469px) {
  .item-catalog:not(.type-second) .cat-button {
    font-size: 1.4rem;
    padding: 0 5px;
  }
}
@media (min-width: 1470px) {
  .item-review .rv-date {
    width: 140px;
  }
}
/* ----------------------------------- *\
			content styles
\* ------------------------------------ */
.popup-box {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 26px 40px 34px;
  padding: 1.3rem 2.6rem 4rem 3.4rem;
}
.popup-box .title-box {
  padding-right: 50px;
  padding-right: 5rem;
}
.reviews-slider-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.reviews-slider-box .button-wrap {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}
.reviews-slider-box .slider-wrap {
  margin: 0 -10px;
  position: relative;
}
.reviews-slider-box .owl-nav {
  display: none;
}
.reviews-slider-box .owl-dots {
  padding-top: 20px;
}
.reviews-slider-box .owl-prev,
.reviews-slider-box .owl-next {
  position: absolute;
  top: 50px;
  top: 5rem;
  left: 5px;
  left: 0.5rem;
  margin-top: -30px;
  margin-top: -3rem;
}
.reviews-slider-box .owl-next {
  left: auto;
  right: 5px;
  right: 0.5rem;
}
.reviews-slider-box .sl-wrap {
  position: relative;
  padding: 0 10px;
  display: block;
}
.questions-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.questions-box .item-wrap {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.questions-box .item-wrap:last-child {
  margin-bottom: 0;
}
.catalog-slider-box {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  padding-top: 24px;
  padding-top: 2.4rem;
}
.catalog-slider-box:first-child {
  padding-top: 0;
}
.catalog-slider-box .slider-wrap {
  margin: 0 -5px;
  position: relative;
}
.catalog-slider-box .owl-prev,
.catalog-slider-box .owl-next {
  position: absolute;
  top: 125px;
  left: -10px;
  margin-top: -30px;
}
.catalog-slider-box .owl-next {
  left: auto;
  right: 0;
}
.catalog-slider-box .sl-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  margin-bottom: 10px;
}
.catalog-slider-box .owl-dots {
  display: none;
}
.tabs-inner-box {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.tabs-inner-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px 0 0;
}
.tabs-inner-box li {
  margin: 0 35px 0 0;
  padding: 0;
}
.tabs-inner-box a {
  display: block;
  height: 40px;
  height: 4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #7b7a7a;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  overflow: hidden;
}
.tabs-inner-box a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  height: 0.4rem;
  background: #3b7faf;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.tabs-inner-box a:hover:before,
.tabs-inner-box a.active:before {
  opacity: 1;
}
.tabs-box {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  line-height: 1;
  position: relative;
}
.tabs-box.tabs-start ul {
  border-bottom: 4px solid #002d3d;
}
.tabs-box.tabs-start li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: -4px;
}
.tabs-box.tabs-start .btn,
.tabs-box.tabs-start button,
.tabs-box.tabs-start input[type="submit"] {
  padding: 0 26px;
  padding: 0 2.6rem;
}
.tabs-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.tabs-box li {
  margin: 0;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tabs-box .btn {
  display: block;
  padding: 0 10px;
  min-width: 180px;
}
.tab-content-box {
  margin-top: -45px;
  margin-top: -4.5rem;
  border: 1px solid #e2e3e2;
  border-top: none;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  padding: 20px 25px 20px 25px;
  padding: 2rem 2.5rem 2rem 2.5rem;
}
.tab-content-box .features-box {
  margin-bottom: 0;
}
.features-box {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.title-box {
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #919293;
  line-height: 1.2;
      margin-top: 20px;
}
.title-box .title-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 0;
}
.title-box .elm-rate-wrap {
  margin: 0 18px 0 0;
}
.title-box .reviews-wrap {
  margin: 0 34px 0 0;
}
.title-box h1,
.title-box .h1-title {
  font-size: 30px;
  font-size: 3rem;
  text-align: left;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
.title-box a {
  color: #919293;
}
.title-box a:hover {
  color: var(--clr-att);
}
.card-info-wrap {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 30px;
  width: 50%;
}
.card-info-wrap .inner-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-info-wrap .prices-wrap {
  padding-right: 15px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.card-info-wrap .actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1;
  margin-bottom: 0px;
  /*margin-bottom: 2rem;*/
}
.card-info-wrap .count-wrap {
  display: block;
  position: relative;
  line-height: 1;
  width: 60px;
}
.card-info-wrap .count-wrap input[type="text"],
.card-info-wrap .count-wrap .inp-text {
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #3b7faf;
  text-align: center;
  background: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b7faf;
  text-decoration: none;
  overflow: hidden;
}
.card-info-wrap .count-wrap .inp-text {
  line-height: 53px;
}
.card-info-wrap .cart-wrap {
  width: 132px;
}
.card-info-wrap .buy-wrap {
  width: 144px;
}
.card-info-wrap .desc-wrap {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.15;
  color: #7b7a7a;
}
.card-info-wrap .desc-wrap p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.card-info-wrap .desc-wrap p:last-child {
  margin-bottom: 0;
}
.card-info-wrap .price-main,
.card-info-wrap .price-old {
  display: block;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3b7faf;
}
.card-info-wrap .price-old {
  color: #bcbaba;
  text-decoration: line-through;
  margin-top: 5px;
}
.card-info-wrap .price-old .price-value {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.card-info-wrap .price-info {
  font-size: 12px;
  font-size: 1.2rem;
  color: #002d3d;
  margin-top: 2px;
}
.card-info-wrap .price-info a {
  color: #002d3d;
}
.card-info-wrap .price-info a:hover {
  color: var(--clr-att);
}
.card-info-wrap .price-value {
  display: inline;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
}
.card-info-wrap .price-currency {
  display: inline;
}
.card-info-wrap h2,
.card-info-wrap .h2-title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.card-info-wrap .btn-add-cart {
  display: block;
  position: relative;
  overflow: hidden;
  height: 55px;
  border: none;
  background: #3b7faf;
  line-height: 52px;
  padding: 0 10px 0 48px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  white-space: normal;
}
.card-info-wrap .btn-add-cart:hover {
  color: #fff;
  text-decoration: none;
  background: #5da1d1;
}
.card-info-wrap .btn-add-cart:before {
  content: "";
  background-image: url(../img/spr2.png);
  background-position: -83px -73px;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 22px;
  left: 2.2rem;
  margin-top: -13px;
}
.card-info-wrap .btn-buy {
  display: block;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 50px;
  border: 1px solid #e2e3e2;
  white-space: normal;
  border-radius: 0;
  background: none;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #3b7faf;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.card-info-wrap .btn-buy:hover {
  border-color: #3b7faf;
  background: #3b7faf;
  color: #fff;
}
.card-info-wrap .button-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  line-height: 1.6rem;
}
.card-photos-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  width: 480px;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}
.card-photos-wrap .slider-wrap {
  display: block;
  position: relative;
  margin-bottom: 13px;
   border-bottom: 1px solid #3b7faf;
}
.card-photos-wrap .slider-wrap .sl-wrap {
  padding: 0 10px;
}
.card-photos-wrap .slider-wrap .item-photo {
  max-height: 400px;
  min-height: 300px;
  border: none;
}
.card-photos-wrap .slider-wrap .owl-prev,
.card-photos-wrap .slider-wrap .owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.card-photos-wrap .slider-wrap .owl-next {
  left: auto;
  right: 0;
}
.card-photos-wrap .stickers-wrap, .cat-photo-wrap .stickers-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  z-index: 2;
}
.card-photos-wrap .slider-preview-wrap {
  display: block;
  position: relative;
  margin: 0 -6px 0 -6px;
  padding-right: 48px;
}
.card-photos-wrap .slider-preview-wrap .sl-wrap {
  padding: 0 6px 0 6px;
  margin-bottom: 10px;
}
.card-photos-wrap .slider-preview-wrap .item-photo:before {
  padding-top: 75.6%;
}
.card-photos-wrap .slider-preview-wrap .item-photo:hover,
.card-photos-wrap .slider-preview-wrap .item-photo.active {
  border-color: #002d3d;
}
.card-photos-wrap .slider-preview-wrap .owl-nav {
  display: block;
}
.card-photos-wrap .slider-preview-wrap .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.card-photos-wrap .slider-preview-wrap .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.card-photos-wrap .sl-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.card-photos-wrap .owl-dots,
.card-photos-wrap .owl-nav {
  display: none;
}
.pagenav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin: 0 0 30px -10px;
  margin: 0 0 3rem -1rem;
}
.pagenav-box .btn-action-ico.button-nav {
  width: 30px;
  height: 28px;
}
.pagenav-box .pages-wrap {
  margin: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.pagenav-box .pages-wrap a,
.pagenav-box .pages-wrap span {
  display: block;
  min-width: 33px;
    height: 30px;
    text-align: center;
    line-height: 25px;
  font-size: 15px;
  color: #cdcbcb;
  text-decoration: none;
  border: 2px solid #cdcbcb;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: 0 4px;
  padding: 0 8px;
}
.pagenav-box .pages-wrap a.active,
.pagenav-box .pages-wrap span.active {
  background: #3b7faf;
  border-color: #3b7faf;
  color: #fff;
  text-decoration: none;
}
.pagenav-box .pages-wrap a:hover {
  background: #3b7faf;
  border-color: #3b7faf;
  color: #fff;
  text-decoration: none;
}
.catalog-actions-box {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.catalog-actions-box .filter-wrap {
  margin-bottom: 20px;
  padding: 9px 0;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.catalog-actions-box .filter-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-actions-box .filter-wrap li {
  border-right: 1px solid #9ba9a9;
  margin: 0 14px 0 0;
}
.catalog-actions-box .filter-wrap li:first-child a {
  padding-left: 0;
}
.catalog-actions-box .filter-wrap a {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 14px 0 0;
  color: var(--clr-base);
}
.catalog-actions-box .filter-wrap a:hover,
.catalog-actions-box .filter-wrap a.active {
  color: var(--clr-att);
}
.catalog-actions-box .sort-wrap {
  padding-left: 20px;
  margin-bottom: 20px;
}
.catalog-actions-box ul,
.catalog-actions-box li {
  margin: 0;
  padding: 0;
}
.catalog-actions-box ul:before,
.catalog-actions-box li:before {
  display: none;
}
.filter-box {
  overflow: hidden;
  margin: 0 -5px 12px 0;
}
.filter-box .btn {
  float: left;
  margin: 0 5px 5px 0;
}
.breadcrumbs-box {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  margin: -20px 0px 20px 0;
  margin: -2rem 0rem 2rem 0;
  color: #949593;
}
.breadcrumbs-box > a:after,
.breadcrumbs-box > span.breadcrumb_item:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs-box > a:last-child:after,
.breadcrumbs-box > span:last-child:after {
  display: none;
}
.breadcrumbs-box a {
  color: #949593;
  text-decoration: underline;
}
.breadcrumbs-box a:hover {
  color: var(--clr-att);
  text-decoration: none;
}
.contacts-box .col-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.contacts-box p {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.contacts-box p:last-child {
  margin-bottom: 0;
}
.map-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  line-height: 1;
  padding-top: 8px;
  padding-top: 0.8rem;
}
.map-box img {
  display: block;
  width: 100%;
}
.article-photo-box {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.article-photo-box img {
  display: block;
  max-width: 100%;
}
.article-photo-box.photo-center img {
  margin: 0 auto;
}
.side-adv-box {
  margin-bottom: 27px;
  margin-bottom: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background: #8ab4d1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  min-height: 337px;
  min-height: 33.7rem;
  padding: 30px 15px 60px 15px;
  line-height: 1.5;
}
.side-adv-box.adv-image {
  padding: 0;
  min-height: 0;
  display: block;
  background: none;
}
.side-adv-box:hover {
  color: #fff;
  background: #acd6f3;
  text-decoration: none;
}
.side-adv-box img {
  display: block;
  width: 100%;
}
.side-adv-box .adv-title {
  font-size: 2em;
}
.side-adv-box .adv-total {
  display: inline;
  font-weight: bold;
  font-size: 2em;
}
.side-adv-box .adv-total span {
  font-size: 0.75em;
  display: inline;
}
.catalog-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.catalog-box + .pagenav-box {
  margin-top: -40px;
  margin-top: -4rem;
}
.catalog-box .items-outer-wrap {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  line-height: 1;
}
.catalog-box .items-wrap {
  margin: 0 -1px -1px 0;
}
.catalog-box .item-wrap {
  border: 1px solid #e1dfdf;
  border-left: none;
  border-top: none;
  background: #fff;
}
.bg-box {
  padding: 50px 0 30px 0;
  padding: 5rem 0 3rem 0;
  background: #f0f0f0;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  position: relative;
}
.bg-box:before,
.bg-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #f0f0f0;
}
.bg-box:before {
  left: auto;
  right: 100%;
}
.bg-box .pluses-box {
  margin-bottom: 0;
}
.bg-box.bg-second {
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(#f0f0f0, #fff);
}
.bg-box.bg-second:before,
.bg-box.bg-second:after {
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(#f0f0f0, #fff);
}
.pluses-box {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.pluses-box .items-wrap {
  margin: 0 -10px;
  margin: 0 -1rem;
}
.pluses-box .item-wrap {
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.services-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.services-box .items-wrap {
  margin: 0 -10px;
  margin: 0 -1rem;
}
.services-box .item-wrap {
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 20px;
  margin-bottom: 3rem;
  border-bottom: 1px solid #efefef;
}
.main-top-box {
  background: #000 url(../img/main.jpg) center no-repeat;
  background-size: cover;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.main-top-box.top-inners {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.main-top-box.top-inners .inner-wrap {
  min-height: 132px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-top-box.top-inners h1,
.main-top-box.top-inners .h1-title {
  text-align: left;
  margin: 0;
  color: #e1eef7;
  font-weight: 600;
  text-transform: uppercase;
}
.main-top-box .inner-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 300px;
}
.main-top-box .button-wrap {
  margin: 20px 0 0 0;
}
.main-top-box h1,
.main-top-box .h1-title {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0 0;
  line-height: 1.3;
}
.main-top-box p {
  margin: 0;
}
.main-top-box .btn,
.main-top-box button,
.main-top-box input[type="submit"] {
  font-weight: 600;
}
@media (max-width: 1399px) {
  .tabs-box .btn {
    min-width: 0;
  }
}
@media (max-width: 1199px) {
  .card-photos-wrap {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .catalog-slider-box .owl-dots {
    display: block;
    padding-top: 2rem;
  }
  .catalog-slider-box .owl-nav {
    display: none;
  }
  .card-photos-wrap .slider-preview-wrap {
    padding-right: 0;
    display: none;
  }
  .card-photos-wrap .slider-wrap .owl-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .card-info-wrap .desc-wrap {
    font-size: 1.4rem;
  }
  .card-info-wrap .price-value {
    font-size: 3rem;
  }
  .catalog-actions-box {
    font-size: 1.4rem;
    display: block;
  }
  .catalog-actions-box .sort-wrap {
    padding-left: 0;
  }
  .catalog-actions-box .filter-wrap {
    margin: 0;
  }
  .catalog-actions-box select {
    padding-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .popup-box {
    padding: 2rem 1.5rem;
  }
  .tabs-box ul {
    display: block;
  }
  .tabs-box .btn.button-third:before,
  .tabs-box button.button-third:before,
  .tabs-box input[type="submit"].button-third:before {
    left: 0px;
    right: 0px;
  }
  .tab-content-box {
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
  }
  .card-box {
    display: block;
  }
  .title-box h1,
  .title-box .h1-title {
    font-size: 2rem;
  }
  .card-photos-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .card-photos-wrap .slider-wrap .item-photo {
    max-height: 300px;
  }
  .card-info-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .card-info-wrap .info-inner-wrap {
    display: block;
  }
  .card-info-wrap .actions-wrap {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .catalog-box .item-wrap {
    width: 50%;
  }
  .pluses-box .items-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pluses-box .item-wrap {
    max-width: 22rem;
  }
}
@media (min-width: 640px) {
  .article-col-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .article-col-box .col-wrap {
    width: 50%;
    padding: 0 2rem;
  }
  .catalog-box .item-wrap {
    width: 33.33%;
  }
  .pluses-box .item-wrap {
    width: 33.33%;
    max-width: 100%;
  }
  .services-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .features-box {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .contacts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .contacts-box .col-wrap {
    width: 48.5%;
    padding: 0 20px;
  }
  .contacts-box .col-wrap:last-child {
    width: 51.5%;
  }
  .main-top-box {
    font-size: 2.4rem;
  }
  .main-top-box.top-inners h1,
  .main-top-box.top-inners .h1-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .reviews-slider-box {
    display: block;
  }
  .reviews-slider-box .owl-dots {
    display: none;
  }
  .reviews-slider-box .owl-prev {
    left: -4.5rem;
  }
  .reviews-slider-box .sl-wrap {
    padding-right: 20px;
  }
  .catalog-slider-box .owl-prev {
    left: -5rem;
  }
  .breadcrumbs-box {
    margin-top: -4.2rem;
  }
  .services-box .item-wrap {
    width: 33.33%;
  }
  .main-top-box.top-inners {
    margin-bottom: 1.5rem;
  }
  .main-top-box.top-inners h1,
  .main-top-box.top-inners .h1-title {
   /* padding-left: 3rem;*/
  }
  .main-top-box .inner-wrap {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .main-top-box .button-wrap {
    float: left;
    position: absolute;
    bottom: 27px;
    right: 30px;
    margin: 0;
  }
  .main-top-box .button-wrap-left {
    float: left;
    
    bottom: 5px;
    left: 30px;
    margin: 0;
  }
  .button-wrap-left img {
	 width: 80px; 
  }
}
@media (min-width: 1200px) {
  .features-box {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .content .catalog-box .item-wrap {
    width: 25%;
    padding: 0 0 15px 0;
  }
  .catalog-box.one-line .item-wrap:nth-child(5) ~ .item-wrap {
    display: none;
  }
  .catalog-box .item-wrap {
    width: 20%;
  }
  .catalog-box + .pagenav-box {
    margin-top: -5rem;
  }
  .pluses-box h1,
  .pluses-box .h1-title {
    margin-bottom: 7.5rem;
  }
  .services-box {
    margin-bottom: 0.5rem;
  }
  .services-box .items-wrap {
    margin: 0 -3rem;
  }
  .services-box .item-wrap {
    padding: 0 3rem;
        padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .features-box {
    padding-right: 70px;
    -webkit-column-gap: 126px;
       -moz-column-gap: 126px;
            column-gap: 126px;
  }
  .catalog-slider-box .slider-wrap {
    padding-right: 4.8rem;
  }
  .catalog-slider-box .owl-next {
    right: -0.5rem;
  }
  .reviews-slider-box .owl-next {
    right: -0.5rem;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  height: 40px;
  border: none;
  border-radius: 3px;
  background: #f7f7f7;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 12px;
  padding: 0 1.2rem;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
select {
  display: block;
  width: 100%;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/icons/ico-select.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
select.inp-clear {
  display: inline-block;
  width: auto;
  padding-right: 20px;
  background-color: transparent;
  border: none;
}
select::-ms-expand {
  display: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #999999;
}
[placeholder]:-moz-placeholder {
  color: #999999;
}
[placeholder]::-moz-placeholder {
  color: #999999;
}
[placeholder]:-ms-input-placeholder {
  color: #999999;
}
.btn,
button,
input[type="submit"] {
  height: 40px;
  line-height: 34px;
  border: 3px solid #3b7faf;
  padding: 0 18px;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3b7faf;
  text-decoration: none;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #3b7faf;
  color: #fff;
  text-decoration: none;
}
.btn.button-light,
button.button-light,
input[type="submit"].button-light {
  border-color: #fff;
  color: #fff;
}
.btn.button-light:hover,
button.button-light:hover,
input[type="submit"].button-light:hover {
  background: #fff;
  color: #3b7faf;
}
.btn.button-second,
button.button-second,
input[type="submit"].button-second {
  height: 28px;
  line-height: 24px;
  border: 1px solid #002d3d;
  padding: 0 12px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b0b0b0));
  background: linear-gradient(#fff, #b0b0b0);
  font-size: 15px;
  font-size: 1.5rem;
  color: #575757;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}
.btn.button-second:before,
button.button-second:before,
input[type="submit"].button-second:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn.button-second:hover,
button.button-second:hover,
input[type="submit"].button-second:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c1c1c1));
  background: linear-gradient(#fff, #c1c1c1);
}
.btn.button-second.active,
button.button-second.active,
input[type="submit"].button-second.active {
  padding: 0 13px;
  border-left: none;
  border-right: none;
  background: #002d3d;
  color: #fff;
}
.btn.button-second.active:before,
button.button-second.active:before,
input[type="submit"].button-second.active:before {
  opacity: 1;
}
.btn.button-third,
button.button-third,
input[type="submit"].button-third {
  height: 65px;
  border: 1px solid #e2e3e2;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #002d3d;
  line-height: 64px;
  font-size: 16px;
  color: #002d3d;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background: linear-gradient(#fff, #dddede);
}
.btn.button-third:before,
button.button-third:before,
input[type="submit"].button-third:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 1px;
  bottom: 1px;
  border: 1px solid #002d3d;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn.button-third:hover,
button.button-third:hover,
input[type="submit"].button-third:hover,
.btn.button-third.active,
button.button-third.active,
input[type="submit"].button-third.active {
  border-color: #002d3d;
  background: #002d3d;
  color: #fff;
}
.btn.button-third:hover:before,
button.button-third:hover:before,
input[type="submit"].button-third:hover:before,
.btn.button-third.active:before,
button.button-third.active:before,
input[type="submit"].button-third.active:before {
  border-color: #002d3d;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn.button-third.active,
button.button-third.active,
input[type="submit"].button-third.active {
  font-weight: bold;
}
.btn.button-four,
button.button-four,
input[type="submit"].button-four {
  padding: 0 10px;
  height: 33px;
  height: 3.3rem;
  line-height: 33px;
  line-height: 3.3rem;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background: linear-gradient(#fff, #efefef);
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  font-size: 12px;
  font-size: 1.2rem;
  color: #002d3d;
}
.btn.button-four:hover,
button.button-four:hover,
input[type="submit"].button-four:hover {
  opacity: 0.85;
}
.btn-action-ico {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico .i,
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-action-ico.button-toggle:before,
.btn-action-ico.button-toggle:after {
  width: 12px;
  height: 2px;
  background: #5677a0;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: -1px 0 0 -6px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico.button-toggle:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-ico.button-toggle.active:before {
  -webkit-transform: -webkit-rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-action-ico.button-nav:before {
  background-image: url(../img/spr2.png);
  background-position: -176px -88px;
  width: 6px;
  height: 9px;
}
.btn-action-ico.button-nav.nav-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-ico.button-search:before {
  background-image: url(../img/spr2.png);
  background-position: -73px -126px;
  width: 14px;
  height: 13px;
}
.btn-action-ico.button-add-cart:before {
  background-image: url(../img/spr2.png);
  background-position: -41px -73px;
  width: 22px;
  height: 27px;
}
.btn-action-ico.button-menu:before,
.btn-action-ico.button-menu:after {
  width: 24px;
  height: 16px;
  border-top: 2px solid var(--clr-att);
  border-bottom: 2px solid var(--clr-att);
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: -8px 0 0 -12px;
}
.btn-action-ico.button-menu:before {
  border-top: none;
  height: 2px;
  margin-top: -1px;
}
.btn-action-ico.button-menu.active:before {
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.button-menu.active:after {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 2px;
  border-top: none;
  margin-top: -1px;
}
.btn-action-ico.button-cart:before {
  background-image: url(../img/spr2.png);
  background-position: -132px -40px;
  width: 18px;
  height: 22px;
}
.btn-action-ico.button-cart .cart-counter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 46px;
  font-size: 7px;
  font-weight: bold;
  text-decoration: none;
  color: var(--clr-base);
}
.btn-action-ico.button-user:before {
  background-image: url(../img/spr2.png);
  background-position: -132px -82px;
  width: 18px;
  height: 21px;
}
.btn-action-ico.button-soc {
  overflow: hidden;
}
.btn-action-ico.button-soc:after {
  border-radius: 50%;
  background: #121a24;
  border: 1px solid #505151;
  opacity: 0.43;
}
.btn-action-ico.button-soc:hover:after {
  opacity: 1;
}
.btn-action-ico.button-soc img {
  max-width: 26px;
  max-height: 26px;
  z-index: 2;
}
.btn-action-ico.button-soc.button-image:after {
  display: none;
}
.btn-action-ico.button-soc.button-image img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.43;
}
.btn-action-ico.button-soc.button-image:hover img {
  opacity: 1;
}
.frm-row,
.frm-field,
.frm-row-submit {
  position: relative;
  line-height: 1;
}
.frm-row:after,
.frm-field:after,
.frm-row-submit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-main-search {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-main-search .button-search {
  width: 52px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.slider-preview-wrap .owl-stage-outer
{
	/*margin-left: 50px;*/
	
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
  
}
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.owl-dots.disabled,
.owl-nav.disabled {
  display: none;
}
.arrows-second .owl-prev,
.arrows-second .owl-next {
  width: 60px;
  height: 60px;
}
.arrows-second .owl-prev:before,
.arrows-second .owl-next:before {
  background-image: url(../img/spr2.png);
  background-position: 0px 0px;
  width: 20px;
  height: 53px;
}
.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-prev.disabled,
.owl-next.disabled,
.owl-dot.disabled {
  display: none;
}
.owl-prev,
.owl-next,
.btn-slider-prev,
.btn-slider-next {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/spr2.png);
  background-position: 0px -73px;
  width: 21px;
  height: 33px;
}
.owl-prev:before,
.btn-slider-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 0;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: #000000;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.owl-dot:hover,
.owl-dot.active {
  background: #ccc;
}
body .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.3);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #909090;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/spr2.png);
  background-position: -132px 0px;
  width: 24px;
  height: 20px;
  display: block;
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
}
@media (max-width: 1199px) {
  .ui-dialog {
    left: 50% !important;
    width: 1000px !important;
    margin-left: -500px;
  }
}
@media (max-width: 1023px) {
  .ui-dialog {
    width: 760px !important;
    margin-left: -380px;
  }
  .btn.button-third,
  button.button-third,
  input[type="submit"].button-third {
    height: 50px;
    line-height: 46px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .ui-dialog {
    width: 600px !important;
    margin-left: -300px;
  }
}
@media (max-width: 639px) {
  .ui-dialog {
    width: 460px !important;
    margin-left: -230px;
  }
}
@media (max-width: 479px) {
  .ui-dialog {
    width: 320px !important;
    margin-left: -160px;
  }
}
@media (min-width: 1200px) {
  .btn.button-main,
  button.button-main,
  input[type="submit"].button-main {
    height: 48px;
    padding: 0 26px;
    border-width: 2px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
}
.js-bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.js-bg-box .js-bg-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-bg-box img:not(.js-bg-photo) {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  min-width: 100%;
}
.item-wrap {
  width: 100%;
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: block;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.item-wrap.wrap-more ~ .item-wrap {
  display: none;
}
.item-wrap.wrap-more.active {
  display: none;
}
.item-wrap.wrap-more.active ~ .item-wrap {
  display: block;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none;
  }
}
@media (max-width: 1000px) {
.text-cat-description {
	display: none;
}
  .button-wrap-left img {
	 width: 80px; 
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-arrow01 {
  background-image: url(../img/spr2.png);
  background-position: -176px -117px;
  width: 7px;
  height: 4px;
}
.icon-arrow02 {
  background-image: url(../img/spr2.png);
  background-position: 0px -73px;
  width: 21px;
  height: 33px;
}
.icon-arrow03 {
  background-image: url(../img/spr2.png);
  background-position: 0px 0px;
  width: 20px;
  height: 53px;
}
.icon-arrow04 {
  background-image: url(../img/spr2.png);
  background-position: -176px -59px;
  width: 6px;
  height: 9px;
}
.icon-arrow05 {
  background-image: url(../img/spr2.png);
  background-position: -176px 0px;
  width: 17px;
  height: 8px;
}
.icon-arrow06 {
  background-image: url(../img/spr2.png);
  background-position: -176px -88px;
  width: 6px;
  height: 9px;
}
.icon-blank {
  background-image: url(../img/spr2.png);
  background-position: -87px -49px;
  width: 1px;
  height: 1px;
}
.icon-cart-button-light {
  background-image: url(../img/spr2.png);
  background-position: -83px -73px;
  width: 20px;
  height: 25px;
}
.icon-cart-button {
  background-image: url(../img/spr2.png);
  background-position: -41px -73px;
  width: 22px;
  height: 27px;
}
.icon-cart-small {
  background-image: url(../img/spr2.png);
  background-position: -132px -40px;
  width: 18px;
  height: 22px;
}
.icon-cart {
  background-image: url(../img/spr2.png);
  background-position: -40px 0px;
  width: 27px;
  height: 33px;
}
.icon-close {
  background-image: url(../img/spr2.png);
  background-position: -132px 0px;
  width: 24px;
  height: 20px;
}
.icon-mail {
  background-image: url(../img/spr2.png);
  background-position: -36px -126px;
  width: 17px;
  height: 14px;
}
.icon-phone {
  background-image: url(../img/spr2.png);
  background-position: 0px -126px;
  width: 16px;
  height: 15px;
}
.icon-rate-empty {
  background-image: url(../img/spr2.png);
  background-position: -107px -126px;
  width: 14px;
  height: 11px;
}
.icon-rate-full {
  background-image: url(../img/spr2.png);
  background-position: -176px -28px;
  width: 13px;
  height: 11px;
}
.icon-search {
  background-image: url(../img/spr2.png);
  background-position: -73px -126px;
  width: 14px;
  height: 13px;
}
.icon-user-small {
  background-image: url(../img/spr2.png);
  background-position: -132px -82px;
  width: 18px;
  height: 21px;
}
.icon-user {
  background-image: url(../img/spr2.png);
  background-position: -87px 0px;
  width: 25px;
  height: 29px;
}
/* ----------------------------------- *\
			animation
\* ----------------------------------- */
.item-animation {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0;
}
.item-animation.item-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.item-aleft {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.item-aright {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.item-abottom {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.item-atop {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.item-animation-second {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.item-animation-third {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.item-animation-four {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.item-animation-five {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.item-animation-six {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.item-animation-seven {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.nav .main-menu-wrap .open>a, .nav .main-menu-wrap .open>a:hover, .main-menu-wrap .nav .open>a:focus {
    background-color: #23587d;
    border-color: #337ab7;
}

a.old_site {
    text-align: center;
    padding: 5px 10px;
    background: #f7f7f7;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: #999;
    z-index: 1000;
}


.menu-block .catalog-block ul li{
	border-top: 1px solid #529bce;
    padding: 10px 0;
}

.catalog-block {
	padding: 0!important;
}


.sale-personal-section-index-block.bx-theme-green {
	background: #373737;

}

/* Для Chrome */
.count-wrap input[type=number]::-webkit-inner-spin-button,
.count-wrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Для Firefox */
.count-wrap input[type=number]{
  -moz-appearance: textfield;
}

.card-info-wrap .actions-wrap.subscribe-wrap{
  display: flex;
  margin: 0 0 2rem 0;
  border: 1px solid #e1dfdf;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.card-info-wrap .actions-wrap.subscribe-wrap .cat-button {
  font-weight: 600;
  color: #3b7faf;
  display: block;
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  padding: 0 1rem;
  text-align: center;
  height: 63px;
  line-height: 59px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card-info-wrap .actions-wrap.subscribe-wrap .cat-button.button-second {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #9a9a9a;
  cursor: pointer;
}
.card-info-wrap .actions-wrap.subscribe-wrap .cat-button span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  white-space: normal;
}

.card-info-wrap .count-wrap .quantity-arrow-plus {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  line-height: 10px;
  padding: 0;
  width: 100%;
  display: block;
  background: #3b7faf;
  color: #fff;
  font-weight: bold;
}
.card-info-wrap .count-wrap .quantity-arrow-minus {
  position: absolute;
  left: 0;
  top: 38px;
  height: 16px;
  line-height: 10px;
  padding: 0;
  width: 100%;
  display: block;
  background: #3b7faf;
  color: #fff;
  font-weight: bold;
}
.det {
  display: block;
  margin: 0 auto;
  width: 300px;
}

#bx_incl_area_6 {
	width: 100%;
}


#bx_incl_area_2 {
	    -webkit-box-flex: 1;
    flex: 1;
}

.soc-wrap #bx_incl_area_17,
.soc-wrap #bx_incl_area_14

 {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    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;
    margin: 0 0 15px 0;
}
.bx-catalog-subscribe-button {
	    margin-bottom: 0;
}

.item-catalog .cat-price-wrap {
	height: 20px;
}

.card-info-wrap .count-wrap, .card-info-wrap .cart-wrap {
	    border: 1px solid #3b7faf;
		height: 57px;
}

.quantity-arrow-plus, .quantity-arrow-minus {
	background: #fff!important;
    border: 0;
    color: #3b7faf!important;
}

.card-info-wrap .count-wrap input[type="text"], .card-info-wrap .count-wrap .inp-text
{
	border: 0;
}

.card-info-wrap .btn-buy {
	    height: 57px;
}

* {
	outline: none!important;
}

.quantity-arrow-plus:hover, .quantity-arrow-minus:hover{
	    background: #f7f7f7 !important;
}

.bx-catalog-subscribe-button {
cursor: pointer;	
}

.popup-window-buttons .btn-primary{
	border: 3px solid #3b7faf!important;
}
a.old_site {
	    text-align: center;
    padding: 5px 10px;
    background: #f7f7f7;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: #999;
	z-index: 1000;
}
.cat-it {
	width: 100%;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}

.content-wrap .content li{
list-style: disc;
margin-left: 20px;	
}

.content-wrap .content .tabs-box li{
list-style: none!important;	
margin-left: 0px!important;
}
.item-catalog .cat-price.price-old .price {
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
}

.nobo{
	border: 0px solid #e1dfdf!important;
}

.deb{
	position: fixed;
    z-index: 1000;
    background: #000;
    color: #fff;
    padding: 5px 10px;
	bottom: 20px;
	left: 5px;
}

.fixp {
    width: 80px;
    padding: 10px 0;
    margin-top: 10px;
    opacity: 0.4;

}
.fixp:hover {
	opacity: 1;
}

.fixp:hover svg.cls-2 {
        fill: red;
      }
	  
	  .fotozoom {
		  display: flex;
    justify-content: space-between;
	align-items: center;
	  }
	  
	  .services-box {
		  margin: 0 20px;
	  }
	  
.basket-item-block-actions {
	opacity: 1;
	
}
@media (max-width: 581px) {
.basket-items-list-item-remove{
	display: block!important;
    right: 0px;
    position: absolute;
}
}

@media (max-width: 580px) {
.basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
}

#bx_incl_area_9_1, #bx_incl_area_9{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
    max-width: 100%;
	width: 100%;
	
}

.bx-filter {
	    border: 1px solid #ceedf5;
}

.bx-filter .col-* {
	
	padding-right: 0px!important;
    padding-left: 0px!important;
}

.bx-filter-block .bx-right{
	    padding-left: 10px;
}


.bx-filter 	.row {
    margin: 0 0 0px 0;
}


.variant-box .item-catalog.type-second .cat-title {
	height: auto;
}

.variant-box .item-catalog.type-second div.cat-title {

    /*min-height: auto!important;*/
}

.variant .owl-stage, .variant .owl-item {
	display: flex;
}

.variant .item-catalog.type-second .cat-title-wrap{
	height: 100%;
}

.catalog-actions-box {
	display: flex;
    position: absolute;
    right: 0;
}

#bx_breadcrumb_3, #bx_breadcrumb_4 {
 display:none;	
}

.row2 {
	margin: 0 !important;
    width: 100%;
}


.side-menu-wrap li a.active:before {
	
	background-image: url(../img/spr2active.png);
}

.description th {
	    font-weight: normal;
}

.description td, .description th{
	    padding: 5px 10px;
		border: 1px solid #ccc;
}

.button-soc{
	 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.button-soc:hover{
	 -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */
}

.elm-sticker.st-yellow{
  background: #ff8d00;
}


.elm-sticker.st-yellow:last-child span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 1;
  border: 10px solid rgba(0, 0, 0, 0);
  border-width: 22px 13px;
  border-left-color: #ff8d00;
  border-top-color: #ff8d00;
  position: absolute;
  top: 0;
  left: 100%;
}