/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

html {
  height: 100%;
}

input {
  vertical-align: middle;
}

button,
input[type='button'] {
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

header, nav, section, article, aside, footer {
  display: block !important;
}

html {
  height: 100%;
}

/* reset end */

div#content-wrapper ul, ul.sitemap {
  list-style: disc;
  margin: 0 0 15px 15px;
}

div#content-wrapper ul li, ul.sitemap li {
  list-style: disc;
}

div#content-wrapper ol {
  list-style: decimal;
  margin: 0px 0px 15px 30px;
}

div#content-wrapper ol li {
  list-style: decimal;
}

#content-wrapper a {
  color: #0000ff;
  text-decoration: underline;
}

#content-wrapper a:hover {
  text-decoration: none;
}

div.nextprev {
  float: right;
}

div.nextprev a {
  color: #00B416;
  font-size: 14px;
  line-height: 30px;
}

div.nextprev a:hover {
  text-decoration: underline;
}

#scrollUp {
  bottom: 80px;
  right: 20px;
  padding: 10px 20px;
  background: #555;
  color: #fff;
  opacity: 0.3;
  border-radius: 10px;
}

#scrollUp:hover {
  opacity: 0.6;
}

:root {
  --dark-blue: #000084;
  --primary-blue: #1B00E8;
  --primary-blue-ef: #1300A4;
  --light: #fff;
  --grey: #F4F4F4;
  --dark-grey: #DEDEDE;
  --dark: #000;
  --yellow-gradient: linear-gradient(to bottom, #ffcd00 0%, #fcf800 100%);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bold-text {
  font-weight: bold;
}

a {
  transition: color .2s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

.header .logo img {
    width: 266px;
    height: 96px;
}

.phone {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: var(--dark);
}

.phone::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icons/call.svg);
}

.primary-link {
  display: block;
  background-color: var(--primary-blue);
  color: var(--light);
  font-weight: bold;
  border-radius: 5px;
  transition: .2s background-color ease-in-out;
  transition-property: color, background-color;
  text-wrap: nowrap;
}

.primary-link:hover {
  text-decoration: none !important;
  background-color: var(--primary-blue-ef);
  color: var(--light);
}

.primary-link.active {
  text-decoration: none !important;
  background-color: var(--dark-blue);
  color: var(--light);
}

.primary-link.active:hover {
  background-color: var(--dark-blue);
  color: var(--light);
  cursor: auto;
}

.callback {
  position: relative;
  width: 155px;
  padding: 11px 9px;
  padding-left: 37px;
  font-size: 12px;
}

.callback::before {
  position: absolute;
  content: ' ';
  left: 10px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/callback.svg);
}

.address {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  line-height: 18px;
}

.address__mail {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 24px;
  background: url(../images/icons/mail.svg) left 0 bottom 3px no-repeat;
}

.address__location {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 21px;
  background: url(../images/icons/location.svg) left 3px top 0 no-repeat;
}

.time {
  padding: 0;
  padding-left: 24px;
  margin: 0;
  background: url(../images/icons/clock.svg) left 0 top 0 no-repeat;
}

/* Header start */
/* header {height:auto; position:relative; border-top:5px solid #f7e161;}
header .containerHeader {height: 126px; padding-top: 12px;position: relative;} */
/* header .logo {float:left; display:block; height:93px; width:253px; background: url(../images/icons/logo.jpg) no-repeat; margin:5px 0 0 0;} */
/* header .phone {float:left; background: url(../images/icons/phone.jpg) no-repeat 0px 28px; padding:0 0 0 26px; margin:10px 0 0 80px; font-size:14px;}
header .phone strong {font-size:23px; line-height: 25px;}
header .back-call {box-sizing: content-box;display:block; float:left; height:29px; width:118px; background: url(../images/icons/back-call.jpg) no-repeat; margin:30px 0 0 20px; padding:9px 0 0 45px;}
header .back-call span {border-bottom:1px dotted #000;}
header .back-call:hover span {border:0;}
header .adress {position: absolute;right: 0; margin: 5px 0 0 40px; line-height:16px; text-align: right; font-size: 14px;}
header .adress strong {display:block;} */


/* socials */
/* .socials {float:left; margin:30px 0 0 20px;}
.socials li {float:left; margin-right:8px; transition: .2s transform ease-in-out;}
.socials li:hover {transform: scale(1.2);}
.socials li a {display:block; height:36px; width:36px;}
.socials li.soc-item1 a {background-position:0 0;}
.socials li.soc-item2 a {background-position:-28px 0;}
.socials li.soc-item3 a {background-position:-56px 0;} */
.containerHeader {
  padding: 15px 0;
}


.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials li:not(:last-child) {
  margin-right: 10px;
}

