*::-webkit-scrollbar-track {
  width: 7px;
  background: #555;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-thumb {
  background-color: #eee;
}

.container {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.tovbutimg {
  cursor: pointer;
  width: 300px !important;
  height: 300px !important;
}
/*** Block Nav ***/

.block-nav {
  height: 70px;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 4px 28px rgb(172 114 147 / 50%);
  z-index: 999;
} /* after_qbici */
.nav-logo {
  float: left;
  width: 220px;
  padding: 16px 0px 16px 10px;
}
.nav-menu {
  padding: 23px 0px;
  margin: 0px 10px 0px 10px;
}
.nav-menu li {
  display: inline-block;
  margin: 0px 15px;
  text-transform: uppercase;
}
.nav-menu li:last-child {
  margin: 0px 0px 0px 15px;
}
.nav-menu li a {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  text-transform: none;
  padding: 4px 4px 5px 21px;
}
/* .nav-menu li span {
  background: #d74d9b;
  height: 2px;
  width: 100%;
  margin: 2px 0px;
  display: none;
} */
.nav-menu li a:hover {
  color: #d74d9b;
  background: url(../images/mt-h-bg.png) no-repeat;
}
.nav-menu li:hover span {
  display: block;
}

.offer-img, .offer-mob {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.offer-mob {
  display: none;
}

/*** Block 1 ***/

.block1 {
  padding-top: 130px;
  padding-bottom: 30px;
  position: relative;
  background: #ffe8e0;
}
.war-text {
  color: #ff70a6;
  text-transform: uppercase;
  font-size: 28px;
  padding: 10px 4px 11px 0px;
}
.akcia-text {
  font-size: 46px;
  width: 708px;
  margin: 0 auto;
  line-height: 40px;
  color: #fff;
  padding: 60px 0px 0px 0px;
  font-weight: 700;
}
.b-box:after {
  /* endzeit_____ */
  content: "";
  background: url(../images/line-razdel.png) no-repeat;
  display: block;
  width: 392px;
  height: 10px;
  margin: 12px auto 10px auto;
}
.akcia-text span {
  font-size: 24px;
}

/*** Block 2 ***/

.block2 {
  padding: 0px 0px 0px 0px;
}
.block2 h2 {
  font-size: 28px;
  background: #b22b3e;
    border-radius: 10px;
    color: #fff;
    padding: 16px 0;
    margin: 0 auto;
    width: 922px;
}
.cat-navbar {
  background: #f2f2f2;
  height: 50px;
  width: 666px;
  margin: 30px auto;
  border-radius: 25px;
}
.tabs {
  width: 100%;
  float: none;
  list-style: none;
  padding: 0;
  margin: 15px auto;
  text-align: center;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs input[type="radio"] {
  display: none;
}
.tab-menu {
  background: #f2f2f2;
  border-radius: 25px;
}

/*  Menu-tovar Style */

.tabs label {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 2;
  margin: 0 -3px;
  cursor: pointer;
  -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
  background: #f2f2f2;
  border-radius: 8px;
  margin-right: 10px;
  border: 1px solid #d64f9b;
}

.tabs label:last-of-type {
  margin-right: 0;
}
.ftab {
  border-radius: 8px 0px 0px 8px;
  margin: 0px 0px 0px 0px;
}
.ltab {
  border-radius: 0px 8px 8px 0px;
}
.tc-item {
  width: 297px;
  float: left;
  padding: 0px 6px;
}
.tc-item p {
  text-align: center;
}
.tc-item p:first-child {
  font-weight: 600;
  font-style: italic;
}
.tc-item p:last-child {
  font-style: italic;
  font-size: 15px;
  padding: 5px 0px;
}
.tabs label i {
  padding: 0px;
  margin-right: 0;
}
.tabs label:hover {
  background: #f05;
  color: #fff;
}
.tab-content {
  display: none;
  width: 100%;
  float: left;
  padding: 15px 1px 0px 1px;
  box-sizing: border-box;
}
.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs [id^="tab"]:checked + label {
  border: 1px solid #844a63;
  background: #e597a7;
  box-shadow: inset 0 1px 3px #84305f, 0 1px #bd4388, 0 0 1px #ad2471;
  color: #fff;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8,
#tab9:checked ~ #tab-content9,
#tab10:checked ~ #tab-content10 {
  display: block;
}

/*  END Menu-tovar Style */

.tovar-box {
  width: 960px;
  margin: 0 auto;
}
.tovar-item {
  width: 300px !important;
  display: inline-block;
  position: relative;
}
.tov-disc {
  font-size: 23px;
    font-weight: 400;
    background: #ec0748;
    width: 65px;
    height: 65px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 36px;
    right: -9px;
  border: 2px solid #ffb964;
}
.actt {
  font-size: 18px;
}
.ost {
  background: #4d2240;
  color: #fff;
  height: 50px;
}
.tov-disc span {
  padding: 15px 0px 0px 0px;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.tov-articul {
  font-size: 20px;
  text-align: center;
  padding: 10px 0px 12px 0px;
  color: #fff;
    background: #a80037;
    text-shadow: 0 2px 0 #00000040;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 14px 14px 0 0;
}
.box1 {
  display: flex;
  align-items: center;
  padding: 25px 0 10px 6px;
}

.box2 {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 0;
}
.box2-it p {
  background: #561d3f;
  color: #fff;
  border-radius: 5px;
  padding: 2px 3px 3px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 15px;
}
.box2-it h3 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 15px;
  text-align: left;
}

.box2-it.two:last-of-type {
  margin-right: 20px;
}


.tov-complect {
  width: 80%;
  margin: 0 auto;
  border: 1px dashed #ccc;
  padding: 2px 0px;
  text-align: center;
}
.tov-complect span {
  color: #f05;
  text-align: center;
}
.tov-rating {
  background: url(../images/com-star-n.png) repeat-x;
  height: 13px;
  width: 90px;
  margin: 20px auto;
}
.tov-rating span {
  display: block;
  background: url(../images/com-star-z.png) repeat-x;
  height: 13px;
}
.tov-price {
  font-size: 20px;
  color: #f05;
  text-align: center;
  line-height: 12px;
  display: flex;
    flex-direction: column;
}
.tov-price span {
  font-size: 18px;
  color: #333;
  /* text-decoration: line-through; */
  padding: 0px 0px 0px 0px;
  font-weight: 400;
}
.tov-order {
  padding: 8px 0px;
}

/*** Block 3 ***/

.block3 {
  min-height: 130px;
  background: #fb0;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}
.bl3-main {
  width: 755px;
  margin: 0 auto;
}
.bl3-main p:first-child {
  float: left;
  padding: 10px 50px 0px 0px;
}
.bl3-main p:last-child {
  font-size: 28px;
  float: left;
  text-transform: uppercase;
  width: 470px;
  padding: 28px 0px;
}

.tovar-item img {
  display: block;
}

/*** Block 4 ***/

.block4 {
  background: #ffdbe6;
  background-size: cover;
  min-height: 502px;
}
.block4 h2, .block5 h2, .block6 h2 {
  padding: 50px 0px 0px 0px;
  background: inherit;
  color: #4d2240;
  font-style: italic;
  text-transform: none;
}
.cline:after {
  content: "";
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 2px;
  background: #ff7aac;
  margin: 15px auto 0px auto;
}
.advan-item {
  width: 302px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 60px 0px 0px 0px;
}
.advan-item span {
  width: 133px;
  height: 133px;
  background: url(../images/bg3-it-sprite.png);
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s;
}

.advan-item span:hover {
  transform: scale(1.2) rotate(-3deg);
}

.advan-item:nth-child(2) span {
  background-position: -143px 0px;
}
.advan-item:nth-child(3) span {
  background-position: -286px 0px;
}
.advan-item:nth-child(4) span {
  background-position: 0px -143px;
}
.advan-item:nth-child(5) span {
  background-position: -143px -143px;
}
.advan-item:nth-child(6) span {
  background-position: -286px -143px;
}
.advan-title {
  padding: 30px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.advan-item p:last-child {
  width: 210px;
  margin: 0 auto;
}

/*** Block 5 ***/ /* michael-k90 */

.block5 {
  background: #ffe9f0;
  min-height: 520px;
  background-size: cover;
  padding-bottom: 20px;
}

.block5 .cline:after {
  background: #f05;
}
.sld-item {
  min-height: 260px;
  background: rgba(253, 253, 253, 0.1);
}
.sl-left {
  width: 503px;
  padding: 30px;
  float: left;
}
.sl-left span {
  font-size: 20px;
  color: #fff;
  display: block;
  height: 55px;
  padding: 0px 0px 10px 0px;
}
.sl-left span:before {
  content: "";
  display: block;
  float: left;
  background: url(../images/comm-pic.png) no-repeat;
  width: 52px;
  height: 52px;
  margin: 0px 10px 0px 0px;
}
.sl-left span:after {
  content: "";
  display: block;
  background: url(../images/com-star.png) repeat;
  width: 88px;
  height: 13px;
  margin: 5px 0px 5px 60px;
}
.sl-left p {
  font-style: italic;
  text-align: justify;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
.sl-right {
  float: right;
}
.slide-pad {
  padding: 20px 0px;
}
.video-box {
  padding: 20px 0px 20px 0px;
  width: 480px;
  margin: 40px auto;
  border-radius: 15px
}
.video-box iframe {
  margin: 0px 20px;
}
.video-box iframe:first-child,
.video-box iframe:last-child {
  margin: 0px;
}

/*** Block 6 ***/

.block6 {
  padding: 0px 0px 40px;
}
.ord-item {
  display: block;
  width: 170px;
  padding: 40px 70px 0px 0px;
  float: left;
}
.oreder-box {
  margin: 0 auto;
  width: 890px;
}
.ord-item span {
  display: block;
  background: url(../images/bl6-it-sprite.png) no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}
.ord-item span:after {
  content: "";
  background: url(../images/ord-line.png) no-repeat;
  display: block;
  float: right;
  width: 65px;
  height: 5px;
  margin: 65px -85px;
}
.ord-item:last-child {
  padding: 40px 0px 0px 0px;
}
.ord-item:last-child span:after {
  display: none;
}
.ord-item:nth-child(2) span {
  background-position: -147px 0px;
}
.ord-item:nth-child(3) span {
  background-position: 0px -147px;
}
.ord-item:nth-child(4) span {
  background-position: -147px -147px;
}
.ord-item p {
  color: #555;
  padding: 20px 0px 0px 0px;
  text-align: center;
}

/*** Block 7 ***/

.block7 {
  background: #b22b3e;
  min-height: 410px;
  overflow: hidden;
  background-size: cover;
  padding-top: 30px;
}
.f-pad {
  margin: 10px auto;
}
.footer {
  padding: 20px 0px 0px 0px;
}
.footer span {
  /* background: url(../../../best-gooods.ru/lands-img/cop1-w-800.png) no-repeat; */
  margin: 0 auto;
  width: 580px;
  display: block;
  height: 20px;
}
.footer a {
  margin: 0 auto;
  text-decoration: underline;
  width: 252px;
}
.footer a:hover {
  text-decoration: none;
}
.slick-prev,
.slick-next {
  top: 39%;
}
h3.myh3 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin: 50px 0 0px;
  color: #4d2240;
  text-transform: none;
}
.tab-content img {
  width: 290px;
  height: 210px;
}
/*** Media Style ***/

@media screen and (max-width: 960px) {
  .tab-content {
    padding: 35px 0 0 0;
  }
  .container {
    width: 640px;
  }
  .nav-menu {
    /* display: none; */
  }
  .nav-logo {
    float: none;
    width: 220px;
    padding: 17px 0px;
    margin: 0 auto;
  }
  .nav-menu li a {
    padding-left: 10px;
  }
  .nav-menu li {
    margin: 0;
  }
  .block2 h2 {
    width: 640px;
  }
  .block1 h1 {
    font-size: 60px;
    line-height: 50px;
  }
  .block1 h1 span {
    font-size: 32px;
  }
  .war-text {
    padding: 26px 4px 11px 0px;
  }
  .akcia-text {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    padding: 55px 0px 0px 0px;
  }
  .akcia-text span {
    font-size: 20px;
  }
  .tabs {
    width: 640px;
  }
  .ftab {
    margin: 0px 0px 0px 30px;
  }
  .tabs label {
    padding: 10px 12px;
    font-size: 15px;
  }
  .tc-item {
    width: 158px;
    padding: 0px 10px;
  }
  .tc-item:nth-child(2) {
    width: 218px;
  }
  .tovar-box {
    width: 100%;
  }
  .bl3-main {
    width: 600px;
  }
  .bl3-main p:last-child {
    width: 405px;
    font-size: 24px;
    padding: 32px 0px;
  }
  .bl3-main p:first-child {
    font-size: 60px;
    padding: 24px 20px 24px 0px;
  }
  .block4 h2 {
    padding: 30px 0px 0px 0px;
  }
  .advan-box {
    width: 610px;
    margin: 0 auto;
    padding: 0px 0px 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single-item {
    width: 535px; /* bizlife_inc */
  }
  .sl-left {
    width: 474px;
  }
  .sl-right {
    display: none;
  }
  .video-box {
    width: 480px;
  }
  .video-box iframe:first-child,
  .video-box iframe:last-child {
    margin: 0px 20px;
  }
  .video-box iframe:last-child {
    margin: 20px auto;
    width: 270px;
    display: block;
  }
  .video-box iframe:nth-child(2) {
    margin: 0px 20px 0px 0px;
  }
  .oreder-box {
    width: 480px;
  }
  .ord-item span:after {
    display: none;
  }
  .ord-item {
    padding: 40px 35px 0px 35px;
  }
  .ord-item:last-child {
    padding: 40px 35px 0px 35px;
  }
  .block7 {
    min-height: 430px;
  }
  .block7 h3 {
    font-size: 60px;
    line-height: 50px;
    padding: 30px 0px;
  }
  .block7 h3 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 639px) {
  .container {
    width: 348px;
    text-align: center;
  }
  .block1 {
    padding-top: 110px;
  }
  .offer-img {
    display: none;
  }
  .offer-mob {
    display: block;
  }
  .block1 h1 {
    font-size: 29px !important;
  }
  .nav-menu {
    padding: 11px 0px;
}
.block2 h2 {
  width: 342px;
}
.nav-menu li a {
  font-size: 17px;
}
  .block1_layer {
    background: rgba(80, 0, 51, 0.9) !important;
  }

  .block1_layer,
  .block1_left {
    width: 100% !important;
  }

  .flex_e {
    justify-content: center !important;
  }

  .btn_design {
    left: 0 !important;
  }

  .block1 h1 span {
    font-size: 18px;
  }
  .b-box:after {
    /* background: url(../images/line-razdel-320.png) no-repeat; */
    width: 184px;
  }
  .war-text {
    font-size: 30px;
    padding: 33px 4px 11px 0px;
  }
  .akcia-text {
    font-size: 22px;
    padding: 45px 0px 5px 0px;
  }
  .akcia-text span {
    font-size: 20px;
    width: 214px;
    display: block;
    margin: 0 auto;
    line-height: 27px;
  }
  .akcia-text b {
    display: none;
  }
  .block2 h2 {
    font-size: 20px;
  }
  .actt {
    font-size: 16px;
    font-weight: 400;
}
  .tabs {
    width: 320px;
    margin: 3px auto 0px auto;
  }
  .tabs label {
    width: 120px;
    font-size: 13px;
    margin: 5px 0px;
    text-align: center;
}
.tabs label:nth-of-type(2) {
  width: 80px;
}
.tabs label:nth-of-type(3) {
  width: 30px;
}
  .ftab {
    border-radius: 0px;
    margin: 0px;
  }
  .ltab {
    border-radius: 0px;
    margin: 0px;
    border: none;
  }

  .ctab {
    margin: 0px 10px 0px 0px;
  }
  .tab-content {
    padding: 5px 0px 20px 0px;
  }
  .tabs label i {
    display: none;
  }
  .tc-item {
    width: 230px;
    margin: 5px auto;
    float: none;
  }
  .tc-item:nth-child(2) {
    width: 230px;
    margin: 5px auto;
  }
  .tovar-box {
    width: 100%;
  }

  .tovar-item {
    margin: 20px 0 !important;
  }

  .bl3-main {
    width: 100%;
    padding: 20px 0px;
  }
  .bl3-main p:first-child {
    font-size: 24px;
    padding: 0px; /* owmen17 */
    width: 100%;
    text-align: center;
  }
  .bl3-main p:last-child {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 5px 0px;
  }
  h3.myh3 {
    margin: 22px 0 0px;
    font-size: 19px;
}
  h2 {
    font-size: 30px;
  }
  .advan-box {
    width: 100%;
  }
  .advan-item {
    width: 100%;
  }
  .single-item {
    width: 100%;
  }
  .sl-left {
    width: 280px;
    padding: 20px;
    min-height: 300px;
  }
  .video-box {
    width: 310px;
  }
  .oreder-box {
    width: 240px;
  }
 
  .block7 h3 {
    font-size: 30px;
    line-height: 30px;
    padding: 40px 0px 0px 0px;
  }
  .block7 h3 span {
    font-size: 18px;
  }
  .cart_modal h2 {
    font-size: 20pt;
}
  .f-pad {
    margin: 85px auto;
  }
  .footer a {
    font-size: 15px;
    width: 235px;
    padding: 0px;
  }
  .footer span {
    /* background: url(../../../best-gooods.ru/lands-img/cop1-w-320.png) no-repeat; */
    width: 217px;
    height: 60px;
  }
  .video-box iframe:nth-child(2) {
    margin: 20px 20px 0px 20px;
  }
  .tovar-item {
    width: 300px;
    display: inline-block;
    position: relative;
    padding: 0px 0 40px 0;
  }
}

.cart_modal .line {
  font-size: 15px;
}

.reviews__item__header__photo {
  display: flex;
  align-items: center;
}

.reviews__item__header__photo  img {
  margin-right: 10px;
}

.reviews__item__text {
  text-align: left;
  margin: 10px 0;
}
