p:last-child,
li:last-child {
  margin-bottom: 0 !important; }

html {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  padding: 0;
  margin: 0;
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal; }

p {
  margin-top: 0;
  font-weight: normal;
  margin-top: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

form {
  padding: 0;
  margin: 0; }

input[type="text"] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent; }

input[type="submit"] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

li {
  padding: 0;
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,	monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 14px;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.group:after, .contain:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.block-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.text-big,
.entry-content p.text-big {
  font-size: 22px;
  font-weight: 700;
}

iframe {
	border: none;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #fafafa; }

.contain {
  width: 970px;
  margin-left: auto;
  margin-right: auto; }

.top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.butt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.see-butt {
  width: 189px;
  height: 44px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background-color: #5a98fa;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(90, 152, 250, 0.5)), to(rgba(26, 213, 177, 0.5)));
  background-image: -webkit-linear-gradient(bottom, rgba(90, 152, 250, 0.5) 0%, rgba(26, 213, 177, 0.5) 100%);
  background-image: linear-gradient(to top, rgba(90, 152, 250, 0.5) 0%, rgba(26, 213, 177, 0.5) 100%);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.35px; }
  .see-butt:after {
    background: url("../img/arr-next.png") no-repeat right center; }

.logo {
  margin-top: 0; }

.nav-top-mnu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.top-menu {
  margin-right: 13px; }
  .top-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #f6f6f6;
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 14px; }

.tabs-desc > p {
  font-weight: 300;
  font-size: 19px;
  color: #484c54;
  line-height: 1.5;
  text-align: center; }

.inner-desc > p {
  font-weight: 300;
  font-size: 19px;
  color: #484c54;
  line-height: 1.5;
  text-align: left;
  float: none; }

.templ-item-s-img-wrap > img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.banner-block {
  background-image: url("../img/slidr-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 508px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover; }

.banner-wrap {
  padding-left: 100px;
  padding-right: 100px;
  margin: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-wrap:focus {
    border: none;
    outline: none; }

.banner-block .slick-arrow {
  width: 23px;
  height: 37px;
  background-position: 0 0;
  background-repeat: no-repeat; }

.banner-block .slick-prev {
  background-image: url("../img/s-arr-l.png");
  left: 0;
  z-index: 10; }

.banner-block .slick-next {
  background-image: url("../img/s-arr-r.png");
  right: 0;
  z-index: 10; }

.banner-block .slick-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-left: 235px; }
  .banner-block .slick-dots li {
    width: auto;
    height: auto;
    margin-left: 9px;
    margin-right: 9px; }
    .banner-block .slick-dots li button {
      width: 14px;
      height: 14px;
      border: 1px solid rgba(184, 193, 205, 0.38);
      background-color: #ffffff;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .banner-block .slick-dots li.slick-active button {
    background-color: #569cf6; }

.banner-wrap-big {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .banner-wrap-big .banner-l {
    max-width: 442px;
    padding: 15px;
    height: 307px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .banner-wrap-big .banner-r {
    width: -webkit-calc(100% - 442px);
    width: calc(100% - 442px);
    padding-right: 122px;
    padding-left: 42px; }
  .banner-wrap-big .banner-video-wrap {
    width: 415px;
    height: 282px; }
    @media (max-width:991px) {
      .banner-wrap-big .banner-r {
        width: auto;
      }
      .banner-wrap-big .banner-video-wrap {
        max-width: 415px;
        width: auto;
        height: auto; }
        .banner-wrap-big .banner-l {
          height: auto;
        }
    }

.banner-wrap-big .banner-l.stock {
  position: relative;
}
.banner-wrap-big .banner-l.stock:before {
  content: 'Акция!';
  background: url(../img/stock.png) no-repeat;
  position: absolute;
  left: -32px;
  top: -11px;
  font-size: 17px;
  font-family: "Roboto";
  color: #fff;
  width: 114px;
  height: 68px;
  z-index: 1;
  transform: rotate(-45deg);
  padding-top: 30px;
  padding-left: 28px;
}
@media (max-width:991px) {
  .banner-wrap-big .banner-l {
    height: auto;
    padding: 10px;
  }
}
.banner-price.banner-price-old {
  position: relative;
  color: rgb(84, 90, 98);
  font-weight: 400;
  margin: 0 15px 0 45px;
}
.banner-price-old:after, 
.banner-price-old:before {
  width: 60px;
  height: 2px;
  background-color: #f93e3e;
  position: absolute;
  content: '';
  display: inline-block;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  left: 50%;
  top: 50%;
  margin-left: -42px;
}
.banner-price-old:before {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.banner-price.banner-price-red {
  color: #f74955;
}
.banner-price.banner-price-old span,
.banner-price.banner-price-red span {
  padding-left: 7px;
}
.banner-ics {
  max-width: 327px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 43px; }

.banner-video-wrap {
  width: 360px;
  height: 250px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.banner-video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .banner-video-play:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    opacity: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    border: 11px solid #fff;
    transition: 0.5s; }
  .banner-video-play:hover:before {
    opacity: 1; }
  .banner-video-play img {
    z-index: 1; }

.banner-video-play2 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .banner-video-play2:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    opacity: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    transition: 0.5s; }
  .banner-video-play2:hover:before {
    opacity: 1; }
  .banner-video-play2 img {
    z-index: 1; }

.banner-r {
  padding-left: 45px;
  position: relative;
  z-index: 2;}

.banner-title {
  font-weight: 700;
  font-size: 48px;
  color: #484c54;
  line-height: 44px;
  font-family: "Roboto Condensed";
  margin-bottom: 37px; }

.banner-txt-1 {
  font-weight: 500;
  font-size: 18px;
  color: #484c54;
  line-height: 1.5; }

.banner-bot,
.banner-bot-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px; }

.banner-bot-2 {
  margin-top: 28px; }

.buy-butt {
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 56px;
  padding-right: 81px;
  width: auto;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.4px; }
  .buy-butt:after {
    margin-right: 35px;
    margin-left: 23px;
    width: 23px;
    height: 20px;
    background-image: url("../img/cartt-butt.png");
    right: 8px; }
  .buy-butt:focus {
    outline: none; }

.buy-butt2 {
  width: 146px;
  height: 54px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07); }
  .buy-butt2:after {
    width: 23px;
    height: 20px;
    background-image: url("../img/cartt-butt.png"); }
  .buy-butt2:focus {
    outline: none; }

.banner-price {
  font-weight: 500;
  font-size: 30px;
  color: #545a62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.banner-price-r {
  width: 17px;
  height: 22px;
  display: inline-block;
  background-image: url("../img/rubl.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 10px; }

.tabs-block {
  padding-top: 44px;
  padding-bottom: 72px; }

.like-h2 {
  font-weight: 700;
  font-size: 36px;
  color: #484c54;
  line-height: 44px;
  font-family: "Roboto Condensed";
  text-align: center;
  padding-bottom: 34px;
  background-image: url("../img/like-h2.png");
  background-repeat: no-repeat;
  background-position: center bottom; }

.tabs-desc {
  margin-top: 40px; }

.tabs-contr-wrap {
  margin-top: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tabs-cont-item {
  display: none;
  padding: 0;
  margin: 0; }

.tabs-cont-item.active {
  display: block; }

.tabs-contr-link {
  font-weight: 300;
  font-size: 17px;
  color: #5d646e;
  width: 216px;
  height: 52px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid rgba(184, 193, 205, 0.38);
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tabs-contr-item.active .tabs-contr-link {
  -webkit-box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
          box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
  background-color: #747b87;
  font-weight: 500;
  color: #fcfcfc; }

.templ-items {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.templ-item {
  width: 313px;
  -webkit-box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
          box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
  background-color: white;
  padding: 12px 12px 13px;
  margin-bottom: 25px;
  height: 285px; }

.templ-item-link, .templ-item-img-wrap {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.templ-item-img-wrap {
  position: relative;
}

.templ-item-img-wrap:before,
.sale-item-img-wrap:before,
.templ-item-s-img-wrap:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
}

.templ-item-img-wrap:hover:before,
.sale-item-img-wrap:hover:before,
.templ-item-s-img-wrap:hover:before {
  opacity: 1;
}

.templ-item-title {
  font-weight: 700;
  font-size: 20px;
  color: #5e636e;
  letter-spacing: 0.2px;
  font-family: "Roboto Condensed";
  margin-top: 24px;
  display: block;
  margin-bottom: 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.templ-item-title:hover,
.sale-item-txt-1:hover,
.templ-item-s-title:hover {
  color: #3bb6d6;
}

.templ-item-link:hover .templ-item-s-img-wrap:before,
.templ-item-link:hover .templ-item-img-wrap:before {
  opacity: 1;
}
.templ-item-link:hover .templ-item-s-title,
.templ-item-link:hover .templ-item-title {
  color: #3bb6d6;
}

.sale-item-img-wrap:hover + .sale-item-txts-in .sale-item-txt-1 {
  color: #3bb6d6;
}

.templ-item-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(184, 193, 205, 0.22);
  padding-top: 18px; }

.templ-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #545a62; }

.templ-item-price-r {
  background-image: url("../img/rubl2.png");
  background-repeat: no-repeat;
  background-position: left top;
  width: 10px;
  height: 13px;
  display: block;
  margin-left: 5px; }

.templ-item-buy {
  font-weight: 400;
  font-size: 18px;
  color: #f74955; }

.sale-block-1 {
  background-image: url("../img/sale-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 64px;
  padding-bottom: 75px;
  background-size: cover; }

.sale-items,
.sale-items-2 {
  margin-top: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sale-items-2 {
  margin-top: 36px; }

.sale-item-wrap,
.sale-item-wrap-2 {
  width: 472px; }

.sale-item-title,
.sale-item-title-2 {
  font-weight: 700;
  font-size: 24px;
  color: #5e636e;
  letter-spacing: 0.24px;
  font-family: "Roboto Condensed";
  display: block;
  text-align: center; }

.sale-item-title-2 {
  margin-bottom: 25px; }

.sale-item,
.sale-item-2 {
  height: 339px;
  -webkit-box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
          box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
  background-color: white;
  margin-top: 19px;
  padding: 15px 19px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.sale-item-2 {
  padding-top: 30px;
  margin-top: 0;
  height: 402px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }

.sale-40 {
  position: absolute;
  background: url("../img/trr.png") no-repeat 0 0;
  width: 124px;
  height: 62px;
  left: -40px;
  top: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .sale-40 span {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    margin-top: 22px; }

.sale-item-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 217px; }

.sale-item-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/play124.png");
  background-repeat: no-repeat;
  background-position: center; }
  .sale-item-play:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    opacity: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    transition: 0.5s; }
  .sale-item-play:hover:before {
    opacity: 1; }

.sale-item-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 30px; }

.sale-item-bot-in,
.sale-item-bot-in-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ebebeb;
  padding-top: 25px; }

.sale-item-bot-in-2 {
  padding-left: 15px;
  padding-right: 30px;
  border: none;
  margin-top: auto; }

.sale-item-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sale-item-prce-old {
  font-weight: 400;
  font-size: 18px;
  color: #545a62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 65px;
  height: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sale-item-prce-old:before {
    width: 65px;
    height: 1px;
    background-color: #545a62;
    display: block;
    content: "";
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 14px; }
  .sale-item-prce-old:after {
    width: 65px;
    height: 1px;
    background-color: #545a62;
    display: block;
    content: "";
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 14px; }

.sale-item-prce-old-r {
  width: 10px;
  height: 13px;
  display: block;
  background-image: url("../img/rubl2.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 5px; }

.sale-item-price {
  font-weight: 500;
  font-size: 24px;
  color: #545a62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 33px; }

.sale-item-price-r {
  height: 17px;
  display: block;
  background-image: url("../img/rubl3.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 5px;
  width: 13px; }

.templ-item-price-red {
  background-image: url("../img/rubl-red.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 10px;
  height: 13px;
  margin-left: 6px; }

.inner-block {
  padding-top: 47px;
  padding-bottom: 86px; }

.like-h1 {
  font-weight: 700;
  font-size: 48px;
  color: #484c54;
  font-family: "Roboto Condensed";
  background-image: url("../img/like-h2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 30px; }

.inner-desc {
  margin-top: 45px; }

.sale-items-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.sale-item-in {
  height: 466px;
  -webkit-box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
          box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
  background-color: white;
  margin-top: 34px;
  padding: 15px 19px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 470px; }

.sale-item-txts {
  margin-top: 18px;
  margin-bottom: 26px; }

.sale-item-txt-1 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #5e636e;
  -webkit-transition: 0.5s;
    transition: 0.5s;
  letter-spacing: 0.24px;
  font-family: "Roboto Condensed"; }

.sale-item-txt-2 {
  color: #5e636e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px; }

.sale-item-price-n {
  font-weight: 500;
  font-size: 24px;
  color: #545a62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0px; }

.sale-item-buy2 {
  margin-left: auto;
  font-weight: 400;
  font-size: 24px;
  color: #f74a54; }

.slick-sh-wrap {
  padding-top: 60px;
  padding-bottom: 60px; }

.carous-wrap {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 48px;
  padding-right: 48px; }
  .carous-wrap .slick-arrow {
    width: 23px;
    height: 37px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 125px; }
  .carous-wrap .slick-prev {
    background-image: url("../img/s-arr-l.png");
    left: 0;
    z-index: 10; }
  .carous-wrap .slick-next {
    background-image: url("../img/s-arr-r.png");
    right: 0;
    z-index: 10; }
  .carous-wrap .slick-list {
    -webkit-box-shadow: rgba(36, 34, 34, 0.1) 0px 0px 30px;
            box-shadow: rgba(36, 34, 34, 0.1) 0px 0px 30px; }

.slick-slide:active {
  outline: none; }

.slick-slide:focus {
  outline: none; }

.templ-item-s {
  width: 283px;
  -webkit-box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
          box-shadow: rgba(36, 34, 34, 0.1) -5px 0px 30px;
  background-color: white;
  padding: 12px 12px 0px;
  height: 262px;
  margin-left: 7.5px;
  margin-right: 7.5px; }

.templ-item-s-img-wrap {
  display: block;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px; }

.templ-item-s-title {
  font-weight: 700;
  font-size: 20px;
  color: #5e636e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.2px;
  font-family: "Roboto Condensed";
  margin-top: 15px;
  display: block;
  margin-bottom: 0px; }

.templ-item-s-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 19px; }

.templ-item-s-price {
  font-weight: 500;
  font-size: 18px;
  color: #db8a8d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.templ-item-s-more {
  font-weight: 400;
  font-size: 14px;
  color: #56575a;
  text-decoration: underline; }

.try-block {
  background-image: url("../img/try-bg.jpg");
  background-repeat: no-repeat;
  background-position: left -2px top;
  background-size: cover;
  padding-top: 84px;
  padding-bottom: 54px; }

.try-butt-wrap {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.try-block-price {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.try-block-price .banner-price.banner-price-old {
  margin-left: 0;
}
.buy-butt-3 {
  width: 234px;
  height: 66px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 66px; }
  .buy-butt-3:after {
    width: 29px;
    height: 24px;
    background-image: url("../img/cart-big2.png");
    right: 54px;
    top: 30px; }
  .buy-butt-3:focus {
    outline: none; }

.like-h2-n {
  font-weight: 700;
  font-size: 36px;
  color: #484c54;
  font-family: "Roboto Condensed";
  text-align: center;
  padding-bottom: 48px;
  background-image: url("../img/like-h2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  line-height: 1.6; }

.try-price {
  font-weight: 500;
  font-size: 30px;
  color: #545a62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 31px;
  height: 22px; }

.try-price-r {
  width: 17px;
  height: 22px;
  display: inline-block;
  background-image: url("../img/rubl.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 10px; }

.b-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 990px) {
  header {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-wrap {
    width: 100%; }
  .contain {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .icon-menu {
    right: 238px; }
  .banner-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .banner-l,
  .banner-r {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .banner-l {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .banner-block {
    height: auto;
    padding: 40px 0; }
    .banner-block .slick-dots {
      display: none !important; }
  .banner-txt-1,
  .banner-title {
    text-align: center; }
  .tabs-contr-item {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px); }
  .tabs-contr-link {
    width: 100%; }
  .tabs-block {
    padding-bottom: 40px; }
  .templ-item,
  .sale-item-in {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .templ-item-img-wrap {
    max-width: 100%;
    overflow: hidden;
    height: 160px; }
    .templ-item-img-wrap img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .sale-item-wrap, .sale-item-wrap-2 {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .sale-item-img-wrap {
    overflow: hidden; }
  .sale-item-bot,
  .sale-item-bot-in-2 {
    padding-left: 0;
    padding-right: 0; }
  .sale-item-price {
    margin-left: 14px; }
  .banner-wrap-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .banner-wrap-big .banner-r {
      padding-left: 0;
      padding-right: 0;
      max-width: 360px;
    width: auto; }
  .banner-ics {
    margin-left: auto;
    margin-right: auto; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .sale-item-bot, .sale-item-bot-in-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .sale-items, .sale-items-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sale-item-wrap,
  .sale-item-wrap-2,
  .sale-item-in {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .sale-item-img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .sale-block-1 {
    padding-bottom: 35px; }
  .sale-item-wrap,
  .sale-item-wrap-2,
  .sale-item-in {
    width: 360px; }
  .sale-item-in {
    margin-bottom: 0; }
  .like-h2-n {
    font-size: 31px; }
  }

@media only screen and (max-width: 640px) {
  .tabs-contr-link {
    font-size: 14px; } }

@media only screen and (max-width: 600px) {
  .see-butt {
    text-align: left; }
  .top-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media only screen and (max-width: 570px) {
  .nav-top-mnu {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
  .icon-menu {
    right: 15px; }
  .banner-wrap {
    padding-left: 30px;
    padding-right: 30px; }
  .tabs-contr-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tabs-contr-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 15px; }
  .templ-item {
    width: 360px;
    margin-left: auto;
    margin-right: auto; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body, body > * {
    width: auto;
    min-width: 280px; } }

@media only screen and (max-width: 360px) {
  /**/ }

@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 1200px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

@media only screen and (min-width: 768px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1080px) {
  .main-mnu {
    display: block !important; }
  a {
    outline: none !important; }
  .hidden-mnu {
    display: none; } }