.socials li a {
  display: block;
  height: 36px;
  width: 36px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.socials li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* navigations */

@media (max-width: 767px) {
  #first {
    padding-top: 120px;
  }

  .header {
    position: fixed;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    background: var(--light);
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
  }

  .contacts-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    padding: 0;
    background-color: var(--grey);

  }

  .contacts-list__item {
    position: relative;
    width: calc(100% / 3);
    padding: 12px 0;
    text-align: center;
    line-height: 14px;
    color: var(--dark-blue);
  }

  .contacts-list__item:not(:last-child) {
    border-right: 1px solid #B4ADA4;
  }

  .contacts-list__item a {
    color: var(--dark-blue);
  }

  .header__mobile-bottom {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 15px;
    background: var(--light);
  }

  .containerHeader {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }

  .header .logo img {
    width: 193px;
    height: 70px;
  }

  .burger {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .burger::before, .burger::after {
    content: "";
    width: 100%;
  }

  .burger span, .burger::before, .burger::after {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: var(--dark-blue);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }

  .burger::before {
    top: 0;
  }

  .burger span {
    width: 50%;
  }

  .burger::after {
    top: unset;
    bottom: -2px;
  }

  .is-opened.burger::before, .is-opened.burger::after {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .is-opened.burger::before {
    top: 50%;
    left: -4px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .burger.is-opened span {
    opacity: 0;
  }

  .is-opened.burger::after {
    width: 100%;
    top: 50%;
    left: -4px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

}

/* nav {overflow:hidden; height:40px; background:#eaeceb;border: 1px solid #CCC; border-radius: 5px;}
nav ul {width:105%;}
nav ul li {float:left; background: url(../images/backgrounds/nav-border.png) no-repeat;}
nav ul li a {color: #32368D; display:block; padding:0 13px; font-size:17px; font-weight:bold; text-transform:uppercase; line-height:40px; background: url(../images/backgrounds/nav-active.jpg) repeat-x 0 -40px;}
nav ul li:first-child {background:none;}
nav ul li.active a {background-position:0 0; cursor:default;} */

.nav__wrap .nav-menu {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--grey);
  color: var(--dark-blue);
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}

.nav__wrap .nav-menu .catalog-link {
  display: inline-block;
  padding: 10px 15px;
  color: var(--dark-blue);
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  z-index: 1;
  background: none;
}

.nav__wrap .nav-menu .catalog-link::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-blue);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  border-radius: 5px;
}

.nav__wrap .nav-menu .catalog-link:hover {
  color: var(--dark-blue);
  text-decoration: underline;
}

/* .nav__wrap ul a:hover::before {
	opacity: .9;
	} */

.nav__wrap .catalog-item.active .catalog-link {
  color: var(--light);
}

.nav__wrap .catalog-item.active .catalog-link::before {
  opacity: 1;
}



/* Header end */

/* Content start */
section {
  min-height: 400px;
  padding-bottom: 60px;
}

aside {
  float: none;
  width: 100%;
}

article {
  float: none;
  width: 100%;
}

/* page-header */
.page-header {
  margin: 23px 0 0 0;
}

.page-header * {
  padding-bottom: 6px;
}

/* filter */
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin: 0 0 18px;
  padding: 7px 15px;
  background-color: var(--grey);
  border-radius: 5px;
}

.filter ul li {
  float: left;
  margin-left: 9px;
}

.filter ul li a {
  display: block;
  padding: 2px 11px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1px rgba(169, 171, 170, 1);
  box-shadow: 0 0 1px rgba(169, 171, 170, 1);
}

/* .filter ul li.alph a,
.filter ul li.price a {
  color: var(--light);
  background-color: var(--primary-blue);
  transition: color .2s ease-in-out;
} */

/* .filter ul li.alph a:hover,
.filter ul li.price a:hover {
  color: var(--light);
  background-color: var(--primary-blue-ef);
} */

.filter ul li.alph a.active,
.filter ul li.price a.active {
  font-weight: bold;
}

.filter ul li:first-child {
  padding-top: 2px;
}

.filter .brd {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: right;
  width: 55%;
  padding: 6px;
  position: relative;
  background: var(--light);
  border-color: var(--dark-blue);
}

.filter .brd button {
  position: absolute;
  top: 3px;
  right: 6px;
  height: 25px;
  width: 25px;
  background: url(../images/icons/search.svg) no-repeat;
  border: 0;
}

/* catalog */
.catalog {
  margin-bottom: 24px;
}

.catalog .catalog-header {
  padding: 1px 22px 7px;
  background: var(--grey);
  text-transform: uppercase;
  border-radius: 6px;
}

.catalog .catalog-header h1,
.catalog .catalog-header h2 {
  padding: 0;
}

/* thumbnails */
.thumbnails {
  overflow: hidden;
}

.thumbnails .itemsKeeper {
  width: 105%;
}

.thumbnails .itemsKeeper .thumbnail {
  height: 334px;
  width: 22.99%;
  float: left;
  padding: 7px 13px;
  margin: 10px 10px 0 0;
  border: 1px solid #ececec;
  border-radius: 5px;
}

.thumbnails .itemsKeeper .thumbnail .thumbnail-preview {
  height: 227px;
  text-align: center;
  margin-bottom: 5px;
}

.thumbnails .itemsKeeper .thumbnail .thumbnail-descript {
  border-top: 1px solid #ececec;
  padding-top: 15px;
}

/*.thumbnails .itemsKeeper .thumbnail .thumbnail-descript p {padding-bottom:8px; height:54px;}
.thumbnails .itemsKeeper .thumbnail .thumbnail-descript p strong {font-size:17px; float:left;}*/
/* .thumbnails .itemsKeeper .thumbnail .thumbnail-descript .buy {box-sizing: content-box;float:right; display:block; height:22px; width:62px; background: url(../images/icons/buy.jpg) no-repeat 100% 0; font-size:11px; line-height:22px; text-align:right; padding-right:10px;} */

