

.b-header {
  font-family: Roboto, sans-serif;
}
@media (max-width: 990px) {
  .b-header__desktop {
    display: none;
  }
}
.b-header__mobile {
  display: none;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 990px) {
  .b-header__mobile {
    display: block;
  }
}
.b-header__top-wrapper,
.b-header__admin-text {
  margin: 0 auto;
  max-width: 1600px;
  box-sizing: border-box;
  padding: 50px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-header__admin-text {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 990px) {
  .b-header__admin-text {
    width: 210px;
  }
}
.b-header__logo-block {
  width: 210px;
  flex-shrink: 0;
  flex-grow: 0;
  color: #444444;
  display: inline-block;
}
.b-header__top-menu {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1300px) {
  .b-header__top-menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 990px) {
  .b-header__top-menu {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.b-header__top-menu-item {
  font-size: 18px;
  line-height: 25px;
  box-sizing: border-box;
  padding: 10px;
}
.b-header__top-menu-item::before {
  content: '';
  vertical-align: top;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.b-header__top-menu-item--price-list::before {
  background-image: url('/image/work/price-list.png');
}
.b-header__top-menu-item--question::before {
  background-image: url('/image/work/question.png');
}
.b-header__top-menu-item--retail::before {
  background-image: url('/image/work/basket.png');
}
.b-header__top-menu-item--lk::before {
  background-image: url('/image/work/login.png');
}
@media (max-width: 1300px) {
  .b-header__top-menu-item {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 990px) {
  .b-header__top-menu-item {
    width: 100%;
    padding-left: 20px;
  }
  .b-header__top-menu-item::before {
    padding-right: 5px;
  }
}
.b-header__top-menu-item-link {
  color: #444444;
  text-decoration: none;
}
.b-header__top-menu-item-link:hover {
  text-decoration: underline;
}
@media (max-width: 990px) {
  .b-header__top-menu-item-link {
    color: #fff;
  }
}
.b-header__contacts {
  width: 210px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
  color: #444444;
}
.b-header__gray-line {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.b-header__phone {
  color: #000000;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  padding: 20px 0 8px;
}
.b-header__phone a {
  color: #000000;
  text-decoration: none;
}
.b-header__phone--mobile {
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
}
.b-header__menu {
  background-color: #f5f5f5;
}
.b-header__menu--mobile {
  display: none;
  position: absolute;
  z-index: 110;
  background-color: #6D6D6D;
  width: 100%;
  box-sizing: border-box;
}
.b-header__menu-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.b-menu {
  font-family: waldorf;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.b-menu--level_0 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 990px) {
  .b-menu--level_0 {
    display: block;
    padding: 25px 20px 35px;
  }
}
.b-menu--level_1 {
  display: none;
}
.b-menu--level_1:not(.b-menu--catalog) {
  position: absolute;
  padding: 10px 20px;
  top: 100%;
  min-width: 100%;
  left: 0;
  background: rgba(245, 245, 245, 0.9);
}
@media all and (max-width: 990px) {
  .b-menu--level_1:not(.b-menu--catalog) {
    position: relative;
    margin: 0 -20px;
    padding: 0 20px 0 58px;
  }
  .b-menu--level_1:not(.b-menu--catalog).b-menu--opened {
    display: block;
  }
}
.b-menu--level_1.b-menu--catalog {
  padding: 10px 0;
}
@media (min-width: 990px) {
  .b-menu--level_1:not(.b-menu--catalog) {
    min-width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.b-menu__item {
  padding: 0;
}
.b-menu__item:not(.b-menu__item--catalog) {
  position: relative;
}
.b-menu__item--level_0 {
  flex-grow: 1;
}
@media all and (min-width: 990px) {
  .b-menu__item--level_0:hover .b-menu {
    display: block;
    z-index: 125;
  }
  .b-menu__item--level_0:hover .b-catalog-menu {
    display: flex;
  }
}
@media (max-width: 990px) {
  .b-menu__item--level_0 {
    position: relative;
  }
  .b-menu__item--level_0:hover::before {
    background-position: 0 0;
  }
}
@media all and (max-width: 990px) {
  .b-menu .b-menu__control {
    width: 28px;
    height: 22px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
  }
  .b-menu .b-menu__control--sublinks {
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19402 11V6.27H11.88V4.73H7.19402V0H5.63202V4.73H0.968018V6.27H5.63202V11H7.19402Z' fill='%2372AC08'/%3E%3C/svg%3E%0A") center center no-repeat;
  }
  .b-menu .b-menu__control.open {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='3' viewBox='0 0 12 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19402 2.27H11.88V0.729996H7.19402L5.63202 0.73L0.968018 0.729996V2.27H5.63202H7.19402Z' fill='%2372AC08'/%3E%3C/svg%3E%0A");
  }
}
.b-menu__item-divider {
  display: inline-block;
  width: 0;
  height: 14px;
  border-left: 1px dashed #aeafb4;
}
@media (max-width: 990px) {
  .b-menu__item-divider {
    display: block;
    width: 14px;
    height: 0;
    border: none;
    /* border-bottom: 1px dashed rgba(174, 175, 180, 0.8); */
  }
}
.b-menu__link {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
}
.b-menu__link--level_0 {
  color: #85868a;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 990px) {
  .b-menu__link--level_0 {
    text-align: left;
    color: #fff;
    padding: 15px 0;
    font-size: 22px;
    width: auto;
  }
}
.b-menu__link--level_1 {
  text-transform: uppercase;
  color: #85868a;
  padding: 7px 0;
  font-weight: bold;
}
.b-menu__link--level_1:hover {
  color: #72ac08;
}
.b-menu__link--level_2 {
  text-transform: lowercase;
  color: #aeafb4;
  font-size: 14px;
  padding: 5px 0;
}
.b-menu__link--level_2::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #72ac08;
  vertical-align: middle;
  margin-right: 5px;
}
.b-menu__link--level_2:hover {
  color: #72ac08;
}
.b-catalog-menu {
  display: none;
  z-index: 125;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.b-catalog-menu .b-menu__link--with-image {
  text-align: center;
}
.b-catalog-menu .b-menu__link--with-image img {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 10px;
}
.b-catalog-menu .b-menu__link--with-image span {
  display: block;
}
.b-catalog-menu .b-menu__link--level_1 {
  font-size: 18px;
}
@media (max-width: 990px) {
  .b-catalog-menu {
    flex-wrap: wrap;
  }
}
.b-menu-group {
  display: flex;
  margin: 0;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.b-menu-group:first-of-type {
  width: 20%;
}
.b-menu-group:last-of-type {
  width: 80%;
}
.b-menu-group:last-of-type .b-menu--level_1 {
  display: flex;
  flex-wrap: wrap;
}
.b-menu-group:last-of-type .b-menu__item--level_1 {
  width: 25%;
  margin-bottom: 20px;
}
.b-menu-group:last-of-type .b-menu__item--level_1.b-menu__item--full-width {
  width: 100%;
}
.b-menu-group:last-of-type .b-menu__item--level_1.b-menu__item--full-width .b-menu {
  display: flex;
  flex-wrap: wrap;
}
.b-menu-group:last-of-type .b-menu__item--level_1.b-menu__item--full-width .b-menu__item {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .b-menu-group:first-of-type {
    width: 100%;
  }
  .b-menu-group:first-of-type .b-menu--level_1 {
    width: 100%;
    display: flex;
  }
  .b-menu-group:first-of-type .b-menu__item--level_1 {
    width: 50%;
  }
  .b-menu-group:last-of-type {
    width: 100%;
  }
  .b-menu-group:last-of-type .b-menu__item--level_1 {
    width: 100%;
  }
  .b-menu-group:last-of-type .b-menu__item--level_1.b-menu__item--full-width .b-menu__item {
    width: 50%;
  }
}
#page-full-slideshow-wrapper {
  position: relative;
  padding: 30px 90px;
  overflow: hidden;
  width: 607px;
}
@media (max-width: 990px) {
  #page-full-slideshow-wrapper {
    display: none;
  }
}
#page-full-slideshow-wrapper img {
  display: block;
}
#page-full-slideshow-wrapper .slider-navigation {
  position: absolute;
  width: 71px;
  height: 71px;
  top: 150px;
  background: url(/image/layout/arrows.png);
  cursor: pointer;
}
#page-full-slideshow-wrapper #nav-prev {
  left: 0;
  background-position: left top;
}
#page-full-slideshow-wrapper #nav-prev:hover {
  background-position: left bottom;
}
#page-full-slideshow-wrapper #nav-next {
  right: 0;
  background-position: right top;
}
#page-full-slideshow-wrapper #nav-next:hover {
  background-position: right bottom;
}
#page-full-slideshow-wrapper #slideshow {
  max-width: 100%;
  border: 7px solid #e7e7e7;
  border-radius: 5px;
}
#page-full-slideshow-wrapper #slider-counter-wrapper {
  float: left;
  width: 100px;
  margin: 15px 0 0 10px;
  color: #bab8b9;
  font-size: 20px;
}
#page-full-slideshow-wrapper #nav-slides {
  float: right;
  width: 482px;
}
#page-full-slideshow-wrapper #nav-slides a {
  float: left;
  margin: 15px 15px 0 0;
}
#page-full-slideshow-wrapper #nav-slides a.activeSlide {
  outline: 1px solid #a3a3a3;
  outline-offset: 2px;
}
#page-full-slideshow-wrapper #nav-slides a:nth-child(5n) {
  margin-right: 0;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #697277;
  padding: 0;
  margin: 0;
  min-width: 320px;
  position: relative;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.wrapper {
  width: 975px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 990px) {
  .wrapper {
    width: auto;
  }
}
.catalog-footer {
  padding-bottom: 85px;
}
@media (max-width: 990px) {
  .catalog-footer {
    padding-bottom: 130px;
  }
}
hr {
  border: none;
  padding: 0 0 5px 0;
  height: 0;
  margin: 0;
  background: url('/image/layout/wave.png') no-repeat center bottom;
}
@media (max-width: 990px) {
  hr {
    display: none;
  }
}
a {
  color: #72ac08;
}
img {
  border: none;
}
img.img-left {
  display: block;
  float: left;
  margin: 0 30px 24px 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
h1,
.h1 {
  font-size: 35px;
  line-height: 41px;
  padding: 0;
  margin: 16px 0 20px 0;
}
#main h1 {
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: none;
}
h2,
.h2 {
  font-size: 25px;
  padding: 5px 0;
  margin: 20px 0 16px 0;
}
h3,
main h2,
.h3 {
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 16px 0 0px 0;
}
h2.stext {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
}
.c-h2 {
  font-size: 25px;
  padding: 5px 0;
  margin: 20px 0 16px 0;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
.catalog-items-container .c-h2 {
  font-family: Waldorf;
  font-style: italic;
}
.c-hidden {
  display: none;
}
#content {
  padding-top: 10px;
  padding-bottom: 38px;
  margin: 0;
}
#content ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
#content ul li {
  margin-left: 0;
  padding-left: 18px;
  background: url('/image/layout/flower_ss.png') no-repeat left 4px;
  margin-bottom: 3px;
}
@media (max-width: 990px) {
  #content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.lb-route a {
  font-size: 13px;
  color: #858585;
}
@media (max-width: 990px) {
  .lb-route a {
    font-size: 17px;
  }
}
.lb-route .sep {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 11px;
  background: url('/image/layout/flower_s.png') no-repeat left 0;
  margin-left: 3px;
  margin-right: 2px;
}
.b-footer {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #aeafb4;
}
.b-footer__wrapper {
  margin: 0 auto;
  max-width: 1600px;
  box-sizing: border-box;
  padding: 25px 20px 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.b-footer__logo-block {
  width: 275px;
  flex-grow: 0;
  flex-shrink: 0;
}
.b-footer__techart-block {
  flex-grow: 0;
  flex-shrink: 0;
  width: 210px;
  text-align: right;
}
.b-footer__social {
  margin: 0 20px 0 auto;
}
.b-footer__social a {
  display: block;
  margin: 0 0 10px 0;
}
.b-footer__social--social {
  margin: 0;
}
.b-footer__techart-link {
  color: #aeafb4;
  text-decoration: none;
}
.b-footer__techart-link:hover {
  text-decoration: underline;
}
@media (max-width: 990px) {
  .b-footer__wrapper {
    padding: 35px 15px 50px;
    display: block;
  }
  .b-footer__techart-block {
    margin-top: 85px;
    text-align: left;
  }
}
#top-slider {
  overflow: hidden;
  height: 304px;
  position: relative;
  clear: both;
}
@media (max-width: 990px) {
  #top-slider {
    display: none;
  }
}
#top-slider.big {
  height: 564px;
}
#top-slider .top-banner-window {
  position: absolute;
  width: 274px;
  padding: 20px 30px;
  height: 395px;
  background: url(/image/work/bg-slider.png) no-repeat left top;
  z-index: 2;
  left: 12%;
  top: 10%;
}
#top-slider .top-banner-window div {
  font-size: 20px;
  padding: 15px 0;
  font-style: italic;
  color: #797a7d;
}
#top-slider .top-banner-window div img,
#top-slider .top-banner-window div p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#top-slider .top-banner-window div p {
  width: 60%;
  padding-left: 20px;
}
.clearfix {
  clear: both;
}
.b-catalog-preview {
  display: flex;
  justify-content: space-between;
}
.b-catalog-preview--margins {
  margin: 30px 0 100px;
}
@media screen and (max-width: 768px) {
  .b-catalog-preview--margins {
    margin: 20px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .b-catalog-preview {
    flex-wrap: wrap;
  }
}
.b-catalog-preview__item {
  display: block;
  width: 49%;
  text-decoration: none;
}
.b-catalog-preview__item:hover {
  transition: 0.2s;
  opacity: 0.6;
}
.b-catalog-preview__item:hover .b-catalog-preview__item-title {
  color: #72ac08;
}
@media screen and (max-width: 768px) {
  .b-catalog-preview__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.b-catalog-preview__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-catalog-preview__item-image img {
  display: block;
  max-width: 100%;
}
.b-catalog-preview__item-title {
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.b-catalog-preview__item-title--link {
  font-family: Waldorf;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
}
.b-catalog-preview__item-title--link a {
  text-decoration: none;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .b-catalog-preview__item-title {
    text-align: center;
  }
}
.b-main-page-text {
  margin: 20px 0 30px;
  line-height: 26px;
  font-size: 16px;
  color: #aeafb4;
}
.b-main-page-text h1,
.b-main-page-text h2,
.b-main-page-text .c-h2 {
  font-style: normal;
}
.b-main-text {
  font-size: 16px;
  line-height: 26px;
  color: #AEAFB4;
}
.b-catalog-preview-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px 65px;
}
.b-catalog-preview-text__img-wrap {
  box-sizing: border-box;
  padding: 20px 10px 25px;
  width: 33.3%;
  text-align: center;
}
.b-catalog-preview-text__text {
  padding: 0 10px;
  box-sizing: border-box;
  width: 66.6%;
  line-height: 26px;
  font-size: 16px;
  color: #aeafb4;
}
.b-catalog-preview-text__text p {
  margin-top: 0;
}
.b-catalog-preview-text__link-wrap {
  margin-top: 20px;
}
.b-catalog-preview-text__link {
  display: inline-block;
  padding: 15px 65px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa81b3), to(#ee5c9a));
  background: -o-linear-gradient(#fa81b3, #ee5c9a);
  background: linear-gradient(#fa81b3, #ee5c9a);
  -webkit-box-shadow: 2px 2px 10px rgba(238, 92, 154, 0.4);
  box-shadow: 2px 2px 10px rgba(238, 92, 154, 0.4);
  border-radius: 40px;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.b-catalog-preview-text__link:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#94d31f), to(#72ac08));
  background: -o-linear-gradient(#94d31f, #72ac08);
  background: linear-gradient(#94d31f, #72ac08);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 990px) {
  .b-catalog-preview-text {
    flex-wrap: wrap;
    margin: 30px -10px 50px;
  }
  .b-catalog-preview-text__img-wrap {
    width: 100%;
  }
  .b-catalog-preview-text__text {
    width: 100%;
  }
  .b-catalog-preview-text__link-wrap {
    text-align: center;
  }
  .b-catalog-preview-text__link {
    padding: 15px 50px;
  }
}
.b-catalog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px;
}
.b-catalog-links__column {
  width: 33.3%;
}
.b-catalog-links__left-part {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 66.6%;
}
.b-catalog-links__left-part .b-catalog-links__item:nth-child(1) {
  width: 100%;
  height: 50%;
}
.b-catalog-links__left-part .b-catalog-links__item:nth-child(2),
.b-catalog-links__left-part .b-catalog-links__item:nth-child(3) {
  width: 50%;
  height: 50%;
}
.b-catalog-links__right-part {
  width: 33.3%;
}
.b-catalog-links__right-part .b-catalog-links__item:nth-child(1) {
  width: 100%;
  height: 100%;
}
.b-catalog-links__item {
  padding: 10px;
  box-sizing: border-box;
}
.b-catalog-links__item--size_1 {
  height: 340px;
}
.b-catalog-links__item--size_2 {
  height: 680px;
}
.b-catalog-links__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 780px) {
  .b-catalog-links {
    margin: 50px -5px;
  }
  .b-catalog-links__column {
    width: 50%;
  }
  .b-catalog-links__column:last-of-type {
    display: none;
  }
  .b-catalog-links__item {
    padding: 5px;
  }
  .b-catalog-links__item--size_1 {
    height: 250px;
  }
  .b-catalog-links__item--size_2 {
    height: 500px;
  }
}
.mini-banners {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 20px -10px;
}
@media screen and (max-width: 480px) {
  .mini-banners-wrap {
    margin-bottom: 65px;
  }
}
.mini-banners .mini-banner {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  text-decoration: none;
}
.mini-banners .mini-banner:hover {
  transition: 0.2s;
  opacity: 0.6;
}
.mini-banners .mini-banner:hover .mini-banner__text {
  color: #72ac08;
}
@media screen and (max-width: 480px) {
  .mini-banners .mini-banner:last-child {
    margin-bottom: 0;
  }
}
.mini-banners .mini-banner__image {
  width: 100%;
  padding-bottom: 125%;
  background-position: center;
  background-size: cover;
}
.mini-banners .mini-banner__text {
  color: #000000;
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  padding: 20px 10px 15px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .mini-banners .mini-banner__text {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .mini-banners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mini-banners .mini-banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .mini-banners .mini-banner__text {
    height: auto;
  }
}
#main_small_banners {
  float: right;
  width: 646px;
  margin-left: 46px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  #main_small_banners {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
#main_small_banners a {
  display: inline-block;
  width: 308px;
  height: 198px;
  text-decoration: none;
  background: no-repeat left top;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 170px;
}
@media (max-width: 990px) {
  #main_small_banners a {
    width: 45%;
    text-align: center;
    height: auto;
    font-size: 18px;
    padding: 10px 0 8px;
    background: none;
  }
}
#main_small_banners a:first-of-type {
  margin-right: 20px;
  background: url('/image/main/news.jpg');
}
@media (max-width: 990px) {
  #main_small_banners a:first-of-type {
    background: #ee5c9a;
  }
}
#main_small_banners a:last-of-type {
  background: url('/image/main/articles.jpg');
}
@media (max-width: 990px) {
  #main_small_banners a:last-of-type {
    background: #72ac08;
  }
}
#main_small_banners a:hover {
  background-position: left -198px;
}
#maintext_detail {
  display: none;
}
.form {
  width: 285px;
  padding-right: 30px;
}
.form * {
  font-style: italic;
  font-size: 13px;
  color: #707070;
  line-height: 23px;
}
.form label {
  width: 55px;
  padding-top: 6px;
}
.form .form-confirm-policy {
  width: auto;
}
.form input[type=radio] {
  margin: 5px 0 0 0;
}
.form em {
  color: #ee69a6;
  margin-left: 5px;
}
.form input[type=radio],
.form input[type=image],
.form .field-price span {
  display: inline-block;
  vertical-align: middle;
}
.form .right,
.form label {
  display: inline-block;
  vertical-align: top;
}
.form .right input[type=text],
.form .right textarea {
  resize: none;
  border: 1px solid #efeeef;
  border-radius: 10px;
  width: 211px;
  padding: 3px;
}
.form .field {
  padding-bottom: 10px;
}
.form .field-price label {
  width: 100%;
}
.form .field-price span {
  width: 255px;
  font-size: 11px;
  margin-top: 10px;
}
.form .submit_image_button {
  float: right;
  margin-right: 8px;
}
.form .validation-error {
  border-color: #ff0000 !important;
}
.page-navigator {
  font-family: PTSans, sans-serif;
  font-size: 14px;
}
.page-navigator .page-navigator-current {
  font-weight: normal;
  color: #86b518;
}
.page-navigator a {
  color: #858585;
  text-decoration: underline;
}
.page-navigator a:hover {
  text-decoration: none;
}
.page-navigator .sep {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url('/image/layout/flower_s.png') no-repeat left -24px;
}
.page-navigator * {
  margin-right: 10px;
}
#subscribe-form {
  width: 174px;
  height: 125px;
  display: none;
  z-index: 2;
  position: fixed;
  bottom: 45px;
  right: 0;
  background: url(/image/layout/wave.jpg) repeat-x -8px top #ffffff;
  padding: 0 20px 30px;
  border: 1px solid #f076af;
  border-top: none;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.open-subscribe-form {
  cursor: pointer;
  background: url("/image/layout/p.png") no-repeat;
  width: 68px;
  height: 44px;
  position: fixed;
  bottom: 157px;
  right: 0;
}
@media (max-width: 990px) {
  .open-subscribe-form {
    display: none;
  }
}
#subscribe-form p {
  font-style: italic;
  color: #fff;
  padding: 14px 0 9px;
  margin: 0;
  position: relative;
}
#subscribe-form input {
  display: block;
  width: 100%;
  background: none;
  text-align: center;
  border: none;
  margin-top: 15px;
  padding: 5px 0;
  border-radius: 10px;
  color: #727071;
}
#subscribe-form input[type=text] {
  border: 1px solid #e3e3e3;
  font-style: italic;
}
#subscribe-form input[type=submit] {
  text-transform: uppercase;
  background: #ffdce6;
}
.inquiry {
  padding: 20px;
  border: 2px solid #f076af;
  border-radius: 20px;
}
.inquiry p {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}
.inquiry div {
  padding: 5px 0;
}
.inquiry label,
.inquiry input[type=radio] {
  padding: 5px 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.inquiry input[type=radio] {
  margin: 0 0 5px 0;
}
.inquiry input[type=submit] {
  background: #ffdce6;
  border: none;
  color: #727071;
  padding: 5px 50px;
  border-radius: 20px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 15px;
}
#bottom-forms-outer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(241, 118, 173, 0.7);
  display: none;
  z-index: 10;
}
#bottom-forms-wrapper {
  text-align: center;
}
#bottom-forms-wrapper a {
  display: inline-block;
  padding: 15px 0 12px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #f176ad;
  background: no-repeat left center;
}
#bottom-forms-wrapper a:first-of-type {
  background-image: url(/image/layout/question.png);
  margin-right: 20px;
  padding-left: 50px;
}
#bottom-forms-wrapper a:last-of-type {
  background-image: url(/image/layout/price.png);
  padding-left: 40px;
}
#bottom-forms-wrapper a:hover {
  text-shadow: 1px 1px 1px #dc5e97;
}
.go-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 46px;
  background: url(/image/layout/up.gif);
  cursor: pointer;
}
.users-go-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none;
  width: 80px;
  height: 80px;
  z-index: 200;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(114, 172, 8, 0.5);
  transition: all 0.3s ease;
}
.users-go-to-top:hover {
  background-color: rgba(114, 172, 8, 0.4);
}
@media screen and (max-width: 1400px) {
  .users-go-to-top {
    bottom: 115px;
  }
}
@media screen and (max-width: 480px) {
  .users-go-to-top {
    border-radius: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background-color: #8fc515;
  }
  .users-go-to-top:hover {
    background-color: #8fc515;
  }
}
.users-go-to-top::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(/image/layout/up.gif);
  border-radius: 50%;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .users-go-to-top::after {
    height: 30px;
  }
}
.hidden-form-outer {
  display: none;
}
#facebox .ajax-ok {
  padding-right: 50px;
}
.shops {
  width: 50%;
  padding: 10px 30px 20px;
  border-bottom: 1px solid #e5e4e9;
  font-size: 14px;
}
.shops p {
  font-weight: bold;
  font-size: 18px;
}
.shops a {
  display: block;
  padding: 3px 0;
}
.delivery-example {
  padding: 30px 0;
}
.delivery-example h1 {
  color: #bac8cb;
}
.delivery-object {
  width: 641px;
  padding: 20px;
  height: 654px;
  color: #272727;
  background: url(/image/work/1.jpg) no-repeat top left;
}
.delivery-object h3 {
  color: #000;
  font-family: arial;
  font-size: 20px;
}
.delivery-object a {
  color: #0101ef;
}
.ajax-ok {
  padding: 10px 50px 10px 20px;
}
.country-retail {
  padding: 0 0 20px;
}
.country-retail table {
  width: 100%;
}
.country-retail td {
  padding: 10px;
}
.country-retail tr:not(:last-of-type) td {
  border-bottom: 1px solid #E5E4E9;
}
.country-retail td:first-of-type {
  width: 450px;
  font-size: 15px;
  font-weight: bold;
}
.country-retail p {
  margin: 3px 0;
}
.country-retail div {
  padding: 5px 0;
}
.country-title {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid;
}
/** jquery form styler **/
.jq-selectbox li {
  margin: 0;
  background: none;
}
.production-items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.production-items::after {
  display: block;
  content: '';
  width: 32%;
  height: 1px;
}
.production-items__item {
  width: 32%;
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14), 0 4px 2px -2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 500px) and (max-width: 800px) {
  .production-items__item {
    width: 48%;
  }
  .production-items::after {
    width: 48%;
  }
}
@media screen and (max-width: 499px) {
  .production-items__item {
    width: 300px;
  }
  .production-items {
    justify-content: center;
  }
  .production-items::after {
    display: none;
  }
}
.featherlight-content {
  background: #F9F9F9;
}
.featherlight-content #getprice_form .form {
  width: 100%;
  padding-right: 0;
}
.featherlight-content #getprice_form .form__title {
  border-bottom: 0;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 31px;
  color: #000000;
  margin: 20px 0 10px;
}
.featherlight-content #getprice_form .form .before-info {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
}
.featherlight-content #getprice_form .form label.left {
  display: block;
  float: none;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  margin-bottom: 3px;
}
.featherlight-content #getprice_form .form div.right {
  display: block;
}
.featherlight-content #getprice_form .form input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
}
.featherlight-content #getprice_form .form .field-checkbox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  position: relative;
  margin-bottom: 7px;
}
.featherlight-content #getprice_form .form .field-checkbox input {
  display: none;
}
.featherlight-content #getprice_form .form .field-checkbox input + span {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}
.featherlight-content #getprice_form .form .field-checkbox input + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #878787;
  box-sizing: border-box;
  border-radius: 4px;
}
.featherlight-content #getprice_form .form .field-checkbox input:checked + span:after {
  display: block;
  position: absolute;
  background: #EE5C9A;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 6px;
  content: '';
}
.featherlight-content #getprice_form .submit-button-cont {
  text-align: center;
  display: block;
  margin: 25px 0 20px;
}
.featherlight-content #getprice_form .submit-button-cont input[type="submit"] {
  border: 0;
  display: inline-block;
  background-color: #EE5C9A;
  border-radius: 32px;
  padding: 18px 50px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
  cursor: pointer;
}
.featherlight-content #getprice_form .submit-button-cont input[type="submit"]:disabled {
  background-color: darkgray;
  cursor: default;
}
h1.catalog-title {
  font-style: normal;
}
.catalog-text h2 {
  font-style: normal;
}
.b-catalog-notfound {
  display: none;
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0;
}
.add-to-cart-btn {
  height: 25px;
  width: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #72AC08;
  bottom: 5px;
  right: 0px;
  border-radius: 5px;
  display: flex;
  margin: 20px 0;
  top: 170px;
}
@media all and (min-width: 1000px) {
  .catitem--big .add-to-cart-btn {
    top: 60px;
  }
}
.add-to-cart-btn:hover {
  background: #d6d6d6;
}
.add-to-cart-btn:hover a {
  color: #fff;
}
@media (max-width: 990px) {
  .add-to-cart-btn {
    margin-top: 10px;
    position: relative;
    display: flex;
    left: 0;
    bottom: 0;
    top: 0;
  }
}
.add-to-cart-btn a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (max-width: 800px) {
  .double_content .desktop {
    display: none;
  }
}
@media all and (min-width: 800px) {
  .double_content .mobile {
    display: none;
  }
}
.double_content .mobile table {
  border-collapse: collapse;
  font-size: 14px;
}
.double_content .mobile table tr:first-child td {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
/*
.article-full-content table {
	@media (max-width: 999px) {
		& {
			display: block;
			height: auto !important;
			width: auto !important;
			padding: 0;
			border: 1px solid black;

			tbody {
				display: block;
			}

			tr {
				display: block;

				td {
					display: block;
					width: 100% !important;
					border-right: 0 !important;
					box-sizing: border-box;
				}
			}
		}
	}
}
*/
.article-full img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 600px) {
  .article-full img {
    float: none !important;
    margin: 10px 0 !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}


.b-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.b-layout__header {
  order: 1;
  width: 100%;
}
.b-layout__content {
  flex-grow: 1;
  order: 2;
  width: 100%;
}
.b-layout__footer {
  order: 3;
  width: 100%;
  background-color: #f5f5f5;
}


@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	src: url(/fonts/roboto/normal.woff);
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/roboto/bold.woff);
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	src: url(/fonts/roboto/italic.woff);
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: bold;
	src: url(/fonts/roboto/italic-bold.woff);
}



