@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,700');

input.cart-product-count[type="number"]::-webkit-inner-spin-button,
input.cart-product-count[type="number"]::-webkit-outer-spin-button,
input.cart-product-count[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}



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

a:hover,
a:focus {
  text-decoration: none;
}

.pdp-gallery_item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.pdp-details .product-options {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.pdp-details .product-options .col-auto {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pdp-details .product-options_option img {
  -o-object-fit: contain;
  object-fit: contain;
}

.pdp-details .product-options_option {
  width: 56px;
  height: 75px;
}

@media (min-width: 992px) {
  .pdp-details .product-options_option {
    height: 75px;
  }
}

html {
  overflow-x: hidden;
}

body {
  background: #f8f8f8;
  overflow-x: hidden;
  font-family: "Open Sans", "Roboto";
}

header {
  background: white;
  z-index: 9999;
  position: relative;
}

header .upHeader ul svg {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

header .upHeader .col-md-6>ul,
header .upHeader .col-md-6>ul {
  display: flex;
  justify-content: flex-end;
}

header .upHeader .col-md-6>ul>li>a,
header .upHeader .col-md-6>ul>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #454545;
  font-size: 12px;

}

header .upHeader .col-md-6>ul>li,
header .upHeader .col-md-6>ul>li {
  margin-left: 15px;
}

header .upHeader {
  padding: 2px 0 2px;
  border-bottom: 1px solid #ececec;
}

.midHeader .cart {
  /* width: 40px; */
  /* height: 40px; */
}

.midHeader {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}

.searchBar {
  margin-left: -42px;
}

.searchBar form {
  display: flex;
  position: relative;
}

.midHeader .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.searchBar button {
  position: absolute;
  background: #f5f5f5;
  border: 0;
  top: 0;
  right: 0;
  height: 43px;
  margin: 0;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;

}

.searchBar input {
  padding-left: 12px;
  border: 1px solid transparent;
  background: #f5f5f5;
  width: 450px;
  font-size: 16px;
  height: 45px;
  color: #555;
  border-radius: 4px;
}

.searchBar input:focus {
  outline: none;
  box-shadow: none;
}

.navBar .subMenu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 0;
  background: #f8f8f8;
  z-index: 98;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s;
  -o-transition: max-height .4s;
  transition: max-height .4s;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  box-shadow: 0 2px 3px 0 #fff;
}

.navBar {
  display: flex;
  width: 1140px;
  margin: 0 auto;
}

.navBar>li {
  padding: 15px 5px;
}

.navBar>li:first-child {
  padding-left: 0;
}

.navBar>li>a {
  font-size: 16px;
  font-weight: 400;
  color: #454545;
}

nav {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08);
}

.navBar>li:hover {
  box-shadow: inset 0 -3px 0 #004398;
}

.navBar>li:hover .subMenu {
  max-height: 550px;
}

.subMenu ul {
  padding: 30px 0;
}

.subMenu ul li {
  width: 100%;
  height: 20px;
  margin: 0 0 8px;
  padding: 0;
}

.subMenu ul li a {
  padding: 0;
  color: #000012;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
}

.disCount {
  padding: 40px 0;
}

/*.disUp img {
     display: flex; 
    float: left;
}
*/
.disUp img {
  width: 100%;
}

/*.disUp img:first-child, .disUp img:last-child {
    width: 185px;
}*/
.disCount .col-lg-6:first-child {
  padding-right: 0;
}

.disCount .col-lg-6:last-child {
  padding-left: 0;
}

.disCount img {
  width: 100%;
}

.usp-bar svg {
  width: 32px;
  height: 32px;
}

.usp-bar img {
  max-width: 48px;
  max-height: 38px;
  vertical-align: middle;
  margin-bottom: 2px;
}


.usp-bar a {
  color: #333;
}

.usp-bar .item {
  font-size: .875rem;
  text-align: center;
}

.usp-bar a p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.usp-bar .col-12 {
  display: flex;
  justify-content: space-between;
}

.usp-bar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 30px 0;
}

.usp-bar .container {
  width: 980px;
}

.categories {
  padding: 35px 0 10px;
}

.sectionTitle h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #454545;
}

.categories .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}

.categories .item img {
  width: 100%;
  max-height: 287px;
  object-fit: cover;
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}

.categories .item .catName {
  position: absolute;
  top: 0;
  padding: 17px 0 0 20px;
  z-index: 4;
  -webkit-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
}

.categories .item .catName p {
  margin: 0;
  font-weight: 700;
  color: #333;
  font-size: 22px;
  line-height: 22px;
}

.categories .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.brands {
  padding: 40px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background: #fff;
}

.brandSlider .brandCell {
  width: 14.4%;
  margin-right: 30px;
}

.brandSlider .item {
  padding: 10px;
  border: 1px solid #eee;
}

.brandSlider .item img {
  width: 100%;
}

.brandSlider .flickity-prev-next-button {
  display: none;
}

.inspiration {
  padding: 40px 10px 0;
  background: white;
}

.inspiration .item img {
  width: 100%;
  margin-bottom: 25px;
}

.inspiration .item h4 {
  color: #454545;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.inspiration .item p {
  font-size: 14px;
  margin-bottom: 25px;
}

.inspiration .more {
  background-image: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  color: #454545;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
  padding: 7px 15px 8px;
  border-radius: 0;
  font-size: 16px;
}

.inspiration .item {
  margin-bottom: 30px;
}

.trust-bar svg {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}

.trust-bar img {
  max-width: 48px;
  vertical-align: middle;
  margin-bottom: 7px;
}

.trust-bar .item {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.trust-bar .item a {
  color: #454545;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
}


.trust-bar .item a p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  height: 44px;
  text-transform: uppercase;
}

.trust-bar {
  padding: 40px 0;
}

.newsletter {
  background-image: url("../img/blue-pattern.jpg");
  color: white;
  padding: 40px 0;
  text-align: center;
}

.newsletter .textHeader p {
  margin-bottom: 25px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}

.textDesc p {
  font-size: 16px;
  padding-right: 150px;
  padding-left: 150px;
  margin-bottom: 20px;
  line-height: 24px;
}

input#terms {
  width: 20px;
  height: 20px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
}

.newsletter form label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.newsletter .form-group {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.newsletter form p {
  font-size: 14px;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.newsletter form .form-control {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  height: 45px;
  margin-bottom: 15px;
  border: 0;
  border-radius: 0;
}

.newsletter form button {
  background-image: -webkit-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: -o-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff034795', endColorstr='#ff143c8a', GradientType=0);
  color: #fff;
  height: 45px;
  margin: -2px 0 0;
  font-weight: 700;
  padding: 7px 15px 8px;
  border: 0;
  cursor: pointer;
}

.subscribe-form .help-block {
  display: none;
}

.subscribe-form .has-error input {
  border: solid 1px red !important;
}

.subscribe-form #agreement {
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.subscribe-form .has-error .control-label,
.subscribe-form .has-error label {
  color: red !important;
}

.sc-form-inputs .form-group {
  margin-bottom: 0;
}


footer {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  background: #fff;
}

footer .head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  margin: 0 0 15px;
  font-size: 22px;
  color: #454545;
  font-weight: 700;
  line-height: 30px;
}

footer ul li {
  margin-bottom: 10px;
  line-height: 18px;
}

footer ul li a {
  color: #454545;
  font-size: 14px;
}

footer p span {
  font-weight: 700;
}

footer p a {
  display: block;
  color: #454545;
}

.social .item svg {
  width: 39px;
  height: 39px;
  fill: #454545;
}

.social .item {
  display: inline-block;
  margin-right: 40px;
}

.social .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #454545;
}

.social {
  padding: 30px 0;
}

.site-end {
  padding: 30px 0;
  border-bottom: 1px solid #f3f4f4;
  background: white;
}

.products {
  padding: 30px 0 10px;
}

.products .col-lg-3 ul li {
  padding: 9px 0;
  border-bottom: 1px solid #dfdfdf;
}

.products .col-lg-3 ul li a {
  color: #454545;
  line-height: 16px;
}

.products .prodDesc h1 {
  font-size: 28px;
  line-height: 30px;
  color: #333;
  margin: 0 0 30px;
  font-weight: 700;
}

.products .prodDesc p {
  font-size: 14px;
  margin-bottom: 30px;
}

.products .item {
  cursor: pointer;
  border: 1px solid #ececec;
}

.prodRow .item,
.products .item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
  overflow: hidden;
  min-height: 242px;
}

.prodRow .item img,
.products .item img {
  margin-top: 10px;
}

.prodRow .item {
  cursor: auto;
}

.products .item p {
  position: absolute;
  top: 15px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  color: #454545;
  -webkit-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
  font-weight: 700;
}

.products .item img {
  width: 90%;
  padding-top: 40px;
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}

.products .item:hover img {
  transform: scale(1.1, 1.1);
}

.views-element-container {
  background-color: #0f5c6d;
  padding: 7px 0;
  text-align: center;
  color: white;
}

.views-element-container p {
  margin-bottom: 20px;
  font-weight: 700;
}

.views-element-container a {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 5px;
  font-weight: 700;
  white-space: nowrap;
}

.navigation {
  height: 38px;
  border-bottom: 0;
  background: #f8f8f8;
  padding: 10px 0;
}

.navigation .item svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: top;
}

.navigation .item {
  display: flex;
  flex-wrap: wrap;
}

.navigation .item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  color: #143c8a;
}

.navigation .item a:not([href]):not([tabindex]) {
  color: #333333;
}

.navigation .item a p {
  margin-bottom: 0;
  margin-right: 4px;
  color: #333333;
}

.navigation .col-lg-6.text-right .item {
  justify-content: flex-end;
}

.navigation .col-lg-6.text-right .item a {
  margin: 0;
}

.navigation .item a:first-child {
  margin-left: 0;
}

.prodImg {
  padding: 40px 0;
  background: white;
}

.prodImg img {
  float: left;
  width: 33%;
}

.prodImg img:nth-child(2) {
  margin: 0 1px;
}

.article-list {
  padding: 40px 10px 0;
  background: white;
}

.article-list .item {
  width: 25%;
  min-height: 482px;
  float: left;
  overflow: hidden;
}

.article-list .item .adviceImg {
  height: 250px;
  background-position: center;
  background-size: cover;
  transition: transform .3s;
}

.article-list .item h2 {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 55px;
  line-height: 28px;
  font-size: 22px;
  text-transform: uppercase;
}

.adviceDesc {
  padding: 10px 30px 40px 0;
  z-index: 1;
  background: white;
  position: relative;
}

.article-list .item p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 14px;
}

.article-list a {
  color: #454545;
}

.article-list .item:hover a {
  text-decoration: underline;
}

.article-list .item:hover .adviceImg {
  transform: scale(1.1, 1.1);
}

.prodDesc h3 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #333;
}

.prodDesc h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  line-height: 26px;
  color: #333;
}

.prodDesc h4 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}

.prodDesc p a {
  color: #23527c;
  text-decoration: underline;
}

.products ul li span {
  display: block;
  font-weight: 700;
}

.filter .card-header {
  border: 0;
  background: #f8f8f8;
  padding: 0;
}

.filter .card {
  border: 0;
  background: 0;
}

.filter #accordion {
  margin-top: 30px;
  margin-bottom: 10px;
}

.filter .card-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 700;
  border-bottom: 1px solid #ececec;
  color: #212529;
}

.filter .card-header a svg {
  width: 16px;
  height: 16px;
  transition: transform .3s;
}

.filter .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.filter .form-group {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 8px;
}

.filter .form-group label {
  display: flex;
  align-items: center;
}

.filter .form-group label input[type="checkbox"] {
  margin-right: 7px;
  margin-bottom: -3px;
}

.filter .card-body .form-group {
  padding-left: 0;
}

.filter .card-header a.card-link svg {
  transform: rotate(-180deg);
}

.filter .card-header a.card-link.collapsed svg {
  transform: rotate(0deg);
}