/* about */
.about {
  margin: 78px 0 0 0;
}

/* side-menu */
.side-menu {
  padding: 14px 14px 2px;
  margin-bottom: 10px;
  background: var(--grey);
  border-radius: 5px;
  border: 1px solid #ccc;
}

.side-menu h2 {
  border-bottom: 1px solid #f6f7f7;
  margin: 0 15px;
  padding: 0 5px 10px;
}

.side-menu ul {
  font-size: 17px;
}

.side-menu ul li {
  position: relative;
}

.side-menu ul li a {
  padding: 3px 20px;
  display: block;
}

/* .side-menu ul li a:hover {
  text-decoration: none;
} */


/* .side-menu ul li a:hover {background: #f5f6f5;} */
.side-menu ul li ul {
  background: #f5f6f5;
  padding: 3px 0 4px;
/*   display: none; */
}

/* .side-menu ul li ul.active {
  display: block;
} */

.side-menu ul li ul li a {
  padding: 3px 25px 3px 35px;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.side-menu ul li ul li ul {
  background: var(--grey);
}

.side-menu ul li ul li ul li a {
  padding-left: 50px;
}

.side-menu ul li ul li ul li a:hover {
  background-color: #f5f6f5;
}

.side-menu ul li.parent>a {
  background-image: url(../images/icons/arrow.svg);
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.side-menu ul li.active>a {
  background-image: url(../images/gfx/side-menu-arrow-active.jpg);
  background-position: 8px 9px;
  background-repeat: no-repeat;
  background-color: #ffe400;
}

/* .side-menu ul li.active>a:hover {
  background: var(--primary-blue);
  color: var(--light);
} */

.side-menu ul li.last {
  background: url(../images/backgrounds/side-menu-last.jpg) repeat-x;
  margin-top: 13px;
}

.side-menu ul li.last a {
  padding: 11px 20px;
  background: url(../images/gfx/side-menu-arrow.jpg) no-repeat 59% 50%;
}

.side-menu ul a.active {
  background: var(--dark-grey);
  border-radius: 5px;
}

.side-menu ul a.active:hover {
  cursor: auto;
}

.side-menu ul a.parent:hover {
  cursor: pointer;
}

.side-menu ul a.parent {
  position: absolute;
  top: 5.5px;
  left: 1px;
  background: url(../images/icons/arrow.svg) no-repeat 2px 4px transparent;
  border: 0;
  padding: 0;
  float: left;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  z-index: 100;
}

.side-menu ul a.parent.active {
  /* background: url(../images/up.png) no-repeat 2px 4px transparent; */
  background: url(../images/icons/arrow-active.svg) no-repeat 2px 4px transparent;
}

/*#ffe400 blog */
.blog {
  padding: 10px 25px 10px 18px;
  margin-bottom: 18px;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.blog p {
  font-size: 11px;
  line-height: 17px;
  padding-bottom: 17px;
}

.blog h2 {
  line-height: 26px;
  padding-bottom: 10px;
  color: #5c7fa7;
}

.blog span {
  display: block;
  color: #c1c1c1;
}

.blog .read-bnt {
  display: block;
  background: #5c7fa7;
  color: #fff;
  text-align: center;
  margin: 2px -14px 8px -5px;
  padding: 2px 0;
  border-radius: 6px;
}

/* delivery */
.delivery {
  margin: 26px 0 32px;
}

.delivery h2 {
  line-height: 26px;
  padding-bottom: 12px;
}

.delivery button {
  display: block;
  border: 0;
  height: 22px;
  width: 109px;
  background: url(../images/icons/delivery.jpg) no-repeat;
  margin: 8px 0 0 0;
  text-align: right;
  color: #fff;
  padding-right: 12px;
}

/* terms-of-delivery */
.terms-of-delivery {
  display: block;
  height: 49px;
  width: 192px;
  background: url(../images/icons/terms-of-delivery.jpg) no-repeat;
  margin-top: 15px;
}

/* pager */
.pager {
  text-align: center;
  margin-top: 52px;
}

.pager li {
  display: inline-block;
  margin: 0 4px;
}

.pager li a {
  display: block;
  padding: 4px 10px;
  text-decoration: underline;
  /* vertical-align: top; */
  border-radius: 50%;
  background: var(--light);
  color: var(--dark-blue);
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}

.pager li.active a {
  background: var(--dark-blue);
  font-size: 17px;
  font-weight: bold;
  color: var(--light);
  text-decoration: none;
  padding: 8px 13px;
}

.pager li.active a:hover {
  background: var(--dark-blue);
  color: var(--light);
}

.pager li a:hover {
  background: var(--primary-blue);
  color: var(--light);
}

.ie7 .pager li {
  display: inline;
}

/* product-card */
.product-card {
  padding: 9px 0 27px;
}

.product-card .gallery {
  float: left;
}

.product-card .product-info {
  float: right;
  width: 46%;
}

.product-card .product-info .info-list {
  margin-top: -3px;
  min-height: 173px;
}

.product-card .product-info .info-list li {
  padding-bottom: 6px;
}

.product-card .product-info .info-list li.stock {
  padding: 3px 0 0 30px;
  margin-top: -3px;
}

.product-card .product-info .info-list li.stock.up {
  background: url(../images/icons/stock-available.jpg) no-repeat;
  color: #339900;
}

.product-card .product-info .info-list li.stock.down {
  background: url(../images/icons/stock-unavailable.png) no-repeat;
  color: #d25731;
}

.product-card .product-info .info-list li.stock.zakaz {
  background: url(../images/zakaz.png) no-repeat;
  color: #d25731;
  padding: 4px 30px 3px 30px;
}

.product-card .product-info .product-price {
  border: 1px solid #ececec;
  border-left: 0;
  border-right: 0;
  padding: 21px 0 19px 0;
  overflow: hidden;
}

.product-card .product-info .product-price .price {
  margin-top: 0;
}

.product-card .product-info .product-price .price strong {
  font-size: 28px;
  margin-left: 3px;
  word-spacing: 1px
}

.product-card .product-info .product-price .buy-btn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: 32px;
  max-width: 123px;
  width: 100%;
  background-color: var(--primary-blue);
  margin: 0 auto 0 auto;
  font-weight: bold;
  color: var(--light);
  font-size: 17px;
  text-transform: uppercase;
  text-align: right;
  padding: 15px 35px 0 0;
  border-radius: 5px;
  transition: .2s background-color ease-in-out;
}

.product-card .product-info .product-price .buy-btn:hover {
  background-color: var(--primary-blue-ef);
}

.product-card .product-info .product-price .buy-btn-box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: 32px;
  max-width: 160px;
  width: 100%;
  background: url(../images/buy_box.png) no-repeat 100% 0;
  margin: 0 auto 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0 0 0;
}

.product-card .product-descr {
  margin: 16px 0 0 13px;
}

.product-card .product-descr ul {
  list-style: square outside;
  margin-left: 20px;
}

.product-card .product-descr ul li {
  padding-bottom: 5px;
  list-style-type: square;
}

.product-card .product-descr>strong {
  display: block;
  padding-bottom: 6px;
}

.product-card .product-info .info-list p#colors {
  padding: 20px 0;
}

