

/* Start:/local/templates/infancy/css/main.css?172596733568511*/
body {
  font-family: 'Open Sans', sans-serif; }

a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none; }

a:hover,
a:focus {
  text-decoration: none; }
.search-header .green-btn {
    font-size: 16px;
    padding: 10px;
    border: none;
    min-width: 175px;
    width: 100%;
}

.product .img {
	position: relative;
}

.cat-depth {
  display: flex;
  flex-wrap: wrap;
}

.catalog_section .cat.depth {
  width: auto;
  border: none;
  background: url(/local/templates/infancy/css/../img/white-btn.png) no-repeat;
  background-size: 100% 100%;
  margin: 5px;
  padding: 15px 30px;
}

.cat.depth:hover {
  opacity: .8;
}

.green-btn.show_more_btn {
  padding: 15px;
  font-size: 16px;
}

.cat.depth .name a {
  font-size: 16px;
}

.wrapping {
  opacity: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.wrapping.active {
  height: auto !important;
}

.wrapping.counted {
  opacity: 1;
}

.cat.depth .name {
  margin-top: 0 !important;
}

.cat.depth .name a {
  text-decoration: none !important;
  white-space: nowrap;
  
}

@media(max-width: 991px) {
    .search-header .green-btn {
       
        font-size: 14px;
    }
    .search-header form {
        padding-top: 10px;
    }
}
.new-y-bg {
  padding-top: 80px;
  position: relative;
  top: -80px;
  background: url(/local/templates/infancy/css/../img/new_ybg.png) no-repeat;
  background-size: 1200px;
  background-position: calc(50% - 30px) top;
}
.popup_bg {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.mobile_ph {
  display: none;
}

.name-block {
  margin-bottom: 20px;
}

.name-block .row {
  padding-bottom: 0 !important;
}

.discount_block {
  padding: 20px 0 30px;
  display: flex;
  justify-content: flex-end;
}

.discount_block .pink-btn {
  width: 200px !important;
  height: 52px !important;
  position: static !important;
  margin: 0 0 0 15px !important;
}

span.discount_value {
  font-size: 14px !important;
  display: block;
  width: 100%;
}

span.discount_value span {
  display: inline-block;
  position: relative;
  color: #989797 !important;
  font-size: 15px !important;
}

.discount_block.form_f::before,
.discount_block.form_f::after {
  display: none !important;
}

span.discount_value span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  height: 2px;
  background: red;
}

.discount_block ul {
  display: block;
  padding: 0;
  margin: 15px 0;
}

.discount_block ul li {
  list-style: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 7px 23px 7px 7px;
  word-spacing: nowrap;
  overflow: hidden;
}
.discount_block ul li .delete_coupon {
  cursor: pointer;
  font-size: 21px;
  position: absolute;
  right: 7px;
  top: 50%;
  color: red;
  margin-top: -15px;
}
.discount_block ul li {
  font-family: 'Neucha', cursive;
}
.discount_block ul li.bad {
  background: #fd98bc;
}

.discount_block ul li.applied {
  background: #0fafac;
}

.name-block h1 {
  margin: 0 0 0 -45px !important;
  padding: 45px;
  color: #5f6970;
  width: 50%;
  background: url(/img/cart-title-bg-min.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.available {
  color: #4cddda !important;
}
.unavailable {
  color: #fd98bc !important;
}

.available svg {
  width: 22px;
  height: auto;
  fill: #4cddda;
  position: relative;
  top: 2px;
}

.unavailable svg {
  width: 22px;
  height: auto;
  fill: #fd98bc;
  position: relative;
  top: 2px;
}

.char ul {
  padding-left: 0;
}
.char li {
  list-style: none;
}
.char b {
  color: #8cd3d2;
}

.articul {
  color: #fff !important;
  padding-left: 15px !important;
  font-family: 'Neucha', cursive !important;
}

.icon-block {
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-block .icon {
  width: 33.3333%;
  text-align: center;
}

.icon-block .icon img {
  width: auto;
  height: 102px;
}

.icon-block .icon .name {
  padding-top: 10px;
  font-size: 18px !important;
}

.cart-body .row {
  padding-top: 45px;
}

.watsapp {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/local/templates/infancy/css/../img/call-icon.png) no-repeat;
  background-position: 0 -35px;
}

.popup_wr {
  min-width: 300px;
  overflow: auto;
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 991;
}

#main {
  width: 100%;
  margin-top: 80px;
  /*background: url(/local/templates/infancy/css/../img/main-bg.jpg);
  background-size: 100% auto; */
}
body {
  background: url(/local/templates/infancy/css/../img/main-bg.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.bx_pagination_bottom {
  padding: 20px 30px 20px;
  position: relative;
  float: left;
  width: 100%;
}
.bx_pagination_bottom *, .bx_pagination_bottom .bx_pagination_page li a {
  color: white;
  font-size: 18px;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active {
  color: black;
  background: white;
}
.bx_pagination_bottom .bx_pagination_page ul {
  margin-left: 20px;
}
.bx_pagination_bottom::after, .bx_pagination_bottom::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x;
}
.bx_pagination_bottom::before {
  bottom: auto;
  top: 0;
}
header,
.block {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -80px;
  padding: 20px;
  background: url(/local/templates/infancy/css/../img/heart-h.png) no-repeat;
  background-position: 45% center; }
  header .logo,
  .block .logo {
    width: 35%;
    float: left; }
    footer  .block .logo {
      width: auto;
      margin-right: 15px;
      float: unset;
    }
  header .r-header,
  .block .r-header {
    width: 65%;
    float: left;
    text-align: right;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
            footer .block .r-header {
              width: auto;
              float: unset;
            }
  header .basket,
  .block .basket {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Neucha', cursive;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 240px;
    height: 110px;
    background: url(/local/templates/infancy/css/../img/basket-bg.png) no-repeat;
    background-size: 100% auto;
    font-size: 24px;
    padding: 0 35px 0 80px;
    color: #fff; }
    header .basket::before,
    .block .basket::before {
      content: "";
      position: absolute;
      width: 33px;
      height: 27px;
      top: 39px;
      left: 27px;
      background: url(/local/templates/infancy/css/../img/basket-icon.png) no-repeat; }
    header .basket a,
    .block .basket a {
      color: #fff; }
.catalog_section {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
    }
.new-banner {
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-banner,
.sheet {
  background: #fff;
  color: #5f6970;
}
.new-banner .title_h1,
.sheet .title_h1 {
  color: #5f6970;
}
.new-banner .title_h1 span {
  color: #0fafac;
}
.mobile-banner {
  display: none;
}
.cat-btn,
.block-m .pink-btn {
  position: relative;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Neucha', cursive;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  height: 110px;
  background: url(/local/templates/infancy/css/../img/basket-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 30px;
  padding: 0 20px;
  color: #fff !important;
}
.block-m .pink-btn {
  background: url(/img/pink-bg.png) no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.block-m {
  padding: 60px 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
a.document {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
}
.block-m p {
  margin: 30px 0;
  font-size: 16px;
}
.block-m .wrap {
  max-width: 70%;
}
.pink-txt-form {
  font-family: 'Neucha', cursive;
  font-size: 26px;
  margin-bottom: 20px;
  color: #fd98bc;
  white-space: nowrap;
}
.block-m.left {
  justify-content: flex-start;
}
.block-m.center {
  text-align: center;
  justify-content: center;
}
.block-m.right {
  justify-content: flex-end;
}
.block-m .title_h1,
.block-m .title_h2 {
  font-size: 34px;
  font-family: 'Neucha', cursive;
    margin-bottom: 30px;
}
.block-m ol {
  counter-reset: myCounter;
  padding-left: 0;
}
.block-m ol li {
  position: relative;
  list-style: none;
  padding-left: 45px;
  padding-top: 3px;
  margin: 25px 0;
  font-size: 16px;
}
.block-m ol li::before {
  counter-increment: myCounter;
  content:counter(myCounter);
  background: #11b0ad;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wrap-con {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sheet {
  margin-bottom: 20px;
  position: relative;
}
.sheet::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background: url(/img/shadow-sheet-min.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.wrap-con .email {
  font-size: 24px;
  font-family: 'Neucha', cursive;
  color: #11b0ad;
}
.whatsup svg {
  height: 23px !important;
  fill: #11b0ad !important;
}
.con-name {
  font-family: 'Neucha', cursive;
  margin-bottom: 10px;
  font-size: 18px;
}
.wrap-con .soc {
  padding-top: 8px;
}
.con-txt a {
  display: block;
  font-size: 30px;
      color: #5f6970;
}
.con-block {
  width: 33.3333333%;
}
.con-block svg {
  height: 60px;
  width: auto;
  fill: #5f6970;
}
ul.soc {
  padding-left: 0;
  padding-top: 30px;
  margin-right: 15px; }
  ul.soc li {
    list-style: none;
    display: inline-block;
    margin: 0 5px; }

.center_pan_h {
  padding-top: 20px;
  padding-right: 15px; }
  .center_pan_h .ph {
    color: #002233;
    font-family: 'Neucha', cursive;
    font-size: 26px;
    margin-top: -20px;
  }
  .ph .watsapp {
    margin-right: -25px;
    margin-left: -9px;
  }
  .center_pan_h .email {
    margin-top: -10px;
    display: inline-block;
    color: #0fafac;
    font-family: 'Neucha', cursive;
    font-size: 22px; }

.mobile_panel {
  display: none; }

.menu {
  margin-top: -80px; }
  .menu.top .row > ul::before,
  .menu.top .menu-w > ul::before {
    content: "";
    width: 27px;
    height: 30px;
    position: absolute;
    left: 50px;
    background: url(/local/templates/infancy/css/../img/pink-star.png) no-repeat; }
  .menu.top .row > ul::after,
  .menu.top .menu-w > ul::after {
    content: "";
    width: 27px;
    height: 30px;
    position: absolute;
    right: 50px;
    background: url(/local/templates/infancy/css/../img/pink-star.png) no-repeat; }
  .menu .fas {
    display: none; }
  .menu > ul,
  .menu .menu-w > ul {
    background: url(/local/templates/infancy/css/../img/menu-bg.png) no-repeat;
    background-size: 105% auto;
    background-position: center;
    background-position: -10px;
    position: relative;
    padding: 0 105px;
    height: 75px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-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;
    margin: 0; }
    .menu > ul li,
    .menu .menu-w > ul li {
      display: inline-block;
      list-style: none; }
      .menu > ul li a,
      .menu .menu-w > ul li a {
        padding: 15px 20px;
        height: 60px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background: transparent;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
        .menu > ul li a:hover,
        .menu > ul li a.active,
        .menu .menu-w > ul li a:hover,
        .menu .menu-w > ul li a.active {
          background: url(/local/templates/infancy/css/../img/border-hover.png) no-repeat;
          background-size: 100% 100%; }
.container.breadcrumbs .row {
  background: rgba(255,255,255,.9);
    padding: 20px 40px 10px;
}
.container.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item span {
  font-size: 14px;
  font-weight: 600;
}
.bx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: unset!important;
  display: flex;
    align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item a span {
  color: black;
  font-weight: normal!important;
}
.banner_top {
  margin-top: 10px; }
  .banner_top .container {
    position: relative;
    z-index: 2; }
    .banner_top .container::after {
      content: "";
      position: absolute;
      background: url(/local/templates/infancy/css/../img/shadow.png) no-repeat;
      background-size: 100% auto;
      height: 90px;
      width: 100%;
      bottom: -30px;
      left: 0;
      display: block;
      z-index: -1; }
      .banner_top .video iframe {
        width: 100% !important;
        height: 461px !important;
      }
  .banner_top .row {
    position: relative;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg);
    background-size: 100% auto;
    padding: 30px 130px; }
    .banner_top .row .video img {
      width: 100%;
      height: auto; }
    .banner_top .row::before {
      content: "";
      width: 80px;
      height: 268px;
      background: url(/local/templates/infancy/css/../img/pink-hearts.png) no-repeat;
      position: absolute;
      left: 58px;
      top: 105px; }
    .banner_top .row::after {
      content: "";
      width: 70px;
      height: 255px;
      position: absolute;
      top: 213px;
      right: 47px;
      background: url(/local/templates/infancy/css/../img/width-hearts.png) no-repeat; }
    .banner_top .row .btn_panel {
      position: relative;
      margin-right: 90px;
      width: 300px;
      float: right;
      text-align: center; }
      .banner_top .row .btn_panel::before {
        content: "";
        position: absolute;
        width: 27px;
        height: 30px;
        background: url(/local/templates/infancy/css/../img/pink-star.png) no-repeat;
        left: -70px;
        top: 15px; }
      .banner_top .row .btn_panel::after {
        content: "";
        background: url(/local/templates/infancy/css/../img/rubbers.png) no-repeat;
        width: 157px;
        height: 172px;
        position: absolute;
        right: -145px;
        top: 0; }
      .banner_top .row .btn_panel a {
        display: inline-block; }
      .banner_top .row .btn_panel .pink-btn {
        margin-bottom: 10px; }
    .banner_top .row .txt_p {
      padding-top: 15px;
      color: #fff;
      float: left;
      font-size: 18px; }
      .banner_top .row .txt_p p {
        text-align: left;
        line-height: 1; }
  .banner_top .bottom_panel {
    margin-top: 30px; }
    .banner_top .bottom_panel::after {
      content: "";
      clear: both;
      display: table; }
.total_price {
  text-align: center;
  font-size: 26px;
  font-family: 'Neucha', cursive;
}
.total_price span {
  font-size: 30px;
  color: #75afae;
}
.title_h1,
h1 {
  font-family: 'Neucha', cursive;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.pink-btn {
  border: none;
  display: inline-block;
  background: url(/local/templates/infancy/css/../img/btn-border.png) no-repeat !important;
  background-size: 100% 100% !important;
  color: #fd98bc !important;
  font-size: 26px;
  padding: 20px 35px;
  font-family: 'Neucha', cursive;
  opacity: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .pink-btn:hover {
    opacity: .8; }

.sky-btn {
  background: url(/local/templates/infancy/css/../img/btn-border1.png) no-repeat;
  background-size: 100% 100%;
  color: #0fafac !important;
  font-size: 26px;
  padding: 20px;
  font-family: 'Neucha', cursive;
  opacity: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .sky-btn:hover {
    opacity: .8; }

.green-btn {
  background: url(/local/templates/infancy/css/../img/btn-border1.png) no-repeat;
  background-size: 100% 100%;
  color: #75afae !important;
  font-size: 26px;
  padding: 20px;
  font-family: 'Neucha', cursive;
  opacity: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .green-btn:hover {
    opacity: .8; }

.list-panel {
  margin-top: 40px; }
  .list-panel .container {
    overflow: hidden;
    position: relative; }
    .list-panel .container::after {
      content: "";
      width: 83px;
      height: 89px;
      position: absolute;
      right: -30px;
      bottom: 30px;
      background: url(/local/templates/infancy/css/../img/hearts.png); }
  .list-panel .row {
    background: url(/local/templates/infancy/css/../img/menu-bg.png) no-repeat;
    background-size: 105% 100%;
    background-position: -10px; }
  .list-panel ol {
    margin: 0;
    padding: 30px 50px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: my-badass-counter; }
    .list-panel ol li {
      list-style: none;
      position: relative;
      padding-top: 10px; }
      .list-panel ol li::before {
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
        width: 20px;
        height: 20px;
        position: absolute;
        z-index: 1;
        left: -10px;
        top: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff;
        background: #0fafac; }
      .list-panel ol li p {
        margin: 0; }
      .list-panel ol li a {
        color: #fd98bc; }
    .list-panel ol .icon {
      display: inline-block;
      height: 50px;
      position: relative; }
    .list-panel ol .line {
      width: 95%;
      position: absolute;
      left: 85px;
      height: 10px;
      background: url(/local/templates/infancy/css/../img/line.png) repeat-x;
      background-size: 1px;
      background-position: 0 center; }
      .list-panel ol .line::before {
        content: "";
        display: block;
        position: absolute;
        border: 2px solid #fff;
        width: 10px;
        height: 10px;
        background: #000;
        top: 0;
        left: 0;
        border-radius: 50%; }
      .list-panel ol .line::after {
        content: "";
        display: block;
        position: absolute;
        border: 2px solid #fff;
        width: 10px;
        height: 10px;
        background: #000;
        top: 0;
        right: 0;
        border-radius: 50%; }
    .list-panel ol li .icon::before {
      left: -50px; }
    .list-panel ol li .icon::after {
      right: -50px; }
    .list-panel ol li:nth-child(4) .icon::after {
      display: none; }

.about {
  margin-top: 25px; }
  .about .row {
    position: relative;
    padding: 20px 50px 50px 50px;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg);
    background-size: 100% auto; }
    .about .row::after {
      content: "";
      position: absolute;
      height: 200px;
      right: -35px;
      bottom: -25px;
      background: url(/local/templates/infancy/css/../img/border-bg-about.png) no-repeat;
      background-size: 100% 100%;
      width: 60%; }
    .about .row p {
      color: #fff; }

.products_panel {
  margin-top: 30px; }
  .products_panel .row {
    padding: 30px 50px;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg) repeat-y;
    background-size: 100% auto; }
  .products_panel .wrap_p {
      width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px; }
  .products_panel .product {
    width: 33.3333%;
    padding: 45px 25px 30px;
    position: relative;
    float: left; }
    .products_panel .product::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: url(/local/templates/infancy/css/../img/border-right.png); }
    .products_panel .product::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100%;
      background: url(/local/templates/infancy/css/../img/border-bottom.png); }
    .products_panel .product .img img {
      width: 100%;
      height: auto; }
      .markers {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
		left: 0;
		top: 5px;
      }
      .products_panel .product .img .marker {
        width: auto;
      }
    .products_panel .product .name {
      margin-top: 15px;
      color: #fff;
      font-size: 22px;
      height: 60px;
      overflow: hidden;
      
      font-family: 'Neucha', cursive; }
      .products_panel .product .name span {
        color: #75afae; }
    .products_panel .product .pink-btn,
    .products_panel .product .green-btn {
      width: 100%;
      text-align: center;
      display: block;
      font-size: 20px;
      padding: 15px 0;
      margin-bottom: 10px; }
  /*.products_panel .product:nth-of-type(3)::before,
  .products_panel .product:nth-of-type(6)::before {
    display: none; }
  .products_panel .product:nth-of-type(4)::after,
  .products_panel .product:nth-of-type(5)::after,
  .products_panel .product:nth-of-type(6)::after {
    display: none; }*/

.clear {
  clear: both; }

.price {
  color: #fff;
  font-family: 'Neucha', cursive;
  white-space: nowrap;
  margin-bottom: 15px; }
  .price span {
    font-size: 20px;
    color: #4cddda; }


.cart-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.cart .cart_info .cart-btn .pink-btn {
  margin-top: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  font-family: 'Neucha', cursive;
  font-size: 26px;
  white-space: nowrap;
  text-transform: uppercase;
}

.preview_text b {
  color: #8cd3d2;
}

.why-pillow {
  margin-top: 20px;
  color: #fff !important;
  display: block;
  padding: 40px 20%;
  text-align: center;
  font-family: 'Neucha', cursive;
  font-size: 25px;
  background: url(/img/pink-background-min.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.full_descr-text-t {
  font-size: 16px;
  font-family: 'Neucha', cursive;
  margin: 20px 0;
}

ul.tick,
ul.plus {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.mob-block {
  display: none;
}

ul.tick li,
ul.plus li {
  list-style: none;
  padding-left: 50px;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px;
}

ul.tick li {
  background: url(/img/tick-min.png) no-repeat;
  background-position: left top;
}

ul.plus li {
  background: url(/img/more-min.png) no-repeat;
  background-position: left top;
}

.cart-body .pink-btn {
  background: url(/img/btn-border-min.png) no-repeat !important;
  -webkit-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
  padding-right: 70px;
  font-family: 'Neucha', cursive;
  font-size: 22px;
}

.cart-btn .gift-block {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: 20px center;
  text-align: left;
  color: #fff;
  font-family: 'Neucha', cursive;
}

.cart-btn .gift-block a {
  color: #fff;
}

.news_company {
  margin-top: 30px; }
  .news_company .row {
    padding: 30px 50px;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg) repeat-y;
    background-size: 100% auto; }
  .news_company .wrap-n {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news_company .wrap-n .img img {
      width: 100%;
      height: auto; }
    .news_company .wrap-n .main_new {
      width: 50%;
      padding-right: 30px;
      padding-bottom: 20px; }
      .news_company .wrap-n .main_new .descr {
        height: 125px; }
      .news_company .wrap-n .main_new .green-btn {
        margin-top: 30px; }
    .news_company .wrap-n .new-m {
      position: relative; }
      .news_company .wrap-n .new-m .img {
        height: 235px;
        overflow: hidden;
      }
      .news_company .wrap-n .new-m::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: url(/local/templates/infancy/css/../img/border-bottom.png); }
    .news_company .wrap-n .right-p {
      width: 50%; }
    .news_company .wrap-n .date {
      float: right;
      color: #75afae;
      margin-top: 22px; }
    .news_company .wrap-n .title {
      margin-top: 15px;
      font-size: 24px;
      color: #fff;
      font-family: 'Neucha', cursive;
      display: inline-block; }
    .news_company .wrap-n .descr {
      color: #fff;
      font-size: 16px;
      overflow: hidden; }
    .news_company .wrap-n .green-btn {
      display: inline-block;
      font-size: 16px;
      padding: 15px 20px;
      margin-top: 10px; }
  .news_company .right-p .new-s {
    padding: 30px;
    position: relative; }
    .news_company.reviews {
      display: block;
    }
    .news_company.reviews .right-p .new-s {
      padding: 0;
    }
    .news_company .right-p .new-s::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: url(/local/templates/infancy/css/../img/border-right.png); }
    .news_company .right-p .new-s::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100%;
      background: url(/local/templates/infancy/css/../img/border-bottom.png); }
    .news_company .right-p .new-s::after {
      content: "";
      clear: both;
      display: table; }
    .news_company .right-p .new-s .img {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      padding-right: 20px; }
      .news_company.reviews .right-p .new-s .img {
        width: 100%!important;
        margin-bottom: 20px;
      }
      .news_company.reviews .right-p .new-s .img img {
        width: 100%;
      }
    .news_company .right-p .new-s .wrap-r {
      width: 78%;
      display: inline-block; }
    .news_company .right-p .new-s .title {
      margin: 0; }
    .news_company .right-p .new-s .date {
      margin-top: 7px; }
    .news_company .right-p .new-s .descr {
      height: 48px; }

.reviews {
  margin-top: 30px; }
  .reviews .row {
    padding: 30px 50px;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg) repeat-y;
    background-size: 100% auto; }
  .reviews .wrap-r {
    margin-left: -15px;
    margin-right: -15px; }
  .reviews .review {
    width: 25%;
    float: left;
    padding: 10px; }
    .reviews .review .img img {
      width: 100%;
      height: auto; }
    .reviews .review .name {
      background: #fff;
      font-weight: bold;
      color: #002233;
      padding: 10px; }
    .reviews .review .txt {
      background: #fff;
      color: #002233;
      padding: 0 10px 10px; }

.mobile_foot {
  display: none; }
  .mobile_foot .row {
    background: #fff;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .mobile_foot .row .soc,
    .mobile_foot .row .center_pan_h {
      width: 50%; }
    .mobile_foot .row .center_pan_h {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .mobile_foot .row .center_pan_h .ph {
        width: 100%;
        text-align: right; }

footer {
  width: 100%;
  overflow: hidden;
  margin-top: 30px; }
  footer .block {
    position: static;
    margin: 0; }
    footer .block .row {
      position: relative;
      margin-top: -30px;
      display: flex;
      align-items: center;
      background: rgba(255,255,255,.9);
      padding: 20px 40px 10px; }
      /*footer .block .row::before {
        content: "";
        position: absolute;
        left: 33%;
        bottom: -6px;
        z-index: 9;
        width: 73px;
        height: 109px;
        background: url(/local/templates/infancy/css/../img/heart-h.png) no-repeat; }*/
  footer .menu {
    margin-top: 0; }
    footer .menu ul {
      position: relative;
      padding: 20px 45px;
      /*background: url(/local/templates/infancy/css/../img/banner-bg.jpg);
			background-size: 100% auto;*/ }
  footer .foot_text {
    margin-top: -15px; }
    footer .foot_text .row {
      position: relative;
      padding: 40px 50px;
      background: url(/local/templates/infancy/css/../img/banner-bg.jpg);
      background-size: 100% auto;
      font-family: 'Neucha', cursive;
      font-size: 19px;
      color: #fff; }
      footer .foot_text .row a {
        color: #fff;
        font-family: 'Neucha', cursive; }
footer .menu ul {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    background: transparent;
    padding: 0;
    justify-content: flex-start;
}
footer .menu ul li {
  width: 25%;
}
footer .menu ul li a {
  text-align: left;
  color: black;
}
.panel_mobile_t {
  display: none;
  position: relative;
  height: 80px;
}

.mobile_foot_b {
  display: none;
  text-align: center; }
  .mobile_foot_b .row {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg);
    background-size: 100% auto; }
    .mobile_foot_b .row::before {
      content: "";
      position: absolute;
      width: 27px;
      height: 30px;
      left: 60px;
      bottom: 35px;
      background: url(/local/templates/infancy/css/../img/pink-star.png) no-repeat; }
    .mobile_foot_b .row::after {
      content: "";
      position: absolute;
      width: 44px;
      height: 52px;
      right: 60px;
      bottom: 35px;
      background: url(/local/templates/infancy/css/../img/width-hearts.png) no-repeat;
      background-size: 114px; }
  .mobile_foot_b img {
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: auto; }

.bottom_b {
  margin-top: 40px;
  margin-bottom: -50px;
  text-align: center; }

.cart {
  color: #fff;
  margin-top: 20px;
  margin-bottom: -20px;
  padding-bottom: 30px; }
  .cart h1 {
    margin-bottom: 30px; }
  .cart .row {
    position: relative;
    z-index: 2;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 30px;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg);
    background-size: 100% auto; }
    .cart .row .shadow {
      position: absolute;
      background: url(/local/templates/infancy/css/../img/shadow.png) no-repeat;
      background-size: 100% auto;
      background-position: bottom center;
      height: 40px;
      width: 100%;
      bottom: -40px;
      left: 0;
      display: block;
      z-index: -2; }
  .cart .descr {
    margin-top: 30px;
    color: #fff; }
  .cart .gallery {
    padding-right: 15px;
    overflow: hidden; }
    .cart .gallery #main_img .show_img {
      padding-left: 0; }
    .cart .gallery #main_img img {
      width: 100%;
      height: auto; }
    .cart .gallery .addition_img {
      padding-left: 0;
      margin-left: -5px;
      margin-right: -5px; }
      .cart .gallery .addition_img li {
        padding: 5px;
        display: inline-block; }
        .cart .gallery .addition_img li img {
          width: 100%;
          height: auto; }
  .cart .gallery,
  .cart .cart_info {
    width: 50%;
    float: left; }
  .cart .cart_info {
    padding-left: 15px; }
    .cart .cart_info .name {
      color: #fff;
      font-size: 26px;
      font-family: 'Neucha', cursive; }
      .cart .cart_info .name span {
        color: #75afae; }
    .cart .cart_info .articul {
      color: #fff; }
    .cart .cart_info .price {
      margin-top: 10px;
      font-size: 20px; }
      .cart .cart_info .price span {
        font-size: 36px; }
        .product .price span {
          font-size: 30px;
        }
    .cart .cart_info .pink-btn {
      display: inline-block;
      margin-top: 20px;
      padding-left: 60px;
      padding-right: 60px; }
  /*.cart .bottom_panel_cart {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
    color: #fff; }*/
    .product .old_price span {
      font-size: 20px;
    }
    .cart .bottom_panel_cart::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x; }
    .cart .bottom_panel_cart::after {
      content: "";
      clear: both;
      display: table; }
    .cart .bottom_panel_cart .full_descr,
    .cart .bottom_panel_cart .video {
      width: 50%;
      float: left; }
      .cart .bottom_panel_cart .video .img iframe {
        width: 100% !important;
        height: 461px !important;
      }
    .cart .bottom_panel_cart .full_descr {
      padding-right: 15px; }
      .cart .bottom_panel_cart .full_descr p {
        margin-bottom: 20px; }
    .cart .bottom_panel_cart .video {
      padding-left: 15px; }
      .cart .bottom_panel_cart .video .title_h1 {
        margin-bottom: 15px; }
      .cart .bottom_panel_cart .video img {
        width: 100%;
        height: auto; }
.cat_top_panel .img iframe {
  width: 100% !important;
  height: 461px !important;
}
.border-right-none::before {
  display: none !important;
}
.border-bottom-none::after {
  display: none !important;
}
.catalog_section .cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 33.33333%;
  position: relative;
  padding: 20px 40px;
  text-align: center; }
  /*.catalog_section .cat:nth-of-type(3)::before, .catalog_section .cat:nth-of-type(6)::before {
    display: none; }
  .catalog_section .cat:nth-of-type(4)::after, .catalog_section .cat:nth-of-type(5)::after, .catalog_section .cat:nth-of-type(6)::after {
    display: none; }*/
  .catalog_section .cat::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/local/templates/infancy/css/../img/border-right.png) repeat-x; }
  .catalog_section .cat::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x; }
  .catalog_section .cat .name {
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Neucha', cursive; }
    .catalog_section .cat .name a {
      color: #fff;
      text-decoration: underline;
    }
    .catalog_section .cat .name a span,
    h1 span {
      display: block;
      color: #fd98bc;
    }
  .catalog_section .cat .img {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }
    .catalog_section .cat .img img {
      width: auto;
      height: 110px; }

.cart .products_panel {
  margin-top: 0;
  overflow: hidden; 
}

.descr_cat {
  color: #fff; }
  .descr_cat h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px; }

.cat_top_panel .img {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .cat_top_panel .img img {
    width: 100%;
    height: auto; }

.cat_top_panel .filter {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  .cat_top_panel .filter::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x; }
  .cat_top_panel .filter::after {
    content: "";
    clear: both;
    display: table; }
  .cat_top_panel .filter .column {
    width: 25%;
    float: left;
    color: #fff; }
    .cat_top_panel .filter .column .name {
      font-family: 'Neucha', cursive;
      font-size: 20px; }

.input.checkboxes {
  position: relative;
  padding-left: 40px;
  margin: 15px 0; }
  .input.checkboxes::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(/local/templates/infancy/css/../img/checkbox.png) no-repeat; }
  .input.checkboxes.active::before {
    background-position: 0 -27px; }
  .input.checkboxes.active label {
    color: #fd98bc;
    font-weight: bold; }
  .input.checkboxes input[type="checkbox"],
  .input.checkboxes input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .input.checkboxes label {
    font-weight: normal;
    margin: 0; }

.cart .contact-l {
  width: 40%;
  padding-right: 50px;
  float: left;
  color: #fff;
  position: relative; }
  .cart .contact-l::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: url(/local/templates/infancy/css/../img/border-right.png) repeat-y;
    height: 100%; }

.cart .contact_i {
  padding-left: 60px;
  margin-bottom: 20px; }
  .cart .contact_i .names {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px; }
  .cart .contact_i .val {
    font-size: 22px;
    font-family: 'Neucha', cursive; }

.cart .phone_t {
  background: url(/local/templates/infancy/css/../img/phone-icon.png) no-repeat;
  background-position: left 5px; }

.cart .email_t {
  background: url(/local/templates/infancy/css/../img/email-icon.png) no-repeat;
  background-position: left 5px; }
  .cart .email_t a {
    color: #75afae; }

.cart .addr_t {
  background: url(/local/templates/infancy/css/../img/cursor-icon.png) no-repeat;
  background-position: left 5px; }

.cart .contact-r {
  padding-top: 15px;
  padding-bottom: 85px;
  padding-left: 50px;
  width: 60%;
  float: left; }
.wholesale {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-b {
  width: 40%;
}
.wholesale-page .con-block {
  text-align: center;
}
.wholesale-page .con-block svg,
.wholesale-page .con-txt a {
  fill: #fff;
  color: #fff;
}
.wholesale-page .form_f {
  position: relative;
}
.wholesale-page .form_f .pink-btn {
  font-size: 28px;
  left: 70px;
  bottom: -80px;
}
.whole-img {
  width: 60%;
  text-align: center;
}
.discount_block.form_f > span {
  position: relative;
}
.form_f {
  position: relative; }
  .form_f::before,
  .discount_block.form_f > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: url(/local/templates/infancy/css/../img/border-right.png) repeat-y;
    height: 100%; }
    .discount_block.form_f > span::after,
  .form_f::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: url(/local/templates/infancy/css/../img/border-right.png) repeat-y;
    height: 100%; }
  .form_f .input {
    position: relative; }
    .form_f .input::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x;
      height: 1px; }
  .form_f .input:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x;
    height: 1px; }
  .form_f input,
  .form_f textarea,
  .form_f select {
    width: 100%;
    background: transparent;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff; }

  .form_f select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(/img/down-arrow.svg) no-repeat;
    background-position: 98% center;
    -webkit-background-size: 15px;
    background-size: 15px;
  }
  .form_f select option {
    color: #000;
  }
  .form_f textarea {
    height: 110px; }
  .form_f *::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .form_f *::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .form_f *:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .form_f *:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .form_f .pink-btn {
    position: absolute;
    bottom: 0px;
    width: auto;
    padding: 10px 45px;
    bottom: -60px;
    left: 50%;
    margin-left: -75px; }

#map {
  margin-top: 50px;
  width: 100%;
  height: 400px; }

.basket_wrap {
  margin-bottom: 80px; }
  .basket_wrap .basket_product {
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-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;
    position: relative; }
    .basket_wrap .basket_product::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x;
      height: 1px; }
    .basket_wrap .basket_product .img {
      width: 15%; }
      .basket_wrap .basket_product .name_bl {
      width: 30%;
    }
    .basket_wrap .basket_product img {
      width: 100%;
      height: auto; }
    .basket_wrap .basket_product .name {
      font-size: 20px;
      margin-bottom: 5px; }
      .basket_wrap .basket_product .name span {
        color: #75afae; }
        .basket_wrap .basket_product .name a {
          color: #fff;
        }
    .dotted {
      margin-left: 15px;
      padding: 20px;
      background: url(/local/templates/infancy/css/../img/border-dashed.png) no-repeat;
      background-size: 100% 100%; }
      .dotted input {
        width: 60px;
        height: 20px;
        color: #333;
        text-align: center;
      }
      input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance: textfield;
}
    .basket_wrap .basket_product .price_bl {
      font-size: 16px; }
      .basket_wrap .basket_product .price_bl .price {
        margin: 0; }
    .basket_wrap .basket_product .close {
      opacity: 1; }
      .basket_wrap .basket_product .close:hover {
        opacity: .6; }
    .basket_wrap .basket_product i {
      color: #fff;
      opacity: 1; }

.basket_block {
  width: 50%;
  float: left;
  padding-right: 80px; }
  .basket_block .title_h1 {
    color: #fd98bc; }

.deliv-w {
  margin-bottom: 60px; }
  .deliv-w .checkboxes {
    padding-left: 65px; }
    .deliv-w .checkboxes img {
      width: 22px;
      height: auto;
      left: 35px;
      position: absolute; }

.basket .pink-btn {
  display: block;
  width: 270px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.page .img {
  width: 40%;
  float: left;
  padding-right: 40px;
  margin-bottom: 30px; }
  .page .img img {
    width: 100%;
    height: auto; }

.page .panel_wrap {
  margin-bottom: 10px; }
  .page .panel_wrap .date {
    color: #75afae; }
  .page .panel_wrap .name {
    font-size: 30px;
    font-family: 'Neucha', cursive; }

.page p, .page b {
  display: block;
  font-size: 16px;
  margin-bottom: 20px; }

.page ul {
  padding-left: 0; }
  .page ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    font-weight: bold; }
    .page ul li::before {
      content: "_";
      line-height: 1;
      position: absolute;
      color: #75afae;
      top: -24px;
      left: 0;
      font-size: 34px; }

.wrap-news-cat {
  padding-bottom: 40px; }
  .wrap-news-cat .right-p {
    width: 50%;
    float: left;
    overflow: hidden; }
    .wrap-news-cat .right-p:nth-of-type(odd) .new-s::before {
      display: none; }
    .wrap-news-cat .right-p .title {
      font-family: 'Neucha', cursive;
      font-size: 26px;
      line-height: 1;
      margin-bottom: 10px !important;
      float: left; }
    .wrap-news-cat .right-p .date {
      float: right;
      color: #75afae;
      margin-top: 10px !important; }
    .wrap-news-cat .right-p .descr {
      clear: both; }
    .wrap-news-cat .right-p .img {
      width: 35% !important; }
    .wrap-news-cat .right-p .wrap-r {
      width: 65% !important; }
    .wrap-news-cat .right-p .green-btn {
      margin-top: 15px;
      display: inline-block;
      font-size: 18px;
      padding: 10px 35px; }

.vk_w img {
  width: 100%;
  height: auto; }

.info_b .bottom_panel {
  position: relative;
  z-index: 3; }

.info_b .row {
  position: relative;
  padding-left: 25px;
  padding-right: 25px; }
  .info_b .row::before, .info_b .row::after {
    display: none; }
  .info_b .row .txt_p {
    width: 65%; }
  .info_b .row .title_h1 {
    line-height: 1; }
  .info_b .row .video {
    position: relative;
    z-index: 1; }
  .info_b .row .wr {
    position: relative;
    padding-bottom: 80px; }
    .info_b .row .wr #img {
      width: 102%;
      height: auto;
      position: absolute;
      bottom: -80px;
      left: 0; }
  .info_b .row .btn_panel {
    width: 235px;
    position: static; }
    .info_b .row .btn_panel::after {
      display: none; }
    .info_b .row .btn_panel a {
      font-size: 18px; }

.deliver-wrap .deliv-block {
  position: relative;
  padding: 30px 0; }
  .deliver-wrap .deliv-block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x;
    height: 1px; }
  .deliver-wrap .deliv-block::after {
    content: "";
    clear: both;
    display: table; }
  .deliver-wrap .deliv-block .title_d {
    font-size: 24px;
    font-family: 'Neucha', cursive;
    margin-bottom: 20px; }
  .deliver-wrap .deliv-block .deliv-d-r {
    width: 50%;
    float: left;
    padding-left: 80px;
    padding-right: 40px;
    position: relative; }
    .deliver-wrap .deliv-block .deliv-d-r .title {
      font-weight: bold;
      margin-bottom: 10px; }
    .deliver-wrap .deliv-block .deliv-d-r .price {
      margin-top: 20px; }
  .deliver-wrap .deliv-block .icon {
    position: absolute;
    left: 0;
    top: 0; }

.offer {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  color: #fff !important;
  font-weight: bold;
  border-bottom: 1px dotted #fff;
  margin-left: 60px; }
  .offer::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -50px;
    background: url(/local/templates/infancy/css/../img/cursor-icon.png) no-repeat;
    background-size: 15px; }
  .offer:hover {
    border-color: transparent; }

@media (max-width: 1200px) {
  .new-y-bg {
    background: url(/local/templates/infancy/css/../img/new_ybg.png) no-repeat;
    background-size: 1000px calc(100% - 15px);
    background-position: calc(50% - 20px) top;
  }
  footer .block .row::before {
    display: none; }
  .info_b .row .wr {
    padding-bottom: 30px; }
  .info_b .row .txt_p {
    width: 100%; }
  .info_b .row .btn_panel {
    margin-right: 0; }
  .wrap-news-cat .right-p .new-s {
    padding-left: 0;
    padding-right: 0; }
  .wrap-news-cat .right-p .title {
    width: 70%; }
  footer .menu ul {
    padding-left: 5px;
    padding-right: 5px; }
  .block .logo {
    padding-top: 2px;
    width: 30%; }
  .block .logo img {
    width: 300px;
    height: auto; }
  .block .r-header {
    width: 70%; }
  .list-panel ol .line {
    left: 60px;
    width: 80%; }
  .banner_top .row .txt_p {
    margin-bottom: 20px; }
  .banner_top .row .btn_panel a {
    font-size: 18px; }
  .banner_top .row .btn_panel {
    width: 100%; }
  .banner_top .row .btn_panel::after {
    top: auto;
    bottom: 0; } }
@media (min-width: 991px) {
  .input-area {
    width: calc(50% - 225px);
  }
}
@media (max-width: 991px) {
  .input-area {
    width: calc(100% - 225px);
  }
  .new-y-bg {
    background: url(/local/templates/infancy/css/../img/new_ybg_mob.png) no-repeat;
    background-size: 710px calc(503px - 15px);
    background-position: calc(50% - 16px) -143px;
  }
  .block3-bg {
    padding-top: 20px !important;
  }
  a.document {
    width: 100%;
    bottom: 0;
    top: auto;
    height: 50%;
  }
  .pink-txt-form {
    white-space: normal;
  }
  .form-b,
  .whole-img {
    width: 100%;
  }

  .whole-img {
    padding-top: 150px;
  }
  .name-block h1 {
    width: auto;
    background: url(/img/mobile-name-cart-min.png) no-repeat;
    -webkit-background-size: 100% 100%;
    margin: 0 -45px !important;
    background-size: 100% 100%;
    background-position: bottom;
  }
  .name-block .row {
    padding-top: 0 !important;
    -webkit-background-size: 100% !important;
    background-size: 100% !important;
    background-position: 0 bottom !important;
    padding-bottom: 40% !important;
  }
  .cart .cart_info .cart-btn .pink-btn {
    font-size: 20px;
    width: auto;
  }
  .cart-btn {
    padding: 20px 0;
  }
  .pk-block {
    display: none !important;
  }
  .mob-block {
    display: block !important;
  }
  .cat-btn {
    display: none;
  }
  .block-m {
    padding: 40px 15px;
  }
  .block-m .title_h1 {
    font-size: 24px;
  }
  .block-m .wrap {
    width: 100%;
    max-width: 100% !important;
  }
  .new-banner b {
    font-size: 40px;
  }
  .new-banner .block-m {
    background: #F9F9FB url(/img/banner-mobile-min.jpg) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-bottom: 50%;
  }
  .block1-bg {
    background: #f3f4f6 url(/img/block1-mobile-min.jpg) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-bottom: 50%;
  }
  .block2-bg {
    background: #f3f4f6 url(/img/block2-mobile-min.jpg) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-bottom: 50%;
  }
  .block3-bg {
    background: #f3f4f6 url(/img/block3-mobile-min.jpg) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-bottom: 50% !important;
  }
  .block4-bg {
    background: url(/img/block4-mobile-min.jpg) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-bottom: 50%;
  }
  .block5-bg {
    background: #f3f4f6 url(/img/block5-mobile-min.jpg) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-bottom: 60%;
  }
  .block6-bg {
    background: #f3f4f6 url(/img/block6-mobile-min.jpg) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-bottom: 30%;
  }
  .con-block {
    width: 100%;
    padding: 15px 0;
  }
  .mobile_ph {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    
    font-weight: bold;
    clear: both;
    float: left;
  }
  .mobile_ph.ph {
    font-size: 18px !important;
  }
  .mobile_ph .watsapp {
    margin-right: 5px;
  }
  header,
.block {
  overflow: inherit;
}
.catalog_section .cat .img img {
  width: 100%;
  height: auto;
}

.basket_wrap .basket_product .price_bl {
  text-align: right;
}
.basket_wrap .basket_product .name_bl {
      width: 100%;
    }
  .deliver-wrap .deliv-block .deliv-d-r {
    width: 100%; }
  .info_b .row::before,
  .info_b .row::after {
    display: block !important; }
  .info_b .row .wr {
    padding-bottom: 0; }
  .info_b .row .wr #img {
    display: none; }
  .wrap-news-cat .right-p .date {
    width: 30%; }
  .wrap-news-cat .right-p .img,
  .wrap-news-cat .right-p .wrap-r {
    width: 100% !important;
    padding: 0 !important; }
  .wrap-news-cat .right-p .new-s::before {
    display: none; }
  .wrap-news-cat .right-p {
    width: 100%; }
    .wrap-news-cat .right-p .date {
      margin-top: 5px !important; }
  .bottom_b {
    display: none; }

  /*.catalog_section .cat:nth-of-type(2)::before,
  .catalog_section .cat:nth-of-type(4)::before {
    display: none; }
  .catalog_section .cat:nth-of-type(3)::before {
    display: block; }
  .catalog_section .cat:nth-of-type(4)::after {
    display: block; }*/
  .catalog_section .cat {
    width: 50%; }
  .basket_wrap .basket_product {
    position: relative;
    display: block;
    padding-left: 22%; }
  .basket_wrap .basket_product .close {
    position: absolute;
    right: 0;
    top: 15px; }
  .basket_wrap .basket_product .img {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0; }

  .basket_wrap .basket_product .name_bl {
    margin-bottom: 15px; }
  .dotted input {
    width: 40px;
    height: 40px;
  }
  .basket_wrap .basket_product .count_bl,
  .basket_wrap .basket_product .price_bl {
    display: inline-block; }
    .basket_wrap .basket_product .count_bl {
      width: 74%;
    }
    .basket_wrap .basket_product .price_bl {
      width: 24%;
    }
  .basket_block {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
  .basket_wrap,
  .deliv-w {
    margin-bottom: 30px; }
  .cart .contact-l::before {
    display: none; }
  .cart .contact-l,
  .cart .contact-r {
    width: 100%;
    padding: 0; }
  .cart .contact-r form .pink-btn {
    width: 230px;
    margin-left: -115px; }
  #map {
    margin-top: 100px; }
  .cat_top_panel .filter .column {
    width: 50%; }
  .cart .row .shadow {
    display: none; }
  .cart .gallery, .cart .cart_info,
  .cart .bottom_panel_cart .full_descr,
  .cart .bottom_panel_cart .video {
    width: 100%;
    padding: 0; }
  footer .block {
    padding-left: 0;
    padding-right: 0; }
  .foot_text .row::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 52px;
    right: 60px;
    bottom: 35px;
    background: url(/local/templates/infancy/css/../img/width-hearts.png) no-repeat;
    background-size: 150px; }
  .mobile_foot,
  .mobile_foot_b {
    display: block; }
  footer .menu ul {
    display: none; }
  .list-panel ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .list-panel ol li {
    margin-bottom: 25px; }
  .list-panel ol li:nth-child(2) .line {
    display: none; }
  .list-panel ol li:nth-child(1),
  .list-panel ol li:nth-child(3) {
    width: 70%; }
  .list-panel ol li:nth-child(2),
  .list-panel ol li:nth-child(4) {
    width: 30%; }
  .banner_top .row .btn_panel {
    width: 300px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .banner_top .row .btn_panel::after {
    display: none; }
  .title_h1 {
    font-size: 36px; }
  .banner_top .row .txt_p {
    font-size: 16px; }
  .banner_top .row .btn_panel::before {
    display: none; }
  .banner_top .row {
    padding-left: 25px;
    padding-right: 25px; }
  .banner_top .row::before {
    top: auto;
    bottom: 25px;
    left: 25px;
    height: 140px; }
  .banner_top .row::after {
    top: auto;
    bottom: 25px;
    right: 25px; }
  .menu.top .menu-w {
    display: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 80px;
    width: 100%;
    z-index: 9;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg) !important;
    background-size: 100% auto;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.6); }
  .panel_mobile_t {
    position: relative;
    display: block;
    padding-bottom: 25px;
    text-align: center;
    background: #000;
  }
    .panel_mobile_t::after {
      content: "";
      clear: both;
      display: table; }
    .panel_mobile_t .menu_txt {
      position: absolute;
      left: 0;
      top: 22px;
      margin-top: 0;
      display: inline-block;
      color: #fff;
      font-size: 30px;
      padding-left: 30px;
      font-family: 'Neucha', cursive;
      }
    .panel_mobile_t button[type="button"] {
      width: 50px !important;
     /* float: right;*/
      background: transparent;
      border: none;
      margin: 0 !important;
      position: absolute;
      opacity: 1;
      right: 30px;
      top: 0;
      z-index: 9;
      width: 100%;
      height: 100%;
      text-align: right;
    }
      .panel_mobile_t button[type="button"] span {
        margin: 3px 0;
        display: block;
        height: 3px;
        width: 100%;
        float: right;
        background: #fff; }
        .panel_mobile_t button[type="button"] span:nth-child(3) {
          width: 70% !important;
        }
  .mobile_panel {
    position: relative;
    text-align: center;
    display: block; }
    .mobile_panel::before {
      content: "";
      width: 95px;
      height: 185px;
      position: absolute;
      left: 25px;
      bottom: 0;
      background: url(/local/templates/infancy/css/../img/mobile-menu-hearts.png) no-repeat; }
    .mobile_panel::after {
      content: "";
      width: 88px;
      height: 197px;
      position: absolute;
      right: 25px;
      bottom: 0;
      background: url(/local/templates/infancy/css/../img/white-mobile-hearts.png) no-repeat; }
    .mobile_panel .ph {
      color: #fff; }
  header .center_pan_h, .block .center_pan_h, header ul, .block ul {
    display: none; }
  .menu .menu-w > ul {
    display: block;
    height: auto;
    padding: 25px;
    background: transparent; }
    .menu .menu-w > ul::before, .menu .menu-w > ul::after {
      display: none; }
  .menu .fas {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    color: #fff; }
  .menu .menu-w > ul li {
    padding-right: 15px;
    display: block;
    text-align: left;
    position: relative; }
    .menu .menu-w > ul li::after {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x; }
    .menu .menu-w > ul li a {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: left;
      background: transparent !important;
      height: auto; }
      .menu .menu-w > ul li a br {
        content: " "; }
  .menu.top .row {
    position: relative;
    background: url(/local/templates/infancy/css/../img/banner-bg.jpg);
    background-size: 100% auto; }
  .products_panel .product {
    width: 50%; }
  
  .products_panel .product::before {
    display: none; }
  .products_panel .product::after {
    display: block !important; }
  .products_panel .productn:nth-of-type::after {
    display: block !important; }
  /*.products_panel .productn:nth-of-type(5)::after,
  .products_panel .productn:nth-of-type(6)::after {
    display: none !important; }*/
  .news_company .wrap-n .main_new {
    width: 100%;
    padding-right: 0; }
  .news_company .wrap-n .right-p {
    display: none; }
  .reviews .review {
    width: 50%; } }
@media (min-width: 767px) {
  .banner_top .video iframe {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
  }
}
@media (max-width: 767px) {
  .mobile-banner {
    display: block;
  }
  .desktop-banner {
    display: none;
  }
  .new-y-bg {
    background: url(/local/templates/infancy/css/../img/new_ybg_mob.png) no-repeat;
    background-size: 100% calc(100% + 142px);
    background-position: center -90px;
  }
  .mobile_ph.ph {
    width: 175px;
    font-size: 16px !important;
  }
  .form .form-block {
    height: auto !important;
  }
  .form {
    width: 100% !important;
  }
  .popup_wr {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .popup_wr .pink-btn,
  .popup_wr .sky-btn {
    font-size: 16px;
  }
  .deliver-wrap .deliv-block .deliv-d-r .description {
    margin-left: -80px;
  }
  .cat_top_panel .img {
    width: 100%; }
  .page .img {
    width: 100%;
    padding: 0; }
  .title_h1, h1 {
    font-size: 30px; }
  .banner_top .row {
    padding-bottom: 60px; }
  header .logo img, .block .logo img {
    width: 250px; }
  header .basket a, .block .basket a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: transparent;
    text-indent: -10000px; }
  header .basket, .block .basket {
    height: 90px;
    padding: 25px 35px 25px 70px;
    width: 70px;
    background: url(/local/templates/infancy/css/../img/basket-m.png) no-repeat;
    background-size: 100% 100%; }
  header .basket::before, .block .basket::before {
    top: 30px;
    left: 20px; }
  .products_panel .product .green-btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .banner_top .row .btn_panel {
    width: 100%; }
  .products_panel .product {
    padding-top: 25px;
    padding-bottom: 35px; }
    .cart_info {
      padding-top: 30px !important;
    }
  }

@media (max-width: 600px) {
  .slick-next {
    right: 0;
    top: -20px;
  }
  .slick-prev {
      left: 0;
      top: -20px;
  }
  .discount_block {
    flex-wrap: wrap;
  }
  .discount_block > span {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .basket .discount_block .pink-btn {
    margin: 0 auto !important;
  }
  .new-y-bg {
    background: url(/local/templates/infancy/css/../img/new_ybg_mob.png) no-repeat;
    background-size: 100%;
    background-position: center calc(50% + -7px);
  }
  .cart_panel .old_price {
    padding-left: 10px !important;
    padding-right: 40px !important;
  }
  .name-block h1 {
    margin: 0 -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .new-banner b {
    font-size:30px;
  }
  .whole-img {
    margin-bottom: -70px;
  }
  .whole-img img {
    width: 190px;
    height: auto;
  }
  .cart .cart_info .pink-btn {
    font-size: 14px !important;
    padding-left: 30px;
    padding-right: 50px;
  }
  .why-pillow {
    font-size: 20px;
  }
  .cart .cart_info .cart-btn .pink-btn {
    padding: 25px;
  }
  .icon-block .icon img {
    height: 80px;
  }
  .cart-btn .gift-block a {
    font-size: 13px;
  }
  .icon-block .icon .name {
    font-size: 14px !important;
  }
  .catalog_section .cat {
    width: 100%;
  }
  .basket_wrap .basket_product .count_bl span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .count span.plus {
    position: relative;
    top: 3px;
  }
  .basket_wrap .basket_product .count_bl .dotted {
    width: 155px;
    margin-left: -93px !important;
    padding: 0 !important;
    margin-top: 10px !important;
  }
  .form .form-block .form-input {
    line-height: 35px !important;
  }
  .mobile_foot .row .center_pan_h .ph {
    font-size: 23px !important;
  }
  .center_pan_h .email {
    font-size: 14px;
    margin-top: 0;
  }
  .mobile_foot .row {
    align-items: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobile_foot .row .center_pan_h {
    padding-right: 0;
    padding-top: 15px;
  }
  .mobile_foot .row .soc {
    padding-top: 15px;
    margin-bottom: 0;
  }
  .deliver-wrap .deliv-block {
    padding: 0; }
  .deliver-wrap .deliv-block::before {
    display: none; }
  .deliver-wrap .deliv-block .deliv-d-r {
    padding-top: 80px !important;
    padding-bottom: 40px;
    margin-bottom: 30px;
    padding-right: 0; }
    .deliver-wrap .deliv-block .deliv-d-r::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: url(/local/templates/infancy/css/../img/border-bottom.png) repeat-x;
      height: 1px; }
  .deliver-wrap div.deliv-block:nth-of-type(2) .deliv-d-r {
    padding-top: 45px !important; }
  .deliver-wrap .deliv-block .deliv-d-r .title {
    position: absolute;
    left: 80px;
    top: 10px; }
  .deliver-wrap .deliv-block .deliv-d-r .price {
    position: absolute;
    left: 80px;
    top: 15px; }
  .info_b .bottom_panel {
    margin-top: 10px; }
  .wrap-news-cat .right-p .title {
    font-size: 20px; }
  .wrap-news-cat .right-p .date {
    margin-top: 0 !important;
    font-size: 14px; }
  .catalog_section .cat .name {
    font-size: 18px; }
  .catalog_section .cat {
    padding: 15px; }
  .basket .pink-btn {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .basket_wrap .basket_product .name {
    padding-right: 30px;
    font-size: 18px; }
  .basket_wrap .basket_product .img {
    width: 25%; }
  .basket_wrap .basket_product {
    padding-left: 27%; }
  .basket_wrap .basket_product .count_bl {
    width: 35%;
     }
  .basket_wrap .basket_product .price_bl {
    width: 60%; }
  .dotted {
    padding: 15px;
    margin: 0 !important;
    font-size: 20px; }
    .count span {
      font-size: 30px !important;
      padding: 10px !important;
    }
  .basket_wrap .basket_product .count_bl .name_count {
    display: none; }
  .cart .contact_i .val {
    font-size: 18px; }
  .descr_cat h3 {
    font-size: 16px;
    line-height: 1.3; }
  .cart .cart_info .pink-btn {
    width: 100%;
    text-align: center;
    font-size: 18px; }
  .cart .row {
    padding-left: 15px;
    padding-right: 15px; }
  footer .block .row {
    padding-bottom: 30px; }
  footer .foot_text {
    margin-top: 0px; }
  .mobile_panel::before {
    left: -25px; }
  .mobile_panel .ph {
    font-size: 25px !important; }
  .mobile_panel::after {
    right: -25px; }
  .banner_top .row {
    overflow: hidden; }
  .banner_top .row::before {
    left: -35px; }
  .banner_top .row::after {
    right: -35px; }
  header .basket::before, .block .basket::before {
    left: 18px; }
  header .basket, .block .basket {
    padding-left: 60px; }
  header, .block {
    padding: 5px 15px;
    background: transparent; }
  .panel_mobile_t button[type="button"] {
    margin-right: 15px; }
  .panel_mobile_t .menu_txt {
    margin-left: 15px; }
  .block .logo {
    padding-top: 20px; }
    header .logo {
      padding-top: 10px;
    }
  header .r-header, .block .r-header {
    width: 35%;
    float: right; }
  header .logo img, .block .logo img {
    width: 160px; }
  footer .block {
    padding-left: 0;
    padding-right: 0; }
  footer .foot_text .row {
    font-size: 16px; }
  .foot_text .row::after {
    right: 15px;
    bottom: 15px; }
  footer .foot_text .row,
  .list-panel ol,
  .about .row,
  .products_panel .row,
  .news_company .row,
  .reviews .row,
  footer .block .row,
  .mobile_foot .row {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden; }
  .mobile_foot .row .soc {
    margin-right: 0; }
  .products_panel .product {
    width: 100%; }
  .ph {
    font-size: 20px !important; }
  .products_panel .productn:nth-of-type(5)::after {
    display: block !important; }
  .list-panel .row {
    background-size: 120% 120%; }
  .list-panel ol {
    padding-top: 50px; }
  .list-panel ol li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .list-panel ol .line {
    display: none; }
  .list-panel ol .icon {
    display: block;
    width: 100px;
    height: auto; }
  .list-panel ol li .txt {
    width: 90%; }
  .list-panel ol li p br {
    content: ""; }
  .about .row::after {
    top: 50%;
    margin-top: -100px; }
  .mobile_foot_b .row::before {
    left: 25px; }
  .mobile_foot_b .row::after {
    right: 25px; } }

/* End */


/* Start:/local/templates/infancy/components/bitrix/search.title/.default/style.css?17259673352108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/infancy/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/infancy/components/bitrix/sale.basket.basket.line/small_basket/style.min.css?17259673363567*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:998;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:998;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/infancy/components/bitrix/menu/top_menu/style.min.css?1725967335490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/infancy/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/infancy/components/bitrix/news.list/banners/style.css?1725967336150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/infancy/components/bitrix/menu/bottom_menu/style.min.css?1725967335490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/infancy/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/infancy/components/bitrix/main.feedback/popup/style.min.css?1725967336251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/local/templates/infancy/styles.css?17805202399806*/
.popup_wr .sky-btn {
    display: inline-block;
}
.articul {
    padding-top: 10px;
	color: #fff;
	font-family: 'Neucha', cursive;
}
.sale-paysystem-wrapper {
    color: #fff;
}
.articul span {
	font-size: 20px;
	color: #75afae;
}
.addBasket {
	text-align: center;
	position: relative;
	background: url(/images/form-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 40px 40px;
}
.count span {
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
}

.addBasket .name a {
	font-size: 24px;
    padding: 20px 0;
    display: block;
    color: #75afae;
    font-weight: bold;
}
.form .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/close_btn.png) 0 0 no-repeat;
    opacity: 1;
}
.form .close:hover {
	opacity: .7;
}
.clr-accent2 {
    color: #75afae;
}
.form {
    position: relative;
    text-align: center;
    width: 410px;
    margin: 0 auto;
    background: url(/images/form-bg.png) no-repeat !important;
    background-size: 100% 100% !important;
    padding: 40px 40px;
    margin-bottom: 26px;
    opacity: 1;
}
.modal {
    align-items: center;
    justify-content: center;
}
.form *::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important; }
.form *::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important; }
.form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important; }
.form *:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important; }
.form .form-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
}
.errortext {
    color: red;
}
.form .form-text {
    color: #e5e5e5;
    line-height: 20px;
    margin-bottom: 22px;
}
.reviews {
    display: none;
}
.form .form-block {
    text-align: left;
    /*height: 43px;*/
    width: 100%;
    margin: 0 auto;
    background: url(/images/input_border.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.modal-content {
    background: transparent !important;
    border: none !important;
    z-index: 993;
    display: inline-block;
    box-shadow: none;
}
.modal {
    background: rgba(0, 0, 0, .6);
}
.form .form-block .form-input {
    color: #fff;
    font-size: 14px;
    line-height: 59px;
    text-indent: 15px;
    width: 93%;
    border: none;
    background: transparent;
}
.form .bdr-none input {
    margin-top: 17px;
    display: block;
    width: 100%;
    max-width: 245px;
    color: transparent;
    height: 65px;
    border: none;
    font-size: 20px;
    line-height: 59px;
    background: url(/images/btn_form3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
}
.form .bdr-none .form-input {
    color: transparent;
}
.form .bdr-none {
    background: transparent;
}
.cart_panel {
  text-align: center;
}
.cart_panel .price {
  float: left;
}
.cart_panel .old_price {
    font-family: 'Neucha', cursive;
    position: relative;
    padding-top: 27px;
    color: #e4b266 !important;
    padding-left: 25px;
    font-size: 20px;
    text-decoration: line-through;
    float: left;
    padding-right: 55px;
}

.old_price {
    position: relative;
}

.old_price i {
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #4cddda;
    font-style: normal;
}

.product .old_price i {
    top: auto;
    bottom: 7px;
}

.product .articul {
    padding-left: 0 !important;
}

/*.product .old_price::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0;
    bottom: -7px;
    background: url(/local/templates/infancy/img/discount_icon.png) no-repeat;
    background-position: center;
}*/
.product .old_price::before {
    bottom: -3px;
}
.clear {
    clear: both;
    display: table;
}
.cart  {
    margin-top: 0;
}
.full_descr{
    padding-top: 20px;
}
.gift-block {
    position: relative;
    padding: 25px 0 25px 70px;
    background: url(/local/templates/infancy/img/gift.png) no-repeat;
    background-position: left center;
}

.txt_support {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 0;
    padding: 15px;
    color: #fd98bc;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, .6);
    background: url(/local/templates/infancy/img/menu-bg.png);
    z-index: 9;
    background-size: 103% 115%;
    background-position: -5px -5px;
    -webkit-transition: all .5s linear;
       -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
         -o-transition: all .5s linear;
            transition: all .5s linear;
}
.gift-block:hover .txt_support {
    visibility: visible;
    opacity: 1;
}
.gift-block a {
    font-size: 16px;
    color: #fd98bc;
    text-transform: uppercase;
}
.gift-block::before, .gift-block::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/local/templates/infancy/img/border-bottom.png) repeat-x;
}
.gift-block::after {
    top: auto;
    bottom: 0px;
}
.full_descr-text,
.following .name-f {
    padding: 15px 0;
    font-size: 30px;
    font-family: 'Neucha', cursive;
}

.full_descr-text {
    padding-bottom: 10px;
}

.full_descr .pink-btn {
    padding-right: 60px;
    font-size: 22px;
    position: relative;
    margin-bottom: 10px !important;
}
.full_descr .pink-btn::before {
    content: "";
    width: 16px;
    height: 26px;
    background: url(/local/templates/infancy/img/right-arrow.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -13px;
}

.following-product {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 25px;
}

.following-product .following-product_img {
    width: 25%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.following-product_w {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.following-product_w .pink-btn {
    font-size: 12px;
}

.following-product .following-product_img img {
    width: 100%;
    height: auto;
}

.following-product .following-product_wrap {
    width: 75%;
    padding-left: 25px;
}

.following-product span {
    color: #75afae;
}

.following-product .following-product_prices {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.following-product .following-product_price,
.following-product .following-product_oldprice {
    font-family: 'Neucha', cursive;
}

.following-product .following-product_oldprice {
    padding-top: 3px;
    color: #7c7f81;
    padding-left: 20px;
    text-decoration: line-through;
}

.following-product .following-product_price span,
.following-product .following-product_oldprice span {
    font-size: 18px;
}

.following-product .following-product_name a {
    color: #fff;
    font-size: 22px;
    font-family: 'Neucha', cursive;
    padding-bottom: 10px;
}

.following-product .following-product_articul {
    font-family: 'Neucha', cursive;
    font-size: 16px;
}

.product .gift-block {
    padding: 15px 0 15px 45px;
    margin-bottom: 10px;
    background-size: 30px !important;
    font-family: 'Neucha', cursive;
}

.product .gift-block a {
    font-size: 15px;
}
.product .gift-block::before,
.product .gift-block::after {
    display: none !important;
}

.panel_prices {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    min-height: 54px;
    align-items: flex-end;
}

.product .old_price {
    position: relative;
    color: #e4b266;
    font-family: 'Neucha', cursive;
    margin-bottom: 15px;
    text-decoration: line-through;
    padding-right: 60px;
    line-height: 33px;
    /*margin-right: 25px;*/
}

.panel-date {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.panel-date .title {
    width: 75%;
}

body .wrap-news-cat .right-p .date {
    width: 25%;
    margin-top: 0 !important;
}

body .wrap-news-cat .right-p .title {
    margin-bottom: 0 !important;
}

.wrap-news-cat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.old_price {
    white-space: nowrap;
}

.news_company .right-p .new-s .descr {
    height: 43px !important;
    overflow: hidden;
}

@media (max-width: 991px) {
    .video .gift-block {
        margin-top: 30px;
    }
    .product .old_price {
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    .product .old_price {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .following-product {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .following-product .following-product_img,
    .following-product .following-product_wrap {
        width: 100%;
    }
    .following-product .following-product_wrap {
        padding-top: 15px;
        padding-left: 0;
        /*text-align: center;*/

    }
    .following-product .following-product_wrap div {
        width: 100%;
    }
    .following-product .following-product_prices {
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/infancy/template_styles.css?1780520239334*/
.products_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagination-catalog-section {
    margin-top: 50px;
    margin-bottom: 30px;
}

.pagination-catalog-section .button-more {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px;
}
/* End */
/* /local/templates/infancy/css/main.css?172596733568511 */
/* /local/templates/infancy/components/bitrix/search.title/.default/style.css?17259673352108 */
/* /local/templates/infancy/components/bitrix/sale.basket.basket.line/small_basket/style.min.css?17259673363567 */
/* /local/templates/infancy/components/bitrix/menu/top_menu/style.min.css?1725967335490 */
/* /local/templates/infancy/components/bitrix/news.list/banners/style.css?1725967336150 */
/* /local/templates/infancy/components/bitrix/menu/bottom_menu/style.min.css?1725967335490 */
/* /local/templates/infancy/components/bitrix/main.feedback/popup/style.min.css?1725967336251 */
/* /local/templates/infancy/styles.css?17805202399806 */
/* /local/templates/infancy/template_styles.css?1780520239334 */
