@charset "utf-8";
body,
html {
  margin: 0;
  padding: 0;
  border: none;
  font-family: verdana, "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.125rem;
  color: #d5d6d7;
  color: #fdfeff;
  width: 100%;
  height: auto;
  height: 100%;
  min-height: 100%;
}
body {
  background-color: #182331;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
a {
  color: #f7f7f8;
  cursor: pointer;
}
a:hover {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
a:hover {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
p {
  font-size: 0.875rem;
}
div {
  font-size: 0.875rem;
}
h1 {
  line-height: 1.875rem;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 1.375rem;
  font-weight: normal;
}
h3 {
  font-size: 1.0625rem;
}
img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {
  visibility: hidden;
}
img[src] {
  visibility: visible;
}
form {
  margin: 0;
  padding: 0;
  line-height: 1.125rem;
}
input,
select,
textarea {
  font:
    0.875rem Arial,
    Helvetica,
    sans-serif;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.125rem;
  color: #ffffff;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
article,
aside,
footer,
header,
menu,
nav,
section {
  display: block;
}
strong {
  font-weight: 600;
}
::-moz-selection {
  background: rgba(108, 126, 141, 0.95);
  color: #f5903b;
}
::selection {
  background: rgba(108, 126, 141, 0.95);
  color: #f5903b;
}
.bg {
  position: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.bg__in {
  position: relative;
  height: 100%;
  background-image: url(../img/bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.loadingIndicator {
  display: block;
  height: 100%;
  background-image: url(../img/loading.gif);
  background-position: 200px 0;
  background-repeat: no-repeat;
}
.clear {
  clear: both;
  height: 0px;
}
.db {
  display: block;
}
.dn {
  display: none !important;
}
.bodyIn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-y: scroll;
}
.bodyIn_fixed {
  position: static;
}
.mainWrapper {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
}
.bodyIn_fixed > .mainWrapper {
  height: 0;
}
.mainHeader {
  width: 80%;
  max-width: 1400px;
  height: 5.9375rem;
  position: absolute;
  top: 0;
  z-index: 3;
  background-image: url(../img/bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-attachment: fixed;
}
.mainAside {
  width: 14.75rem;
  height: 100%;
  padding-top: 5.9375rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: fixed;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.mainAside__in {
  padding-right: 0.3125rem;
  position: absolute;
  top: 5.9375rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.mainContent {
  padding: 5.9375rem 0 1.875rem 15.3125rem;
  position: relative;
  z-index: 1;
}
.mainContent__h1,
h1 {
  margin: 0.5rem 0;
  font-size: 2.1875rem;
  line-height: 2.25rem;
}
.mainContent__h1:first-child,
h1:first-child {
  margin-top: 0;
}
.mainContent__h2 {
  margin: 0;
  padding: 0.3125rem 0;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25rem;
  border-bottom: 1px solid rgba(213, 214, 215, 0.1);
}
.headingWrapper {
  position: relative;
}
.headingHintTooltip {
  position: absolute;
  top: 44%;
  right: 0;
  margin-left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(50, 115, 255, 0.18);
  color: #ffffff;
  padding: 3px 3px 3px 0px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(50, 115, 255, 0.21);
  box-shadow: 0 0 10px rgba(50, 115, 255, 0.21);
  z-index: 1000;
  width: 300px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  line-height: 1rem;
  visibility: hidden;
  -webkit-transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}
.headingHintTooltip.show {
  opacity: 0.85;
  visibility: visible;
}
.productList + .mainContent__h2 {
  margin-top: 0.875rem;
}
.mainContent__descr {
  margin: 1.25rem 0;
  font-size: 0.75rem;
  line-height: 1rem;
}
.mainContent__descr:has(p:empty) {
  margin: 0;
}
.body.noSideBar .mainContent {
  padding-left: 0;
}
.body.noSideBar .mainAside {
  display: none;
}
#lang_select:hover {
  cursor: pointer;
}
.mainLogo {
  display: block;
  width: 15.625rem;
  height: 5.9375rem;
  overflow: hidden;
}
.mainLogoIn {
  display: block;
  width: 249px;
  height: 54px;
  margin-top: 1.625rem;
}
.mainHeader__search {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.25rem;
  right: 0;
  background-color: rgba(0, 20, 42, 0.15);
  border: solid 1px rgba(51, 51, 51, 0.13);
  border-radius: 6px;
}
.mainHeader__search input {
  display: block;
  width: 14.875rem;
  padding: 0.3125rem 1.75rem 0.3125rem 0.3125rem;
  border: 0;
  margin: 0;
  font-style: italic;
  font-weight: 400;
  background-color: transparent;
}
.mainHeader__search button {
  display: block;
  width: 28px;
  height: 28px;
  border: 0;
  margin: 0;
  position: absolute;
  top: -2px;
  right: 0;
  background-color: transparent;
  background-image: url(../img/mainHeader__search__button.png);
  opacity: 0.3;
}
.mainHeader__search button:hover {
  cursor: pointer;
}
.mainHeader__search input:focus + button {
  opacity: 1;
}
.mainHeader__nav {
  position: absolute;
  right: 0;
  bottom: 0.625rem;
}
.mainHeader__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainHeader__nav ul li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 5px;
}
.mainHeader__nav ul li > a {
  display: inline-block;
  margin: 0 1.875rem;
  font-size: 1.0625rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.exitbtn {
  display: inline-block;
  margin: 0 1.875rem;
  font-size: 1.0625rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-right: 1.875rem;
  cursor: pointer;
}
.exitbtn:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.mainHeader__nav ul li:first-child > a {
  margin-left: 0;
}
.mainHeader__nav ul li:after {
  content: ".";
  display: inline-block;
  height: 1.25rem;
  width: 1px;
  vertical-align: top;
  font-size: 0;
  background-color: #7d8792;
}
.mainHeader__nav ul li:last-child {
  height: 1.25rem;
}
.mainHeader__nav ul li:last-child:after {
  content: none;
}
.mainHeader__nav ul li .popUpWindow {
  top: 1.875rem;
  right: 0.9375rem;
  height: 11.5625rem;
  width: 18.75rem;
  z-index: 10;
}
.mainAside__nav {
  position: relative;
}
.mainAside__nav ul,
ul.mainAside__nav__popUpList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainAside__nav ul li,
ul.mainAside__nav__popUpList li {
  display: block;
  white-space: nowrap;
  position: relative;
  padding-bottom: 1px;
}
.mainAside__nav ul li a,
.mobile_contactus-btn,
ul.mainAside__nav__popUpList li a {
  display: block;
  height: 1.875rem;
  padding: 0.9375rem 0 0.9375rem 4rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.875rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fdfeff;
}
#library_fixed.selected,
.mainAside__nav ul li a:hover,
.mainAside__nav ul li.selected > a {
  color: #fff;
  background-color: rgba(50, 60, 73, 0.3);
}
.mainAside__nav ul li a:after {
  content: ".";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1.375rem;
  right: 1px;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-position: -256px -18px;
  background-repeat: no-repeat;
}
.mainAside__nav ul li:after {
  content: ".";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 2.5rem;
  font-size: 0;
  background-color: rgba(213, 214, 215, 0.1);
}
.mainAside__nav__icons {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.9375rem;
  left: 0.625rem;
  background-image: url(../img/mainAside__nav__icons.png);
  background-repeat: no-repeat;
}
.mainAside__nav__icons_main {
  background-position: 0 -30px;
}
.mainAside__nav__icons_news {
  background-position: -30px -30px;
}
.mainAside__nav__icons_library {
  background-position: -60px -30px;
}
.mainAside__nav__icons_catalog {
  background-position: -90px -30px;
}
.mainAside__nav__icons_cart {
  background-position: -120px -30px;
}
.mainAside__nav ul.mainAside__nav__subList {
  margin-left: 2.5rem;
}
.mainAside__nav li.selected ul.mainAside__nav__subList {
  display: block;
}
.mainAside__nav ul.mainAside__nav__subList li {
  white-space: normal;
}
.mainAside__nav ul.mainAside__nav__subList li a,
ul.mainAside__nav__subList li div {
  height: auto;
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.125rem;
}
ul.mainAside__nav__subList li div:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}
.mainAside__nav ul.mainAside__nav__subList li.hasSub {
  cursor: pointer;
}
.mainAside__nav ul.mainAside__nav__subList li a:after,
ul.mainAside__nav__subList li div:after {
  content: none;
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 1px;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-position: -224px 0;
  background-repeat: no-repeat;
}
.mainAside__nav ul.mainAside__nav__subList li.hasSub > a:after,
.mainAside__nav ul.mainAside__nav__subList li.hasSub > div:after {
  content: ".";
}
.mainAside__nav ul.mainAside__nav__subList li:after {
  content: none;
}
.mainAside__nav__subList__deals {
  font-weight: 400;
  text-transform: uppercase;
}
.mainAside__nav__subList__deals:before {
  content: ".";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 0;
  background-color: rgba(213, 214, 215, 0.1);
}
.mainAside__nav__subList__deals a:before {
  content: "A";
  display: inline-block;
  width: 1.25rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #ec523a;
}
.mainAside__nav__subList__cart:before {
  content: ".";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 0;
  background-color: rgba(213, 214, 215, 0.1);
}
.mainAside__nav ul li.mainAside__nav__subList__cart a {
  height: auto;
  padding: 0.625rem 0 0.625rem 3.125rem;
  line-height: 1.0625rem;
}
.mainAside__nav__subList__cart .mainAside__nav__icons_cart {
  top: 0.8125rem;
}
.mainAside__nav__subList__cart__label {
  display: inline-block;
}
.mainAside__nav__subList__cart__title {
  font-size: 1.0625rem;
  font-weight: 300;
  color: #fff;
}
.mainAside__nav__subList__cart__title_empty {
  display: none;
}
.mainAside__nav__subList__cart__amount {
  display: block;
  color: #d5d6d7;
}
.mainAside__nav__subList__cart__count {
  display: inline-block;
  min-width: 1.125rem;
  padding: 2px 4px;
  margin-top: -4px;
  position: absolute;
  right: 0;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
  color: #fff;
  background-color: #88ba44;
  border-radius: 2px;
}
.mainAside__nav__subList__cart.empty .mainAside__nav__subList__cart__title {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.mainAside__nav__subList__cart.empty
  .mainAside__nav__subList__cart__title_empty {
  display: block;
}
.mainAside__nav__subList__cart.empty .mainAside__nav__subList__cart__amount,
.mainAside__nav__subList__cart.empty .mainAside__nav__subList__cart__count {
  display: block;
}
ul.mainAside__nav__popUpList {
  display: none;
  margin-left: 2px;
  margin-left: 0;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(62, 73, 84, 0.95);
}
body > ul.mainAside__nav__popUpList {
  display: block;
  overflow-x: hidden;
}
ul.mainAside__nav__popUpList li a {
  padding: 0 1.25rem 0 0.9375rem;
  width: 99%;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
}
ul.mainAside__nav__popUpList li .infoIcon {
  margin-left: 4px;
  margin-bottom: 2px;
}
ul.mainAside__nav__popUpList li:hover {
  background-color: rgba(50, 60, 73, 0.6);
}
.mainFilters {
  margin: 0.9375rem 0;
}
.mainFilters form {
  margin: 0;
  padding: 0;
}
.mainFilters__item {
  margin: 0.3125rem 0;
  padding: 0.4375rem 0.625rem;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.mainFilters__header {
  margin: 0;
  position: relative;
  font-weight: 300;
  font-size: 0.9375rem !important;
  cursor: pointer;
}
.mainFilters__item.collapsed .mainFilters__header:after {
  content: ".";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-position: -235px 0;
  background-repeat: no-repeat;
}
.mainFilters__list {
  margin: 0.3125rem 0 0.3125rem 0.625rem;
  padding: 0;
  list-style: none;
}
.mainFilters__item.collapsed .mainFilters__list {
  display: none;
}
.mainFilters__list li {
  padding: 4px 0;
  font-weight: 300;
}
.mainFilters__list li:last-child {
  padding-bottom: 0;
}
.mainFilters__clear {
  margin: 0.625rem;
}
.mainFilters__clear span {
  font-weight: 300;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  opacity: 0.9;
  color: #f5903b;
  cursor: pointer;
}
.mainFilters__clear span:hover {
  opacity: 1;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.sidePagination_news {
  margin-top: -2.75rem;
  padding: 2px;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sidePagination_news li {
  display: inline-block;
  width: 16.66666666%;
  margin: -1px 0;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-left: 0;
  border-right: 0;
}
.sidePagination_news li a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.sidePagination_news.news {
  text-align: right;
}
.sidePagination_news.news li {
  width: 2.1875rem;
}
.sidePagination_news li:first-child {
  border-top-left-radius: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  margin-top: -1px;
  border-left: 1px;
  border-right: 0;
}
.sidePagination_news li:last-child {
  border-top-right-radius: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  margin-top: -1px;
  border-left: 0;
  border-right: 1px;
}
.sidePagination_news li:first-child a,
.sidePagination_news li:first-child span {
  margin-left: 0;
  border-top-left-radius: 6px;
}
.sidePagination_news li:last-child a {
  border-top-right-radius: 6px;
}
.sidePagination_news a,
.sidePagination_news span {
  display: block;
  height: 1.125rem;
  padding: 0.4rem 0;
  margin-left: 1px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidePagination_news a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidePagination_news li.selected a:after,
.sidePagination_news li.selected span:after {
  content: ".";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  font-size: 0;
  background-color: rgba(245, 144, 59, 1);
}
.sidePagination_news li a.next:after,
.sidePagination_news li a.prev:after {
  content: ".";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -80px -16px;
}
.sidePagination_news li a.next:after {
  background-position: -96px -16px;
}
.sidePagination_news li:first-child a {
  margin-left: 0;
}
.sidePagination {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.sidePagination li {
  display: inline-block;
  width: 16.66666666%;
  margin: -1px 0;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-left: 0;
  border-right: 0;
}
.sidePagination li a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.sidePagination.news {
  text-align: right;
}
.sidePagination.news li {
  width: 2.1875rem;
}
.sidePagination a,
.sidePagination span {
  display: block;
  height: 1.125rem;
  padding: 0.5625rem 0;
  margin-left: 1px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidePagination a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidePagination li.selected a:after,
.sidePagination li.selected span:after {
  content: ".";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  background-color: rgba(245, 144, 59, 1);
}
.sidePagination li a.next:after,
.sidePagination li a.prev:after {
  content: ".";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -80px -16px;
}
.sidePagination li a.next:after {
  background-position: -96px -16px;
}
.sidePagination li:first-child a {
  margin-left: 0;
}
.mainPath {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0 4px 11px 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, rgba(255, 255, 255, 0.02)),
    color-stop(50%, rgba(255, 255, 255, 0.03))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.02) 20%,
    rgba(255, 255, 255, 0.03) 50%
  );
  border-left: none;
}
.mainPath ul {
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none;
}
.mainPath ul li {
  display: inline;
  white-space: nowrap;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.mainPath ul li a {
  display: inline-block;
  margin: 0 1.25rem;
  font-weight: 300;
  line-height: 1.3rem;
}
.mainPath ul li:first-child a {
  margin-left: 0;
}
.mainPath ul li:after {
  content: ".";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 2px -0.4375rem 1px 0.3125rem;
  vertical-align: top;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-position: -224px 0;
  background-repeat: no-repeat;
}
.input {
  padding: 0.3125rem 0.5rem;
  margin: 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 3px;
  background-color: rgba(0, 20, 42, 0.15);
}
.input_colorInvert {
  color: #1d2837;
  border-color: #c6c7c9;
  background-color: #f2f3f5;
}
.input_colorInvert:hover {
  border-color: #acb2b9;
}
.input_colorInvert:focus {
  border-color: #1d2837;
  background-color: #fff;
}
.input_pass {
  padding-right: 6.25rem;
}
.passLabel {
  position: absolute;
  top: 0.375rem;
  right: 0.5625rem;
  color: #1d2837;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 300;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.passLabel:hover {
  color: #1d2837;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.productList {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
.productList > li {
  display: table-row;
  font-size: 0.8125rem;
  width: 100%;
}
.productList__buyCell,
.productList__checkCell,
.productList__iconsCell,
.productList__imageCell,
.productList__priceCell,
.productList__textCell {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid rgba(213, 214, 215, 0.1);
}
.productList__checkCell {
  width: 1.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productList__imageCell {
  padding: 0.625rem 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productList__textCell {
  padding: 0.9375rem 0.625rem;
  vertical-align: top;
}
.productList__iconsCell {
  width: 2.625rem;
  padding: 0 0.9375rem;
  text-align: right;
}
.productList__priceCell {
  display: none;
  padding: 0 0.9375rem;
  border-left: 1px solid rgba(213, 214, 215, 0.1);
  text-align: right;
  white-space: nowrap;
}
.productList__buyCell {
  width: 7.6875rem;
  text-align: right;
  border-left: 1px solid rgba(213, 214, 215, 0.1);
}
.productList__image {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background-color: #fff;
}
.productList__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.productList__title {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  word-wrap: break-word;
}
.productList__title a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.productList__title a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.productList__status {
  margin-right: 0.3125rem;
  font-weight: 300;
  color: #fff;
}
.productList__buyCell .productList__status {
  display: none;
}
.productList__article {
  font-weight: 300;
}
.relatedcode {
  font-size: 0.675rem;
}
.productList__descr {
  display: block;
  font-weight: 300;
}
.productList__price {
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.productList__price-item {
  width: 100%;
  text-align: center;
}
.productList__price__label {
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.productList__priceButtons {
  display: block;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.productList__priceButtons .button {
  padding: 3px 0.625rem;
}
.productList__priceButtons .infoIcon {
  vertical-align: top;
}
.productList_table .productList__imageCell {
  display: none;
}
.productList_table .productList__iconsCell {
  padding: 0 0.9375rem 0 0;
  white-space: nowrap;
}
.productList_table .productList__iconsCell .infoIcon {
  margin-top: 0;
  margin-left: 0.375rem;
}
.productList_table .productList__textCell {
  padding-left: 0;
}
.productList_table .productList__status {
  font-weight: 400;
}
.productList_table .productList__article {
  font-weight: 300;
}
.productList_table .productList__descr {
  display: none;
}
.productList_table .productList__priceCell {
  display: table-cell;
}
.productList_table .productList__buyCell {
  width: 0.625rem;
  padding: 0 0 0 0.9375rem;
}
.productList_table .productList__buyCell .productList__price {
  display: none;
}
.productList_table .productList__buyCell .productList__priceButtons {
  margin-top: 0;
  white-space: nowrap;
}
.productList_tile {
  display: block;
  font-size: 0;
  margin-left: -1.5625rem;
  width: 100%;
}
.productList_tile > li {
  display: inline-block;
  width: 11.625rem;
  margin: 0.625rem 1.25rem 0.625rem 1.25rem;
  position: relative;
  vertical-align: top;
}
.productList_tile .productList__buyCell,
.productList_tile .productList__iconsCell,
.productList_tile .productList__imageCell,
.productList_tile .productList__textCell {
  display: block;
  width: 170px;
  border: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.productList_tile .productList__imageCell {
  width: 170px;
  height: 170px;
  text-align: left;
}
.productList_tile .productList__image {
  width: 170px;
  height: 170px;
  border-radius: 10px;
}
.productList_tile .productList__title {
  width: 100%;
  max-width: 9.875rem;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  text-align: center;
  padding-left: 4%;
  padding-right: 4%;
}
.productList_tile .productList__title a {
  color: #f4f4f4;
}
.productList_tile .productList__title a:hover {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.productList_tile .productList__article,
.productList_tile .productList__descr,
.productList_tile .productList__status {
  display: none;
}
.productList_tile .productList__iconsCell {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productList__iconsCell:first-child {
  padding-top: 10px !important;
}
.productList_tile .productList__buyCell .productList__status {
  display: block;
  margin: 0;
}
.productList_sale .productList__descr {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
}
.productList_sale .productList__price {
  font-size: 1.5625rem;
}
.productList_cart > li:first-child .productList__buyCell,
.productList_cart > li:first-child .productList__checkCell,
.productList_cart > li:first-child .productList__iconsCell,
.productList_cart > li:first-child .productList__imageCell,
.productList_cart > li:first-child .productList__priceCell,
.productList_cart > li:first-child .productList__textCell {
  border-top: 1px solid rgba(213, 214, 215, 0.1);
}
.productList_cart .productList__image {
  width: 40px;
  height: 40px;
}
.productList_cart .productList__textCell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.productList_cart .productList__buyCell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  white-space: nowrap;
  font-size: 1.125rem;
}
.productList_cart .productList__buyCell:last-child {
  padding-right: 0;
}
.productList_cart .productList__buyCell .productList__price {
  display: inline-block;
}
.productList_cart .productList__buyCell .button {
  position: absolute;
  padding: 2px 6px;
  margin-left: -12px;
  margin-top: -22px;
}
.productList_cart .productList__buyCell .input {
  width: 2.5rem;
  height: 1.625rem;
  margin-left: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
}
.productList_cart > li.disabled .button,
.productList_cart > li.disabled .input,
.productList_cart > li.disabled .productList__article,
.productList_cart > li.disabled .productList__image,
.productList_cart > li.disabled .productList__multiply,
.productList_cart > li.disabled .productList__price,
.productList_cart > li.disabled .productList__status,
.productList_cart > li.disabled .productList__title {
  opacity: 0.5;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.625rem;
  min-width: 10rem;
}
.tabs li {
  display: inline-block;
  padding: 0.4375rem 0.625rem 0.6875rem;
  height: 0.8125rem;
  background-color: rgba(255, 255, 255, 0.1);
  vertical-align: top;
  font-size: 1rem;
  cursor: pointer;
}
.tabs li:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid transparent;
}
.tabs li.selected {
  margin-bottom: -1px;
  border-bottom: 2px solid rgba(245, 144, 59, 1);
}
.compare {
  position: relative;
}
.compare__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-right: 1.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
}
.compare__list__row {
  display: table-row;
  text-align: center;
}
.compare__list__row.highlight .compare__list__cell {
  background: rgba(255, 255, 255, 0.1);
}
.compare__list__row.highlight .compare__list__cell:first-child {
  background: transparent;
}
.compare__list__cell {
  display: table-cell;
  vertical-align: top;
  padding: 0.825rem;
  border: 1px solid rgba(213, 214, 215, 0.1);
  border-top: 0;
  border-left: 0;
}
.compare__list__row:first-child .compare__list__cell {
  border-top: 1px solid rgba(213, 214, 215, 0.1);
}
.compare__list__cell_head {
  width: 9.375rem;
  text-align: left;
}
.compare__list__cell__headTitle {
  margin-bottom: 0.9375rem;
  font-weight: 500;
  color: #fff;
}
.compare__list__cell__headTitle__count {
  font-weight: 300;
}
.compare__image {
  background: none repeat scroll 0 0 #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8.875rem;
  position: relative;
  vertical-align: middle;
  width: 8.875rem;
  border-radius: 8px;
}
.compare__image img {
  display: block;
  max-width: 8.875rem;
  max-height: 8.875rem;
  border-radius: 8px;
}
.compare__close {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #5b5b5b;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 4px;
}
.compare__close:hover {
  background-color: #bb1f1f;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0.85;
}
.compare__close:after {
  border-radius: 6px;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1px;
  right: 1px;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -144px -16px;
}
.compare__image_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.compare__title {
  display: block;
  margin-top: 0.3125rem;
}
.compare__title a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.compare__article {
  font-weight: 300;
}
.compare__next,
.compare__prev {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.875rem;
  height: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.compare__next:hover,
.compare__prev:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.compare__next {
  border-top-right-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.compare__prev {
  top: auto;
  bottom: 0;
  border-bottom-right-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.compare__next.disabled,
.compare__prev.disabled {
  cursor: default;
}
.box_skitter .next_button:after,
.box_skitter .prev_button:after,
.compare__next:after,
.compare__prev:after,
.popUpSlider__next:after,
.popUpSlider__prev:after,
.productsSlider__left:after,
.productsSlider__right:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -176px -1px;
}
.box_skitter .prev_button:after,
.compare__prev:after,
.popUpSlider__prev:after,
.productsSlider__left:after {
  background-position: -160px 0;
}
.compare__next.disabled:after,
.compare__prev.disabled:after,
.popUpSlider__next.disabled:after,
.popUpSlider__prev.disabled:after,
.productsSlider__left.disabled:after,
.productsSlider__right.disabled:after {
  opacity: 0.25;
}
.productItem__imagesSlider__left:after,
.productItem__imagesSlider__right:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -208px 0;
}
.productItem__imagesSlider__left:after {
  background-position: -192px 0;
}
.mobileversion-sorry {
  display: none;
}
.mobileversion-sorry ul {
  line-height: 1.75rem;
}
.productItem {
  margin: 1.5rem 0;
}
.productItem__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
.productItem__imagesWrapper {
  display: table-cell;
  max-width: 590px;
  width: 62%;
  height: 100%;
  padding-right: 1.25rem;
  vertical-align: top;
}
.productItem__imagesMain {
  max-width: 590px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  position: relative;
}
.productItem__imagesMain a {
  display: none;
  max-width: 590px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}
.productItem__imagesMain a.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productItem__imagesMain a:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  background: url(../img/zoom.png) no-repeat 0 0;
}
.productItem__imagesMain a img {
  display: inline-block;
  max-width: 590px;
  max-height: 360px;
  vertical-align: top;
  border-radius: 10px;
  height: 100%;
}
.productItem__orderWrapper {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productItem__imagesSlider {
  display: block;
  max-width: 590px;
  margin-top: 0.9375rem;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.productItem__imagesSlider__left,
.productItem__imagesSlider__right {
  display: none;
  width: 1rem;
  height: 23px;
  position: absolute;
  top: 1.3125rem;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.productItem__imagesSlider__right {
  left: auto;
  right: 0;
}
.productItem__imagesSlider ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.productItem__imagesSlider li {
  display: inline-block;
  width: 5.25rem;
  height: 4.0625rem;
  margin-right: 0.875rem;
  vertical-align: top;
  position: relative;
}
.productItem__imagesSlider li:last-child {
  margin-right: 0;
}
.productItem__imagesSlider li a {
  display: table-cell;
  width: 5.0625rem;
  height: 4.0625rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}
.productItem__imagesSlider li a img {
  display: inline-block;
  max-width: 5.0625rem;
  max-height: 4.0625rem;
  vertical-align: top;
  border-radius: 5px;
}
.productItem__imagesSlider li a span {
  display: block;
  width: 5.0625rem;
  height: 4.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  line-height: 4.0625rem;
  color: #000;
  text-align: center;
  opacity: 0;
}
.productItem__imagesSlider li.active a img {
  opacity: 0.5;
}
.productItem__imagesSlider li.active a span {
  opacity: 1;
}
.productItem__mainInfo {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  border-radius: 15px;
  text-align: center;
  background: rgba(125, 125, 125, 0.15);
  border: solid 2px rgba(0, 0, 0, 0.15);
}
.productItem__title {
  margin: 10px;
  padding-top: 6px;
  margin-bottom: 2px;
  font-size: 1.375rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5rem;
  padding-bottom: 0.25rem;
}
.productItem__article {
  font-weight: 300;
}
.productItem__icons,
.productItem__params,
.productItem__priceWrapper {
  padding: 0.625rem 0;
  border-top: 1px solid rgba(213, 214, 215, 0.1);
}
.productItem__icons {
  text-align: left;
  padding-left: 0.625rem;
}
.productItem__priceWrapper {
  width: 100%;
  margin-top: 0.5rem;
}
.productItem__priceCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 0.25rem;
}
.productItem__priceButtons {
  width: 6.25rem;
  white-space: nowrap;
}
.productItem__priceButtons .button {
  margin-right: 0.3125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productItem__priceButtons .button:first-child {
  margin-right: 1.75rem;
}
.productItem__price {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 1.5625rem;
  font-weight: 500;
}
.productItem__price__label {
  margin-left: -5px;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.productItem__status {
  font-size: 0.875rem;
  display: block;
  font-weight: 500;
  color: #fff;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.productItem__params {
  display: table;
  width: 100%;
  padding: 0.625rem 0;
  font-weight: 300;
}
.productItem__params__item {
  display: table-row;
}
.productItem__params__label,
.productItem__params__text {
  display: table-cell;
  padding: 2px 0;
}
.productItem__params__label1 {
  display: table-cell;
  padding: 1px 0;
}
.productItem__params__label {
  width: 9.6875rem;
}
.productItem__params__text {
  color: #fff;
}
.productItem__icons .infoIcon {
  margin-right: 0.9375rem;
  vertical-align: top;
}
.productItem__descr {
  margin: 1.25rem 0;
}
.productItem__descr__title {
  margin: 0;
  padding-left: 7.5%;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25rem;
}
.productItem__descr__text {
  padding: 0.75rem 7.5%;
  border-top: 1px solid rgba(213, 214, 215, 0.1);
  border-bottom: 1px solid rgba(213, 214, 215, 0.1);
  font-weight: 300;
  width: 85%;
  line-height: 1.25rem;
}
.popUpSlider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(26, 35, 45, 0.9);
}
.popUpSlider__mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.popUpSlider__in {
  position: absolute;
  left: 3.125rem;
  top: 3.125rem;
  right: 3.125rem;
  bottom: 3.125rem;
}
.popUpSlider__in2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popUpSlider__itemHolder {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.popUpSlider__item {
  display: none;
  min-width: 3.75rem;
  min-height: 3.125rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 0.375rem rgba(5, 17, 30, 1);
  box-shadow: 0 4px 0.375rem rgba(5, 17, 30, 1);
}
.popUpSlider__item.active {
  display: block;
}
.popUpSlider__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.popUpSlider__close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  background: url(../img/closePopUp.png) center center no-repeat;
}
.popUpSlider__next,
.popUpSlider__prev {
  display: block;
  width: 1.875rem;
  height: 3.125rem;
  margin-top: -1.5625rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.popUpSlider__next {
  left: auto;
  right: 0;
}
.productsSlider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.productsSlider {
  margin-bottom: 2.5rem;
  border-radius: 15px;
  background: rgba(125, 125, 125, 0.15);
  border: solid 2px rgba(0, 0, 0, 0.15);
}
.productsSlider__header {
  text-align: center;
  margin: 0;
  padding: 0.9375rem 0 0.9375rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.productsSlider__slider {
  padding-bottom: 0.9375rem;
  position: relative;
}
.productsSlider__left,
.productsSlider__right {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  width: 1.875rem;
  height: 3.125rem;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.productsSlider__left:hover,
.productsSlider__right:hover {
  background-color: rgba(24, 24, 24, 0.4);
}
.productsSlider__left {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.productsSlider__right {
  left: auto;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.productsSlider__slider__in {
  width: 42.5rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.productsSlider__slider ul {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.productsSlider__slider ul li {
  display: inline-block;
  width: 10.625rem;
  vertical-align: top;
  text-align: center;
  font-size: 0.875rem;
  white-space: normal;
}
.productsSlider__image {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin: 0 auto;
}
.productsSlider__image a {
  display: table-cell;
  width: 135px;
  height: 135px;
  vertical-align: middle;
  border-radius: 7px;
  background-color: #fff;
}
.productsSlider__image img {
  display: inline-block;
  max-width: 135px;
  max-height: 135px;
  border-radius: 7px;
  vertical-align: top;
}
.productsSlider__title {
  display: block;
  margin: 0.3125rem 0.3125rem 2px;
}
.productsSlider__image a {
  font-weight: 300;
}
.productsSlider__price {
  display: block;
  margin: 0 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.productsSlider__price__label {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
.cart {
  padding: 1.25rem;
  margin: 1.25rem 0;
  color: #283645;
  border-radius: 3px;
  background-color: #fff;
}
.cart_success {
  width: 21.25rem;
  height: 14.375rem;
  background-image: none;
}
.cart_success.cart_freeDelivery {
  background-image: none;
}
.cart_freeDelivery {
  background-repeat: no-repeat;
  background-position: right bottom;
}
.cart__successIcon {
  display: none;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin-top: 1.875rem;
  background: url(../img/cartSuccess.png);
}
.cart_success .cart__successIcon {
  display: block;
}
.cart__successText {
  display: none;
  margin-top: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.cart_success .cart__successText {
  display: block;
}
.cart_success .cart__content {
  display: none;
}
.loader {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  display: none;
}
.loader:after,
.loader:before {
  content: "";
  position: absolute;
  border: 16px solid transparent;
  border-radius: 50%;
}
.loader:before {
  border-top-color: #f98131;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
  -webkit-animation: spin-fast 1s linear infinite;
  animation: spin-fast 1s linear infinite;
}
.loader:after {
  border-bottom-color: #f98131;
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  -webkit-animation: spin-slow 3s linear infinite;
  animation: spin-slow 3s linear infinite;
}
.loader:after:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  background: radial-gradient(circle, #f98131, transparent);
  border-radius: 50%;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}
@-webkit-keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-slow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-slow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
}
#main_cart_block {
  display: none;
}
.cartToolbar {
  margin: 1.25rem 0;
  line-height: 1.25rem;
}
.cartToolbar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.cartToolbar__item {
  margin-right: 1.25rem;
}
span.cartToolbar__item {
  color: #fff;
}
.cartToolbar__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.cartToolbar__price {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.cartToolbar__price__title {
  text-transform: uppercase;
  color: #d5d6d7;
}
.cartToolbar__price__label {
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.cartToolbar .icon24 {
  margin-top: -3px;
  margin-bottom: -3px;
  margin-right: 2px;
  vertical-align: top;
}
.div-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: -5.625rem;
  width: 17.125rem;
  height: 4.75rem;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formRow_fontDef {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cartTable {
  display: table;
  width: 100%;
  margin-bottom: 1.25rem;
}
.cartTable__left,
.cartTable__right {
  display: table-cell;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d3d5d8;
}
.cartTable__left {
  padding-right: 1.25rem;
}
.cartTable__right {
  width: 15.625rem;
  padding-left: 1.25rem;
  border-left: 1px solid #d3d5d8;
}
.cartTable__right .formRow .formRow .input {
  width: 9.6875rem;
}
.cartTable__right .formRow .formRow {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 0;
}
.cartTable__right .formRow .formRow:last-child {
  margin-bottom: 0;
}
.cartTable__right .formRow .formRow .checkItem {
  display: inline-block;
  width: 8.4375rem;
  font-size: 1.0625rem;
}
.cartTable .input {
  width: 100%;
}
.libraryMainList {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.libraryMainList li {
  display: inline-block;
  width: 33.33333333%;
  margin-top: 0.3125rem;
  vertical-align: top;
  font-size: 1.0625rem;
}
.libraryMainList a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.libraryMainList a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.libraryCategoryList {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.libraryCategoryList li {
  display: table-row;
}
.libraryCategoryList__imageCell,
.libraryCategoryList__textCell {
  display: table-cell;
  padding: 0.4375rem 0;
  vertical-align: middle;
  border-bottom: 1px solid rgba(213, 214, 215, 0.1);
}
.libraryCategoryList__imageCell {
  width: 60px;
  font-size: 0;
}
.libraryCategoryList__imageCell .icon24 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.libraryCategoryList__title {
  display: block;
  font-size: 1rem;
  color: #fff;
}
.libraryCategoryList__title a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.libraryCategoryList__title a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.libraryCategoryList__download {
  display: block;
  margin-top: 0.3125rem;
}
.libraryCategoryList__download__link {
  color: #fff;
}
.newsList_new {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(69, 80, 97, 0.08);
}
.newsList_new li {
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.newsList {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsList li {
  display: table-row;
}
.newsList__imageCell,
.newsList__textCell {
  display: table-cell;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(213, 214, 215, 0.1);
  vertical-align: top;
}
.textContent + .newsList li:first-child .newsList__imageCell,
.textContent + .newsList li:first-child .newsList__textCell {
  border-top: 1px solid rgba(213, 214, 215, 0.1);
}
.newsList__imageCell {
  width: 185px;
}
.newsList__imageCell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsList__imageCell img {
  display: block;
  max-width: 185px;
  border-radius: 5px;
}
.Partners .newsList__textCell {
  display: table-cell !important;
}
.newsList__textCell {
  padding-left: 1rem;
  font-size: 0.875rem;
}
.newsList__title {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.newsList__title a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.newsList__title a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.newsList__time {
  display: block;
  font-size: 0.8125rem;
}
.newsList__preview {
  display: block;
  margin-top: 0.3125rem;
  color: #fff;
  line-height: 1.25rem;
}
.newsList__preview p:first-child {
  margin-top: 0;
}
.newsList__preview p:last-child {
  margin-bottom: 0;
}
.newsList__preview hr {
  display: none;
}
.newsList__preview__more {
  display: none;
}
.newsList li.active .newsList__preview__more {
  display: block;
}
.newsList__switch {
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 1rem;
}
.newsList__switch__less,
.newsList__switch__more {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newsList__switch__less:hover,
.newsList__switch__more:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.newsList__switch__less {
  display: none;
}
.newsList li.active .newsList__switch__less {
  display: inline;
}
.newsList li.active .newsList__switch__more {
  display: none;
}
.contactsList {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactsList li {
  display: table-cell;
  vertical-align: middle;
}
.contactsList li > span {
  display: table;
  width: 100%;
  min-height: 1.875rem;
  color: #fff;
  font-size: 1rem;
}
.contactsList__icon,
.contactsList__text {
  display: table-cell;
  vertical-align: middle;
}
.contactsList__icon {
  width: 30px;
  min-height: 30px;
  background-image: url(../img/contactsIcons.png);
  background-repeat: no-repeat;
}
.contactsList__text {
  padding-left: 0.3125rem;
}
.contactsList__icon.address {
  background-position: 0 50%;
}
.contactsList__icon.phone {
  width: 25px;
  background-position: -30px 50%;
}
.contactsList__icon.fax {
  width: 25px;
  background-position: -60px 50%;
}
.contactsList__icon.cell_mts {
  background-position: -113px 50%;
}
.contactsList__icon.cell_kyivstar {
  background-position: -140px 50%;
}
.contactsList__text strong {
  font-size: 1rem;
}
.contactsList__icon.address + .contactsList__text {
  font-size: 0.875rem;
}
.contactsList__icon.cell_viber {
  background-position: -85px 50%;
}
.contactsMap {
  margin: 0.9375rem 0;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding-top: 5px;
  padding-bottom: 5px;
}
.contactsMap iframe {
  width: 99%;
  min-height: 400px;
}
.textContent {
  font-size: 0.875rem;
  color: #fff;
}
.textContent a {
  color: #fff;
}
.textContent img {
  width: 100%;
}
.feedback {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.feedbackPUW {
  position: absolute;
  display: block;
  width: 10.625rem;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg) translate(0px, 0px);
  transform: rotate(-90deg) translate(0px, 0px);
  cursor: pointer;
  right: -4.0625rem;
  top: 50%;
  z-index: 100;
  padding: 0.25rem 0.625rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.125rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 3px 3px 0 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: -1.25rem;
}
.fullversiondisplay:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.mobileversiondisplay {
  display: none;
}
.feedback .popUpWindow {
  right: 3.125rem;
  top: 50%;
  z-index: 9999;
  margin-top: -10.625rem;
}
.contacts-popUpWindow {
  right: 3.5rem;
  bottom: 6%;
  z-index: 9999;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 14px 10px 14px;
  border-radius: 7px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
}
.contacts-popUpWindow .contacts-content h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2%;
  text-align: center;
}
.contacts-popUpWindow .contacts-list {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
}
.contacts-popUpWindow .contacts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5%;
  font-size: 14px;
  line-height: 1;
  color: #555;
}
.contacts-popUpWindow .contactsList__icon {
  display: block;
}
.contacts-popUpWindow .contacts-list a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contacts-popUpWindow .contacts-list a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.contacts-popUpWindow .contacts-content svg {
  display: block;
  margin: 0 auto 15px;
  width: 40px;
  height: 40px;
}
.contacts-popUpWindow .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
}
.copy-btn {
  margin-left: 5px;
}
.contacts-popUpWindow .close-btn:hover {
  color: #ff0000;
}
.formRow {
  margin-top: 0.9375rem;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.125rem;
}
.formRow_fontDef {
  font-size: 0.875rem;
}
.formRow:first-child {
  margin-top: 0;
}
.formRow .button_big {
  margin-right: 1.25rem;
}
.formRow .button_big:last-child {
  margin-right: 0;
}
.formLabel {
  display: block;
  margin-bottom: 3px;
  font-size: 1.0625rem;
  font-weight: 300;
}
.formLabel-info-and-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.button {
  display: inline-block;
  padding: 0.5rem 0.625rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.125rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.button:active {
  -webkit-text-decoration: none;
  text-decoration: none;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.button:focus {
  outline: none;
}
.button__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  vertical-align: top;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
}
.button__icon.compare {
  background-position: 0 0;
}
.button:hover .button__icon.compare {
  background-position: 0 -16px;
}
.button__icon.buy {
  background-position: -16px -16px;
}
.button:hover .button__icon.buy {
  background-position: -16px -16px;
}
.button__icon.list {
  background-position: -32px 0;
}
.button__icon.table {
  background-position: -48px 0;
}
.button__icon.tile {
  background-position: -64px 0;
}
.button__icon.close {
  background-position: -112px -16px;
}
.button:hover .button__icon.close {
  background-position: -112px -16px;
}
.button__label {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
  vertical-align: bottom;
}
.button:hover .button__label {
  color: #fff;
}
.button_big {
  padding: 0.5rem 1.3rem;
}
.button_big .button__label {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.button_color {
  border-color: rgba(89, 102, 116, 0.5);
  background-color: transparent;
  border-color: transparent;
  background-color: #88ba44;
}
.button_color:hover {
  border-color: transparent;
  background-color: #80a849;
}
.button_color:active {
  border-color: transparent;
  background-color: #1d2837;
  background-color: #88ba44;
}
.button_color:active .button__label {
  color: #fff;
}
.button_color .button__label {
  color: #1d2837;
  color: #fff;
}
.button_colorInvert {
  border-color: rgba(89, 102, 116, 0.5);
  background-color: transparent;
}
.button_colorInvert:hover {
  border-color: rgba(89, 102, 116, 1);
  background-color: transparent;
}
.button_colorInvert:active {
  border-color: transparent;
  background-color: #1d2837;
}
.button_colorInvert:hover .button__label {
  color: #1d2837;
}
.button_colorInvert:active .button__label {
  color: #fff;
}
.button_colorInvert .button__label {
  color: #1d2837;
}
.infoIcon {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 26px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: url(../img/infoIcon.png);
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.infoIcon.new {
  background-color: #88ba44;
  background-position: -57px -1px;
}
.separateicon {
  position: absolute;
  top: 8px;
  right: 15px;
}
:has(> .separateicon) {
  display: none;
}
.productList_tile :has(> .separateicon) {
  display: block;
}
.infoIcon.info {
  background-color: #3674c9;
  background-position: -29px -1px;
  margin-bottom: 0.3125rem;
}
.infoIcon.deal {
  background-color: #ec523a;
  background-position: -1px -1px;
}
.proc_instr {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 26px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: url(../img/icon_sales.png);
  background-repeat: no-repeat;
}
.proc_instr.proc_Icon {
  margin-bottom: 0.9375rem;
}
.proc_rios {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 26px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: url(../img/icon_sales.png);
  background-repeat: no-repeat;
}
.proc_rios.proc_Icon {
  margin-bottom: 0.9375rem;
}
.icon24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon24.png);
  background-repeat: no-repeat;
}
.icon24.delivery {
  background-position: 0 0;
}
.icon24.trash {
  background-position: -24px 0;
}
.icon24.photo {
  background-position: -48px 0;
}
.icon24.video {
  background-position: -72px 0;
}
.productList__multiply {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.3125rem;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -128px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pdfIcon {
  display: inline-block;
  width: 52px;
  height: 60px;
  margin: 1px -3px -1px -3px;
  vertical-align: top;
  background-image: url(../img/pdfIcon.png);
  background-repeat: no-repeat;
}
.checkItem input {
  display: none;
}
.checkItem__pseudo {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 0.3125rem;
  position: relative;
  top: 2px;
  background-image: url(../img/checkItem__pseudo.png);
  background-repeat: no-repeat;
  background-position: -26px 0;
  cursor: pointer;
  border-radius: 3px;
}
.checkItem:hover .checkItem__pseudo {
  background-position: -26px -13px;
}
.checkItem input:checked + .checkItem__pseudo {
  background-position: -39px 0;
}
.checkItem:hover input:checked + .checkItem__pseudo {
  background-position: -39px -13px;
}
.checkItem__pseudo_radio {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.3125rem;
  position: relative;
  top: 2px;
  border: 1px solid #c6c7c9;
  border-radius: 8px;
  background: #f2f3f5;
  cursor: pointer;
}
.checkItem:hover .checkItem__pseudo_radio {
  border-color: #acb2b9;
}
.checkItem input:checked + .checkItem__pseudo_radio:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 4px;
  background: #555e68;
}
.checkItem__label {
  font-weight: 300;
  color: #1d2837;
  cursor: pointer;
}
.checkItem__label__count {
  margin-left: 0.3125rem;
  color: #a5b0bb;
  font-size: 0.6875rem;
  font-weight: 300;
}
.checkItem_light .checkItem__pseudo {
  background-position: 0 0;
}
.checkItem_light:hover .checkItem__pseudo {
  background-position: 0 -13px;
}
.checkItem_light input:checked + .checkItem__pseudo {
  background-position: -13px 0;
}
.checkItem_light:hover input:checked + .checkItem__pseudo {
  background-position: -13px -13px;
}
.checkItem_light .checkItem__label {
  color: inherit;
}
body.ie8 .checkItem input {
  display: inline-block;
}
body.ie8 .checkItem__pseudo {
  display: none;
}
.popUpWindow {
  display: none;
  padding: 1.5rem;
  position: absolute;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(19, 33, 50, 0.5);
  box-shadow: 0 1px 8px rgba(19, 33, 50, 0.5);
}
.popUpWindow.active {
  display: block;
}
.popUpWindow .formRow {
  width: 18.75rem;
}
.popUpWindow .formRow .button,
.popUpWindow .formRow .input {
  display: block;
  width: 100%;
}
.arr_TopRight:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.4375rem;
  right: 2.75rem;
  border: 7px solid transparent;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.arr_RightMiddle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -0.4375rem;
  top: 50%;
  margin-top: -0.4375rem;
  border: 7px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
}
.arr_TopLeft:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.4375rem;
  left: 10.5rem;
  border: 7px solid transparent;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.zoomPad {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.zoomPup {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 101;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.zoomWrapper {
  position: relative;
  z-index: 110;
  background: #fff;
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.productItem__imagesMain a .zoomWrapperImage img {
  max-width: 100000px;
  max-height: 100000px;
}
.zoomWrapperImage:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset;
}
#zoom-result {
  position: absolute;
  border: 1px solid #ccc;
  width: 300px;
  height: 300px;
  right: 180px;
  top: 150px;
  background-repeat: no-repeat;
  background-size: 200%;
  pointer-events: none;
  display: none;
  z-index: 999;
}
.productItem__imagesMain {
  position: relative;
}
#zoom-image {
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.dailypromo-wrapper {
  display: none;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5%;
}
.dailypromo {
  width: -webkit-fill-available;
  max-width: 190px;
  height: auto;
  background: rgba(69, 80, 97, 0.29);
  border: solid 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  color: white;
  font-family: sans-serif;
  border-radius: 6px;
}
.dailypromo-header {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0;
  color: white;
}
.dailypromo-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dailypromo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  will-change: transform;
}
.dailypromo-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 3px;
}
.dailypromo-imgwrapper {
  margin: 0 6% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dailypromo-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  background-color: white;
  min-height: 8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  border-radius: 10px;
}
.dailypromo-img {
  border-radius: 10px;
  max-height: 120px;
}
.dailypromo-title {
  font-size: 13px;
  color: white;
}
.dailypromo-old {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #a5a5a5;
  margin-right: 4px;
  font-size: 13px;
}
.dailypromo-new {
  color: #f5903b;
  font-weight: bold;
  font-size: 15px;
}
.dailypromo-arrow {
  position: absolute;
  top: 4%;
  font-size: 24px;
  color: rgb(153, 153, 153);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
  padding-top: 35%;
  padding-bottom: 35%;
  height: 10%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.dailypromo-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #ffffff;
  text-shadow: 0 0 5px rgba(238, 238, 238, 0.514);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition:
    text-shadow 0.5s,
    color 0.5s,
    -webkit-transform 0.4s ease;
  transition:
    text-shadow 0.5s,
    color 0.5s,
    -webkit-transform 0.4s ease;
  transition:
    transform 0.4s ease,
    text-shadow 0.5s,
    color 0.5s;
  transition:
    transform 0.4s ease,
    text-shadow 0.5s,
    color 0.5s,
    -webkit-transform 0.4s ease;
}
.dailypromo-prev {
  left: 0px;
  padding-left: 4px;
  padding-right: 4px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dailypromo-next {
  right: 0px;
  padding-left: 4px;
  padding-right: 4px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.box_skitter {
  position: relative;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1.875rem;
  border-radius: 10px;
}
.box_skitter img {
  max-width: none;
  max-height: none;
}
.box_skitter .image {
  border-radius: 10px;
  aspect-ratio: 755/371;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box_skitter .image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  -o-object-fit: fill;
  object-fit: fill;
}
.box_skitter .box_clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25rem;
  overflow: hidden;
  display: none;
  z-index: 20;
}
.box_skitter .container_skitter {
  overflow: hidden;
  position: relative;
  height: 100% !important;
  border-radius: 10px;
}
.box_skitter .box_clone img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.box_skitter .info_slide_dots {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 1.25rem;
  z-index: 151;
  padding: 0.3125rem 0 0.3125rem 0.3125rem;
  border-radius: 3.125rem;
}
.box_skitter .info_slide_dots .image_number {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0 0.3125rem 0 0;
  cursor: pointer;
  border-radius: 0.75rem;
  width: 1.125rem;
  height: 1.125rem;
  text-indent: -9999em;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.skitter-square .info_slide_dots .image_number {
  width: 0.625rem;
  height: 0.625rem;
  background: transparent;
  border: 1px solid #fff;
}
.skitter-square .info_slide_dots .image_number_select,
.skitter-square .info_slide_dots .image_number_select:hover {
  background: #fff;
}
.box_skitter .next_button,
.box_skitter .prev_button {
  display: block !important;
  width: 1.875rem;
  height: 3.125rem;
  margin-top: -1.5625rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 152;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.next_button {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.prev_button {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.box_skitter .prev_button:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: rgba(0, 0, 0, 0.6);
}
.box_skitter .next_button:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: rgba(0, 0, 0, 0.6);
}
.box_skitter .next_button {
  left: auto;
  right: 0%;
}
.mainAside ::-webkit-scrollbar-track,
.mainAside ::-webkit-scrollbar-track-piece,
.mainAside__nav__popUpList::-webkit-scrollbar-track,
.mainAside__nav__popUpList::-webkit-scrollbar-track-piece {
  background-color: transparent;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0.3125rem;
}
.mainAside ::-webkit-scrollbar-thumb,
.mainAside__nav__popUpList::-webkit-scrollbar-thumb {
  background-color: rgba(53, 57, 71, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  width: 0.625rem;
  height: 0.625rem;
  -webkit-border-radius: 0.3125rem;
}
.mainAside ::-webkit-scrollbar-thumb:hover,
.mainAside__nav__popUpList::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.mainAside ::-webkit-scrollbar,
.mainAside__nav__popUpList::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
  -webkit-border-radius: 0.3125rem;
}
.mainHeader__search input::-webkit-input-placeholder {
  color: #e8e2e2;
  font-weight: normal;
}
.mainHeader__search input:-moz-placeholder {
  color: #e8e2e2;
  font-weight: normal;
}
.mainHeader__search input::-moz-placeholder {
  color: #e8e2e2;
  font-weight: normal;
}
.mainHeader__search input:-ms-input-placeholder {
  color: #e8e2e2;
  font-weight: normal;
}
#news_plagination {
  z-index: 2;
  width: calc(100% - 15.75rem);
  height: 2.25rem;
  position: absolute;
  right: 0;
}
.ballance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sd_productList__image {
  cursor: pointer;
}
.sd_productList__image2 {
  cursor: pointer;
}
.sd_productList__image2:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.search_result_title {
  font-size: 1rem;
  padding: 0.9375rem 0 0.625rem 0.3125rem;
}
.new_resourse_logo {
  margin-left: 0.3125rem;
  background-color: #88ba44;
  padding: 4px 2px 4px 1px;
  font-weight: 300;
  line-height: 1.125rem;
  border-radius: 3px;
  font-size: 0.75rem;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.padding_new_ressourse {
  margin: 3px 0px 0px 2px;
}
.info_banner {
  position: absolute;
  overflow: hidden;
  width: 15.25rem;
  height: 6.9375rem;
  top: 0.3125rem;
  opacity: 0.95;
  filter: alpha(Opacity=95);
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
@-webkit-keyframes slide {
  0% {
    margin-left: -1750px;
  }
  40%,
  60% {
    margin-left: 0px;
  }
}
@keyframes slide {
  0% {
    margin-left: -1750px;
  }
  40%,
  60% {
    margin-left: 0px;
  }
}
.banner_info a {
  color: red;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
}
.info_banner_in {
  background-color: #88ba44;
  background-image: url("ex1.jpg");
  background: url("ex1.jpg") #88ba44;
}
#info_banner-checkbox {
  display: block;
  opacity: 0;
}
#info_banner-checkbox:checked + .info_banner_in {
  display: none;
  background-color: transparent;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
  -webkit-animation: fade 0.6s;
  animation: fade 0.6s;
  overflow: auto;
}
.popup {
  top: 25%;
  left: 0;
  right: 0;
  font-size: 0.875rem;
  margin: auto;
  width: 85%;
  min-width: 29.125rem;
  max-width: 29.125rem;
  position: absolute;
  padding: 0px 0px;
  border: 0px solid #383838;
  background-color: rgba(1, 1, 1, 0);
  z-index: 1000;
  border-radius: 4px;
  -ms-box-shadow:
    0 0.9375rem 1.25rem rgba(0, 0, 0, 0.22),
    0 19px 60px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:
    0 0.9375rem 1.25rem rgba(0, 0, 0, 0.22),
    0 19px 60px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 0.9375rem 1.25rem rgba(0, 0, 0, 0.22),
    0 19px 60px rgba(0, 0, 0, 0.3);
  -webkit-animation: fade 0.6s;
  animation: fade 0.6s;
}
.close_promo {
  top: 1.25rem;
  right: 3.875rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow:
    0 2px 0.3125rem 0 rgba(0, 0, 0, 0.16),
    0 2px 0.625rem 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 0.3125rem 0 rgba(0, 0, 0, 0.16),
    0 2px 0.625rem 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  outline: none;
}
.close_promo:before {
  color: rgba(0, 0, 0, 0);
  content: url("https://okta.ua/anketa/button_pidk_4.png");
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.close_promo:hover {
  background-color: rgba(0, 0, 0, 0);
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.social-networks {
  padding-left: 0.625rem;
}
.bi-facebook,
.bi-instagram,
.bi-pinterest,
.bi-youtube {
  color: white;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.bi-instagram:hover {
  color: rgb(200, 72, 168);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.bi-pinterest:hover {
  color: rgb(230, 64, 64);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.bi-facebook:hover {
  color: rgb(86, 205, 232);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.bi-youtube:hover {
  color: rgb(230, 64, 64);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.auth {
  width: 220px;
}
.fb-loginicon img {
  max-width: 96%;
}
#authErrMes {
  text-align: center;
  color: red;
}
#close_target {
  width: auto;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2px;
}
#first_resources_header {
  width: calc(100% - 14.75rem);
  position: absolute;
  right: 0;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 72%;
  z-index: 3;
  background-image: url(../img/bg.webp);
  background-position: -704px -95px;
  background-repeat: no-repeat;
}
#mainPathWithoutArrows a:after {
  display: none;
}
#mainPathWithArrows a:after {
  display: block;
}
#blackfriday_fixed:hover,
#library_fixed:hover,
#weeksproduct_fixed:hover {
  background-color: rgba(50, 60, 73, 0.4);
  cursor: pointer;
}
#blackfriday_fixed:hover a,
#library_fixed:hover a,
#weeksproduct_fixed:hover a {
  background-color: rgba(50, 60, 73, 0);
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
.news-item-h1 {
  margin: 0px;
  text-align: center;
}
.ui-widget-content {
  background-image: none;
  background-color: rgba(80, 157, 249, 0.8);
  color: #fcfcfc;
  font-size: 0.9375rem;
  text-shadow: 1px 1px 2px rgba(6, 9, 147, 0.76);
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.mainAside__nav__icons_compare {
  background-position: -150px -30px;
}
.mainLibraryResource a {
  margin: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 0.875rem;
}
.mainLibraryResource a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #ffffff !important;
}
#feedbackPUW {
  width: 18.75rem;
  height: 18.75rem;
}
#contactsPUW {
  width: 13.75rem;
}
.old-price-item {
  text-align: center;
  color: rgba(14, 219, 103, 1);
}
.prof_table td {
  padding: 0 0.3125rem 0 0.3125rem;
  border: 1px solid #485165;
}
.prof_table {
  background: none repeat scroll 0 0 rgba(23, 32, 75, 0.11);
}
.mainAside__nav__icons_conditions {
  background-image: url(../img/info.png);
}
.productList_tile .productList__buyCell {
  padding-top: 0.3125rem;
}
.save-order-ui-tooltip {
  border: 1px solid green !important;
  -webkit-box-shadow: 0 0 0.3125rem #83a490 !important;
  box-shadow: 0 0 0.3125rem #83a490 !important;
}
.present_1 {
  color: rgba(14, 219, 103, 1);
}
.present_2 {
  color: rgba(242, 195, 9, 1);
}
.present_3 {
  color: rgba(10, 198, 253, 1);
}
.present_4 {
  color: rgba(10, 198, 253, 1);
}
.productList_tile .productList__descr {
  display: inherit !important;
  max-height: 6.875rem;
  overflow: hidden;
  word-wrap: break-word;
}
.productItem__priceButtons {
  display: inline;
  padding-top: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productItem__params__text {
  vertical-align: bottom;
}
.profile_cont a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.profile_cont a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.profile_cont th {
  font-weight: 400;
}
.productList_tile .productList__image {
  display: table-cell;
  vertical-align: middle;
}
.productList_tile .productList__image img {
  display: block;
  height: auto;
  width: 170px;
  border-radius: 10px;
}
.productList__image {
  background-color: #fff;
  height: 90px;
  vertical-align: middle;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productList__image img {
  display: block;
  height: auto;
  width: 90px;
}
.compare__text-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.compare__article,
.productItem__article,
.productList__article {
  color: rgba(242, 230, 171, 1);
}
.mainFilters__item.expanded .mainFilters__header:after {
  content: ".";
  height: 16px;
  width: 14px;
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-position: -237px -17px;
  background-repeat: no-repeat;
}
.mainFilters__header h3 {
  margin-left: 2.5rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
}
.mainContent__h1,
h1 {
  font-size: 1.25rem;
}
.productList__imageCell {
  width: 3.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.feedbackPUW {
  padding-top: 0.3125rem;
  right: -3.25rem;
  font-size: 0.8125rem;
  width: 8.125rem;
}
.contacts-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.33);
  padding: 0.15rem 0.15rem;
  border-top-left-radius: 5px;
}
.mobile-contacts_overlay {
  display: none;
}
#registrationButton {
  width: 11.25rem;
  padding: 0.75rem 1.3rem;
  background: #88ba44;
}
#authButton:hover,
#feedback_button:hover,
#registrationButton:hover {
  background: #63981a;
}
#authButton > .button__label,
#registrationButton > .button__label {
  color: #ffffff;
}
.popUpWindow {
  background-color: rgba(255, 255, 255, 0.85);
}
.popUpWindow .message {
  color: #1d2837;
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.125rem;
  white-space: normal;
  padding: 1.875rem;
}
.passLabel {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.passLabel:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.termOfUse_reg {
  color: rgb(0, 0, 0);
  display: block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.termOfUse_reg:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #000066;
}
#authButton {
  background: none repeat scroll 0 0 #88ba44;
  width: 98%;
  padding: 0.75rem 1.3rem;
  display: inline;
  display: initial;
}
.already_in_compare {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  cursor: default;
  outline: 0;
}
.already_in_compare:active {
  border-color: rgba(255, 255, 255, 0);
}
.already_in_compare i.compare {
  background-position: 0 0 !important;
}
.temporary_compare_success {
  background-image: url(../img/checked_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: none;
  width: 13px;
  height: 13px;
  position: absolute;
  margin-top: -4px;
  margin-left: -3px;
}
.already_in_compare > .temporary_compare_success {
  display: inline-block !important;
}
.selectedCompCateg {
  background-color: rgba(39, 47, 57, 0.8);
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 2px;
}
.libraryCategoryList__imageCell1 a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.libraryCategoryList__imageCell1 a:hover {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
.mainPath ul li.last_breadcrumbs:after {
  display: none;
}
li.last_breadcrumbs a {
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: default;
}
.resources_header {
  z-index: 3;
  background-image: url(../img/bg.webp);
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sidePagination_resources {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.sidePagination_resources li {
  display: inline-block;
  width: 16.66666666%;
  margin: -1px 0;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.sidePagination_resources li:first-child {
  border-top-left-radius: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  margin-top: -1px;
  border-left: 1px;
  border-right: 0;
  border-bottom: 0;
}
.sidePagination_resources li:last-child {
  border-top-right-radius: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  margin-top: -1px;
  border-left: 0;
  border-right: 1px;
  border-bottom: 0;
}
.sidePagination_resources li:first-child a {
  margin-left: 0;
  border-top-left-radius: 8px;
}
.sidePagination_resources li:last-child a {
  border-top-right-radius: 8px;
}
.tabs li {
  margin: -1px 0;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.select_sort_type {
  margin: -1px 0;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.sidePagination_resources a {
  display: block;
  height: 0.9375rem;
  padding: 0.5625rem 0;
  margin-left: 1px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidePagination_resources a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidePagination_resources li.selected a:after {
  content: ".";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  background-color: rgba(245, 144, 59, 1);
}
.sidePagination_resources li a.next:after,
.sidePagination_resources li a.prev:after {
  content: ".";
  display: block;
  width: 16px;
  height: 16px;
  margin: -0.5rem 0 0 -0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -80px -16px;
}
.sidePagination_resources li a.next:after {
  background-position: -96px -16px;
}
.mainPath a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.non_hov_underline:hover {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.partnerEndBlock {
  border-bottom: 1px solid rgba(245, 144, 59, 1) !important;
}
ul.Partners,
ul.Partners li {
  display: block;
}
.cart-item_span2 {
  display: none !important;
}
.newsList_sub {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsList_sub li {
  display: table-row;
}
.newsList_sub__imageCell,
.newsList_sub__textCell {
  display: table-cell;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(213, 214, 215, 0.1);
  vertical-align: top;
}
.textContent + .newsList_sub li:first-child .newsList_sub__imageCell,
.textContent + .newsList_sub li:first-child .newsList_sub__textCell {
  border-top: 1px solid rgba(213, 214, 215, 0.1);
}
.newsList_sub__imageCell {
  width: 185px;
}
.newsList_sub__imageCell img {
  display: block;
  max-width: 185px;
}
.newsList_sub__textCell {
  padding-left: 0.9375rem;
}
.newsList_sub__title {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.newsList_sub__title a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.newsList_sub__title a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.newsList_sub__time {
  display: block;
  font-size: 0.8125rem;
}
.newsList_sub__preview {
  display: block;
  margin-top: 0.3125rem;
  color: #fff;
  line-height: 1.25rem;
}
.newsList_sub__preview p:first-child {
  margin-top: 0;
}
.newsList_sub__preview p:last-child {
  margin-bottom: 0;
}
.newsList_sub__preview hr {
  display: none;
}
.newsList_sub__preview__more {
  display: none;
}
.newsList_sub li.active .newsList_sub__preview__more {
  display: block;
}
.newsList_sub__switch {
  text-align: right;
}
.newsList_sub__switch__less,
.newsList_sub__switch__more {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.newsList_sub__switch__less:hover,
.newsList_sub__switch__more:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.newsList_sub__switch__less {
  display: none;
}
.newsList_sub li.active .newsList_sub__switch__less {
  display: inline;
}
.newsList_sub li.active .newsList_sub__switch__more {
  display: none;
}
.partnerMoreBlock {
  height: 1px;
  overflow: hidden;
}
.mainButton_morePartners {
  background-color: rgba(213, 214, 215, 0.2);
  cursor: pointer;
  padding: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mainButton_morePartners:hover {
  border-bottom: 1px solid rgba(245, 144, 59, 1) !important;
  border-radius: 5px;
  -webkit-transition: 1s;
  transition: 1s;
}
.button__icon.morePartners.close {
  background-position: -165px -17px;
}
.button__icon.morePartners.open {
  background-position: -185px -17px;
}
.hide_non_auth {
  display: none !important;
}
.sideTabsView_resources {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.sideTabsView_resources li {
  display: inline-block;
  width: 16.66666666%;
  margin: -1px 0;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  cursor: pointer;
}
.sideTabsView_resources div {
  display: block;
  height: 0.9375rem;
  padding: 0.5625rem 0;
  margin-left: 1px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.sideTabsView_resources div:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sideTabsView_resources li.selected div:after {
  content: ".";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  background-color: rgba(245, 144, 59, 1);
}
.sideTabsView_resources li a.next:after,
.sideTabsView_resources li a.prev:after {
  content: ".";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
  background-position: -80px -16px;
}
.sideTabsView_resources li a.next:after {
  background-position: -96px -16px;
}
.sideTabsView_resources li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sideTabsView_resources li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sideTabsView_resources li:first-child div {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sideTabsView_resources li:last-child div {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.grad_block {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(30, 87, 153, 1)),
    color-stop(50%, rgba(41, 137, 216, 0.5)),
    color-stop(51%, rgba(32, 124, 202, 0.49)),
    to(rgba(125, 185, 232, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 1) 0%,
    rgba(41, 137, 216, 0.5) 50%,
    rgba(32, 124, 202, 0.49) 51%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799',endColorstr='#007db9e8',GradientType=0);
}
.cart {
  width: 31.25rem;
}
.cart * {
  font-size: 0.9375rem !important;
}
.cartTable input {
  height: 2.25rem;
}
.draftOrderTable {
  width: 100%;
}
.draftOrderTable th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: center;
  font-weight: 400;
}
.profileButton {
  position: relative;
  padding: 0.35rem 1.2rem;
}
.profileButton.selected:after {
  content: ".";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  font-size: 0;
  background-color: rgba(245, 144, 59, 1);
}
.mainLibraryCategory:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.mainLibraryCategory {
  cursor: pointer;
  font-size: 0.875rem;
}
.productList_cart .ui-widget-content {
  bottom: 3px;
  background-color: rgba(0, 20, 42, 0.15);
  border: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(43, 167, 87, 0.52);
  box-shadow: 0 0 2px 2px rgba(43, 167, 87, 0.52);
}
.productList_cart .ui-widget-content .ui-spinner-button {
  border: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  width: 1.25rem;
}
.productList_cart .ui-widget-content .ui-spinner-button:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.33);
}
span.highlight {
  background-color: rgba(0, 217, 255, 0.6);
}
textarea[name="question"] {
  resize: none;
  height: 7.8125rem;
}
.registrationButton_wrapper {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-right: 0.625rem;
}
.conditions_wrapper {
  padding-top: 1px;
  text-align: center;
  margin-top: -1.375rem;
  position: absolute;
  right: 0px;
}
#regLOG {
  right: 0px;
  z-index: 10;
}
#regGET {
  right: 0;
  z-index: 10;
}
#authButton_wrapper {
  text-align: center;
}
#forgotErrMes {
  text-align: center;
  color: red;
}
.ErrMess_text {
  color: rgb(89, 88, 101);
  white-space: normal;
  padding-bottom: 0.625rem;
}
#last_breadcrumbs_id {
  padding-top: 0px;
  margin-top: -1px;
}
#catalogue_wrapper,
#catalogue_wrapper-weeksproduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #ffffff;
  height: 2rem;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#catalogue_wrapper-weeksproduct {
  display: none;
  position: absolute;
  width: calc(100% - 14.75rem);
  right: 0;
  z-index: 9;
  background-image: url(../img/bg.webp);
  background-attachment: fixed;
  background-position: center top;
}
#view-resources-b_first {
  margin-left: 5px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#view-resources-b_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: calc(-65% + 15.75rem);
}
#view-resources-b_third {
  width: 13.75rem;
  padding-left: 20px;
}
#view-span {
  white-space: nowrap;
  vertical-align: bottom;
  display: table;
  margin-right: 0.3125rem;
  width: 2.1875rem;
}
#view-subspan {
  vertical-align: middle;
  display: table-cell;
  height: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 300;
}
.sideTabsView_resources_icons {
  width: 13.75rem;
}
#filters-id {
  width: 10rem;
  height: 1.4375rem;
  margin: -1px 0 0;
  padding: 0.4375rem 0.625rem 2px 0.3125rem;
}
#popUpList {
  background: none repeat scroll 0% 0% rgba(57, 66, 76, 0.95);
  position: absolute;
  z-index: 10;
  padding: 0px;
  list-style: outside none none;
  left: inherit;
  right: inherit;
  top: inherit;
  margin-top: 8px;
  margin-left: -0.3125rem;
  width: 10.9375rem;
}
#conditions {
  width: 50rem;
  display: none;
}
#resources_header_layout {
  width: 71%;
  position: absolute;
  right: 0;
}
#dividing-line-white {
  border-bottom: 1px solid #ffffff;
}
.noscript-div {
  display: inline;
}
.noscript-img {
  border-style: none;
}
.activmsg {
  text-align: center;
  margin: 6.25rem auto;
  font-size: 1.125rem;
  color: rgb(182, 245, 181);
}
.sub_activmsg {
  text-align: left;
  margin: 5rem auto;
  font-size: 1rem;
  color: rgb(255, 255, 255);
}
.newpasswordinput {
  width: 6.25rem;
  color: rgb(0, 0, 0);
}
.newpasswordsavebutton {
  margin-top: 0.625rem;
  text-align: left;
}
.blink {
  -webkit-animation: slow-blink 3s infinite alternate;
  animation: slow-blink 3s infinite alternate;
}
@-webkit-keyframes slow-blink {
  0%,
  to {
    background-color: transparent;
  }
  50% {
    background-color: hsla(0, 0%, 100%, 0.377);
  }
}
@keyframes slow-blink {
  0%,
  to {
    background-color: transparent;
  }
  50% {
    background-color: hsla(0, 0%, 100%, 0.377);
  }
}
.dividing-line {
  border-bottom: 1px solid rgba(245, 144, 59, 1);
}
.newsList_a-link {
  font-size: 1.25rem;
}
.morePartners_wrapper {
  margin-top: -1.25rem;
}
#openable-partnersChildBlock {
  display: none;
}
.newsList_a-button {
  font-size: 1.25rem;
}
.contactsList_subwrapper {
  margin-bottom: 0.5rem;
}
.contactsList__span {
  height: 1.875rem;
}
#contactsList_specific_icon {
  width: 31px;
  background-position: -170px 0px;
}
.contactsList_wrapper {
  margin-bottom: 0.5rem;
}
.news-item-div {
  clear: both;
  width: 100%;
  padding-bottom: 2em;
  position: relative;
}
.news-item-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-item-contentwrapper {
  max-width: 780px;
}
.back-to-news-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sd-wrong-position {
  height: 1.25rem;
}
#mainContent-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: -3px;
}
#dividing-line-white-list {
  border-bottom: 1px solid white;
  height: 1px;
  position: relative;
}
.newsList_div {
  clear: both;
  width: 100%;
  padding-bottom: 3.125rem;
  position: relative;
}
.date-time-italics {
  font-style: italic;
  font-size: 0.875rem;
}
#dividing-line_resource-item {
  width: calc(100% - 14.75rem);
  position: absolute;
  right: 0;
  border-bottom: 1px solid #ffffff;
}
.cfa-div_resource-item {
  height: 1.1875rem;
}
.library-item_wrapper {
  padding-right: 0.625rem;
}
#library_pdfIcon {
  background-size: 40px;
  width: 40px;
  height: 45px;
}
.library_subspan {
  height: 2.8125rem;
  vertical-align: middle;
  display: table-cell;
  padding-left: 0.9375rem;
}
.library-container {
  padding: 8px;
}
.library-title {
  text-align: center;
  font-size: 1.75rem;
}
.library-cards {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.07)),
    to(rgba(255, 255, 255, 0.03))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.03)
  );
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-height: 15vh;
  max-height: 70vh;
  position: relative;
}
.library-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 10px 15px;
  width: 275px;
  cursor: pointer;
  -webkit-transition:
    width 0.6s ease,
    padding 0.6s ease;
  transition:
    width 0.6s ease,
    padding 0.6s ease;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.library-card.fullblock {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.library-card.fullblock .card-breadcrumbs,
.library-card.fullblock .card-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.library-card.fullblock .library-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.library-card.open.fullblock .card-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.library-card:hover {
  background: rgba(255, 255, 255, 0.1);
}
.card-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #fff;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.card-close:hover {
  color: #ff0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-breadcrumbs {
  font-size: 0.8rem;
  color: #ccc;
  position: sticky;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
.card-title {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
}
.library-subcard {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition:
    background 0.3s,
    -webkit-flex-basis 0.5s ease;
  transition:
    background 0.3s,
    -webkit-flex-basis 0.5s ease;
  transition:
    background 0.3s,
    flex-basis 0.5s ease;
  transition:
    background 0.3s,
    flex-basis 0.5s ease,
    -webkit-flex-basis 0.5s ease,
    -ms-flex-preferred-size 0.5s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  gap: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.library-subcard:hover {
  background: rgba(255, 255, 255, 0.2);
}
.library-card.fullblock .library-subcontainer::-webkit-scrollbar {
  width: 8px;
}
.library-card.fullblock .library-subcontainer::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.library-card.fullblock .library-subcontainer::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
@media screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .library-cards {
    max-height: 80vh;
  }
  .library-card.fullblock {
    max-height: 75vh;
  }
}
@media screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .library-cards {
    max-height: 65vh;
    overflow-y: auto;
  }
  .library-card.fullblock {
    max-height: 55vh;
  }
  .library-container {
    padding: 0px 30px;
  }
}
#div-mainFilters__item {
  margin-left: 13.3125rem;
  width: 14.3125rem;
  margin-top: -2.5rem;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 4px;
}
#toggle_select_compare_category {
  margin-left: 4px;
}
#compare_ul {
  background: none repeat scroll 0% 0% rgba(57, 66, 76, 0.95);
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  padding: 0px;
  list-style: outside none none;
  left: inherit;
  right: inherit;
  top: inherit;
  min-width: 14.95rem;
}
.compare_wrapper {
  clear: both;
  padding-top: 0.5rem;
}
.compare-not-chosen {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}
.catalog-item_input,
.category-item_input {
  width: 25rem;
}
.catalog-item_select,
.category-item_select {
  width: 6.25rem;
}
.productList_div {
  position: relative;
  padding-top: 5.875rem;
}
#productList_a-link {
  position: absolute;
  margin: 0 !important;
}
.productList_tile #productList_a-link {
  display: none;
}
.video-icon_img {
  text-indent: 1.25rem;
}
#resource_list_adv-div {
  display: none;
}
.resource-list_input {
  display: none;
}
.span-title_submenu {
  position: absolute;
  margin: 0.625rem 0px 0px -1.875rem;
}
.item-list_submenu {
  display: inline-block;
}
.icon-placing_submenu {
  margin-left: 0.4375rem;
}
#button_submenu {
  margin-left: -2.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
#span_submenu {
  width: 4.5625rem;
  padding-left: 0.1rem;
  margin-top: 0.3rem;
}
.profile-item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-right: 0.625rem;
}
.pdfIcon_profile-item {
  background-size: 1.25rem;
  width: 1.5625rem;
}
#span-fontsize {
  font-size: 0.8125rem;
}
.tr-justleft_profile {
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tr-center_profile {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.th-variations_1 {
  width: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: left;
}
.th-variations_2 {
  width: 8.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: left;
}
.th-variations_3 {
  width: 7.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: left;
}
.th-variations_4 {
  width: 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: left;
}
.th-variations_5 {
  width: 1.25rem;
}
.th-variations_6 {
  width: 11.25rem;
  text-align: left !important;
}
.th-variations_7 {
  width: 8.125rem;
  text-align: left !important;
}
.th-variations_8 {
  width: 8.125rem;
  text-align: right !important;
}
.th-variations_9 {
  width: 12.5rem;
  text-align: right !important;
}
.th-variations_10 {
  width: 2.5rem;
}
.saveduserOrder,
.saveduserOrder2,
.userOrder {
  cursor: pointer;
  height: 1.5625rem;
}
.plus-10 {
  width: 0.625rem;
}
.plus-16 {
  width: 1rem;
}
.no-padding_no-border {
  padding: 0px;
  border: 0px none;
}
#notes-msg-div {
  position: relative;
  width: 100%;
  max-width: 45.9375rem;
  margin: 0.625rem 0px;
}
#notes-msg-div-closebutton {
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.draftname-input {
  color: black !important;
}
.draftname-input2 {
  color: black !important;
  width: 21.875rem;
}
#icon-button {
  padding: 8px;
}
#icon-button-close {
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#doneOrdersCont,
#savedOrdersCont {
  font-size: 0.875rem;
}
#draftOrdersTitleButton {
  padding: 0.3125rem;
}
.th-variations_11 {
  width: 17.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: left;
}
.th-variations_12 {
  width: 12.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: left;
}
.th-variations_13 {
  width: 8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  text-align: left;
}
.th-variations_14 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  width: 1.25rem;
}
.cart-not-chosen {
  text-align: center;
}
.cart-item_span {
  display: block;
  position: absolute;
  right: 2.3125rem;
  color: #f5903b;
}
#cart-item_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cart-item_tr {
  line-height: 0.8125rem !important;
}
.cart-item_td {
  text-align: left;
  padding-right: 0.625rem;
}
.cart-item_td-2 {
  text-align: right;
  font-weight: 500;
  font-size: 1.125rem;
}
.cart-item_td-3 {
  text-align: left;
  padding-right: 0.625rem;
  font-size: 1.125rem;
}
.cart-item_td-4 {
  text-align: right;
  font-weight: 500;
  font-size: 1.25rem;
}
.cart-item_td-5 {
  text-align: right;
  font-weight: 500;
  font-size: 1.125rem;
  color: #f5903b;
}
#cart-item_h2 {
  font-size: 1.5rem !important;
}
.black-link {
  color: black;
}
.cart-item_submit-button {
  width: 9.5rem;
  height: 1.75rem;
}
.gifts-wrapper {
  background-color: white;
  width: 34.375rem;
}
#order4,
#order5 {
  width: 100%;
  height: 2.3125rem;
}
#catalog-item_div {
  margin-top: 0.8125rem;
}
#fullwidth_textarea,
.fullwidth_div {
  width: 100%;
}
#send-div {
  margin-top: 1.875rem;
}
#send-div-right {
  margin-top: 1.875rem;
}
.two-buttons-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.partpaytitle {
  margin: 0px;
  font-weight: 300;
  border-bottom: 1px solid rgba(213, 214, 215, 0.1);
  padding-bottom: 4px;
  font-size: 1.0625rem;
}
.deliverytext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  max-width: 400px;
}
.textInst {
  color: black;
  margin-bottom: 10px;
  margin-top: 0px;
}
.textInst_header {
  font-size: 1.375rem;
}
.popup_inst {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup-content_inst {
  background-color: #fefefe;
  margin: 14% auto;
  padding: 20px;
  width: 80%;
  max-width: 470px;
  text-align: center;
  border-radius: 10px;
}
.popup-content_inst img {
  max-width: 75%;
  height: auto;
  border-radius: 10px;
}
.close_inst {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close_inst:focus,
.close_inst:hover {
  color: black;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}
.button_inst {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #ff9800;
  border: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 4px #d68d00;
  box-shadow: 0 4px #d68d00;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button_cart-inst:hover,
.button_inst:hover {
  background-color: #e68a00;
}
.button_inst:active {
  background-color: #e68a00;
  -webkit-box-shadow: 0 2px #d68d00;
  box-shadow: 0 2px #d68d00;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.button_cart-inst {
  background-color: #ff9800;
}
.button_cart-inst:hover {
  background-color: #e68a00;
}
.pp__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-animation: pp__fadeIn 0.3s ease;
  animation: pp__fadeIn 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pp__popup {
  position: fixed;
  max-width: 510px;
  width: 90%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  -webkit-animation: pp__slideIn 0.4s ease;
  animation: pp__slideIn 0.4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pp__popup-content {
  position: relative;
  padding: 20px;
  text-align: center;
}
.pp__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px !important;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}
.pp__popup-content p {
  font-size: 18px;
  color: #666;
  margin-bottom: 3px;
}
.pp__popup-button {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: 10px;
  -webkit-transition:
    background 0.3s ease,
    -webkit-transform 0.2s ease;
  transition:
    background 0.3s ease,
    -webkit-transform 0.2s ease;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
  transition:
    background 0.3s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.pp__confirm {
  background-color: #28a745;
  color: #fff;
}
.pp__confirm:hover {
  background-color: #218838;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pp__cancel {
  background-color: #dc3545;
  color: #fff;
}
.pp__cancel:hover {
  background-color: #c82333;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pp__select-label {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.pp__select {
  width: 55px;
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: 2px solid #28a745;
  border-radius: 24px;
  background-color: #f8f9fa;
  -webkit-transition:
    border-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    border-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}
.pp__select:focus {
  outline: none;
  border-color: #218838;
  -webkit-box-shadow: 0 0 10px rgba(33, 136, 56, 0.5);
  box-shadow: 0 0 10px rgba(33, 136, 56, 0.5);
}
.pp__alert {
  color: #dc3545 !important;
  font-size: 0.6rem !important;
}
.pp__alert-here {
  color: #3674c9 !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.pp__alert-here:hover {
  color: #3d6db1 !important;
}
.pp__alert {
  color: #dc3545;
}
.pp__alert-here {
  color: #3674c9;
}
.pp__close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 30px;
  color: #999;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pp__close:hover {
  color: #666;
}
.pp__conditions {
  top: 9px !important;
}
#paymentAmount {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
@-webkit-keyframes pp__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pp__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes pp__slideIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pp__slideIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 1.375rem;
}
.fancybox-skin {
  font-size: 0.875rem;
}
.menu-button {
  display: none;
}
.language {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  height: 19px;
  width: 24px;
  top: 1.5rem;
  right: 18.125rem;
  font-size: 0.875rem;
  color: #f5903b;
  background-color: rgba(0, 20, 42, 0.15);
  border: solid 1px rgba(51, 51, 51, 0.13);
}
#regPUW {
  padding: 1.5rem 1.5rem 3.5rem 1.5rem;
  right: 0;
  z-index: 10;
}
.disable-click {
  pointer-events: none;
}
.mobileversion-sorry a {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
#mobileMenu.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#mobileMenu.show #mobileMenuOverlay {
  display: block;
}
a.button.add_to_cart_button p {
  display: none;
}
.turned-off {
  display: none !important;
}
.touchscreenonly-span {
  display: none;
}
.rotateplease {
  padding-left: 40%;
  width: 20%;
}
.menu-svgicon {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0.9375rem;
  left: 1rem;
  padding-right: 0.5rem;
  border-right: 1px solid #7d8792;
}
#header-icon {
  width: 3.6rem;
}
.header-svgicon {
  position: absolute;
  overflow: visible;
  width: 24px;
  height: 24px;
  top: -2px;
  left: 1rem;
  padding-right: 0.5rem;
  z-index: 5;
  border-right: 1px solid #7d8792;
}
.header-subList__cart__count {
  display: inline-block;
  min-width: 1rem;
  font-size: 0.75rem;
  line-height: 0.7rem;
  top: -10px;
  position: absolute;
  right: 0;
  text-align: center;
  vertical-align: top;
  color: #fff;
  background-color: #88ba44;
  border-radius: 2px;
}
@-webkit-keyframes cartBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes cartBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.cart-bounce {
  -webkit-animation: cartBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: cartBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@-moz-document url-prefix() {
  .menu-svgicon {
    width: 30px;
  }
}
.library-menuicon {
  left: 0.8rem;
}
.library-link {
  padding-left: 3.75rem !important;
}
.noborder {
  border: none !important;
  margin-left: -0.2rem;
}
.bottom-icon {
  margin-top: 0.2rem;
}
#overlay-hint {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
}
#popup-container {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
#popup-image {
  max-width: 100%;
  height: auto;
  position: relative;
}
#close-popup {
  position: fixed;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
#close-popup-image {
  width: 46px;
}
.back-button,
.overlay-close-button {
  border-radius: 25%;
  position: fixed;
  top: 2.7rem;
  width: 3.75rem;
  height: 2.75rem;
  background-color: rgba(247, 247, 247, 0.3);
}
.back-button {
  right: 5px;
}
.overlay-close-button {
  left: 30px;
}
.back-button svg,
.overlay-close-button svg {
  margin-top: 0.2rem;
  margin-left: 20%;
}
.social-networks_wrapper {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.social-networks_wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
}
.iframe,
iframe {
  max-width: 100%;
}
#filterbutton {
  margin-right: 5px;
  z-index: 3;
  display: none;
  right: 0;
  width: 7rem;
  font-size: 1rem;
  height: 1.9rem;
  color: white;
  margin-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 3px;
}
.SortPopUp {
  height: auto !important;
  height: initial !important;
}
#collapseButton,
#expandButton {
  margin-right: 1rem;
  padding-right: 0.75rem;
  position: absolute;
  z-index: 3;
  width: 7rem;
  font-size: 0.975rem;
  height: 1.9rem;
  color: white;
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 3px;
}
#collapseButton:after,
#expandButton:after {
  content: ".";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 5px;
  right: 4px;
  font-size: 0;
  background-image: url(../img/button__icon.png);
  background-repeat: no-repeat;
}
#collapseButton {
  top: -2.25rem;
  right: 0;
}
#collapseButton:after {
  background-position: -235px -15px;
}
#expandButton {
  bottom: 3px;
  right: 0;
  margin-top: 3px;
}
#expandButton:after {
  background-position: -235px 0;
}
.filter-mobilewrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: rgba(77, 88, 100, 0.9);
  z-index: 9999;
  overflow: auto;
}
.filter-content {
  position: relative;
  padding: 20px;
  z-index: 10000;
}
.filter-content p {
  text-align: center;
  font-size: 1.5625rem;
}
.filteroverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#filtersdiv {
  padding-top: 0.6rem;
}
#animationContainer {
  -webkit-animation: slideIn 0.6s ease-out forwards;
  animation: slideIn 0.6s ease-out forwards;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: fixed;
  top: 59%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(80, 99, 118, 0.94);
  -webkit-box-shadow: 4px 4px 6px rgba(84, 123, 165, 0.2);
  box-shadow: 4px 4px 6px rgba(84, 123, 165, 0.2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: solid 2px rgba(0, 0, 0, 0.08);
  padding: 4px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
}
.productofday-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#animationContainer p {
  text-align: center;
  width: 90%;
  font-size: 1.2rem;
  margin: 0;
  padding-left: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #95d340;
  font-weight: 600;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productList__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 10px);
  flex: 1 1 calc(33.33% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.75rem;
  text-align: center;
}
.productList__item:last-child {
  margin-right: 0;
}
.productofday-img {
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  max-width: 170px;
  border-radius: 12px;
}
.productofday-name {
  max-width: 200px;
  margin-top: -2px;
  text-align: center;
  line-height: 0.8rem;
}
.productofday-imgwrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  max-width: 95%;
  border-radius: 8px;
  min-height: 145px;
  margin-bottom: 5px;
}
.productofday-sale {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0.4rem 0.6rem;
  background: linear-gradient(
    135deg,
    rgba(255, 78, 80, 0.85),
    rgba(249, 212, 35, 0.85)
  );
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  backdrop-filter: blur(2px);
}
.friday-sale {
  position: absolute;
  top: 142px;
  right: -16px;
  padding: 0.3rem 0.4rem;
  background: linear-gradient(
    135deg,
    rgba(255, 78, 80, 0.65),
    rgba(249, 212, 35, 0.65)
  );
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  backdrop-filter: blur(1px);
}
.productofday-close {
  border-radius: 3px;
  font-size: 28px;
  height: 23px;
  width: 24px;
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
  color: #c0bfbf;
  background-color: rgba(70, 92, 117, 0.94);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productofday-close:hover {
  background-color: #f44336;
  color: #fff;
}
.price {
  font-weight: 600;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  color: #f5903b;
}
.original-price {
  color: #ffffff;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  margin-right: 0.1%;
}
.discounted-price {
  color: rgb(245, 81, 81);
}
.product-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#weeksprodcart {
  display: none;
}
#blackfridaycart {
  display: none;
}
.weeksproductlist li {
  min-width: 160px;
}
.weeksprodnamebutton {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: -0.25rem;
  padding-right: 0.45rem;
  padding-left: 0.5rem;
}
#weeksproduct_fixed {
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.25), transparent);
  -webkit-animation:
    glow 2s infinite alternate ease-in-out,
    shadow-glow 2s infinite alternate ease-in-out;
  animation:
    glow 2s infinite alternate ease-in-out,
    shadow-glow 2s infinite alternate ease-in-out;
}
canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.weeksprodcart-icon {
  width: 50px;
  position: absolute;
  top: 14px;
  left: 0;
  padding-right: 0.25rem;
  border-right: 1px solid #7d8792;
}
.mobilemenu_weeksproductbutton {
  position: relative;
  top: 8px;
  border: none;
}
@-webkit-keyframes glow {
  0% {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@keyframes glow {
  0% {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes shadow-glow {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  }
  to {
    -webkit-box-shadow: -15px 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: -15px 0 20px rgba(255, 255, 255, 0.3);
  }
}
@keyframes shadow-glow {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  }
  to {
    -webkit-box-shadow: -15px 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: -15px 0 20px rgba(255, 255, 255, 0.3);
  }
}
.paginator-noconflict_discountprice {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.original-price-item {
  color: #ffffff;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  margin-right: 0.1%;
  font-size: 1.1rem;
}
.discounted-price-item {
  width: 100%;
  color: #f5903b;
  text-align: center;
}
.bigger-fontsize {
  font-size: 1.5625rem;
}
.no-discount {
  font-size: 1.5625rem !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.no-discount-text {
  font-size: 1.1rem !important;
}
.original-price-list {
  font-size: 0.8rem;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.original-price-text {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 0.5rem;
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
#newitem-msg,
#newitem-msg_list {
  display: none;
  position: absolute;
  background-color: rgba(50, 115, 255, 0.711);
  color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(24, 163, 255, 0.5);
  box-shadow: 0 0 10px rgba(24, 163, 255, 0.5);
  z-index: 1000;
  min-width: 200px;
  max-width: 300px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#newitem-msg_list {
  position: fixed;
  padding: 10px 10px 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(24, 163, 255, 0.5);
  box-shadow: 0 0 10px rgba(24, 163, 255, 0.5);
  text-align: center;
  top: 170px;
  right: -320px;
  opacity: 0;
  -webkit-transition:
    right 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  transition:
    right 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}
#newitem-msg_list.showmsg {
  right: 23%;
  opacity: 1;
}
.progress-bar {
  height: 3px;
  background: white;
  margin-top: 4px;
  position: relative;
  overflow: hidden;
}
.progress-bar span {
  display: block;
  height: 100%;
  width: 100%;
  background: rgb(255, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition:
    transform 5s linear,
    -webkit-transform 5s linear;
  -webkit-animation: progressColor 5s linear;
  animation: progressColor 5s linear;
}
.progress-bar.animate span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobileheader-weeksproduct {
  left: 9.75rem !important;
}
@-webkit-keyframes progressColor {
  0% {
    background: rgb(255, 230, 0);
  }
  to {
    background: rgb(255, 0, 0);
  }
}
@keyframes progressColor {
  0% {
    background: rgb(255, 230, 0);
  }
  to {
    background: rgb(255, 0, 0);
  }
}
.cart-link {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
#delivfreemes {
  margin-top: -1.5rem;
}
@-moz-document url-prefix() {
  #delivfreemes {
    margin-top: -0.5rem;
  }
}
.blackfriday-msg {
  display: none;
}
@media screen and (max-width: 375px) {
  .newsList_sub__textCell {
    max-width: 20rem;
  }
  .productList_tile > li {
    width: 36%;
    padding-bottom: 3rem;
    padding-top: 0.4rem;
  }
  ul.mainAside__nav__popUpList li a {
    padding-right: 0;
    padding-left: 0.35rem;
    width: 98%;
  }
  .productsSlider__slider ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    width: 31%;
  }
  .productList > li {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  .language {
    top: 0.6rem;
    right: 10.75rem;
  }
  .mainHeader__search input {
    width: 7.875rem;
  }
  .sidePagination_news {
    margin-top: -0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productList__image img {
    width: 90px;
  }
  #regGET,
  #regPUW {
    padding: 1.5rem 1.5rem 3.875rem 1.5rem;
    top: 100px !important;
    right: auto;
    right: initial;
  }
  .feedback .popUpWindow {
    right: 10%;
  }
  .cartToolbar__sidebar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-item_td {
    padding-right: 10rem;
  }
  .productsSlider__slider__in {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
    min-height: 100%;
  }
  video {
    max-width: 85%;
    max-height: 30%;
  }
  .mainAside__nav ul li a {
    font-size: 1rem;
  }
  .mainHeader__nav ul li > a {
    font-size: 1.125rem;
  }
  .mainAside {
    display: none;
  }
  .mainAside__nav {
    display: block;
    position: static;
    position: initial;
  }
  .mainAside__in {
    top: 2.9375rem;
  }
  body,
  html {
    min-width: 100%;
  }
  .bg {
    min-width: 100%;
  }
  .bg__in {
    background-image: none;
  }
  .mainContent {
    padding-left: 0.3125rem;
    padding-top: 2.9375rem;
    background-image: url(../img/bg.webp);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: calc(100vh - 4.8rem);
  }
  .mainHeader {
    width: 100%;
    height: 2.55rem;
    border-bottom: 1px solid rgba(213, 214, 215, 0.1);
    z-index: 9998;
    background-position: center top;
  }
  .mainWrapper {
    max-width: 100%;
    width: 100%;
  }
  .mainLogo {
    display: block;
    width: 39px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 37px;
  }
  .mainHeader__search {
    top: 0.375rem;
    right: 0.25rem;
    border-radius: 6px 3px 3px 6px;
  }
  .mainHeader__nav {
    display: none;
  }
  .menu-button-wrapper {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 3px;
  }
  .menu-button {
    display: block;
    width: 30px;
    height: 30px;
  }
  #news_plagination {
    width: 100%;
    top: 2.6rem;
    height: 4.375rem;
  }
  #mainContent-h1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mainContent__h1,
  h1 {
    font-size: 1.5625rem;
  }
  #resources_header_layout {
    background-image: none;
    top: 1.3rem;
    height: 0.01rem;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(47, 59, 73, 0.5);
    box-shadow: 0 10px 20px rgba(47, 59, 73, 0.5);
  }
  .news-item-contentwrapper {
    width: 90%;
    margin-left: 2%;
    padding: 0;
    padding: initial;
    min-height: 87vh;
  }
  .news-item-contentwrapper img {
    width: auto !important;
    height: auto !important;
  }
  .news-item-div {
    display: none;
  }
  .textContent {
    max-width: 90%;
    margin-left: 2%;
  }
  .newsList_sub__preview {
    max-width: 88vw;
  }
  .newsList_sub__switch {
    margin-right: 10%;
  }
  .partnerMoreBlock div {
    margin-left: 0px !important;
  }
  .contactsList li {
    display: block;
  }
  .productList_tile .productList__image,
  .productList_tile .productList__imageCell {
    width: 140px;
    height: 140px;
  }
  .productList_tile .productList__buyCell,
  .productList_tile .productList__iconsCell,
  .productList_tile .productList__image img,
  .productList_tile .productList__imageCell,
  .productList_tile .productList__textCell {
    width: 140px;
  }
  .productList_tile .productList__title {
    margin-top: 0.5rem;
    padding-left: 0%;
    padding-right: 0%;
  }
  .relatedcode {
    font-size: 0.875rem;
  }
  #first_resources_header {
    width: 100%;
    top: 2.61rem;
  }
  #catalogue_wrapper,
  #catalogue_wrapper-weeksproduct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #catalogue_wrapper-weeksproduct {
    background-position: center top;
    background-position-y: -40px;
    width: 100%;
    padding-top: 0.4rem;
    margin-top: 2.6rem;
  }
  #view-resources-b_first {
    width: 6rem;
    margin-bottom: 0;
    margin-bottom: initial;
  }
  #view-resources-b_third {
    padding: 6px 0px 2px 2px;
  }
  .button__icon {
    margin-top: -1px;
  }
  .productList__textCell {
    padding: 0.75rem 0.35rem;
  }
  .productList__buyCell {
    text-align: center;
  }
  .sideTabsView_resources {
    width: 13rem;
    padding-left: 3px;
  }
  #view-span {
    margin-right: 0px;
  }
  #dividing-line_resource-item {
    width: 100%;
    top: 2.6rem;
  }
  .productsSlider__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productItem__imagesSlider {
    width: 100%;
  }
  .productsSlider__slider__in {
    width: -webkit-fill-available;
  }
  .productsSlider__left,
  .productsSlider__right {
    display: none;
  }
  .productItem__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productItem__imagesMain a {
    width: 100%;
    height: auto;
    height: initial;
  }
  .productItem__imagesWrapper {
    width: 95%;
    min-width: 20%;
    padding: 2%;
  }
  .productItem__imagesMain {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productItem__imagesMain a img {
    width: 95%;
    max-height: none;
    max-height: initial;
    min-width: 20%;
  }
  .productsSlider {
    text-align: center;
  }
  .productsSlider__header {
    padding-left: 0px;
  }
  .productItem__title {
    text-align: center;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 1.3rem;
  }
  .productList_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productList__imageCell {
    padding: 1rem 0 0 0;
    height: 4.3rem;
    width: 12%;
  }
  .productList__checkCell {
    height: 5.3rem;
  }
  .productList__buyCell {
    height: 2.2rem;
  }
  .productList_div {
    padding-top: 7.875rem;
  }
  .carttextcell {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 4rem;
  }
  .productList_cart li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productList_cart .productList__buyCell {
    padding-left: 0.25rem;
    padding-top: 1.25rem;
    height: 2rem;
    padding-bottom: 0.75rem;
  }
  .checkItem__pseudo {
    display: none;
  }
  .specificcheckmark {
    position: relative;
    margin-left: 0px;
    top: 2rem;
    left: 3px;
  }
  .checkItem input {
    display: block;
  }
  .div-fixed {
    margin-top: 2.8rem;
    padding-bottom: 0rem;
    height: 2.75rem;
    gap: 0.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #cart-item_table {
    padding-top: 0px;
  }
  .cartToolbar {
    margin: 1rem 0 0 0;
    padding-bottom: 1.1rem;
  }
  .cart {
    width: 88%;
  }
  .formRow .button_big {
    width: 99%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  #feedbackPUW {
    width: 70%;
    height: 17.5rem;
  }
  .popUpWindow .formRow {
    width: auto;
    width: initial;
  }
  .popUpWindow .formRow .button,
  .popUpWindow .formRow .input {
    width: 100%;
  }
  #feedback_form {
    margin-top: -1.5rem;
  }
  .formRow {
    margin-top: 1rem;
  }
  .cart__orderbuttons {
    margin-top: 2.3rem;
  }
  .fullversiondisplay {
    display: none;
  }
  .mobileversiondisplay {
    display: block;
  }
  .feedbackPUW {
    position: fixed;
    width: auto;
    width: initial;
    -webkit-transform: none;
    transform: none;
    top: auto;
    top: initial;
    padding: 0.3rem 0 0 0;
    right: 0;
    bottom: 0;
  }
  .mainContent__h1 {
    text-align: center;
  }
  .saveduserOrder,
  .saveduserOrder2,
  .tr-justleft_profile,
  .userOrder {
    font-size: 0.7rem;
  }
  #notes-msg-div {
    width: 93%;
  }
  .draftname-input {
    width: 82%;
  }
  .th-variations_7 {
    text-align: center;
  }
  .th-variations_9 {
    width: 2%;
  }
  .prof_table td {
    padding: 0 0px 0 0px;
    font-size: 0.875rem;
  }
  .th-variations_1 {
    width: 0.25rem;
  }
  .th-variations_2 {
    width: 0.125rem;
  }
  .th-variations_3 {
    width: 0.125rem;
  }
  .th-variations_4 {
    width: 0.125rem;
  }
  .tablewrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tablewrapper td {
    width: 25%;
  }
  #originalicon-addremove {
    display: none;
  }
  .ui-spinner-button {
    display: none;
  }
  .productList_cart .productList__buyCell .input {
    width: 3rem;
    height: 1.625rem;
    padding: 3px 0rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  #div-mainFilters__item {
    margin-left: auto;
    width: auto;
    margin-top: auto;
  }
  .mobileversionbutton-add,
  .mobileversionbutton-remove {
    width: 29px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
  }
  .mobileversionbutton-remove {
    background-image: url(../img/mobileversion-close_button.png);
    background-position: 8px 7px !important;
  }
  .mobileversionbutton-add {
    background-image: url(../img/mobileversion-cart.png);
    background-position: 7px 8px !important;
  }
  .generalContainerWithCompare {
    display: none;
  }
  .mobileversion-sorry {
    display: block;
    line-height: 1.25rem;
    padding-left: 0.3rem;
  }
  #mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background-color: rgb(77, 88, 100);
    z-index: 9997;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition:
      transform 0.6s ease,
      -webkit-transform 0.6s ease;
    background-image: url(../img/bg.webp);
    background-position-x: 46.5%;
  }
  #mobileMenuOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9997;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .two-inline {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-top: 1px solid #7d8792;
    border-bottom: 1px solid #7d8792;
  }
  .two-inline a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    width: 100%;
  }
  .two-inline li {
    width: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .two-inline li:after {
    display: none !important;
  }
  .exitbtn {
    line-height: 1.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    width: 100%;
    text-align: center;
  }
  .arr_TopRight:after {
    right: 10.5rem;
  }
  .arr_TopLeft:after {
    left: 3.75rem;
  }
  #conditions {
    width: 100%;
  }
  ul.mainAside__nav__popUpList {
    z-index: 9999;
    height: -webkit-fill-available;
    line-height: 2rem;
    padding-right: 1%;
    border-right: 1px #797979 solid;
  }
  .mobile-menu_cartbutton,
  .mobile-menu_comparebutton {
    margin-left: -2.5rem;
  }
  #button_submenu {
    line-height: 1.25rem;
    margin-left: 0;
  }
  .mobileMenu_popUpList {
    left: 0 !important;
    top: 2.65rem !important;
    height: 100%;
    max-width: 90%;
    min-width: 65%;
  }
  img.image_main {
    max-width: 100%;
  }
  .box_skitter {
    min-height: 160px;
    margin-bottom: 0.5rem;
    width: 100% !important;
    height: 100% !important;
  }
  .box_skitter .container_skitter {
    width: 99% !important;
    height: auto !important;
  }
  .productList_tile .productList__iconsCell {
    top: 6px;
    left: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productList_tile .productList__iconsCell a:first-child i {
    border-top-left-radius: 8px;
  }
  .productList__priceButtons .button {
    padding: 5px 1.8rem;
  }
  .second_block {
    margin-left: 0px !important;
    line-height: 1.5rem;
  }
  .first_block,
  .second_block {
    max-width: 90% !important;
    line-height: 1.5rem;
  }
  .mainLibraryCategory {
    line-height: 1.5rem;
  }
  .auth {
    width: 190px;
  }
  .fb-loginicon {
    width: 45px;
    padding-bottom: 5px;
  }
  .fb-loginicon img {
    width: 3.25rem;
  }
  .resources_header {
    background-position: center top;
    background-position-y: -53px;
    background-attachment: scroll;
    background-attachment: initial;
  }
  #popup-container {
    position: fixed;
    z-index: 9999;
    top: 33%;
    left: 0;
    display: block;
    -webkit-transform: none;
    transform: none;
  }
  #popup-image {
    width: 100%;
    height: auto;
    position: relative;
  }
  #close-popup {
    position: fixed;
    top: 36%;
    right: 8%;
    cursor: pointer;
  }
  #close-popup-image {
    width: 40px;
  }
  #filterbutton {
    display: block;
    margin-top: 5px;
  }
  .mainPath {
    padding-top: 0.2rem;
    width: auto;
  }
  .mainPath ul li a {
    margin: 0 0.25rem;
  }
  .mainFilters__clear span {
    font-weight: 700;
  }
  .productList__item {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .productList__item:last-child {
    border: 0;
  }
  .productList__priceButtons {
    gap: 3px;
  }
  #animationContainer {
    top: 6%;
    z-index: 9999;
  }
  .productList_cart .productList__buyCell .button {
    right: 3px;
    padding: 3px 9px;
  }
  #collapseButton {
    display: none;
  }
  .mobile-catalog-main,
  .mobile-catalog-main li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .mainContent__h2 {
    font-size: 1.1rem;
    text-align: center;
  }
  .productList + .mainContent__h2 {
    margin-top: 0.5rem;
  }
  .next_button {
    right: 1% !important;
  }
  #newitem-msg,
  #newitem-msg_list {
    display: none !important;
  }
  .productItem__priceButtons {
    width: 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productItem__priceCont {
    position: relative;
    left: auto;
    left: initial;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .productItem__priceWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productItem__orderWrapper {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
  }
  .productItem__mainInfo {
    width: -webkit-fill-available;
  }
  .productItem__priceButtons .button {
    margin-right: 0;
    width: 47%;
  }
  .productofday-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
    top: 9px;
  }
  .pp__popup {
    top: 36%;
    left: 6%;
  }
  .pp__popup-button {
    padding: 12px 12px;
    border-radius: 17px;
  }
  .pp__title {
    margin-top: 0px;
  }
  .pp__popup-content {
    padding-bottom: 10px;
  }
  .friday-sale {
    top: 122px;
    right: -21px;
  }
  .productList_tile .separateicon {
    top: 6px;
    right: 0px;
    border-top-right-radius: 8px;
  }
  .sidePagination_resources li:first-child {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: -2px;
  }
  .sidePagination_resources li:last-child {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: -2px;
  }
  .sidePagination_resources li:first-child a {
    margin-left: 0;
    border-top-left-radius: 8px;
  }
  .sidePagination_resources li:last-child a {
    border-top-right-radius: 8px;
  }
  .sidePagination_news li:first-child a,
  .sidePagination_news li:first-child span {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: -2px;
  }
  .sidePagination_news li:last-child a {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: -2px;
  }
  .newsList__title {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .date-time-italics {
    text-align: right;
  }
  .mobilehelper {
    max-height: 179px;
  }
  .weeksproductlist li {
    min-width: 100px;
  }
  .mobile-contacts_overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  .contacts-popUpWindow {
    z-index: 9999;
    right: 17%;
    bottom: 33%;
    width: 63% !important;
    padding: 10px 5px 10px 5px;
  }
  .contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts-popUpWindow .contacts-content h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacts-popUpWindow .contacts-list {
    padding: 0;
  }
  .contacts-btn {
    display: none;
  }
  body > ul.mainAside__nav__popUpList {
    max-height: calc(100% - 2.55rem);
    border-radius: 6px;
  }
  .newsList__switch {
    padding-right: 0;
    padding-right: initial;
  }
  .headingHintTooltip {
    display: none !important;
  }
  .profile_cont {
    min-height: calc(100vh - 4.95rem);
  }
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 0.93;
    }
  }
  @keyframes slideIn {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 0.93;
    }
  }
  .iframe,
  iframe {
    height: auto;
    width: 100%;
  }
  .productofday-imgwrapper {
    min-height: 115px;
  }
}
@media screen and (max-width: 320px) {
  .newsList__textCell {
    max-width: 19.6875rem;
  }
  .news-item-contentwrapper img {
    max-width: 100%;
    padding: 0;
    padding: initial;
  }
  .productList {
    padding-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .productList__iconsCell {
    width: 2.5rem;
    padding: 0 0.15rem;
  }
  #regLOG {
    padding: 1.5rem;
    top: 100px !important;
    padding-bottom: 0;
  }
  .productList_cart .productList__buyCell .button {
    margin-left: -12px;
  }
  .mobile-catalog-main,
  .mobile-catalog-main li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .separateicon {
    right: -33px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .newsList__textCell {
    max-width: 22.6875rem;
  }
  .news-item-contentwrapper img {
    max-width: 100%;
    height: auto !important;
  }
  .productList {
    -ms-grid-column-align: center;
    justify-self: center;
    padding-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .productList__iconsCell {
    width: 2.5rem;
    padding: 0 0.5rem;
  }
  #regLOG {
    padding: 1.5rem;
    top: 100px !important;
    padding-bottom: 0;
    right: 4%;
  }
  .separateicon {
    right: -20px;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  .newsList__textCell {
    padding: 0.5rem 1rem;
  }
  .news-item-contentwrapper img {
    max-width: 100%;
    height: auto !important;
  }
  .newsList_sub__textCell {
    max-width: 23rem;
  }
  .productList_tile > li {
    width: 10rem;
    padding-bottom: 3rem;
    padding-top: 0.4rem;
  }
  .productList_tile {
    margin-left: 0;
    margin-left: initial;
  }
  ul.mainAside__nav__popUpList li a {
    padding-right: 0;
    padding-left: 0.35rem;
    padding-bottom: 0.35rem;
    width: 98%;
  }
  .productList {
    padding-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .productList__iconsCell {
    width: 2.5rem;
    padding: 0 0.5rem;
  }
  .productsSlider__slider ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 48%;
  }
  .productList > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productList__image img {
    width: 90px;
  }
  #regLOG {
    padding: 1.5rem;
    top: 100px !important;
    padding-bottom: 0;
    right: 11%;
  }
  #view-resources-b_second {
    margin-left: 0;
    margin-left: initial;
    margin-bottom: 0;
    margin-bottom: initial;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .language {
    top: 0.6rem;
    right: 13.75rem;
  }
  .mainHeader__search input {
    width: 10.875rem;
  }
  .newsList__textCell {
    width: 91vw;
    max-width: 48.6875rem;
  }
  .sidePagination_news {
    margin-top: -0.5rem;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .news-item-contentwrapper img {
    max-width: 100%;
    height: auto !important;
  }
  .newsList_sub__textCell {
    width: 96vw;
  }
  .productList_tile > li {
    width: 9.625rem;
    padding-bottom: 3rem;
    padding-top: 0.4rem;
  }
  .productList_tile {
    margin-left: 0;
    margin-left: initial;
  }
  ul.mainAside__nav__popUpList li a {
    padding-right: 0;
    padding-left: 0.35rem;
    padding-bottom: 0.35rem;
    width: 98%;
  }
  .productList {
    padding-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .productList__iconsCell {
    width: 2.5rem;
    padding: 0 0.5rem;
  }
  .productsSlider__slider ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 2px;
    width: 100%;
    justify-items: stretch;
  }
  .productList > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #regGET,
  #regPUW {
    padding: 1.5rem 1.5rem 3.875rem 1.5rem;
    top: 100px !important;
    right: auto;
    right: initial;
    left: 10%;
  }
  #regGET {
    width: 22rem;
    left: 5%;
  }
  #regLOG {
    padding: 1.5rem;
    top: 100px !important;
    padding-bottom: 0;
    right: 20%;
  }
  #view-resources-b_second {
    margin-left: 0;
    margin-left: initial;
    margin-bottom: 0;
    margin-bottom: initial;
  }
  .feedback .popUpWindow {
    right: 12%;
  }
  .cart-item_td {
    padding-right: 4.8rem;
  }
  .separateicon {
    right: -6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 16px;
    min-height: 100%;
  }
  .mainHeader {
    background-position: center top;
  }
  .mainAside__nav ul li a {
    font-size: 1rem;
  }
  .mainHeader__nav ul li > a {
    font-size: 1rem;
  }
  .productList_tile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  #first_resources_header {
    width: 76%;
    top: 5.5rem;
  }
  img.image_main {
    max-width: 100%;
  }
  .box_skitter {
    height: auto;
  }
  #resources_header_layout {
    width: 77%;
  }
  body > ul.mainAside__nav__popUpList {
    max-height: calc(100% - 2.55rem);
    border-radius: 6px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 16px;
    min-height: 100%;
  }
  .mainAside__nav ul li a {
    font-size: 1rem;
  }
  .mainHeader__nav ul li > a {
    font-size: 1rem;
  }
  .productList_tile {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-grid-columns: (1fr) [4] !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  #first_resources_header {
    width: calc(100% - 14.75rem);
    top: 5.4rem;
  }
  #resources_header_layout {
    width: calc(100% - 14.75rem);
  }
}
@media screen and (max-width: 767px) {
  .newsList_new li {
    display: block;
  }
  .newsList__imageCell {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 28.5rem;
    width: 100%;
    padding: 0.5rem 0;
  }
  .newsList__imageCell-mobileborder {
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsList__imageCell img {
    display: block;
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .newsList__imageCell {
    display: table-cell;
    border-bottom: 1px solid rgba(213, 214, 215, 0.1);
  }
  .newsList__imageCell img {
    display: block;
    max-width: 185px;
  }
  .newsList__textCell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .newsList__imageCell {
    display: table-cell;
    width: 185px;
  }
  .newsList__imageCell img {
    width: 85%;
  }
  .productofday-imgwrapper {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mainLogoIn {
    background-image: url(../img/logo_okta_mini.webp);
    background-size: 39px 28px;
    width: 39px;
    height: 28px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .mainLogoIn {
    background-image: url(../img/logo_tm.png);
  }
}
@media screen and (max-width: 767px) {
  label.checkItem .checkItem_light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  label.checkItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .checkItem__label {
    margin-left: 5px;
  }
  #cart-button_header {
    position: absolute;
    width: 4.5rem;
    left: 5rem;
    top: -7px;
  }
  #cart-button_header .mainAside__nav__subList__cart__count {
    min-width: 1.5rem;
    padding: 0;
    margin-top: -6px;
    right: -2px;
    font-size: 0.6875rem;
  }
  .libraryCategoryList__imageCell1 iframe {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  #cart-button_header {
    display: none;
  }
  .libraryCategoryList__imageCell1 iframe {
    width: 80% !important;
    height: 336px !important;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html {
    font-size: 14px;
    min-height: 100%;
  }
  video {
    max-width: 85%;
    max-height: 30%;
  }
  .mainAside__nav ul li a {
    font-size: 1rem;
  }
  .mainHeader__nav ul li > a {
    font-size: 1.125rem;
  }
  .mainAside {
    display: none;
  }
  .mainAside__nav {
    display: block;
    position: static;
    position: initial;
  }
  .mainAside__in {
    top: 2.9375rem;
  }
  body,
  html {
    min-width: 100%;
  }
  .bg {
    min-width: 100%;
  }
  .bg__in {
    background-image: none;
  }
  .mainContent {
    padding-left: 0.3125rem;
    padding-top: 2.9375rem;
    background-image: url(../img/bg.webp);
    background-position: center top;
    background-attachment: fixed;
    min-height: calc(100vh - 4.8rem);
  }
  .mainHeader {
    width: 100%;
    height: 2.55rem;
    border-bottom: 1px solid rgba(213, 214, 215, 0.1);
    z-index: 9998;
    background-position: center top;
  }
  .mainWrapper {
    max-width: 100%;
    width: 100%;
  }
  .mainLogo {
    display: block;
    width: 39px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 37px;
  }
  .mainHeader__search {
    top: 0.375rem;
    right: 0.25rem;
    border-radius: 6px;
  }
  .mainHeader__nav {
    display: none;
  }
  .menu-button-wrapper {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 3px;
  }
  .menu-button {
    display: block;
    width: 30px;
    height: 30px;
  }
  #news_plagination {
    width: 100%;
    top: 2.6rem;
    height: 4.375rem;
  }
  #mainContent-h1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mainContent__h1,
  h1 {
    font-size: 1.5625rem;
  }
  #resources_header_layout {
    background-image: none;
    top: 1.3rem;
    height: 0.01rem;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(47, 59, 73, 0.5);
    box-shadow: 0 10px 20px rgba(47, 59, 73, 0.5);
  }
  .news-item-contentwrapper {
    width: 90%;
    margin-left: 2%;
    padding: 0;
    padding: initial;
  }
  .news-item-contentwrapper img {
    width: auto !important;
    height: auto !important;
  }
  .news-item-div {
    display: none;
  }
  .textContent {
    max-width: 90%;
    margin-left: 2%;
  }
  .newsList_sub__preview {
    max-width: 90%;
  }
  .newsList_sub__switch {
    margin-right: 10%;
  }
  .partnerMoreBlock div {
    margin-left: 0px !important;
  }
  .contactsList li {
    display: block;
  }
  .productList_tile .productList__image,
  .productList_tile .productList__imageCell {
    width: 140px;
    height: 140px;
  }
  .productList_tile .productList__buyCell,
  .productList_tile .productList__iconsCell,
  .productList_tile .productList__image img,
  .productList_tile .productList__imageCell,
  .productList_tile .productList__textCell {
    width: 140px;
  }
  .productList_tile .productList__title {
    margin-top: 0.5rem;
  }
  #first_resources_header {
    width: 100%;
    top: 2.5rem;
  }
  #catalogue_wrapper,
  #catalogue_wrapper-weeksproduct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #catalogue_wrapper-weeksproduct {
    background-position: center top;
    background-position-y: -40px;
    width: 100%;
    top: 2.65rem;
    padding-top: 0.5rem;
  }
  #view-resources-b_first {
    width: 6rem;
    gap: 5%;
    margin-left: 2%;
    margin-bottom: 0;
    margin-bottom: initial;
  }
  #view-resources-b_third {
    margin-right: 8.5%;
    padding: 6px 0px 3px 2px;
  }
  .button__icon {
    margin-top: -1px;
  }
  .productList__textCell {
    padding: 0.75rem 0.35rem;
  }
  .productList__buyCell {
    text-align: center;
  }
  .sideTabsView_resources {
    width: 13rem;
  }
  #view-span {
    margin-right: 0px;
  }
  #dividing-line_resource-item {
    width: 100%;
    top: 2.6rem;
  }
  .productItem__imagesSlider {
    width: 100%;
  }
  .productsSlider__slider__in {
    width: 100%;
  }
  .productsSlider__left,
  .productsSlider__right {
    display: none;
  }
  .productItem__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .productsSlider {
    text-align: center;
  }
  .productsSlider__header {
    padding-left: 0px;
  }
  .productItem__title {
    text-align: center;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 1.3rem;
  }
  .productList_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productList__imageCell {
    padding: 1rem 0 0 0;
    height: 4.3rem;
  }
  .productList__checkCell {
    height: 5.3rem;
    width: 2rem;
  }
  .productList__buyCell {
    height: 2.2rem;
  }
  .productList_div {
    padding-top: 5rem;
    overflow-x: clip;
  }
  .carttextcell {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 4rem;
  }
  .productList_cart li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productList_cart .productList__buyCell {
    padding-left: 0.25rem;
    padding-top: 1.5rem;
    height: 3rem;
    width: 13rem;
    padding-bottom: 0.75rem;
  }
  .specificcell {
    width: 5.5rem !important;
  }
  .checkItem__pseudo {
    display: none;
  }
  .specificcheckmark {
    position: relative;
    margin-left: 0px;
    top: 2rem;
    left: 3px;
  }
  .checkItem input {
    display: block;
  }
  .div-fixed {
    margin-top: -6.5rem;
    padding-bottom: 0rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 0.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #cart-item_table {
    padding-top: 0px;
  }
  .cart-item_td {
    padding-right: 4.8rem;
  }
  .cartToolbar {
    margin: 1rem 0 0 0;
  }
  .cart {
    width: 88%;
  }
  .formRow .button_big {
    width: 99%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  #feedbackPUW {
    width: 85%;
    height: auto;
    height: initial;
    padding: 1.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popUpWindow .formRow {
    width: auto;
    width: initial;
  }
  .popUpWindow .formRow .button,
  .popUpWindow .formRow .input {
    width: 100%;
  }
  #feedback_form {
    margin-top: 0;
    margin-top: initial;
  }
  .formRow {
    margin-top: 0.3rem;
  }
  .fullversiondisplay {
    display: none;
  }
  .contacts-btn {
    display: none;
  }
  .mobileversiondisplay {
    display: block;
  }
  .feedbackPUW {
    position: fixed;
    width: auto;
    width: initial;
    -webkit-transform: none;
    transform: none;
    top: auto;
    top: initial;
    padding: 0.3rem 0 0 0;
    right: 0;
    bottom: 0;
  }
  .mainContent__h1 {
    text-align: center;
  }
  .saveduserOrder,
  .saveduserOrder2,
  .tr-justleft_profile,
  .userOrder {
    font-size: 0.7rem;
  }
  #notes-msg-div {
    width: 93%;
  }
  .draftname-input {
    width: 82%;
  }
  .th-variations_7 {
    text-align: center;
  }
  .th-variations_9 {
    width: 2%;
  }
  .prof_table td {
    padding: 0 0px 0 0px;
    font-size: 0.875rem;
  }
  .th-variations_1 {
    width: 0.25rem;
  }
  .th-variations_2 {
    width: 0.125rem;
  }
  .th-variations_3 {
    width: 0.125rem;
  }
  .th-variations_4 {
    width: 0.125rem;
  }
  .tablewrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tablewrapper td {
    width: 25%;
  }
  #originalicon-addremove {
    display: none;
  }
  .ui-spinner-button {
    display: none;
  }
  .productList_cart .productList__buyCell .input {
    width: 3rem;
    height: 1.625rem;
    padding: 3px 0rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  #div-mainFilters__item {
    margin-left: auto !important;
    width: auto !important;
    margin-top: auto;
  }
  .mobileversionbutton-remove {
    background-image: none;
    background-image: initial;
    background-image: url(../img/mobileversion-close_button.png);
    background-size: 24px 24px;
    background-position: 8px 7px !important;
    width: 41px;
    height: 40px;
  }
  .mobileversionbutton-add {
    background-image: none;
    background-image: initial;
    background-image: url(../img/mobileversion-cart.png);
    background-size: 24px 24px;
    background-position: 7px 8px !important;
    width: 41px;
    height: 40px;
  }
  #mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background-color: rgb(77, 88, 100);
    z-index: 9997;
    -webkit-transition: left 0.6s ease;
    transition: left 0.6s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: url(../img/bg.webp);
    background-position-x: 37.5%;
  }
  #mobileMenuOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9997;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  #mobileMenuOverlay.show {
    display: block;
    opacity: 1;
  }
  .two-inline {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-top: 1px solid #7d8792;
    border-bottom: 1px solid #7d8792;
  }
  .two-inline a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    width: 100%;
  }
  .two-inline li {
    width: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .two-inline li:after {
    display: none !important;
  }
  .exitbtn {
    line-height: 1.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    width: 100%;
    text-align: center;
  }
  .arr_TopRight:after {
    display: none;
  }
  .arr_TopLeft:after {
    display: none;
  }
  #conditions {
    width: 100%;
  }
  ul.mainAside__nav__popUpList {
    height: 95%;
    z-index: 9999;
    line-height: 2rem;
  }
  .mobile-menu_cartbutton,
  .mobile-menu_comparebutton {
    margin-left: -2.5rem;
  }
  #button_submenu {
    line-height: 1.25rem;
    margin-left: 0;
  }
  .mobileMenu_popUpList {
    left: 0 !important;
    top: 2.65rem !important;
    height: 100%;
    max-width: 70%;
    min-width: 65%;
  }
  img.image_main {
    max-width: 100%;
  }
  .box_skitter {
    height: auto;
    margin-bottom: 0.75rem;
  }
  .box_skitter .container_skitter {
    width: 99% !important;
    height: auto !important;
  }
  .productList_tile .productList__iconsCell {
    top: 2px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .friday-sale {
    top: 116px;
    right: -5px;
  }
  .productList__priceButtons .button {
    padding: 5px 1.8rem;
  }
  .second_block {
    margin-left: 0px !important;
    line-height: 1.5rem;
  }
  .first_block,
  .second_block {
    max-width: 90% !important;
    line-height: 1.5rem;
  }
  .mainLibraryCategory {
    line-height: 1.5rem;
  }
  .auth {
    width: 190px;
  }
  .fb-loginicon {
    width: 45px;
    padding-bottom: 5px;
  }
  .fb-loginicon img {
    width: 3.25rem;
  }
  .language {
    top: 0.65rem;
  }
  .mainLogoIn {
    background-image: url(../img/logo_okta_mini.webp);
    background-size: 39px 28px;
    width: 39px;
    height: 28px;
    margin-top: 0px;
  }
  #regLOG,
  #regPUW {
    padding: 2.25% 1.5rem 2.25% 1.5rem;
    top: 3rem;
  }
  #regGET {
    max-width: 29%;
    min-width: 14rem;
    top: 3rem;
    right: 1%;
  }
  .registrationButton_wrapper {
    height: 4.05rem;
  }
  .checkItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .feedback .popUpWindow {
    right: 3.125rem;
  }
  textarea[name="question"] {
    height: 30vh;
  }
  .sidePagination_news {
    margin-top: -0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .resources_header {
    background-position: center top;
    background-position-y: -35px;
    background-attachment: scroll;
    background-attachment: initial;
  }
  .sidePagination_news.news li {
    width: 4rem;
  }
  .sidePagination_news span {
    padding: 0.35rem 0;
  }
  .sidePagination_resources li,
  .sideTabsView_resources li {
    width: 22%;
  }
  .sidePagination_resources a,
  .sideTabsView_resources div {
    height: 1.15rem;
  }
  label.checkItem.checkItem_light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #cart-button_header {
    display: block;
    position: absolute;
    width: 4.5rem;
    left: 5.5rem;
    top: -7px;
  }
  #cart-button_header .mainAside__nav__subList__cart__count {
    min-width: 1.5rem;
    padding: 0;
    margin-top: -6px;
    right: -2px;
    font-size: 0.6875rem;
  }
  .libraryCategoryList__imageCell1 iframe {
    width: 100% !important;
  }
  #animationContainer {
    top: 5%;
    z-index: 9999;
  }
  .productList__imageCell {
    width: 8%;
  }
  .productList__checkCell {
    width: 5%;
  }
  .productList__buyCell {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
  .specificcell {
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
  }
  .carttextcell {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }
  .productList_cart .productList__buyCell .button {
    margin-left: 28px;
  }
  .productList_tile > li {
    margin-bottom: 3.625rem;
  }
  #filterbutton {
    display: block;
    margin-right: 1rem;
  }
  .mainPath {
    padding-top: 0.2rem;
  }
  .mainContent__h2 {
    font-size: 1.1rem;
  }
  #collapseButton {
    display: block;
  }
  #view-resources-b_second {
    margin-right: -3.125rem;
    margin-left: 0;
    margin-left: initial;
    margin-bottom: 0;
    margin-bottom: initial;
  }
  .mobile-catalog-main,
  .mobile-catalog-main li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .productList + .mainContent__h2 {
    margin-top: 0.5rem;
  }
  #newitem-msg,
  #newitem-msg_list {
    display: none !important;
  }
  .productItem__priceButtons {
    width: 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productItem__priceButtons .button {
    width: 50%;
  }
  .productItem__priceCont {
    position: relative;
    left: auto;
    left: initial;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .productItem__priceWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productItem__orderWrapper {
    width: 44%;
  }
  .compare__image {
    left: -6px;
    width: 100%;
    max-width: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .compare__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .compare__close:after {
    border-radius: 3px;
    background-position: -145px -17px;
  }
  #compare_ul {
    min-width: 100%;
  }
  .mobile-compareheader {
    float: none !important;
    float: initial !important;
  }
  .pp__popup {
    top: 22%;
    left: 17%;
  }
  .productofday-close {
    height: 21px;
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .separateicon {
    right: -3px;
  }
  .mainPath ul {
    width: 88%;
  }
  #first_resources_header {
    background-position-y: -35px;
  }
  #filterbutton {
    display: block;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mainPath {
    padding-top: 0.2rem;
    margin-bottom: 2.4rem;
    width: auto;
  }
  .arr_TopRight:after {
    display: block;
  }
  .arr_TopLeft:after {
    display: block;
  }
  #regLOG,
  #regPUW {
    padding: 1.5rem;
    top: 3rem;
  }
  #regGET {
    padding: 0;
    padding: initial;
  }
  #animationContainer {
    top: 5%;
    z-index: 9999;
  }
  .productList_tile > li {
    margin-bottom: 3.625rem;
  }
  #view-subspan {
    display: none;
  }
  .mainContent__h2 {
    font-size: 1.1rem;
  }
  #collapseButton {
    display: block;
  }
  #view-resources-b_second {
    margin-right: 0rem;
    margin-left: -1.5rem;
  }
  .mobile-catalog-main,
  .mobile-catalog-main li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .productList + .mainContent__h2 {
    margin-top: 0.5rem;
  }
  .productList_div {
    padding-top: 4rem;
  }
  #catalogue_wrapper-weeksproduct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    top: 1px;
    padding-top: 0.5rem;
  }
  .compare__image {
    left: -6px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .compare__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .compare__close:after {
    border-radius: 3px;
    background-position: -145px -17px;
  }
  .separateicon {
    right: -3px;
  }
  .productItem__orderWrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 81%;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mainPath {
    padding-top: 0.2rem;
    width: auto;
  }
  .productList_tile {
    padding-left: 2%;
  }
  body > ul.mainAside__nav__popUpList {
    max-height: calc(100% - 2.55rem);
  }
  .newsList__textCell {
    padding-right: 2.5rem;
  }
  .next_button {
    right: 1% !important;
  }
  .profile_cont {
    min-height: calc(100vh - 4.95rem);
  }
}
@media screen and (min-width: 1281px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #filterbutton {
    display: block;
    margin-right: 1rem;
    position: absolute;
    margin-top: -35px;
  }
  #collapseButton {
    right: 8rem;
    top: -2.2rem;
  }
  body > ul.mainAside__nav__popUpList {
    max-height: 250px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #catalogue_wrapper-weeksproduct,
  #dividing-line_resource-item,
  #first_resources_header,
  #news_plagination,
  .resources_header {
    width: 100%;
  }
  .productList_div {
    min-height: 101%;
  }
  .productsSlider_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productsSlider {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #catalogue_wrapper-weeksproduct,
  #dividing-line_resource-item,
  #first_resources_header,
  #news_plagination,
  .resources_header {
    width: calc(100% - 14rem) !important;
  }
  .mainHeader,
  .mainWrapper {
    width: 100%;
  }
  .mainContent .generalContainerWithCompare {
    width: 95vw;
  }
  .mainAside {
    width: 13.5rem;
  }
  .productList_div {
    min-height: 101%;
  }
  .productList_tile {
    grid-gap: 0px;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .productList_tile > li {
    margin: 0.625rem;
  }
  #view-span {
    display: none;
  }
  #view-resources-b_third {
    padding-left: 10px;
    padding-right: 10px;
  }
  #filterbutton {
    display: block;
    margin-top: -35px;
    position: fixed;
  }
  .productsSlider_wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productItem__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productItem__imagesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding-right: 10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productItem__orderWrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 81%;
    padding-right: 9%;
  }
  .productsSlider {
    width: 90%;
    max-width: 800px;
  }
  .productsSlider__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productsSlider__left,
  .productsSlider__right {
    display: none;
  }
  .productsSlider__slider ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 2px;
    width: 100%;
    justify-items: stretch;
  }
  body > ul.mainAside__nav__popUpList {
    max-height: 350px;
  }
}
@media screen and (max-width: 338px) {
  .productList_cart li {
    height: 10rem;
  }
  .productList_cart .productList__buyCell .button {
    margin-top: -96px;
  }
  .carttextcell {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .productList__buyCell {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .specificcell {
    width: auto;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
}
@media screen and (min-width: 339px) and (max-width: 500px) {
  .productList_cart li {
    height: 9.5rem;
  }
  .productList_cart .productList__buyCell .button {
    margin-top: -90px;
  }
  .carttextcell {
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
  }
  .productList__buyCell {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .specificcell {
    width: auto;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .productList_cart li {
    height: 11rem;
  }
  .productList_cart .productList__buyCell .button {
    margin-top: -96px;
  }
  .carttextcell {
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
  }
  .productList__buyCell {
    -ms-flex-preferred-size: 69%;
    flex-basis: 69%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .specificcell {
    width: auto;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .productList__imageCell {
    width: 8%;
  }
  .productList__checkCell {
    width: 5%;
  }
  .productList__buyCell {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
  .specificcell {
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
  }
  .carttextcell {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }
}
@media screen and (min-width: 1000px) and (-webkit-max-device-pixel-ratio: 1) {
  .box_skitter {
    min-height: 271px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) and (-webkit-max-device-pixel-ratio: 1) {
  .mainHeader,
  .mainWrapper {
    width: 100%;
  }
  .mainContent .generalContainerWithCompare {
    width: 95vw;
  }
  #catalogue_wrapper-weeksproduct,
  #dividing-line_resource-item,
  #first_resources_header {
    width: calc(100% - 14rem);
  }
  .mainAside {
    width: 13.5rem;
  }
  .productList_tile {
    grid-gap: 0px;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .productsSlider_wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-item-contentwrapper img {
    width: auto !important;
    height: auto !important;
  }
  .productItem__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }
  .productItem__imagesWrapper {
    width: 79%;
  }
  .productItem__orderWrapper {
    width: 80%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1060px) and (-webkit-max-device-pixel-ratio: 1) {
  .mainHeader,
  .mainWrapper {
    min-width: 1035px;
  }
  .productsSlider {
    min-width: 800px;
  }
  .productsSlider_wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productItem__imagesMain a {
    height: 338px;
  }
}
@media screen and (min-width: 1434px) and (-webkit-max-device-pixel-ratio: 1) {
  .box_skitter {
    width: 80% !important;
  }
  .dailypromo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}
@media screen and (min-width: 1515px) {
  .productList_tile {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 768px) {
  body > ul.mainAside__nav__popUpList {
    max-height: 270px;
    border-radius: 6px;
  }
}

/* Highlight selected item from model straps */
.highlighted-item {
    box-shadow: 0 0 15px 5px rgba(255, 165, 0, 0.7);
    border: 2px solid orange !important;
    background-color: transparent !important;
    transform: scale(1.02);
    z-index: 10;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding-top: 5px;
}
.Freedelivericerd {
    display: none;
}

/* Анімацію краще додати сюди, щоб картинка і текст рухалися разом */
.Freedelivericerd:not(:empty) {
    display: inline-block;
    overflow: hidden; 
    animation: freeDeliverySlideIn 0.6s ease-out; 
}

.Freedelivericerd img {
    display: block;
    margin: 0 auto; /* Центруємо картинку всередині блоку */
}

/* Нові стилі для твого напису */
.Freedelivericerd .delivery-text {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #333; /* Зміни колір на потрібний */
    margin-top: 4px; /* Відступ між картинкою та текстом */
}

@keyframes freeDeliverySlideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Обгортка, яка вирівнює елементи в стовпчик */
.delivery-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end; /* або center, залежно від того, як треба вирівняти */
}

.Freedelivericerd {
    position: relative;
    display: inline-block;
    order: 2; /* Зсуваємо картинку візуально ВНИЗ */
}

.Freedelivericerd:not(:empty) {
    display: inline-block;
    overflow: hidden; 
}

/* Стилі для нового напису НАД картинкою */
.img-rotated-text {
    position: absolute;
    top: 8px;            /* Відступ у пікселях від верхнього краю картинки */
    left: 23px;           /* Відступ у пікселях від лівого краю картинки */
    color: #000000;      /* Чорний колір тексту */
    font-weight: bold;   /* Жирний шрифт */
    font-size: 13px;     /* Розмір шрифту (можеш підібрати під свій дизайн) */
    z-index: 10;         /* Гарантуємо, що текст буде поверх зображення */
    white-space: nowrap; /* Забороняємо переносы тексту на новий рядок */
    pointer-events: none;/* Кліки мишкою будуть проходити крізь текст на картинку */
    
    /* Поворот тексту */
    transform: rotate(45deg); 
    transform-origin: top left; /* Точка, навколо якої відбувається поворот (верхній лівий кут списку) */
}

.Freedelivericerd img {
    display: block;
    animation: freeDeliverySlideIn 0.6s ease-out; /* Анімація для самої картинки */
}

/* За замовчуванням кастомний напис СХОВАНИЙ */
.delivery-title-custom {
    display: none;
    order: 1; /* Зсуваємо напис візуально ВГОРУ (над картинкою) */
    color: #dc7730;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 6px; 
    margin-right: 43px;
}

/* МАГІЯ: Якщо сусіда .Freedelivericerd НЕ порожній (тобто там є картинка),
   тоді вмикаємо напис і додаємо йому таку саму анімацію виїзду */
.Freedelivericerd:not(:empty) + .delivery-title-custom {
    display: block;
    animation: freeDeliverySlideIn 0.6s ease-out;
}

/* Спільна анімація виїзду справа */
@keyframes freeDeliverySlideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
    }
}
.condition-link {
    color: #dc7730;
}