.product-card .product-info .info-list p#colors select {
  padding: 5px 20px;
}

.product-descr ul {
  list-style: disc;
  margin: 0px 0px 15px 30px;
}

.product-descr ul li {
  list-style: disc;
}

.product-descr ol {
  list-style: decimal;
  margin: 0px 0px 15px 30px;
}

.product-descr ol li {
  list-style: decimal;
}

/* shared */
.shared {
  font: 12px/18px Verdana, Geneva, sans-serif;
  margin: 28px 0 0 0;
}

.shared li {
  float: left;
  margin-right: 1px;
}

.shared li a {
  display: block;
  height: 16px;
  width: 16px;
  background: url(../images/icons/shared.jpg) no-repeat;
}

.shared li.sh-1 {
  margin-right: 3px;
}

.shared li.sh-2 a {
  background-position: 0 0;
}

.shared li.sh-3 a {
  background-position: -17px 0;
}

.shared li.sh-4 a {
  background-position: -34px 0;
}

.shared li.sh-5 a {
  background-position: -51px 0;
}

.shared li.sh-6 a {
  background-position: -68px 0;
}

.shared li.sh-7 a {
  background-position: -85px 0;
}

/* gallery */
.gallery {
  width: 50%;
}

.gallery .pika-thumbs {
  min-height: 83px;
  margin-left: -1px !important;
}

.gallery .pika-thumbs li:nth-child(5) {
  clear: both;
}

.gallery .pika-thumbs li {
  width: 92px;
  padding: 0 3px;
  height: 76px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  border-left: 1px solid #ececec;
}