.prodDesc select.form-control {
  display: block;
  height: 48px !important;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  box-shadow: none;
  width: 48%;
  background-color: #fff;
  border-right: 1px solid #e4e4e4 !important;
  padding: 0 10px;
  padding-left: 15px;
  border-radius: 0;
  background-image: url('../img/selectArrow.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin-bottom: 30px;
}

.prodType h2 {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  text-align: left;
}

.prodType {
  margin-bottom: 30px;
}

.prodRow .item img {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}

.prodRow .item a {
  color: #454545;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.prodRow .item a span {
  display: block;
  height: 46px;
  margin-bottom: 15px;
  font-size: 17px;
  /* font-weight: 700; */
  line-height: 22px;
  overflow: hidden;
}

.prodBrand {
  height: 31px;
  position: relative;
  top: -12px;
  /*opacity: 0;*/
}

/*.prodBrand-show {
    opacity: 1;
}*/

.newPrice span {
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.newPrice span.yb {
  border-bottom: 4px solid red;
}

a.btn.allBtn {
  padding: 6px 8px;
  font-size: 16px;
  margin-bottom: 15px;
  background-image: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  color: #454545;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
  font-weight: 700;
  display: block;
  width: 100%;
  border-radius: 0;
}

.prodRow .item .price {
  margin-bottom: 20px;
  height: 32px;
  text-align: left;
}

.prodRow .item .prodBrand img {
  width: auto;
  position: relative;
  left: -13px;
  margin: 0;
  /*max-height: 100%;*/
}

.prodRow .item {
  cursor: auto;
}

.prodRow .item:hover img {
  transform: none;
}

.prodRow .item a:hover span {
  text-decoration: underline;
}

.wishList a {
  display: flex;
  justify-content: center;
}

.wishList svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  transition: transform .2s ease;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  fill: #999;
}

.prodRow .item .wishList a span {
  padding-top: 1px;
  font-size: 12px;
  height: auto;
  margin: 0;
  font-weight: normal;
  line-height: normal;
}

.prodRow .item .wishList:hover svg {
  transform: scale(1.2, 1.2);
}

.oldPrice span {
  display: block;
  height: 11px;
  margin: 0 0 2px;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  text-decoration: line-through;
}

.prodRow .prodPhoto {
  display: block;
  position: relative;
  text-align: center;
  height: 224px;
  overflow: hidden;
  margin: 0 auto 15px !important;
  /*padding: 15px;*/
  /*background: #f9f9fa;*/
}

.prodPhoto img {
  width: auto !important;
  max-width: 100%;
  max-height: 90%;
  /*height: 86%;*/
  /*width: auto !important;*/
}

.prodImgContainer {
  width: 100%;
  height: 86%;
}

.rating {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  width: 108px;
  height: 22px;
  margin: 0 0 0 -54px;
  padding-left: 10px;
  background: #fff;
}

.rating span {
  position: relative;
  display: block;
  float: left;
  width: 15px;
  height: 18px;
  margin-right: 3px;
}

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

.rating span:before {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  color: #ffb500;
}

.rating span.half:after,
.rating span.none:before {
  color: #ececec;
}

.rating span.half:after,
.rating span:before {
  font-family: FontAwesome;
  content: "\f005";
  text-rendering: optimizeLegibility;
}

.rating span.half span {
  content: '\2605';
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  color: #ffb500;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}

.rating span.half span:after {
  content: '\2605';
  color: #ececec;
  text-rendering: optimizeLegibility;
}

.rating:after {
  clear: both;
}

span.star-4.half:before {
  display: none;
}

span.star-3.half:before {
  display: none;
}

span.star-2.half:before {
  display: none;
}

span.star-1.half:before {
  display: none;
}

.pageTitle {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.login {
  padding: 30px 0;
  background: white;
}

.login form input.form-control {
  border-radius: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  height: 37px;
  margin-bottom: 15px;
}

.login input[type="checkbox"] {
  width: 15px;
}

.login label {
  font-size: 14px;
  margin-bottom: 0;
}

.login .form-group {
  margin-bottom: 0px;
}

.login .form-group:last-child {
  margin-top: 25px;
}

.login label a {
  font-size: 14px;
  margin: 0;
}

.login input[type="submit"],
.account-form input[type="submit"] {
  background-image: -webkit-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: -o-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff034795', endColorstr='#ff143c8a', GradientType=0);
  color: #fff;
  padding: 5px 15px 6px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.login a {
  color: #143c8a;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 15px 5px;
  padding: 0;
}

.login a:hover {
  text-decoration: underline;
}

.login .desc li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin: 0 8px 0 0;
}

.login .desc li {
  margin: 0 0 15px;
  padding-left: 0;
  text-indent: -20px;
  font-size: 12px;
}

.login .desc ul {
  margin: 0 0 30px 22px;
}

.login .loginImg {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

.login .desc {
  display: flex;
  justify-content: space-between;
}

.login .loginImg img {
  width: 100%;
}

.login a.btn.allBtn {
  width: auto;
  display: unset;
  font-size: 16px;
  padding: 7px 15px 8px;
  margin-left: 0;
}

.login .col-lg-6 .item {
  padding-left: 30px;
  border-left: 1px solid #dedede;
}

.prodRow .item a.btn.allBtn {
  width: 100%;
  display: block;
}

.soonView {
  padding-top: 40px;
  background: white;
}

.soonView .item {
  border: 1px solid #ececec;
  border-radius: 2px;
}

.soonView .prodType h2 {
  border: 0;
}

.campaign {
  padding: 30px 0;
  background: white;
}

.campaign .item {
  padding: 15px;
  border: 1px solid #f8f8f8;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  display: flex;
}

.campaign .item:last-child {
  margin-bottom: 0;
}

.campaign .item .name h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;

}

.campaign .item a {
  color: rgb(69, 69, 69);
}

.campaign .item a:hover {
  color: #0a1f47;
}


.campaign .item p {
  margin-bottom: 30px;
  font-size: 14px;
}

.campaign .item .more a {
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  padding: 7px 15px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.campaign .item .right {
  margin-right: 30px;
}

.sub {
  padding-left: 40px;
}

.allSection {
  background: white;
  padding: 30px 0;
}

.prodDesc ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 15px;
}

.products .prodDesc ul p {
  margin-bottom: 0;
}

.blog {
  padding: 40px 0;
  background: white;
}

.blog .head {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.blog .head .col-12 {
  padding: 0 150px;
}

.blog .head h1 {
  color: #333;
  font-size: 32px;
  line-height: 43px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog .head h1:after {
  display: block;
  width: 100px;
  height: 3px;
  margin: 20px auto 0;
  content: "";
  background: #000;
}

.blog .head ul {
  display: flex;
  justify-content: center;
}

.blog .head ul a {
  padding: 17px 25px;
  font-size: 16px;
  line-height: 23px;
  color: #454545;
  display: inline-block;
}

.blog .head ul li:after {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background: #454545;
}

.blog .head ul li:last-child:after {
  display: none;
}

.blog .head ul li:hover a {
  text-decoration: underline;
}

.blog .head ul li.active a {
  font-weight: 700;
}

.blog .item a {
  display: block;
}

.blog .item a img {
  width: 100%;
  margin-bottom: 20px;
}

.blog .item a p {
  font-size: 22px;
  color: #454545;
  height: 52px;
  margin-bottom: 25px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog .item p {
  margin-bottom: 30px;
  font-size: 14px;
}

.blog .item a.btn.allBtn {
  width: auto;
  display: inline-block;
  font-weight: 400;
  padding: 7px 15px 8px;
  font-size: 16px;
}

.blog .item {
  margin-bottom: 20px;
}

.categories .item .catName p span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.blog-view {
  padding-bottom: 40px;
  background: white;
  color: #333;
}

.blog-view .title {
  margin-top: 40px;
}

.blog-view .tags {
  display: flex;
  font-size: 14px;
  margin-bottom: 30px;
}

.blog-view .tags .item {
  display: flex;
  margin-right: 15px;
}

.blog-view .tags .item p {
  font-weight: 700;
  margin-bottom: 0;
}

.blog-view .tags .item a {
  margin: 0 5px;
  color: #143c8a;
}

.blog-view .tags .item a:not([href]):not([tabindex]) {
  color: inherit;
}

.blog-view .tags .item a[href]:hover {
  text-decoration: underline;
}

.blog-view .desc {
  font-size: 14px;
}

.blog-view .desc p {
  margin-bottom: 30px;
}

.blog-view .desc img {
  margin-bottom: 30px;
}

.blog-view .desc img:last-child,
.blog-view .desc p:last-child {
  margin-bottom: 0;
}

.blog-view .desc ul {
  padding-left: 35px;
  list-style: disc;
  margin-bottom: 10px;
}

.same .item {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-top: 0;
}

.same .item img {
  width: 100%;
}

.same .item .name {
  padding: 15px;
}

.same .item p {
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  height: 40px;
  color: #454545;
}

.same .item:hover a {
  text-decoration: underline;
}

.same {
  margin-top: 30px;
}

.blogAuthor {
  padding: 80px 0 10px;
  text-align: center;
  width: 160px;
  margin: 0 auto;
}

.blogAuthor img {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 120px;
}

.blog-view .panel img {
  width: 100%;
}

.blogAuthor a {
  display: block;
  color: #143c8a;
}

.blogAuthor span {
  display: block;
  color: #ccc;
  font-size: 12px;
}

.comments {
  border-bottom: 1px solid #e1e1e1;
  padding: 80px 0 40px;
}

.comments .form-control {
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: none;
}

.comments form {
  width: 700px;
  margin: 0 auto;
}

.comments .btn-primary {
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  border-radius: 0;
  font-weight: 700;
  margin-top: 10px;
}

div#map {
  width: 100%;
  height: 500px;
}

.stores {
  padding: 30px 0;
  background: white;
}

.selectedStore {
  background: #f8f8f8;
  padding: 15px;
}

.selectedStore svg {
  width: 24px;
  margin-right: 10px;
}

.selectedStore a {
  display: flex;
  color: #333;
}

.selectedStore p {
  font-size: 15px;
  margin-bottom: 30px;
}

.selectedStore h3.pageTitle {
  font-size: 18px;
}

.service .card {
  margin-bottom: 30px;
  border: 1px solid #ececec;
  border-radius: 0;
}

.service .card svg {
  width: 32px;
}

.service.allSection {
  background: inherit;
}

.service .card .card-header {
  background: white;
  padding: 0;
}

.service .card .card-header .card-link {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 15px;
}

.service .card .card-link p {
  margin-bottom: 0;
  border-left: 1px solid #ececec;
  margin-left: 15px;
  padding-left: 15px;
  height: 100%;
  text-transform: uppercase;
  color: #454545;
  font-size: 16px;
  font-weight: 700;
  padding-right: 25px;
  display: flex;
  align-items: center;
}

.service .card .card-header .card-link:after {
  position: absolute;
  top: 13px;
  right: 13px;
  content: "-";
  color: #666;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.service .card .card-header .card-link.collapsed:after {
  top: 15px;
  content: "+";
}

.faq-question-list .card-body ul li {
  border-bottom: 1px solid #ececec;
  padding: 10px 0 10px 10px;
}

.answer li {
  border: none;
  padding: 0;
}

.service .card-body {
  padding: 0;
}


.faq-question-list .card-body ul li a {
  color: #454545;
  font-size: 14px;
  display: block;
}

.faq-question-list .card-body ul li:hover {
  background: #f8f8f8;
  text-decoration: underline;
}

.answer li:hover {
  background: none;
  text-decoration: initial;
}

.accBtn {
  padding: 15px;
}

.accBtn .btn.btn-primary {
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  border-radius: 0;
  font-weight: 700;
}

.service .desc p {
  font-size: 14px;
  margin-bottom: 30px;
}

.service p.pageTitle {
  font-size: 22px;
}

.questions {
  background: white;
  padding: 20px;
  border: 1px solid #ececec;
}

.questions ul li a {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #454545;
  font-size: 14px;
}

.questions ul li:last-child a {
  margin-bottom: 0;
}

.customers-service {
  margin-top: 35px;
  font-size: 14px;
}

.customers-service .infoImg img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.customers-service .infoImg {
  text-align: center;
}

.customers-service .details {
  margin-top: -50px;
  background: white;
  padding: 70px 15px 15px;
}

.customers-service h2.pageTitle {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

.customers-service .tel {
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
}

.customers-service .tel a {
  color: #333;
  margin: 0 5px;
}

.customers-service .chat a.btn.allBtn {
  width: 70%;
  font-size: 16px;
}

.customers-service ul {
  margin-bottom: 15px;
}

.serviceQuestions .desc {
  display: flex;
  align-items: end;
}

.serviceQuestions .desc svg {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.serviceQuestions .desc p {
  width: 86%;
}

.service.serviceQuestions #accordion .card .card-link p {
  margin-left: 0;
  border: 0;
  padding-left: 0;
}

.service.serviceQuestions #accordion .card-body {
  padding: 15px;
}

.service.serviceQuestions #accordion .card-body .accBtn {
  padding: 0;
}

.service.serviceQuestions #accordion .card-body .answer {
  font-size: 14px;
  margin: 30px 0;
}

.service .card-body form {
  margin-top: 15px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}

.service .card-body form .form-control {
  border-color: #ececec;
  border-radius: 0;
}

.service .card-body form .form-group {
  padding: 0 20px 0;
}

.service .card-body form textarea.form-control {
  height: 120px;
}

.product-view .left {
  width: 650px;
  margin-bottom: 15px;
}

.product-view .product-sku {
  display: inline-block;
  padding: 5px 0 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  float: left;
}

.product-view .product-sku:after {
  padding-left: 15px;
  content: "|";
  color: #ddd;
}

.product-view .pageTitle {
  margin-bottom: 0;
}

.product-view .rating {
  position: unset;
  display: inline-block;
  margin: 0;
}

a.reviewRating {
  display: flex;
  align-items: center;
  float: left;
  padding-top: 3px;
}

.reviewRating .review {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  color: #454545;
  margin-left: 5px;
}

.prodViewSlider .viewCell {
  width: 100%;
}

.prodViewSlider .viewCell .prodViewImg {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel .carousel-cell {
  width: 70px;
  height: 70px;
  margin: 0 3px;
  border: 1px solid #e1e1e1;
  background-position: center;
  background-size: cover;
}

.prodViewSlider .viewCell .prodVideo {
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.prodViewSlider .viewCell .prodVideo iframe {
  width: 100%;
  height: 100%;
}

.carousel .carousel-cell iframe {
  width: 100%;
  height: 100%;
}

.carousel .carousel-cell .prodVideo {
  height: inherit;
}

.carousel .carousel-cell.is-selected.is-nav-selected {
  border: 2px solid #143c8a;
}

.product-sumup {
  margin-left: 30px;
  padding: 0 30px 30px;
  background: #f8f8f8;
  margin-bottom: 30px;
}

.product-sumup p.pageTitle {
  padding: 30px 0 20px;
  font-size: 19px;
  line-height: 24px;
}

.product-sumup ul {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-sumup ul {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-sumup ul li:before {
  /*content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background-image: url("../img/in-stock.svg");*/

  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 13px;
  background-image: url(../img/in-stock.svg);
  background: #4f9d32;
  border-radius: 50%;
}

.product-sumup ul li.out-of-stock:before {
  /*background-image: url("../img/out-of-stock.svg");*/

  background: #cf0013;
}

.product-sumup .btn.allBtn {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-sumup .lookInShop {
  color: #143c8a;
  font-size: 12px;
}

.product-sumup hr {
  padding-bottom: 15px;
  margin-top: 20px;
}

.product-sumup ul li {
  margin-bottom: 5px;
}

.only-store,
.online-only {
  margin: 25px 0 10px;
  padding: 3px 15px;
  color: #fff;
  background: #666;
  border-radius: 0;
  font-size: 12px;
}

.only-store p,
.online-only {
  margin-bottom: 0;
}

.online-only {
  background: #7ecdf1;
}

.countToBuy input {
  width: 80px;
  margin-right: 15px;
  border-radius: 0;
  border: 1px solid #ccc;
  height: 40px;
  float: left;
}

.countToBuy input:focus {
  outline: none;
  box-shadow: none;
}

.countToBuy :after {
  clear: both;
  content: '';
}

.countToBuy .btn.btn-primary {
  min-height: 40px;
  white-space: unset;
  border-radius: 0;
  float: right;
  width: 63%;
  margin-bottom: 15px;
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  width: 163px !important;
  display: inline-block;
  vertical-align: middle;
}

.countToBuy .field-cart-product_count {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}

.countToBuy .btn.btn-primary:last-child {
  width: 100%;
}

.countToBuy {
  margin-top: 15px;
}

.countToBuy :after {
  clear: both;
  content: '';
}

.countToBuy .btn.btn-primary {
  min-height: 40px;
  white-space: unset;
  border-radius: 0;
  float: right;
  width: 63%;
  margin-bottom: 15px;
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
}

.countToBuy .btn.btn-primary:last-child {
  width: 100%;
}

.countToBuy {
  margin-top: 15px;
}

.wishlist {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.wishlist svg {
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  transition: transform .2s ease;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  fill: #999;
}

.wishlist a {
  font-size: 12px;
  color: #333;
}

.wishlist a:hover svg {
  transform: scale(1.2, 1.2);
}

.prodViewSlider {
  padding-top: 50px;
}

.product-details {
  background-image: url(../img/blue-pattern.jpg);
  padding-top: 50px;
}

.product-details .nav-item {
  background: #143c8a;
  margin-right: 5px;
  margin-bottom: 0;
}

.product-details .nav-item .nav-link.active {
  color: #454545;
}

.product-details .nav-item .nav-link {
  color: white;
  border-radius: 0;
  border: 0;
  padding: 12px 20px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

.product-details .nav.nav-tabs {
  border: 0;
}

.tabsSection a {
  color: #143c8a;
  font-size: 14px;
}

.tabsSection .pageTitle {
  font-size: 22px;
  margin-bottom: 20px;
}

.tabsSection ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 25px;
}

.tabsSection .closestBlog ul {
  padding: 0;
  list-style: none;
}

.tabsSection .closestBlog ul li {
  line-height: 20px;
}

.table-bordered td:first-child {
  width: 25%;
  border-right: none;
}

.table-bordered td:last-child {
  border-left: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f9f9f9;
}

.tabsSection {
  background: white;
  padding: 30px 0;
}

#tab1 .card-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#tab1 .card-body {
  padding-bottom: 56%;
  position: relative;
}

.tabsSection .collapse {
  padding: 10px 15px;
  border: 1px solid #dedede;
  border-top: 0;
  background: #f4f4f4;
}

.tabsSection .card-link {
  display: block;
  padding: 10px 20px 10px 10px;
  color: #454545;
  border: 1px solid #dedede;
  font-weight: 600;
  font-size: 16px;
}

.tabsSection .card-header {
  padding: 0;
  border: 0;
}

.tabsSection .card {
  border: 0;
}

.tabsSection #tab3 p {
  font-size: 14px;
  margin-bottom: 20px;
}

.blog.rukovodstva {
  padding-bottom: 0;
}

.blog.rukovodstva .head {
  margin-bottom: 0;
}

.block-region-content .item {
  display: flex;
  margin-bottom: 0;
}

.block-region-content .item .itemBg {
  width: 66.666%;
  height: 500px;
}

.block-region-content .item .itemContent {
  width: 33.333%;
  background: #deccd2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.block-region-content .item .itemContent a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.block-region-content .item .regionImg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform .3s;
}

.block-region-content .item .itemContent .content {
  max-width: 400px;
  padding: 0 30px;
  color: #454545;
  text-align: center;
}

.block-region-content .item .itemContent .content h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.block-region-content .item .itemContent .content h2:after {
  display: block;
  width: 30%;
  height: 2px;
  content: "";
  background: #454545;
  margin: 30px auto;
}

.block-region-content .item .itemContent .content p {
  margin-bottom: 60px;
}

.block-region-content .item .itemContent .content a.btn.allBtn {
  font-weight: 700;
  position: unset;
}

.block-region-content .item .itemCol {
  width: 25%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.block-region-content .item .itemCol:nth-child(2) {
  width: 50%;
}

.block-region-content .item .itemCol .itemBg {
  width: 100%;
  height: 400px;
}

.block-region-content .item .itemCol:first-child {
  background: #e09cbb;
}

.block-region-content .item .itemCol svg {
  fill: white;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  transition: transform .3s;
}

.block-region-content .item .itemCol .title {
  position: absolute;
  background: #c5ac71;
  padding: 10px 40px;
}

.block-region-content .item .itemCol:last-child {
  background: #d2c3a1;
}

.block-region-content .item .itemCol h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.block-region-content .item:last-child .itemCol:first-child {
  width: 50%;
}

.block-region-content .item:last-child .itemCol:nth-child(2) {
  width: 25%;
  background: #2b200c;
}

.block-region-content .item .itemCol .itemBg a {
  height: 100%;
}

.block-region-content .item .itemCol a {
  color: white;
}

.blog.inspirationSection .head {
  margin-bottom: 0;
}

.block-region-content .item .itemCol:hover .regionImg,
.block-region-content .item .itemCol:hover svg {
  transform: scale(1.1);
}

.article-list.inspiration-list {
  padding: 0;
}

.article-list.inspiration-list .container-fluid {
  padding: 0;
}

.article-list.inspiration-list .row {
  margin: 0;
}

.article-list.inspiration-list .col-12 {
  padding: 0;
}

.article-list.inspiration-list .sectionTitle h2 {
  font-size: 22px;
  margin-bottom: 40px;
}

.article-list.inspiration-list .adviceDesc {
  padding: 30px 30px 40px;
}

.article-list.inspiration-list .adviceDesc p {
  -webkit-line-clamp: 3;
}

.inspirationSection2 .item .itemCol .itemBg {
  height: 600px;
}

.inspirationSection2 .item .itemCol {
  width: 25% !important;
}

.inspirationSection2 .item .itemCol:nth-child(2) {
  width: 50% !important;
}

.blog.inspirationSection.inspirationSection2 {
  padding-top: 0;
}

.popularCats {
  width: 100%;
  height: 33.33%;
  background: #758f83;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popularCats h1.pageTitle {
  color: white;
  margin-bottom: 0;
}

.inspirationSection2 .item:first-child .itemCol:nth-child(2) .itemBg {
  height: 66.66%;
  overflow: hidden;
}

.inspirationSection2 .item:first-child .itemCol:nth-child(2) .title {
  top: 30%;
}

.inspirationSection2 .item:first-child .itemCol:nth-child(2):hover .regionImg {
  transform: none;
}

.inspirationSection2 .item:first-child .itemCol:nth-child(2) .itemBg:hover .regionImg {
  transform: scale(1.1);
}

.guides .item p {
  position: unset;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  max-height: 81.4px;
}

.guides .item {
  box-shadow: none;
  padding: 0;
}

.guides .item img {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.guides .item h4 {
  color: #454545;
  font-size: 18px;
  /*height: 50px;*/
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  max-height: 50.4px;
}

.guides h1.pageTitle {
  font-size: 22px;
  line-height: 26px;
}

.guides .col-lg-3 ul li a p {
  display: inline-block;
  margin-bottom: 0;
}

.sale .item {
  text-align: center;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: none;
}

.sale {
  background: white;
  padding-top: 0;
}

.sale .desc {
  margin: 20px 0 60px;
  font-size: 14px;
}

.button {
  padding: 5px;
  cursor: pointer;
  background: grey;
  color: white;
  width: 25px;
  height: 15px;
  text-align: center;
  display: inline-block;
}

.sale .desc p a {
  color: #143c8a;
}

.sale .row:last-child .desc {
  margin-bottom: 0;
}

.deleteBtn {
  position: relative;
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-top: 7px;
  margin-right: 10px;
  padding: 3px 0 0;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
  color: #454545;
  border: 1px solid #ccc;
  background: #f8f8f8;
}

.deleteBtn:before {
  position: absolute;
  top: 0;
  left: 5px;
  content: "x";
  font-size: 17px;
  line-height: 15px;
}

.cartImg {
  float: left;
  margin-right: 10px;
  border: 1px solid #ececec;
}

.cartImg img {
  width: 40px;
}

.cartCol .details {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-right: 7px;
}

.cartCol .details .name {
  height: 17px;
  font-size: 12px;
}

.cartCol .details p {
  color: #454545;
  margin: 0;
}

.cartCol .details .sku {
  font-size: 9px;
}

.cartCol .details .discount {
  color: #fdb000;
  font-size: 9px;
}

.addMore {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  display: flex;
}

.addMore .button {
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ececec;
  background: #f8f8f8;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.addMore input {
  width: 40px;
  height: 30px;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  margin: 0 15px;
}

.cart {
  background: white;
  padding: 30px 0;
}

.cartPrice {
  float: right;
  margin-top: 13px;
  color: #fff;
}

.cartPrice span {
  color: #454545;
  font-size: 12px;
}

.cartCol li:after {
  clear: both;
  content: '';
  display: block;
}

.cartCol li {
  margin: 0 0 10px;
  border-bottom: 1px solid #ececec;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}

.cart .right {
  padding: 30px 15px 15px;
  background: #f8f8f8;
  text-align: center;
}

.cart .right .icon {
  margin-bottom: 15px;
}

.cart .right .icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.cart .right h4.pageTitle {
  font-size: 18px;
  line-height: 22px;
}

.cart .right p {
  font-size: 14px;
  margin-bottom: 30px;
}

.cartInfo {
  text-align: right;
}

.cartInfo p {
  margin-bottom: 0;
  color: #454545;
  font-size: 14px;
}

.cartInfo .basketTotal p {
  font-size: 16px;
  font-weight: bold;
}

.cartInfo .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cartInfo .buttons a.btn.allBtn {
  width: auto;
  font-size: 16px;
  padding: 7px 15px 8px;
  margin-bottom: 0;
}

.btn.blueBtn {
  background-image: -webkit-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: -o-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  color: #fff;
  height: 40px;
  line-height: 26px;
  padding: 7px 15px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
}

.productsSlider .carousel .item {
  width: 30.3%;
  margin-right: 30px;
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fff;
  color: #454545;
}

.productsSlider .carousel .item img {
  margin-bottom: 15px;
}

.productsSlider .carousel .item .name {
  font-size: 14px;
  margin-bottom: 20px;
}

.productsSlider .carousel .item .newPrice span {
  border: 0;
  margin-bottom: 30px;
}

.productsSlider .carousel .item .btn.blueBtn {
  font-size: 14px;
  width: 100%;
  padding: 5px 8px;
  height: auto;
  line-height: normal;
}

.flickity-prev-next-button.next {
  right: -50px;
}

.flickity-prev-next-button {
  background: rgba(0, 0, 0, .3);
}

.flickity-prev-next-button path {
  fill: white;
}

.flickity-prev-next-button.previous {
  left: -50px;
}

.flickity-prev-next-button:hover {
  background: #143c8a;
}

.dashboard {
  background: white;
  padding: 30px 0;
}

.dashboard .item {
  padding: 10px;
  text-align: center;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px;
  margin-top: 30px;
}

.dashboard .item:hover {
  background: #fcfcfc;
}

.dashboard .item a {
  color: #454545;
  display: block;
}

.dashboard .item a svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  display: block;
  margin: 0 auto;
}

.dashboard .item a span {
  font-size: 12px;
  font-weight: 700;
}

.dashboard .col-12 p a {
  color: #143c8a;
  font-size: 14px;
}

.dashboard .col-12 p {
  font-size: 14px;
}

.dashboard .col-12 p.pageTitle {
  font-size: 22px;
  margin-bottom: 20px;
}

.dashboardSection .info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dashboardSection .details {
  background: 0;
  padding: 0;
  margin: 0;
}

.dashboardSection .chat a.btn.allBtn {
  width: auto;
  display: inline-block;
  padding: 7px 15px 8px;
}

.dashboardSection .customers-service h2.pageTitle {
  font-size: 22px;
  line-height: 26px;
}

.dashboardSection .customers-service {
  font-size: 16px;
  padding-right: 15px;
  margin: 0;
}

.dashboardSection .tel {
  font-size: 16px;
}

.dashboardSection .col-md-6:last-child {
  border-left: 1px solid #d2d9e0;
  padding: 0 15px 0 30px;
}

.service.dashboardSection .card .card-link p {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}

.service.dashboardSection .card {
  margin-bottom: 15px;
}

.service.dashboardSection .card-body {
  padding: 15px 15px;
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  border-top: 0;
  font-size: 14px;
}

.service.dashboardSection .card-body ul {
  margin-bottom: 15px;
  padding-left: 40px;
  list-style: disc;
}

.service.dashboardSection .card-body ul li {
  border: 0;
  padding: 0;
}

.profile ul {
  margin: 0 0 30px;
  padding: 0 10px 0 0;
}

.profile ul li {
  padding: 9px 0;
  border-bottom: 1px solid #dfdfdf;
}

.profile ul li.active a {
  color: #454545;
}

.profile ul li a {
  color: #143c8a;
}

.profileCol .head {}

.profileCol .head h1.pageTitle {
  font-size: 28px;
  line-height: 30px;
}

.profileCol .head p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
}

.profileCol .head p a {
  color: #143c8a;
}

.profileCol .order-table table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-spacing: 0;
  border-collapse: collapse;
}

.profileCol .order-table table tr {
  padding: 5px;
  border: 1px solid #ddd;
}

.profileCol .order-table table tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 10px;
}

.order-table table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

.profileCol .order-table table tr td:first-child {
  border-top: 0;
}

.profileCol .order-table table tr td {
  padding: 10px;
}

.profileCol .head h2.pageTitle {
  font-size: 22px;
}

.profile .soonView {
  padding: 0;
}

.profile .soonView .item {
  position: relative;
  overflow: visible;
}

.profile .soonView .item .removeBtn {
  z-index: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  color: #fff;
  border: 0;
  border-radius: 28px;
  background: #454545;
  cursor: pointer;
}

.profile .soonView .item a.btn.allBtn {
  margin-bottom: 0;
}

.conditions #accordion .card .card-header .card-link {
  height: auto;
  padding: .5em .5em .5em .7em;
}

.conditions #accordion .card .card-header .card-link p {
  font-size: 18px;
  margin-left: 0;
  border: 0;
}

.conditions #accordion .card .card-header .card-link:after {
  display: none;
}

.conditions #accordion .card .card-header .card-link:before {
  background-position: -65px -16px;
  content: '';
  background-image: url('../img/icons.png');
  display: block;
  width: 16px;
  height: 16px;
}

.conditions #accordion .card .card-header .card-link.collapsed:before {
  background-position: -32px -16px;
}

.conditions #accordion .card {
  margin-bottom: 10px;
}

.conditions #accordion .card-body {
  padding: 15px;
  background: #f8f8f8;
}

.conditions #accordion .card-body p {
  font-size: 14px;
  margin-bottom: 30px;
}

.conditions #accordion .card-body ul {
  padding-left: 40px;
  list-style: disc;
  font-size: 14px;
  margin-bottom: 10px;
}

.conditions #accordion .card-body ul li {
  padding: 0;
  border: 0;
}

.conditions #accordion .card-body ul li:hover {
  text-decoration: none;
  background: 0;
}

.conditions #accordion .card-body h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.conditions #accordion .card-body h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.midHeader .cart {
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cartIcon {
  position: relative;
  display: flex;
}

.cartIcon>span {
  font-size: 12px;
  line-height: 24px;
}

.cartIcon svg {
  fill: currentColor;
}

.midHeader .cart .cartPrice {
  float: unset;
  margin: 0;
  margin-right: 20px;
  color: #666;
  font-weight: 700;
}

.midHeader .cart .cartPrice p {
  margin-bottom: 0;
}

.midHeader .cart .count {
  position: absolute;
  top: -5px;
  left: 6px;
  min-width: 15px !important;
  height: 15px;
  text-align: center;
  font-weight: 700;
  color: #143c8a;
  border-radius: 99em;
  background-color: #e0e7ef;
  padding: 2px 4px;
  font-size: 8px;
  z-index: 1;
}

.cartMenu {
  background: #2a3d55;
  -webkit-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
  position: absolute;
  z-index: 9999;
  right: -340px;
  display: block;
  overflow: hidden;
  width: 340px;
  height: auto;
  margin-top: 1px;
  transform: translateZ(0);
  border: 1px solid #ececec;
  border-top: 0;
  box-shadow: -2px 0 2px rgba(0, 0, 0, .1);
  padding: 15px;
}

.cartMenu.open {
  right: 0;
}

.cartMenu .deleteBtn {
  background: 0;
}

.cartMenu .details p {
  color: white;
}

.cartMenu .details {
  width: auto;
}

.cartMenu .cartPrice span {
  color: white;
}

.cartMenu .deleteBtn:before {
  color: white;
}

.cartMenu p {
  color: white;
}

.cartMenu .cartInfo .buttons {
  display: block;
  margin-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 20px;
  margin-top: 20px;
}

.cartMenu .cartInfo .buttons a.btn.allBtn {
  display: inline-block;
  margin-bottom: 15px;
}

.cartMenu .basketTotal {
  margin: 10px 0;
}

.cartMenu .addMore input {
  width: 25px;
  margin: 0;
  height: 25px;
  border-radius: 7px;
}

.cartMenu .addMore {
  margin-top: 10px;
  margin-left: 20px;
}

.cartMenu .cartPrice {
  margin-top: 7px;
}

.cartMenu .cartCol li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dropdown-menu li:last-child {
  padding: 0 20px;
  margin-top: 5px;
}

.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu li a.btn.allBtn {
  margin: 0;
  padding: 7px 15px 8px;
}

.dropdown-menu li:hover {
  background: #f8f8f8;
}

.prodRow .productsSlider .item {
  width: 100%;
}

/* .prodRow .productsSlider .item .newPrice span.yb {
    margin-bottom: 0;
    border-bottom: 4px solid #ffd800;
} */
.prodRow .productsSlider {
  padding: 30px 0;
}

.prodRow .productsSlider .pageTitle {
  text-align: center;
  font-size: 26px;
}

.soonView.prodView {
  background: inherit;
}

.soonView.prodView .prodType {
  text-align: center;
}

body.openModal {
  overflow-y: hidden;
}

.modalNotification {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 33333;
  padding: 30px 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

body.openModal .modalNotification {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;

}

.modalBlur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .5;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.modalContent {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 860px;
  color: #454545;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: auto;
}

.modalContent>.closeBtn {
  text-align: center;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  border-radius: 100%;
  background: rgba(0, 0, 0, .75);
  text-shadow: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

.modalNotification .head {
  overflow: hidden;
  padding: 16px;
  border-bottom: 1px solid #ececec;
}

.modalNotification .head .pageTitle {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 24px;
  color: #454545;
}

.modalNotification .cartCol li {
  padding: 10px;
  border-bottom: 1px solid #ededed;
  background: #f8f8f8;
}

.modalNotification .cartCol .details .name {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 3px;
}

.modalNotification .details {
  width: 50%;
}

.modalNotification .cartPrice span {
  font-size: 14px;
}

.modalNotification .addMore input {
  border: 0;
  background: 0;
  cursor: auto;
  font-weight: 700;
  font-size: 14px;
}

.modalNotification .addMore input:focus {
  outline: 0;
  box-shadow: none;
}

.modalNotification .cartPrice {
  margin-top: 9px;
}

.modalNotification .cartInfo .address {
  text-align: left;
  margin-top: 5px;
  border-bottom: 1px solid #ececec;
  padding: 0 10px 10px;
}

.modalNotification .cartInfo .basketTotal {
  padding: 0 10px;
}

.modalNotification .cartInfo .buttons {
  margin-top: 15px;
  padding: 0 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.storageContent {
  padding: 15px;
  color: #454545;
}

.storageContent .noClass {
  margin-bottom: 15px;
  font-size: 14px;
}

.storageContent form {
  /* width: 400px; */
  margin-bottom: 20px;
}

.storageContent form label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #454545;
}

.storageContent form .form-control {
  width: 100%;
  height: 40px;
  color: #454545;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background: #fff;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  width: 400px;
  margin-right: 15px;
}

.storageContent form .form-group {
  display: flex;
}

.storageContent .pageTitle {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
}

.storageContent label {
  margin-bottom: 5px;
  font-weight: 700;
}

.storageContent .storesList {
  margin-top: 15px;
}

.storageContent .storesList ul {
  border-bottom: 1px solid #e1e1e1;
}

.storageContent .storesList ul li {
  position: relative;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #454545;
}

.storageContent .storesList ul li:nth-child(odd) {
  background: #f8f8f8;
}

.storageContent .storesList ul li .storeName {
  float: left;
}

.storageContent .storesList ul li .countInStore {
  float: right;
  text-align: right;
}

.storageContent .showOnMap {
  clear: both;
  margin-top: 15px;
}

.storageContent .storesList ul li .countInStore p {
  margin-bottom: 0;
}

.storageContent .storesList ul li .countInStore p:first-child {
  color: #4e8929;
  font-weight: 700;
}

.storageContent .showOnMap a {
  font-size: 12px;
  color: #143c8a;
}

.storageContent .showMore {
  padding-bottom: 15px;
  padding-top: 20px;
}

.storageContent .showMore a {
  color: #143c8a;
}

.storageContent .closeBtn {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.storageContent .closeBtn .btn.allBtn {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  padding: 7px 15px 8px;
}

.storageContent .storesList ul li:after {
  clear: both;
  content: '';
  display: block;
}

.tabsSection .tab-content {}

.tabsSection .tab-content .div {
  display: flex;
  margin-bottom: 10px;
}

.tabsSection .tab-content .div .rating {
  position: unset;
  margin: 0;
  padding: 0;
}

.tabsSection .tab-content .div p {
  font-size: 14px;
}

.commentsList {
  margin-top: 20px;
}

.commentsList .item {
  padding: 20px 0;
  border-top: 1px solid #ececec;
  display: flex;
}

.commentsList .item .left {
  width: 70%;
}

.commentsList .item .left .rating {
  position: unset;
  margin: 0;
  padding: 0;
}

.commentsList .item .date {
  margin-bottom: 15px;
  color: #ccc;
  font-size: 12px;
}

.commentsList .item p.pageTitle {
  margin: 0 0 15px;
  font-size: 18px;
}

.commentsList .item .commentDesc p {
  margin: 0 0 15px;
  font-size: 14px;
}

.commentsList .item .right {
  width: 30%;
  padding: 60px 0 0 60px;
}

.commentsList .item .right .authorName {
  font-size: 14px;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #ececec;
}

.commentsList .item .right .authorName p {
  margin-bottom: 0;
}

.btn.blueBtn:active {
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%) !important;
}

.commentContent {
  padding: 15px;
}

.commentContent .form-group {
  margin-bottom: 30px;
}

.commentContent .form-group .form-control {
  border-radius: 0;
  font-size: 14px;
  color: #555;
}

.commentContent .twoGroup {
  display: flex;
  justify-content: space-between;
}

.commentContent .twoGroup .form-group {
  width: 48%;
}

.commentContent .form-group .form-control::placeholder {
  color: #a7a7a7;
}

.commentContent #rating-select {
  position: unset;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  width: auto;
}

#rating-select .star:before {
  font-size: 24px;
  transition: color .2s;
  width: auto;
  height: auto;
}

