/*-------------------------reset-------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  background-color: #fff;
  color: #000;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  box-sizing: border-box;
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.25px; }

.containerk {
  max-width: 1410px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

h1 {
  font-family: AGCrownStyle;
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 30px; }

h2 {
  font-family: AGCrownStyle;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 30px; }

h3 {
  font-family: AGCrownStyle;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 30px; }

h4 {
  font-family: AGCrownStyle;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 30px; }

h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px; }

h6 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px; }

/*-------------------------number------------------------*/
.podbor > input {
  border: 0;
  border-radius: 4px 0 0 4px;
  background: #F2F2F2;
  border-radius: 3px;
  height: 40px;
  width: 54px;
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  text-align: center; }
  .podbor > input::placeholder {
    color: #000; }

.podbor > span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  color: #F51D0C;
  position: absolute;
  border: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  outline: none;
  top: 12px; }

.podbor > .plus {
  right: 11px; }

.podbor > .minus {
  left: 12px;
  color: #000;
  line-height: 0; }

.podbor > span:hover {
  opacity: 0.8; }

/*-------------------------nav------------------------*/
.wrapper {
  overflow-x: hidden; }

.header__top {
  padding: 11px 0 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
.header__logo {
  flex-basis: 16.6%;
  line-height: 0; }
  .header__logo a {
    display: block;
    line-height: 0;
    display: flex;
    align-items: center; }
    .header__logo a:hover {
      color: #F51D0C; }
    .header__logo a img {
      max-width: 116px; }
    .header__logo a span {
      font-family: 'AGCrownStyle';
      font-size: 40px;
      line-height: 1;
      font-size: 34px;
      line-height: 0.75;
      padding-bottom: 10px;
      margin-left: -4px; }
.header__details {
  flex-basis: 17%;
  max-width: 17%; }
.header__city {
  margin-top: 4px; }
.header__select {
  border: 0;
  margin-left: 9px;
  position: relative;
  outline: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  color: #F51D0C;
  max-width: 110px; }
.header__time {
  letter-spacing: 0.4px;
  color: #949495;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3; }
.header__login {
  flex-basis: 25%;
  display: flex;
  align-items: center; }
  .header__login img {
    margin-right: 13px; }
  .header__login a {
    margin: 0 3px 0;
    text-decoration: underline; }
    .header__login a:hover {
      color: #F51D0C; }
  .header__login a,
  .header__login span {
    margin-top: 7px; }
.header__tel {
  flex-basis: 17%; }
  .header__tel a {
    display: block;
    font-size: 20px;
    line-height: 1.2; }
    .header__tel a:hover {
      color: #F51D0C; }
.header__cart {
  flex-basis: 23.5%; }
.header__cartgrey {
  background: #F2F2F2;
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 7px 13px; }
  .header__cartgrey img {
    flex-basis: 40px; }
  .header__cartgrey span {
    flex-basis: calc(100% - 40px);
    padding-left: 13px;
    letter-spacing: 0.25px;
    line-height: 1; }
  .header__cartgrey:hover {
    background-color: #f7f4f4; }
.header__nav {
  display: block;
  position: relative; }
  .header__nav:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 53px;
    left: 0px;
    top: 13px;
    background: #F2F2F2; }
  .header__nav ul {
    padding: 0 45px 35px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .header__nav ul li.active a {
      color: #F51D0C; }
    .header__nav ul a {
      display: block;
      text-align: center; }
      .header__nav ul a span {
        margin-top: 7px;
        display: block; }
      .header__nav ul a:hover {
        color: #F51D0C; }

.title {
  display: block;
  margin-bottom: 16px;
  position: relative; }
  .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 53px;
    left: 0px;
    top: 13px;
    background: #F2F2F2; }
  .title .containerk {
    padding-left: 45px;
    position: relative;
    z-index: 1; }
    .title .containerk span {
      margin-left: 18px;
      display: inline-block;
      font-family: AGCrownStyle;
      font-size: 48px;
      line-height: 54px;
      position: relative;
      top: -15px; }

/*-------------------------slidertop------------------------*/
.slidertop {
  background-image: url(../images/slider_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .slidertop__js {
    width: 100%;
    margin-bottom: 0 !important; }
  .slidertop__item .containerk {
    background-image: url(../images/china_sum.svg);
    background-repeat: no-repeat;
    background-position: right 90%;
    display: flex;
    justify-content: space-between;
    min-height: 626px; }
  .slidertop__left {
    flex-basis: 52%;
    padding-left: 120px;
    padding-bottom: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .slidertop__left a {
      font-weight: 400;
      font-size: 24px;
      line-height: 1;
      text-decoration-line: underline;
      color: #F51D0C; }
      .slidertop__left a:hover {
        text-decoration: none; }
  .slidertop__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 17px; }
  .slidertop__title {
    font-family: 'AGCrownStyle';
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .slidertop__right {
    position: relative;
    flex-basis: 48%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .slidertop__price {
    position: absolute;
    z-index: 1;
    left: -9%;
    top: 57%; }
    .slidertop__price span {
      font-weight: 500;
      font-size: 64px;
      line-height: 1;
      color: #000000;
      position: relative; }
      .slidertop__price span:after {
        content: "";
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 213px;
        height: 213px;
        background: #FE0000;
        display: block;
        position: absolute;
        top: -150%;
        left: 21%;
        z-index: -1; }

.slick-dots li button:before {
  display: none !important; }

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #F51D0C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.slick-dots {
  z-index: 2;
  bottom: 165px;
  left: -545px; }
  .slick-dots li.slick-active button {
    background: #FFF8AF; }

/*-------------------------best------------------------*/
.best {
  margin-bottom: 25px; }
  .best__row {
    background: #F9F6F6;
    display: flex;
    justify-content: space-between;
    padding: 15px 55px; }
  .best__item {
    display: block;
    text-align: center; }
    .best__item span {
      font-weight: 600;
      display: block; }
    .best__item:hover {
      color: #F51D0C; }

/*-------------------------sorting------------------------*/
.sorting {
  margin-bottom: 21px; }
  .sorting__inside {
    text-align: center; }
  .sorting__title {
    font-weight: 700; }
  .sorting label {
    display: inline-block;
    margin-right: 35px;
    cursor: pointer; }
    .sorting label .sorting__span {
      display: inline-flex;
      align-items: end; }
    .sorting label input {
      display: none; }
      .sorting label input:checked + .sorting__span .sorting__labledown path {
        fill: #000;
        stroke: #000; }
      .sorting label input:checked + .sorting__span .sorting__lableup path {
        fill: #F51D0C;
        stroke: #F51D0C; }
  .sorting path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .sorting__labletitle {
    display: inline-block;
    margin-right: 5px; }

/*-------------------------rolllist------------------------*/
.rolllist__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

/*-------------------------product------------------------*/
.product {
  flex-basis: calc(100% / 4 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 55px;
  position: relative; }
  .product__img {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    display: block;
    min-height: 275px;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
  .product__sort {
    position: absolute;
    right: 10px;
    bottom: -10px;
    z-index: 1; }
  .product__title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: center; }
    .product__title:hover {
      color: #F51D0C; }
  .product__descr {
    margin-bottom: 20px;
    text-align: center; }
  .product__price {
    margin-bottom: 23px;
    text-align: center; }
  .product__weight {
    color: #949495;
    display: inline-block;
    margin-right: 5px; }
  .product__value {
    font-weight: 500;
    font-size: 24px;
    line-height: 1; }
  .product__bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; }
  .product__count {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    flex-basis: 133px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center; }
  .product__button {
    flex-basis: 160px;
    display: block; }
    .product__button a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      border-radius: 3px;
      color: #fff;
      height: 46px;
      border: 0;
      background: #F51D0C; }
      .product__button a:hover {
        background-color: #EB6E0F; }
    .product__button span {
      margin-top: 3px;
      display: block;
      margin-left: 5px;
      font-weight: 500;
      font-size: 14px;
      line-height: 13px;
      letter-spacing: 0.75px;
      text-transform: uppercase; }

.banner {
  margin-bottom: 45px; }
  .banner .containerk {
    display: flex;
    justify-content: space-between; }
  .banner__item_small {
    flex-basis: 23.5%; }
  .banner__item_big {
    flex-basis: 49%; }

.showmore {
  text-align: center;
  color: #F51D0C;
  text-decoration: underline;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  line-height: 23px; }
  .showmore:hover {
    text-decoration: none; }

/*-------------------------subsribe------------------------*/
.subsribe {
  margin-bottom: 35px;
  color: #fff; }
  .subsribe__inside {
    background: #EB6E0F;
    padding: 30px 85px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  .subsribe__left {
    flex-basis: 58%; }
  .subsribe__white {
    font-family: 'AGCrownStyle';
    font-size: 48px;
    line-height: 54px; }
  .subsribe__title {
    font-family: 'AGCrownStyle';
    font-size: 48px;
    line-height: 54px;
    color: #FFF8AF;
    text-transform: uppercase; }
  .subsribe__right {
    flex-basis: 42%;
    padding-top: 12px; }
  .subsribe__formbottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .subsribe__formtext {
    flex-basis: calc(100% - 220px);
    font-weight: 300;
    padding-top: 4px; }
  .subsribe__button {
    flex-basis: 210px; }

.inputk {
  width: 100%;
  background-color: #fff;
  outline: none;
  margin-bottom: 20px;
  border: 0;
  padding: 15px 20px;
  color: #000; }
  .inputk::placeholder {
    color: #222; }

.btnk {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 25px 15px;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  outline: none;
  border: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .btnk:hover {
    color: #EB6E0F; }

/*-------------------------footer------------------------*/
.footer {
  background: #333333;
  padding: 30px 0 35px;
  color: #fff; }
  .footer * {
    font-weight: 300; }
  .footer .containerk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer__logo {
    flex-basis: 190px; }
    .footer__logo a {
      line-height: 0;
      display: block; }
      .footer__logo a:hover {
        opacity: 0.7; }
  .footer__right {
    padding-top: 7px;
    flex-basis: calc(100% - 240px); }
  .footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer__detail {
    margin-bottom: 30px;
    flex-basis: 41%; }
  .footer__detailtop {
    margin-bottom: 30px; }
  .footer__tel {
    font-size: 20px;
    line-height: 1.5; }
    .footer__tel:hover {
      color: #F51D0C; }
  .footer__adres {
    font-size: 16px;
    line-height: 1.5; }
  .footer__social {
    display: flex;
    align-items: center; }
    .footer__social a {
      margin-right: 10px; }
      .footer__social a:hover {
        opacity: 0.7; }
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 59%; }
  .footer__menu {
    flex-basis: calc(100% / 3); }
    .footer__menu a {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 1px;
      display: block;
      letter-spacing: 0.44px; }
      .footer__menu a:hover {
        color: #F51D0C; }
  .footer__bottom {
    letter-spacing: 0.44px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .footer__bottom span {
      letter-spacing: 0.44px;
      font-size: 16px;
      line-height: 1.6;
      padding-right: 55px; }
    .footer__bottom img {
      margin-right: 15px; }

.underfooter__copyr {
  padding: 14px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center; }

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.popupkote {
  position: relative;
  background: #EB6E0F;
  max-width: 465px;
  width: 100%;
  padding: 40px 60px;
  margin-left: auto;
  margin-right: auto; }
  .popupkote__title {
    margin-bottom: 20px;
    font-family: 'AGCrownStyle';
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    text-align: center;
    letter-spacing: 0.25px;
    color: #FFFFFF; }
  .popupkote__input {
    outline: none;
    border: 0;
    padding: 15px 25px;
    background-color: #fff;
    margin-bottom: 13px;
    width: 100%; }
    .popupkote__input::placeholder {
      color: #222; }
  .popupkote__remember {
    display: block;
    text-align: center;
    color: #fff !important;
    line-height: 1.3; }
    .popupkote__remember:hover {
      text-decoration: underline; }
  .popupkote__btn {
    display: flex;
    justify-content: center; }
  .popupkote__submit {
    margin-top: 10px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    width: 210px;
    text-align: center;
    background: #000000;
    text-transform: uppercase;
    padding: 25px 15px;
    letter-spacing: 0.75px;
    outline: none;
    border: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .popupkote__submit:hover {
      color: #EB6E0F; }

/*-------------------------footer------------------------*/
.hamburger,
.cartcount_mobile,
.mobile_bottom,
.sorting__formobile,
.best__mobiletop,
.header__login_jsmob {
  display: none; }

/*-------------------------catalog------------------------*/
.textdescr {
  margin-bottom: 50px; }

.pagetop__header {
  font-family: 'AGCrownStyle';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1.1; }

.breadcrumb {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #F51D0C; }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap; }
  .breadcrumb span {
    color: #000;
    margin: 0 3px; }
  .breadcrumb a {
    color: #000; }
    .breadcrumb a:hover {
      color: #F51D0C; }

/*-------------------------product page------------------------*/
.productblock__inside {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.productblock__left {
  flex-basis: 57%; }
  .productblock__left img {
    width: 100%; }
.productblock__right {
  flex-basis: calc(43% - 35px);
  width: calc(43% - 35px); }
.productblock__title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1; }
.productblock__ingrid {
  margin-bottom: 20px; }
  .productblock__ingrid li {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1px; }
.productblock__detail {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .productblock__detail .product__bottom {
    flex-basis: 60%; }
  .productblock__detail .product__price {
    flex-basis: 40%;
    text-align: left; }
  .productblock__detail .product__price {
    margin-bottom: 0; }
.productblock__recomend {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between; }
.productblock__energy {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.productblock__energyitem {
  flex-basis: 25%;
  text-align: center;
  margin-bottom: 3px; }
.productblock__energyvalue {
  font-weight: 500;
  font-size: 24px;
  line-height: 1; }

.recomenditem {
  flex-basis: 155px;
  max-width: 155px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center; }
  .recomenditem__title {
    margin-top: 5px;
    margin-bottom: 5px; }
  .recomenditem .product__price {
    margin-bottom: 10px; }

.productblock__recomendjs {
  width: 100%;
  max-width: 100%; }

.recomenditemjs {
  text-align: center; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 8px);
  z-index: 2;
  line-height: 0; }
  .slick-arrow path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .slick-arrow:hover path {
    stroke: #F51D0C; }

.productblock__recomend {
  position: relative; }

.recomendright {
  right: -20px; }

.recomendleft {
  left: -20px; }

.slick-slide img {
  display: inline-block !important; }

.cart__more .productblock__recomend {
  padding: 0 25px;
  width: calc(100% - 50px);
  margin-left: 20px;
  margin-right: 20px; }

/*-------------------------nav------------------------*/
.cart__inside {
  margin-top: 45px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.cart__left {
  flex-basis: 74.5%;
  width: 74.5%; }
.cart__total {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.cart__totaltext {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.44px; }
.cart__totalvalue {
  margin-left: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  min-width: 230px; }
.cart__more {
  width: 100%;
  position: relative; }
.cart__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
.cart__comebacklink {
  color: #F51D0C !important; }
  .cart__comebacklink:hover {
    text-decoration: underline; }
.cart__chtkbtn {
  margin-left: auto;
  border: 1px solid #F51D0C;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #F51D0C;
  display: inline-block; }
  .cart__chtkbtn:hover {
    background-color: #F51D0C;
    color: #fff !important; }
.cart__right {
  flex-basis: calc(25.5% - 35px); }
.cart__moretotal {
  margin-bottom: 35px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.44px; }
.cart__moretotalvalue {
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1; }

.cartitem {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #F2F2F2;
  padding: 13px 10px 13px 20px; }
  .cartitem__img {
    flex-basis: 190px;
    line-height: 0; }
    .cartitem__img a {
      line-height: 0;
      display: block; }
    .cartitem__img img {
      width: 100%; }
  .cartitem__title {
    flex-basis: calc(53% - 190px);
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.44px;
    display: block; }
    .cartitem__title:hover {
      color: #F51D0C; }
  .cartitem__detail {
    flex-basis: calc(29% - 165px); }
  .cartitem__count {
    color: #949495; }
  .cartitem__plmin {
    flex-basis: 135px;
    margin-right: 30px; }
  .cartitem__totalprice {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.44px;
    flex-basis: calc(17.5% - 80px); }
  .cartitem__delete {
    flex-basis: 80px;
    color: #F51D0C;
    cursor: pointer; }
    .cartitem__delete:hover {
      opacity: 0.8; }
    .cartitem__delete span {
      text-transform: uppercase; }

.sidebarblock {
  width: 100%;
  border: 1px solid #F2F2F2;
  margin-bottom: 20px;
  padding: 25px 20px; }
  .sidebarblock__title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1; }
  .sidebarblock__forminside {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .sidebarblock__input {
    flex-basis: calc(100% - 35px);
    height: 37px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    outline: none;
    padding: 0 10px; }
  .sidebarblock__btn {
    border: 0;
    cursor: pointer;
    background: #F51D0C;
    flex-basis: 35px;
    outline: none;
    width: 35px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .sidebarblock__btn:hover {
      opacity: 0.7; }
  .sidebarblock__more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .sidebarblock__left {
    flex-basis: calc(100% - 105px); }
    .sidebarblock__left a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-right: 10px; }
  .sidebarblock__img {
    flex-basis: 52px; }
    .sidebarblock__img img {
      width: 100%; }
  .sidebarblock__titleprod:hover {
    color: #F51D0C; }
  .sidebarblock__detailprod {
    display: flex;
    align-items: baseline; }
  .sidebarblock__countprod {
    color: #949495;
    padding-right: 3px; }
  .sidebarblock__valueprod {
    font-weight: 500;
    font-size: 24px;
    line-height: 1; }
  .sidebarblock__right {
    display: flex;
    flex-basis: 105px;
    align-items: center; }
  .sidebarblock__value {
    min-width: 75px;
    text-align: right;
    font-weight: 500;
    font-size: 24px;
    line-height: 1; }

.productblock__recomendcartjs {
  width: 100%;
  max-width: 100%; }

/*-------------------------checkout------------------------*/
.order {
  width: 100%;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 15px 25px 20px; }
  .order__top {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap; }
  .order__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1; }
  .order__change {
    color: #F51D0C; }
    .order__change:hover {
      text-decoration: underline; }
  .order__center {
    padding-top: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #F2F2F2; }
  .order__line {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  .order__lineleft {
    flex-basis: 50%; }
  .order__lineright {
    flex-basis: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .order__linered {
    color: #F51D0C; }
  .order__bottom {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .order__bottomtext {
    font-weight: 500;
    font-size: 24px;
    line-height: 1; }
  .order__bottomvalue {
    font-weight: 500;
    font-size: 24px;
    line-height: 1; }

.ordercont__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1; }
.ordercont__line {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ordercont__line_center {
    justify-content: center; }
    .ordercont__line_center .ordercont__linesmall {
      flex-basis: 100%;
      width: 100%; }
      .ordercont__line_center .ordercont__linesmall label {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        line-height: 1; }
        .ordercont__line_center .ordercont__linesmall label span {
          line-height: 0; }
      .ordercont__line_center .ordercont__linesmall .ordercont__input {
        max-width: 280px;
        margin: 0 20px; }
  .ordercont__line label {
    width: 100%; }
    .ordercont__line label span {
      margin-bottom: 3px;
      display: inline-block; }
      .ordercont__line label span span {
        color: #F51D0C; }
.ordercont__linebig {
  flex-basis: 65.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.ordercont__input {
  border: 1px solid #F2F2F2;
  width: 100%;
  display: block;
  outline: none;
  height: 37px;
  padding: 0 10px; }
.ordercont textarea {
  width: 100%;
  resize: none;
  height: 90px; }
.ordercont__linesmall {
  flex-basis: 31.5%; }
.ordercont__titlenav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }
.ordercont__titlenavvalue {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  flex-basis: 240px; }
.ordercont__linesep {
  flex-basis: 48%; }
.ordercont__total {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  padding-bottom: 15px; }
.ordercont__totalline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .ordercont__totalline_grey {
    color: #949495; }
    .ordercont__totalline_grey .ordercont__totalleft,
    .ordercont__totalline_grey .ordercont__totalright {
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.44px;
      font-weight: 400; }
.ordercont__totalleft {
  font-weight: 500;
  font-size: 24px;
  line-height: 1; }
.ordercont__totalright {
  font-weight: 500;
  font-size: 24px;
  line-height: 1; }
.ordercont__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
.ordercont__bottomleft {
  flex-basis: calc(100% - 300px); }
.ordercont__bottomright {
  flex-basis: 280px; }
.ordercont__bottombtn {
  width: 100%;
  border: 0;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: #F51D0C;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF !important; }
  .ordercont__bottombtn:hover {
    background: #e63d31; }

.pageNav {
  margin-bottom: 20px; }
  .pageNav__tabList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: calc(100% - 240px); }
    .pageNav__tabList_three {
      justify-content: space-between; }
      .pageNav__tabList_three .pageNav__tabItem {
        max-width: 100%;
        flex-basis: calc(100% / 3 - 15px);
        margin: 0 0; }
  .pageNav__tabItem {
    border: 2px solid #949495;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 0;
    width: 330px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #949495;
    cursor: pointer; }
  .pageNav__tabItem--active1 {
    border-color: #F51D0C;
    color: #F51D0C; }
  .pageNav__contentItem {
    display: none; }
  .pageNav__contentItem--active1 {
    display: block; }
  .pageNav__tabItem--active2 {
    border-color: #F51D0C;
    color: #F51D0C; }
  .pageNav__contentItem--active2 {
    display: block; }
  .pageNav__tabItem--active3 {
    border-color: #F51D0C;
    color: #F51D0C; }
  .pageNav__contentItem--active3 {
    display: block; }

/*-------------------------account------------------------*/
.ordercont_account {
  margin-top: 35px;
  margin-bottom: 50px; }

.ordercont__linehalf_h {
  flex-basis: 48%; }

.ordercont__linehalf {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 49%; }

.historyacc__line {
  margin-bottom: 15px;
  border: 1px solid #F2F2F2;
  padding: 0 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .historyacc__line.active {
    border-color: #F51D0C; }
.historyacc__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0; }
  .historyacc__header.active .historyacc__arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
    .historyacc__header.active .historyacc__arrow path {
      fill: #F51D0C; }
.historyacc__order {
  flex-basis: 13%; }
.historyacc__date {
  flex-basis: 14%; }
.historyacc__deliv {
  flex-basis: 15%; }
.historyacc__pay {
  flex-basis: 17%; }
.historyacc__promo {
  flex-basis: 17%; }
.historyacc__value {
  flex-basis: calc(24% - 162px);
  font-size: 20px;
  line-height: 1.5; }
.historyacc__repeat {
  flex-basis: 125px;
  color: #F51D0C; }
  .historyacc__repeat:hover {
    text-decoration: underline; }
.historyacc__arrow {
  line-height: 0;
  flex-basis: 28px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .historyacc__arrow path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
.historyacc__body {
  display: none; }
.historyacc__bodyline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0 3px; }
.historyacc__bcount {
  flex-basis: 35px; }
.historyacc__bname {
  flex-basis: calc( 42.5% - 35px); }
.historyacc__bcount2 {
  flex-basis: 9%; }
.historyacc__bweight {
  flex-basis: 10%; }
.historyacc__bprice {
  flex-basis: calc(38% - 160px); }
.historyacc__bwatch {
  flex-basis: 160px; }
  .historyacc__bwatch a:hover {
    color: #F51D0C; }
.historyacc__bodydop {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #F2F2F2; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1420px) {
  .containerk {
    padding: 0 15px; }

  .subsribe__inside {
    padding: 30px 50px; }

  .cart__right {
    flex-basis: calc(25.5% - 15px); }

  .sidebarblock {
    padding: 25px 10px; } }
@media screen and (max-width: 1350px) {
  .subsribe__inside {
    padding: 30px; }

  .subsribe__white {
    font-size: 42px;
    line-height: 1.2; }

  .subsribe__title {
    font-size: 45px;
    line-height: 1.2; }

  .title .containerk span {
    font-size: 40px;
    line-height: 1.2; }

  .product__count {
    margin-bottom: 10px; }

  .best__row {
    padding: 15px; }

  .header__login {
    flex-basis: 22%; }

  .header__tel {
    flex-basis: 16%; }
    .header__tel a {
      font-size: 18px; }

  .header__logo a span {
    font-size: 31px; }

  .header__nav ul {
    padding: 0 5px 35px; }

  .slidertop__left {
    padding-left: 0; }

  .slidertop__title {
    font-size: 50px; }

  .productblock__detail .product__price {
    flex-basis: 34%; }

  .productblock__detail .product__bottom {
    flex-basis: 66%; }
    .productblock__detail .product__bottom .product__count {
      margin-bottom: 0 !important; }

  .productblock__right {
    flex-basis: calc(43% - 15px); }

  .cartitem__img {
    flex-basis: 140px; }

  .cartitem__title {
    flex-basis: calc(47% - 140px); }

  .cartitem__detail {
    flex-basis: calc(32% - 145px); }

  .cartitem__plmin {
    margin-right: 10px; }

  .cartitem__totalprice {
    flex-basis: calc(20.5% - 80px); }

  .sidebarblock__left {
    flex-basis: 100%;
    margin-bottom: 10px; }

  .sidebarblock__right {
    flex-basis: 100%;
    justify-content: center; }

  .pageNav__tabItem {
    flex-basis: calc(50% - 10px);
    width: 100%;
    margin: 0; }

  .pageNav__tabList {
    justify-content: space-between; }

  .order {
    padding: 15px; } }
@media screen and (max-width: 1190px) {
  .header__logo a span,
  .header__tel,
  .header__time,
  .header__nav {
    display: none; }

  .header__logo a img {
    max-width: 80px; }

  .hamburger {
    order: 0;
    flex-basis: 60px;
    display: block; }

  .hamburger_inside {
    display: block;
    z-index: 13;
    margin-left: 0;
    display: block;
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .hamburger_inside.open {
      position: fixed;
      right: 15px;
      top: 35px; }
    .hamburger_inside span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #000;
      border-radius: 1px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px; }
    .hamburger_inside span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger_inside span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger_inside span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger_inside.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -2px;
      left: 6px; }
    .hamburger_inside.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .hamburger_inside.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 23px;
      left: 6px; }

  .header__logo {
    flex-basis: 80px;
    order: 2; }

  .header__details {
    order: 1;
    flex-basis: calc(50% - 100px);
    max-width: calc(50% - 100px);
    justify-content: center;
    display: flex;
    align-items: center; }

  .header__login {
    order: 3;
    flex-basis: calc(50% - 100px);
    justify-content: center; }

  .header__cart {
    order: 4;
    position: relative;
    flex-basis: 60px; }

  .carttext {
    display: none; }

  .cartcount_mobile {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.25px;
    color: #FFF8AF;
    background-color: #000;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 3px;
    top: -3px;
    padding: 0 !important; }

  .header__cartgrey {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative; }

  .header__select {
    max-width: 150px; }

  .header__nav {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    background: #F2F2F2; }
    .header__nav .containerk {
      padding: 0; }
    .header__nav ul {
      padding: 0 15px;
      margin-top: 70px;
      flex-direction: column;
      height: 100%; }
      .header__nav ul a {
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-size: 16px; }
        .header__nav ul a img {
          max-width: 55px; }
        .header__nav ul a span {
          margin-bottom: 0;
          margin-left: 15px; }

  .header__top {
    padding: 10px 0; }

  .mobile_bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F7F7F7;
    margin-top: 15px;
    padding: 25px 15px; }
    .mobile_bottom .header__time {
      display: block;
      margin-top: 7px;
      font-size: 16px; }
    .mobile_bottom .header__tel {
      display: block; }
      .mobile_bottom .header__tel a {
        font-size: 20px; }

  .best__item {
    font-size: 13px; }

  .product {
    flex-basis: calc(100% / 3 - 30px); }

  .product__count {
    margin-bottom: 0; }

  .subsribe__white {
    font-size: 35px; }

  .subsribe__title {
    font-size: 41px; }

  .subsribe__button {
    flex-basis: 170px; }

  .subsribe__formtext {
    flex-basis: calc(100% - 180px);
    font-size: 13px; }

  .footer__logo {
    flex-basis: 140px; }

  .footer__right {
    flex-basis: calc(100% - 150px); }

  .footer__menu a {
    font-size: 14px; }

  .slick-dots {
    left: -44%; }

  .productblock__left {
    text-align: center;
    margin-bottom: 30px;
    flex-basis: 100%; }
    .productblock__left img {
      max-width: 600px; }

  .productblock__right {
    flex-basis: 100%;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .cart__left,
  .cart__right {
    flex-basis: 100%;
    width: 100%; }

  .cart__right {
    display: flex;
    flex-wrap: wrap; }

  .sidebarblock {
    flex-basis: 31%;
    margin-left: 1%;
    margin-right: 1%; }

  .sidebarblock__right {
    flex-basis: 105px; }

  .sidebarblock__left {
    flex-basis: calc(100% - 105px); }

  .cart__inside_checkout {
    flex-direction: column-reverse; }

  .order {
    margin-bottom: 30px; }

  .historyacc * {
    line-height: 1; }

  .historyacc__deliv {
    flex-basis: 10%; }

  .historyacc__pay {
    flex-basis: 13%; }

  .historyacc__value {
    flex-basis: calc(32% - 162px); } }
@media screen and (max-width: 980px) {
  .header__select {
    max-width: 115px;
    margin-left: 5px; }

  .header__login img {
    margin-right: 0px; }

  .header__login {
    font-size: 13px; }

  .slidertop__item .containerk {
    flex-direction: column;
    margin-top: 20px; }

  .slidertop__title {
    font-size: 43px; }

  .slidertop__left a {
    font-size: 20px; }

  .slidertop__item .containerk {
    min-height: 0;
    padding-bottom: 40px; }

  .slidertop__left {
    flex-basis: 100%;
    padding-bottom: 0; }

  .slidertop__right {
    flex-basis: 100%;
    justify-content: flex-end; }

  .slidertop__img {
    max-width: 400px; }

  .slidertop__price {
    left: 24%;
    top: 50%; }

  .slick-dots {
    left: -36%;
    bottom: 40px; }

  .slidertop__item .containerk {
    background-position: 5% 80%; }

  .best__row {
    flex-wrap: wrap; }
    .best__row li {
      margin-bottom: 15px;
      flex-basis: 25%; }

  .title .containerk span {
    font-size: 36px; }

  .product__count {
    margin-bottom: 10px; }

  .product__img {
    min-height: 200px; }

  .product__title,
  .showmore {
    font-size: 20px;
    line-height: 1.2; }

  .subsribe__inside {
    flex-direction: column;
    text-align: center; }

  .subsribe__button {
    flex-basis: 40%; }

  .subsribe__formtext {
    flex-basis: 57%;
    font-size: 14px; }

  .subsribe__title {
    font-size: 33px; }

  .footer__adres,
  .underfooter__copyr {
    font-size: 14px; }

  h1 {
    font-size: 55px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 35px; }

  h4 {
    font-size: 30px; }

  .pagetop__header {
    font-size: 40px; }

  .productblock__detail .product__price {
    flex-basis: 100%;
    margin-bottom: 30px;
    text-align: center; }

  .productblock__detail .product__bottom {
    flex-basis: 100%; }

  .sidebarblock {
    flex-basis: 48%; }

  .sidebarblock__left a {
    justify-content: space-around; }

  .cartitem__img {
    flex-basis: 105px; }

  .cartitem {
    padding: 10px; }

  .cartitem__title {
    flex-basis: calc(43% - 105px);
    padding-left: 15px; }

  .cartitem__detail {
    flex-basis: calc(37% - 145px); }

  .cartitem__totalprice {
    flex-basis: calc(20% - 20px); }

  .cartitem__delete {
    font-size: 0;
    flex-basis: 15px; }
    .cartitem__delete span {
      font-size: 14px; }

  .pageNav__tabList_three .pageNav__tabItem {
    flex-basis: calc(100% / 3 - 5px); }

  .historyacc__order {
    flex-basis: 20%; }

  .historyacc__date {
    flex-basis: 21%; }

  .historyacc__deliv {
    flex-basis: 23%; }

  .historyacc__pay {
    flex-basis: 32%; }

  .historyacc__promo {
    flex-basis: 29%; }

  .historyacc__value {
    flex-basis: calc(57% - 162px);
    margin-top: 10px;
    margin-bottom: 10px; } }
@media screen and (max-width: 760px) {
  .popupkote {
    width: calc(100% - 30px);
    padding: 35px 30px; }

  .header__city span {
    display: none; }

  .header__details {
    justify-content: flex-start;
    position: relative;
    left: -10px; }

  .header__select {
    max-width: 90px;
    margin-left: 0; }

  .header__login {
    justify-content: flex-end;
    padding-right: 25px; }

  .slidertop__title {
    font-size: 34px; }

  .slidertop__left a {
    font-size: 24px; }

  .slidertop__img {
    max-width: 280px;
    margin-top: -30px; }

  .slidertop__price span {
    font-size: 43px; }

  .slidertop__item .containerk {
    background-position: 5% 70%; }

  .slidertop__price span:after {
    width: 150px;
    height: 150px; }

  .best__row li {
    margin-bottom: 15px;
    flex-basis: 50%; }

  .sorting__formobile,
  .best__mobiletop {
    display: block; }

  .mobstyle {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: block;
    padding: 10px 40px 10px 15px;
    background-image: url(../images/icon_arrow_select.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    border: 0;
    outline: none; }

  .sorting,
  .best {
    background: #F9F6F6;
    padding-bottom: 15px;
    margin-bottom: 0; }

  .best {
    padding-top: 15px; }

  .sorting__desc {
    display: none; }

  .best__row {
    display: none;
    overflow: hidden; }
    .best__row li {
      width: 50%;
      float: left; }

  .title {
    margin-top: 30px;
    position: relative;
    background: #F2F2F2; }
    .title .containerk {
      padding-left: 15px;
      display: flex;
      justify-content: space-between;
      align-items: baseline; }
    .title img {
      position: relative;
      margin-top: -12px;
      flex-basis: 65px; }
    .title span {
      flex-basis: calc(100% - 85px); }

  .title:before {
    display: none; }

  .product {
    flex-basis: calc(100% / 2 - 30px); }

  .product__img {
    min-height: 175px; }

  .product__sort {
    bottom: -15px; }

  .banner .containerk {
    flex-wrap: wrap; }

  .banner__item_small {
    flex-basis: calc(50% - 10px);
    line-height: 0;
    order: -1;
    margin-bottom: 20px; }

  .banner__item_big {
    flex-basis: 100%; }

  .showmore {
    margin-bottom: 35px; }

  .subsribe__white {
    font-size: 34px; }

  .subsribe__title {
    font-size: 34px;
    text-transform: inherit; }

  .subsribe {
    background-color: #EB6E0F; }

  .subsribe__right {
    max-width: 340px; }

  .subsribe__formbottom {
    flex-direction: column;
    padding: 0 25px; }

  .subsribe__formtext {
    margin-bottom: 15px; }

  .subsribe__button {
    flex-basis: 100%;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    width: 100%; }

  .subsribe__inside {
    padding-bottom: 0; }

  .footer__logo {
    flex-basis: 100%;
    text-align: center; }
    .footer__logo img {
      max-width: 145px; }

  .footer {
    padding: 35px 0; }

  .footer__right {
    flex-basis: 100%;
    padding-top: 20px; }

  .footer__adres {
    font-size: 16px; }

  .footer__top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }

  .footer__social {
    width: 100%;
    justify-content: center; }

  .footer__bottom span {
    padding-right: 0;
    display: block;
    margin-bottom: 10px;
    flex-basis: 100%; }

  .footer__nav {
    width: 100%;
    flex-basis: 100%; }

  .footer__menu {
    text-align: left;
    flex-basis: 50%;
    margin-bottom: 10px; }
    .footer__menu:first-child {
      flex-basis: 100%; }
      .footer__menu:first-child ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .footer__menu:first-child ul li {
          flex-basis: 50%; }

  .header__login_jsmob {
    display: flex; }

  .header__login_jsmobopen {
    display: none;
    position: absolute;
    top: 85px;
    background: #F9F6F6;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 35px; }

  .header__login a,
  .header__login span {
    position: relative;
    margin-top: 0;
    top: -7px; }

  h1 {
    font-size: 45px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 25px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .pagetop__header {
    font-size: 34px; }

  .recomendleft {
    left: -5px; }

  .recomendright {
    right: -5px; }

  .slick-arrow {
    top: calc(45% - 8px); }

  .cart__more .productblock__recomend {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0; }

  .recomenditem {
    flex-basis: 135px;
    max-width: 135px; }

  .recomenditem__title {
    font-size: 14px;
    line-height: 1.2;
    min-height: 32px; }

  .sidebarblock {
    flex-basis: 100%; }

  .sidebarblock__value {
    min-width: 100px; }

  .sidebarblock__right {
    flex-basis: 140px; }

  .sidebarblock__left {
    flex-basis: calc(100% - 145px); }

  .cartitem__title {
    flex-basis: calc(100% - 105px);
    padding-left: 20px;
    display: flex;
    height: 100%; }

  .cartitem {
    position: relative; }

  .cartitem__delete {
    font-size: 0;
    flex-basis: 15px;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 2; }

  .cartitem__img {
    margin-bottom: 15px; }

  .cart__inside {
    margin-top: 25px;
    margin-bottom: 30px; }

  .cartitem__plmin {
    margin-right: 0; }

  .cartitem__detail {
    flex-basis: calc(50% - 68px); }

  .cartitem__totalprice {
    flex-basis: calc(50% - 68px);
    text-align: right; }

  .ordercont__linebig {
    flex-basis: 100%;
    margin-bottom: 15px; }

  .ordercont__linesmall {
    flex-basis: 100%; }

  .ordercont__titlenavvalue {
    flex-basis: 100%;
    margin-bottom: 20px; }

  .pageNav__tabList {
    flex-basis: 100%; }

  .ordercont__bottom {
    flex-direction: column;
    display: block; }

  .ordercont__bottomright {
    max-width: 280px;
    margin: 30px auto 10px; }

  .ordercont__linehalf {
    flex-basis: 100%;
    margin-bottom: 15px; }

  .ordercont_account .ordercont__line {
    margin-bottom: 0; }

  .ordercont__linehalf_h {
    flex-basis: 100%;
    margin-bottom: 5px; }

  .historyacc__order {
    flex-basis: 47%;
    margin-bottom: 5px; }

  .historyacc__date {
    flex-basis: 47%;
    margin-bottom: 5px; }

  .historyacc__deliv {
    flex-basis: 47%;
    margin-bottom: 5px; }

  .historyacc__pay {
    flex-basis: 47%;
    margin-bottom: 5px; }

  .historyacc__promo {
    flex-basis: 100%;
    margin-bottom: 5px; }

  .historyacc__value {
    flex-basis: calc(100% - 162px); }

  .historyacc__bname {
    flex-basis: calc( 100% - 35px);
    margin-bottom: 5px; }

  .historyacc__bcount2 {
    flex-basis: 33%;
    padding-left: 35px; }

  .historyacc__bweight {
    flex-basis: 33%; }

  .historyacc__bprice {
    flex-basis: 33%; }

  .historyacc__bwatch {
    flex-basis: 100%;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px; } }
@media screen and (max-width: 460px) {
  .containerk {
    padding: 0 10px; }

  .slidertop__img {
    max-width: 210px;
    margin-top: -47px; }

  .slidertop__item .containerk {
    background-size: 25px; }

  .slidertop__price span {
    font-size: 24px; }

  .slidertop__price span:after {
    width: 80px;
    height: 80px; }

  .best__item span {
    font-size: 12px; }

  .best__item {
    align-items: center;
    text-align: left;
    display: flex;
    justify-content: space-between; }
    .best__item img {
      flex-basis: 36px; }
    .best__item span {
      flex-basis: calc(100% - 50px);
      line-height: 1.3; }

  .product {
    flex-basis: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }

  .subsribe__inside {
    padding: 30px 0 0; }

  .product__img {
    min-height: 150px; }

  .product__title,
  .showmore {
    font-size: 16px;
    line-height: 1.2; }

  .product__descr {
    font-size: 12px; }

  .product__title,
  .product__price {
    margin-bottom: 10px; }

  .product__value {
    font-size: 18px; }

  .underfooter__copyr {
    line-height: 1.3; }

  .popupkote {
    width: calc(100% - 10px);
    padding: 35px 10px; }

  .popupkote__submit {
    padding: 22px 15px; }

  .product__weight {
    margin-right: 0; }

  .hamburger {
    flex-basis: 25px; }

  .hamburger_inside {
    width: 25px;
    height: 19px; }

  .hamburger_inside span:nth-child(2) {
    top: 8px; }

  .hamburger_inside span:nth-child(3) {
    top: 16px; }

  .hamburger_inside.open span:nth-child(3) {
    top: 16px; }

  .header__details {
    flex-basis: calc(50% - 65px);
    max-width: calc(50% - 65px);
    left: 7px; }

  .header__select {
    max-width: 70px; }

  .header__top {
    padding: 10px 0 5px; }

  h1 {
    font-size: 35px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  .textdescr {
    margin-bottom: 30px; }

  .productblock .product__value {
    font-size: 24px; }

  .productblock__inside {
    margin-bottom: 30px; }

  .cart__comebacklink {
    margin-bottom: 15px;
    text-align: center;
    display: block; }

  .cart__bottom {
    flex-direction: column; }

  .cart__totalvalue {
    min-width: 0; }

  .cart__total {
    justify-content: space-between; }

  .cartitem__count {
    font-size: 13px; }

  .cartitem__img {
    flex-basis: 95px; }

  .cartitem__title {
    flex-basis: calc(100% - 95px); }

  .pageNav__tabList_three .pageNav__tabItem {
    flex-basis: calc(50% - 10px); }
    .pageNav__tabList_three .pageNav__tabItem:last-child {
      margin-top: 10px;
      flex-basis: 100%; }

  .ordercont__line_center .ordercont__linesmall label span {
    line-height: 1.2;
    order: -1;
    padding-right: 5px;
    margin-bottom: 3px; }

  .ordercont__line_center .ordercont__linesmall label {
    justify-content: flex-start; }

  .ordercont__line_center .ordercont__linesmall .ordercont__input {
    max-width: 180px;
    margin: 0; }

  .ordercont__totalleft {
    font-size: 22px; }

  .historyacc__pay,
  .historyacc__deliv {
    flex-basis: 100%; }

  .historyacc__bcount {
    flex-basis: 20px;
    margin-bottom: 5px; }

  .historyacc__bname {
    flex-basis: calc( 100% - 20px); }

  .historyacc__bcount2 {
    padding-left: 20px; } }
@media screen and (max-width: 355px) {
  .slidertop__title {
    font-size: 27px; }

  .slidertop__text {
    font-size: 20px; }

  .slidertop__left a {
    font-size: 20px; }

  .slidertop__img {
    max-width: 175px; }

  .slick-dots {
    left: -30%;
    bottom: 20px; }

  .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 !important; }

  .slick-dots li {
    width: 15px;
    height: 15px; }

  .best__item img {
    flex-basis: 30px;
    max-width: 30px; }

  .best__item span {
    flex-basis: calc(100% - 35px);
    line-height: 1.3;
    font-size: 11px; }

  .best__row li {
    min-height: 30px;
    margin-bottom: 10px; }

  .title img {
    position: relative;
    margin-top: -12px;
    flex-basis: 50px;
    max-width: 50px; }

  .title .containerk span {
    flex-basis: calc(100% - 60px);
    font-size: 28px;
    top: -10px;
    margin-left: 0;
    line-height: 1; }

  .product__title {
    font-size: 18px; }

  .product {
    margin-bottom: 30px;
    flex-basis: 80%;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%; }

  .subsribe__white,
  .subsribe__title {
    font-size: 32px;
    line-height: 1; }

  .footer__adres {
    font-size: 15px; }

  .footer__bottom img {
    margin-right: 9px; }

  .header__login_jsmobopen {
    padding: 30px 10px; }

  .popupkote__title {
    font-size: 30px;
    line-height: 1; }

  .header__logo a img {
    max-width: 66px; }

  .header__nav ul a img {
    max-width: 45px; }

  .mobile_bottom .header__tel a {
    font-size: 16px; }

  .mobile_bottom .header__time {
    font-size: 15px; }

  .header__cart {
    margin-right: -5px; }

  .header__select {
    max-width: 58px; }

  .header__city img {
    max-width: 12px; }

  .header__nav ul {
    margin-top: 50px; }

  .header__select {
    font-size: 12px; }

  .pagetop__header {
    font-size: 30px; }

  .productblock__title {
    font-size: 22px; }

  .cart__moretotal {
    flex-direction: column; }

  .sidebarblock__left {
    flex-basis: 100%; }

  .sidebarblock__right {
    flex-basis: 100%; }

  .cart__inside .cartitem__plmin {
    flex-basis: 115px; }
  .cart__inside .podbor > input {
    width: 45px; }

  .cartitem__detail {
    flex-basis: calc(100% - 120px); }

  .cartitem__totalprice {
    flex-basis: 100%;
    text-align: left; }

  .ordercont__linesep {
    flex-basis: 100%;
    margin-bottom: 15px; }

  .ordercont__totalleft {
    font-size: 19px; }

  .historyacc__order,
  .historyacc__date {
    flex-basis: 100%; } }

/*# sourceMappingURL=style.css.map */