.gallery .pika-thumbs li .clip {
  position: relative;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.gallery .pika-stage {
  width: 100%;
}

.gallery .pika-stage {
  position: relative;
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 348px !important;
  overflow: hidden;
  border-radius: 6px;
}

/*.gallery .pika-stage img {height:100%;}*/
.gallery .pika-stage .pika-textnav {
  height: 17px;
  width: 17px;
  background: url(../images/gfx/gallery-zoom.png) no-repeat;
  position: absolute;
  display: block !important;
  bottom: 11px;
  right: 9px;
}

.gallery .pika-imgnav,
.gallery .pika-tooltip,
.gallery .pika-counter,
.gallery .pika-stage .caption,
.gallery .pika-stage .pika-textnav * {
  display: none;
}

.jcarousel-skin-pika .jcarousel-container-horizontal {
  overflow: hidden;
  padding-top: 6px;
  margin-top: 8px;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
  min-height: 83px;
  width: 485px;
}

/* Content end */

/* Footer start */
/* footer {height:200px; position:relative; border-top:1px solid #eaeceb; border-bottom:3px solid #f7e161;}
footer .logo-and-copy {float:left; margin:39px 0 0 0; width:360px;}
footer .logo-and-copy .foot-logo {float:left; display:block; height:37px; width:122px; background: url(../images/icons/logo_.jpg) no-repeat;}
footer .logo-and-copy .adress {float:left; width:200px; margin:2px 0 0 33px;}
footer .logo-and-copy .copy {padding-top:7px;}
footer .b-phone {float:left; margin:30px 0 0 52px; line-height: 22px;}
footer .b-phone .phone {background: url(../images/icons/phone.jpg) no-repeat 0px 28px; padding:0 0 0 26px; font-size:14px;}
footer .b-phone .phone strong {font-size:23px;}
footer .b-phone .foot-back-call {display:block; height:29px; width:199px; background: url(../images/icons/foot-back-call.png) no-repeat; margin-top:8px; text-align:center; line-height:27px;}
footer .b-phone .foot-back-call span {border-bottom:1px dotted #000; position:relative; left:7px;}
footer .b-phone .foot-back-call:hover span {border:0;}
footer .socials {margin:39px 0 0 58px;}
footer .desing {float:right; color:#999999; margin:40px 0 0 0;}
footer .desing a {color:#999;} */


/* Footer end */

/* General classes start */
/* typography */
body {
  position: relative;
  height: 100%;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #525252;
}

/* font-face */

/* text */
h1 {
  padding: 0 0 15px;
  font-size: 19px;
  line-height: 21px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  padding: 0 0 14px;
  font-size: 19px;
  line-height: 20px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  padding: 0 0 30px;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  font-weight: normal;
}

h4 {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  color: #382301;
  font-weight: bold;
}

h5 {
  padding: 0 0 14px;
  font-size: 14px;
  line-height: 18px;
  color: #dd0202;
  font-weight: bold;
}

h6 {
  padding: 0 0 14px;
  font-size: 14px;
  line-height: 16px;
  color: #bd2001;
  font-weight: normal;
}

p {
  padding: 0 0 10px;
}

/* default-wrappers */
#main {
  position: relative;
  width: 1000px;
  min-height: 100%;
  margin: 0 auto;
}

.punisher {
  clear: both;
  height: 142px;
}

/* clearfix */
.clearfix,
.row-fluid {
  zoom: 1;
}

.clearfix:after,
.row-fluid:after {
  clear: both;
}

.clearfix:after,
.clearfix:before,
.row-fluid:after,
.row-fluid:before {
  display: table;
  line-height: 0;
  content: "";
}

.styled {
  padding-bottom: 15px;
}

.styled li {
  padding: 0 0 5px 30px;
  background: url(../images/icons/styled.jpg) no-repeat 0 2px;
  font-style: italic;
  color: #9ea4a9;
}

/* icons */
.ico {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../images/icons/icons.png) no-repeat;
}

/* visibility */
.hide {
  display: none;
}

.show {
  display: block !important;
}

/* elements of form */
.brd {
  padding: 11px 7px;
  position: relative;
  border: 1px solid var(--dark-blue);
  border-radius: 5px;
}

.brd input, .brd textarea {
  background: rgba(0, 0, 0, 0);
  width: 48%;
  border: 0;
  display: block;
  float: left;
}

.brd input[name="search"] {
  width: 95%;
}

.brd select {
  background: rgba(0, 0, 0, 0);
  width: 46%;
  border: 0;
  float: left;
}

.brd textarea {
  height: 160px;
  resize: none;
  overflow: auto;
  height: 100%;
}

input, textarea, option, .selectbox .select, button, .label {
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #000;
}

.placeholder {
  color: #ccc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #ccc;
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder,
:focus::-ms-input-placeholder {
  color: transparent;
}

/* General classes end */

/*Content*/
.bod {
  font-weight: bold;
}

ol.cnt, ul.spsk {
  margin: 0px 0px 10px 10px;
}

ol.cnt li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 5px;
}

ul.spsk li {
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 5px;
}

.err {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}

.ok {
  color: green;
  font-size: 14px;
  font-weight: bold;
}

div.blog a.date {
  color: #c1c1c1;
  text-decoration: none;
}

div.blog a.date:hover {
  text-decoration: underline;
}

div.about h1 {
  padding: 0 0 30px 0;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: normal;
  text-transform: none;
}

div.thumbnails .itemsKeeper .thumbnail.cat {
  height: auto;
}

div.thumbnails .itemsKeeper .thumbnail.cat div.thumbnail-descript {
  padding-bottom: 10px;
  text-align: center;
}

div.thumbnails .itemsKeeper .thumbnail.cat div.thumbnail-descript a {
  font-weight: bold;
}

div.thumbnails .itemsKeeper .thumbnail.good {
  height: auto;
}

div.thumbnails .itemsKeeper .thumbnail.good div.thumbnail-name {
  padding-bottom: 1px;
  line-height: 14px;
}

div.thumbnails .itemsKeeper .thumbnail.good div.thumbnail-name a {
  font-weight: bold;
}

div.thumbnails .itemsKeeper .thumbnail.good div.thumbnail-name p {
  margin: 10px 0;
  font-size: 11px;
}



div#content-wrapper {
  margin-left: 0;
}

div.yashare-auto-init {
  display: none;
  margin-top: 30px;
}

div.yashare-auto-init span.b-share {
  font: inherit;
  padding-left: 0 !important;
}

