body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

a {
  outline: 0;
  border: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
nav,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

header,
footer,
nav,
aside {
  display: block;
}

input,
textarea,
button {
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input:active,
textarea:active {
  outline: 0;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: 0;
  line-height: 1;
  font-size: 13px;
  font-family: "Exo 2", sans-serif;
}

input:focus {
  outline: 0;
}

input,
textarea {
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Exo 2", sans-serif;
  min-height: 100%;
}

.rubl {
  font-family: "PT Sans", serif;
}

.wrapper {
  width: 100%;
  max-width: 1153px;
  margin: auto;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  box-sizing: border-box;
}

.wrapper--seoblock {
  max-width: 992px;
}

.wrapper--component {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

.allwrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

.section--lightblue {
  background: #f5f9fa;
}

.section__titlecase {
  padding: 25px 0;
  box-sizing: border-box;
}

.section__titlecase--center {
  text-align: center;
}

.section__title {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
}

.section__subtitle {
  font-size: 12px;
  color: #121212;
  margin-top: 10px;
}

.section__textcase {
  padding-bottom: 15px;
}

.section__textcase--center {
  text-align: center;
}

.section__text {
  font-size: 12px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 15px;
}

.section__btncase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 25px;
}

.section__btncase--center {
  justify-content: center;
}

.btn {
  font-weight: bold;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #212121;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.25s ease;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  display: block;
}

.btn--transparent {
  background: transparent;
  border: 1px solid #e0e0e0;
}

.btn--transparent:hover {
  border-color: transparent;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(254, 41, 61, 0.35);
}

.btn--large {
  font-size: 14px;
}

.btn--flex {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.breadcrumbs {
  font-size: 12px;
  color: #121212;
  margin-bottom: 20px;
}

.breadcrumbs__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.breadcrumbs__link {
  color: #121212;
  text-decoration: none;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__separator {
  padding: 0 12px;
  padding-top: 3px;
}

.breadcrumbs__separator > svg {
  display: block;
}

.component {
  padding: 30px 0;
}

.component__item {
  padding-top: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.component__item--left {
  width: 20%;
  padding-right: 10px;
}

@media screen and (max-width: 1000px) {
  .component__item--left {
    display: none;
  }
}

.component__item--center {
  width: 80%;
  padding-left: 10px;
}

@media screen and (max-width: 1000px) {
  .component__item--center {
    width: 100%;
    padding-left: 0;
  }
}

.component__item--full {
  width: 100%;
}

.loginform {
  width: 100%;
  height: 100%;
  position: relative;
}

.loginform__return {
  position: absolute;
  width: 60px;
  height: 60px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 50px;
  text-align: center;
  right: 0;
  top: 0;
}

.loginform__return:hover svg {
  animation: arrowKacheli 1.2s infinite linear;
}

.loginform__slidercase {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.loginform__slidercase > div {
  width: 100%;
  height: 100%;
}

.loginform__slidercase > div > div {
  width: 100%;
  height: 100%;
}

.loginform__slider {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: #121212;
}

.loginform__slide {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

.loginform__slide--slide01 {
  background: url("/images/loginform_01.jpg") center center/cover no-repeat;
}

@-moz-document url-prefix()  {
  .loginform__slide--slide01 {
    background-image: url("/images/loginform_01.webp");
  }
}

.loginform__slide--slide02 {
  background: url("/images/loginform_02.jpg") center center/cover no-repeat;
}

@-moz-document url-prefix()  {
  .loginform__slide--slide02 {
    background-image: url("/images/loginform_02.webp");
  }
}

.loginform__slide--slide03 {
  background: url("/images/loginform_03.jpg") center center/cover no-repeat;
}

@-moz-document url-prefix()  {
  .loginform__slide--slide03 {
    background-image: url("/images/loginform_03.webp");
  }
}

.loginform__slide--slide04 {
  background: url("/images/loginform_04.jpg") center center/cover no-repeat;
}

@-moz-document url-prefix()  {
  .loginform__slide--slide04 {
    background-image: url("/images/loginform_04.webp");
  }
}

.loginform__slide--slide05 {
  background: url("/images/loginform_05.jpg") center center/cover no-repeat;
}

@-moz-document url-prefix()  {
  .loginform__slide--slide05 {
    background-image: url("/images/loginform_05.webp");
  }
}

.loginform__bgcase {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 320px rgba(0, 0, 0, 0.85);
}

.loginform__wrapper {
  width: 90%;
  background: #f5f9fa;
  border-radius: 4px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  max-width: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 45px 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.loginform__titlecase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.loginform__title {
  width: 50%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 2px solid #dadada;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #212121;
  transition: all 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.loginform__title:hover {
  color: #4caf50;
  border-bottom-color: #4caf50;
}

.loginform__formcase {
  width: 100%;
  min-width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.loginform__inputcase {
  width: 100%;
  min-width: 100%;
  padding-bottom: 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.loginform__input {
  width: 100%;
  min-width: 100%;
  border: 1px solid #dadada;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 12px;
  color: #a0a2a3;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.loginform__input:active,
.loginform__input:focus {
  border: 1px solid #e0e0e0;
}

.loginform__input:hover {
  border: 1px solid #fe293d;
  cursor: pointer;
}

.loginform__input:focus,
.loginform__input:active {
  border: 1px solid #121212;
  cursor: text;
}

.loginform__select {
  width: 100%;
  min-width: 100%;
  border: 1px solid #dadada;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #a0a2a3;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.25s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAuUlEQVRIie2VTQrCMBQGBwXrKRQ9jIJ6JGs9kf3xBp5C0UsI2q1uGiwlafPSt+jCgWxnSL5F4M9QOAMf5VPUA3PgrSgvgWXzFkfFQGJ7pgi4KcgfwNQWAFgrBHYuuSHvIc+65AAz4BUgL4GFTwDgEBCIfeUgH7x1WBeSwbdSuSHzkKehcugeXDSsi7glsO8rB5gAV4v8TsCwLlaWwEZLbkhr8pO2HH6Di4YdCwJPYARcaHwmmkTVGQ5fXWTJ42kvaCYAAAAASUVORK5CYII=) right 10px center/8px 8px no-repeat #ffffff;
}

.loginform__select:active,
.loginform__select:focus {
  border: 1px solid #e0e0e0;
}

.loginform__select:hover {
  border: 1px solid #fe293d;
  cursor: pointer;
}

.loginform__select:focus,
.loginform__select:active {
  border: 1px solid #121212;
  cursor: text;
}

.loginform__link {
  color: #121212;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.35s ease;
  display: block;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.loginform__link:hover {
  color: #fe293d;
}

.loginform__link span {
  padding-left: 5px;
}

.loginform__link svg {
  fill: rgb(160, 162, 163);
  transition: all 0.35s ease;
}

.loginform__link:hover svg {
  fill: #fe293d;
}

.loginform__link:hover svg {
  transform: rotate(360deg);
}

.loginform__dopcase {
  padding-bottom: 15px;
  padding-top: 3px;
}

.loginform__btncase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.loginform__btn {
  background: #212121;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: all 0.35s ease;
  margin-right: 20px;
}

.loginform__btn:hover {
  background: #fe293d;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.loginform__comment {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.loginform__label {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

.loginform__case {
  display: none;
}

.loginform .error {
  color: red;
  margin-top: 3px;
  font-size: 10px;
  display: block;
}

.loginform__error {
  border: 1px solid red;
  padding: 10px 15px;
  display: block;
  margin-bottom: 15px;
}

@keyframes arrowKacheli {
  from {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(-5px);
  }

  to {
    transform: translateX(5px);
  }
}

.tabs__caption li {
  width: 50%;
  text-align: center;
}

.tabs__caption .active a {
  color: #fe293d;
  text-decoration: none;
  border-bottom-color: #fe293d;
}

.tabs__content.active {
  display: block;
}

.vertical .tabs__caption {
  float: left;
  display: block;
}

.vertical .tabs__caption li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}

.vertical .tabs__caption li:last-child:before {
  display: none;
}

.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}

.vertical .tabs__content {
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  .tabs__caption li {
    flex: 1 0 auto;
  }

  .vertical .tabs__caption {
    float: none;
    display: flex;
  }

  .vertical .tabs__caption li {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }

  .vertical .tabs__caption li:last-child:before {
    display: block;
  }

  .vertical .tabs__caption .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }
}

.treecategory .jstree-node {
  position: relative;
}

.jstree-default .jstree-icon:empty {
  width: 48px;
  height: 48px;
}

.treecategory .jstree-icon {
  background: none;
}

.treecategory .jstree-themeicon {
  display: none;
}

.jstree-default .jstree-open > .jstree-ocl {
  background: url(/images/treecategory_minus.svg?9ca4dc978bdc3a51fb89def581d3fce9) center center/17px 17px no-repeat;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
}

.jstree-default .jstree-closed > .jstree-ocl {
  background: url(/images/treecategory_plus.svg?de81fe88c76bdd2e72110f8959a54cce) center center/20px 20px no-repeat;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
}

.treecategory .jstree-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  bottom: 0;
}

.jstree-default .jstree-node {
  margin-left: 40px;
}

.treecategory .jstree-anchor {
  background: #f5f9fa;
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  padding-left: 48px;
  line-height: 48px;
  font-size: 18px;
  height: 48px;
  display: block;
  margin-bottom: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}

.treecategory .jstree-anchor.jstree-clicked {
  background: #ebf1f2;
}

.treecategory .jstree-anchor.jstree-hovered {
  background: #dae4e6;
}

.treecategory__final .jstree-anchor {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: normal;
}

.treecategory__article {
  font-size: 9px;
  padding-left: 12px;
  position: relative;
}

.treecategory__article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 4px;
}

.treecategory__article--red:before {
  background: red;
}

.treecategory__article--green:before {
  background: green;
}

.treecategory__article--orange:before {
  background: orange;
}

.treecategory__detailcase {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  bottom: 0;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

.treecategory__price {
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  line-height: 46px;
  display: block;
  box-sizing: border-box;
  margin-right: 10px;
}

.treecategory__btncase {
  position: absolute;
  right: 20px;
  margin-top: -2px;
}

.treecategory__btn {
  color: #121212;
  font-size: 14px;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 101;
  line-height: 10px;
  transition: all 0.35s ease;
}

.treecategory__btn:hover {
  color: #fe293d;
}

.treecategory__btn:hover svg {
  fill: #fe293d;
}

.treecategory__iconcase svg {
  display: block;
  margin-bottom: -3px;
  margin-left: 5px;
  fill: #121212;
  transition: all 0.35s ease;
}

.treecategory__cart {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  background: #fe293d;
  border-radius: 4px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #fe293d;
  color: #ffffff;
  position: relative;
  margin-bottom: -11px;
  margin-right: -21px;
  cursor: pointer;
  transition: all 0.25s ease;
  overflow: hidden;
}

.treecategory__cart:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  margin-left: 10px;
  transition: all 1s ease;
}

.treecategory__cart:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  margin-right: 4px;
  transition: all 2.5s ease;
}

.treecategory__cart svg {
  fill: #ffffff;
}

.treecategory__cart:hover {
  box-shadow: 0 0 20px rgba(254, 41, 61, 0.35);
}

.treecategory__cart:hover:before {
  top: 14px;
}

.treecategory__cart:hover:after {
  top: 15px;
}

.treecategory__cart:hover svg {
  animation: putTheBasket 5s normal forwards linear;
}

.treecategory__carttext {
  font-size: 8px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 3px;
}

.social__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.social__item {
  padding-right: 5px;
  margin: 0;
}

.social__link {
  border: 1px solid #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.35s ease;
  padding: 0;
  margin: 0;
}

.social__link--white {
  border-color: #ffffff;
}

.social__link--red {
  border-color: rgba(254, 41, 61, 0.3137254902);
}

.social__link--red:hover {
  border-color: #fe293d;
}

.social__link svg {
  display: block;
}

.social__link:hover {
  transform: translateY(-3px);
}

.leftmenu__title {
  font-size: 10px;
  color: #a0a2a3;
  padding-bottom: 15px;
  display: block;
}

.leftmenu__list {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.leftmenu__item {
  border-top: 1px solid #e0e0e0;
  position: relative;
  background: #ffffff;
}

.leftmenu__link {
  display: block;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  align-content: center;
}

.leftmenu__icon {
  padding-right: 10px;
  transition: all 0.25s ease;
  padding: 3px;
  margin-right: 3px;
}

.leftmenu__icon svg {
  fill: #a0a2a3;
  transition: all 0.25s ease;
  width: 30px;
  height: 30px;
  display: block;
}

.leftmenu__text {
  font-size: 14px;
  color: #121212;
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 18px;
  display: block;
  padding-right: 25px;
}

.leftmenu__arrow {
  position: absolute;
  transition: all 0.25s ease;
  right: 3px;
  top: 8px;
  transform: rotate(-90deg);
}

.leftmenu__arrow svg {
  fill: #121212;
  opacity: 0.5;
}

.leftmenu__link:hover .leftmenu__icon svg {
  fill: #fe293d !important;
}

.leftmenu__link:hover .leftmenu__text {
  color: #fe293d !important;
}

.leftmenu__link:hover .leftmenu__arrow svg {
  opacity: 1;
  fill: #fe293d !important;
}

.leftmenu__link .leftmenu__arrow {
  visibility: hidden;
}

.leftmenu__link--parent .leftmenu__arrow {
  visibility: visible;
}

.leftmenu__link--active .leftmenu__arrow svg {
  opacity: 1;
}

.leftmenu__link--active:hover .leftmenu__arrow svg {
  fill: #fe293d;
  opacity: 1;
}

.leftmenu__link--active {
  font-weight: bold;
}

.leftmenu__submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35 ease;
  z-index: 100;
}

.leftmenu__submenu .leftmenu__submenu {
  top: 0;
}

.leftmenu__sublist {
  min-width: 200px;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.leftmenu__subitem {
  border-bottom: 1px solid #e0e0e0;
}

.leftmenu__sublink {
  padding: 8px 15px;
  display: block;
  box-sizing: border-box;
  color: #121212;
  text-decoration: none;
}

.leftmenu__sublink:hover {
  color: #fe293d;
}

.leftmenu__sublink--active {
  font-weight: bold;
}

.leftmenu__item:hover > .leftmenu__submenu {
  visibility: visible;
  opacity: 1;
}

.leftmenu__subitem:hover > .leftmenu__submenu {
  visibility: visible;
  opacity: 1;
}

.leftbanners {
  padding: 10px 0;
}

.leftbanners__item {
  padding: 10px 0;
}

.deliverybanner {
  background: url("/images/delivery_bg.jpg") center center/cover no-repeat #cccccc;
  padding: 40px 20px;
  transition: all 0.35s ease;
  border-radius: 4px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.deliverybanner__inner {
  background: rgba(255, 255, 255, 0.5);
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  transition: all 0.35s ease;
  border-radius: 4px;
}

.deliverybanner__title {
  color: #fe293d;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.deliverybanner__text {
  text-align: center;
  font-size: 14px;
  color: #212121;
}

.deliverybanner:hover {
  padding: 0;
}

.deliverybanner:hover .deliverybanner__inner {
  padding: 55px 30px;
}

.subscribe {
  border-radius: 4px;
  background: url(/images/mainform_bg.webp?9439c8035fa1d20cd4de80a8e94484eb) center bottom/auto 80% no-repeat #fe293d;
  padding: 20px 15px;
  color: #ffffff;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.subscribe__title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.subscribe__text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.subscribe__oferta {
  font-size: 9px;
  text-align: center;
}

.subscribe__formcase {
  padding: 5px 0;
}

.subscribe__inputcase {
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
}

.subscribe__inputcase .error {
  left: 0;
  top: 0;
  width: 100%;
  background: bisque;
  color: red;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
}

.subscribe__inputcase label.error {
  font-weight: bold;
  margin-top: 5px;
  padding: 3px 13px;
}

.subscribe__input {
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  display: block;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  transition: all 0.35s ease;
  background: #eeeeee;
  font-size: 12px;
  padding: 0 15px;
}

.subscribe__input:active,
.subscribe__input:focus {
  background: #ffffff;
}

.subscribe__submit {
  background: #212121;
  color: #ffffff;
  text-align: center;
  min-width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s ease;
  line-height: 40px;
  height: 40px;
  text-align: center;
  display: block;
  font-weight: bold;
  border-radius: 4px;
}

.subscribe__submit:hover {
  background: #fe293d;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.check-label {
  position: relative;
}

.check-image {
  position: absolute;
  left: 2px;
}

.color-check {
  position: absolute;
  width: 22px !important;
  height: 22px !important;
  opacity: 0;
  z-index: 5;
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
}

.color-check + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.color-check + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #dbdbdb;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.color-check--black + label::before {
  background-color: #000;
  border: 2px solid #000;
}

.color-check:checked + label::before {
  border: 2px solid #fe293d;
  background-color: #fe293d;
}

.color-check:disabled + label::before {
  border: 2px solid rgba(219, 219, 219, 0.62);
  background-color: rgba(219, 219, 219, 0.62);
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */

.lSSlideOuter .lSPager.lSpg {
  padding: 0;
  text-align: center;
  padding: 15px 0 25px;
  margin-bottom: 25px;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 6px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fe293d;
  display: inline-block;
  height: 6px;
  overflow: hidden;
  text-indent: -999em;
  width: 6px;
  position: relative;
  z-index: 99;
  border: 2px solid #fe293d;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ffffff;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */

/** Gallery */

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/

/* slider actions */

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(/images/controls.png?75e5868a6b927d223a430b1caf4521a9);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */

/* Rtl */

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */

.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.pagename {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
  margin-bottom: 15px;
  margin-top: 5px;
}

.article__textcase {
  font-size: 14px;
  color: #121212;
  line-height: 18px;
  font-weight: 300;
  text-align: justify;
}

.article__textcase p {
  margin-bottom: 20px;
}

.articleAbout {
  background: #f5f9fa;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 35px;
  border-radius: 4px;
}

.articleAbout__creative {
  padding: 40px 50px;
}

.articleAbout__title {
  color: #121212;
  font-size: 20px;
  font-weight: bold;
}

.articleAbout__textcase {
  font-size: 12px;
  color: #121212;
  text-align: justify;
}

.articleAbout__textcase p {
  margin-top: 20px;
}

.articleAbout__img {
  width: 290px;
}

.articleContacts__head {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.articleContacts__text {
  font-size: 16px;
  text-align: center;
}

.articleContacts__mapcase {
  padding: 40px 0;
  min-height: 320px;
}

.articleContacts__title {
  font-weight: bold;
  margin-bottom: 25px;
}

.articleContacts__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.articleContacts__item {
  width: 33.33333%;
}

@media screen and (max-width: 1000px) {
  .articleContacts__item {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .articleContacts__item {
    width: 100%;
  }
}

.articleContacts__case {
  font-size: 14px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .articleContacts .MsoTableGrid tr {
    display: flex;
    flex-direction: column;
  }

  .articleContacts .MsoTableGrid tr td {
    width: 100%;
  }
}

.catalog {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.catalog__wrapper {
  width: 33.33333%;
  border-radius: 4px;
  padding: 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .catalog__wrapper {
    width: 50%;
  }
}

.catalog__title {
  font-weight: 500;
  font-size: 20px;
  color: #121212;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .catalog__title {
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .catalog__title {
    font-size: 14px;
  }
}

.catalog__inner {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  background: #f5f9fa;
  border: 1px solid #f5f9fa;
  transition: all 0.5s ease;
  padding: 25px 30px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.catalog__inner:hover {
  box-shadow: 0px 5px 20px rgba(255, 0, 0, 0.2);
  background: none;
}

.catalog__description {
  font-size: 12px;
  text-align: justify;
}

.catalog__iconcase {
  width: 100px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.catalog__iconcase svg {
  fill: #fe293d;
  width: 80px;
  height: auto;
  transition: all 0.5s ease;
}

@media screen and (max-width: 800px) {
  .catalog__iconcase svg {
    width: 70px;
  }
}

@media screen and (max-width: 500px) {
  .catalog__iconcase svg {
    width: 60px;
  }
}

.catalog__inner:hover .catalog__iconcase svg {
  transform: scale(1.15);
}

.catalog__item {
  position: relative;
}

.catalog__item--content {
  position: relative;
}

.catalog__item--btncase {
  padding-left: 20px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  display: none;
}

@media screen and (max-width: 800px) {
  .catalog__item--btncase {
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}

.catalog__search {
  margin-bottom: 20px;
}

.catalog__wrapper .catalog__details {
  display: none;
}

.catalog__wrapper--show .catalog__details {
  display: block;
}

.catalog__readmore {
  position: absolute;
  z-index: 10;
  margin-right: -152px;
  font-size: 12px;
  right: 0;
  font-weight: bold;
  cursor: pointer;
  line-height: 40px;
  display: block;
  margin-top: -47px;
}

.catalogSubcategory__title {
  font-size: 16px;
  font-weight: bold;
  color: #121212;
}

.catalogSubcategory__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
  padding: 20px 0;
  position: relative;
  z-index: 100;
}

.catalogSubcategory__item {
  padding: 5px;
}

.catalogSubcategory__link {
  border-radius: 18px 0 18px 18px;
  background: #dadfe3;
  display: block;
  line-height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #121212;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.25s ease;
}

.catalogSubcategory__link:hover {
  color: #ffffff;
  background: #a2aab0;
}

.subcategory__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.subcategory__item {
  width: calc(50% - 20px);
}

.subcategory__link {
  background: #f5f9fa;
  margin: 10px;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-decoration: none;
}

.subcategory__imgcase {
  padding-right: 15px;
}

.subcategory__img {
  width: 130px;
  display: block;
}

.subcategory__textcase {
  max-width: calc(100% - 145px);
}

.subcategory__text {
  display: block;
}

.subcategory__description {
  font-size: 12px;
  color: #121212;
  padding-bottom: 15px;
  display: block;
}

.subcategory__btncase {
  display: block;
}

.subcategory__btn {
  border-radius: 18px 0 18px 18px;
  background: #dadfe3;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #121212;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.25s ease;
}

.subcategory__link:hover .subcategory__btn {
  color: #ffffff;
  background: #a2aab0;
}

.brand-block {
  display: block;
  text-align: center;
  height: 156px;
  background-color: rgb(245, 249, 250);
  line-height: 156px;
  transition: all 0.5s ease;
  background: #f5f9fa;
  border: 1px solid #f5f9fa;
  border-radius: 5px;
}

.brand-block img {
  width: 60%;
  height: auto;
  transition: all 0.5s ease;
  vertical-align: middle;
}

.brand-block:hover {
  box-shadow: 0px 5px 20px rgba(255, 0, 0, 0.2);
  background: none;
}

.brand-block:hover img {
  transform: scale(1.15);
}

.filters-form .field {
  display: inline-block;
  margin-right: 10px;
}

.filters-form .field select {
  position: relative;
  height: 30px;
  border-radius: 5px;
  border: 1px solid gray;
  background-color: white;
  width: 280px;
  padding: 3px 7px;
}

.filters-form .field label {
  font-weight: bold;
  margin-right: 5px;
}

.productCard {
  width: 100%;
}

.pagination {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pagination__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .pagination__list {
    width: 100%;
    justify-content: space-evenly;
    margin: 0;
  }
}

.pagination__item {
  width: 44px;
  margin: 0 5px;
  text-align: center;
}

.pagination__item span {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .pagination__item {
    width: auto;
    margin: 0 1px;
  }
}

.pagination__btn {
  width: 44px;
  display: inline-block;
  text-decoration: none;
  color: #212121;
}

.pagination__btn.pagination--red {
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .pagination__btn {
    width: auto;
  }
}

.mainslider {
  position: relative;
  margin-bottom: 25px;
  border-radius: 4px;
  overflow: hidden;
}

.mainslider .lSPager {
  position: absolute;
  bottom: -25px;
  left: 20px;
  z-index: 21;
}

.mainslider__item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.mainslider__link {
  position: relative;
  display: block;
  height: 300px;
}

@media screen and (max-width: 1000px) {
  .mainslider__link {
    height: 350px;
  }
}

@media screen and (max-width: 800px) {
  .mainslider__link {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .mainslider__link {
    height: 450px;
  }
}

.mainslider__img {
  display: block;
}

@media screen and (max-width: 1000px) {
  .mainslider__img {
    width: 100%;
  }
}

.mainslider__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 60px;
  padding-left: 27px;
  padding-top: 25px;
  padding-right: 27px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 0 4px 0 4px;
}

@media screen and (max-width: 800px) {
  .mainslider__description {
    width: 100%;
  }
}

.mainslider__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.mainslider__text {
  font-size: 14px;
}

.productList__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
  padding-bottom: 10px;
}

.productList__list--item4 li {
  flex: 1 0 25%;
  padding-bottom: 20px;
  display: -ms-flex;
  display: flex;
  max-width: 25%;
}

@media screen and (max-width: 1200px) {
  .productList__list--item4 li {
    flex: 1 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .productList__list--item4 li {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (max-width: 650px) {
  .productList__list--item4 li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

.productList__list--item5 li {
  flex: 1 0 20%;
  padding-bottom: 20px;
  display: -ms-flex;
  display: flex;
  max-width: 20%;
}

@media screen and (max-width: 1200px) {
  .productList__list--item5 li {
    flex: 1 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .productList__list--item5 li {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (max-width: 650px) {
  .productList__list--item5 li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

.productList__titlecase {
  margin-bottom: 20px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
}

.productList__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.productList__subtitle {
  color: #fe293d;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}

.productList__subtitle:before {
  content: "/";
  color: #fe293d;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 3px;
}

.productList__linkcase {
  position: relative;
  display: block;
  background-image: linear-gradient(#fe293d, #fe293d);
  background-size: 100% 1px;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.productList__link {
  padding-left: 50px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #fe293d;
  text-decoration: none;
  background: #ffffff;
  padding-right: 15px;
  transition: all 0.25s ease;
}

.productList__link svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  fill: #fe293d;
  transition: all 0.25s ease;
}

.productList__link span {
  position: relative;
  top: -1px;
}

.productList__link:hover {
  color: #121212;
}

.productList__link:hover svg {
  animation: arrowLeftRight 1.5s infinite linear;
  fill: #121212;
}

@keyframes arrowLeftRight {
  from {
    left: 0;
  }

  50% {
    left: 25px;
  }

  to {
    left: 0;
  }
}

.productCard {
  box-sizing: border-box;
  padding-right: 20px;
  display: -ms-flex;
  display: flex;
  position: relative;
  box-sizing: border-box;
}

.productCard--animate {
  animation-name: productAnimate;
  animation-duration: 1s;
}

@keyframes productAnimate {
  0% {
    transform: scale(100%);
    filter: grayscale(0);
  }

  75% {
    filter: grayscale(100);
  }

  100% {
    transform: scale(1%);
  }
}

.productCard__inner {
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px 20px 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #121212;
  background: #ffffff;
}

.productCard__inner:hover {
  border-color: transparent;
  box-shadow: 0px 5px 20px rgba(255, 0, 0, 0.2);
}

.productCard__badgecase {
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 100;
}

.productCard__badge {
  width: 44px;
  height: 44px;
  font-size: 8px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 10px;
}

.productCard__badge--skidka {
  background: url("/images/badge_skidka.svg") center center/44px 44px no-repeat;
}

.productCard__badge--hit {
  height: 55px;
  padding-top: 8px;
  background: url("/images/bagde_hit.svg") center center/44px 55px no-repeat;
}

.productCard__imgcase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-bottom: 10px;
  flex: 0 1;
}

.productCard__img {
  transition: all 0.25s ease;
  width: 100%;
  display: block;
}

.productCard__inner:hover .productCard__img {
  transform: scale(1.05);
}

.productCard__skucase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  font-size: 9px;
  padding-bottom: 10px;
}

.productCard__skucase span {
  padding: 0 3px;
}

.productCard__skucase b {
  font-weight: bold;
}

.productCard__title {
  font-weight: normal;
  font-size: 12px;
}

.productCard__details {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
}

.productCard__pricecase {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
}

.productCard__oldprice {
  font-weight: 300;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 18px;
}

.productCard__oldprice span {
  padding-right: 3px;
}

.productCard__oldprice:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #fe293d;
}

@media screen and (max-width: 800px) {
  .productCard__oldprice {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .productCard__oldprice {
    font-size: 12px;
  }
}

.productCard__price {
  font-weight: bold;
  font-size: 16px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  line-height: 18px;
  display: block;
}

.productCard__price span {
  padding-right: 3px;
}

@media screen and (max-width: 800px) {
  .productCard__price {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .productCard__price {
    font-size: 12px;
  }
}

.productCard__stock {
  font-size: 9px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 2px;
}

.productCard__stock svg {
  margin-right: 3px;
}

.productCard__stock--green svg {
  fill: #00db1a;
}

.productCard__button {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #fe293d;
  color: #ffffff;
  position: absolute;
  bottom: 12px;
  right: 42px;
  margin-bottom: -11px;
  margin-right: -21px;
  border-radius: 5px 0 5px 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: all 0.25s ease;
  overflow: hidden;
}

.productCard__button:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  margin-left: 10px;
  transition: all 1s ease;
}

.productCard__button:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  margin-right: 4px;
  transition: all 2.5s ease;
}

.productCard__button svg {
  fill: #ffffff;
}

.productCard__button:hover {
  box-shadow: 0 0 20px rgba(254, 41, 61, 0.35);
}

.productCard__button:hover:before {
  top: 14px;
}

.productCard__button:hover:after {
  top: 15px;
}

.productCard__button:hover svg {
  animation: putTheBasket 5s normal forwards linear;
}

.productCard__buttontext {
  font-size: 8px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 3px;
}

@keyframes putTheBasket {
  from {
    transform: translateY(0);
  }

  14% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(1px);
  }

  26% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(0);
  }

  36% {
    transform: translateY(1px);
  }

  42% {
    transform: translateY(0);
  }

  to {
    transform: translateY(0);
  }
}

.productPage {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.productPage__main {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .productPage__main {
    flex-direction: column;
  }
}

.productPage__gallerycase {
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
}

.productPage__img {
  display: block;
  width: 100%;
}

.productPage__detailscase {
  width: 60%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.productPage__description {
  margin-bottom: 20px;
  font-size: 14px;
}

.productPage__description--empty {
  color: #a0a2a3;
}

.productPage__otherdetails {
  margin-bottom: 20px;
}

.productPage__articulcase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.productPage__iconcase {
  width: 30px;
  height: 25px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 3px;
}

.productPage__iconcase svg {
  display: block;
}

.productPage__articul {
  font-size: 16px;
  line-height: 25px;
}

.productPage__articul strong {
  font-weight: bold;
}

.productPage__instockcase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.productPage__instock {
  margin-left: 10px;
  margin-right: 10px;
  background: #00db1a;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: relative;
  margin-top: 4px;
}

.productPage__instock--notstock {
  filter: grayscale(100);
}

.productPage__charactertitle {
  margin-bottom: 20px;
  font-size: 12px;
}

.productPage__charactertext {
  font-size: 14px;
}

.productPage__charactertext table {
  border: 0;
  width: 100%;
}

.productPage__charactertext table tr {
  border: 0;
}

.productPage__charactertext table tr:nth-child(odd) {
  background: #f0f4f5;
}

.productPage__charactertext table tr:nth-child(even) {
  background: #ffffff;
}

.productPage__charactertext table tr td {
  border: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.productPage__characterlinkcase {
  position: relative;
  display: block;
  background-image: linear-gradient(#fe293d, #fe293d);
  background-size: 100% 1px;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
}

.productPage__characterlink {
  padding-left: 50px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #fe293d;
  text-decoration: none;
  background: #ffffff;
  padding-right: 15px;
  transition: all 0.25s ease;
}

.productPage__characterlink svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  fill: #fe293d;
  transition: all 0.25s ease;
}

.productPage__characterlink span {
  position: relative;
  top: -1px;
}

.productPage__characterlink:hover {
  color: #121212;
}

.productPage__characterlink:hover svg {
  animation: arrowLeftRight 1.5s infinite linear;
  fill: #121212;
}

.productPage__pricecase {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.productPage__oldprice {
  font-size: 26px;
  color: #121212;
  position: relative;
}

.productPage__oldprice:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #fe293d;
  height: 1px;
}

.productPage__price {
  font-size: 26px;
  font-weight: bold;
  color: #121212;
}

.productPage__btncase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.productPage__btn {
  background: #fe293d;
  color: #ffffff;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 4px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
  white-space: nowrap;
}

.productPage__btn:hover {
  background: #121212;
  color: #ffffff;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
}

.productPage__iconcart {
  display: block;
  margin-right: 10px;
}

.relatedProducts {
  background: #f5f9fa;
  margin-bottom: 50px;
}

.relatedProducts__title {
  font-weight: bold;
  font-size: 20px;
  color: #121212;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.relatedProducts__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}

.relatedProducts__item {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.recommendedProducts__title {
  font-weight: bold;
  font-size: 20px;
  color: #121212;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.recommendedProducts__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}

.recommendedProducts__item {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.header {
  box-shadow: 8px 1px 25px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header--loading {
  position: absolute;
}

.header--loading .feedback--header {
  padding-left: 0;
}

.header--loading .newlogo,
.header--loading .navicon,
.header--loading .newfeedback,
.header--loading .newsearch {
  display: none;
}

.header--loading .navigate,
.header--loading .login__text,
.header--loading .infocart__text,
.header--loading .search__title {
  display: block;
}

.header--loading .login,
.header--loading .infocart {
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .header--loading .login,
  .header--loading .infocart {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .header--loading .infocart__text,
  .header--loading .login__text {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .header--loading .navicon {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .header--loading .search {
    display: none !important;
  }
}

.header--scrolling {
  position: fixed;
}

.header--scrolling .newlogo,
.header--scrolling .navicon,
.header--scrolling .newfeedback,
.header--scrolling .newsearch {
  display: block;
}

.header--scrolling .header-mobile-search,
.header--scrolling .navigate,
.header--scrolling .login__text,
.header--scrolling .infocart__text,
.header--scrolling .search__title {
  display: none;
}

.header--scrolling .header-mobile-search--active {
  display: flex;
}

.header--scrolling .login,
.header--scrolling .infocart {
  padding: 0 5px;
}

.header--scrolling .feedback {
  padding-left: 0;
}

@media screen and (max-width: 800px) {
  .header--scrolling .navicon {
    display: none;
  }
}

.header--scrolling .search {
  top: 52px;
  width: 100%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 800px) {
  .header--scrolling .search {
    display: none !important;
  }
}

@media screen and (max-width: 930px) {
  .header--scrolling .newfeedback {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .header--scrolling .newsearch {
    width: 100%;
  }
}

@media screen and (max-width: 499.98px) {
  .header--scrolling .newlogo {
    grid-row: 1/2;
  }

  .header--scrolling .newsearch {
    grid-column: 1/3;
  }
}

.header__item .header-excel-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header__item .header-excel-link__text {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 800px) {
  .header__item .header-excel-link {
    display: none;
  }
}

.header__item--top {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 8px;
}

@media screen and (max-width: 800px) {
  .header__item--top {
    padding-bottom: 8px;
  }
}

.header__item--bottom {
  padding: 8px 0;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  transition: all 0.25s ease;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media screen and (max-width: 800px) {
  .header__item--bottom {
    padding: 8px 0;
    -moz-column-gap: normal;
         column-gap: normal;
  }
}

@media screen and (max-width: 939.98px) {
  .header__item--bottom {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}

@media screen and (max-width: 499.98px) {
  .header__item--bottom {
    display: grid;
    justify-items: center;
    align-items: center;
    row-gap: 5px;
  }
}

.header--scrolling .header__item--top {
  display: none;
}

@media screen and (max-width: 800px) {
  .header--loading .header__item--bottom {
    padding: 0;
  }
}

@media screen and (max-width: 800px) {
  .header--scrolling .header__item--bottom {
    padding: 8px 0;
  }
}

@media screen and (max-width: 800px) {
  .header--loading .header__item--bottom .header__logininfocart {
    display: none;
  }
}

.header__logininfocart {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  transition: all 0.25s ease;
}

@media screen and (max-width: 499.98px) {
  .header__logininfocart {
    grid-row: 1/2;
  }
}

.header__logininfocart2 {
  display: none;
}

@media screen and (max-width: 800px) {
  .header__logininfocart2 {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    transition: all 0.25s ease;
  }
}

.header-mobile {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media screen and (max-width: 800px) {
  .header--scrolling .header__item--bottom {
    display: none;
  }

  .header--scrolling .header__item--top {
    display: flex;
  }
}

.catlink {
  margin-left: -3px;
  position: relative;
  transition: all 0.25s ease;
}

.catlink__link {
  font-weight: bold;
  display: block;
  color: #212121;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.25s ease;
  line-height: 24px;
  white-space: nowrap;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.catlink__link:hover {
  color: #fe293d;
}

.catlink__link .catlink__icon svg {
  display: block;
  margin-top: 2px;
  position: relative;
}

.catlink__link .catlink__icon svg path {
  fill: rgb(160, 162, 163);
  transition: all 0.25s ease;
}

.catlink__link:hover .catlink__icon svg path {
  fill: #fe293d;
}

.catlink__text {
  padding-left: 5px;
}

@media screen and (max-width: 800px) {
  .catlink {
    display: none;
  }
}

.feedback {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  transition: all 0.25s ease;
}

.feedback--leftbar {
  padding-left: 0;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.feedback__title {
  font-size: 11px;
  letter-spacing: 0.2px;
  display: block;
  opacity: 0.5;
  margin-bottom: 1px;
}

@media screen and (max-width: 800px) {
  .feedback__title {
    display: none;
  }
}

.feedback__phone {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #000000;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.feedback__phone:hover {
  color: #fe293d;
}

.feedback__link {
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
  transition: all 0.25s ease;
}

.feedback__link:hover {
  text-decoration: none;
}

.feedback__email {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.feedback__email:hover {
  color: #fe293d;
}

.feedback__text {
  padding-top: 5px;
  text-align: right;
  display: block;
}

@media screen and (max-width: 800px) {
  .feedback {
    display: none !important;
  }
}

.newfeedback .feedback__title {
  display: none;
}

@media screen and (max-width: 800px) {
  .newfeedback {
    display: none !important;
  }
}

.feedback--footer .feedback__title,
.feedback--footer .feedback__phone {
  color: #ffffff;
}

.infocart {
  padding-left: 20px;
  transition: all 0.25s ease;
}

.infocart__link {
  font-weight: bold;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  line-height: 23px;
  display: block;
  transition: all 0.25s ease;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.infocart__link:hover {
  color: #fe293d;
}

.infocart__link .infocart__icon svg {
  display: block;
}

.infocart__link .infocart__icon svg path {
  fill: rgb(160, 162, 163);
}

.infocart__text {
  padding-left: 5px;
}

.infocart__icon {
  position: relative;
}

.infocart--active .infocart__reddot {
  background: #fe293d;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  position: absolute;
  right: -3px;
  top: 0;
  animation: reddot 2s infinite ease-in-out;
}

@keyframes reddot {
  from {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.login {
  padding-left: 20px;
  transition: all 0.25s ease;
}

.login__link {
  font-weight: bold;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  line-height: 23px;
  display: block;
  transition: all 0.25s ease;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.login__link:hover {
  color: #fe293d;
}

.login__link .login__icon svg {
  display: block;
}

.login__link .login__icon svg path {
  fill: rgb(160, 162, 163);
}

.login__text {
  padding-left: 5px;
}

.header__customer-block a {
  display: block;
  text-decoration: none;
}

.header__customer-block a .header__customer-block-icon {
  border: 2px solid #ffd5d9;
  display: inline-block;
  background-color: #fe293d;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
}

.header__customer-block a .header__customer-block-icon img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
}

.header__customer-block a .header__customer-block-fio {
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 100px;
  overflow: hidden;
  font-size: 12px;
  color: #fe293d;
  font-weight: bold;
}

.logo {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.25s ease;
}

.logo--loginform {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.logo--leftbar {
  margin-bottom: 10px;
}

.logo__link {
  display: block;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.logo__slogan {
  color: #a0a2a3;
  font-size: 10px;
  line-height: 11px;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 80px;
}

@media screen and (max-width: 1000px) {
  .logo__slogan {
    display: none !important;
  }
}

.logo__imgcase {
  position: relative;
  height: 48px;
  width: 48px;
}

@media screen and (max-width: 600px) {
  .logo__imgcase {
    height: 37px !important;
    width: 37px !important;
  }
}

.logo__side {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: transform 0.5s linear;
}

.logo__side svg {
  width: 48px;
  height: 48px;
  display: block;
}

@media screen and (max-width: 600px) {
  .logo__side svg {
    height: 37px !important;
    width: 37px !important;
  }
}

.logo__side--front {
  transform: perspective(600px) rotateY(0deg);
}

.logo__side--front svg {
  fill: #fe293d;
}

.logo__side--back {
  transform: perspective(600px) rotateY(180deg);
}

.logo__side--back svg {
  fill: #121212;
}

.logo__img {
  height: 48px;
  width: 48px;
  display: block;
  transition: all 0.75s ease;
}

@media screen and (max-width: 600px) {
  .logo__img {
    height: 37px !important;
    width: 0 !important;
    transition: all 0.1s ease !important;
  }
}

.logo__text svg {
  height: 48px;
  display: block;
}

@media screen and (max-width: 600px) {
  .logo__text svg {
    height: 37px !important;
  }
}

.logo__link:hover .logo__side--front {
  transform: perspective(600px) rotateY(-180deg);
}

.logo__link:hover .logo__side--back {
  transform: perspective(600px) rotateY(0deg);
}

.navicon {
  width: 37px;
  height: 37px;
  cursor: pointer;
  margin-right: 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 6px 6px 7px 7px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.navicon svg {
  display: block;
}

.navicon svg path {
  fill: rgb(160, 162, 163);
  transition: all 0.25s ease;
}

.navicon:hover svg path {
  fill: #fe293d;
}

.navigate {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

.navigate__link {
  color: #212121;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.25s ease;
  padding: 0 10px;
}

.navigate__link:hover {
  color: #fe293d;
}

@media screen and (max-width: 800px) {
  .navigate {
    display: none !important;
  }
}

.newlogo {
  transition: all 0.25s ease;
}

.newlogo .logo__img {
  height: 37px;
  width: 0;
  transition: all 0.1s ease;
}

.newlogo .logo__slogan {
  display: none;
}

.search {
  transition: all 0.25s ease;
}

.search__title {
  font-size: 11px;
  color: #a0a2a3;
  font-weight: 500;
  margin-bottom: 4px;
}

.search__wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

@media screen and (max-width: 800px) {
  .search__wrapper {
    width: -webkit-fill-available !important;
  }
}

.search__form {
  position: relative;
}

.search__input {
  width: 100%;
  min-width: 100px;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 10px;
  color: #a0a2a3;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.search__input:active,
.search__input:focus {
  border: 1px solid #e0e0e0;
}

.search__input:hover {
  border: 1px solid #fe293d;
  cursor: pointer;
}

.search__input:focus,
.search__input:active {
  border: 1px solid #121212;
  cursor: text;
}

.search__submit {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  padding-right: 3px;
  width: 70px;
  box-sizing: border-box;
  height: 24px;
  text-align: right;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  cursor: text;
}

.search__submit > svg {
  cursor: pointer;
}

.newsearch {
  display: none;
  transition: all 0.25s ease;
}

@keyframes header-mobile-animation-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 100%;
  }
}

.header-mobile {
  transition: all 1s linear;
}

.header-mobile .phone__link,
.header-mobile .search-image-button {
  width: 100%;
  height: 100%;
}

.header-mobile-search {
  display: none;
  z-index: -1;
  transition: all 1s linear;
}

.header-mobile-search-wrapper {
  width: 100%;
}

.header-mobile-search--active {
  display: flex;
  width: 96%;
  height: 100%;
  padding: 0 2%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 1s linear;
  background-color: #fff;
  animation-name: header-mobile-animation-opacity;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}

.header-mobile-search--active .search__form {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.header-mobile-search--active .header-mobile-search-wrapper {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.header-mobile-search--active .search__input {
  padding-left: 30px;
}

.header-mobile-search--active .search__submit {
  left: 0;
  width: 28px;
}

.header-mobile-search--active .search__submit-button {
  transform: rotate(180deg);
}

.leftbar {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  display: none;
}

.leftbar__inner {
  width: 280px;
  padding: 10px 20px;
  background: #ffffff;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  position: relative;
  z-index: 101;
  margin-left: -100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.leftbar .logo--leftbar .logo__img {
  width: auto;
}

.mymenu__title {
  font-size: 10px;
  color: #787878;
  margin-bottom: 10px;
}

.mymenu__list {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.mymenu__item {
  border-bottom: 1px solid #e0e0e0;
}

.mymenu__item:last-child {
  border-bottom: 0;
}

.mymenu__link {
  display: block;
  line-height: 40px;
  color: #212121;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  padding-left: 10px;
}

.mymenu__link--active {
  font-weight: bold;
}

.mymenu__link:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  display: block;
  background: url("/images/icon_mymenu_arrow.svg") center center/18px 18px no-repeat;
  transform: rotate(-90deg);
  filter: grayscale(100);
}

.mymenu__link:hover {
  color: #fe293d;
}

.mymenu__link:hover:before {
  filter: none;
}

.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__item {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.menu__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.menu__title {
  min-height: 42px;
  line-height: 42px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.menu__close {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  padding: 12px;
  cursor: pointer;
  margin-right: -15px;
  position: relative;
}

.menu__close svg {
  display: block;
  transition: all 0.35s ease;
}

.menu__close svg path {
  fill: rgb(18, 18, 18);
}

.menu__close:hover svg {
  transform: rotate(180deg);
}

.menu__close:hover svg path {
  fill: rgb(0, 0, 0);
}

.menu__link {
  min-height: 42px;
  line-height: 42px;
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  min-width: 220px;
  transition: all 0.25s ease;
}

.menu__link:hover {
  color: #fe293d;
}

.menu__icon {
  height: 100%;
  width: 30px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.menu__link .menu__icon svg {
  display: block;
}

.menu__link .menu__icon svg path {
  fill: rgb(160, 162, 163);
  transition: all 0.25s ease;
}

.menu__link:hover .menu__icon svg path {
  fill: #fe293d;
}

.menu__text {
  line-height: 40px;
  display: block;
  padding-bottom: 2px;
}

.menu__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: -1px;
  background: #ffffff;
  display: none;
}

.menu__subitem {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.menu__sublink {
  min-height: 42px;
  line-height: 42px;
  color: #212121;
  text-decoration: none;
  font-weight: 400;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  min-width: 220px;
}

.pageCart__emptycart {
  padding-bottom: 50px;
}

.pageCart__emptycart img {
  width: 100%;
  max-width: 300px;
  display: block;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

.pageCart__emptybtncase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pageCart__emptybtn {
  line-height: 40px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.35s ease;
  background: #ffffff;
  color: #fe293d;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
}

.pageCart__emptybtn:hover {
  background: #fe293d;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .pageCart__actionsitem {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .pageCart__actionsitem--social {
    display: none;
  }
}

.pageCart__actionsitem-clear {
  display: flex;
  align-items: flex-end;
}

.pageCart__actions {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pageCart__actionscase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 800px) {
  .pageCart__actionscase {
    flex-direction: column;
  }
}

.pageCart__action {
  line-height: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.35s ease;
}

@media screen and (max-width: 800px) {
  .pageCart__action {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.pageCart__action--white {
  background: #ffffff;
  color: #fe293d;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
}

.pageCart__action--white:hover {
  background: #fe293d;
  color: #ffffff;
}

.pageCart__action--red {
  background: #fe293d;
  color: #ffffff;
}

.pageCart__action--red:hover {
  background: #121212;
  color: #ffffff;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
}

.pageCart__action-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fe293d;
}

.pageCart__action-export {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #000;
  fill: #000;
  stroke: #000;
  transition: all 0.35s ease;
  cursor: pointer;
}

.pageCart__action-export:hover {
  color: #fe293d;
  fill: #fe293d;
}

.pageCart__blocktitle {
  font-size: 11px;
  color: #121212;
  margin-bottom: 10px;
  opacity: 0.8;
  display: block;
}

.pageCart__content {
  padding-bottom: 10px;
}

.pageCart__summcase {
  padding: 20px 30px;
  background: #f5f9fa;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 30px;
}

.pageCart__summtitle {
  color: #121212;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.pageCart__summtextcase {
  font-size: 12px;
}

.pageCart #summPositionNumber,
.pageCart #summAllDiscount,
.pageCart #summAllDiscount + span.rubl,
.pageCart #summMoneyWithNotCard,
.pageCart #summMoneyWithNotCard + span.rubl,
.pageCart #summMoneyWithCard,
.pageCart #summMoneyWithCard + span.rubl {
  font-size: 16px;
}

.pageCart #summMoneyWithCard,
.pageCart #summMoneyWithNotCard {
  margin-left: 20px;
}

.orderedProduct {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

.orderedProduct--shadow {
  box-shadow: 0 0 2px 2px rgba(250, 0, 0, 0.2);
}

.orderedProduct-check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.orderedProduct .orderedProduct__item--imgcase {
  width: 130px;
}

@media screen and (max-width: 800px) {
  .orderedProduct .orderedProduct__item--imgcase {
    width: 80px;
  }
}

.orderedProduct .orderedProduct__item--detailcase {
  width: calc(100% - 150px);
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  .orderedProduct .orderedProduct__item--detailcase {
    width: calc(100% - 100px);
  }
}

.orderedProduct__img {
  max-width: 130px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .orderedProduct__img {
    max-width: 80px;
  }
}

.orderedProduct__delete {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.orderedProduct__delete svg {
  display: block;
  fill: #fe293d;
  transition: all 0.35s ease;
}

.orderedProduct__delete:hover svg {
  fill: #121212;
}

.orderedProduct__tooltip {
  position: absolute;
  right: calc(100% + 5px);
  white-space: nowrap;
  background: #212121;
  color: #cccccc;
  font-size: 12px;
  padding: 0 10px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  display: none;
}

.orderedProduct__tooltip:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #212121;
}

.orderedProduct__delete:hover .orderedProduct__tooltip {
  display: block;
}

.orderedProduct__row {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.orderedProduct__row:last-child {
  margin-bottom: 0;
}

.orderedProduct__row--alternate {
  justify-content: flex-end;
}

.orderedProduct__row--alternate-justc {
  justify-content: space-between;
}

.orderedProduct__row-request {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 12px;
}

.orderedProduct__row-request-count {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .orderedProduct__row--three {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
}

.orderedProduct--nalcase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.orderedProduct__nal {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 9px;
  position: relative;
  padding-left: 10px;
  margin-right: 15px;
}

.orderedProduct__nal--true:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #00db1a;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.orderedProduct__nal--false:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #fe293d;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.orderedProduct__nal--custom-false:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #a3a3a3;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.orderedProduct__badgecase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.orderedProduct__badge {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  color: #ffffff;
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.orderedProduct__badge--hit {
  background: #ff8000;
}

.orderedProduct__badge--new {
  background: #00db1a;
}

.orderedProduct__description,
.orderedProduct__textdiscount {
  font-size: 12px;
}

.orderedProduct__pricewrap {
  margin-right: 20px;
}

.orderedProduct__pricewrap:last-child {
  margin-right: 0;
}

.orderedProduct__oldprice,
.orderedProduct__oldsumm {
  position: relative;
}

.orderedProduct__oldprice:before,
.orderedProduct__oldsumm:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #fe293d;
  height: 1px;
}

.orderedProduct__price,
.orderedProduct__summ {
  font-weight: bold;
}

.orderedProduct__summtext {
  font-size: 12px;
  font-weight: bold;
}

.orderedProduct__amountcase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.orderedProduct__btn {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 34px;
  color: #212121;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.35s ease;
}

.orderedProduct__btn:hover {
  background: #fe293d;
  color: #ffffff;
}

.orderedProduct__btn:active {
  background: #121212;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(2px);
}

@media screen and (max-width: 800px) {
  .orderedProduct__amountcase {
    padding: 15px 0;
  }
}

.orderedProduct__amount {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.orderedProduct__amountinput {
  font-size: 12px;
  width: 30px;
  text-align: center;
  margin-right: 3px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  line-height: 38px;
  padding: 0 20px;
  color: #6e6e6e;
  margin: 0 10px;
  transition: all 0.35s ease;
}

.orderedProduct__amountinput:hover {
  border: 1px solid #fe293d;
  cursor: pointer;
}

.orderedProduct__amountinput:focus,
.orderedProduct__amountinput:active {
  border: 1px solid #121212;
  cursor: text;
}

.orderedProduct__units {
  display: block;
  display: none;
}

.orderedProduct__alert {
  font-weight: bold;
  font-size: 14px;
  color: orange;
}

.orderedProduct__alternative {
  font-size: 14px;
  font-weight: bold;
  color: #fe293d;
  cursor: pointer;
  border-bottom: 2px dotted #fe293d;
}

.pagecontent img {
  max-width: 100% !important;
  display: block;
  height: auto !important;
}

.pagePreorder-select-all {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #212121;
  cursor: pointer;
  margin-right: 5px;
}

.pagePreorder__emptypreorder {
  padding-bottom: 50px;
}

.pagePreorder__emptypreorder img {
  width: 100%;
  max-width: 300px;
  display: block;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

.pagePreorder__emptybtncase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pagePreorder__emptybtn {
  line-height: 40px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.35s ease;
  background: #ffffff;
  color: #fe293d;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
}

.pagePreorder__emptybtn:hover {
  background: #fe293d;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .pagePreorder__actionsitem {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .pagePreorder__actionsitem--social {
    display: none;
  }
}

.pagePreorder__actionsitem-clear {
  display: flex;
  align-items: flex-end;
}

.pagePreorder__actions {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pagePreorder__actionscase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 800px) {
  .pagePreorder__actionscase {
    flex-direction: column;
  }
}

.pagePreorder__action {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.35s ease;
}

@media screen and (max-width: 800px) {
  .pagePreorder__action {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.pagePreorder__action--white {
  background: #ffffff;
  color: #fe293d;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
}

.pagePreorder__action--white:hover {
  background: #fe293d;
  color: #ffffff;
}

.pagePreorder__action--red {
  background: #fe293d;
  color: #ffffff;
}

.pagePreorder__action--red .pagePreorder__action-svg {
  fill: rgb(254, 41, 61);
  transition: all 0.1s linear;
}

.pagePreorder__action--red:hover {
  background: #121212;
  color: #ffffff;
  box-shadow: 0px 5px 20px rgba(250, 0, 0, 0.2);
}

.pagePreorder__action--red:hover .pagePreorder__action-svg {
  fill: rgb(0, 0, 0);
  transition: all 0.1s linear;
}

.pagePreorder__action-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fe293d;
}

.pagePreorder__action-export {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #000;
  fill: #000;
  stroke: #000;
  transition: all 0.35s ease;
  cursor: pointer;
}

.pagePreorder__action-export:hover {
  color: #fe293d;
  fill: #fe293d;
}

.pagePreorder__blocktitle {
  font-size: 11px;
  color: #121212;
  margin-bottom: 10px;
  opacity: 0.8;
  display: block;
}

.pagePreorder__content {
  padding-bottom: 10px;
}

.pagePreorder__summcase {
  padding: 20px 30px;
  background: #f5f9fa;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 30px;
}

.pagePreorder__summtitle {
  color: #121212;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.pagePreorder__summtextcase {
  font-size: 12px;
}

.pagePreorder #summPositionNumber,
.pagePreorder #summAllDiscount,
.pagePreorder #summAllDiscount + span.rubl,
.pagePreorder #summMoneyWithNotCard,
.pagePreorder #summMoneyWithNotCard + span.rubl,
.pagePreorder #summMoneyWithCard,
.pagePreorder #summMoneyWithCard + span.rubl {
  font-size: 16px;
}

.pagePreorder #summMoneyWithCard,
.pagePreorder #summMoneyWithNotCard {
  margin-left: 20px;
}

.newspage__htitle {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
  margin-bottom: 15px;
  margin-top: 5px;
}

.newspage__content {
  padding-bottom: 20px;
  font-size: 14px;
}

.newspage__content p {
  margin-bottom: 10px;
}

.newspage__content img {
  width: 100%;
  display: block;
}

.newspage__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
}

.newspage__item {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.newspage__link {
  display: block;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 4px;
  height: 100%;
}

.newspage__link:hover {
  border-color: transparent;
  box-shadow: 0px 5px 20px rgba(255, 0, 0, 0.2);
}

.newspage__imgcase {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.newspage__imgcase:after {
  display: none;
}

.newspage__img {
  height: 200px;
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
}

.newspage__title {
  display: block;
  color: #212121;
  text-decoration: none;
  margin-bottom: 5px;
  font-weight: bold;
}

.newspage__title:hover {
  color: #000;
}

.newspage__link:hover .newspage__imgcase:after {
  contain: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: block;
}

.newspage__link:hover .newspage__img {
  transform: scale(1.2);
}

.newspage__date {
  color: #a0a2a3;
  font-size: 12px;
}

.newspage__alllinkcase {
  position: relative;
  display: block;
  background-image: linear-gradient(#fe293d, #fe293d);
  background-size: 100% 1px;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.newspage__alllink {
  padding-left: 50px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #fe293d;
  text-decoration: none;
  background: #ffffff;
  padding-right: 15px;
  transition: all 0.25s ease;
}

.newspage__alllink svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  fill: #fe293d;
  transition: all 0.25s ease;
}

.newspage__alllink span {
  position: relative;
  top: -1px;
}

.newspage__alllink:hover {
  color: #121212;
}

.newspage__alllink:hover svg {
  animation: arrowLeftRight 1.5s infinite linear;
  fill: #121212;
}

.lcfilter {
  background: #f5f9fa;
  border-radius: 4px;
  padding: 20px 25px;
  margin-bottom: 10px;
}

.lcfilter__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.lcfilter__item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.lcfilter__link {
  background: #dadfe3;
  border-radius: 18px 0 18px 18px;
  line-height: 36px;
  font-size: 11px;
  font-weight: bold;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #212121;
  transition: all 0.35s ease;
}

.lcfilter__link:hover {
  background: #a2aab0;
  color: #ffffff;
  opacity: 0.8;
}

.lcfilter__link--active {
  background: #fe293d;
  color: #ffffff;
}

.lcfilter__searchcase {
  padding-top: 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.lcfilter__label {
  font-size: 10px;
  color: #a2aab0;
  width: 100%;
  margin-bottom: 5px;
}

.lcfilter__searchwrapper {
  width: calc(100% - 135px);
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 44px;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lcfilter__select {
  height: 44px;
  line-height: 44px;
  display: block;
  width: 135px;
  padding-left: 10px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  background: url("/images/arrow-down-filled-triangle.png") right 10px top 19px/8px 8px no-repeat transparent;
}

.lcfilter__input {
  width: calc(100% - 135px);
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  font-size: 10px;
}

.lcfilter__input--search {
  width: 100%;
}

.lcfilter__searchbtncase {
  width: 125px;
}

.lcfilter__searchbtn {
  margin-left: 10px;
}

.lcbutton {
  background: transparent;
  border-radius: 4px;
  line-height: 34px;
  height: 34px;
  display: block;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.35s ease;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .lcbutton {
    padding: 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .lcbutton {
    padding: 0 8px;
    font-size: 10px;
  }
}

.lcbutton svg {
  display: block;
  margin-bottom: -2px;
  margin-left: 5px;
}

.lcbutton--white {
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.lcbutton--white:hover {
  background: #ffffff;
  border-color: transparent;
  box-shadow: 0 5px 20px rgba(254, 41, 61, 0.35);
}

.lcbutton--red {
  border: 1px solid #fe293d;
  background: #fe293d;
  color: #ffffff;
}

.lcbutton--red:hover {
  background: #212121;
  border-color: transparent;
  box-shadow: 0 5px 20px rgba(254, 41, 61, 0.35);
}

.lcbutton--active {
  border: 1px solid #fe293d;
  background: #fe293d;
  color: #ffffff;
}

.lcbutton--active:hover {
  border: 1px solid #fe293d;
  background: #fe293d;
  color: #ffffff;
}

span.lcbutton:hover {
  background: inherit;
  color: inherit;
  box-shadow: inherit;
  cursor: default;
  border-color: #e0e0e0;
}

.lcorder__lightblue {
  background: #f5f9fa;
  padding: 25px;
  margin-bottom: 20px;
}

.lcorder__titlecase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .lcorder__titlecase {
    flex-direction: column;
  }
}

.lcorder__title {
  font-size: 14px;
  font-weight: bold;
  color: #121212;
}

.lcorder__actioncase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 800px) {
  .lcorder__actioncase {
    display: none;
  }
}

.lcorder__action {
  font-size: 10px;
  font-weight: bold;
  color: #121212;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-left: 10px;
}

.lcorder__action:hover {
  color: #fe293d;
  text-decoration: underline;
}

.lcorder__action img {
  margin-right: 3px;
  display: block;
}

.lcorder__action--share img {
  transform: scaleX(-1);
}

.lcorder__mancase {
  font-size: 12px;
  margin-bottom: 15px;
}

.lcorder__mantitle {
  font-weight: bold;
  font-size: 9px;
}

.lcorder__mantitle a {
  color: #121212;
  text-decoration: underline;
}

.lcorder__mantitle a:hover {
  color: #fe293d;
  text-decoration: none;
}

.lcorder__tablecase {
  overflow-x: auto;
  margin-bottom: 15px;
  padding: 10px 0;
}

.lcorder__table {
  width: 100%;
  font-size: 11px;
}

.lcorder__table thead {
  background: #a2aab0;
  color: #ffffff;
  font-weight: bold;
}

.lcorder__table thead tr {
  background: none !important;
}

.lcorder__table tfoot {
  font-weight: bold;
  color: #121212;
}

.lcorder__table tr {
  background: #ffffff;
}

.lcorder__table tr:nth-child(even) {
  background: #f5f9fa;
}

.lcorder__table tr td {
  padding: 5px;
  box-sizing: border-box;
  vertical-align: top;
  border: 1px solid #ffffff;
  border-collapse: collapse;
}

.lcorder__table tr td:nth-child(1) {
  text-align: center;
}

.lcorder__table tr td:nth-child(2) {
  text-align: left;
}

.lcorder__table tr td:nth-child(3) {
  text-align: center;
}

.lcorder__table tr td:nth-child(4) {
  text-align: center;
}

.lcorder__table tr td:nth-child(5) {
  text-align: center;
}

.lcorder__details {
  font-size: 12px;
  padding-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.lcorder__detailstitle {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 10px;
}

.lcorder__detailstext {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.lcorder__detailstext--file {
  flex-direction: column;
  align-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 800px) {
  .lcorder__detailstext {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
}

.lcorder__clearfix {
  clear: both;
}

.lcorder__link {
  color: #121212;
  text-decoration: underline;
}

.lcorder__link:hover {
  color: #fe293d;
  text-decoration: none;
}

.lcorder__document {
  font-weight: bold;
  color: #121212;
  text-decoration: underline;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.lcorder__document:hover {
  color: #fe293d;
  text-decoration: none;
}

.lcorder__document img {
  display: block;
  margin-right: 5px;
}

.lcorder__select {
  height: 26px;
  line-height: 26px;
  display: block;
  padding: 0 12px;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  appearance: none;
  font-size: 12px;
  background: #ffffff;
  min-width: 200px;
  border-radius: 4px;
  background: url("/images/arrow-down-filled-triangle.png") right 12px top 9px/8px 8px no-repeat #ffffff;
}

.lcorder__input {
  min-width: 200px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  height: 26px;
  line-height: 25px;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.lcorder__typefileimg {
  display: block;
  margin-right: 5px;
}

.lcorder__typefilecase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  .lcorder__typefilecase {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
}

.lcorder__typefile {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0;
  line-height: 0;
}

.lcorder__typefilefake {
  font-weight: bold;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  line-height: 44px;
  height: 44px;
  padding: 0 20px;
  display: block;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  cursor: pointer;
}

.lcorder__sendclientcase {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .lcorder__sendclientcase {
    padding-left: 0;
  }
}

.lcorder__sendclientimgcase {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  align-items: center;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 10px;
}

.lcorder__sendclientimg {
  display: block;
  margin: auto;
  text-align: center;
}

.lcorders__item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.lcorders__case {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding: 15px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  line-height: 1.5;
}

.lcorders__wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 800px) {
  .lcorders__wrapper {
    flex-direction: column;
    width: 100%;
  }
}

.lcorders__details {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 300px);
}

@media screen and (max-width: 800px) {
  .lcorders__details {
    width: 100%;
  }
}

.lcorders__text {
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .lcorders__text {
    padding: 0;
  }
}

.lcorders__number {
  font-weight: bold;
  font-size: 10px;
}

.lcorders__date {
  font-size: 10px;
}

.lcorders__status {
  font-size: 10px;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.lcorders__status svg {
  margin-right: 3px;
  display: block;
}

.lcorders__status--paid svg {
  fill: #00db1a;
}

.lcorders__status--wwaiting {
  fill: #dbc100;
}

.lcorders__status--scoring {
  fill: #306de6;
}

.lcorders__status--completed {
  fill: #B40097;
}

.lcorders__status--cancelled {
  fill: #fe293d;
}

.lcorders__status--new {
  fill: #5A0DAC;
}

.lcorders__date {
  color: #8c8c8c;
}

.lcorders__buyer {
  width: 100%;
  display: block;
  font-size: 12px;
  padding-top: 3px;
}

.lcorders__pricecase {
  width: 120px;
  font-size: 10px;
}

@media screen and (max-width: 800px) {
  .lcorders__pricecase {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

.lcorders__priceinner {
  font-size: 16px;
  font-weight: bold;
}

.lcorders__btncase {
  width: 180px;
}

.lcpaginfull {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.lcpaginfull__item {
  min-width: 180px;
}

.lcpaginfull__btncase {
  width: 100%;
}

.lcpaginfull__viewpages {
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lcpaginfull__select {
  height: 44px;
  line-height: 44px;
  display: block;
  border: 1px solid #e0e0e0;
  width: 59px;
  padding-left: 10px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  appearance: none;
  font-size: 12px;
  margin-left: 10px;
  background: url("/images/arrow-down-filled-triangle.png") right 10px top 19px/8px 8px no-repeat transparent;
}

.lcpaginsmall {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.lcpaginsmall__item {
  min-width: 180px;
}

.lcpaginsmall__btncase {
  width: 100%;
}

.lcpaginsmall__viewpages {
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lcpaginsmall__select {
  height: 44px;
  line-height: 44px;
  display: block;
  border: 1px solid #e0e0e0;
  width: 59px;
  padding-left: 10px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  appearance: none;
  font-size: 12px;
  margin-left: 10px;
  background: url("/images/arrow-down-filled-triangle.png") right 10px top 19px/8px 8px no-repeat transparent;
}

.lcpagination {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lcpagination__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 10px;
}

.lcpagination__item {
  margin: 0 5px;
}

.lcpagination__btn {
  width: 44px;
  text-decoration: none;
  color: #212121;
}

.lcpagination__btn.lcbutton--red {
  color: #ffffff;
}

.lcnotifications__list {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.lcnotifications__item {
  background: #f5f9fa;
  border-radius: 4px;
  padding: 20px 25px;
  margin-bottom: 10px;
}

.lcnotifications__text {
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
}

.lcnotifications__date {
  font-size: 10px;
  color: #8c8c8c;
}

.lcnotifications__buyer {
  width: 100%;
  display: block;
  font-size: 12px;
  padding-top: 3px;
}

.lcnotifications a {
  color: #fe293d;
  text-decoration: underline;
}

.lcnotifications a:hover {
  text-decoration: none;
}

.lcclients__item {
  background: #f5f9fa;
  padding: 15px 25px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.lcclients__icon {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.35s ease;
}

.lcclients__btntoggle {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  transition: all 0.35s ease;
}

.lcclients__btntoggle--rotate {
  transition: all 0.35s ease;
}

.lcclients__btntoggle--rotate img {
  transform: rotate(180deg);
}

.lcclients__details {
  padding-top: 10px;
  display: none;
}

.lcclients__title {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.lcclients__name {
  font-size: 14px;
  font-weight: bold;
}

.lcclients__textcase {
  margin-bottom: 15px;
}

.lcclients__subtitle {
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 5px;
}

.lcclients__text {
  font-size: 12px;
}

.lcclients__linklist {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

.lcclients__linkitem {
  padding-bottom: 5px;
  padding-right: 20px;
}

.lcclients__link {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: #121212;
  opacity: 0.5;
}

.lcclients__link:hover {
  opacity: 1;
  text-decoration: none;
}

.lcprofile__item {
  background: #f5f9fa;
  padding: 15px 25px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.lcprofile__icon {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.35s ease;
}

.lcprofile__btntoggle {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  transition: all 0.35s ease;
}

.lcprofile__btntoggle--rotate {
  transition: all 0.35s ease;
}

.lcprofile__btntoggle--rotate img {
  transform: rotate(180deg);
}

.lcprofile__details {
  padding-top: 10px;
}

.lcprofile__title {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.lcprofile__name {
  font-size: 14px;
  font-weight: bold;
}

.lcprofile__textcase {
  margin-bottom: 15px;
}

.lcprofile__subtitle {
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 5px;
}

.lcprofile__text {
  font-size: 12px;
}

.lcprofile__linklist {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}

.lcprofile__linkitem {
  padding-bottom: 5px;
  padding-right: 20px;
}

.lcprofile__link {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: #121212;
  opacity: 0.5;
}

.lcprofile__link:hover {
  opacity: 1;
  text-decoration: none;
}

.lcprofile__input {
  width: 100%;
  min-width: 100px;
  max-width: 250px;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 10px;
  color: #a0a2a3;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.lcprofile__input:active,
.lcprofile__input:focus {
  border: 1px solid #e0e0e0;
}

.lcprofile__input:hover {
  border: 1px solid #fe293d;
  cursor: pointer;
}

.lcprofile__input:focus,
.lcprofile__input:active {
  border: 1px solid #121212;
  cursor: text;
}

.lcprofile__submit {
  width: 100%;
  min-width: 100px;
  max-width: 250px;
}

.about {
  padding: 25px 0;
}

.about__inner {
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .about__inner {
    flex-direction: column;
  }
}

.about__item--left {
  width: 20%;
}

@media screen and (max-width: 1000px) {
  .about__item--left {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}

.about__item--right {
  width: 80%;
}

@media screen and (max-width: 1000px) {
  .about__item--right {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
}

.about__imgcase {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.about__img {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .about__img {
    position: relative;
    transform: none;
    right: auto;
    top: auto;
  }
}

@media screen and (max-width: 800px) {
  .about__img {
    width: 100%;
    max-width: 300px;
  }
}

.advantages__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
}

.advantages__item {
  width: 25%;
  padding: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .advantages__item {
    width: 50%;
  }
}

.advantages__inner {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.advantages__imgcase {
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAA2CAYAAABHno4jAAACk0lEQVR4nOWb23ECMQxFKYESKCElUAIlUEJKSAkpgU5CB6QDaayd4XPpQPlYM2QIZB962cYzfGJ0z2jBh9WuGIkNX1+rShYjfVmyWBmDZoZuHw1xbDF0e2sO9qAxQTTIscWYoAHQxAzdezTMZ4uhe/dg4AMaU8/Qr6Oh3i+Gfs2Y+oZAEzPQRzTY+8VAH175/UBj6hnOm2i418Vw3vhldwVNzJAO0YCviyEd2gWNxCV0NUP35p3bH3QBEsPGclIKaGagbRhkoG1E5hjQgV3NSKdXAh2i5h6qXR5o9FdzD9UuEDS5SoynnJQH2knNPVW7UNA+XR3dzWWARjKVGG/VLhy0nZp7q3bZoJGYoXvTh+yv2uWDNpAYDlDtGkCrqnmUatcBGumkBhoTFJDHEDSki+z9cjUXq7Y0gw9o6c1OmZpnOYHYDC6gaSs+UgkkRiwnkA4W3+9GoKWSsEzNVVQbzptqQOt01vyuZqBPjc+sDHS/lv8wTldz8VUE6XK9iqoCrdPV09Vc/rtwm6aqDnQuGjX3ewxZCAYIVfeLAS2+fTSq5ixV7buze5Wgc+Hf2nsqdvNRfc9A0MLCn0uMXE4s6g0CnYs/yvb9q+Zy1f7bzQ2AFksM/JYYHdV+fHysGvQQQE/NLY+ODYA+b2QSM6i5WLUhXf6ToepB63QifVr/adUIaAU1F9V3U+2mQQ9BfB7QeVzf+INLzYDOYWRqvqw2nFhbS6ADJjsn3iZrCnQOJJOYeXUdZ9TVHGi/kYDgukJB51D2XT2jmxsG7TCEOHOIsknQQzDDQcQFA5QNg5aq+VPIo3LyUqBzOP1h8YXzIY2DVlbzhd3cPOghoKKaC2b4mgedQ8rVfKJqvzjotJPXkHalgf4BDQ/AayZ5jM8AAAAASUVORK5CYII=") center center/auto 90% no-repeat transparent;
  box-sizing: border-box;
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.advantages__textcase {
  margin-top: 15px;
}

.advantages__text {
  font-size: 14px;
  text-align: center;
}

.advantages__text strong {
  font-weight: bold;
}

.gallery__item {
  box-sizing: border-box;
}

.gallery__img {
  width: 100%;
  display: block;
}

.mainform {
  background: url(/images/mainform_bg.webp?9439c8035fa1d20cd4de80a8e94484eb) center center/cover no-repeat #fe293d;
  padding: 40px;
  color: #ffffff;
}

.mainform__inner {
  width: 100%;
  max-width: 650px;
  margin: auto;
  text-align: center;
}

.mainform__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.mainform__subtitle {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}

.mainform__form {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 0;
}

@media screen and (max-width: 800px) {
  .mainform__form {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.mainform__inputcase {
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}

.mainform__inputcase--input {
  width: 33.33333%;
}

@media screen and (max-width: 800px) {
  .mainform__inputcase--input {
    width: 100%;
  }
}

.mainform__inputcase--oferta {
  width: 66.66666%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 800px) {
  .mainform__inputcase--oferta {
    width: 100%;
  }
}

.mainform__inputcase .error {
  left: 0;
  top: 0;
  width: 100%;
  background: bisque;
  color: red;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
}

.mainform__inputcase label.error {
  font-weight: bold;
  margin-top: 5px;
  padding: 3px 13px;
}

.mainform__input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.35s ease;
}

.mainform__input--text {
  background: #eeeeee;
  font-size: 12px;
  padding: 0 15px;
}

.mainform__input--text:active,
.mainform__input--text:focus {
  background: #ffffff;
}

.mainform__input--submit {
  background: #212121;
  color: #ffffff;
  text-align: center;
  min-width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s ease;
}

.mainform__input--submit:hover {
  background: #fe293d;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.mainform__label {
  font-size: 9px;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.mainform__label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTI1NiwwQzExNC42MTgsMCwwLDExNC42MTgsMCwyNTZzMTE0LjYxOCwyNTYsMjU2LDI1NnMyNTYtMTE0LjYxOCwyNTYtMjU2UzM5Ny4zODIsMCwyNTYsMHogTTI1Niw0NjkuMzMzICAgIGMtMTE3LjgxOCwwLTIxMy4zMzMtOTUuNTE1LTIxMy4zMzMtMjEzLjMzM1MxMzguMTgyLDQyLjY2NywyNTYsNDIuNjY3UzQ2OS4zMzMsMTM4LjE4Miw0NjkuMzMzLDI1NlMzNzMuODE4LDQ2OS4zMzMsMjU2LDQ2OS4zMzN6ICAgICIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=") center center/14px 14px no-repeat;
}

.mainform__radio {
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: #ffffff;
  display: none;
}

.mainform__radio:checked + .mainform__label:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQyNi42NjcgNDI2LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTIxMy4zMzMsMTA2LjY2N2MtNTguODgsMC0xMDYuNjY3LDQ3Ljc4Ny0xMDYuNjY3LDEwNi42NjdTMTU0LjQ1MywzMjAsMjEzLjMzMywzMjBTMzIwLDI3Mi4yMTMsMzIwLDIxMy4zMzMgICAgIFMyNzIuMjEzLDEwNi42NjcsMjEzLjMzMywxMDYuNjY3eiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjEzLjMzMywwQzk1LjQ2NywwLDAsOTUuNDY3LDAsMjEzLjMzM3M5NS40NjcsMjEzLjMzMywyMTMuMzMzLDIxMy4zMzNTNDI2LjY2NywzMzEuMiw0MjYuNjY3LDIxMy4zMzMgICAgIFMzMzEuMiwwLDIxMy4zMzMsMHogTTIxMy4zMzMsMzg0Yy05NC4yOTMsMC0xNzAuNjY3LTc2LjM3My0xNzAuNjY3LTE3MC42NjdTMTE5LjA0LDQyLjY2NywyMTMuMzMzLDQyLjY2NyAgICAgUzM4NCwxMTkuMDQsMzg0LDIxMy4zMzNTMzA3LjYyNywzODQsMjEzLjMzMywzODR6IiBmaWxsPSIjZmZmZmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIj48L3BhdGg+CgkJPC9nPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=") center center/14px 14px no-repeat;
}

.seoblock {
  color: #121212;
  padding: 50px 0;
  text-align: center;
}

.seoblock__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.seoblock__textcase {
  font-size: 12px;
}

.seoblock__textcase p {
  margin-bottom: 10px;
}

.footer {
  background: #1a0e0e;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 25px;
}

.footer__inner {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  padding-bottom: 25px;
}

.footer__inner--top {
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .footer__inner--top {
    flex-direction: column;
  }
}

.footer__inner--bottom {
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.footer__item--footmneu {
  width: 50%;
}

.footer__item--fcontacts {
  width: 30%;
}

.footer__item--flogo {
  width: 20%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}

.footer__item--copyright {
  width: 80%;
}

.footer__item--socials {
  width: 20%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}

.footmenu__list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footmenu__item {
  width: 50%;
  padding-bottom: 10px;
}

.footmenu__link {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
  display: block;
  transition: all 0.35s ease;
}

.footmenu__link:hover {
  color: #fe293d;
}

.copyright {
  color: #b36d6d;
  font-size: 9px;
}

.copyright__link {
  color: #b36d6d;
  text-decoration: underline;
}

.copyright__link:hover {
  text-decoration: none;
}

.footer-mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.footer-mobile-menu .footer-mobile-menu-wrapper {
  padding: 5px 15px 0px 15px;
}

.footer-mobile-menu .list-item svg path,
.footer-mobile-menu .menu-text {
  transition: all 0.25s ease;
}

.footer-mobile-menu .menu-text {
  font-size: 10px;
  font-weight: bold;
  color: #a0a2a3;
  line-height: 24px;
  transition: all 0.25s ease;
}

.footer-mobile-menu .list-item-block {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.footer-mobile-menu .list-item-block-link {
  display: flex;
  flex-direction: column;
}

.footer-mobile-menu .footer-mobile-menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: baseline;
}

.footer-mobile-menu .list-item {
  height: auto;
  min-width: 50px;
}

.footer-mobile-menu .list-item .navicon {
  margin-right: 0;
}

.footer-mobile-menu .list-item:hover .list-item-block-link {
  color: #fe293d;
}

.footer-mobile-menu .list-item:hover svg path {
  fill: #fe293d;
}

.footer-mobile-menu .list-item:hover .menu-text {
  color: #fe293d;
}

.footer-mobile-menu .navicon:hover {
  color: #fe293d;
}

.footer-mobile-menu .catlink-mobile {
  display: flex;
  flex-direction: column;
}

.footer-mobile-menu .catlink-mobile .catlink__link-mobile {
  flex-direction: column !important;
}

@media screen and (max-width: 800px) {
  .footer-mobile-menu .catlink-mobile {
    display: flex;
  }
}

@media (max-width: 800px) {
  .footer-mobile-menu {
    display: block;
  }
}

.pageCart-articles-popup {
  display: none;
}

.pageCart-articles-popup--active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.pageCart-articles-popup--active .cart-popup-warning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
}

.pageCart-articles-popup--active .articles-popup-art {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.pageCart-articles-popup--active .popup-wrapper {
  flex-direction: column;
  position: initial;
  width: 60%;
  min-height: 416px;
  overflow: auto;
  margin: auto auto;
  padding: 15px;
  background-color: #f5f9fa;
  border-radius: 4px;
  row-gap: 5px;
  z-index: 9999;
  /* Disabled */
}

.pageCart-articles-popup--active .popup-wrapper .input-file {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.pageCart-articles-popup--active .popup-wrapper .input-file span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
}

.pageCart-articles-popup--active .popup-wrapper .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.pageCart-articles-popup--active .popup-wrapper .input-file input[type=file]:disabled + span {
  background-color: #eee;
}

.pageCart-articles-popup--active .popup-wrapper #body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 32%;
}

.pageCart-articles-popup--active .popup-wrapper canvas-datagrid {
  height: 240px;
  display: block;
}

.pageCart-articles-popup--active .popup-wrapper .cart-popup-drop {
  border: 2px dotted #fe293d;
}

.pageCart-articles-popup--active .popup-wrapper .cart-popup-drop-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  padding: 23px 10px;
  margin: 8px;
  font-size: 14px;
  color: #fe293d;
  background-color: rgba(254, 41, 61, 0.1);
}

.pageCart-articles-popup--active .articles-popup__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pageCart-articles-popup--active .cart-popup__title {
  font-size: 16px;
  margin-bottom: 20px;
}

.pageCart-articles-popup--active .popup-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.pageCart-articles-popup--active .article-popup-close {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.pageCart-articles-popup--active .article-popup-close img {
  transform: rotateZ(0deg);
  transition: all 0.2s linear;
}

.pageCart-articles-popup--active .article-popup-close:hover img {
  transform: rotateZ(90deg);
  transition: all 0.2s linear;
}

.pageCart-articles-popup--active .articles-popup-shadow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
  z-index: 999;
  top: 0;
  left: 0;
}

.pageCart-articles-popup--active .articles-popup-button {
  padding: 11px 22px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.pageCart-articles-popup--active .articles-popup-button--white {
  background-color: #f5f9fa;
  border: 1px solid #e0e0e0;
  color: #212121;
}

.pageCart-articles-popup--active .articles-popup-button--red {
  background-color: #fe293d;
  border: 1px solid #fe293d;
  color: #ffffff;
}

.pageCart-articles-popup--active .articles-popup-button:disabled {
  cursor: auto;
  background-color: #a0a2a3;
  border: 1px solid #a0a2a3;
}

.pageCart-articles-popup--active .cart-popup-form-buttons {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.pageCart-articles-popup--active #input-file-load-name {
  display: none;
}

.pageCart-articles-popup--active .input-file-load-name-wrap {
  cursor: default;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 14px;
  color: #fe293d;
}

.pageCart-articles-popup--active .input-file-load-name-wrap span {
  cursor: default;
}

.pageCart-articles-popup--active .pageCart__action--export {
  margin-bottom: 0;
}

.pageCart-articles-popup--active .cart-popup-download-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fe293d;
  font-size: 14px;
  margin-top: 20px;
}

.pageCart-articles-popup--active #cart-popup-xport {
  transition: all 0.35s ease;
}

.pageCart-articles-popup--active #cart-popup-xport:disabled {
  background-color: #a0a2a3;
  border: 1px solid #a0a2a3;
  color: #fff;
  box-shadow: none;
  cursor: auto;
}

.pageCart-articles-popup--active #cart-popup-xport:disabled:hover {
  background-color: #a0a2a3;
  border: 1px solid #a0a2a3;
  color: #fff;
  box-shadow: none;
  cursor: auto;
}

.pageCart-articles-popup--active #cart-popup-xport:hover {
  color: #fe293d;
  border: 1px solid #fff;
  background-color: #fff;
}

.pageCart-articles-popup--active #cart-popup-xport-reset {
  cursor: pointer;
}

.pageCart-articles-popup--active #cart-popup-xport-reset:disabled {
  background-color: #f5f9fa;
  border: 1px solid #e0e0e0;
  color: #a0a2a3;
  box-shadow: none;
  cursor: auto;
}

.analogs-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.analogs-modal--active {
  display: flex;
}

.analogs-modal-shadow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
  z-index: 999;
  top: 0;
  left: 0;
}

.analogs-modal-block {
  width: 100%;
  max-width: 719px;
  height: 50%;
  background-color: #f5f9fa;
  padding: 20px;
  z-index: 1000;
}

.analogs-modal__analogs {
  font-size: 9px;
  font-weight: bold;
  color: #fe293d;
}

.analogs-modal-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
}

.analogs-modal-top-left {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.analogs-modal-close {
  display: flex;
  padding: 5px;
  cursor: pointer;
}

.analogs-modal__title {
  font-size: 24px;
  font-weight: bold;
}

.analogs-modal-body {
  max-height: 92%;
  overflow-y: auto;
  overflow-x: hidden;
}

.analogs-modal .productCard {
  width: calc((100% - 10px) / 3);
}

.analogs-modal .productList__list {
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .mainslider .mainslider__list .mainslider__item {
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 280px;
  }

  .mainslider .mainslider__list .mainslider__item .mainslider__description {
    top: 100px;
  }
}