@font-face {
	font-family: 'waldorf';
	font-style: normal;
	font-weight: normal;
	src: url(/fonts/waldorf/regular.woff);
}

@font-face {
	font-family: 'waldorf';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/waldorf/bold.woff);
}

@font-face {
	font-family: 'waldorf';
	font-style: italic;
	font-weight: normal;
	src: url(/fonts/waldorf/italic.woff);
}

@font-face {
	font-family: 'waldorf';
	font-style: italic;
	font-weight: bold;
	src: url(/fonts/waldorf/bold_italic.woff);
}

@font-face {
	font-family: 'waldorf';
	font-style: italic;
	font-weight: 300;
	src: url(/fonts/waldorf/light_italic.woff);
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url(/fonts/Inter-Medium.woff2);
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url(/fonts/Inter-SemiBold.woff2);
}


.catitem {
  border: 1px solid #e7e7e7;
  width: 483px;
  display: inline-block;
  vertical-align: top;
  height: 275px;
  margin: 0 1px 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}
.catitem--full {
  border: 1px solid #e7e7e7;
  width: 483px;
  display: inline-block;
  vertical-align: top;
  height: 335px;
  margin: 0 1px 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}
.catitem.hidden {
  display: none;
}
@media (max-width: 990px) {
  .catitem {
    margin: 20px 20px 0;
    height: auto;
    width: 223px;
  }
  .catitem .ci-descr,
  .catitem .ci-colors {
    display: block;
    position: relative;
    padding: 0 10px;
  }
  .catitem .ci-colors {
    padding: 20px 0;
    top: auto;
    left: auto;
    right: auto;
  }
  .catitem .ci-colors-full {
    padding: 20px 0;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media (max-width: 540px) {
  .catitem {
    margin-left: 0;
    margin-right: 0;
  }
  .catitem:nth-of-type(odd) {
    margin-right: 0;
  }
}
.catitem .add-to-cart {
  height: 25px;
  width: 100px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 5px;
  display: flex;
  background: #72AC08;
}
.catitem .add-to-cart:hover {
  background: #d6d6d6;
}
.catitem .add-to-cart:hover a {
  color: #fff;
}
@media (max-width: 990px) {
  .catitem .add-to-cart {
    margin-top: 10px;
    position: relative;
    display: flex;
    left: 0;
    bottom: 0;
  }
}
.catitem .add-to-cart a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.catitem .add-to-cart--more {
  right: 120px;
  background: transparent;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
}
.catitem .add-to-cart--more a {
  color: #697277;
}
/*.catitem:hover {
	.add-to-cart{
		display: flex;
	}
}*/
.catitem.girl:hover {
  border-color: #ef75ae;
}
.ci-colors .get-goods-variant {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  margin-right: 7px;
  margin-top: 10px;
  cursor: pointer;
}
.ci-colors .get-goods-variant img {
  display: block;
}
.ci-colors .get-goods-variant:nth-of-type(4n) {
  margin-right: 0;
}
.ci-colors a {
  display: block;
}
.ci-colors .wrapper {
  width: 100%;
  z-index: 2;
}
.ci-colors .owl-carousel .owl-wrapper-outer {
  width: 100%;
  z-index: 10;
}
.ci-colors .owl-prev,
.ci-colors .owl-next {
  position: absolute;
  width: 14px;
  height: 35px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: no-repeat bottom center;
  cursor: pointer;
}
.ci-colors .owl-prev {
  background-image: url(/image/catalog/arrows_l.png);
  left: -3px;
}
@media (max-width: 990px) {
  .ci-colors .owl-prev {
    left: 3px;
  }
}
.ci-colors .owl-next {
  background-image: url(/image/catalog/arrows_r.png);
  right: -18px;
}
@media (max-width: 990px) {
  .ci-colors .owl-next {
    right: -10px;
  }
}
.ci-colors-full .owl-next-full {
  background-image: url(/image/catalog/arrows_r.png);
  right: -23px;
}
@media (max-width: 990px) {
  .ci-colors-full .owl-next-full {
    right: -10px;
  }
}
.ci-colors .owl-prev:hover,
.ci-colors .owl-next:hover {
  background-position: top center;
}
.ci-specs {
  position: relative;
  max-width: 530px;
  margin-bottom: 15px;
}
@media (max-height: 954px) {
  .ci-specs {
    max-width: 540px;
  }
}
@media (max-width: 460px) {
  .ci-specs {
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  .ci-specs {
    margin-top: 70px;
  }
}
.ci-previews {
  flex-shrink: 0;
  width: 100%;
}
.ci-specs div {
  display: inline-block;
  vertical-align: top;
}
.ci-specs div:nth-of-type(odd) {
  width: 38%;
}
.ci-specs div:nth-of-type(even) {
  width: 60%;
}
.ci-zoom {
  display: inline-block;
  margin-right: 13px;
  cursor: pointer;
  width: 223px;
  height: 275px;
  background: no-repeat center center;
  overflow: hidden;
}
.ci-zoom--big {
  height: 335px;
}
.ci-zoom img {
  display: block;
  width: 100%;
}
.ci-temp {
  position: absolute;
  top: 190px;
  left: 190px;
}
.ci-descr {
  display: inline-block;
  width: 225px;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 990px) {
  .ci-descr {
    font-size: 14px;
    line-height: 17px;
  }
  .ci-descr div {
    margin: 5px 0;
  }
}
.ci-title,
.ci-link {
  font: 20px Roboto, sans-serif;
  color: #000;
  margin: 5px 0 3px;
  cursor: pointer;
}
.ci-title a,
.ci-link a {
  color: #000;
  text-decoration: none;
}
.ci-title.boy {
  color: #000;
}
.ci-title.unisex {
  color: #000;
}
.full-wide {
  width: 385px;
  display: flex !important;
}
.teaser-wide {
  width: 222px;
}
.ci-colors {
  position: absolute;
  top: 155px;
  right: 28px;
  height: 120px;
}
@media all and (min-width: 990px) {
  .catitem--big .ci-colors {
    top: 30px;
  }
}
.ci-colors.teaser-wide {
  position: relative;
  top: auto;
  right: auto;
}
.ci-colors.color-blocks {
  height: auto;
}
@media (max-width: 990px) {
  .ci-colors.color-blocks {
    bottom: auto;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
  }
}
.ci-colcar {
  margin-left: 20px;
}
.ci-colcar.owl-carousel {
  overflow: hidden;
}
@media (max-width: 990px) {
  .ci-colcar {
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ci-full-colors {
  width: 110px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
}
.ci-full-colors a {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 102px;
  height: 30px;
  background: url('/image/catalog/all-colors_n.png') no-repeat;
}
.catitem.boy:hover {
  border-color: #87b619;
}
.catitem.boy .ci-full-colors a {
  background-position: 0 -30px;
}
.catitem.unisex .ci-full-colors a {
  background-position: 0 -60px;
}
.ci-full-photo {
  position: relative;
}
.link-to-tricot {
  display: inline-block;
  padding: 6px 20px;
  background: #ef75ae;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  font-size: 16px;
}
.link-to-tricot.girl {
  background: #ef75ae;
}
.link-to-tricot.boy {
  background: #87b619;
}
.ci-complect_composition {
  font: 14px Roboto, sans-serif;
  color: #ef75ae;
  margin: 5px 0;
}
.ci-complect_composition.boy {
  color: #87b619;
}
.ci-complect_composition.unisex {
  color: #7c8180;
}
.catalog-text {
  text-align: left;
}
.catitem--big {
  display: flex;
  width: 100%;
  height: auto;
  border: none;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 750px;
}
@media screen and (max-width: 990px) {
  .catitem--big {
    text-align: center;
    max-height: 1600px;
  }
  .catitem--big .ci-specs {
    text-align: left;
  }
}
.catitem--big > * {
  max-width: 478px;
}
.catitem--big .ci-full-photo {
  margin-top: 21px;
}
@media screen and (max-width: 990px) {
  .catitem--big .ci-full-photo {
    order: 2;
  }
}
.catitem--big .ci-full-photo img {
  max-height: 100%;
}
@media screen and (max-width: 600px) {
  .catitem--big .ci-full-photo img {
    width: 100%;
  }
}
.catitem--big .ci-colors {
  position: relative;
  left: 0;
}
.catitem--big .ci-title {
  width: 42%;
  display: block;
  font-size: 35px;
  margin: 40px 0 20px 20px;
  cursor: default;
}
@media screen and (max-width: 990px) {
  .catitem--big .ci-title {
    width: auto;
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  .catitem--big .ci-title {
    font-size: 28px;
    margin: 20px 0 10px;
  }
}
.catitem--big .ci-title--mobile {
  display: none;
}
@media screen and (max-width: 990px) {
  .catitem--big .ci-title--mobile {
    display: block;
  }
}
.catitem--big .cartitem-info {
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 990px) {
  .catitem--big .cartitem-info {
    /*display: flex;
			flex-wrap: wrap;
			justify-content: center;*/
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }
}
.catitem--big .cartitem-info .ci-specs {
  width: 45%;
}
.catitem--big .cartitem-info .ci-specs div {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .catitem--big .cartitem-info .ci-specs {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .catitem--big .cartitem-info .ci-specs {
    margin: 10px 0 20px;
  }
}
.get-goods-variant-full {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
}
.get-goods-variant .color {
  margin-top: 10px;
}
.owl-item.active .color {
  font-size: 12px;
}
.owl-item.active .color.active {
  color: #f176ad;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 10px 15px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }
	.hamburger:hover {
		opacity: 0.7; }
	.hamburger.is-active:hover {
		opacity: 0.7; }
	.hamburger:focus {
		outline: none; }
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #72ac08; }

.hamburger-box {
	width: 25px;
	height: 20px;
	display: inline-block;
	position: relative; }

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 25px;
		height: 4px;
		background-color: #72ac08;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease; }
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block; }
	.hamburger-inner::before {
		top: -8px; }
	.hamburger-inner::after {
		bottom: -8px; }

/*
	 * Squeeze
	 */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.hamburger--squeeze .hamburger-inner::before {
		transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
	.hamburger--squeeze .hamburger-inner::after {
		transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	.hamburger--squeeze.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
	.hamburger--squeeze.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


@media all {
	.featherlight {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background: #333;
		background: rgba(0, 0, 0, 0)
	}

	.featherlight:last-of-type {
		background: rgba(255, 255, 255, .4)
	}

	.featherlight:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em
	}

	.featherlight .featherlight-content {
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow: auto;
		box-sizing: border-box;
		padding: 10px;
		border: 10px solid #878787;
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;
		max-width: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal;
		border-radius: 5px;
	}

	.featherlight .featherlight-inner {
		display: block;
		max-width: 100%;
	}

	.featherlight .featherlight-inner img {
		max-width: 100%;
	}

	.featherlight .featherlight-close-icon {
		z-index: 9999;
		cursor: pointer;
		position: absolute;
		top: 12px;
		right: 12px;
		width: 34px;
		height: 34px;
		font-size: 0;
		background: url(/image/jquery/facebox/closelabel_bg.png) no-repeat left -34px;

	}

	.featherlight .featherlight-image {
		width: 100%
	}

	.featherlight-iframe .featherlight-content {
		border-bottom: 0;
		padding: 0
	}

	.featherlight iframe {
		border: 0
	}
}

@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent
	}

	.featherlight .featherlight-inner {
		display: block;
		max-width: 100%;
	}
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#top-banner .owl-carousel {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 2000px;
	margin: 0 auto
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-carousel .owl-item img {
	margin-left: 50%;
	transform: translateX(-50%);
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	width: 984px;

}

.owl-controls .owl-dot {
	width: 23px;
	height: 21px;
	cursor: pointer;
	display: inline-block;
	margin-right: 7px;
	background: url(/image/main/flower.png) no-repeat left -21px
}

.owl-controls .owl-dot.active, .owl-controls .owl-dot:hover {
	background-position: 0 0
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

form.delivery-subscribe .submit {
	display: inline-block;
	border: solid 1px #6d6d6d;
	height: 25px;
}

form.delivery-subscribe .field-email {
	display: inline-block;
}

form.delivery-subscribe .field-email input {
	height: 19px;
}

form.delivery-subscribe .label-email {
	display: none;
}

div.form { position: relative; /* for placeholder in IE */ }
	div.form h2 { color: #666; font-family: arial,helvetica,sans-serif; border-bottom: 1px dotted #666; }
	table.form th { padding-right:10px; text-align: left; font-size: 12px; font-weight: normal; }
	table.form td { padding: 2px 10px 0 0; width: 100%; }
		table.form td.input-text input,table.form td.input-textarea textarea { border:1px solid #888; padding:2px; }
	div.form input.text,div.form input[type="text"],div.form input[type="file"],div.form input[type="password"],
    div.form textarea,div.form select { border: 1px solid #888; padding:2px; }
	div.form fieldset { border:none; padding: 0; margin: 0; }

.form-placeholder { color: #ccc; }
div.form [placeholder]::-moz-placeholder { opacity: 1; color: #ccc; }
div.form [placeholder]::-webkit-input-placeholder { color: #ccc; }
	