#rating-select .star.hovered:before {
  color: #ffb500;
}

#rating-select .star.full.none:before {
  color: #ffb500;
}

#rating-select .star {
  margin: 3px 5px;
  cursor: pointer;
}

.commentContent p {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

#sc-lead-generation-closed {
  position: fixed;
  opacity: 1;
  cursor: pointer;
  width: auto;
  height: 45px;
  z-index: 100;
  box-shadow: 0 0 50px #000;
  background-color: #143c8a;
  bottom: 0;
  left: 20px;
  overflow: visible;
}

#sc-lead-generation-closed .close-x {
  background-image: url(https://campaign.assets.sitecampaign.com/jysk/resources/lead-generation/close-x-black.compressed.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
  top: -9px;
  right: -9px;
}

#sc-lead-generation-closed #sc-content {
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#sc-lead-generation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  background-image: none;
  background-color: hsla(0, 0%, 100%, .5);
}

#sc-lead-generation #sc-modal {
  background-color: #000;
  box-shadow: 0 0 20px #000;
  position: fixed;
  opacity: 1;
  bottom: 0;
  left: 0;
  width: 615px;
  height: 400px;
  overflow: visible;
  background: url('/img/close-x.png') bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#sc-lead-generation .close-x {
  background-image: url('../img/close-x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: -13px;
  right: -13px;
}

#sc-lead-generation #sc-modal .sc-content {
  margin: 30px 30px 0;
  text-align: left;
}

#sc-lead-generation #sc-modal .sc-content h1 {
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 130%;
}

#sc-lead-generation #sc-modal .sc-content p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 0;
}

#sc-lead-generation #sc-modal .sc-content #sc-form {
  margin-top: 15px;
}

#sc-lead-generation #sc-modal .sc-content #sc-form input[type=email],
#sc-lead-generation #sc-modal .sc-content #sc-form input[type=text] {
  border: 1px solid transparent;
  width: 350px;
  padding: 15px 10px;
  color: #000;
  background-color: #fff;
  text-align: left;
}

#sc-lead-generation #sc-modal .sc-content #sc-form #sc-conditions-row {
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  border: 1px solid transparent;
}

#sc-lead-generation #sc-modal .sc-content #sc-form #sc-conditions-row input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  margin-top: .3rem;
  box-sizing: border-box;
  margin-left: -1.4rem;
  ;
  padding: 0;
  cursor: pointer;
}

#sc-lead-generation.sc-ua #sc-modal .sc-content #sc-form #sc-conditions-row label {
  font-size: 9.5px;
  color: #fff;
  font-weight: 300;
  box-sizing: border-box;
}

#sc-lead-generation #sc-modal .sc-content #sc-form #sc-conditions-row label a,
#sc-lead-generation #sc-modal .sc-content #sc-form #sc-conditions-row label a:visited {
  color: #fff;
  text-decoration: underline;
}

#sc-lead-generation.sc-ua #sc-modal .sc-content button {
  color: #fff;
  background-color: #143c8a;
  margin-top: 5px;
  width: 200px;
  padding: 10px 0;
  background-image: none;
  border: none;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

#sc-lead-generation #sc-modal .sc-content #sc-form input {
  display: block;
  margin: 10px 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

div#sc-confirmation,
div#sc-signup-error {
  display: none;
}

.editProfile .service .card-body form {
  border: 0;
  padding-top: 0;
}

.editProfile .service .card-body form .two {
  display: flex;
  justify-content: space-between;
}

.editProfile .service .card-body form .two .form-group {
  width: 48%;
}

form .three {
  display: flex;
  justify-content: space-between;
}

form .three .form-group:first-child {
  width: 58%;
}

form .three .form-group:nth-child(2) {
  width: 21%;
}

form .three .form-group:last-child {
  width: 15%;
}

.editProfile .service .card-body .form-group {
  padding: 0;
}

.editProfile .service .card-body .item {
  padding: 0 20px;
}

.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
}

.service.dashboardSection .card .card-header .card-link {
  height: auto;
  padding: 10px 50px 10px 10px;
}

.service.dashboardSection .card .card-header .card-link:after {
  top: 5px;
}

.editProfile .buttons {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.editProfile .buttons a.btn.allBtn {
  width: auto;
  padding: 7px 15px 8px;
  font-size: 16px;
  margin: 0 20px;
}

.editProfile {
  padding-bottom: 60px;
}

.deleteAddress {
  padding: 7px 15px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: right;
  color: #337ab7;
}

.deleteAddress:hover {
  color: #23527c;
  text-decoration: underline;
}


.mapContent .title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.mapContent .address p {
  margin-bottom: 0;
}

.mapContent .onMap a {
  color: #143c8a;
}

.mapContent .openingHours p {
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.mapContent table.collect-info-hours {
  width: 100%;
}

.mapContent table.collect-info-hours td {
  padding-right: 10px;
}

.mapContent .phone a {
  display: inline-block;
  color: #143c8a;
}

.selectedStore .mapContent p,
.selectedStore .mapContent {
  font-size: 14px;
}

.openingHours h5 {
  margin-bottom: 3px;
  font-weight: 700;
  display: block;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}

.storeImg img {
  width: 100%;
  margin-top: 10px;
}

.selectedStore .mapContent .openingHours p {
  font-size: 16px;
  margin-top: 0;
}

table.collect-info-hours.firstTable {
  width: auto;
}

.stores a.btn.allBtn {
  display: inline-block;
  width: auto;
  padding: 7px 15px 8px;
  font-size: 16px;
}

.order-form .right {
  padding-top: 15px;
}

.order-form .right .cartCol {
  margin-bottom: 30px;
}

.order-form .right .cartCol li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.order-form .right .cartCol p {
  margin-bottom: 0;
}

.order-form .right .cartCol li p {
  text-align: left;
}

.order-form .right .cartCol li .cartImg {
  width: 14%;
  margin-right: 5px;
}

.order-form .right .cartCol li .details {
  width: 83%;
  margin-right: 0;
}

.order-form .right .cartCol .cartInfo {
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
}

.order-form .right .cartCol li:after {
  display: none;
}

.checkout-steps .step {
  /* margin-right: 20px; */
  display: flex;
}

.checkout-steps {
  display: flex;
  margin-bottom: 30px;
}

.checkout-steps .step span.active {
  color: #fff;
  background: #143c8a;
}

.checkout-steps .step span {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #999;
  background: #e8e8e8;
}

.checkout-steps .step p {
  margin: 0 10px 0 0;
  color: #454545;
  font-size: 14px;
  line-height: 30px;
}

.checkout-steps .step p.active {
  font-weight: 700;
}

.checkout-steps .step:after {
  margin: 2px 10px 0 0;
  content: ">";
  color: #ccc;
  font-size: 18px;
}

.checkout-steps .step:last-child:after {
  display: none;
}

.order-form .form-control {
  border-color: #ececec;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: 0 0 3px 1px rgba(0, 123, 255, .25);
}

.order-form .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.order-form a.btn.allBtn {
  display: inline-block;
  width: auto;
  font-size: 16px;
  padding: 7px 15px 8px;
}

.order-form form p {
  font-size: 13px;
  font-style: italic;
  color: #999;
  margin-bottom: 8px;
  margin-top: -10px;
}

.order-form .toNewAddress label {
  font-weight: 700;
  padding-left: 5px;
  cursor: pointer;
}

.form-group.someForm {
  padding: 10px;
  color: #454545;
  border: 1px solid #ffc742;
  background: #fff4b6;
  display: flex;
  align-items: center;
}

.form-group.someForm label {
  margin-bottom: 0;
  font-size: 12px;
}

.form-group.someForm input {
  margin-right: 8px;
}

.checkout-steps .step.done span {
  background: #8bcf13;
}

.checkout-steps .step.done span svg {
  width: 100%;
  height: 100%;
  margin-left: 8px;
  fill: white;
}

.order-form-2 h1.pageTitle {
  font-size: 22px;
}

.order-form-2 label {
  margin-bottom: 0;
}

.order-form-3 .right .cartCol li .cartImg {
  width: auto;
  margin-right: 15px;
}

.order-form-3 .right .cartCol li .details {
  width: 50%;
}

.order-form-3 .right .cartCol li {
  flex-wrap: nowrap;
}

.order-form-3 .cartPrice {
  width: 35%;
  text-align: right;
}

.order-form-3 .cartPrice.count {
  width: auto;
}

.order-form-3 .orderCol .right {
  background: 0;
  padding: 0;
}

.order-form-3 .aboutProd p {
  text-align: left;
  font-size: 16px;
}

.order-form-3 .right .cartCol .cartInfo {
  border: 0;
  margin-bottom: 15px;
}

.order-form-3 .right p {
  margin-bottom: 0;
  font-size: 16px;
}

.order-form-3 .content .buttons {
  justify-content: center;
}

.order-form-3 .right {
  padding-top: 30px;
}

.searchContainer {
  position: absolute;
  z-index: 10;
  width: 800px;
  padding: 15px;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .33);
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  top: 44px;
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
}

.searchContainer.open {
  opacity: 1;
  visibility: visible;
}

.searchContainer .pageTitle {
  margin: 0 0 15px;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
}

.searchContainer a {
  color: #454545;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s linear;
}

.searchContainer li {
  margin-bottom: 15px;
}

.findName {
  width: 80%;
}

.searchContainer a:hover {
  background: #f8f8f8;
}

.stores #find {
  margin-bottom: 15px;
  margin-right: 50px;
}

.cartInfo .btn.blueBtn {
  vertical-align: top;
}

#social-share {
  display: block;
  float: none;
  margin: 0 0 30px;
  width: 100px;
  list-style-type: none;
}

#social-share button {
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 0 2px 7px;
  font-size: 12px;
  font-weight: 400;
}

#social-share button::after {
  display: none;
}

#social-share .dropdown-menu {
  width: 100px;
  min-width: 0;
  padding: 1px 10px 1px;
  z-index: 1000;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}

#social-share .dropdown-menu li {
  border-bottom: 1px solid #ececec;
  line-height: 24px;
  padding: 0 !important;
}


#social-share .dropdown-menu li a {
  display: block;
  padding: 2px 5px 2px 0 !important;
  color: #454545;
  font-size: 12px;
  font-weight: 700;
}

#social-share .btn.secondary {
  background-image: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  color: #454545;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

#social-share button .caret {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.faq-category-img {
  max-width: 40px;
}

.customers-service .details p {
  margin-bottom: 5px;
}

.gallery-img-1 {
  max-height: 440px;
  overflow: hidden;
}

.gallery-img-1 img {
  width: 100%;
}

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

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

.flex-row {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.justify-content-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
}

.align-items-center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.align-items-right {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
}


.cartInside h4 {
  color: #fff;
  font-size: 22px;
}

.cartInside p {
  margin-bottom: 0;
  font-size: 14px;
}

.cart-product-count {
  text-align: center;
}

.field-cart-product_count.has-error input {
  border: solid 1px red;
}

.field-cart-product_count .help-block {
  display: none;
}

.create-order .has-error input,
.account-form .has-error input,
.save-review .has-error input {
  border-color: red;
}

.create-order .has-error .help-block,
.account-form .has-error .help-block,
.sp-form .field-agreement .help-block,
.save-review .help-block {
  font-size: 12px;
  color: red;
}

.save-review .form-group {
  margin-bottom: 20px;
}

.field-agreement.has-error .someForm {
  margin-bottom: 5px;
}

.price-inline {
  text-align: right;
  display: inline-block;
  /*margin-left: 20px;*/
}

.item .prodBrand {
  /*height: 21px;*/
  margin-bottom: 15px;
}


.product-sticker {
  display: inline-block;
  margin: 0 0 3px;
  padding: 3px 3px 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.product-sticker.sticker-discount {
  background: #D20328;
  color: #fff;
}

.product-sticker.basic {
  background: #1e86c3;
}



.product-sticker.plus {
  background: #7c7d7f;
}

.product-sticker.gold {
  background: #c1a962;
}

.product-sticker.sticker-campaign {
  background: #FFD800;
  color: #000;
}

.product-sticker.store-only {
  background: #666;
}



.item .prodBrand img {
  width: 100px !important;
}

.pagination-main {
  text-align: center;
}


.pagination {
  justify-content: center;
}

.pagination>.active>a {
  z-index: 3;
  color: #fff !important;
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  cursor: default;
}

.pagination .prev.disabled,
.pagination .next.disabled {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

ul.pagination>li>span {
  font-weight: 400 !important;
}

ul.pagination>li.disabled>span {
  color: #777 !important;
}

.pagination a,
.pagination>li>span {
  line-height: 36px !important;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
}


.pagination a:hover {
  color: #23527c !important;
  background-color: #eee;
  border-color: #ddd;
}

.pagination li.active a:hover {
  color: #fff !important;
}

.pagination .prev.disabled span {}

.order-form .orderCol {
  position: relative;
}

.order-form .orderCol.spinner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7) url(/img/preloader.gif) no-repeat center;
  background-size: 10%;
}

body.spinner::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2) url(/img/preloader.gif) no-repeat center;
  background-size: 5%;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.campaign img {
  max-width: 120px;
}


.login form .form-group {
  margin-bottom: 15px;
}

.login form input.form-control {
  margin-bottom: 5px;
}

.login form .has-error input.form-control {
  border-color: red;
}

.login .form-group .help-block {
  font-size: 12px;
  color: red;
}

.login .alert,
.account-form .alert {
  display: none;
}

.order-table-pad {
  padding: 17px;
  background: #f8f8f8;
  border-radius: 5px;
}

.order-table-sp .btn {
  padding: 4px 10px;
  font-size: 13px;
}

.order-table-sp th {
  font-size: 14px;
}

.order-table-sp td {
  font-size: 14px;
}

.wishList a.active {
  color: #dda131;
}

.wishList a.active svg {
  fill: #dda131;
}


.wishListItem .wishList {
  margin-top: 10px;
}

.storeName p {
  margin-bottom: 0;
}

.storeName p:last-of-type {
  margin-bottom: 10px;
}

.subscribe-msg {
  font-size: 27px;
}

#sc-main .subscribe-msg {
  font-size: 22px;
  color: #fff;
  margin-top: 7px;
}

.save-review .alert {
  display: none;
}

.payment-result {
  text-align: center;
  margin: 40px auto 100px auto;
  padding: 3.33333rem;
  background: rgba(0, 0, 0, 0.02);
  padding: 50px 100px 100px 100px;
}

.payment-result-icon {
  width: 7.33333rem;
  height: 7.33333rem;
  background: url(/img/p_success.svg) no-repeat center;
  background-size: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.payment-result-icon.error {
  background: url(/img/p_error.svg) no-repeat center;
}

.payment-result-title {
  /*font-size: 35px;*/
  font-weight: 500;
  margin-bottom: 0.66667rem;
}

.payment-result-desc {
  max-width: 50%;
  margin: auto;
}

.payment-result-desc b {
  font-weight: 600;
}


.countToBuy.disabled {
  position: relative;
  opacity: .8;
}

.countToBuy.disabled::after {
  content: '';
  position: absolute;
  top: -6px;
  left: -7px;
  width: 104%;
  height: 100%;
  background: rgba(0, 0, 0, .01);
  z-index: 99999;
  padding: 2px 29px;
  cursor: not-allowed;
}

.li-not-instock {
  background: rgb(255, 243, 205);
}

.li-sp {
  padding: 10px;
}

.header-lang {
  align-items: center;
}

.header-lang ul {
  justify-content: flex-start !important;
  position: relative;
  left: -12px;
}


.header-lang span.lang {
  color: #454545;
  font-size: 15px;
}


.header-lang img {
  width: 20px;
}

.header-lang li.active img,
.header-lang li img:hover {
  opacity: .85;
}

/*.header-lang li:last-of-type img {
    width: 30px;
}*/

.restricted-product {
  background: #666;
  margin: 0 0 10px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  clear: both;
  /* padding: 10px 0 0; */
  text-align: center;
  display: block;
  margin-top: 13px;
  margin-bottom: 11px;
}

.price-text-right {
  text-align: right;
}


.dropdown-title {
  margin-bottom: 15px;
}

.dropdown-parent ul li {
  margin-left: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  border: none !important;
  padding: 0 !important;
}

.dropdown-parent ul ul {
  /*margin-left: 20px;*/
  display: none;
}

.dropdown-parent ul ul ul {
  display: none;
}

.dropdown-parent ul ul li {
  padding: 0 15px !important;
  font-size: 12px;
  margin-bottom: 0 !important;
}

.dropdown-parent ul ul li:first-of-type {
  border-top: 1px solid #ececec !important;
  padding: 5px 15px !important;
}

.dropdown-parent ul ul li:last-of-type {
  border-bottom: 1px solid #ececec !important;
  padding: 5px 15px !important;
}

.dropdown-parent ul ul ul.active,
.dropdown-parent ul ul.active {
  display: block !important;
}

.product-main-parent {
  width: 100%;
  min-height: 400px;
}

.product-main-parent.spinner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/preloader.gif) no-repeat center;
  background-size: 8%;
}

.product-list {
  width: 100%;
}

.ajax-category {
  display: none;
}



.headerPhone ul {
  margin-left: 20px;
  position: relative;
  top: -2px;
}

.headerPhone ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.headerPhone ul li:not(:first-of-type) {
  border-left: solid 1px rgba(0, 0, 0, .1);
  padding-left: 20px;
}

.headerPhone ul li a {
  font-size: 15px;
  color: #000;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
}

.headerPhone ul li a:hover {
  opacity: .6;
}


.productsViewed,
.carousel,
.flickity-viewport {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0;
}

.prodType.mb-0 h2 {
  margin-bottom: 0;
}


.item .rating span {
  font-size: 14px !important;
}

.price-with-discount {
  position: relative;
  top: -11px;
}

.subCategoryList .item {
  border: none;
}

.productHeader {
  margin-bottom: 20px;
}

.sticker-list {
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}

.sticker-list:lang(ru) {
  margin-right: 20px;
}

.sticker-list:lang(en) {
  margin-right: 13px;
}

.product-view .sticker-list {
  margin-bottom: 20px;
}

.sticker-list .product-sticker {
  margin-right: 2px;
}

.similar-products {
  background: #fff;
}

.pc-viewed-products {
  background: none;
}

.pc-viewed-products .prodType h2,
.same-collection-products .prodType h2 {
  text-align: center;
}

.campaign-notice {
  text-align: center;
  margin: 10px 0 10px;
  padding: 10px 0;
  color: #fff;
  border-radius: 3px;
  background: #2a3d55;
  line-height: 21px;
  font-size: 14px;
}

.campaign-notice p {
  margin-bottom: 0;
}

.mobile-show,
.mobile-inline-block {
  display: none;
}

.mobile-category {
  background: #fff;
  display: none;
}

.products-sp {
  margin-top: 3px;
  background: #fff;
}

.products-sp .prodType h2 {
  border: none;
  padding-bottom: 0;
}

.product-group-notf {
  margin-bottom: 30px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  background: #2a3d55;
}

.products-sp .product-list {
  padding: 0 15px;
}

.product-group-select {
  margin-top: 20px;
}

.product-group-select label {
  font-size: 14px;
  font-weight: 700;
}

.product-group-select select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.searchBar {
  position: relative;
}

.sr {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 800px;
  padding: 15px;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .33);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .33);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .33);
  z-index: 9999;
  display: none;

}

.sr-group {
  margin-bottom: 15px;
}

.sr-group-title {
  margin: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.sr-left {
  float: left;
}


.sr-img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
}

.sr-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #454545;
  display: inline-block;
  padding-top: 20px;
}


.sr-right {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #454545;
  float: right;
  padding-top: 20px;
}

.sr-group li:not(:last-of-type) {
  margin-bottom: 10px;
}

.sr-group li a {
  display: block;
}

.sr-group li a:hover {
  background: #f8f8f8;
}

.show-all {
  margin-top: 20px;
}

.show-all a {
  display: inline-block;
  background-image: -webkit-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: -o-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff034795', endColorstr='#ff143c8a', GradientType=0);
  color: #fff;
  padding: 7px 15px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
}

.prodRow .item .prodBrand img.perfect-price-ru {
  width: 134px !important;
  height: 27px !important;
  margin-top: 5px;
  left: 0px !important;
  ;
}

.prodRow .item .prodBrand img.perfect-price-en {
  width: 118px !important;
  height: 31px !important;
  margin-top: 5px;
}

.prodRow .item .prodBrand img.perfect-price-en {
  left: -22px;
  margin-bottom: 10px;
}

.prodRow .item .prodBrand img.perfect-price-az {
  width: 100px !important;
  height: 31px !important;
  margin-top: 5px;
  left: -28px;
}


.p-perfect-price-az {
  max-height: 43px;
  margin-top: -8px;
  margin-bottom: 16px;
  margin-left: -17px;
}

.p-perfect-price-en {
  max-height: 43px;
  margin-top: -8px;
  margin-bottom: 17px;
}

.p-perfect-price-ru {
  max-height: 43px;
  margin-top: -8px;
  margin-bottom: 19px;
}

.mfp-bg {
  z-index: 9999999999 !important;
}

.mfp-wrap {
  z-index: 99999999999;
}

.card-block,
.card-block a {
  width: 100%;
  display: block;
}

.card-block img {
  max-width: 100%;
}


.gift-card-container {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 30px 0;
  border: 1px solid #dcdcdc;
  background: #f2f2f2;
}

.gift-card-label {
  width: auto;
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-left: -7px;
  position: relative;
  top: -33px;
}

.gift-card-container h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.gift-card-container .form-control {
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gift-card-container textarea {
  max-height: 350px;
  min-height: 80px;
  width: 100% !important;
}

.note-length {
  float: right;
  font-size: 12px;
  margin-top: 10px;
}

.gift-order-btn {
  padding: 7px 15px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  background-image: -webkit-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: -o-linear-gradient(top, #034795 0, #143c8a 100%);
  background-image: linear-gradient(to bottom, #034795 0, #143c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff034795', endColorstr='#ff143c8a', GradientType=0);
  color: #fff;
  float: right;
}

.gift-card-container .has-error {
  font-size: 12px;
  color: red;
  margin-top: 3px;
}

.announce-bar p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 15px;
}

.announce-bar a {
  font-size: 15px;
  padding: 1px 18px;
  vertical-align: middle;
}

.announce-bar {
  padding: 7px 0 12px 0;
}

.card-item a {
  padding: 15px;
  border-radius: 3px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, .1);
}

.card-item {
  margin-bottom: 20px;
}

.discount-splat {
  position: absolute;
  right: 2.2vw;
  top: -3px;
  height: 126px;
  width: 81px;
  z-index: 1;
  background: url(/img/price-bg.svg) no-repeat center;
  background-size: contain;
}


.discount-splat-content {
  display: flex;
  flex-direction: column;
  height: 90%;
  align-items: center;
  justify-content: center;
}

.discount-splat-text.discount-splat-text-multiple {
  flex-direction: column;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: -2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.discount-splat-text-save {
  font-size: 14px;
}


/*.prodBrand {
    height: 44px !important;
}*/

.prodRow .item .prodBrand img.perfect-price-az {
  left: -12px !important;
}


.sp-campaign-content {
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px 20px 0 20px;
  line-height: 25px;
  margin-bottom: 20px;
  height: 320px !important;
  ;
}

.sp-campaign-content h1 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.sp-campaign-content p {
  opacity: 0.9;
}

.sp-campaign-content-inside {
  margin-bottom: 30px;
}

.sp-campaign-content-inside {
  opacity: 0.8;
}

.sp-campaign-content a {
  background: #264b8f;
  color: #fff;
  padding: 10px 20px;
  margin: 20px auto 0px auto;
}

#cboxClose {
  width: 35px;
  height: 35px;
  right: -15px !important;
  background: url(/cancel-white.svg) no-repeat center !important;
  background-color: rgba(0, 0, 0, .5) !important;
  background-size: 45% !important;
  border-radius: 50%;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}

#cboxClose:hover {
  background-color: rgba(0, 0, 0, .7) !important;
}

