/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
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 {
  line-height: 1.35;
  font-size: 16px;
  background-color: #fff;
  color: #565b5c;
  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: 'Roboto', serif;
  font-weight: 400;
  font-style: normal; }

strong {
  font-weight: 700; }

.productblock__left p i {
  font-family: 'Noto Serif', serif; }

.containerW {
  max-width: 1240px;
  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; }

/*-------------------------header------------------------*/
.hamburger,
.mobmenu {
  display: none; }

.wrapper {
  overflow-x: hidden; }

.header {
  position: absolute;
  top: 55px;
  left: 0;
  width: calc(100% - 50px);
  z-index: 9;
  background-color: #222;
  margin: 0 25px; }
  .header.fixed {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%; }
  .header .containerW {
    background-color: #222;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 65px;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    flex-basis: 175px; }
    .header__logo img {
      max-width: 170px; }
  .header__menu {
    flex-basis: calc(100% - 350px); }
    .header__menu ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .header__menu ul a {
        color: #fff;
        display: block;
        line-height: 1.35;
        font-size: 14px;
        margin: 5px 15px;
        font-family: Oswald;
        letter-spacing: 1.2px;
        text-transform: uppercase; }
        .header__menu ul a:hover {
          color: #f4bd00; }
  .header__right {
    flex-basis: 170px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; }

.slider {
  position: relative; }
  .slider__nav {
    position: absolute;
    left: 0;
    z-index: 2;
    top: calc(50% - 30px);
    width: 100%; }
  .slider__left, .slider__right {
    font-size: 55px;
    position: absolute;
    color: #fff;
    cursor: pointer;
    transition: all 0.3 ease-in-out;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out; }
    .slider__left .fa, .slider__right .fa {
      transition: all 0.3 ease-in-out;
      -webkit-transition: all 0.3 ease-in-out;
      -moz-transition: all 0.3 ease-in-out;
      -ms-transition: all 0.3 ease-in-out;
      -o-transition: all 0.3 ease-in-out; }
    .slider__left:hover, .slider__right:hover {
      color: #222; }
  .slider__left {
    left: 30px; }
  .slider__right {
    right: 30px; }

.slideritem {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .slideritem .containerW {
    min-height: 830px;
    padding-top: 235px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .slideritem__left {
    flex-basis: 40%;
    padding-bottom: 50px; }
  .slideritem__right {
    flex-basis: 60%;
    position: relative; }
    .slideritem__right img {
      display: none !important;
      position: absolute;
      bottom: 0;
      right: 0; }
  .slideritem__title {
    line-height: 1.15;
    font-size: 70px;
    color: #0e1010;
    font-family: 'Noto Serif', 'Arial'; }
    .slideritem__title span {
      line-height: 1.15;
      font-family: 'Noto Serif', 'Arial'; }
    .slideritem__title .space {
      display: inline-block;
      margin: 0 5px; }
    .slideritem__title .newline {
      flex-basis: 100%;
      display: inline-flex;
      flex-wrap: wrap; }
  .slideritem__descr {
    font-size: 20px;
    color: #0e1010;
    margin-top: 35px;
    margin-bottom: 45px; }
  .slideritem__link {
    background: #222222;
    padding: 18px 35px;
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 200; }
    .slideritem__link:hover {
      color: #f4bd00 !important; }

.blockfour {
  margin-top: 90px; }
  .blockfour .containerW {
    display: flex;
    flex-wrap: wrap; }
  .blockfour__item {
    flex-basis: calc(100% / 4);
    text-align: center;
    padding: 0 20px; }
    .blockfour__item:hover .blockfour__title {
      color: #cf003d; }
  .blockfour__title {
    line-height: 1.25;
    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;
    margin-top: 15px;
    font-weight: 500;
    font-family: 'Oswald';
    color: #222;
    font-size: 24px; }
  .blockfour__descr {
    line-height: 1.6;
    margin-top: 20px; }

.title {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: 'Oswald';
  color: #222;
  margin-bottom: 35px; }

.bottomslider {
  position: relative;
  margin-top: 135px; }
  .bottomslider .title {
    margin-bottom: 73px; }
  .bottomslider__js {
    background-color: #333333;
    padding: 0 !important;
    color: #fff; }
  .bottomslider__row {
    display: flex;
    flex-wrap: wrap;
    background-color: #333333; }
  .bottomslider__left {
    max-width: 53%;
    flex-basis: 53%; }
  .bottomslider__img {
    height: 410px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .bottomslider__right {
    flex-basis: 430px;
    margin-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 430px; }
  .bottomslider__title {
    color: #fff;
    font-family: Oswald;
    font-size: 36px;
    line-height: 1.3;
    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;
    margin-bottom: 30px; }
  .bottomslider__descr {
    color: #dadada;
    margin-bottom: 35px;
    line-height: 1.7; }
  .bottomslider__btn {
    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;
    color: #f4bd00;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    display: inline-flex;
    align-items: center; }
    .bottomslider__btn:before {
      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;
      content: "";
      display: inline-block;
      margin-right: 8px;
      background-image: url(../images/y_arrow.png);
      background-repeat: no-repeat;
      width: 12px;
      height: 10px;
      position: relative;
      top: -1px; }
    .bottomslider__btn:hover {
      color: #cf003d; }
      .bottomslider__btn:hover:before {
        background-image: url(../images/red_arrow.png); }
  .bottomslider .slick-dots {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    left: 0;
    bottom: 40px; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

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

.wrapper .slick-dots li {
  line-height: 1;
  padding: 0;
  margin: 0 3px; }
  .wrapper .slick-dots li button {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #fff;
    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;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: transparent;
    display: inline-block; }
  .wrapper .slick-dots li.slick-active button {
    background-color: #fff; }

.footer {
  background-color: #181818;
  color: #fff; }
  .footer__top {
    padding: 25px 0; }
    .footer__top .containerW {
      padding: 0 65px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
  .footer__logo {
    flex-basis: 140px; }
    .footer__logo img {
      max-width: 135px; }
  .footer__menu {
    flex-basis: calc(100% - 320px); }
    .footer__menu ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .footer__menu ul a {
        display: block;
        line-height: 1.35;
        font-size: 14px;
        margin: 5px 15px;
        font-family: Oswald;
        letter-spacing: 1.35px;
        text-transform: uppercase; }
        .footer__menu ul a:hover {
          color: #f4bd00; }
  .footer__right {
    flex-basis: 170px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; }
  .footer__bottom {
    border-top: 1px solid #212121;
    padding: 25px 0 32px;
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 500;
    text-align: center; }
    .footer__bottom .containerW {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
  .footer__copyr {
    margin-right: 30px;
    font-weight: 500; }
  .footer__link {
    font-weight: 500;
    display: inline-block;
    position: relative; }
    .footer__link:hover {
      color: #fff; }
    .footer__link:last-child {
      margin-left: 10px; }
      .footer__link:last-child:before {
        content: "|";
        font-size: 15px;
        display: inline-block;
        color: #6a6a6a;
        margin-right: 10px; }

.header__button {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  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;
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  color: #222 !important; }
  .header__button:hover {
    background-color: #f4bd00;
    color: #222; }

.header__lang {
  margin-right: 15px; }
  .header__lang ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .header__lang ul a {
      display: inline-block;
      margin-right: 10px; }
      .header__lang ul a:hover {
        opacity: 0.7; }

/*-------------------------nav------------------------*/
/*-------------------------content------------------------*/
/*-------------------------footer------------------------*/
/*-------------------------adaptive------------------------*/
/*-------------------------header------------------------*/
/*-------------------------nav------------------------*/
/*-------------------------content------------------------*/
/*-------------------------footer------------------------*/
.header__user {
  content: ""; }

.header__user:before {
  content: "";
  cursor: pointer;
  background-image: url(../images/icon_user.png); }

.header__cart:before {
  content: "";
  background-image: url(../images/icon_cart.png); }

.header__cart,
.header__user {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .header__cart:before,
  .header__user:before {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    display: block; }

.cart_count {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #d51245;
  color: #fff;
  font-size: 11px;
  position: absolute;
  right: -8px;
  font-family: 'Oswald';
  font-weight: 600;
  bottom: -1px; }

.loginblock {
  position: fixed;
  top: 0;
  overflow-y: auto;
  right: -100%;
  width: 50%;
  z-index: 8;
  background-color: #fff;
  height: 100vh;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -webkit-box-shadow: 0px 0px 42px 2px rgba(194, 194, 194, 0.93);
  -moz-box-shadow: 0px 0px 42px 2px rgba(194, 194, 194, 0.93);
  box-shadow: 0px 0px 42px 2px rgba(194, 194, 194, 0.93);
  padding-top: 210px; }
  .loginblock__block {
    margin-left: 160px;
    width: 390px; }
  .loginblock__close {
    text-align: right;
    color: #d51245;
    font-size: 18px;
    font-family: Roboto;
    text-transform: uppercase;
    margin-bottom: 45px;
    cursor: pointer;
    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; }
    .loginblock__close:hover {
      color: #fed325; }
  .loginblock__title {
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 500;
    font-size: 40px;
    color: #222;
    font-family: 'Oswald'; }
  .loginblock__formbottom {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .loginblock__formbottomright {
    padding-left: 25px; }
  .loginblock.active {
    right: 0; }

select.inputform {
  color: #bebebe; }

textarea.inputform {
  width: 100%;
  height: 135px;
  margin-bottom: 30px; }

.inputform {
  border: 1px solid #bebebe;
  background-color: transparent;
  outline: none;
  resize: none;
  width: 100%;
  display: block;
  font-family: 'Oswald';
  font-size: 13px;
  height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
  padding: 11px 15px;
  box-sizing: border-box;
  margin-bottom: 15px; }
  .inputform::placeholder {
    color: #bebebe; }

.buttonform {
  height: 45px;
  cursor: pointer;
  outline: none;
  font-family: 'Oswald';
  letter-spacing: 2px;
  width: 140px;
  padding-left: 25px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  text-align: left;
  background-color: #cf003d;
  background-image: url(../images/icon_arrowright.png);
  background-repeat: no-repeat;
  background-position: 87% center;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out; }
  .buttonform:hover {
    color: #fed325;
    background-image: url(../images/icon_arrowright_hover.png); }

.forhover {
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out; }
  .forhover:hover {
    color: #fed325 !important; }

.regist,
.haveacc {
  color: #cf003d;
  font-family: Roboto;
  font-size: 15px;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  cursor: pointer; }
  .regist:hover,
  .haveacc:hover {
    text-decoration: underline; }

.lostpassw {
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  font-family: Roboto;
  font-size: 15px;
  cursor: pointer; }
  .lostpassw:hover {
    text-decoration: underline; }

.loginagree {
  padding: 10px 0; }
  .loginagree span {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 35px;
    color: #6d6d6d;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400; }
    .loginagree span:before {
      content: '\f00c';
      font-size: 15px;
      font-family: FontAwesome;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #d4d4d4;
      width: 20px;
      color: transparent;
      height: 18px;
      position: absolute;
      left: 0;
      top: calc(50% - 10px);
      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; }
  .loginagree input {
    display: none; }
    .loginagree input:checked + span:before {
      color: #cf003d; }

#tm-main {
  padding-top: 180px; }

.categoryrow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  .categoryrow .itemContainer {
    flex-basis: calc(100% / 3 - 60px);
    margin: 30px; }
  .categoryrow .catItemBody {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px; }
    .categoryrow .catItemBody img {
      width: 100%;
      height: auto; }
  .categoryrow .catItemTitle a {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    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; }
    .categoryrow .catItemTitle a:hover {
      color: #cf003d;
      text-decoration: none; }

.catbottom {
  display: flex;
  flex-wrap: wrap; }
  .catbottom a {
    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; }
  .catbottom__left {
    flex-basis: 65%; }
  .catbottom__leftrow {
    display: flex;
    align-items: center; }
  .catbottom__more {
    background-color: #cf003d;
    color: #fff !important;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
    .catbottom__more:hover {
      color: #fed324 !important;
      text-decoration: none !important; }
  .catbottom .catItemTitle {
    margin-bottom: 18px; }
  .catbottom__right {
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 14px; }
  .catbottom__oldpricevalue {
    font-size: 18px;
    color: #5b5b5b;
    font-family: 'Oswald';
    font-weight: 500;
    text-decoration: line-through; }
  .catbottom__sale {
    background-color: #cf003d;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: 'Oswald';
    padding: 0 4px;
    letter-spacing: 1px;
    margin-right: 4px;
    top: -13px;
    position: relative; }
  .catbottom__price {
    font-size: 22px;
    letter-spacing: 2px;
    color: #222222;
    font-weight: 600;
    font-family: 'Oswald';
    text-align: right;
    padding-right: 10px; }
  .catbottom__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    width: 45px;
    height: 45px;
    background-color: #fed324; }
    .catbottom__cart:hover {
      background-color: #cf003d; }

a {
  outline: none !important; }

.productcontent {
  margin-bottom: 100px; }
  .productcontent h2 {
    font-family: 'Noto Serif';
    font-size: 18px;
    line-height: 28px;
    font-style: italic; }
  .productcontent h3 {
    color: #cf003d;
    text-transform: uppercase;
    letter-spacing: 2px; }

.productdetails {
  display: flex;
  flex-wrap: wrap;
  max-width: 470px;
  align-items: flex-end;
  margin-top: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  .productdetails__left {
    flex-basis: calc(100% - 235px); }
  .productdetails__fullprice {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
  .productdetails__fullvalue {
    font-size: 24px;
    margin-right: 10px; }
  .productdetails__sale {
    background-color: #fed324;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Oswald';
    padding: 0 9px;
    font-weight: 400; }
  .productdetails__price {
    color: #585858;
    font-size: 24px;
    font-family: 'Oswald'; }
    .productdetails__price strong {
      font-weight: 700;
      color: #222;
      margin-left: 8px;
      letter-spacing: 0px;
      display: inline-block; }
  .productdetails__right {
    flex-basis: 235px;
    display: flex;
    align-items: center; }
  .productdetails__cart {
    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;
    width: 155px;
    margin-right: 5px;
    letter-spacing: 1px; }
    .productdetails__cart:hover {
      color: #fff !important;
      background-color: #fed324; }
    .productdetails__cart img {
      display: inline-block;
      margin-right: 10px; }
  .productdetails__count {
    max-width: 70px; }

.podbor {
  position: relative; }

.podbor > input {
  border: 1px solid #e5e5e5;
  font-size: 30px;
  width: 67px;
  height: 41px;
  font-family: 'Roboto';
  outline: none;
  font-size: 18px;
  text-align: center;
  color: #5b5b5b; }
  .podbor > input::placeholder {
    color: #5b5b5b; }

.podbor > span {
  display: block;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 5px);
  line-height: 0; }

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

.podbor > .minus {
  left: 10px; }

.purissima {
  border-top: 1px solid #efefef;
  margin-top: 40px;
  padding-top: 40px;
  width: 100%; }
  .purissima .ingred__title {
    margin-bottom: 0 !important; }

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

.backetblock {
  padding-bottom: 50px; }

.chechoutpage {
  margin-bottom: 100px; }
  .chechoutpage .uk-panel-title {
    font-size: 28px;
    text-transform: uppercase; }
  .chechoutpage .uk-panel p {
    line-height: 1.4; }
  .chechoutpage .loginagree {
    padding: 5px 0; }
    .chechoutpage .loginagree input {
      display: none !important; }
    .chechoutpage .loginagree span {
      color: #1b1b1b; }

.uk-panel-titletoppadd {
  padding-top: 20px; }

.simularprod {
  margin-top: 80px; }

.chechouttitle {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: Oswald;
  padding-top: 5px;
  color: #7a7a7a;
  display: block;
  width: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important; }

.chechouthalf {
  display: flex;
  justify-content: space-between; }
  .chechouthalf input {
    flex-basis: 48%; }

.chechouttitletotal {
  font-size: 24px;
  font-weight: 600; }
  .chechouttitletotal strong {
    color: #222; }

.basketpage {
  margin-bottom: 100px; }

.backetbottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px; }
  .backetbottom__left {
    display: flex;
    align-items: center;
    flex-basis: 200px; }
    .backetbottom__left .catbottom__cart,
    .backetbottom__left .buttonform {
      margin-left: 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;
      margin-right: 5px; }
  .backetbottom__right {
    flex-basis: calc(100% - 220px);
    font-family: 'Oswald';
    font-size: 24px;
    color: #7a7a7a;
    text-align: right; }
    .backetbottom__right strong {
      font-weight: 600;
      color: #222222; }

.basketrow {
  margin-bottom: 15px;
  border: 1px solid #d4d4d4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px; }
  .basketrow__img {
    flex-basis: 85px; }
    .basketrow__img img {
      max-width: 80px; }
  .basketrow__title {
    flex-basis: calc(55% - 120px);
    margin-left: 25px;
    color: #3f3f3f;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: 'Oswald';
    letter-spacing: 1px; }
    .basketrow__title:hover {
      color: #cf003d;
      text-decoration: none !important; }
  .basketrow__detail {
    flex-basis: calc(45% - 160px);
    margin-left: 30px; }
  .basketrow__count {
    flex-basis: 75px;
    margin-right: 30px; }
  .basketrow__close {
    flex-basis: 15px; }
  .basketrow__closebtn {
    text-align: right;
    color: #d51245;
    font-size: 18px;
    font-family: Roboto;
    text-transform: uppercase;
    margin-bottom: 45px;
    cursor: pointer;
    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;
    position: relative;
    top: -13px; }
    .basketrow__closebtn:hover {
      color: #fed325;
      text-decoration: none !important; }

.personalacc {
  padding-bottom: 100px; }
  .personalacc .uk-panel-title {
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
    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;
    margin-bottom: 30px;
    font-family: 'Oswald';
    cursor: pointer; }
    .personalacc .uk-panel-title:hover, .personalacc .uk-panel-title.active {
      color: #cf003d;
      text-decoration: none; }
  .personalacc .tm-sidebar-a {
    margin-top: 30px; }

.historyshow {
  display: none; }

select {
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select_arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.historyshow__head {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.historyshow__sort select {
  outline: none;
  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;
  height: 37px;
  margin-left: 10px;
  width: 200px;
  max-width: 100%;
  padding: 0 10px;
  border: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  position: relative;
  border-radius: 0;
  font-family: 'Oswald';
  font-size: 11px;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 2px; }
.historyshow__search {
  position: relative;
  margin-left: 10px; }
.historyshow__searchinput {
  outline: none;
  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;
  height: 35px;
  width: 200px;
  max-width: 100%;
  padding: 0 30px 0 10px;
  border: 1px solid #dadada;
  background: transparent;
  color: #666;
  position: relative;
  border-radius: 0;
  font-family: 'Oswald';
  font-size: 11px;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 2px; }
.historyshow__searchbtn {
  cursor: pointer;
  width: 19px;
  height: 19px;
  background-color: transparent;
  border: 0;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  outline: none;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  line-height: 1;
  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; }
.historyshow__row {
  margin-bottom: 25px;
  width: 100%; }
.historyshow__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .historyshow__bottom .historyshow__searchinput {
    width: 35px;
    padding: 0;
    text-align: center;
    margin-left: 15px;
    margin-right: 5px;
    font-size: 12px; }
  .historyshow__bottom p {
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 500; }
.historyshow__bottomimport {
  flex-basis: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.historyshow__countpages {
  display: flex;
  align-items: center; }
  .historyshow__countpages .botarrow {
    display: block;
    margin: 0 20px; }
.historyshow__bottomsecond {
  flex-basis: 180px;
  display: flex;
  align-items: center;
  margin-left: 15px; }
  .historyshow__bottomsecond .botarrow {
    margin-right: 20px;
    display: block; }

.botarrow {
  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;
  text-decoration: none !important;
  opacity: 0.6; }
  .botarrow:hover {
    opacity: 1; }

.historyline {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #222222;
  font-family: 'Oswald';
  letter-spacing: 1px;
  padding-bottom: 13px;
  padding-top: 13px; }
  .historyline_head {
    border: 0; }
    .historyline_head td {
      font-weight: 700; }
    .historyline_head .historyline__move {
      display: block; }
  .historyline__number {
    flex-basis: 10%; }
  .historyline__status {
    flex-basis: 10%; }
  .historyline__price {
    flex-basis: 12%; }
  .historyline__delivery {
    flex-basis: 19%; }
  .historyline__pay {
    flex-basis: 12%; }
  .historyline__datestart {
    flex-basis: 13%; }
  .historyline__dateend {
    flex-basis: 14%; }
  .historyline__move {
    flex-basis: 9%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .historyline td {
    line-height: 1.3; }

.historyshow,
.personalshow {
  min-height: 700px;
  padding-top: 0 !important;
  margin-top: 0 !important; }

.wrapper_page {
  padding-top: 210px; }

.content_policy {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.content_page {
  padding-bottom: 50px; }
  .content_page .article-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 35px;
    font-family: Oswald;
    color: #222;
    letter-spacing: 0; }
  .content_page .tablefull {
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e9e9e9;
    font-size: 15px; }
    .content_page .tablefull_row {
      width: 100%;
      overflow-x: auto; }
    .content_page .tablefull thead {
      border-bottom: 1px solid #e9e9e9; }
      .content_page .tablefull thead th {
        font-weight: 700; }
    .content_page .tablefull tr {
      width: 100%;
      display: flex; }
      .content_page .tablefull tr td,
      .content_page .tablefull tr th {
        text-align: left;
        padding: 10px 0;
        padding-left: 10px;
        flex-basis: 25%; }
    .content_page .tablefull tbody {
      background-color: #f5f5f5;
      width: 100%; }
  .content_page p {
    line-height: 2;
    margin-bottom: 25px; }
  .content_page li {
    line-height: 2;
    margin-bottom: 10px;
    margin-left: 30px;
    display: block; }
  .content_page h4 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-family: Oswald;
    letter-spacing: 3px;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px; }
  .content_page b,
  .content_page strong {
    font-weight: 700; }
  .content_page a {
    color: #d51245; }
    .content_page a:hover {
      text-decoration: underline; }

.contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .contact__left {
    flex-basis: 66%; }
    .contact__left .loginagree input:checked + span:before {
      color: #222; }
  .contact__line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .contact__input {
    flex-basis: 48%;
    margin-bottom: 20px; }
  .contact__title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 500;
    color: #222;
    font-family: Oswald;
    margin-bottom: 30px; }
  .contact__right {
    flex-basis: 30%; }
    .contact__right p {
      font-size: 15px;
      line-height: 1.8;
      color: #5a5a5a; }
      .contact__right p a {
        color: #5a5a5a; }
        .contact__right p a .fa {
          display: inline-block;
          margin-right: 5px; }
        .contact__right p a:hover {
          color: #d51245;
          text-decoration: none; }

.nopad {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.loginagree {
  margin-bottom: 20px; }

.formcontrols {
  margin: 30px 0;
  display: flex;
  align-items: center; }

.submform {
  margin-right: 5px;
  display: block;
  height: 45px;
  cursor: pointer;
  outline: none;
  font-family: 'Oswald';
  letter-spacing: 2px;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  background-color: #cf003d;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out; }
  .submform:hover {
    opacity: 0.7; }

.resetform {
  background-color: #f4bd00; }

.contact__title_check {
  display: block;
  text-transform: uppercase; }

.contact__right .loginagree {
  margin-bottom: 0; }

.contact__right_personal {
  padding-top: 10px; }
  .contact__right_personal .contact__title {
    cursor: pointer;
    color: #222;
    text-decoration: none;
    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; }
    .contact__right_personal .contact__title:hover, .contact__right_personal .contact__title.active {
      color: #f4bd00;
      text-decoration: none; }

.historyshow__bottom p {
  margin-bottom: 0; }
.historyshow__bottom * {
  line-height: 0; }

i {
  font-style: italic; }

.productblock {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .productblock__left {
    flex-basis: 50%;
    text-align: center;
    padding-right: 40px; }
  .productblock__right {
    flex-basis: 50%;
    max-width: 50%; }
  .productblock__slider .slick-dots {
    bottom: 10px; }
  .productblock__slider .slick-dots li button {
    border-color: #5a5a5a; }
  .productblock__slider .slick-dots li.slick-active button {
    background-color: #5a5a5a; }
  .productblock__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 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; }
    .productblock__slide img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .productblock__slide.slick-active {
      opacity: 1; }
  .productblock .bottomslider__btn:before {
    background-image: url(../images/red_arrow.png); }
  .productblock p {
    color: #131313; }
  .productblock .article-title {
    font-weight: 400; }
  .productblock h4 {
    margin-top: 30px;
    color: #d51245;
    font-size: 24px;
    font-family: Oswald;
    font-weight: 400; }

.photogal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .photogal__left {
    flex-basis: 48%;
    margin-bottom: 20px; }
  .photogal__date {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 11px;
    color: #b5b5b5;
    letter-spacing: 2px; }
  .photogal__subtitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: Oswald;
    color: #222;
    letter-spacing: 1px; }
  .photogal__descr {
    color: #5a5a5a;
    line-height: 1.8; }
  .photogal__right {
    flex-basis: 49%; }
  .photogal__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .photogal__row a {
      flex-basis: calc(100% / 3 - 30px);
      margin: 0 15px 30px;
      display: block;
      position: relative;
      overflow: hidden; }
      .photogal__row a:before {
        content: "+";
        color: #000;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        font-weight: 200;
        opacity: 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;
        z-index: 1; }
      .photogal__row a:hover:before {
        opacity: 1; }
      .photogal__row a:hover .photogal__img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); }
  .photogal__img {
    width: 100%;
    height: 120px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    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; }
  .photogal__video iframe {
    width: 100% !important;
    height: 325px !important; }

.ingred__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.ingred__headerimg {
  flex-basis: 200px;
  text-align: center; }
.ingred__headerdetail {
  flex-basis: calc(80% - 200px);
  border-bottom: 1px solid #6d6c6c; }
  .ingred__headerdetail .article-title {
    margin-bottom: 10px; }
.ingred__hareddescr {
  font-size: 18px;
  color: #5a5a5a;
  font-style: italic;
  margin-bottom: 35px; }
.ingred__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 60px; }
.ingred__single {
  flex-basis: calc(100% / 4 - 30px);
  margin: 0 15px 30px; }
.ingred__logo {
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-position: center;
  background-size: cover;
  width: 220px;
  height: 220px;
  display: block; }
.ingred__title {
  margin-bottom: 25px;
  color: #222222;
  font-size: 24px;
  font-family: Oswald; }
.ingred__descr {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.8; }

.ingrslider {
  width: 100%; }

.ingred__header_purissima {
  display: block;
  overflow: hidden; }
  .ingred__header_purissima .ingred__headerdetail {
    border: 0; }
  .ingred__header_purissima .ingred__headerimg {
    display: block;
    float: left; }

.shavingrow {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap; }
  .shavingrow .slick-dots {
    bottom: auto;
    top: 215px; }
  .shavingrow__itemli {
    flex-basis: calc(100% / 3 - 30px);
    margin: 0 10px 40px; }
  .shavingrow__title {
    margin-bottom: 25px;
    color: #222222;
    font-size: 24px;
    font-family: Oswald;
    font-weight: 600; }
  .shavingrow__sliderrow {
    width: 100%;
    max-width: 395px; }
  .shavingrow__slider {
    width: 100%; }
  .shavingrow__img {
    margin-bottom: 30px; }
  .shavingrow__list li {
    line-height: 1.6;
    position: relative;
    margin-left: 0;
    padding-left: 30px; }
    .shavingrow__list li:before {
      content: "\f00c";
      display: block;
      font-family: FontAwesome;
      color: #5a5a5a;
      font-size: 18px;
      position: absolute;
      line-height: 1;
      left: 3px;
      top: 4px; }
  .shavingrow__botimg {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }

.bottomimg {
  background-color: #fed324;
  text-align: center;
  max-height: 325px; }
  .bottomimg img {
    position: relative;
    top: -70px; }

.since {
  background-color: #cf003d;
  padding-top: 225px;
  padding-bottom: 170px;
  background-image: url(../images/macrostemma.png);
  background-position: right 15%;
  background-repeat: no-repeat; }
  .since__title {
    text-shadow: 0px 4px 3px #000000;
    font-size: 40px;
    font-family: Oswald;
    color: #fecb37;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .since__slider {
    position: relative;
    color: #fff; }
  .since__row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .since__item {
    flex-basis: 25%;
    text-align: center; }
  .since__slideritem {
    border-top: 2px solid white;
    padding-top: 35px;
    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;
    position: relative;
    opacity: 0.4; }
    .since__slideritem:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: calc(50% - 1px);
      width: 2px;
      height: 20px;
      background-color: #fff;
      z-index: 1;
      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; }
    .since__slideritem.slick-active {
      border-color: #fff;
      opacity: 1; }
      .since__slideritem.slick-active:before {
        opacity: 1; }
  .since__slideriteminside {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .since__slidertop {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 40px; }
  .since__sliderthin {
    font-family: Oswald;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 16px;
    text-transform: uppercase; }
  .since__sliderdate {
    font-family: Oswald;
    letter-spacing: 1px;
    font-size: 56px;
    margin-bottom: 30px;
    font-weight: 400; }
  .since__sliderdescr {
    font-family: Oswald;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400; }
  .since__sliderimg {
    flex-basis: 40%; }
    .since__sliderimg img {
      max-width: 100%; }
  .since__slidertext {
    flex-basis: 60%;
    padding-left: 50px; }
    .since__slidertext p {
      font-size: 16px;
      line-height: 1.65;
      color: #fff;
      font-weight: 300;
      margin-bottom: 35px; }

.linespan1 span:nth-child(2n) {
  animation-delay: 0.5s !important; }
.linespan1 span:nth-child(3n) {
  animation-delay: 0.9s !important; }
.linespan1 span:nth-child(4n) {
  animation-delay: 1.1s !important; }
.linespan1 span:nth-child(5n) {
  animation-delay: 0.3s !important; }
.linespan1 span:nth-child(6n) {
  animation-delay: 1.9s !important; }
.linespan1 span:nth-child(2) {
  animation-delay: 1.7s !important; }
.linespan1 span:nth-child(4) {
  animation-delay: 1.1s !important; }
.linespan1 span:nth-child(6) {
  animation-delay: 1.3s !important; }
.linespan1 span:nth-child(8) {
  animation-delay: 0.7s !important; }
.linespan1 span:nth-child(7) {
  animation-delay: 0.4s !important; }

.linespan2 span:nth-child(7n) {
  animation-delay: 0.5s !important; }
.linespan2 span:nth-child(6n) {
  animation-delay: 0.9s !important; }
.linespan2 span:nth-child(5n) {
  animation-delay: 1.1s !important; }
.linespan2 span:nth-child(4n) {
  animation-delay: 0.3s !important; }
.linespan2 span:nth-child(3n) {
  animation-delay: 1.9s !important; }
.linespan2 span:nth-child(7) {
  animation-delay: 1.7s !important; }
.linespan2 span:nth-child(6) {
  animation-delay: 1.1s !important; }
.linespan2 span:nth-child(5) {
  animation-delay: 1.3s !important; }
.linespan2 span:nth-child(4) {
  animation-delay: 0.7s !important; }
.linespan2 span:nth-child(3) {
  animation-delay: 0.4s !important; }

.linespan3 span:nth-child(3n) {
  animation-delay: 0.5s !important; }
.linespan3 span:nth-child(5n) {
  animation-delay: 0.9s !important; }
.linespan3 span:nth-child(2n) {
  animation-delay: 1.1s !important; }
.linespan3 span:nth-child(4n) {
  animation-delay: 0.3s !important; }
.linespan3 span:nth-child(7n) {
  animation-delay: 1.9s !important; }
.linespan3 span:nth-child(7) {
  animation-delay: 1.7s !important; }
.linespan3 span:nth-child(5) {
  animation-delay: 1.1s !important; }
.linespan3 span:nth-child(3) {
  animation-delay: 1.3s !important; }
.linespan3 span:nth-child(2) {
  animation-delay: 0.7s !important; }
.linespan3 span:nth-child(4) {
  animation-delay: 0.4s !important; }

.linespan4 span:nth-child(3n) {
  animation-delay: 0.5s !important; }
.linespan4 span:nth-child(2n) {
  animation-delay: 0.9s !important; }
.linespan4 span:nth-child(6n) {
  animation-delay: 1.1s !important; }
.linespan4 span:nth-child(4n) {
  animation-delay: 0.3s !important; }
.linespan4 span:nth-child(7n) {
  animation-delay: 1.9s !important; }
.linespan4 span:nth-child(3) {
  animation-delay: 1.7s !important; }
.linespan4 span:nth-child(2) {
  animation-delay: 1.1s !important; }
.linespan4 span:nth-child(6) {
  animation-delay: 1.3s !important; }
.linespan4 span:nth-child(4) {
  animation-delay: 0.7s !important; }
.linespan4 span:nth-child(3) {
  animation-delay: 0.4s !important; }

.content_organic {
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  .content_organic .article-title {
    color: #09787d; }

.organic__detail {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap; }
  .organic__detail span {
    font-size: 24px;
    line-height: 1.2;
    font-family: Oswald;
    color: #222;
    display: inline-block;
    margin-left: 40px; }

.events {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px; }
  .events__item {
    margin-left: 25px;
    margin-right: 25px;
    flex-basis: calc(100% / 2 - 50px);
    margin-bottom: 80px; }
  .events__img {
    display: block;
    margin-bottom: 40px; }
    .events__img img {
      width: 100%; }
  .events__text {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.7; }
  .events__link {
    font-size: 15px;
    display: block; }
  .events .article-title {
    margin-bottom: 25px;
    font-weight: 400;
    display: block; }
    .events .article-title:hover {
      text-decoration: none !important;
      color: #cf003d; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1300px) {
  .loginblock__block {
    margin-left: 60px; }

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

  .catbottom__right {
    align-items: flex-start; }

  .containerW {
    padding: 0 15px; }

  .header .containerW,
  .footer .containerW {
    padding: 10px 30px; }

  .header {
    top: 20px; }

  .slider__left {
    left: 15px; }

  .slider__right {
    right: 15px; }

  .loginblock {
    padding-top: 160px; }

  .slideritem .containerW {
    padding-top: 190px; }

  .slideritem__left {
    padding-left: 40px; }

  .slideritem__title {
    font-size: 65px; }

  .slideritem .containerW {
    min-height: 780px; }

  .title {
    font-size: 27px; }

  .footer__top {
    padding: 10px 0; }

  .footer__bottom {
    padding: 15px; }

  .shavingrow__sliderrow {
    max-width: 375px; }

  .since {
    padding-top: 180px; } }
@media screen and (max-width: 1190px) {
  .historyshow,
  .personalshow {
    min-height: 500px; }

  .header__logo img {
    max-width: 140px; }

  .header__logo {
    flex-basis: 145px; }

  .header__menu {
    flex-basis: calc(100% - 325px); }

  .slideritem__title {
    font-size: 55px; }

  .slideritem .containerW {
    min-height: 700px; }

  .blockfour__item {
    padding: 0 15px; }

  .bottomslider .title {
    margin-bottom: 50px; }

  .bottomslider {
    margin-top: 100px; }

  .bottomslider__img {
    height: 370px; }

  .bottomslider__right {
    margin-left: 0;
    flex-basis: 45%;
    max-width: 45%;
    padding-right: 20px; }

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

  .wrapper_page {
    padding-top: 170px; }

  .tablefull tr td {
    font-size: 12px; }

  .photogal__row {
    margin-left: -10px;
    margin-right: -10px; }

  .photogal__row a {
    flex-basis: calc(100% / 3 - 20px);
    margin: 0 10px 20px; }

  .ingred__headerdetail {
    flex-basis: calc(100% - 200px); }

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

  .shavingrow__sliderrow {
    max-width: 315px; }

  .shavingrow .slick-dots {
    top: 175px; }

  .shavingrow__botimg img {
    max-width: 200px; } }
@media screen and (max-width: 980px) {
  .events__img {
    margin-bottom: 20px; }

  .content_page .events__item .article-title {
    font-size: 30px; }

  .loginblock {
    width: 67%; }

  .categoryrow .itemContainer {
    flex-basis: calc(100% / 2 - 60px); }

  .productdetails__left {
    flex-basis: 100%;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center; }

  .productdetails__fullprice {
    justify-content: center; }

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

  .backetbottom__right {
    font-size: 20px; }

  .basketrow {
    padding: 12px 15px; }

  .basketrow__title {
    font-size: 20px;
    margin-left: 10px;
    flex-basis: calc(50% - 90px); }

  .basketrow__detail {
    flex-basis: calc(50% - 140px);
    margin-left: 10px; }

  .basketrow__detail .productdetails__left {
    margin-bottom: 0; }

  .basketrow__detail .productdetails__price {
    font-size: 19px;
    letter-spacing: 1px; }
    .basketrow__detail .productdetails__price strong {
      letter-spacing: 1px; }
  .basketrow__detail .productdetails__fullvalue {
    font-size: 20px; }
  .basketrow__detail .productdetails__sale {
    font-size: 18px; }

  .personalacc {
    padding-top: 150px !important; }
    .personalacc .tm-middle {
      flex-direction: column-reverse; }
    .personalacc .tm-content {
      margin-top: 30px; }
    .personalacc .uk-article-title {
      font-size: 32px; }
    .personalacc .tm-main,
    .personalacc .tm-sidebar-a {
      width: 100%;
      max-width: 100%; }
    .personalacc .uk-panel {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .personalacc .uk-panel-title {
      flex-basis: 50%; }
    .personalacc a.uk-panel-title {
      flex-basis: 100%; }

  .hamburger,
  .hamburger_ins {
    z-index: 13;
    margin-left: 20px;
    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 span,
    .hamburger_ins span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #f4bd00;
      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 span:nth-child(1),
    .hamburger_ins 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 span:nth-child(2),
    .hamburger_ins 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 span:nth-child(3),
    .hamburger_ins 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.open span:nth-child(1),
    .hamburger_ins.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.open span:nth-child(2),
    .hamburger_ins.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .hamburger.open span:nth-child(3),
    .hamburger_ins.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__menu {
    display: none; }

  .header__right {
    display: flex;
    align-items: center;
    flex-basis: auto; }

  .slideritem__title {
    font-size: 40px; }

  .slideritem__left {
    position: relative;
    z-index: 1;
    flex-basis: 47%;
    padding-bottom: 25px; }

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

  .slideritem__right {
    flex-basis: 53%; }

  .slideritem .containerW {
    min-height: 650px; }

  .slideritem__right img {
    max-width: 120%; }

  .bottomslider {
    margin-top: 60px; }

  .bottomslider__title {
    font-size: 28px; }

  .bottomslider__descr {
    font-size: 14px; }

  .bottomslider__js {
    padding: 20px 0 30px; }

  .footer__logo img {
    max-width: 110px; }

  .footer__logo {
    flex-basis: 115px; }

  .footer__menu {
    flex-basis: calc(100% - 290px); }

  .footer__menu ul a {
    margin: 5px 8px; }

  .mobmenu {
    -webkit-box-shadow: 0px 1px 22px 11px rgba(35, 35, 36, 0.17);
    -moz-box-shadow: 0px 1px 22px 11px rgba(35, 35, 36, 0.17);
    box-shadow: 0px 1px 22px 11px rgba(35, 35, 36, 0.17);
    position: fixed;
    display: block;
    right: -60%;
    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;
    z-index: 11;
    background-color: #222;
    width: 40%;
    height: 100vh;
    padding: 50px 30px;
    font-size: 17px;
    font-family: Oswald;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow-y: auto;
    top: 0; }
    .mobmenu .hamburger_ins {
      margin-left: auto;
      margin-bottom: 50px; }
    .mobmenu a {
      display: block;
      margin-bottom: 20px; }
    .mobmenu.active {
      right: 0; }

  .content_page .tablefull {
    width: 890px; }

  .contact {
    flex-direction: column; }

  .contact_account {
    flex-direction: column-reverse; }
    .contact_account .contact__right_personal {
      margin-bottom: 40px;
      padding-bottom: 0;
      padding-top: 0; }

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

  .productblock__left {
    padding-right: 10px; }

  .photogal__left {
    flex-basis: 100%;
    margin-bottom: 40px; }

  .photogal__right {
    flex-basis: 100%; }

  .shavingrow__sliderrow {
    max-width: 350px; }

  .shavingrow__itemli {
    flex-basis: 100%; }

  .shavingrow__sliderrow {
    margin-left: auto;
    margin-right: auto; }

  .shavingrow__title {
    text-align: center; }

  .bottomimg img {
    top: -30px; }

  .since {
    padding-bottom: 100px; }

  .since__slideriteminside {
    padding: 0 40px; }

  .since__sliderimg {
    flex-basis: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }

  .since__slidertext {
    flex-basis: 100%;
    padding-left: 0px; }

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

  .slideritem {
    background-image: none !important; } }
@media screen and (max-width: 760px) {
  .content_page .events__item .article-title {
    font-size: 24px;
    line-height: 1.3; }

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

  .events {
    margin-left: -10px;
    margin-right: -10px; }

  .loginblock {
    width: 80%;
    padding-top: 120px; }

  .organic__detail {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .organic__detail span {
      margin-top: 30px;
      margin-bottom: 10px;
      margin-left: 0;
      text-align: center; }

  .header {
    width: 100% !important;
    margin: 0 !important; }

  .loginblock__block {
    margin-left: 0;
    width: calc(100% - 70px);
    padding: 0 35px; }

  .loginblock__title {
    font-size: 35px; }

  .loginagree span {
    font-size: 16px;
    line-height: 1.3; }

  .uk-offcanvas-bar {
    padding: 40px !important; }
    .uk-offcanvas-bar .loginblock__close {
      margin-bottom: 25px; }

  .tablefull {
    width: 850px; }

  .tablefull_row {
    width: 100%;
    overflow-x: auto; }

  .catbottom__price {
    font-size: 18px;
    letter-spacing: 1px; }

  .categoryrow .catItemTitle a {
    font-size: 22px; }

  .categoryrow .itemContainer {
    flex-basis: calc(100% / 2 - 40px);
    margin: 20px; }

  .categoryrow {
    margin: 0 -20px; }

  .basketrow__title {
    font-size: 19px;
    margin-left: 10px;
    flex-basis: calc(100% - 100px); }

  .basketrow__detail {
    flex-basis: calc(100% - 140px);
    margin-top: 10px;
    margin-left: 0; }
    .basketrow__detail .productdetails__left {
      text-align: left; }
    .basketrow__detail .productdetails__fullprice {
      justify-content: flex-start; }
    .basketrow__detail .productdetails__fullprice {
      margin-bottom: 5px; }

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

  .backetbottom__left {
    flex-basis: 100%;
    margin-top: 20px; }

  .backetbottom__right {
    flex-basis: 100%; }

  .personalacc .uk-panel-title {
    font-size: 22px; }

  .personalacc {
    padding-top: 120px !important; }

  .historyshow__sort select,
  .historyshow__searchinput {
    width: 160px; }

  .historyshow__bottomsecond {
    margin-left: 0; }

  .historyshow__bottom {
    justify-content: center; }

  .tablecover {
    width: 100%;
    overflow-x: auto; }

  .historyshow__row {
    width: 800px; }

  .header__logo img {
    max-width: 110px; }

  .header__logo {
    flex-basis: 115px;
    line-height: 0; }

  .mobmenu {
    width: 60%; }

  .slideritem__title {
    font-size: 30px; }

  .slideritem__left {
    flex-basis: 58%; }

  .slideritem__link {
    padding: 10px 15px;
    font-size: 15px; }

  .slideritem__descr {
    font-size: 16px;
    color: #0e1010;
    margin-top: 25px;
    margin-bottom: 20px; }

  .slideritem__right {
    flex-basis: 42%; }

  .slideritem .containerW {
    padding-top: 140px; }

  .slideritem .containerW {
    min-height: 480px; }

  .slideritem__right img {
    max-width: 190%;
    opacity: 0.5; }

  .mobmenu {
    right: -80%; }

  .loginblock__block {
    width: 100%; }

  .blockfour__title {
    font-size: 20px; }

  .blockfour__descr {
    line-height: 1.6;
    margin-top: 15px;
    font-size: 14px; }

  .footer__bottom {
    font-size: 13px; }

  .footer__menu {
    flex-basis: 100%;
    order: 1;
    margin-top: 10px; }

  .bottomslider__row {
    flex-direction: column; }

  .bottomslider__img {
    height: 270px; }

  .bottomslider__right {
    padding-left: 20px;
    max-width: 100%;
    flex-basis: 100%; }

  .bottomslider__left {
    max-width: 100%;
    flex-basis: 100%; }

  .bottomslider .slick-dots {
    max-width: 100%;
    bottom: auto;
    top: 225px; }

  .bottomslider__title {
    font-size: 24px; }

  .title {
    font-size: 25px;
    letter-spacing: 1px; }

  .wrapper_page {
    padding-top: 135px; }

  .content_page .article-title {
    font-size: 35px; }

  .content_page p,
  .content_page li {
    font-size: 14px; }

  .contact__input {
    margin-bottom: 0; }

  .productblock__left {
    flex-basis: 100%;
    padding-left: 10px;
    padding-bottom: 0; }

  .productblock__right {
    flex-basis: 100%;
    max-width: 100%; }

  .productblock__slide img {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .photogal__video iframe {
    height: 270px !important; }

  .ingred__single {
    flex-basis: calc(100% / 2 - 20px);
    margin: 0 10px 20px; }

  .ingred__logo {
    width: 180px;
    height: 180px; }

  .since {
    padding-bottom: 75px;
    padding-top: 140px; }

  .bottomimg img {
    top: -15px; }

  .since__item {
    flex-basis: 50%;
    padding: 0 10px;
    margin-bottom: 20px; } }
@media screen and (max-width: 460px) {
  .events__item {
    flex-basis: calc(100% / 1 - 20px);
    margin-bottom: 50px; }

  .loginblock__title {
    font-size: 25px; }

  .loginagree span {
    font-size: 14px; }

  .loginblock {
    width: 100%;
    -webkit-box-shadow: 0px 0px 22px 2px rgba(194, 194, 194, 0);
    -moz-box-shadow: 0px 0px 22px 2px rgba(194, 194, 194, 0);
    box-shadow: 0px 0px 22px 2px rgba(194, 194, 194, 0); }

  .loginblock__block {
    width: calc(100% - 40px);
    padding: 0 20px; }

  .loginblock__close {
    margin-bottom: 25px; }

  .buttonform {
    width: 125px;
    padding-left: 15px; }

  .n2-ss-slider-4 {
    padding-bottom: 15px; }

  .tm-navbar-left {
    left: 10px; }

  .tm-navbar-right {
    right: 5px; }

  #tm-main {
    padding-top: 170px; }

  .categoryrow .itemContainer {
    flex-basis: calc(100% / 1 - 30px);
    margin: 15px; }

  .categoryrow {
    margin: 0 -15px; }

  .catbottom {
    flex-direction: row; }

  .catbottom__right {
    align-items: flex-end; }

  .catbottom__price {
    font-size: 20px; }

  .chechoutpage .uk-panel-title {
    font-size: 23px; }

  .basketrow__count {
    flex-basis: 75px;
    margin-right: 0; }

  .basketrow {
    position: relative; }

  .basketrow__close {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 11; }

  .basketrow__detail {
    flex-basis: calc(100% - 80px); }

  .backetbottom__right {
    text-align: center; }

  .basketrow__title {
    margin-right: 10px;
    flex-basis: calc(100% - 110px); }

  .personalacc {
    padding-top: 120px !important; }

  .chechoutpage .uk-panel-title {
    flex-basis: 100%;
    margin-bottom: 20px; }

  .historyshow__head {
    flex-direction: column-reverse;
    align-items: flex-start; }

  .historyshow__search {
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px; }

  .historyshow__sort select,
  .historyshow__searchinput {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0; }

  .historyshow__sort {
    width: 100%; }

  .historyshow__bottomsecond {
    line-height: 0; }

  .historyshow,
  .personalshow {
    min-height: 0; }

  .slideritem__left {
    flex-basis: 100%; }

  .slideritem .containerW {
    min-height: 460px;
    position: relative; }

  .slideritem__right {
    flex-basis: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }

  .slideritem__right img {
    max-width: 100%; }

  .title {
    padding: 0 15px; }

  .blockfour__item {
    flex-basis: 100%; }

  .blockfour__img img {
    max-width: 150px; }

  .blockfour__title {
    margin-top: 0; }

  .mobmenu {
    width: 80%;
    right: -100%; }

  .loginblock__block {
    width: 100%; }

  .loginblock {
    padding-top: 20px; }

  .loginblock {
    z-index: 15; }

  .contact__input {
    flex-basis: 100%; }

  .historyshow__bottomimport {
    margin-bottom: 10px; }

  .contact_account {
    margin-bottom: 50px; }

  .content_page .article-title {
    font-size: 30px; }

  .backetblock {
    padding-bottom: 0px; }

  .productblock h4 {
    font-size: 20px; }

  .photogal__subtitle {
    font-size: 24px; }

  .photogal__descr {
    font-size: 14px;
    line-height: 1.6; }

  .photogal__row a {
    flex-basis: calc(100% / 2 - 20px); }

  .photogal__video iframe {
    height: 235px !important; }

  .ingred__single {
    flex-basis: calc(100% / 1 - 20px);
    margin: 0 10px 30px; }

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

  .ingred__headerdetail {
    flex-basis: 100%; }

  .ingred__hareddescr {
    font-size: 16px; }

  .ingred__title {
    text-align: center; }

  .ingred__logo {
    margin-left: auto;
    margin-right: auto; }

  .since__slidertext p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px; }

  .since__sliderdate {
    font-size: 45px;
    margin-bottom: 15px; }

  .ingred__header_purissima .ingred__headerimg {
    float: none; } }
@media screen and (max-width: 400px) {
  .header__logo img,
  .footer__logo img {
    max-width: 85px; }

  .header .containerW,
  .footer .containerW {
    padding: 10px; }

  .header__lang ul {
    flex-direction: column; }

  .header__lang ul a {
    margin-right: 0;
    line-height: 0;
    margin-bottom: 5px; }

  .mobmenu {
    width: 87%; }

  .photogal__subtitle {
    font-size: 20px; }

  .photogal__img {
    height: 90px; }

  .photogal__video iframe {
    height: 190px !important; }

  .photogal__row {
    margin-left: -5px;
    margin-right: -5px; }

  .photogal__row a {
    flex-basis: calc(100% / 2 - 10px);
    margin: 0 5px 10px; }

  .shavingrow__sliderrow {
    max-width: 290px; }

  .shavingrow .slick-dots {
    top: 155px; }

  .ingrslider .slick-dots {
    bottom: -10px; }

  .since__title {
    font-size: 35px; } }
@media screen and (max-width: 360px) {
  .lang-inline {
    display: flex;
    flex-direction: column;
    margin-right: -5px !important; }
    .lang-inline li {
      margin: 0 !important;
      line-height: 1.3; }

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

  .catbottom__right {
    align-items: flex-start; }

  .basketrow__img img {
    max-width: 65px; }

  .basketrow__img {
    flex-basis: 65px; }

  .basketrow__title {
    font-size: 16px;
    flex-basis: calc(100% - 85px); }

  .basketrow__detail .productdetails__fullvalue,
  .basketrow__detail .productdetails__price {
    font-size: 18px; }

  .basketrow__detail .productdetails__sale {
    font-size: 16px;
    padding: 0 5px; }

  .basketrow__detail .productdetails__price strong {
    margin-left: 0; }

  .recaptch iframe {
    max-width: 280px; }

  .content_page p {
    line-height: 1.6; } }

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