div.news-item {
  padding: 15px 0;
  border-bottom: 1px dotted #000;
}

div.news-item-name a {
  color: #4fb8f2;
  font-weight: bold;
}

div.news-item .news-image {
  float: left;
  width: 200px;
  height: 200px;
  margin: 5px 25px 5px 0;
}

div.good-form {
  display: inline-block;
  margin-bottom: 5px;
}

div.good-form input.list-quant, div.good-form a {
  margin-top: 0;
}

a.a_minus {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

a.a_plus {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

input.list-quant {
  float: left;
  display: block;
  border-top: 1px solid #ccc;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  color: #333;
  width: 30px;
  text-align: center;
  padding: 2px 0 0 0;
  height: 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

div.product-price-info {
  background: var(--dark-blue);
  padding: 15px 10px;
  border-radius: 5px;
  width: 360px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  margin-top: -200px;
  display: none;
  color: var(--light);
}

div#mini-cart {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  background: url(../images/icons/cart-desk.svg) top 25px left 10px var(--primary-blue) no-repeat;
  width: 205px;
  height: 70px;
  overflow: hidden;
  padding: 16px 0;
  padding-left: 53px;
  padding-right: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px 0 0 0;
  color: var(--light);
  cursor: pointer;
  transition: background-color .2s ease-in-out;
}

div#mini-cart:hover {
  background-color: var(--primary-blue-ef);
}

div#mini-cart a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted var(--light);
  color: var(--light);
  position: relative;
}

.product-card .product-info .product-price .price div.oldprice {
  margin-bottom: 10px;
}

.product-card .product-info .product-price .price div.oldprice strong {
  font-size: 16px;
  text-decoration: line-through;
}

table.table-cart {
  width: 100%;
  /*margin: 10px 0 30px 0;*/
  margin: 0;
}

table.table-cart-one th, table.table-cart-one td {
  padding: 5px;
  border: 1px dotted #999;
}

table.table-cart-two th, table.table-cart-two td {
  padding: 5px;
  border-left: 1px dotted #999;
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
}

table.table-cart th {
  background: var(--grey)
}

table.table-cart input[type='text'] {
  border: 1px solid #ccc;
  text-align: center;
  width: 50px;
  padding: 5px;
}

table.table-cart td.itogo {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  border-left: 0;
  font-style: italic;
}

table.table-cart td.itogo span {
  font-weight: normal;
}

table.table-cart input[type='submit'] {
  padding: 10px;
  border: 0;
  background: var(--primary-blue);
  border-radius: 5px;
  cursor: pointer;
  color: var(--light);
  width: 130px;
  font-weight: bold;
}

.ui-autocomplete-loading {
  background: #FFF right center no-repeat;
}

table.form-table.info tr.metro {
  display: none;
}

table.form-table.info tr.metro.active {
  display: table-row;
}

table.form-table.info {
  margin: 50px 0 0 0;
  width: 100%;
}

table.form-table.info td {
  padding: 5px 0 5px 0;
}

table.form-table.info label {
  max-width: 90%;
  font-size: 13px;
}

table.form-table.info td:first-child {
  width: 30%;
}

table.form-table.info td:last-child {
  width: 70%;
}

table.form-table.info input[type='text'], table.form-table.info select {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
}

table.form-table.info input[type='text'][name="adr1"],
table.form-table.info input[type='text'][name="adr2"],
table.form-table.info input[type='text'][name="adr3"] {
  width: 31.5%;
}

table.form-table.info select {
  width: 100%;
}

table.form-table.info textarea {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  height: 150px;
  min-height: 150px;
  resize: vertical;
}

table.form-table.info td.captcha input {
  position: relative;
  width: 80px;
  text-align: center;
  top: 15px;
}

table.form-table.info input[type='submit'] {
  padding: 10px;
  border: 0;
  background: var(--primary-blue);
  color: var(--light);
  border-radius: 5px;
  cursor: pointer;
  width: 130px;
  font-weight: bold;
  text-transform: uppercase;
}

table.form-table.info span.required {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

table.form-table.info input.error {
  background: #F9D6D6;
}

div.side-menu ul li a {
  padding: 3px 20px;
  border-top: 1px dotted #ccc;
  font-weight: bold;
  font-size: 13px;
}

div.side-menu ul li:first-child a {
  border-top: 0;
}

div.side-menu ul li ul li a {
  border-top: 1px dotted #ccc !important;
  font-weight: normal;
}

ol.search-results li img {
  float: left;
  margin: 0 20px 0 0;
}

ol.search-results li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  min-height: 150px;
  clear: both;
}

ol.search-results li a {
  color: #33378e;
}

ol.search-results li div b {
  background: #FF0;
}

.kon1 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

.rd {
  color: red;
  font-weight: bold;
}