.banner-products .col-lg-4 {
  margin-bottom: 10px;
  ;
}

.banner-products .item {
  box-shadow: none !important;
  border: solid 1px #f8f8f8;
}

.product-sidebar-left {
  position: relative;
}

.product-sumup b {
  width: 65px;
  display: inline-block;
}

.product-sumup ul li:before {
  margin-right: 10px;
  ;
}

.productsSlider .carousel .item .newPrice span {
  margin-bottom: 0 !important;
}

.carousel-cell {
  position: relative;
}

.carousel-cell .carousel-file-count {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
  z-index: 99;
  background-color: #143c8a;
  color: #fff;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  height: 21px;
  justify-content: center;
  min-width: 21px;
  text-align: center;
  border-radius: 50%;
}

.carousel-nav .flickity-viewport {
  overflow: initial;
}

.product-sidebar-left {
  /*margin-left: 30px;*/
}


.flickity-page-dots {
  bottom: 20px;
  padding-bottom: 10px;
}


.flickity-page-dots .dot {
  background-color: #b8c4db;
  border: 1px solid rgba(20, 60, 138, .65);
  border-radius: 100%;
  height: 8px;
  width: 8px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.flickity-page-dots .is-selected {
  background-color: #053775;
  height: 9px;
  width: 9px;
  opacity: 1;
}

.flickity-slider .carousel-cell {
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.prev-button,
.next-button {
  background: transparent;
  border: 1px solid #cad1de;
  border-radius: 1.875rem;
  color: #757575;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  line-height: 3.125rem;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  width: 2.5rem;
}

.prev-button i,
.next-button i {
  font-size: 19px;
  padding: 9px 0;
  text-align: center;
}


.next-button {
  left: initial;
  right: 0px;
}


.trust-bar-white {
  background: #fff;
  border-top: solid 1px #dee2e6;
}

.trust-bar.trust-bar-white a {
  font-size: 12px;
  line-height: 18px;
}

.trust-bar.trust-bar-white a p {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 3px;
  height: auto;
}


.trust-bar.trust-bar-white {
  padding: 30px 0;
}


.trust-bar.trust-bar-white img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  margin-bottom: 10px;
}

.disCount .row:first-of-type {
  border-bottom: solid 2px #fff;
}

.disCount .row:nth-child(2) .col-lg-6:first-of-type {
  border-right: solid 2px #fff;
}

.guides .item {
  border: none !important;
}



.capital-badge {
  max-width: 55px;
  position: relative;
  top: 35px;
  left: -105px;
}


.cartIcon img {
  max-width: 33px;
  position: relative;
  right: 10px;
}

.countToBuy input {
  width: 50px;
}

.countToBuy .field-cart-product_count {
  width: 60px;
}

.countToBuy .btn.btn-primary {
  min-width: 328px !important;
  font-weight: bold;
  font-size: 17px;
}

.price .product-count-span {
  font-weight: bold !important;
}


.product-details {
  padding-top: 28px;
}

.sr-group-title {
  margin: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}


.product-details .nav-item .nav-link.active {
  color: #454545;
}

.product-details .nav-item .nav-link {
  color: white;
  border-radius: 0;
  border: 0;
  padding: 12px 20px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

.product-details .nav.nav-tabs {
  border: 0;
}

.tabsSection a {
  color: #143c8a;
  font-size: 14px;
}

.tabsSection .pageTitle {
  font-size: 22px;
  margin-bottom: 20px;
}

.product-details .nav-item .nav-link {
  padding: 0 26px 25px 0px;
  background: none;
  color: #fff !important;
}

.product-details .nav-item {
  background: none;
}

.product-details .nav-item .nav-link.active {
  opacity: 0.8;
}

.banner-block-item {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: none;
  padding: 22px;
  border-radius: 3px;
  margin-top: 30px;
}

.banner-block-item h4 {
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}

.banner-block-item img {
  max-width: 100%;
  transition: all .2s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  height: 100%;
  object-fit: cover;
}

.banner-block-item a {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: block;
  /*display: block;*/
}

.banner-block-item img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.banner-block-item img {
  width: 100%;
}

.logo img {
  width: 100px;
  height: auto;
  max-width: 108px;
  max-height: 47px;
}

.banner-f .flickity-prev-next-button.previous,
.banner-f .flickity-prev-next-button.next {
  background: rgba(0, 0, 0, .3);
  border: none;
}

.banner-f .flickity-prev-next-button.previous svg path,
.banner-f .flickity-prev-next-button.next svg path {
  fill: #fff !important;
}

.banner-f .flickity-prev-next-button.previous svg {
  position: absolute;
  left: 27%;
  top: 29%;
  width: 45%;
  height: 40%;
  color: #fff;
  font-variant: full-width;
  fill: #ffff !important;
}

.banner-f .flickity-prev-next-button.next svg {
  position: absolute;
  left: 28%;
  top: 30%;
  width: 45%;
  height: 40%;
  color: rgba(0, 0, 0, .8);
}

.flickity-prev-next-button.previous:hover,
.flickity-prev-next-button.next:hover {
  background: #143c8a;
}


/*******************/
/*JYSK - new design*/

/**/
/*Base*/
:root {
  /*Brand colors*/
  --color-brand-base: #143c8a;
  --color-brand-light-blue: #e4ecf3;
  --color-brand-more-light-blue: #f5f7fa;
  --color-brand-ocean: #1f326c;
  /*Neutral colors*/
  --color-neutral-white: #fff;
  --color-neutral-5: #fafafa;
  --color-neutral-10: #f5f5f5;
  --color-neutral-20: #e5e5e5;
  --color-neutral-30: #d4d4d4;
  --color-neutral-40: #a3a3a3;
  --color-neutral-50: #737373;
  --color-neutral-60: #525252;
  --color-neutral-70: #404040;
  --color-neutral-80: #262626;
  --color-neutral-90: #171717;
  --color-neutral-black: #000;
  /*Signal colors*/
  --color-signal-critical-fore: #c02931;
  --color-signal-critical-back: #f8dddd;
  --color-signal-warning-fore: #f5c740;
  --color-signal-warning-back: #ffedb8;
  --color-signal-success-fore: #239343;
  --color-signal-success-back: #e8f7de;
  /*Foreground colors - text,icons,borders*/
  --foreground-base: var(--color-neutral-black);
  --foreground-subdued: var(--color-neutral-60);
  --foreground-disabled: var(--color-neutral-40);
  --foreground-inverted: var(--color-neutral-white);
  --foreground-highlight: var(--color-brand-base);
  /*Background colors - page background, surface of components, spots*/
  --background-base: var(--color-neutral-white);
  --background-layer: var(--color-neutral-5);
  --background-inverted: var(--color-neutral-black);
  --background-highlight: var(--color-brand-base);
  /*Action*/
  --action-primary-initial: var(--color-brand-base);
  --action-primary-hover: var(--color-brand-ocean);
  --action-secondary-initial: var(--color-neutral-black);
  --action-secondary-hover: var(--color-neutral-60);
  /*Interaction - Checkboxes, toggles, progress indicators and their interaction*/
  --interaction-initial-base: var(--color-neutral-white);
  --interaction-initial-hover: var(--color-neutral-5);
  --interaction-active: var(--color-brand-base);
  --interaction-active-hover: var(--color-brand-ocean);
  --interaction-disabled: var(--color-neutral-40);
}

body {
  color: var(--foreground-base);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--background-base);
  overflow-x: visible;
}

body:-webkit-full-page-media {
  background-color: var(--background-base) !important;
}

header,
footer {
  flex: 0 0 auto;
}

main {
  flex: 1 0 0;
  padding-top: 16px;
  padding-bottom: 48px;
}

html.scroll-disabled,
html.scroll-disabled body {
  overflow: hidden;
}

.container-xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto
}

.container-xl {
  --bs-gutter-x: 32px;
}

hr {
  border-color: var(--color-neutral-30);
}

@media (min-width: 576px) {
  .row-cols-sm-5>* {
    flex: 0 0 auto;
    max-width: 20%
  }
}

@media (min-width: 992px) {
  main {
    padding-top: 32px;
  }
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1320px
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width: 1500px) {
  .container-xl {
    /*max-width: 1500px;*/
    max-width: 1300px;
    --bs-gutter-x: 128px;
  }
}


[role="list"] {
  list-style-type: none
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

/**/
/*Text sections*/
.text-uppercase {
  text-transform: uppercase;
}

.page-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 16px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.page-h1,
.page-text h1 {
  font-weight: 600;
  font-size: 32px;
  margin: 0;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.page-text {
  font-size: 14px;
  padding-bottom: 16px;
}

.page-text p {
  max-width: 896px;
}

.page-text--wide p {
  max-width: 100%;
}

.page-text h2,
.page-text h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 24px 0 8px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.page-text h2 {
  margin: 12px 0 4px;
}

.page-text img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-text iframe,
.page-text video {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}

.registration-text {
  font-size: 14px;
  padding-top: 40px;
}

.registration-text>strong {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.registration-text h2 {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.registration-text h2::before,
.registration-text h2::after {
  content: "";
  flex: 1 0 0;
  height: 1px;
  background-color: var(--color-neutral-30);
}

.registration-text h2::before {
  margin-right: 16px;
}

.registration-text h2::after {
  margin-left: 16px;
}

.registration-text ul {
  padding: 0;
  margin: 0;
}

.registration-text ul li {
  display: flex;
  margin-bottom: 16px;
}

.registration-text ul li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/img/check.svg") center center / contain no-repeat;
  margin-right: 8px;
}

.guide-link {
  font-size: 14px;
  color: var(--foreground-highlight);
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}

.guide-link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/lightbulb-03.svg") center center / contain no-repeat;
  margin-right: 6px;
}

.article_head {
  margin-bottom: 18px;
}

.article_type {
  color: var(--foreground-highlight);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.article_description {
  font-size: 20px;
  color: var(--color-neutral-50);
}

.article_body {
  font-size: 14px;
  max-width: 790px;
  --bs-gutter-x: 36px;
}

.article_body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.article-info {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.article-info img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 12px;
}

.article-info_author strong {
  font-weight: 600;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.article-info_author-name {
  text-decoration: underline;
}

.article-preview {
  display: flex;
  flex-direction: column;
}

.article-preview_title {
  font-weight: 600;
  font-size: 18px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.article-preview p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-preview_title--small {
  font-size: 16px;
}

blockquote {
  font-size: 14px;
  color: var(--foreground-base);
  background-color: var(--color-brand-more-light-blue);
  border-left: 2px solid var(--color-brand-base);
  padding: 24px 20px 24px 24px;
  margin: 18px 0;
}

.video-preview {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  margin: 0 auto;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.video-preview_poster {
  display: flex;
  position: relative;
}

.video-preview_poster::after {
  content: "";
  position: absolute;
  background: url("/img/play.svg") center center / 44px no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media(min-width:992px) {
  .page-title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .page-h1,
  .page-text h1 {
    font-size: 48px;
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .page-text h2 {
    font-size: 32px;
    margin: 16px 0 8px;
  }

  .page-text h3 {
    font-size: 24px;
    margin-top: 32px;
  }

  .guide-link::before {
    margin-right: 8px;
  }

  .article_head {
    margin-bottom: 32px;
  }

  .article_description {
    font-size: 24px;
  }

  .article-preview_title {
    font-size: 20px;
  }

  .article-preview_title--large {
    font-size: 24px;
  }

  .article-preview_title--small {
    font-size: 16px;
  }

  figure {
    margin: 0;
  }

  figcaption {
    font-size: 10px;
    color: var(--color-neutral-50);
    padding-top: 8px;
  }

  .video-preview {
    font-size: 20px;
  }

  .guide-link::before {
    margin-right: 8px;
  }

  .registration-text h2 {
    font-size: 20px;
  }
}

/**/
/*Header*/
.menu-overlay {
  display: none;
  background-color: var(--background-inverted);
  opacity: 0.3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

header,
.header {
  background-color: var(--background-base);
  position: relative;
  z-index: 10;
}

.header_top {
  background-color: var(--color-brand-base);
  padding: 8px 0;
}

.header_top-link {
  font-weight: 600;
  font-size: 12px;
  color: var(--foreground-inverted);
  padding-right: 28px;
  position: relative;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.header_top-link::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: var(--foreground-inverted);
  -webkit-mask: url("/img/chevron-right.svg") center center / contain no-repeat;
  mask: url("/img/chevron-right.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.header_main {
  align-items: center;
  padding-top: 18px;
  padding-bottom: 16px;
}

.header_logo {
  max-width: 80px;
  margin-left: 16px;
}

.main-nav-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  height: 44px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0 0 0 24px;
  position: relative;
  cursor: pointer;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.main-nav-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background-color: var(--foreground-base);
  -webkit-mask: url("/img/menu-01.svg") center center / 24px no-repeat;
  mask: url("/img/menu-01.svg") center center / 24px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.header_main .side-menu_header {
  padding: 42px 0 24px;
}

.search {
  width: 100%;
  height: 44px;
  margin-top: 16px;
  position: relative;
}

.search_input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.search_dropdown {
  display: none;
  background-color: var(--background-base);
  border-radius: 5px;
  padding: 88px 16px 14px;
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.search.dropdown-visible .search_dropdown {
  display: block;
}

.search_title {
  font-weight: 600;
  font-size: 14px;
  display: block;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.search_categories {
  display: flex;
  width: calc(100% + 16px);
  overflow-x: auto;
  padding-bottom: 8px;
  margin-right: -16px;
}

.search_categories a {
  color: var(--foreground-base);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 100px;
  padding: 0 4px;
  margin: 0 2px 0 0;
}

.search_categories img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 8px;
}

.product-row {
  color: var(--foreground-base);
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.product-row_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 48px;
  background-color: var(--color-neutral-10);
}

.product-row_name {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.product-row_description {
  font-size: 12px;
  color: var(--color-neutral-70);
}

.product-row_label {
  font-size: 10px;
  border-radius: 2px;
  padding: 2px 4px;
}

.product-row_label.promo {
  color: var(--foreground-inverted);
  background-color: var(--color-signal-critical-fore);
}

.product-row_price {
  font-weight: 700;
  font-size: 12px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.product-row_price.promo {
  color: var(--color-signal-critical-fore);
}

.search_page-link {
  color: var(--color-brand-base);
  font-size: 14px;
  text-decoration: underline;
}

.search_history-clear {
  font-size: 14px;
  text-decoration: underline;
  color: var(--foreground-highlight);
  background: none;
  border: none;
  padding: 0;
}

.search_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}

.search_list a {
  color: var(--foreground-base);
  font-size: 14px;
  text-decoration: none;
  padding-left: 40px;
  margin-bottom: 16px;
  position: relative;
}

.search_list a::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: var(--foreground-base);
  -webkit-mask: var(--search-list-icon) center center / contain no-repeat;
  mask: var(--search-list-icon) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.search_viewed {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 8px;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
}

.header-actions_item {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  margin-left: 12px;
  position: relative;
  cursor: pointer;
}

.header-actions_item:first-child {
  margin-left: 0;
}

.header-actions_item:before {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background-color: var(--foreground-base);
  position: absolute;
  top: 0;
  left: 0;
}

.header-actions_item--fav:before {
  -webkit-mask: url("/img/heart.svg") center center / contain no-repeat;
  mask: url("/img/heart.svg") center center / contain no-repeat;
}

.header-actions_item--login:before {
  -webkit-mask: url("/img/user-profile-01.svg") center center / contain no-repeat;
  mask: url("/img/user-profile-01.svg") center center / contain no-repeat;
}

.header-actions_item--basket:before {
  -webkit-mask: url("/img/cart.svg") center center / contain no-repeat;
  mask: url("/img/cart.svg") center center / contain no-repeat;
}

.header-actions_counter {
  font-weight: 700;
  font-size: 10px;
  color: var(--color-brand-base);
  display: block;
  min-width: 15px;
  height: 14px;
  background-color: var(--color-brand-light-blue);
  border-radius: 14px;
  padding: 0 4px;
  position: absolute;
  top: -4px;
  left: 14px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.header_bottom {
  padding: 0 0 16px;
  position: relative;
}

.header_bottom:after {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  border-bottom: 1px solid var(--color-neutral-20);
  position: absolute;
  top: 100%;
  left: 0.75rem;
}

.store-select-btn {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: baseline;
  background: none;
  border: none;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  cursor: pointer;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.store-select-btn:before,
.store-select-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: var(--foreground-base);
  -webkit-mask: url("/img/marker-02.svg") center center / contain no-repeat;
  mask: url("/img/marker-02.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.store-select-btn:after {
  -webkit-mask: url("/img/chevron-down.svg") center center / contain no-repeat;
  mask: url("/img/chevron-down.svg") center center / contain no-repeat;
  left: auto;
  right: 0;
}

@media(max-width:411.98px) {
  .store-select-btn {
    width: 100%;
  }

  .store-select-btn span:not([class]) {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
    margin-right: auto;
    overflow: hidden;
  }
}

.store-select-btn_status,
.store-select-btn small {
  font-size: 12px;
}

.store-select-btn_status {
  margin-left: 5px;
  margin-right: 2px;
}

.store-select-btn_status.open {
  color: var(--color-signal-success-fore);
}

.store-select-btn_status.close {
  color: var(--color-signal-critical-fore);
}

.header_bottom-link {
  font-weight: 600;
  font-size: 12px;
  color: var(--color-neutral-50);
  margin-left: 20px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.login-menu .side-menu_header {
  z-index: 2;
}

@media (min-width: 992px) {
  .header_main {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .header_logo {
    max-width: 97px;
    margin-left: 0;
    margin-right: 32px;
  }

  .main-nav-btn {
    padding-left: 20px;
  }

  .main-nav-btn::before {
    width: 14px;
    -webkit-mask: url("/img/menu-01-desktop.svg") center center / contain no-repeat;
    mask: url("/img/menu-01-desktop.svg") center center / contain no-repeat;
  }

  .search {
    max-width: 420px;
    margin: 0 auto;
  }

  .search_dropdown {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
  }

  .search_categories {
    width: 100%;
    flex-wrap: wrap;
    margin: -8px 0 0;
    overflow-x: visible;
  }

  .search_categories a {
    margin-top: 8px;
  }

  .header-actions_item {
    font-weight: 600;
    font-size: 14px;
    color: var(--foreground-base);
    white-space: nowrap;
    width: auto;
    padding-top: 1px;
    padding-left: 34px;
    margin-left: 20px;
    /*UPD*/
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }

  .header-actions_item:first-child {
    margin-left: 0;
  }

  .header_bottom {
    border-top: 1px solid var(--color-neutral-20);
    padding: 18px 0;
  }

  .header_bottom:after {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .header_top-link:hover {
    color: var(--foreground-inverted);
  }

  .header_main .side-menu_header {
    padding: 64px 0 32px;
    margin-bottom: 42px;
  }

  .search {
    max-width: 532px;
  }

  .product-row:hover,
  .search_categories a:hover {
    color: var(--foreground-base);
    text-decoration: underline;
  }

  .header-actions_item:hover {
    color: var(--foreground-base);
    text-decoration: underline;
  }

  .header_bottom-link:hover {
    color: var(--foreground-base);
    transition: color .2s;
  }
}

@media (min-width: 1500px) {
  .header_container {
    /*--bs-gutter-x: 60px;*/
  }
}

/**/
/*Inputs*/
.search-row {
  display: flex;
  position: relative;
}

.search-row_input {
  font-size: 14px;
  color: var(--foreground-base);
  width: 100%;
  height: 44px;
  background-color: var(--color-neutral-10);
  border: 2px solid var(--color-neutral-10);
  border-radius: 4px;
  padding: 10px 90px 10px 20px;
}

.search-row_input::placeholder {
  color: var(--color-neutral-50);
}

.search-row_input:focus {
  outline: 0;
  border-color: var(--foreground-highlight);
}

.search-row_actions {
  display: flex;
  height: 100%;
  padding-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.search-row_clear {
  font-size: 10px;
  color: var(--color-neutral-50);
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  margin-right: 10px;
}

.search-row_input:placeholder-shown+.search-row_actions .search-row_clear {
  display: none;
}

.search-row_btn {
  width: 24px;
  height: 100%;
  background-color: var(--foreground-base);
  -webkit-mask: url("/img/search-01.svg") center center / contain no-repeat;
  mask: url("/img/search-01.svg") center center / contain no-repeat;
}

.control-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  position: relative;
}

.control-row_icon {
  display: block;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}

.control-row_icon::before,
.control-row_icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.control-row_icon::before {
  background: url("/img/eye-open.svg") center center / 18px no-repeat;
}

.control-row_icon::after {
  background: url("/img/eye-closed.svg") center center / 18px no-repeat;
}

.control-row_icon.eye-open::before,
.control-row_icon.eye-closed::after {
  opacity: 1;
}

.control-row_icon.eye-closed::before,
.control-row_icon.eye-open::after {
  opacity: 0;
}

.control-row_input {
  font-size: 14px;
  width: 100%;
  height: 56px;
  background-color: var(--background-base);
  border: 1px solid var(--color-neutral-40);
  border-radius: 4px;
  padding: 24px 20px 10px;
}

textarea.control-row_input {
  height: 160px;
}

.control-row_input:focus {
  outline: 5px solid #ccc;
}

.control-row_input::placeholder {
  font-weight: 600;
  color: var(--color-neutral-50);
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.control-row_input:disabled {
  color: var(--foreground-subdued);
  background-color: var(--color-neutral-10);
  border-color: var(--color-neutral-20);
}

.control-row_input:placeholder-shown {
  padding: 10px 20px;
}

.control-row_input.has-icon,
.control-row_input.has-icon:placeholder-shown {
  padding-right: 44px;
}

.control-row_label {
  font-weight: 600;
  font-size: 10px;
  color: var(--color-neutral-50);
  position: absolute;
  top: 10px;
  left: 20px;
  transition: opacity 0.2s, transform 0.2s;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.control-row_input:placeholder-shown~.control-row_label {
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
}

.control-row_input:disabled~.control-row_label {
  color: var(--foreground-disabled);
}

.control-row_alert {
  display: none;
  font-size: 12px;
  color: var(--color-signal-critical-fore);
  padding: 8px 20px 0;
}

.control-row.has-error .control-row_label,
.control-row.has-error .control-row_input::placeholder {
  color: var(--color-signal-critical-fore);
  opacity: 1;
}

.control-row.has-error .control-row_input {
  border-color: var(--color-signal-critical-fore);
}

.control-row.has-error .control-row_alert {
  display: block;
}

.textarea-counter {
  font-size: 12px;
  color: var(--color-neutral-50);
  text-align: right;
  display: block;
  padding-top: 8px;
}

.textarea-counter.alert {
  color: var(--color-signal-critical-fore);
}

.file-upload {
  margin-bottom: 12px;
  position: relative;
}

.file-upload input[type="file"] {
  position: absolute;
  visibility: hidden;
}

.file-upload_name {
  font-size: 14px;
}

.file-upload_notice {
  font-size: 12px;
  color: var(--color-neutral-50);
  margin-top: 12px;
}

@media(min-width:1200px) {
  .control-row_input:hover {
    border-color: var(--foreground-highlight);
    transition: border-color 0.2s;
  }
}

/**/
/*Checkbox/Radio*/
.checkbox-row,
.radio-row {
  font-size: 14px;
  position: relative;
}

.checkbox-row .checkbox-row_label,
.radio-row .checkbox-row_label {
  padding-left: 32px;
  margin: 0;
}

.radio-row.has-error .control-row_alert,
.checkbox-row.has-error .control-row_alert {
  display: block;
  width: 100%;
}

.radio-row {
  cursor: pointer;
}

.checkbox-row--small,
.radio-row--small {
  font-size: 12px;
}

.checkbox-row--small .checkbox-row_label,
.radio-row--small .checkbox-row_label {
  padding-left: 28px;
}

.checkbox-row_input,
.radio-row_input {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.checkbox-row_check,
.radio-row_check {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  background-color: var(--interaction-initial-base);
  border: 1px solid var(--interaction-disabled);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-row_check {
  border-radius: 50%;
}

.checkbox-row_check:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--interaction-initial-base);
  -webkit-mask: url("/img/check.svg") center center / 20px no-repeat;
  mask: url("/img/check.svg") center center / 20px no-repeat;
}

.checkbox-row--small .checkbox-row_input,
.checkbox-row--small .radio-row_input,
.checkbox-row--small .checkbox-row_check,
.radio-row--small .radio-row_check {
  width: 20px;
  height: 20px;
}

.checkbox-row_input:checked~.checkbox-row_check {
  background-color: var(--interaction-active);
  border-color: var(--interaction-active);
}

.radio-row_input:checked~.radio-row_check {
  border-width: 5px;
  border-color: var(--interaction-active);
}

.checkbox-row_input:disabled~* {
  color: var(--interaction-disabled);
  pointer-events: none;
}

/**/
/*Buttons*/
.btn-new,
.btn-second,
.btn-select {
  font-weight: 600;
  font-size: 14px;
  color: var(--foreground-inverted);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background-color: var(--action-primary-initial);
  border: 1px solid var(--action-primary-initial);
  border-radius: 4px;
  padding: 16px 20px;
  cursor: pointer;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.btn-second {
  color: var(--foreground-base);
  background-color: transparent;
  border-color: var(--foreground-base);
}

.btn--disabled {
  background-color: var(--interaction-disabled);
  border-color: var(--interaction-disabled);
  pointer-events: none;
}

.btn-second--disabled {
  color: var(--interaction-disabled);
  border-color: var(--interaction-disabled);
  pointer-events: none;
}

.btn--medium {
  min-height: 44px;
  padding: 10px 16px;
}

.btn--block {
  display: flex;
  width: 100%;
}

.btn-link {
  font-size: 14px;
  color: var(--foreground-highlight);
  text-decoration: underline;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.btn-filter {
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background-color: var(--background-base);
  border: 1px solid var(--color-neutral-30);
  border-radius: 4px;
  padding: 16px 18px 16px 20px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.btn-filter--medium {
  height: 44px;
  padding: 10px 12px;
}

.btn-select {
  color: var(--foreground-base);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--foreground-inverted);
  border-color: var(--foreground-disabled);
  padding: 23px;
}

.btn-select.active {
  border-color: var(--foreground-highlight);
  border-width: 2px;
  padding: 22px;
}

.btn-select_label {
  font-weight: 600;
  font-size: 10px;
  color: var(--color-neutral-50);
  width: 100%;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.btn-select--medium {
  padding: 10px 20px;
}

.btn-select--image {
  font-weight: 400;
  padding: 8px;
}

.btn-select_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-neutral-10);
  width: 55px;
  height: 72px;
}

.btn-select_img img {
  max-height: 100%;
}

.btn-select--arrow {
  padding-right: 36px;
  position: relative;
}

.btn-select--arrow::after {
  content: "";
  width: 24px;
  height: 100%;
  background: url("/img/chevron-right.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
}

.btn-select--image.btn-select--arrow::after {
  width: 20px;
  right: 16px;
}

.btn-select--disabled {
  color: var(--interaction-disabled);
  border-color: var(--color-neutral-20);
  background-color: var(--color-neutral-10);
  pointer-events: none;
}

.btn-tag {
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: var(--color-neutral-10);
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
}

.btn-tag--discount {
  background-color: var(--color-signal-success-back);
  padding: 8px;
}

.btn-expand {
  text-align: left;
  text-decoration: none;
}

.btn-expand_arrow {
  text-decoration: underline;
  display: block;
  padding-right: 20px;
  position: relative;
}

.btn-expand_arrow:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/img/chevron-down.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-expand.active .btn-expand_arrow:after {
  transform: rotate(-180deg);
}

.btn-expand_content {
  color: var(--foreground-base);
  display: none;
}

.btn-expand.active .btn-expand_content {
  display: block;
}

@media(min-width:1200px) {
  .btn-new:hover {
    color: var(--foreground-inverted);
    background-color: var(--action-primary-hover);
    border-color: var(--action-primary-hover);
    transition: background-color 0.2s, border-color 0.2s;
  }

  .btn-second:hover {
    color: var(--foreground-inverted);
    background-color: var(--background-inverted);
    transition: color .2s, background-color .2s
  }
}

/**/
/*Info*/
.info-tag {
  font-size: 12px;
  display: inline-block;
  background-color: var(--color-neutral-10);
  border-radius: 2px;
  padding: 4px 6px;
}

.info-notice {
  font-size: 14px;
  color: var(--foreground-base);
  display: block;
  background-color: var(--color-brand-more-light-blue);
  border-radius: 4px;
  padding: 10px 20px 10px 50px;
  position: relative;
}

.info-notice--small {
  font-size: 12px;
}

.info-notice::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  flex: 0 0 auto;
  background: url("/img/information-circle-contained.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
}

.info-notice.warning {
  background-color: var(--color-signal-warning-back);
}

.info-notice.warning::before {
  background: url("/img/alert-circle.svg") center center / contain no-repeat;
}

.info-notice.success {
  background-color: var(--color-signal-success-back);
}

.info-notice.success::before {
  background: url("/img/check-contained_solid.svg") center center / contain no-repeat;
}

.info-notice.alert {
  background-color: var(--color-signal-critical-back);
}

.info-notice.alert::before {
  background: url("/img/alert-triangle.svg") center center / contain no-repeat;
}

.info-notice .btn-link {
  color: inherit;
}

/**/
/*Side menu*/
.side-menu,
.side-menu_submenu {
  width: 100%;
  max-width: 375px;
  height: 100%;
  background-color: var(--background-base);
  padding: 0 16px 32px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 100;
}

.side-menu {
  visibility: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.side-menu.is-open {
  visibility: visible;
}

.side-menu--left {
  left: -500px;
  transition: left 0.3s ease-out;
}

.side-menu--left.is-open {
  left: 0;
}

.side-menu--right {
  right: -500px;
  transition: right 0.3s ease-out;
}

.side-menu--right.is-open {
  right: 0;
}

.side-menu_header {
  display: flex;
  align-items: center;
  background-color: var(--background-base);
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 52px 0 16px;
  margin-bottom: 32px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.side-menu_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.side-menu_subtitle {
  font-size: 14px;
  text-align: center;
  display: block;
}

.side-menu_text {
  font-size: 14px;
}

.side-menu_actions {
  display: block;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--action-secondary-initial);
  cursor: pointer;
}

.side-menu_actions--back {
  -webkit-mask: url("/img/chevron-left.svg") center center / 20px no-repeat;
  mask: url("/img/chevron-left.svg") center center / 20px no-repeat;
}

.side-menu_actions--close {
  -webkit-mask: url("/img/x-03.svg") center center / 20px no-repeat;
  mask: url("/img/x-03.svg") center center / 20px no-repeat;
}

.side-menu.submenu-open {
  overflow: hidden;
}

.side-menu_submenu {
  display: block;
  left: 500px;
  z-index: 1;
  cursor: default;
  transition: left 0.3s ease-out;
}

.side-menu_submenu.is-open {
  left: 0;
}

.side-menu_logo {
  max-width: 68px;
}

.side-menu_list {
  list-style-type: none;
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 0 0 8px;
  margin: 0 0 32px;
}

.side-menu_submenu .side-menu_list {
  border-bottom: none;
}

.side-menu_list-item {
  margin-bottom: 24px;
}

.side-menu_list-item a {
  color: var(--foreground-base);
  text-decoration: none;
}

.side-menu_submenu-open {
  flex: 1 0 0;
  height: 24px;
  padding-right: 32px;
  position: relative;
  cursor: pointer;
}

.side-menu_submenu-open:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: var(--action-secondary-initial);
  -webkit-mask: url("/img/chevron-right.svg") center center / contain no-repeat;
  mask: url("/img/chevron-right.svg") center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.side-menu_link {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-neutral-50);
  margin-bottom: 24px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media (min-width: 992px) {

  .side-menu,
  .side-menu_submenu {
    max-width: 500px;
  }
}

@media(min-width:1200px) {

  .side-menu,
  .side-menu_submenu {
    padding: 0 30px 64px;
  }

  .side-menu_header {
    padding: 42px 0 22px;
  }

  .side-menu_logo {
    max-width: 96px;
  }

  .side-menu_actions:hover {
    background: var(--action-secondary-hover);
  }

  .side-menu_list {
    padding-bottom: 16px;
  }

  .side-menu_list-item {
    margin-bottom: 16px;
  }

  .side-menu_list-item a:hover {
    text-decoration: underline;
  }

  .side-menu_link:hover {
    color: var(--foreground-base);
    transition: color .2s
  }
}

/**/
/*Stores side menu*/
.store-select_search {
  display: flex;
  margin-bottom: 16px;
  position: relative;
}

.store-select_search input {
  width: 100%;
}

.store-select_filter {
  font-size: 12px;
  color: var(--color-neutral-50);
}

.store-box {
  background-color: var(--background-base);
  border: 1px solid var(--color-neutral-40);
  border-radius: 4px;
  padding: 24px 20px;
  margin-bottom: 16px;
}

.store-box.active {
  border: 2px solid var(--foreground-highlight);
  padding: 23px 19px;
}

.store-box_header {
  display: flex;
  margin-bottom: 12px;
}

.store-box_name {
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  padding-right: 6px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.store-box_subtitle {
  font-size: 10px;
  color: var(--color-neutral-50);
  display: block;
  padding-right: 6px;
}

.store-box_btn {
  max-width: 120px;
}

.store-box_status {
  font-weight: 600;
  line-height: normal !important;
  font-size: 12px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.store-box_status.open {
  color: var(--color-signal-success-fore);
}

.store-box_status.close {
  color: var(--color-signal-critical-fore);
}

.store-box_status.schedule {
  margin-left: 4px;
}

.store-box_expand-btn {
  font-size: 12px;
  color: var(--foreground-highlight);
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0 20px 0 0;
  position: relative;
}

.store-box_expand-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--foreground-highlight);
  -webkit-mask: url("/img/chevron-down.svg") center center / contain no-repeat;
  mask: url("/img/chevron-down.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.store-box_expand-btn.active::after {
  transform: rotate(-180deg);
}

.store-box_body {
  max-height: 486px;
  padding-top: 12px;
  transition: max-height 0.3s, padding 0.3s;
  overflow-y: auto;
}

.store-box_body.is-hidden {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
}

.store-box_map {
  width: 100%;
  height: 132px;
}

.store-box_map iframe {
  width: 100%;
  height: 100%;
}

.store-box_title {
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin: 16px 0 8px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.store-box_table {
  font-size: 14px;
  margin-bottom: 16px;
}

.store-box_table td {
  vertical-align: top;
  min-width: 108px;
  padding: 0 16px 0 0;
}

.store-box_table td:last-child {
  text-align: right;
  min-width: 126px;
  padding-right: 0;
}

.store-box_table td.store-box_address {
  text-align: left;
  min-width: 214px;
}

.store-box_stock-status {
  font-size: 12px;
  display: flex;
  border-top: 1px solid var(--color-neutral-20);
  padding-top: 12px;
  margin-top: 12px;
}

.store-box_stock-status:before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background-color: var(--color-signal-success-fore);
  border-radius: 50%;
  margin-top: 4px;
  margin-right: 8px;
}

.store-box_stock-status.out-of-stock:before {
  background-color: var(--color-signal-critical-fore);
}

.store-box_stock-status.stock-limited:before {
  background-color: var(--color-signal-warning-fore);
}

@media(min-width:992px) {

  .store-box_btn {
    white-space: nowrap;
    max-width: 100%;
  }

  .store-box_body {
    max-height: 546px;
  }

  .store-box_map {
    height: 192px;
  }
}

/**/
/*Sections*/
.background-base {
  background-color: var(--background-base);
}

.usp-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.usp-section_row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -16px;
}

.usp-section_row>* {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 16px;
}

.usp-section_item {
  /*New*/
  color: var(--foreground-base);
  /*New*/
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usp-section_item img {
  width: 32px;
  height: 32px;
  /*New*/
  -o-object-fit: contain;
  object-fit: contain;
  /*New*/
  margin: 0 auto 8px;
}

.usp-section_item strong {
  font-weight: 600;
  font-size: 16px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.page-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.info-panel {
  background-color: var(--background-base);
  padding: 16px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.catalogs-item {
  padding: 16px 0;
}

.catalogs-item>.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.catalogs-item>.row>* {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.catalogs-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 786px;
  background-color: var(--color-neutral-10);
  padding: 12px;
}

.catalogs-item p {
  margin-bottom: 20px;
}

@media(max-width:991.98px) {
  .catalogs-item {
    font-size: 14px;
  }

  .catalogs-item .page-title {
    font-size: 18px;
  }
}

@media(min-width:992px) {
  .usp-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .usp-section_row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .usp-section_row>* {
    padding-left: 16px;
    padding-right: 16px;
  }

  .usp-section_item {
    font-size: 16px;
  }

  .usp-section_item img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .usp-section_item strong {
    font-size: 20px;
  }

  .page-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .catalogs-item {
    padding: 64px 0;
  }

  .catalogs-item_img {
    min-height: 524px;
  }
}

@media(min-width:1200px) {
  .usp-section_item:hover {
    color: var(--foreground-base);
    text-decoration: underline;
  }
}

/**/
/*Breadcrumbs*/
.breadcrumbs-wrapper {
  box-shadow: none;
}

.breadcrumbs {
  display: flex;
  width: 100%;
  list-style-type: none;
  padding: 0 0 12px;
  margin: 0;
  overflow-x: auto;
}

.breadcrumbs_item {
  font-size: 12px;
  color: var(--color-neutral-50);
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.breadcrumbs_item:not(:first-child):before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color-neutral-50);
  -webkit-mask: url("/img/chevron-right.svg") center center / contain no-repeat;
  mask: url("/img/chevron-right.svg") center center / contain no-repeat;
  margin-right: 4px;
}

.breadcrumbs_item a {
  color: inherit;
  text-decoration: none;
}

/**/
/*Switch button*/

.switch-btn {
  display: inline-flex;
  position: relative;
  cursor: pointer;
}

.switch-btn.disabled {
  pointer-events: none;
}

.switch-btn_input {
  position: absolute;
  visibility: hidden;
}

.switch-btn_handle {
  display: flex;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background-color: #d9d9d9;
  padding: 2px;
  transition: background-color 0.2s;
}

.switch-btn_handle::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--interaction-initial-base);
  position: relative;
  transition: transform 0.2s;
}

.switch-btn_input:checked+.switch-btn_handle {
  background-color: var(--interaction-active);
}

.switch-btn_input:checked+.switch-btn_handle::before {
  transform: translateX(20px);
}

.switch-btn.disabled .switch-btn_handle {
  opacity: 0.6;
}

/**/
/*Range slider*/
.filter-range {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-range_input {
  width: 118px;
}

.range-slider-theme {
  margin: 30px 0;
}

.range-slider-theme.noUi-target {
  background: var(--color-neutral-20);
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

.range-slider-theme.noUi-horizontal {
  height: 5px;
}

.range-slider-theme .noUi-connects {
  border-radius: 10px;
}

.range-slider-theme .noUi-connect {
  background: var(--interaction-active);
}

.range-slider-theme .noUi-handle::after,
.range-slider-theme .noUi-handle::before {
  display: none;
}

.range-slider-theme .noUi-handle {
  border: 1px solid var(--interaction-active);
  border-radius: 50%;
  background: var(--interaction-active);
  cursor: default;
  box-shadow: none;
}

.range-slider-theme.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  right: -11px;
  top: -10px;
}

.range-slider-theme .noUi-touch-area {
  width: 150%;
  height: 150%;
  margin-top: -50%;
  margin-left: -50%;
}


/**/
/*Navigation*/
.top-nav {
  text-align: center;
  white-space: nowrap;
  display: block;
  padding-bottom: 20px;
  margin: 0 -4px;
  overflow-x: auto;
}

.top-nav_link {
  font-weight: 600;
  display: inline-block;
  padding-right: 12px;
  margin: 0 4px;
  position: relative;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.top-nav_link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--background-inverted);
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
}

.top-nav_link:last-child {
  padding-right: 0;
}

.top-nav_link:last-child:after {
  display: none;
}

.top-nav_link.active {
  font-weight: 700;
  color: var(--foreground-highlight);
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.side-nav_link {
  font-size: 14px;
  color: var(--foreground-base);
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 8px 0;
}

.side-nav_link:hover {
  color: var(--foreground-highlight);
  transition: color .2s;
}

.side-nav_link--logout:hover {
  color: var(--color-signal-critical-fore);
}

.side-nav_link.active {
  font-weight: 600;
  font-size: 16px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.side-accordion_item {
  border-bottom: 1px solid var(--color-neutral-30);
}

.side-accordion_title,
.side-accordion_link {
  font-size: 14px;
  color: var(--foreground-base);
}

.side-accordion_title {
  display: flex;
  padding: 16px 32px 16px 0;
  position: relative;
}

.side-accordion_title::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('/img/chevron-down.svg') center center /contain no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  transition: transform .2s
}

.side-accordion_item.active .side-accordion_title::after {
  transform: rotate(-180deg);
}

.side-accordion_title.main {
  font-weight: 600;
  font-size: 16px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.side-accordion_link {
  margin-bottom: 16px;
}

.side-accordion_link.active {
  font-weight: 700;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

@media(min-width:992px) {

  .side-accordion_title,
  .side-accordion_link {
    font-size: 16px;
  }

  .side-accordion_title.main {
    font-size: 20px;
  }
}

@media(min-width:1200px) {
  .side-accordion_link:hover {
    color: var(--foreground-highlight);
    transition: color .2s;
  }
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding-bottom: 20px;
  }
}

/**/
/*Product labels*/
.prod-sticker {
  font-weight: 600;
  font-size: 12px;
  color: var(--foreground-inverted);
  display: inline-block;
  border-radius: 2px;
  padding: 4px 6px;
  margin-top: 5px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.prod-sticker--small {
  font-weight: 500;
  font-size: 10px;
  padding: 2px 5px;
}

.prod-sticker.new {
  background-color: var(--color-signal-success-fore);
}

.prod-sticker.alert {
  background-color: var(--color-signal-critical-fore);
}

.prod-sticker.info {
  background-color: var(--background-highlight);
}

.prod-sticker.edlp {
  background-color: var(--background-inverted);
}

.prod-sticker.online {
  background-color: #58cdf4;
}

.prod-sticker.store {
  background-color: var(--color-neutral-50);
}

.product-label {
  font-weight: 600;
  font-size: 10px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 4px;
  margin-left: 10px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;

}

.product-label.gold {
  color: #7e743c;
  background-color: #f7f4e6;
}

.product-label.plus {
  background-color: var(--color-neutral-20);
}

.product-label.basic {
  color: var(--foreground-highlight);
  background-color: var(--color-brand-light-blue);
}

/**/
/*Product rating*/
.star-rating {
  font-size: 12px;
  display: flex;
}

.star-rating_star {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: url("/img/star-02.svg") center center / contain no-repeat;
}

.star-rating_star.filled {
  background: url("/img/star-02-filled.svg") center center / contain no-repeat;
}

.rating-control {
  margin-bottom: 16px;
}

.rating-control_label {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.rating-control .star-rating_star {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s;
}

.rating-control .star-rating_star:hover {
  transform: scale(1.2);
}

/**/
/*Product card*/
.product-card {
  font-size: 12px;
  color: var(--color-neutral-50);
  max-width: 320px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.prod-item-col {
  margin-bottom: 32px;
}

.flickity-slider .prod-item-col {
  padding: 0 16px;
  margin-bottom: 0;
}

.product-card_fav {
  display: flex;
  width: 40px;
  height: 40px;
  background: url("/img/heart.svg") center center / 20px no-repeat, var(--color-neutral-10);
  border: none;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  cursor: pointer;
  will-change: transform;
  transition: transform .2s, background-size .35s;
}

.product-card_fav:active {
  transform: scale(1.1);
}

.product-card_fav:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/heart-filled.svg") center center / 20px no-repeat;
  opacity: 0;
}

.product-card_fav.active:after {
  opacity: 1;
}

.product-card_img {
  display: flex;
  background-color: var(--color-neutral-10);
  margin-bottom: 16px;
  position: relative;
}

.product-card_img img {
  aspect-ratio: 1 / 1.25;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card_stickers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-card_title {
  font-weight: 700;
  font-size: 14px;
  color: var(--foreground-base);
  text-transform: uppercase;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.product-card_subtitle {
  font-size: 14px;
  color: var(--color-neutral-70);
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.5em;
  overflow: hidden;
}

.product-card_datasheet {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.product-card_datasheet img {
  max-width: 56px;
  margin-right: 8px;
}

.product-prices {
  font-size: 12px;
  color: var(--color-neutral-50);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
}

.product-prices small {
  font-size: 10px;
}

.product-prices_main {
  font-weight: 700;
  font-size: 20px;
  color: var(--foreground-base);
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.product-prices_main.discount {
  color: var(--color-signal-critical-fore);
}

.product-prices_before {
  font-weight: 700;
  font-size: 12px;
  color: var(--color-neutral-50);
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.product-prices_b2b {
  font-weight: 700;
  font-size: 14px;
  color: var(--foreground-base);
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.product-prices_other {
  color: var(--foreground-base);
}

.product-options {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.product-card .product-options {
  flex-wrap: nowrap;
  overflow: hidden;
}

.product-options.is-hidden:after {
  content: "+" attr(data-hidden-qty);
  font-size: 10px;
  color: var(--foreground-base);
  display: flex;
  align-items: center;
  background-color: var(--background-base);
  width: calc(35px + var(--bs-gutter-x));
  height: 100%;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  position: absolute;
  top: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
}

.product-options_col {
  width: calc(35px + var(--bs-gutter-x));
}

.product-card .product-options_col,
.product-card .product-options.is-hidden:after {
  flex: 0 0 auto;
  width: 16.66666667%;
}

@media(max-width:575.98px) {

  .product-card .product-options,
  .product-card .product-options.is-hidden:after {
    height: 34px !important;
  }

  .product-card .product-options_option {
    height: 100%;
  }
}

.product-options_option {
  display: flex;
  border: none;
  background-color: var(--color-neutral-10);
  padding: 0;
  position: relative;
}

.product-options_option::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid var(--foreground-base);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.product-options_option.active::after {
  opacity: 1;
}

.product-options_option.disabled {
  pointer-events: none;
  overflow: hidden;
}

.product-options_option.disabled img {
  opacity: 0.6;
}

.product-options_option.disabled::before {
  content: "";
  display: block;
  width: 1px;
  height: 150%;
  background-color: #acacac;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(38deg);
  z-index: 1;
}

.product-options_option.disabled::after {
  opacity: 1;
  height: 100%;
  border: none;
  background-color: rgba(245, 245, 245, 0.4);
}

.show-options-btn {
  font-weight: 700;
  font-size: 10px;
  color: var(--foreground-base);
  background-color: var(--background-base);
  border: none;
  padding: 0;
  /*UPD*/
  font-family: "Roboto", sans-serif;
}

.product-card_status {
  font-size: 12px;
  color: var(--foreground-base);
  display: flex;
  align-items: center;
}

.product-card_status::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.product-card_status.critical::before {
  background-color: var(--color-signal-critical-fore);
}

.product-card_status.warning::before {
  background-color: var(--color-signal-warning-fore);
}

.product-card_status.success::before {
  background-color: var(--color-signal-success-fore);
}

@media (min-width: 992px) {
  .product-card_stickers {
    padding-bottom: 20px;
  }

  .product-card_datasheet img {
    max-width: 66px;
  }

  .product-prices_main {
    font-size: 24px;
  }

  .product-prices_before {
    font-size: 14px;
  }

  .product-options.is-hidden:after,
  .product-options_col {
    width: calc(38px + var(--bs-gutter-x));
  }

  .product-card .product-options_col,
  .product-card .product-options.is-hidden:after {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

@media(min-width:1200px) {
  .product-card_fav:hover {
    background-size: 22px;
  }
}

/**/
/*Carousel*/
.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-neutral-20);
}

.flickity-prev-next-button:focus {
  border-color: var(--foreground-highlight);
  box-shadow: none;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.next {
  background: url("/img/chevron-right.svg") center center /20px no-repeat, var(--background-base);
  right: -4px;
}

.flickity-prev-next-button.next:hover {
  background: url("/img/chevron-right.svg") center center /20px no-repeat, var(--color-neutral-10);
}

.flickity-prev-next-button.previous {
  background: url("/img/chevron-left.svg") center center /20px no-repeat, var(--background-base);
  left: -4px;
}

.flickity-prev-next-button.previous:hover {
  background: url("/img/chevron-left.svg") center center /20px no-repeat, var(--color-neutral-10);
}

/**/
/*Product categories grid*/
.category-grid {
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -20px;
}

.category-grid>* {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 20px;
}

.category-circle {
  font-size: 14px;
  color: var(--foreground-base);
  text-align: center;
  display: block;
  height: 100%;
}

.category-grid .category-circle {
  max-width: 228px;
  margin: 0 auto;
}

.category-circle_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid var(--color-neutral-20);
  border-radius: 50%;
  margin: 0 auto 8px;
  overflow: hidden;
}

.category-circle_img img {
  width: 64%;
  height: 64%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform .35s;
}

.category-circle.active {
  font-weight: 600;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.category-circle.active .category-circle_img {
  border: 1px solid var(--foreground-highlight);
}

.category-circle.active .category-circle_img img {
  border: 4px solid var(--foreground-inverted);
}

@media (min-width: 992px) {
  .category-grid {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -32px;
  }

  .category-grid>* {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 32px;
  }

  .category-circle_img {
    width: 100px;
    height: 100px;
  }
}

@media(min-width:1200px) {
  .category-circle:hover {
    color: var(--foreground-base);
    text-decoration: underline;
  }

  .category-circle:hover img {
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

/**/
/*Newsletter section*/
.subscribe-section {
  background-color: var(--color-brand-more-light-blue);
  padding: 32px 16px;
}

.subscribe-section_title {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 0 0 8px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.subscribe-section_subtitle {
  text-align: center;
  display: block;
  max-width: 954px;
  margin: 0 auto 16px;
}

.subscribe-section_form {
  max-width: 954px;
  margin: 0 auto;
}

.subscribe-section_form .row {
  margin-left: -6px;
  margin-right: -6px;
}

.subscribe-section_form .col-lg,
.subscribe-section_form .col-lg-auto,
.subscribe-section_form .col-12 {
  padding-left: 6px;
  padding-right: 6px;
}

.subscribe-section_form .checkbox-row {
  left: 6px;
}

.subscribe-section_form .btn {
  min-width: 200px;
}

.subscribe-section_form .subscribe-msg {
  font-size: 16px;
  text-align: center;
  color: var(--color-signal-success-fore);
}

@media (min-width: 992px) {
  .subscribe-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .subscribe-section_title {
    font-size: 32px;
  }

  .subscribe-section_subtitle {
    margin-bottom: 32px;
  }

}

/**/
/*Footer*/
.footer {
  border: none;
  padding: 24px 0 0;
}

.footer ul li {
  line-height: 1.5;
  margin: 0;
}

.footer .col-lg-3:not(:last-of-type) {
  margin: 0;
}

.footer_main {
  --bs-gutter-x: 32px;
  margin-bottom: 24px;
}

.footer-nav {
  border-bottom: 1px solid var(--color-neutral-30);
}

.footer-nav_title {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.footer-nav_title::after {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/img/chevron-down.svg") center center / contain no-repeat;
  margin-left: 8px;
  transition: transform 0.2s;
}

.footer-nav.active .footer-nav_title::after {
  transform: rotate(-180deg);
}

.footer-nav_list {
  font-size: 14px;
  max-height: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}

.footer-nav.active .footer-nav_list {
  max-height: 500px;
  overflow-y: auto;
}

.social-links_title {
  font-weight: 600;
  font-size: 14px;
}

.social-links .row {
  margin-left: -2px;
  margin-right: -2px;
}

.social-links .row>* {
  padding: 0 2px;
}

.social-links .twitter a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.social-links .twitter img {
  width: 28.5px;
  height: 28.5px;
}

.language-select_active .btn-select {
  display: none;
}

.language-select_active li.active .btn-select {
  display: flex;
}

.footer_bottom {
  border-top: 1px solid var(--color-neutral-30);
  padding: 24px 0;
  margin-top: 24px;
}

.payment-icons {
  display: flex;
  margin: 0 -5px;
}

.payment-icons>* {
  flex: 0 0 auto;
  margin: 0 5px;
}

@media (min-width: 992px) {
  .footer {
    padding-top: 64px;
  }

  .footer_main {
    margin-bottom: 80px;
  }

  .footer-nav {
    border-bottom: none;
  }

  .footer-nav_list,
  .footer-nav.active .footer-nav_list {
    max-height: none;
  }

  .footer-nav_title {
    font-size: 20px;
    padding: 0 0 16px;
  }

  .footer-nav_title::after {
    display: none;
  }

  .footer_bottom {
    margin-top: 64px;
  }
}

@media (min-width: 1200px) {
  .footer-nav_link:hover {
    text-decoration: underline;
  }
}

/**/
/*Stores pages*/
.container-xl.stores {
  padding: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.store-detail-page .row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -16px;
}

.store-detail-page .row>* {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 16px;
}

.store-location-btn {
  color: var(--color-neutral-50);
}

.stores-map {
  width: 100%;
  height: 438px !important;
}

.marker-popup {
  width: 37px;
  height: 24px;
  position: relative;
}

.marker-popup_inner {
  font-size: 12px;
  color: var(--color-neutral-50);
  width: 300px;
  border-radius: 5px;
  background-color: var(--background-base);
  padding: 16px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 28px);
  transform: translateX(-50%);
  visibility: hidden;
}

.marker-popup_inner::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--background-base);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.marker-popup.active .marker-popup_inner {
  visibility: visible;
}

.marker-popup_title {
  font-weight: 600;
  font-size: 16px;
  color: var(--foreground-base);
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.marker-popup_schedule {
  font-weight: 600;
  font-size: 12px;
  color: var(--foreground-base);
  display: block;
  margin: 8px 0 4px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.store-detail-page .stores-map {
  margin-top: 16px;
}

.store-details img {
  max-height: 428px;
  margin-bottom: 32px;
}

.store-details_title {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;

}

.store-details_table {
  width: 100%;
}

.store-details_table tr {
  border-bottom: 1px solid var(--color-neutral-30);
}

.store-details_table tr:first-child {
  border-top: 1px solid var(--color-neutral-30);
}

.store-details_table tr td {
  font-size: 14px;
  padding: 16px 0;
}

.store-details_table tr td:last-child {
  text-align: right;
}

.store-details_text {
  font-size: 14px;
}

.customer-service-btn {
  text-align: left;
  width: 100%;
  padding: 0 34px;
  position: relative;
}

.customer-service-btn::before,
.customer-service-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--background-base);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.customer-service-btn::before {
  -webkit-mask: url('/img/headphones.svg') center center /contain no-repeat;
  mask: url('/img/headphones.svg') center center /contain no-repeat;
  left: 0;
}

.customer-service-btn::after {
  -webkit-mask: url('/img/chevron-right.svg') center center /contain no-repeat;
  mask: url('/img/chevron-right.svg') center center /contain no-repeat;
  right: 0;
}

@media (min-width: 992px) {
  .stores-map {
    height: 700px !important;
  }

  .store-detail-page .stores-map {
    margin-top: 36px;
  }

  .store-details {
    background-color: var(--color-brand-more-light-blue);
    padding: 24px;
  }

  .store-details_title {
    font-size: 24px;
  }
}

@media(min-width:1200px) {

  .store-detail-page .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .store-detail-page .row>* {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/**/
/*Home page*/
.hero {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero_row {
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -16px;
}

.hero_row>* {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 16px;
}

.hero_row--small {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.hero_row--small>* {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.hero_row--small a {
  border: 1px solid var(--foreground-inverted);
}

.category-card {
  display: block;
  margin-bottom: 16px;
}

.category-card_image {
  margin-bottom: 8px;
  overflow: hidden;
}

.category-card_image img {
  width: 100%;
  max-height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .35s;
}

.category-card_title {
  font-weight: 600;
  font-size: 14px;
  color: var(--foreground-base);
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.homepage-article-wrapper {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -32px;
}

.homepage-article-wrapper>* {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 32px;
}

.homepage-article_img {
  display: block;
  margin-bottom: 16px;
}

.homepage-article_title {
  font-weight: 600;
  font-size: 18px;
  color: var(--foreground-base);
  margin: 0 0 4px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.homepage-article_title a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 992px) {
  .hero {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero_row {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }

  .hero_row>* {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }

  .hero_row--small {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .hero_row--small>* {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  .category-card {
    margin-bottom: 32px;
  }

  .category-card_image {
    margin-bottom: 16px;
  }

  .category-card_title {
    font-size: 20px;
  }

  .homepage-article-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }

  .homepage-article-wrapper>* {
    padding-left: 16px;
    padding-right: 16px;
  }

  .homepage-article_title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

@media(min-width:1200px) {
  .category-card:hover img {
    transform: scale(1.1);
  }

  .category-card:hover .category-card_title {
    color: var(--foreground-base);
    text-decoration: underline;
  }
}

/**/
/*Brand block*/

.brands-slider_item {
  width: 100%;
  max-width: 290px;
  margin-right: 32px;
}

.brand-box {
  font-weight: 600;
  font-size: 14px;
  color: var(--foreground-base);
  display: block;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.brand-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-neutral-10);
  width: 100%;
  min-height: 112px;
}

@media (min-width: 992px) {
  .brand-box {
    font-size: 20px;
  }

  .brand-box_img {
    min-height: 194px;
  }
}

/***/

/**/
/*Breadcrumbs (add padding, hover)*/
.breadcrumbs {
  padding-top: 16px;
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding-top: 32px;
  }
}

@media(min-width:1200px) {
  .breadcrumbs_item a:hover {
    color: var(--foreground-highlight);
    transition: color .2s
  }
}

/**/
/*Recently viewed wrapper (change padding)*/
.soonView {
  padding: 0 0 64px;
}

@media (min-width: 992px) {
  .soonView {
    padding-bottom: 80px;
  }
}

/**/
/*Category circle (add min-height, add category slider)*/
.category-circle {
  min-height: 110px;
}

.category-slider_item {
  max-width: 120px;
  margin: 0 4px;
}


@media(min-width:992px) {
  .category-circle {
    min-height: 130px;
  }

  .category-slider_item {
    margin: 0 20px;
  }
}

/**/
/*Buttons (add cursor pointer, add focus)*/
button[class] {
  cursor: pointer;
}

button[class]:focus {
  border-color: var(--foreground-base);
  outline: 0;
}

/**/
/*Filter row*/
.filter-row {
  background-color: var(--background-base);
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
  z-index: 5;
}

.filter-row .btn-filter:not(:first-child) {
  margin-left: 10px;
}

.filter-addons {
  font-size: 14px;
}

.filter-addons.break-border {
  display: inline-flex;
  align-items: center;
}

.filter-addons.break-border::before {
  content: "";
  height: 16px;
  border-left: 1px solid #d9d9d9;
  margin: 0 20px;
}

.selected-filters {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -4px -4px 20px;
}

.selected-filters>* {
  margin: 4px 4px 0;
}

@media (min-width: 992px) {
  .filter-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/**/
/*Filter menu*/
.filter-menu {
  padding-bottom: 0;
}

.filter-menu_row,
.filter-menu_row .checkbox-row_label,
.filter-menu_row .radio-row_label {
  display: flex;
  align-items: center;
  height: 46px;
  margin: 20px 0;
}

.filter-menu_row .radio-row_label,
.filter-menu_row .checkbox-row_label {
  padding-left: 0;
  padding-right: 32px;
  margin: 0;
}

.filter-menu_row .radio-row_check,
.filter-menu_row .checkbox-row_check {
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}

.filter-menu_name {
  font-weight: 600;
  font-size: 14px;
  /*UPD*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.filter-menu_selected {
  font-size: 12px;
}

.filter-accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.filter-accordion_item {
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 20px 0;
}

.filter-accordion_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
  padding-right: 48px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-accordion_title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/img/chevron-down.svg") center center / contain no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  transition: transform 0.2s;
}

.filter-accordion_item.active .filter-accordion_title::after {
  transform: rotate(-180deg);
}

.filter-accordion_item.single-option .filter-accordion_title {
  padding-right: 0;
  cursor: default;
}

.filter-accordion_item.single-option .filter-accordion_title:after {
  display: none;
}

.filter-accordion_content {
  display: none;
}

.filter-accordion_content .filter-menu_row:first-child {
  margin-top: 16px;
}

.filter-accordion_content .filter-menu_row:last-child {
  margin-bottom: 16px;
}

.filter-menu_footer {
  background-color: var(--background-base);
  padding: 16px 0 32px;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .filter-menu_footer {
    padding: 30px 0;
  }
}

/**/
/*Product lists*/
.product-list-wrapper:last-child {
  padding-bottom: 80px;
}

.product-list-wrapper .page-title {
  margin: 20px 0;
}

.product-list-row {
  margin: -22px -6px 0;
}

.product-list-row>* {
  padding: 0 6px;
  margin-top: 22px;
}

.product-list-row .prod-item-col {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .product-list-wrapper:last-child {
    padding-bottom: 150px;
  }

  .product-list-wrapper .page-title {
    margin: 50px 0;
  }

  .product-list-wrapper .page-title {
    margin: 26px 0 30px;
  }

  .product-list-row {
    margin: -50px -16px 50px;
  }

  .product-list-row>* {
    padding: 0 16px;
    margin-top: 50px;
  }
}

/**/
/*Product slider (add max width)*/
.flickity-slider .prod-item-col {
  max-width: 320px;
}

/**/
/*Article preview (add max-width, color)*/
.article-preview {
  color: var(--foreground-base);
  max-width: 426px;
}

.article-preview:hover {
  color: var(--foreground-base);
  text-decoration: underline;
}

/**/
/*Header top (add hover, height)*/
.header_top {
  height: 40px;
}

.top-slider-item .header_container {
  display: flex;
  justify-content: center;
}

.header_top-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

@media(min-width:1200px) {
  .header_top-link:hover {
    color: var(--foreground-inverted);
    text-decoration: underline
  }
}

/**/
/*Range slider - !important*/

.range-slider-theme .noUi-handle {
  border: 1px solid var(--interaction-active) !important;
  background: var(--interaction-active) !important;
}

.range-slider-theme .noUi-touch-area {
  width: 150% !important;
  height: 150% !important;
  background-color: transparent !important;
  margin-top: -50%;
  margin-left: -50%;
}

/******/

/**/
/*Filter menu (UPD)*/
.filter-menu_inner {
  flex: 1 0 0;
  width: calc(100% + 32px);
  padding: 0 16px;
  margin-left: -16px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .filter-menu_inner {
    width: calc(100% + 60px);
    padding: 0 30px;
    margin-left: -30px;
  }
}

/**/
/*Store select button (UPD)*/
.store-select-btn_status,
.store-select-btn_status.close {
  font-weight: 500;
  line-height: inherit;
  text-shadow: none;
  opacity: 1;
}

/**/
/*Base (add p-relative)*/
.p-relative {
  position: relative;
}

/**/
/*Pagination*/
.pagination-theme .pagination a,
.pagination-theme .pagination>li>span,
.pagination-theme .pagination .prev.disabled,
.pagination-theme .pagination .next.disabled {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5 !important;
  color: #000;
  text-align: center;
  display: block;
  min-width: 24px;
  border-color: var(--color-neutral-20);
  border-radius: 4px;
  padding: 2px;
}

.pagination-theme .pagination>.active>a {
  background-color: var(--foreground-highlight) !important;
  border-color: var(--foreground-highlight) !important;
  pointer-events: none;
}

.pagination-theme .pagination>li {
  margin: 0 2px;
}

.pagination-theme .pagination .prev.disabled,
.pagination-theme .pagination .next.disabled {
  border: none;
  padding: 0;
}

.pagination-theme ul.pagination>li.disabled>span {
  color: var(--foreground-disabled) !important;
  opacity: .35;
  pointer-events: none;
}

.pagination-theme .pagination a:hover {
  color: var(--foreground-highlight) !important;
  background-color: var(--color-neutral-10);
  border-color: var(--color-neutral-10);
}

@media(min-width:992px) {

  .pagination-theme .pagination a,
  .pagination-theme .pagination>li>span,
  .pagination-theme .pagination .prev.disabled,
  .pagination-theme .pagination .next.disabled {
    font-size: 14px;
    min-width: 24px;
    padding: 4px;
  }
}

/**/
/*Product detail page*/
.pdp-row {
  margin: 0 -16px;
}

.pdp-row>* {
  padding: 0 16px;
  margin-bottom: 16px;
}

/*Gallery*/
.pdp-gallery {
  height: 500px;
  margin: 0 -16px;
}

.pdp-gallery>* {
  padding: 0 16px;
  margin-bottom: 32px;
}

.pdp-gallery_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-neutral-10);
  padding: 20% 10%;
  position: relative;
}

.pdp-gallery_item {
  height: 465px;
  padding: 48px 32px;
}

/* 
.pdp-gallery>*:not(:nth-child(1)) .pdp-gallery_item,
.pdp-gallery>*:not(:nth-child(2)) .pdp-gallery_item {
    height: 296px;
} */

.pdp-gallery_item-2,
.pdp-gallery_item-3,
.pdp-gallery_item-4 {
  height: 296px;
}

.pdp-gallery_item img {
  height: 100%;
}

.pdp-gallery_item--cover {
  padding: 0;
}

.pdp-gallery_item--cover img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdp-gallery_item.video:after {
  content: "";
  display: block;
  background: url("/img/play.svg") center center / 44px no-repeat,
    rgba(245, 245, 245, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pdp-stickers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.pdp-stickers .prod-sticker {
  text-align: center;
  min-width: 36px;
  border: none;
  margin-bottom: 0;
}

.view360-container {
  display: none;
}

.slb-theme .view360-container {
  display: block;
}

.btn-view-in-360 {
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-base);
  border: none;
  border-radius: 4px;
  padding: 12px 10px;
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.pdp-crsl {
  padding-top: 0;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  --swiper-pagination-bottom: 24px;
  --swiper-pagination-color: var(--color-neutral-60);
  --swiper-pagination-bullet-inactive-color: var(--color-neutral-30);
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.pdp-crsl .swiper-pagination {
  transition: right .2s
}

.pdp-crsl.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.pdp-crsl .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: auto;
  right: 24px;
  transform: none;
}

.prodViewSlider.pdp-crsl .flickity-viewport {
  height: 500px !important;
}

.pdp-crsl .flickity-page-dots {
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
  padding-bottom: 24px;
  bottom: 0;
}

.pdp-crsl .flickity-page-dots .dot {
  background-color: var(--color-neutral-30);
  border-color: var(--color-neutral-30);
  border-radius: 100%;
  margin: 0 4px;
  opacity: 1;
  transform: scale(0);
  transition: transform .35s;
  position: absolute;
  visibility: hidden;
}

.pdp-crsl .flickity-page-dots .dot-prev,
.pdp-crsl .flickity-page-dots .dot-next {
  transform: scale(.66);
  position: static;
  visibility: visible;
}

.pdp-crsl .flickity-page-dots .dot-visible {
  transform: scale(.33);
  position: static;
  visibility: visible;
}

.pdp-crsl .flickity-page-dots .is-selected {
  width: 8px;
  height: 8px;
  background-color: var(--color-neutral-60);
  border-color: var(--color-neutral-60);
  transform: scale(1);
  position: static;
  visibility: visible;
}

.pdp-crsl .pdp-gallery_item {
  height: 500px;
  padding: 15%;
}

.pdp-gallery_footer {
  margin-top: 60px;
}

/*Product details*/
.brand-logo {
  display: flex;
  justify-content: end;
  margin-bottom: 8px;
  margin-top: 16px;
}

.pdp-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-neutral-80);
  text-transform: uppercase;
  margin: 0;
}

.pdp-fav-btn {
  display: flex;
  width: 40px;
  height: 40px;
  background: url("/img/heart.svg") center center / 20px no-repeat;
  border: none;
  padding: 0;
  position: absolute;
  top: 24px;
  right: calc(var(--bs-gutter-x) - 24px);
  z-index: 2;
  transition: transform 0.2s;
}

.pdp-fav-btn:active {
  transform: scale(1.1);
}

.pdp-fav-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/heart-filled.svg") center center / 20px no-repeat;
  opacity: 0;
}

.pdp-fav-btn.active:after {
  opacity: 1;
}

.pdp-subtitle {
  color: var(--color-neutral-70);
}

.pdp-details .star-rating,
.pdp-details .info-tag {
  margin-bottom: 12px;
}

.pdp-datasheet-btn {
  font-size: 12px;
  color: var(--color-neutral-50);
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 12px;
}

.pdp-details .product-prices_main {
  font-size: 32px;
}

.pdp-details_section {
  margin-bottom: 20px;
}

.pdp-details_section-title {
  font-size: 14px;
  color: var(--color-neutral-90);
  display: block;
  margin-bottom: 12px;
}

.pdp-details .product-options {
  --bs-gutter-y: 8px;
  padding: 0;
  margin-bottom: 0;
}

.pdp-details .product-options_option {
  width: 62px;
  height: 100%;
}

.pdp-details_section .btn-select {
  min-height: 54px;
}

.pdp-details_notice {
  font-size: 12px;
}

.pdp-details_text {
  font-size: 14px;
}

.usp-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.usp-list_item {
  font-size: 14px;
  color: var(--color-neutral-50);
  padding-left: 28px;
  margin-bottom: 16px;
  position: relative;
}

.usp-list_item img {
  position: absolute;
  top: 0;
  left: 0;
}

.usp-list_item strong {
  color: var(--foreground-base);
  display: block;
}

@media(min-width:1200px) {
  .usp-list_item:hover {
    color: var(--color-neutral-50);
  }
}

/*Product description*/
.pdp-description {
  margin-bottom: 16px;
}

.pdp-description p {
  margin-bottom: 2rem;
}

.pdp-description_row {
  font-size: 20px;
  border-top: 1px solid var(--color-neutral-30);
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 32px 0;
}

.pdp-description_product-code {
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}

.pdp-description_btn {
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 78px;
  width: 100%;
  background-color: var(--background-base);
  border: none;
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 14px 28px 14px 0;
  position: relative;
}

.pdp-description_btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/img/chevron-right.svg") center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*Product side menues*/
.datasheet-menu .side-menu_header {
  padding-top: 32px;
}

.datasheet-table_img {
  padding: 32px 0;
}

.datasheet-table_section {
  margin-bottom: 32px;
}

.datasheet-table_row {
  display: flex;
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 24px 0;
}

.datasheet-table_col {
  font-size: 14px;
  padding-right: 8px;
}

.datasheet-table_col:last-child {
  padding-left: 8px;
  padding-right: 0;
}

.datasheet-table_title {
  font-weight: 700;
  font-size: 14px;
}

.option-menu_list .btn-select {
  font-weight: 400;
}

.option-menu_price {
  font-size: 12px;
  color: var(--color-neutral-50);
}

.pdp-store-select .store-box_stock-status {
  border: none;
  padding: 0;
  margin: 0;
}

.product-list-menu {
  max-width: 1170px;
}

.product-list-menu .side-menu_header {
  z-index: 2;
}

.product-list-menu_row {
  margin: -20px -6px 0;
}

.product-list-menu_row>* {
  padding: 0 6px;
  margin-top: 20px;
}

.reviews-list_rating {
  font-weight: 700;
  font-size: 48px;
  color: var(--color-neutral-90);
}

.reviews-list_total {
  color: var(--color-neutral-90);
}

.reviews-list_total,
.reviews-list_notice {
  font-size: 14px;
  text-align: center;
}

.reviews-list_notice {
  padding: 10px 0;
}

.rating-histogram {
  border-top: 1px solid var(--color-neutral-30);
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 26px 0;
  margin: 0 0 16px;
}

.rating-histogram_row {
  font-size: 14px;
  color: var(--color-neutral-90);
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.rating-histogram_label {
  display: flex;
  align-items: center;
  width: 33px;
}

.rating-histogram_label::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: url("/img/star-02-filled.svg") center center / contain no-repeat;
  margin-right: 8px;
}

.rating-histogram_percent {
  flex: 1 0 0;
  width: 100%;
  max-width: 274px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-neutral-20);
  margin: 0 8px;
  position: relative;
  overflow: hidden;
}

.rating-histogram_percent::after {
  content: "";
  display: block;
  width: calc(var(--total-reviews-per-rating) / (var(--total-reviews-qty) / 100) * 1%);
  height: 100%;
  background-color: var(--interaction-active);
  position: absolute;
  top: 0;
  left: 0;
}

.review-box {
  border-bottom: 1px solid var(--color-neutral-30);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.review-box_header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-box_date {
  font-size: 14px;
  margin-left: 10px;
}

.review-box_content {
  font-size: 14px;
}

.review-box_translate {
  font-size: 14px;
  display: flex;
  align-items: center;
  background-color: var(--color-neutral-10);
  padding: 12px 20px;
}

.cart-menu_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-color: var(--color-signal-success-fore);
  -webkit-mask: url("/img/check-contained_solid.svg") center center / contain no-repeat;
  mask: url("/img/check-contained_solid.svg") center center / contain no-repeat;
  margin-right: 8px;
}

.cart-menu_pickup {
  font-size: 12px;
  color: var(--color-neutral-50);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-neutral-30);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.cart-menu_pickup img {
  flex: 0 0 auto;
  margin-right: 10px;
}

.cart-menu_pickup strong {
  font-size: 14px;
  color: var(--foreground-base);
}

.cart-menu_product {
  display: flex;
  margin-bottom: 16px;
}

.cart-menu_product-img {
  width: 80px;
  height: 106px;
  background-color: var(--color-neutral-10);
  margin-right: 12px;
}

.cart-menu_product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-menu_product-name {
  text-transform: uppercase;
}

.cart-menu_product-name,
.cart-menu_product-price {
  font-weight: 700;
  font-size: 12px;
}

.cart-menu_product-descr {
  font-size: 12px;
  color: var(--color-neutral-70);
}

.cart-menu_product-price {
  margin-bottom: 8px;
}

.cart-menu_product-qty {
  font-size: 10px;
}

.cart-menu_total {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-neutral-30);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.cart-menu_total small {
  font-size: 12px;
  color: var(--color-neutral-50);
}

.cart-menu_total .price-before {
  color: var(--color-neutral-50);
  text-decoration: line-through;
}

.cart-menu_total .price-new {
  color: var(--color-signal-critical-fore);
}

.cart-menu_delivery {
  border-bottom: 1px solid var(--color-neutral-30);
  margin-bottom: 16px;
}

.cart-menu_delivery .cart-menu_total {
  border-bottom: none;
  margin-bottom: 0;
}

.cart-menu_delivery>.cart-menu_total {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cart-menu_delivery>.cart-menu_total::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/chevron-down.svg") center center / contain no-repeat;
  transition: transform 0.2s;
}

.cart-menu_delivery.active .cart-menu_total::after {
  transform: rotate(-180deg);
}

.cart-menu_delivery-details {
  display: none;
  padding-bottom: 16px;
}

.free-delivery {
  padding: 8px 20px 0;
  margin-bottom: 16px;
}

.free-delivery_title {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.free-delivery_title strong {
  margin: 0 4px;
}

.free-delivery_title.success::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-color: var(--color-signal-success-fore);
  -webkit-mask: url("/img/check-contained_solid.svg") center center / contain no-repeat;
  mask: url("/img/check-contained_solid.svg") center center / contain no-repeat;
  margin-right: 4px;
}

.free-delivery_price {
  color: var(--color-neutral-80);
  font-size: 12px;
  text-align: right;
  flex: 0 0 auto;
  min-width: 40px;
}

.free-delivery_progress-track {
  flex: 1 0 0;
  display: flex;
  height: 8px;
  background: var(--color-neutral-20);
  border-radius: 10px;
  margin: 0 4px;
  overflow: hidden;
}

.free-delivery_progress-bar {
  background-color: var(--interaction-active);
  border-radius: 10px;
}

.cart-menu_action .btn-new {
  margin-bottom: 12px;
}

.cart-menu_accesories {
  margin: -20px -6px 0;
}

.cart-menu_accesories>* {
  padding: 0 6px;
  margin-top: 20px;
}

.btn-new.in-cart {
  position: relative;
}

.btn-new.in-cart>* {
  opacity: 0;
}

.btn-new.in-cart::after {
  content: "";
  display: block;
  background-color: var(--background-base);
  -webkit-mask: url('/img/check.svg') center center /20px no-repeat;
  mask: url('/img/check.svg') center center /20px no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0);
  animation: inCart .2s forwards;
}

@keyframes inCart {
  100% {
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .pdp-gallery {
    height: auto;
    margin-bottom: 60px;
  }

  .pdp-stickers {
    padding-top: 28px;
  }

  /*Product details*/
  .brand-logo {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pdp-fav-btn {
    position: static;
  }

  .pdp-details .product-options_option {
    width: 55px;
  }

  /*Product description*/
  .pdp-description {
    margin-bottom: 64px;
  }

  .pdp-description_btn {
    font-size: 24px;
    min-height: 96px;
  }

  /*Product side menues*/
  .datasheet-menu .side-menu_header {
    padding-top: 28px;
  }

  .product-list-menu_row {
    margin: -32px -7px 0;
  }

  .product-list-menu_row>* {
    padding: 0 7px;
    margin-top: 32px;
  }

  .rating-histogram_percent {
    max-width: 372px;
  }

  .free-delivery {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cart-menu_accesories {
    margin: -32px -7px 0;
  }

  .cart-menu_accesories>* {
    padding: 0 7px;
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .usp-list_item:hover {
    text-decoration: underline;
  }
}

/**/
/*Product rating (add color, hover)*/
.star-rating,
.star-rating:hover {
  color: var(--foreground-base);
}

.star-rating:hover {
  text-decoration: underline;
}


/*Fullscreen gallery theme*/
.slb-theme .slbOverlay {
  background-color: var(--color-neutral-10);
  opacity: 1;
  animation: none;
}

.slb-theme .slbArrow,
.slb-theme .slbCloseBtn {
  width: 44px;
  height: 44px;
  background-color: var(--background-base);
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 1;
}

.slb-theme .slbArrow {
  transform: translateY(-50%);
  margin: 0;
}

.slb-theme .slbArrow::before {
  display: none;
}

.slb-theme .slbArrow.prev {
  background-image: url("/img/chevron-left.svg");
  left: 16px;
}

.slb-theme .slbArrow.next {
  background-image: url("/img/chevron-right.svg");
  right: 16px;
}

.slb-theme .slbCloseBtn {
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  background-image: url("/img/x-03.svg");
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1;
  animation: none;
}

.slb-theme .slbCloseBtn:hover,
.slb-theme .slbArrow:hover {
  opacity: 1;
}

.slb-theme .slbImageWrap::after {
  display: none;
}

.slb-theme .slbIframe {
  background: var(--color-neutral-10);
  box-shadow: none;
}

.slb-theme .slbLoadingText {
  color: var(--foreground-base);
}


/*Breadcrumbs (add white-space)*/
.breadcrumbs_item a {
  white-space: nowrap;
}

/*Product counter widget*/
.qty-widget {
  display: inline-flex;
  width: 112px;
  height: 56px;
  border: 1px solid var(--interaction-disabled);
  border-radius: 4px;
  padding: 0;
}

.qty-widget .form-group {
  display: flex;
  margin-bottom: 0;
}

.qty-widget--medium {
  height: 44px;
}

.qty-widget_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 32px;
  border: none;
  background-color: transparent;
  padding: 0;
}

.qty-widget_btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--foreground-base);
}

.qty-widget_btn:disabled {
  pointer-events: none;
}

.qty-widget_btn:disabled:after {
  background-color: var(--interaction-disabled);
}

.qty-widget_btn.minus::after {
  -webkit-mask: url("/img/minus-03.svg") center center / contain no-repeat;
  mask: url("/img/minus-03.svg") center center / contain no-repeat;
}

.qty-widget_btn.plus::after {
  -webkit-mask: url("/img/plus-03.svg") center center / contain no-repeat;
  mask: url("/img/plus-03.svg") center center / contain no-repeat;
}

.qty-widget_btn:active::after {
  transform: scale(0.9);
}

.qty-widget_input {
  font-size: 14px;
  text-align: center;
  width: 48px;
  background-color: var(--background-base);
  border: none;
  outline: 0;
  padding: 0;
}

/*Product pick-up block*/
.control-box {
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.control-box_check {
  position: absolute;
  visibility: hidden;
}

.control-box_inner {
  display: block;
  border: 1px solid var(--interaction-disabled);
  border-radius: 4px;
  background-color: var(--background-base);
  padding: 14px 19px;
  position: relative;
}

.control-box_inner::before,
.control-box_inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--interaction-active);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  opacity: 0;
}

.control-box_inner::after {
  background-color: var(--interaction-initial-base);
  -webkit-mask: url("/img/check.svg") center center / contain no-repeat;
  mask: url("/img/check.svg") center center / contain no-repeat;
}

.control-box_check:checked~.control-box_inner {
  border-color: var(--interaction-active);
  border-width: 2px;
  padding: 13px 18px;
}

.control-box_check:checked~.control-box_inner::before,
.control-box_check:checked~.control-box_inner::after {
  opacity: 1;
}

.control-box_title {
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.control-box_status {
  font-size: 12px;
  display: block;
  padding-left: 20px;
  position: relative;
}

.control-box_status::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}

.control-box_status.success::before {
  background-color: var(--color-signal-success-fore);
}

.control-box_status.warning::before {
  background-color: var(--color-signal-warning-fore);
}

.control-box_status.critical::before {
  background-color: var(--color-signal-critical-fore);
}

.control-box_text-secondary {
  color: var(--color-neutral-50);
}

.control-box_inner .btn-link {
  font-size: 12px;
}

/**/
/*Switch btn (remove margin bottom)*/
.switch-btn {
  margin-bottom: 0;
}

/**/
/*Accordion*/
.accordion {
  list-style-type: none;
  padding: 16px 0;
  margin: 0;
}

.accordion_item {
  border-bottom: 1px solid var(--color-neutral-30);
}

.accordion_item:first-child {
  border-top: 1px solid var(--color-neutral-30);
}

.accordion_title,
.accordion_content {
  font-size: 14px;
}

.accordion_title {
  display: block;
  padding: 28px 32px 28px 0;
  position: relative;
  cursor: pointer;
}

/* .accordion_title::after,
.accordion-single_title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/img/chevron-down.svg") center center / contain no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  transition: transform 0.2s;
}

.accordion_item.active .accordion_title::after,
.accordion-single.active .accordion-single_title::after {
  transform: rotate(-180deg);
} */

.accordion-single_title.not-dropdown::after {
  display: none;
}

.accordion_content {
  display: none;
  padding-bottom: 28px;
}

/**/
/*Accordion single*/
.accordion-single_title {
  display: block;
  padding-right: 24px;
  position: relative;
  /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-single_title::after {
  transition: none;
}

.accordion-single_content {
  display: none;
}

.accordion-single.active .accordion-single_content {
  display: block;
}

/**/
/*Checkbox/radio row label (add display block)*/
.checkbox-row_label,
.radio-row_label {
  display: block;
}

/*******/

/**/
/*Product empty page*/
.empty-page-msg {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 246px;
}

.empty-page-msg img {
  width: 32px;
  height: 32px;
}

.empty-page-msg_title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 16px;
}

.empty-page-msg small {
  font-size: 14px;
}

@media (min-width: 992px) {
  .empty-page-msg {
    min-height: 368px;
  }

  .empty-page-msg img {
    width: 40px;
    height: 40px;
  }

  .empty-page-msg_title {
    font-size: 32px;
  }
}

/**/
/*Cart page*/
.menu-overlay {
  display: none;
  background-color: var(--background-inverted);
  opacity: 0.3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.cart-header {
  font-size: 12px;
  border-bottom: 1px solid var(--color-neutral-20);
  padding: 20px 0;
}

.cart-header a {
  color: inherit;
  text-decoration: none;
}

.cart-page {
  background: var(--color-brand-more-light-blue);
  padding-top: 24px;
  padding-bottom: 32px;
}

.cart-page--empty {
  padding: 0;
}

.cart-page_headline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 16px;
}

.cart-page_headline .page-h1 {
  font-weight: 500;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 8px;
}

.cart-page_headline a {
  font-size: 14px;
  color: var(--foreground-highlight);
  text-decoration: underline;
}

.cart-page_headline a:hover,
.cart-page_headline .btn-link:hover {
  color: var(--foreground-highlight);
  text-decoration: none;
}

.cart-page_headline hr {
  height: 12px;
  border-top: none;
  border-left: 1px solid;
  margin: 0 8px;
}

.cart-page_row {
  margin: 0 -16px;
}

.cart-page_row>* {
  padding: 0 16px;
}

.cart-page_section {
  background-color: var(--background-base);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
}

.cart-page_section-title {
  font-weight: 700;
  font-size: 18px;
}

.cart-page_section-title.has-icon {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.cart-page_section-title.has-icon img {
  flex: 0 0 auto;
  margin-right: 8px;
}

.cart-page_section-row {
  --bs-gutter-y: 8px;
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.cart-page_section-row>* {
  margin-top: var(--bs-gutter-y);
}

.cart-page_section.is-shrinked .cart-page_section-row {
  --bs-gutter-y: 0;
}

.cart-page_section-notice {
  font-size: 12px;
  color: var(--color-neutral-50);
  display: block;
  margin-bottom: 16px;
}

.cart-page_section-notice .btn-link {
  font-size: 12px;
}

.cart-page_section .checkbox-row {
  font-size: 14px;
}

.cart-page_section.is-shrinked .btn-link {
  display: none;
}

.cart-page_section-body {
  display: none;
  padding-top: 16px;
}

.cart-page_product-list {
  border: 1px solid var(--color-neutral-40);
  border-radius: 4px;
  padding: 20px;
}

.cart-prod-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-neutral-30);
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart-prod-row:first-child {
  border-top: none;
  padding-top: 0;
}

.cart-prod-row:last-child {
  padding-bottom: 0;
}

.cart-prod-row_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 106px;
  background-color: var(--color-neutral-10);
  padding: 8px;
  margin-right: 12px;
}

.cart-prod-row_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-prod-row_name {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.cart-prod-row_descr {
  font-size: 12px;
  color: var(--color-neutral-70);
  margin-bottom: 8px;
}

.cart-prod-row .product-sticker {
  margin-top: 0;
}

.cart-prod-row_price {
  font-weight: 700;
  font-size: 14px;
}

.cart-prod-row_actions {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.cart-prod-row_remove {
  font-size: 12px;
  color: var(--color-neutral-50);
  margin-left: 10px;
}

.cart-prod-row_remove:hover {
  color: var(--color-signal-critical-fore);
  transition: color .2s
}

.order-options {
  list-style-type: none;
  padding: 0;
  margin: 0 0 16px;
}

.order-options_item {
  border: 1px solid var(--interaction-disabled);
  border-radius: 4px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  position: relative;
}

.order-options_item.active {
  border-width: 2px;
  border-color: var(--interaction-active);
}

.order-options_title {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 20px 20px 12px;
  cursor: pointer;
}

.order-options_title::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-color: var(--interaction-initial-base);
  border: 1px solid var(--interaction-disabled);
  border-radius: 50%;
  margin-right: 10px;
}

.order-options_item.active .order-options_title {
  padding: 19px 19px 12px;
}

.order-options_item.active .order-options_title::before {
  border-width: 5px;
  border-color: var(--interaction-active);
}

.order-options_title small {
  font-size: 12px;
  color: var(--color-neutral-50);
}

.order-options_content {
  font-size: 14px;
  display: none;
  padding: 8px 19px;
}

.order-options_content hr {
  border: none;
  margin: 0 0 12px;
}

.delivery-time-list .btn-select {
  font-weight: 400;
}

.customer-form {
  padding-top: 16px;
}

.customer-form.is-hidden {
  display: none;
}

.customer-form_info {
  font-size: 14px;
  background-color: var(--color-brand-more-light-blue);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 16px;
}

.customer-form_info strong {
  font-size: 16px;
}

.customer-form_info ul {
  padding: 24px 0 0;
  margin: 0;
}

.customer-form_info ul li {
  font-size: 12px;
  color: var(--color-neutral-90);
  line-height: 2em;
  display: flex;
  margin-bottom: 10px;
}

.customer-form_info ul li:last-child {
  margin-bottom: 0;
}

.customer-form_info ul li::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("/img/check.svg") center center / contain no-repeat;
  margin-right: 8px;
}

.customer-form_info--medium strong {
  font-weight: 600;
  font-size: 14px;
}

.customer-form_info .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 12px;
}

.order-options_payment-ico {
  display: flex;
  justify-content: flex-end;
}

.order-options_payment-ico img {
  flex: 0 0 auto;
  margin-right: 8px;
}

.order-options_payment-ico img:last-child {
  margin-right: 0;
}

.order-options_payment-fee {
  text-align: right;
  min-width: 70px;
}

.cart-usp-section {
  padding-top: 16px;
}

.cart-usp-section_row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 16px;
}

.cart-usp-section_item {
  font-size: 14px;
  color: var(--color-neutral-50);
  display: flex;
  flex-direction: row;
  height: 100%;
}

.cart-usp-section_item img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.cart-usp-section_item strong {
  color: var(--foreground-base);
  display: block;
}

@media (min-width: 576px) {
  .cart-usp-section_item {
    text-align: center;
    flex-direction: column;
  }

  .cart-usp-section_item img {
    margin: 0 auto 8px;
  }
}

@media (min-width: 992px) {
  .cart-header {
    font-size: 14px;
    padding: 24px 0;
  }

  .cart-page {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cart-page--empty {
    padding: 0;
  }

  .cart-page_headline {
    margin-bottom: 32px;
  }

  .cart-page_headline .page-h1 {
    font-size: 48px;
    margin-bottom: 0;
  }

  .cart-page_section {
    padding: 28px;
    margin-bottom: 24px;
  }

  .cart-page_section--summary {
    padding: 20px;
  }

  .cart-page_section-title {
    font-size: 24px;
  }

  .cart-page_section-title.has-icon {
    font-size: 20px;
  }

  .cart-page_product-list {
    padding-right: 28px;
  }

  .cart-prod-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-prod-row_img {
    width: 104px;
    height: 140px;
    margin-right: 14px;
  }

  .cart-prod-row_name,
  .cart-prod-row_description {
    font-size: 14px;
  }

  .cart-prod-row_descr {
    margin-bottom: 16px;
  }

  .cart-prod-row_actions {
    padding-top: 0;
  }

  .order-options_item {
    padding-bottom: 0;
  }

  .order-options_title {
    padding: 20px 28px 20px;
  }

  .order-options_title::before {
    margin-right: 20px;
  }

  .order-options_item.active .order-options_title {
    padding: 19px 27px 20px;
  }

  .order-options_content {
    padding: 0 27px 20px;
  }

  .order-options_content hr {
    margin-bottom: 20px;
  }

  .customer-form_info--medium {
    padding: 28px;
  }

  .customer-form_info--medium strong {
    font-size: 20px;
  }

  .order-options_payment-ico {
    margin-right: 20px;
  }

  .cart-usp-section {
    padding-top: 8px;
  }
}

/**/
/*Button transparent*/
.btn-clear {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: .375rem .75rem
}

/******/

/**/
/*Account*/
.login-page .page-h1 {
  margin-bottom: 32px;
}

.login-page_section {
  max-width: 500px;
  margin: 0 auto;
}

.account-page_faq {
  padding-top: 64px;
}

.order-details-short {
  font-size: 12px;
  align-items: flex-start;
  margin: -8px -12px 0;
}

.order-details-short>* {
  padding: 0 12px;
  margin-top: 8px;
}

.order-details-short small {
  font-weight: 600;
  font-size: 10px;
  color: var(--color-neutral-50);
}

.fast-links {
  margin: -16px -6px 32px;
}

.fast-links>* {
  padding: 0 6px;
  margin-top: 16px;
}

.fast-links_link {
  font-weight: 600;
  font-size: 14px;
  color: var(--foreground-base);
  display: flex;
  align-items: center;
  min-height: 64px;
  background-color: var(--color-neutral-10);
  border-radius: 2px;
  padding: 8px 16px;
}

.fast-links_link img {
  flex: 0 0 auto;
  margin-right: 10px;
}

.profile-overview_item {
  margin-bottom: 24px;
}

.profile-overview_label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

.profile-overview_title {
  font-weight: 600;
  font-size: 20px;
}

.profile-overview_subtitle {
  font-weight: 600;
  font-size: 16px;
}

.account-page_form-title {
  font-weight: 600;
  font-size: 20px;
}

.order-details-date {
  font-size: 12px;
}

.order-details hr {
  margin: 12px 0;
}

.order-details_header {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.order-details_header strong {
  font-size: 16px;
  color: var(--color-neutral-90);
}

.order-details_status {
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 16px;
}

.order-details_status.critical {
  background-color: var(--color-signal-critical-back);
}

.order-details_status.warning {
  background-color: var(--color-signal-warning-back);
}

.order-details_status.succes {
  background-color: var(--color-signal-succes-back);
}

.order-details_product {
  font-size: 14px;
  display: flex;
  padding: 10px 0;
}

.order-details_product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 88px;
  background-color: var(--color-neutral-10);
  margin-right: 14px;
}

.order-details_product-img img {
  max-height: 100%;
}

.order-details_product-qty {
  color: var(--color-neutral-50);
}

.order-details_summary {
  max-width: 375px;
  margin-left: auto;
}

.order-details_summary-total {
  font-size: 20px;
}

.order-details_summary-vat {
  color: var(--color-neutral-50);
}

.account-headline {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.account-headline .btn-link {
  font-size: 12px;
  margin: 12px 0;
}

.account-headline .btn-link img {
  width: 20px;
  height: 20px;
}

.account-form-row {
  margin: 0 -8px;
}

.account-form-row>* {
  padding: 0 8px;
}

@media(min-width:576px) {
  .account-headline {
    flex-direction: row;
    justify-content: space-between;
  }

  .account-headline .btn-link {
    font-size: 14px;
    margin: 0;
  }

  .account-headline .btn-link img {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 992px) {
  .login-page .page-h1 {
    text-align: center;
    margin-bottom: 16px;
  }

  .order-details-short {
    font-size: 14px;
  }

  .order-details-short small {
    font-size: 12px;
  }

  .profile-overview_item {
    margin-bottom: 40px;
  }

  .profile-overview_label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .profile-overview_title {
    font-size: 32px;
  }

  .profile-overview_subtitle {
    font-weight: 500;
    font-size: 20px;
  }

  .order-details-date {
    font-size: 14px;
  }

  .order-details_product-img {
    width: 108px;
    height: 140px;
  }

  .order-details_summary {
    font-weight: 16px;
  }

  .order-details_summary-total {
    font-size: 32px;
  }

  .account-headline {
    margin-bottom: 24px;
  }
}

/**/
/*Control row (add select)*/
select.control-row_input {
  background: url('/img/chevron-down.svg') center right 12px /18px no-repeat, var(--background-base);
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**/
/*Datepicker*/
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", "Roboto";
}

.ui-widget-content {
  border-color: var(--color-neutral-30);
  background: var(--background-base);
}

.ui-widget-header {
  color: var(--foreground-base);
  font-weight: 500;
  border-color: var(--color-neutral-30);
  background: var(--background-layer);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: var(--foreground-base);
  border-color: var(--color-neutral-30);
  background: var(--background-layer);
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: var(--foreground-base);
  border-color: var(--foreground-subdued);
  background: var(--background-layer);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: var(--foreground-inverted);
  background: var(--background-highlight);
  border-color: var(--foreground-highlight);
}

/**/
/*Category circle (add background-color)*/
.category-circle_img {
  background-color: var(--color-neutral-10);
}

/**/
/*Modal*/
.modal-box-theme .slbOverlay {
  opacity: 0.15;
  animation: none;
}

.modal-box-theme .slbCloseBtn {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  background: url("/img/x-03.svg") center center / contain no-repeat;
  top: 24px;
  right: 40px;
  animation: none;
}

.modal-box-theme .slbCloseBtn:hover {
  opacity: 1;
}

.modal-box {
  font-size: 14px;
  text-align: center;
  max-width: 400px;
  background-color: var(--background-base);
  border-radius: 4px;
  padding: 24px;
}

.modal-box_title,
.modal-box_subtitle {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
}

.modal-box_title {
  padding: 0 20px;
}

.modal-box_subtitle {
  font-size: 16px;
}

/**/
/*Snackbar*/
.snackbar {
  font-size: 14px;
  color: var(--foreground-inverted);
  width: 436px;
  max-width: calc(100% - 32px);
  background-color: var(--background-inverted);
  border-radius: 4px;
  padding: 16px 16px 16px 48px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 15;
  opacity: 0;
  transform: translateY(100%);
  animation: showSnack 0.45s forwards;
}

@keyframes showSnack {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.snackbar::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: var(--foreground-inverted);
  -webkit-mask: url("/img/check.svg") center center / 20px no-repeat;
  mask: url("/img/check.svg") center center / 20px no-repeat;
  position: absolute;
  top: 0;
  left: 16px;
}

/**/
/*FAQ*/
.faq-categories {
  list-style-type: none;
  padding: 8px 0 16px;
  margin: 0;
}

.faq-categories_item {
  margin-bottom: 16px;
}

.faq-categories_img {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  background-color: var(--color-brand-more-light-blue);
  padding: 15px;
  margin-right: 20px;
}

.faq-categories_link {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-height: 92px;
  border: 1px solid var(--color-neutral-30);
  border-radius: 2px;
  padding: 16px 24px 16px 16px;
}

.faq-categories_link::after {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/img/arrow-right.svg") center center / contain no-repeat;
  margin-left: auto;
}

.support-box {
  background-color: var(--color-brand-more-light-blue);
  padding: 70px 24px 24px;
  margin-top: 64px;
  position: relative;
}

.support-box ul {
  list-style: inherit;
}

.support-box .info-notice {
  margin-bottom: 12px;
}

.support-box_img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 28px;
  transform: translateY(-50%);
}

.support-box_title {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
}

.support-contacts {
  padding-top: 8px;
  margin-bottom: 20px;
}

.support-contacts_item {
  font-size: 12px;
  color: var(--color-neutral-50);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 8px 0;
}

.support-contacts_item:hover {
  color: var(--color-neutral-50);
}

.support-contacts_item .btn-link:hover {
  color: var(--foreground-highlight);
}

.support-contacts_item:first-child {
  border-top: 1px solid var(--color-neutral-30);
}

.support-contacts_icon {
  width: 30px;
  height: 30px;
  background-color: var(--foreground-base);
  margin-right: 16px;
  transition: transform .2s, background-color .2s
}

.support-contacts_icon.live-chat {
  -webkit-mask: url("/img/message-chat-01.svg") center center / contain no-repeat;
  mask: url("/img/message-chat-01.svg") center center / contain no-repeat;
}

.support-contacts_icon.fb-messenger {
  -webkit-mask: url("/img/messenger.svg") center center / contain no-repeat;
  mask: url("/img/messenger.svg") center center / contain no-repeat;
}

.support-contacts_icon.whatsapp {
  -webkit-mask: url("/img/WhatsApp.svg") center center / contain no-repeat;
  mask: url("/img/WhatsApp.svg") center center / contain no-repeat;
}

.support-contacts_icon.phone {
  -webkit-mask: url("/img/phone.svg") center center / contain no-repeat;
  mask: url("/img/phone.svg") center center / contain no-repeat;
}

.support-contacts_icon.email {
  -webkit-mask: url("/img/mail-01.svg") center center / contain no-repeat;
  mask: url("/img/mail-01.svg") center center / contain no-repeat;
}

.support-contacts_item:hover .support-contacts_icon {
  background-color: var(--foreground-highlight);
  transform: scale(1.05);
}

.support-box_subtitle {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .faq-categories_img {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .faq-categories_link {
    font-size: 20px;
    min-height: 112px;
    padding-right: 32px;
  }

  .faq-categories_link::after {
    width: 40px;
    height: 40px;
  }

  .support-box {
    margin-top: 0;
  }

  .support-box_title {
    font-size: 24px;
  }

  .support-contacts {
    padding-top: 16px;
    margin-bottom: 28px;
  }

  .support-contacts_item {
    padding: 16px 0;
  }

  .support-contacts_icon {
    width: 40px;
    height: 40px;
  }

  .support-contacts {
    margin-bottom: 20px;
  }

  .support-box_subtitle {
    font-size: 20px;
  }
}

/**/
/*Info panel*/
@media(min-width:992px) {
  .info-panel {
    background-color: var(--background-base);
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 24px;
  }

}

/**/
/*Pasword icon (change height)*/
.control-row_icon {
  height: 56px;
}

/**/
/*Order success*/
.order-success {
  max-width: 902px;
  border: 1px solid var(--foreground-disabled);
  border-radius: 4px;
  padding: 30px 20px;
  margin: 0 auto;
}

.order-success_title {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 0 12px;
}

.order-success_title hr {
  padding-bottom: 12px;
  padding-top: 12px;
}

.order-success_info {
  font-size: 14px;
  margin-bottom: 30px;
}

.order-success_notice {
  font-weight: 600;
  font-size: 12px;
  display: block;
  margin: 12px 0;
}

.order-success_product {
  font-size: 14px;
  display: flex;
}

.order-success_product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 88px;
  background-color: var(--color-neutral-10);
  padding: 8px;
  margin-right: 12px;
}

.order-success_product-qty {
  color: var(--color-neutral-50);
}

.order-success_total {
  font-weight: 700;
  font-size: 20px;
}

@media (min-width: 992px) {
  .order-success {
    padding: 40px 30px;
  }

  .order-success_info {
    margin-bottom: 50px;
  }

  .order-success_title {
    font-size: 20px;
  }

  .order-success_product-img {
    width: 72px;
    height: 96px;
    margin-right: 14px;
  }

  .order-success_total {
    font-size: 32px;
  }
}

/*****/

/**/
/*Tabs*/
.tabs-bar {
  display: flex;
  padding-bottom: 16px;
  position: relative;
  overflow-y: auto;
}

.tabs-bar::after,
.tabs-bar_item:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid var(--color-neutral-20);
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
}

.tabs-bar_item {
  color: var(--color-neutral-50);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  padding: 0 10px 10px;
  margin-right: 4px;
  position: relative;
}

.tabs-bar_item:after {
  width: calc(100% + 4px);
  top: 100%;
  z-index: 1;
}

.tabs-bar_item.active {
  color: var(--foreground-highlight);
}

.tabs-bar_item.active:after {
  border-color: var(--foreground-highlight);
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

/***/

/**/
/*Brands list*/
.brands-list {
  margin: -16px -6px 0;
}

.brands-list>* {
  padding: 0 6px;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .brands-list {
    margin: -32px 16px 0;
  }

  .brands-list>* {
    padding: 0 16px;
    margin-top: 32px;
  }
}

/**/
/*category card (add link color)*/
.category-card,
.category-card:hover {
  color: var(--foreground-base);
}

/**/
/*Article preview (add font size, change hover, img size)*/
.article-preview {
  font-size: 14px;
}

.article-preview:hover {
  text-decoration: none;
}

.article-preview:hover .article-preview_title {
  text-decoration: underline;
}

.article-preview img {
  min-height: 290px;
  object-fit: cover;
}

/**/
/*Credit calculator*/
.credit-calc-btn {
  text-align: left;
  width: 100%;
  padding: 0 34px;
  position: relative;
}

.credit-calc-btn::before,
.credit-calc-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--background-base);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.credit-calc-btn::before {
  -webkit-mask: url('/img/calculator-02.svg') center center /contain no-repeat;
  mask: url('/img/calculator-02.svg') center center /contain no-repeat;
  left: 0;
}

.credit-calc-btn::after {
  -webkit-mask: url('/img/chevron-right.svg') center center /contain no-repeat;
  mask: url('/img/chevron-right.svg') center center /contain no-repeat;
  right: 0;
}

.cart-menu_product-price--credit {
  font-size: 14px;
  font-weight: 500;
}

.credit-options-row {
  margin: -8px -4px 0;
}

.credit-options-row>* {
  padding: 0 4px;
  margin-top: 8px;
}

.credit-option {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--foreground-base);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  background-color: var(--background-base);
  border: 1px solid var(--foreground-base);
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
  position: relative;
}

.credit-option.active {
  color: var(--foreground-inverted);
  border-color: var(--foreground-highlight);
  background-color: var(--background-highlight);
}

.credit-option_rate,
.credit-rate {
  font-size: 32px;
  font-weight: 700;
}

.credit-option_inner {
  width: 75%;
  padding-left: 8px;
}

.credit-option_info {
  font-size: 12px;
  color: var(--foreground-inverted);
  background-color: var(--background-highlight);
  border-radius: 4px;
  padding: 2px 8px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.credit-option.active .credit-option_info {
  color: var(--foreground-base);
  background-color: var(--background-base);
}

.credit-option_text,
.credit-rate {
  font-weight: 500;
}

/*Page text (background remove*/
.page-text span,
.page-text div,
.page-text p {
  background-color: inherit !important;
}

/*Cart menu add padding*/
.cart-menu {
  padding-bottom: 96px;
}

@media(min-width:992px) {
  .cart-menu--credit {
    max-width: 560px;
    right: -560px;
  }

}

/*Carousel arrows*/
@media(max-width:768px) {
  .brands-slider .flickity-prev-next-button.previous {
    left: -12px;
    top: 50% !important;
  }

  .brands-slider .flickity-prev-next-button.next {
    right: -12px;
    top: 50% !important;
  }
}

/*Category card image (add aspect-ratio)*/
.category-card_image img {
  aspect-ratio: 1.5;
}

/*Detail page stores*/
.pdp-store-select .search-row_actions {
  z-index: 1;
}

/*FAQ page*/
.faq-categories_link,
.faq-categories_link:hover {
  color: var(--foreground-base)
}

/*Inner subscribe form*/
.page-text .checkbox-row_input:checked~.checkbox-row_check {
  background-color: var(--interaction-active) !important;
}

/*---*/
/*Job page*/
.job-list {
  margin-bottom: 64px;
}

.job-list_row {
  margin: 0;
}

.job-list_item {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--color-brand-base);
  padding: 24px;
}

.job-list_item h2 {
  font-size: 24px;
  margin: 0 0 20px;
}

.job-list_item .btn-second {
  color: #fff;
  border-color: #fff;
  margin-top: 24px;
}

.job-list_img {
  padding: 0;
}

.job-list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job-list_row:nth-child(even) .job-list_item {
  color: var(--foreground-highlight);
  background-color: var(--color-brand-light-blue);
}

.job-list_row:nth-child(even) .job-list_item .btn-second {
  color: var(--foreground-highlight);
  border-color: var(--foreground-highlight);
}

@media(min-width:768px) {
  .job-list_row:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media(min-width:992px) {
  .job-list_item {
    padding: 48px 24px;
  }

  .job-list_item h2 {
    font-size: 28px;
  }
}

@media(min-width:1200px) {
  .job-list_item .btn-second:hover {
    color: var(--foreground-highlight);
    background-color: var(--background-base);
  }

  .job-list_row:nth-child(even) .job-list_item .btn-second:hover {
    color: var(--foreground-inverted);
    background-color: var(--background-highlight);
  }
}

/*Credit calc - upd 22.10.24*/
.credit-option {
  font-size: 12px;
  line-height: 1.2;
  flex-direction: column;
  padding: 8px;
}

.credit-option_rate {
  font-size: 28px;
  margin-bottom: 4px;
}

.credit-option_inner {
  display: flex;
  width: 100%;
  padding: 0;
}

.credit-option_text {
  padding-right: 4px;
}

.credit-option_value {
  white-space: nowrap;
}

/** Inspiration section*/
.bg-light-blue {
  background-color: var(--color-brand-more-light-blue);
}

.side-nav-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--foreground-base);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border: none;
  border-top: 1px solid var(--color-neutral-30);
  border-bottom: 1px solid var(--color-neutral-30);
  padding: 16px 0;
}

.side-nav-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('/frontend/web/img/chevron-down.svg') center center /contain no-repeat;
  margin-left: 8px;
  transition: transform .2s;
}

.side-nav-btn.active::after {
  transform: rotate(-180deg);
}


.inspiration-page .side-nav_link {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.accordion-single_title-icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('/img/chevron-down.svg') center center / contain no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
}

.accordion-single.js-side-nav-submenu.active {
  .accordion-single_title-icon {
    transform: rotate(-180deg);
  }
}

.inspiration-page .side-nav_link-dropdown {
  color: #212529;
  width: 100%;
}

.inspiration-page .side-nav_link-dropdown.active {
  font-weight: 700;
}

.side-nav_link.side-nav_title.unactive {
  font-weight: 400;
  font-size: 16px;
}

.inspiration-page .side-nav_title {
  font-size: 20px;
}

.side-nav_title:hover {
  color: var(--foreground-base);
}

.inspiration-page_row {
  margin: -32px -16px 0;
}

.inspiration-page_row>* {
  padding: 0 16px;
  margin-top: 32px;
}

.inspiration-page__title {
  font-size: 28px;
  margin: 30px 0 20px;
}

.inspiration-page__categories {
  justify-content: space-around;
  gap: 20px;
  border-top: 1px solid var(--color-neutral-20);
  border-bottom: 1px solid var(--color-neutral-20);
}

.inspiration-page__link {
  padding: 12px 0;
  color: inherit;
  gap: 5px;
}

.inspiration-page__link:hover {
  color: inherit;
}

.inspiration-page__name {
  font-weight: 400;
}

.inspiration-section_row:not(:last-child) {
  margin-bottom: 32px;
}


.inspiration-section__main-title {
  /* font-size: 22px; */
  font-size: 24px;
  /* margin: 20px 0; */
  /* text-align: center; */
  margin: 0 0 32px;
}

@media (max-width: 768px) {
  .inspiration-section__main-title {
    margin-bottom: 16px;
  }
}

.inspiration-section_item {
  /* text-align: center; */
  margin-bottom: 16px;
}

.inspiration-section_item--small {
  margin-right: 16px;
}

.inspiration-section_item .article-preview {
  max-width: 100%;
}

.inspiration-section_item--small .article-preview {
  max-width: 208px;
}

.inspiration-section_item .article-preview img {
  min-height: 356px;
  height: 356px;
}

.inspiration-section_item--small .article-preview img {
  min-height: 138px;
  height: 138px;
}

.inspiration-section_item--small .article-preview_title {
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inspiration-section_slider-inner {
  overflow: hidden;
  max-height: 234px;
}


.inspiration-section_slider .flickity-prev-next-button {
  display: none;
}

.inspiration-section_title {
  text-align: left;
  font-size: 18px;
  /* margin: 20px 0 30px; */
  margin: 8px 0 0;
}

.inspiration-section_item-link {
  border: .0625rem solid #e9ecef;
  box-shadow: inset 0 -.125rem rgba(0, 0, 0, .05);
  color: #454545;
  background: linear-gradient(180deg, #fff 0, #f8f8f8);
  padding: 6px 15px;
  min-height: 46px;
}

.inspiration-section_item-link:hover {
  color: inherit;
}

.edges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.edge__icon {
  margin-bottom: 10px;
}

.edge__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}


@media (max-width: 992px) {
  .edges {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .edges {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media(min-width:1200px) {
  .inspiration-section_item {
    margin-bottom: 32px;
  }

  .inspiration-section__main-title {
    font-size: 40px;
  }

  .inspiration-section_title {
    font-size: 24px;
    margin: 16px 0 0;
  }

  .inspiration-section_row:not(:last-child) {
    border-bottom: 1px solid var(--color-neutral-30);
    padding-bottom: 32px;
  }
}

/*Side nav acc*/
.side-nav .accordion-single_content {
  padding-left: 24px;
}

.side-nav .accordion-single_content a {
  color: var(--foreground-base);
  margin-bottom: 16px;
}

.side-nav .accordion-single_content a:hover {
  color: var(--foreground-highlight);
}

.side-nav .accordion-single_content a.active {
  font-weight: 500;
  pointer-events: none;
}

.side-nav .accordion-single_title:hover {
  color: var(--foreground-base);
}

.side-nav .accordion-single.active .accordion-single_title {
  border-bottom-color: transparent;
}

.side-nav .accordion-single.active .accordion-single_content {
  border-bottom: 1px solid var(--color-neutral-30);
}

/**Outlet nav link */
.top-nav_link {
  color: var(--foreground-base)
}

.top-nav_link:hover {
  color: var(--foreground-highlight)
}

/**Gift card page */
.giftcard-form {
  font-size: 14px;
  margin-bottom: 16px;
}

.giftcard-form strong {
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.giftcard-form_notice {
  font-size: 12px;
  color: var(--color-neutral-50);
}

.giftcard-form .btn-second:hover {
  color: var(--foreground-base);
  background-color: var(--background-base);
}

/*Autocomplete upd*/
.product-row_img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*product detail crsl upd*/
.pdp-crsl .pdp-gallery_item img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdp-crsl_slide {
  width: 100%;
}

.pdp-crsl .pdp-gallery_item {
  padding: 48px;
}

.order-details-short {
  align-items: unset;
}

/*Product card sticker upd*/
.prod-sticker {
  margin-bottom: 0 !important;
}

/*Black friday 11.11.24*/
.theme--black-friday.home-page body {
  --foreground-base: var(--foreground-inverted);
  background-color: var(--background-inverted);
}

.theme--black-friday .header_logo img,
.theme--black-friday .main-nav-btn::before,
.theme--black-friday .header-actions_item::before,
.theme--black-friday .header_main .search-row_btn {
  background-color: var(--background-base);
}

.theme--black-friday .header,
.theme--black-friday.home-page .footer {
  background-color: var(--background-inverted);
}

.theme--black-friday .main-nav-btn,
.theme--black-friday .header-actions_item,
.theme--black-friday .header_main .search-row_input,
.theme--black-friday .store-select-btn {
  color: var(--foreground-inverted);
}

.theme--black-friday .header_bottom-link {
  color: var(--color-neutral-50)
}

.theme--black-friday .header_main .search-row_input {
  background-color: var(--color-neutral-80);
  border-color: transparent
}

.theme--black-friday .header_bottom-link:hover {
  color: var(--foreground-inverted);
  text-decoration: underline;
}

.theme--black-friday.home-page .subscribe-section {
  background-color: var(--color-neutral-80);
}

.theme--black-friday.home-page .subscribe-section .control-row_input {
  color: var(--foreground-base);
  background-color: var(--color-neutral-80);
}

.theme--black-friday.home-page .language-select_active .btn-select {
  background-color: var(--color-neutral-80);
}

.theme--black-friday.home-page .side-menu,
.theme--black-friday.home-page .side-menu .btn-select,
.theme--black-friday.home-page .side-menu_list-item a,
.theme--black-friday.home-page .side-menu_link:hover {
  color: var(--color-neutral-black)
}

.theme--black-friday.home-page footer ul li a {
  color: var(--foreground-base)
}

.theme--black-friday .search_title,
.theme--black-friday .search_categories a {
  color: var(--color-neutral-black)
}

.theme--black-friday .header_bottom::after {
  border-color: var(--color-neutral-80)
}

@media(min-width:992px) {
  .theme--black-friday .header_bottom {
    border-color: var(--color-neutral-80)
  }
}

.usp-section_ico {
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--foreground-base);
  -webkit-mask: var(--usp-section-ico) center center /contain no-repeat;
  mask: var(--usp-section-ico) center center /contain no-repeat;
  margin: 0 auto 8px;
}

@media (min-width: 992px) {
  .usp-section_ico {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
}

.theme--black-friday .btn-second {
  color: var(--color-neutral-black);
  border-color: var(--color-neutral-black)
}

.theme--black-friday .btn-second:hover {
  color: var(--color-neutral-white);
}

.marker-popup_close {
  display: block;
  width: 24px;
  height: 24px;
  background: url('/img/x-03.svg') top 8px right 8px /16px no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/**LANG UPD 17.04.25*/
/* .lang-select-mob {
    display: flex;
}

.lang-select-mob,
.lang-select-mob a {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-neutral-50);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.lang-select-mob ul {
    display: flex;
    padding-left: 12px;
}

.lang-select-mob ul li {
    margin-right: 8px;
}

.lang-select-mob a {
    padding: 0 4px;
}

.lang-select-mob ul li.active a {
    color: var(--foreground-base);
}

@media (min-width: 1200px) {
    .lang-select-mob a:hover {
        color: var(--foreground-base);
        transition: color .2s;
    }
}

.language-select--mob {
    max-width: 50%;
}

.language-select--mob .btn-select--medium {
    font-size: 12px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
} */
.pdp-gallery_item img {
  /* -o-object-fit: cover;
    object-fit: cover; */
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pdp-details .product-options {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.pdp-details .product-options .col-auto {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pdp-details .product-options_option img {
  -o-object-fit: contain;
  object-fit: contain;
}

.pdp-details .product-options_option {
  width: 56px;
  max-width: 100%;
  height: 75px;
}

@media (min-width: 992px) {
  .pdp-details .product-options_option {
    height: 75px;
  }
}


.product-card .product-options {
  padding: 0;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.product-card .product-options>* {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.product-options.is-hidden {
  height: 48px;
  overflow: hidden;
  position: relative;
}

.product-options_option {
  height: 48px;
}

.product-options_option img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-options_option::after {
  height: 2px;
}

.product-card .product-options {
  width: 100%;
}

.product-card .product-options.is-hidden:after {
  pointer-events: none;
}

@media(max-width:575.98px) {

  .product-card .product-options_col,
  .product-card .product-options.is-hidden:after {
    flex: 0 0 auto;
    width: 25%;
  }
}

.product-prices_before {
  margin-bottom: 8px;
}

/**USP SECTION UPD: 15.05.25 */
@media(min-width:1200px) {
  .usp-section {
    display: flex;
    justify-content: center;
  }

  .usp-section_row {
    width: 100%;
    max-width: 900px;
  }
}

/**UPD: 16.05.25*/
@media(min-width:1400px) {
  .container-xl {
    max-width: 1172px;
    --bs-gutter-x: 32px;
  }
}

.product-list {
  width: auto;
}

.flickity-slider {
  /* margin-left: -16px;
  margin-right: -16px; */
  margin: 0;
}

@media(min-width:768px) and (max-width:1199.98px) {
  .flickity-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

@media(min-width:1200px) {

  .flickity-prev-next-button.previous {
    left: -20px;
  }

  .flickity-prev-next-button.next {
    right: -20px;
  }
}

.search.dropdown-visible {
  z-index: 100;
}

.autocomplete-overlay {
  display: none;
  background-color: var(--background-inverted);
  opacity: 0.3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.header-prod-slider {
  display: none;
}

.header-prod-slider.is-visible {
  display: block;
}

.header-prod-slider .product-card_img {
  width: 64px;
  height: 85px;
  margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 40px;
  width: var(--swiper-navigation-size) !important;
  border: 1px solid var(--color-neutral-20);
  border-radius: 50%;
  --swiper-navigation-sides-offset: calc(var(--swiper-navigation-size) * -0.5);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: none;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  border-color: var(--foreground-highlight);
}

.swiper-button-next {
  background: url("/img/chevron-right.svg") center center /20px no-repeat, var(--background-base);
}

.swiper-button-next:hover {
  background: url("/img/chevron-right.svg") center center /20px no-repeat, var(--color-neutral-10);
}

.swiper-button-prev {
  background: url("/img/chevron-left.svg") center center /20px no-repeat, var(--background-base);
  left: -4px;
}

.swiper-button-prev:hover {
  background: url("/img/chevron-left.svg") center center /20px no-repeat, var(--color-neutral-10);
}

.search_dropdown .side-menu_actions--close {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 10;
}

@media(max-width:767.98px) {
  .search.dropdown-visible .search_input {
    width: calc(100% - 48px);
  }
}

.product-card_img {
  overflow: hidden;
}

.product-card_img img {
  transition: transform .3s ease-in-out;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .product-card_img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    transform-origin: center;
  }
}

.slbIframeCont {
  width: 100vw;
  height: calc(100vh - 10em);
  padding-top: 0;
}

.slbArrows {
  display: flex;
  justify-content: center;
  gap: 100px;
  top: auto;
  bottom: 0;
  padding-bottom: 24px;
}

.slb-theme .slbArrow {
  background-color: transparent;
  position: static;
  transform: none;
}

.slb-theme .slbCloseBtn {
  top: auto;
  right: 50%;
  bottom: 24px;
  transform: translateX(50%);
}

.modal-dialog--reg-success {
  max-width: 1024px;
}

.pdp-details {
  position: relative;
}

.pdp-details .brand-logo {
  margin: 4px 0;
}

.pdp-details .brand-logo img {
  height: 32px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .pdp-details .brand-logo {
    position: absolute;
    right: 16px;
    top: -36px;
    margin: 0;
  }
}

.brands-slider .flickity-slider {
  margin-left: 0;
  margin-right: 0;
}

.brands-slider_item {
  width: 100%;
  max-width: 190px;
  margin-right: 1rem;
}

.brand-box_img {
  height: 70px;
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: .625rem;
}

.brand-box_img img {
  height: 100%;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

@media(min-width:1200px) {
  .brand-box_img img {
    transition: transform .3s ease
  }

  .brand-box_img:hover img {
    transform: scale(1.1);
  }
}

.inspiration__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-bottom: 1px solid var(--color-neutral-30);
  border-top: 1px solid var(--color-neutral-30);
  padding: 0 16px;
  margin: 20px 0;
}

.inspiration__item {
  padding: 16px 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inspiration__item a {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.inspiration__link-icon {
  width: 24px;
  height: 24px;
  display: block;
}

@media (max-width: 768px) {
  .inspiration__items {
    padding: 0;
  }
}

/* START Product changes */
@media (max-width: 991.8px) {
  .pdp-description_btn {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 28px 28px 28px 0;
    color: #000 !important;
  }
}

@media (max-width: 768px) {
  .pdp-description_btn {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}

/* END Product changes */

/* START Product page changes */
.pdp-details .product-prices {
  margin-bottom: 0;
}

.pdp-details-line {
  margin: 20px 0;
}

.pdp-details .product-prices_main {
  font-size: 28px;
}

.pdp-details .product-prices small {
  font-size: 12px;
  font-weight: 700;
}

.pdp-details a#shopStorage {
  padding: 10px 20px !important;
  font-weight: 600;
}

.pdp-details .control-box_inner {
  padding: 15px 20px !important;
}

.pdp-details .control-box_status::before {
  top: 4px;
}

.pdp-details .qty-widget_btn::after {
  width: 18px;
  height: 18px;
}

.pdp-title {
  max-width: 300px;
  word-wrap: break-word;
}

.pdp-description_row div {
  font-size: 14px;
  margin-bottom: 32px;
}

.pdp-description_row {
  padding: 28px 0;
}

.pdp-description_product-code {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .pdp-description_btn {
    font-size: 22px;
    min-height: 83px;
  }
}

.page-title-slider {
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pdp-title {
    max-width: 100%;
  }

  .pdp-description_btn {
    font-size: 22px;
  }
}

/* END Product page changes */


/* black friday styles */

.product-card__black-friday {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 23px;
  background: linear-gradient(25deg, #416496, #0b0f16);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  padding: 2px 4px;
  border-radius: 2px;
}

/* black friday styles */