.rd a {
  color: red !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.kon2 {
  margin: 15px 0;
  font-weight: bold;
  font-size: 13px;
}

.bl {
  color: #0000fd;
}

.kon3 {
  background-color: #f9f0b7;
  font-weight: bold;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 30px;
}

.konf img {
  padding: 5px;
}

.konf {
  margin: 20px 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 80%;
}

.swiper-pagination-bullet-active {
    background: var(--dark-blue);
}

/* div.slider a {
  display: none;
} */

/* div.slider .strl, div.slider .strr {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

div.slider .strl {
  background: transparent url(../images/l.png) no-repeat 0px 0px;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 90px;
}

div.slider .strl:hover {
  background: transparent url(../images/l_.png) no-repeat 0px 0px;
}

div.slider .strr {
  background: transparent url(../images/r.png) no-repeat 0px 0px;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 90px;
}

div.slider .strr:hover {
  background: transparent url(../images/r_.png) no-repeat 0px 0px;
}
 */
/* --- Выпадающий список "Доставка" в корзине --- */
/**,
*:after,
*:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}*/

.wrapper-dropdown {
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
  background: #ddd;
  color: #000;
  outline: none;
  cursor: pointer;
}

.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #000;
}

.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ddd;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  list-style: none !important;
  margin: 0 !important;
  z-index: 11;
}

.wrapper-dropdown .dropdown li {
  list-style: none !important;
}

.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #9e9e9e;
  padding: 10px 20px;
}

.wrapper-dropdown .dropdown li:hover a {
  background: #ddd;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrapper-dropdown.active:after {
  border-color: #000 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}

.wrapper-dropdown.active {
  background: #ddd;
}

/* --- /Выпадающий список "Доставка" в корзине --- */

.optPrices {
  margin: 20px auto;
  width: 100%;
  text-align: left;
  clear: both;
}

.kont {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.kont a {
  color: #3B438E !important;
  font-family: 'Arial' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 130% !important;
}

.kont2 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #3B438E;
}

.kont2 a {
  font-family: 'Arial' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 120% !important;
  color: #3B438E !important;
}

.kont3 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  padding-top: 20px;
  color: #FF0000;
}

.kont4 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #3B438E;
}

.kont5 a {
  font-family: 'Arial' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: #3B438E !important;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.kont6 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.kont7 {
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin-top: 0;
}

.kont8 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FF0000;
}

.kont9 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #3B438E;
}

.kont9 a {
  font-family: 'Arial' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: #3B438E !important;
}

.kont10 a {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #FF0000 !important;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.kont11 {
  border: 0;
}

.kont12 {
  padding-left: 49px !important;
}

.kont13 {
  padding-left: 89px !important;
}

.kont14 {
  padding-left: 4px !important;
}

.kont15 {
  padding-left: 107px !important;
}

/* Дарья */

.adress__link {
  text-decoration: underline;
  cursor: pointer;
}

header {
  border-top: unset;
}

.wrapper {
  border-top: 5px solid #f7e161;
}

.thumbnails .itemsKeeper .thumbnail .thumbnail-descript .buy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  display: block;
  height: 30px;
  width: 95px;
  background-color: var(--primary-blue);
  color: var(--light);
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding-right: unset;
  padding: 4px;
  border-radius: 5px;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  transition-property: color, background-color;
}

.thumbnails .itemsKeeper .thumbnail .thumbnail-descript .buy:hover {
  background-color: var(--primary-blue-ef);
  color: var(--light);
  text-decoration: none;
}

/* .thumbnails .itemsKeeper .thumbnail .thumbnail-descript a.buy.disabled {
cursor: default;
background-image: none;
background: #d3d3d3;
} */

/* .thumbnails .itemsKeeper .thumbnail .thumbnail-descript a.buy.disabled {
cursor: default;
background-image: none;
background: #d3d3d3;
} */


/* Карточка товара в каталоге */
.good .clearfix,
.good .row-fluid {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.good .clearfix div,
.good .row-fluid div {
  width: 100%;
}

.good .clearfix strong,
.good .row-fluid strong {
  line-height: 100%;
  font-size: 15px;
}


.good .clearfix:after, .good .clearfix:before, .good .row-fluid:after, .good .row-fluid:before {
  display: none;
}

.thumbnails .itemsKeeper .thumbnail {
  width: 22.98%;
}

/* Слайдер в карточке товара */
#lightSlider {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

.gallery li {
  width: 100%;
  background-color: #fff;
  display: block;
  float: left;
  cursor: pointer;
}

.lslide a {
  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;
}

.lSAction>.lSPrev {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.lSAction>.lSNext {
  right: 0;
}

.lightSlider img {
  width: 85%;
  max-height: 380px;
}

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li {
  border-radius: 0;
}

lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}



.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('https://old123.uchenik-spb.ru/themes/classic/images/r.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSPrev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Карточка товара */
/* .product-card .product-info .product-price .buy-btn {
background: linear-gradient(to bottom, #72d53c 0%, #258500 50%, #72d53c 100%);
border-radius: 5px;
} */

.thumbnails .itemsKeeper .thumbnail .thumbnail-descript a.buy.disabled {
  cursor: default;
  background: -webkit-gradient(linear, left top, left bottom, from(#72d53c), color-stop(50%, #258500), to(#72d53c));
  background: -o-linear-gradient(top, #72d53c 0%, #258500 50%, #72d53c 100%);
  background: linear-gradient(to bottom, #72d53c 0%, #258500 50%, #72d53c 100%);
  color: var(--light);
  text-decoration: none;
}

.footer {
  padding: 30px 0 20px;
}

.footer-top {
  margin-bottom: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-top__left {
  width: calc(55% - 24px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-top__right {
  width: calc(45% - 24px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__logo {
  margin-right: 30px;
}

.footer__logo img {
  width: 200px;
  height: 72px;
}

.footer__address {
  width: 57.4%;
  font-size: 20px;
  line-height: 100%;
}

.footer__address .address__location {
  text-decoration: none;
}

.address__location span {
  font-weight: bold;
  cursor: auto;
}

.footer__phone {
  margin-bottom: 10px;
}

.footer__im {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 100%;
}

.footer__bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__bottom p {
  margin: 0;
  padding: 0;
}

.footer__im p:not(:last-child) {
  margin-bottom: 4px;
}

.footer-links {
  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;
  margin-bottom: 51px;
}

.footer-links a:not(:last-child) {
  margin-bottom: 2px;
}

.bottom {
  padding-top: 20px;
  background-color: var(--grey);
  border-top: 3px solid #f7e161;
}

.design {
  opacity: .5;
  text-align: end;
}

.blueIcon:hover {
  color: var(--light);
}

@media (max-width: 1200px) {
  .blueIcons div:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 20px;
  }

  .footer-top__left {
    width: 100%;
  }

  .footer__address {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .wrapper {
    border-top: unset;
  }
  
  .slider-mb a img {
      width: 100%;
  }
  
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      width: 100%;
  }
}


@media (max-width: 767px) {
  .containerHeader .socials {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav__wrap {
    position: fixed;
    left: 0;
    top: 120px;
    z-index: 1;
    display: none;
    width: 100%;
    height: calc(100vh - 120px);
    padding: 30px 15px 80px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: var(--grey);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .nav__wrap.is-opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-name: menu-open;
            animation-name: menu-open;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
  }

  .nav__wrap.is-closed {
    -webkit-animation-name: menu-close;
    animation-name: menu-close;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
  }

  @-webkit-keyframes menu-open {
    from {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes menu-open {
    from {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @-webkit-keyframes menu-close {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes menu-close {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  .nav__wrap ul {
    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: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    height: unset;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;
  }

  .nav__wrap ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .nav__wrap ul a {
    padding: 0;
  }

  .nav__wrap ul li.active a {
    color: var(--dark-blue);
    text-decoration: underline;
  }

  .nav__wrap ul a::before {
    display: none;
  }

  .socials-mb {
    width: 100%;
  }

  .socials-mb .callback {
    width: 225px;
    margin-bottom: 30px;
    padding: 13.5px 9px;
    padding-left: 37px;
    font-size: 18px;
  }

  .nav__wrap .socials {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
            flex-direction: unset !important;
    margin-bottom: 0;
  }

  .nav__wrap .socials li:not(:last-child) {
    margin-right: 15px;
  }

  .nav__wrap .socials li a {
    width: 45px;
    height: 45px;
  }

  .nav__wrap .socials li a img {
    width: 45px !important;
    height: 45px !important;
  }
}

@media (max-width: 767px) {

  .good .clearfix,
  .good .row-fluid {
    display: block;
  }

  .good .clearfix div, .good .row-fluid div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #second {
    padding-top: 40px;
  }

  .side-menu h2 {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    color: var(--dark-blue);
  }

  .side-menu ul {
    padding: 0;
  }

  .footer {
    padding: 30px 0 30px;
  }

  .footer-top {
    margin-bottom: 30px;
    -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;
  }

  .footer-top__left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-top__right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__address {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    width: 80%;
    text-align: center;
  }

  .footer__address a {
    padding: 0;
    background: none;
    color: var(--dark-blue);
  }

  .footer__address a:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer__address a span {
    color: var(--dark);
  }

  .footer__phone {
    font-size: 25px;
    padding-left: 0;
    margin-bottom: 0;
  }

  .footer__phone::before {
    display: none;
  }

  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }

  .design {
    text-align: center;
    margin-bottom: 20px;
  }

  .bottom {
    display: none;
  }
}



/* МЕНЮ Каталог */

.catalog-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 246px;
  padding: 7.5px 0;
  background-color: var(--grey);
  z-index: 1000;
}

.catalog-dropdown.active {
    display:block;
}

.catalog-dropdown ul li {
  position: relative;
}


.menu-item-main {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 7.5px 15px;
  color: var(--dark-blue);
  font-size: 17px;
  transition: none;
  font-weight: normal;
  text-transform: none;
}

.menu-item-main:hover {
   background: #D9D9D9;
   color: var(--dark-blue);  
}

.menu-item-child {
    display: none;
    flex-wrap: wrap;
    width: 600px;
    padding: 7.5px 0;
    position: absolute;
    top: -7.5px;
    left: 100%;
    background: #d9d9d9;
    overflow: hidden;
    z-index: 1000;
}

.menu-item-child .menu-item-main:hover {
   background: var(--primary-blue);
   color: var(--light);
   font-weight: bold;
}

.menu-item-child.active {
    display: flex;
}

.menu-item-child li {
  flex: 1 0 50%;
}

.catalog-dropdown ul li:hover>.menu-item-child {
  display:flex;
}

.catalog-item--hover:hover .catalog-dropdown {
    display: block;
}

.leftContent {
  display: none;
}

.rightContent {
  width: 100%;
}