@charset "UTF-8";

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea{font-family: "Montserrat", sans-serif;}
.row {
  display: -webkit-box;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-flex;
  display: -ms-inline-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.flex {
  display: -webkit-box;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-flex;
  display: -ms-inline-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}

.valign-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.justify-center {
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*=col-] {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.clear {
  padding-left: 0px;
  padding-right: 0px;
}

.borderfix {
  margin: -0.5px;
}
.col-19{
  flex: 0 0 19%;
  max-width: 19%;
}
.col-24{
  flex: 0 0 24%;
  max-width: 24%;
}
.col-product-53 {
  -ms-flex: 0 0 53.382352%;
  -webkit-box-flex: 0;
  flex: 0 0 53.382352%;
  max-width: 53.382352%;
}

.col-product-46 {
  -ms-flex: 0 0 46.617647%;
  -webkit-box-flex: 0;
  flex: 0 0 46.617647%;
  max-width: 46.617647%;
}

.col-calculator-74 {
  -ms-flex: 0 0 74%;
  -webkit-box-flex: 0;
  flex: 0 0 74%;
  max-width: 74%;
}

.col-calculator-26 {
  -ms-flex: 0 0 26%;
  -webkit-box-flex: 0;
  flex: 0 0 26%;
  max-width: 26%;
}

.col-filter-22 {
  -ms-flex: 0 0 22%;
  -webkit-box-flex: 0;
  flex: 0 0 22%;
  max-width: 22%;
}

.col-filter-78 {
  -ms-flex: 0 0 78%;
  -webkit-box-flex: 0;
  flex: 0 0 78%;
  max-width: 78%;
}

.col-catalog-74 {
  -ms-flex: 0 0 74%;
  -webkit-box-flex: 0;
  flex: 0 0 74%;
  max-width: 74%;
}

.col-catalog-26 {
  -ms-flex: 0 0 26%;
  -webkit-box-flex: 0;
  flex: 0 0 26%;
  max-width: 26%;
}

.col-find-search {
  -ms-flex: 0 0 21.9%;
  -webkit-box-flex: 0;
  flex: 0 0 21.9%;
  max-width: 21.9%;
}

.col-account-input {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.col-account-input-error{
  flex: 0 0 100%;
  max-width: 100%;
}
/*  12-column */

.col-1 {
  -ms-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/* 10-column */

.col-xl-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.col-xl-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-xl-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-xl-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xl-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-xl-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.col-xl-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.col-xl-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.col-xl-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

h1,
p,
ul,
li {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p,
.p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #191919;
}

[class*=-h1] {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.2rem;
  color: #191919;
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.2rem;
  color: #191919;
}

[class*=-h2] {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #191919;
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #191919;
}

[class*=-h3] {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  color: #191919;
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  color: #191919;
}

[class*=-h4] {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #191919;
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #191919;
}

[class*=-h5] {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #191919;
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #191919;
}

a {
  text-decoration: none;
  color: #191919;
}

ul,
li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

button {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

.span-blue {
  color: #398aea;
}

.ui-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: -o-linear-gradient(357.58deg, #398aea 14.1%, #39a3ea 31.59%, #39c0ea 46.36%, #39c0ea 61.13%, #27a6dd 74.74%, #398aea 88.73%);
  background: linear-gradient(92.42deg, #398aea 14.1%, #39a3ea 31.59%, #39c0ea 46.36%, #39c0ea 61.13%, #27a6dd 74.74%, #398aea 88.73%);
  font-weight: 600;
  font-size: 0.6875rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border:none;
}
.ui-btn-green{
  background: linear-gradient(92.42deg, #37ab00 14.1%, #59cb24 31.59%, #56d917 46.36%, #4dcd11 61.13%, #46bc0d 74.74%, #37ab00 88.73%);
}
[class*=-breadcrumbs] {
  text-align: start;
}

[class*=-breadcrumbs] a {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #647b98;
  display: inline-block;
  text-decoration: underline;
}

[class*=-breadcrumbs] a:hover {
  text-decoration: none;
}

[class*=-breadcrumbs] :last-child {
  color: #95a4b8;
  text-decoration: none;
}

[class*=-breadcrumbs] :last-child i {
  display: none;
}

[class*=-breadcrumbs] i {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 10px;
}

.ui-card-product {
  padding: 20px 15px;
  border: 1px solid #b6ceea;
  width: 272px;
  border-right: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.slider-item-cards {
  display: flex;
}
.features .ui-card-product{align-content: space-between;}
.features .ui-card-product .wrap-foto-text,
.features .ui-card-product .wrap-price-btn{
  display: block;
  width: 100%;
}
.slider-item-card .ui-card-product{align-content: space-between;}
.catalog-page .ui-card-product {
  width: 273px;
}
.catalog-page .ui-card-product .wrap-price-btns{width: 100%;}
.ui-card-product .ui-btn {
  background: #2963cb;
  width: calc(100% - 72px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0px 5px;
}

.ui-card-product .ui-btn-img {
  height: 20px;
}

.ui-card-product .ui-btn-img img {
  display: block;
  max-height: 20px;
}

.ui-card-product .ui-btn-text {
  padding: 0px 5px;
}

.ui-card-product .ui-btn:hover {
  background: #2c75fc;
}

.ui-card-product-img {
  position: relative;
  height: 212px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ui-card-product-img img {
  max-height: 212px;
  margin: 0 auto;
}

.ui-card-product-hits {
  position: absolute;
  width: 93px;
  height: 24px;
  text-transform: uppercase;
  background-color: #ea3939;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}

.ui-card-product-title {
  font-weight: bold;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}

.ui-card-product-title:hover {
  text-decoration: underline;
}

.ui-card-product-articule {
  font-weight: 500;
  font-size: 12px;
  color: #758da9;
  display: inline-block;
  margin-right: 16px;
}

.ui-card-product-text {
  margin-bottom: 20px;
  /* height: 80px; */
}

.ui-card-product-price {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
}

.ui-card-product-sale {
  font-size: 1.25rem;
  font-weight: 600;
}

.ui-card-product-normal {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 10px;
}

.ui-card-product .card-price-units {
  font-size: 0.625rem;
  display: inline-block;
  text-decoration: none;
}

.ui-card-btns .ui-btn-img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.ui-card-btns .ui-btn-text {
  display: inline-block;
}

.ui-card-btns .ui-btn-favorite,
.ui-card-btns .ui-btn-compare {
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  margin-left: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.ui-card-btns .ui-btn-favorite img,
.ui-card-btns .ui-btn-compare img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ui-card-btns .ui-btn-favorite:hover,
.ui-card-btns .ui-btn-compare:hover {
  border: 1px solid #2963cb;
}

.ui-croce {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  right: 11px;
}

.ui-croce::before {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 16px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #b6ceea;
}

.ui-croce::after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 16px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #b6ceea;
}

.ui-croce:hover::before {
  background: #398aea;
}

.ui-croce:hover::after {
  background: #398aea;
}

.ui-input {
  width: 100%;
  height: 52px;
  padding: 0px 20px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
}

.ui-input::-webkit-input-placeholder {
  color: #a8c0dd;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.col-logo {
  -ms-flex: 0 0 22.68%;
  -webkit-box-flex: 0;
  flex: 0 0 22.68%;
  max-width: 22.68%;
}

.col-search {
  -ms-flex: 0 0 48.49%;
  -webkit-box-flex: 0;
  flex: 0 0 51.49%;
  max-width: 51.49%;
}

.col-menu {
  -ms-flex: 0 0 29.83%;
  -webkit-box-flex: 0;
  flex: 0 0 21.83%;
  max-width: 21.83%;
}

.header {
  background-color: #f4f9ff;
  margin-bottom: 25px;
}

.header .menu {
  padding: 10px 0px 10px 0px;
}

.header .menu-btn {
  width: 190px;
}
.header .menu-btn .ui-btn{margin-top: 7px;}

.header .menu-btn-icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 56%;
  left: 12%;
}

.header .menu-btn-arrow {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 85%;
}

.header .menu-list {
  line-height: 1.5625rem;
}

.header .menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.875rem;
  position: relative;
}

.header .menu-list ul li a {
  margin-right: 15px;
  margin-left: 10px;
  color: #647b98;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header .menu-list ul li a:hover {
  color: #191919;
}

.header .menu-list ul .menu-list-sale {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 24%;
  right: 0%;
}

.header .menu-time {
  display: inline-block;
}

.header .menu-time-work {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-right: 28px;
  display: block;
  margin-right: 0px;
  line-height:18px;
}

.header .menu-time-address {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-right: 0px;
  line-height:18px;
}
.header .time-and-address{
  display: inline-block;
  margin-left: 20px;
}
.header .menu-time-work .time-work-bold {
  font-weight: 700;
}

.header .menu-time-tel {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
}

.header .menu-time-tel .time-tel-big {
  font-size: 1rem;
  margin-right: 4px;
}

.header .menu-time-tel .time-tel-big:hover {
  border-bottom: 1px solid black;
}

.header .menu-time-tel .time-tel-top {
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.header .main {
  position: relative;
  z-index: 998;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 20px #b6ceea;
  padding: 10px 0px;
}

.header .main-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 84px;
}

.header .main-logo img {
  max-height: 74px;
  width: auto;
}

.header .main-search {
  position: relative;
}

.header .main-search-input {
  border: none;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  outline: none;
  padding-left: 30px;
  padding-right: 65px;
  font-size: 0.9375rem;
  color: #191919;
}

.header .main-search ::-webkit-input-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #a8c0dd;
}

.header .main-search ::-moz-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #a8c0dd;
}

.header .main-search :-ms-input-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #a8c0dd;
}

.header .main-search ::-ms-input-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #a8c0dd;
}

.header .main-search ::placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #a8c0dd;
}

.header .main-search-btn {
  border: none;
  position: absolute;
  text-align: center;
  line-height: 60px;
  font-size: 1.375rem;
  height: 100%;
  width: 60px;
  right: 0%;
}

.header .main-search-btn:hover {
  background: #398aea;
}

.header .main-search-form {
  position: relative;
}

.header .main-search-catalog {
  display: none;
  max-height: calc(100vh - 162px);
  overflow-y: auto;
}

.header .main-search-catalog a {
  display: block;
}

.header .main-search-catalog-title {
  color: #647b98;
  font-size: 0.875rem;
  font-weight: 600;
  padding-bottom: 15px;
}

.header .main-search-catalog-nav {
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 10px;
}

.header .main-menu {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.header .main-menu-services {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.header .main-menu-services img {
  max-height: 36px;
}

.header .main-menu-services-img {
  display: inline-block;
  position: relative;
  height: 36px;
  width: 36px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header .main-menu-services .services-user {
  background-image: url(/image/icons/user-header.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .main-menu-services:hover .services-user {
  background: url(/image/icons/login-hover.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .main-menu-services .services-equ {
  background-image: url(/image/icons/equ-header.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .main-menu-services:hover .services-equ {
  background: url(/image/icons/equ-header-blue.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .main-menu-services .services-heart {
  background-image: url(/image/icons/heart-header.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .main-menu-services:hover .services-heart {
  background: url(/image/icons/nav-heart-blue22.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .main-menu-services .services-cart {
  background-image: url(/image/icons/cart-header.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .main-menu-services:hover .services-cart {
  background: url(/image/icons/blue-cart.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .main-menu-services-text {
  font-size: 0.6875rem;
}

.header .main-mobile-tel {
  display: none;
  text-align: center;
}

.header .main-mobile-tel img {
  max-width: 23px;
  width: 23px;
  height: auto;
}


.main-mobile-tel .search-cross{
  font-size: 50px; color: #a2bbd9;
  line-height: 24px;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-align: center;  
  display: none;
}
.mobile-nav-search.active img{display: none !important;}
.mobile-nav-search.active .search-cross{display: block !important; font-weight: normal;}
.clear {
  border: none;
}

.cart-counter {
  position: absolute;
  background-color: #fdc300;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: -9px;
  right: -12px;
  font-size: 0.6875rem;
  font-weight: 800;
  color: #172542;
  line-height: 20px;
}
.header .main-mobile-tel{padding-top: 8px;}
.burger {
  display: none;
  position: fixed;
  z-index: 999;
  content: "";
  width: 25px;
  height: 3px;
  top: 35px;
  left: 19px;
  background: #a2bbd9;
  font-size: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.burger:focus {
  outline: none;
}

.burger::before,
.burger::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #a2bbd9;
  content: "";
}

.burger::before {
  top: -8px;
}

.burger::after {
  bottom: -8px;
}

.burger::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.burger::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.burger.active {
  background: none;
  /* left: calc(100% - 50px); */
}

.burger.active::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.active::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer {
  background-color: #f4f9ff;
}

.footer-top {
  padding-top: 45px;
  padding-bottom: 20px;
}

.footer-top-title {
  color: #647b98;
  padding-bottom: 25px;
  font-weight: 600;
}

.footer-top ul {
  padding-bottom: 20px;
}

.footer-top ul li {
  padding-bottom: 12px;
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-toggle-title {
  color: #647b98;
  padding-bottom: 45px;
}

.footer-toggle-title-ul .li {
  padding-bottom: 15px;
}

.footer-middle {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dae7f9;
  border-top: 1px solid #dae7f9;
}

.footer-middle-icons a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
}

.footer-middle-txt {
  display: inline-block;
}

.footer-middle-title {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #191919;
}

.footer-middle-info {
  font-size: 14px;
  line-height: 18px;
}

.footer-middle-img {
  position: relative;
  display: inline-block;
  vertical-align: initial;
  vertical-align: top;
  position: relative;
  top: 5px;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 15px;
  background-color: #fdc300;
  text-align: center;
  font-size: 14px;
}
.footer-middle-contacts .footer-middle-img {font-size: 12px;}
.footer-middle-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 0.8125rem;
}
.footer .border-bottom{border-bottom: 1px solid #dae7f9;}
.footer-middle-adress {
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.footer-middle-schedule {
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.footer-middle-contacts {
  display: inline-block;
  white-space: nowrap;
  padding-bottom: 10px;
}

.footer-middle-contacts a:hover {
  text-decoration: underline;
}

.footer-middle-messengers {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 22px;
  margin-top: 22px;
}

.footer-middle-messengers a {
  padding-left: 25px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-middle-messengers a img{vertical-align: middle;}
.footer-middle-messengers a:hover img{opacity: 0.7;}

.footer-bottom {
  padding-top: 20px;
  margin-bottom: 30px;
}

.footer-bottom-farba {
  display: block;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.footer-bottom-farba a:hover {
  text-decoration: underline;
}

.footer-bottom-farba img {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-right: 5px;
  margin-left: 5px;
}

.footer-bottom-txt:first-child {
  padding-top: 22px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 0.7875rem;
  line-height: 0.9125rem;
  color: #647b98;
}

.footer-bottom-txt {
  padding-left: 15px;
  font-weight: 400;
  font-size: 0.7875rem;
  line-height: 0.9125rem;
  color: #647b98;
}

.footer-bottom-txt a {
  color: #398aea;
}

.footer-bottom-txt a:hover {
  text-decoration: underline;
}

.footer-bottom-img {
  font-size: 0.8125rem;
  padding-left: 15px;
}

.footer-bottom-img img {
  padding-bottom: 15px;
}

.footer-bottom-button {
  width: 100%;
  height: 48px;
  padding: 15px 30px;
  line-height: 50px;
  font-size: 0.6875rem;
  color: #398aea;
  border: 1px solid #b6ceea;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.footer-bottom-button:hover {
  color: #f4f9ff;
  background-color: #398aea;
  text-decoration: none;
}

.footer-bottom-manufacturer {
  text-align: right;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #191919;
  background-color: #ffffff;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
}

#middle {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sticker {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-left: 10px;
  background: -o-linear-gradient(357.58deg, #37ab00 14.1%, #59cb24 31.59%, #56d917 46.36%, #4dcd11 61.13%, #46bc0d 74.74%, #37ab00 88.73%);
  background: linear-gradient(92.42deg, #37ab00 14.1%, #59cb24 31.59%, #56d917 46.36%, #4dcd11 61.13%, #46bc0d 74.74%, #37ab00 88.73%);
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.sticker-not_stock{
  background: #ea3939;
}

.sticker-in_stock2{
  background: #46bc0d;
}

.sticker-on_order{
  background: #fdc300;
}

  
.sticker .fa-check {
  margin-right: 7px;
}

.sticker .fa-times{
  margin-right: 7px;
}

.help {
  display: inline-block;
  position: relative;
}

.show {
  display: block;
}

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

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff6666;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -15px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

[data-tooltip]:hover::after {
  opacity: 1;
}

.middle {
  background-color: #ffffff;
}

.banner {
  margin-bottom: 30px;
}

.banner.banner-main{margin-bottom: 16px;}

.banner-img {
  height: 330px;
}

.banner-img img {
  max-height: 330px;
  width: 100%;
}

.banner-slider {
  height: 100%;
  max-height: 330px;
  overflow: hidden;
}

.banner-slider picture {
  height: 330px;
}

.banner-slider picture img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 330px;
}

.banner-slider:hover .slick-arrow {
  opacity: 1;
}

.banner-slider .slider-item {
  min-height: 0;
  height: 330px;
}

.banner-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-slider .slick-arrow {
  opacity: 0;
  border: none;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  z-index: 3;
  font-size: 0;
  width: 55px;
  height: 55px;
  border: 1px solid #2963cb;
  border-radius: 55px;
  margin: 0 50px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.banner-slider .slick-prev {
  left: 0;
  background: url(/image/icons/arrow-blue-slider.png) no-repeat;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  background-size: 20px 20px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.banner-slider .slick-next {
  right: 0;
  background: url(/image/icons/arrow-blue-slider.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  text-align: center;
  display: none !important;
}
.banner-slider:hover .slick-dots{
  display: block !important;
}

.banner-slider .slick-dots li {
  display: inline-block;
}

.banner-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin-right: 8px;
  border: 0;
  font-size: 0;
}

.banner-slider .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  background-color: #2963cb;
}

.categories {
  margin-bottom: 40px;
}

.categories-card {
  /* background-color: #f4f9ff; */
  background-color: #fff;
  
  min-height: calc(100% - 16px);
  margin-bottom: 16px;
  border: 1px solid #ffffff00;
  border-color: #b6ceea;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 15px 10px;
  overflow: hidden;
}

.categories-card:hover {
  border: 1px solid #398aea;
}

.categories-card-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 0px;
  height: 80px;
}

.categories-card-img img {
  max-height: 80px;
  width: auto;
}

.categories-card-text {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.categories-card-text .categories-card-text-title {
  text-transform: uppercase;
  color: #111111;
  font-size: 1.025rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.categories-card-text .categories-card-text-price {
  font-size: 0.6875rem;
}

.banner-img-mobile {
  display: none;
}

.offer {
  margin-bottom: 50px;
}

.offer-header {
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.offer-slider {
  border-right: 1px solid #b6ceea;
  display: flex;
}



.offer-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}

.offer-arrow {
  color: #2963cb;
  height: 48px;
  width: 48px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  margin: 0 8px;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.offer-arrow:hover {
  border: 1px solid #398aea;
}

.offer .right {
  margin-left: 4px;
}

.sale {
  text-align: center;
  margin-bottom: 50px;
}

.hits {
  margin-bottom: 50px;
}

.hits-header {
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.hits-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}

.hits-slider {
  border-right: 1px solid #b6ceea;
}

.hits-arrow {
  color: #2963cb;
  height: 48px;
  width: 48px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  margin: 0 8px;
  text-align: center;
  line-height: 48px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hits-arrow:hover {
  border: 1px solid #398aea;
}

.hits .right {
  margin-left: 4px;
}

.page-breadcrumbs {
  margin-top: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  white-space: nowrap;
  color: #6d829f;
  font-size: 0.8125rem;
}
.page-breadcrumbs .li{display: inline-block; vertical-align: middle;}
.title {
  margin-bottom: 39px;
}

.title-h1 {
  margin-bottom: 20px;
}

.title-articul {
  color: #647b98;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
}

.title-subtitle span {
  color: #398aea;
}

.product {
  margin-bottom: 50px;
}

.product-slider {
  border: 1px solid #b6ceea;
  padding: 17px;
}

.product-slider .fotorama__wrap {
  margin: 0 auto;
}

.product-slider .fotorama__thumb {
  background-color: #ffffff;
  border: 1px solid #b6ceea;
}

.product-slider .fotorama__arr {
  width: 32px;
  height: 32px;
  z-index: 99999;
  bottom: -100px;
  margin-top: -28px;
  background-color: black;
}

.product-slider .fotorama__arr--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-slider .fotorama__thumb {
  padding: 10px;
}

.product-slider .fotorama__thumb img {
  display: block;
  position: relative;
  max-width: 100% !important;
  max-height: 100% !important;
}

.product-slider .fotorama__arr,
.product-slider .fotorama__fullscreen-icon,
.product-slider .fotorama__video-close,
.product-slider .fotorama__video-play {
  background: url(/image/icons/arrow-right-slider.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.product-description {
  padding-left: 76px;
  padding-top: 26px;
}

.product-description-footer {
  position: relative;
  font-size: 0.875rem;
}

.product-description-footer-txt {
  display: inline-block;
  margin-right: 15px;
  color: #6d829f;
}

.product-description-footer-txt-last{
  margin-right: 0px;
}

.product-description-footer-icon {
  display: inline-block;
}

.product-description-footer-icon img {
  vertical-align: middle;
}

.product-description-container {
  width: 100%;
  margin: 0;
}

.product-description-price {
  margin-bottom: 30px;
}

.product-description-btns {
  margin-bottom: 50px;
}

.product-description-btn {
  width: 210px;
  height: 52px;
  line-height: 52px;
  font-size: 0.875rem;
}

.product-description-btn:hover {
  background: #398aea;
}

.product-description-img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 13px;
  bottom: 2px;
}

.product-description-img img {
  vertical-align: top;
}

.product-description .product-description-compare,
.product-description .product-description-favorite {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  margin-left: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.product-description .product-description-compare img,
.product-description .product-description-favorite img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.product-description .product-description-compare:hover,
.product-description .product-description-favorite:hover {
  border: 1px solid #2963cb;
}

.product-description .installments {
  position: relative;
  padding-bottom: 30px;
  background-image: url(/image/bgs/paycart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 59px;
}

.product-description .installments a:hover {
  text-decoration: none;
}

.product-description .installments-img {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 18px;
}

.product-description .installments-link {
  display: inline-block;
}

.product-description .installments-link a {
  display: block;
}

.product-description-profile {
  margin-bottom: 23px;
}

.product-description-profile-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 1.25rem;
}
.product-description-profile-text{
  font-size: 0.875rem;
  margin-bottom: 41px;
}
.product-description-profile table {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 41px;
}

.product-description-profile table tr {
  width: 100%;
}

.product-description-profile table tr td {
  position: relative;
  width: 50%;
  padding: 8px 0px;
  padding-right: 5px;
  overflow: hidden;
}

.product-description-profile-link {
  font-size: 0.875rem;
  color: #398aea;
  border-bottom: 1px dashed #398aea;
  cursor: pointer;
}

.product-description-profile-link:hover {
  color: #2963cb;
}

.product-description table {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 41px;
}

.product-description table tr {
  width: 100%;
}

.product-description table tr td {
  position: relative;
  width: 50%;
  padding: 8px 0px;
  padding-right: 5px;
  overflow: hidden;
}

.price-block {
  display: inline-block;
  margin-right: 58px;
}

.price-block-title {
  position: relative;
  font-size: 0.6875rem;
  font-weight: 600;
}

.price-block-cena {
  font-size: 2rem;
  font-weight: 700;
}

.cyan .price-block-cena {
  font-size: 2.4rem;
}

.old-price-block .price-block-cena{
  font-size: 1.8rem;
}

.price-block-cena span {
  font-size: 0.6875rem;
  font-weight: 600;
}

.description {
  margin-bottom: 40px;
}

.description-text {
  margin-bottom: 37px;
}

.description-text-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 38px;
}

.description-text-describtion {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24.77px;
  color: #000;
}

.description-text-describtion p {
  margin-bottom: 25px;
}

.description-specs-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.description-specs-table {
  width: 100%;
  font-size: 0.875rem;
}

.description-specs-table .table-title {
  color: #398aea;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}

.description-specs-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.description-specs-table table tr td {
  width: 50%;
  padding: 6px 18px;
}

.description-delivery {
  padding-left: 81px;
}

.description-delivery-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.description-card {
  background-color: #ffffff;
  min-height: calc(100% - 11px);
  margin-bottom: 11px;
  border: 1px solid #ffffff00;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 20px 5px 23px 30px;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 20px #b6ceea;
}

.description-card-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 80px;
}

.description-card-img img {
  max-height: 80px;
}

.description-card-text {
  display: inline-block;
  padding: 0px 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.description-card-text-title {
  text-transform: uppercase;
  color: #398aea;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.description-card-text-price {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.description-card-text-price span {
  font-weight: 700;
  font-size: 0.875rem;
  color: #000;
  text-transform: uppercase;
}

.description-card-text-link {
  font-size: 0.75rem;
  color: #398aea;
  font-weight: 400;
  text-decoration: underline;
}

.bcg-whitesmoke {
  background-color: #f4f9ff;
}

.cyan {
  color: #398aea;
}

.bolt {
  font-weight: 600;
}

.middle-title-h1 {
  margin-bottom: 45px;
}

.filter {
  background-color: #f4f9ff;
  margin-bottom: 30px;
}

.filter-filters {
  text-align: left;
}

.filter-block {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #b6ceea;
}

.filter-block:last-child {
  border: none;
}

.filter-block-more {
  margin-left: -20px;
  padding-top: 10px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #398aea;
  border-bottom: 1px dashed #398aea;
}

.filter-block-more:hover {
  border-bottom: none;
}

.filter-title {
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: 600;
  padding-bottom: 15px;
}

.filter-title-h2 {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #b6ceea;
  margin-bottom: 15px;
}

.filter-bar {
  margin-left: auto;
  margin-bottom: 18px;
  font-weight: 500;
  text-align: right;
  position: relative;
}

.filter-bar .search-result-title{position: absolute; left: 0px; top: 12px; max-width: calc(100% - 500px);}
.filter-bar-mobile .q,
.filter-bar .search-result-title .q{font-weight: bold;}

.filter-bar-mobile{display: none;}
@media (max-width:992px){
  .filter-bar-mobile{display: block; margin: -15px 0 22px;}
}

.filter-bar-btn:last-child {
  margin-left: -4px;
}

.filter-bar-wrap {
  display: inline-block;
  vertical-align: middle;
}
.filter-bar-btn {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #b6ceea;
}

.filter-bar-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter-bar-btn:hover {
  border: 1px solid #2963cb;
}

.filter-bar-sort {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  margin-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 205px;
  height: 48px;
  line-height: 46px;
  font-weight: 400;
  border: 1px solid #b6ceea;
  font-size: 14px;
  background: url(/image/icons/filter-bar-toggle.png) no-repeat right;
  background-position: right 10px center;
  padding: 0 12px;
  font-family: "Montserrat", sans-serif;
}
.filter-bar-sort option{text-align: left;}
.filter-bar-sort-select {
  border: none;
  padding-bottom: 2px;
}

.filter-price {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-bottom: 1px solid #b6ceea;
}

.filter-price-title {
  font-weight: 700;
  padding-bottom: 15px;
}

.filter-price-line {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  border-top: 1px solid black;
  margin-right: 5px;
  margin-left: 5px;
}

.filter-price input {
  max-width: 100px;
  width: calc(50% - 24px);
  height: 40px;
  padding-left: 10px;
  border: 1px solid #b6ceea;
}

.filter-producer {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #b6ceea;
}

.filter-type {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #b6ceea;
}

.filter-span {
  display: inline-block;
  vertical-align: super;
  font-weight: 400;
  line-height: 1.0625rem;
}

.filter-diagonal {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #b6ceea;
}

.filter-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.filter-bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.filter-bottom-show {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}

.filter-bottom-show:hover {
  background: #398aea;
}

.filter-btn-rectangle {
  display: none;
}

.filter-btn-rectangle i{
  display: inline-block; vertical-align: middle; width: 21px; height: 20px; background: url(/image/icons/ico-rectangle.png) 0 0 no-repeat; background-size: cover;
}

.filter-btn-rectangle.active i{background-position: 0 -20px;}

.filter-btns {
  display: none;
}

.filter ul li {
  padding-bottom: 10px;
  text-align: left;
}

.checkbox {
  position: relative;
  margin-bottom: 10px;
}

.checkbox-input {
  display: none;
}

.checkbox-input:checked + .checkbox-label::before {
  background-color: #398aea;
}

.checkbox-input:checked + .checkbox-label::after {
  opacity: 1;
}

.checkbox-label {
  display: inline-block;
  vertical-align: sub;
  padding-left: 38px;
  font-weight: 400;
  cursor: pointer;
}

.filter .checkbox-label{
  line-height: 18px;
  vertical-align: middle;
  padding-right: 5px;
}
.checkbox-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #b6ceea;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}

.checkbox-label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/image/icons/ch.svg") no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 2;
}
.jq-checkbox.checked .jq-checkbox__div{
  height: 22px;
  width: 24px;
}
.col-account-input[class*=col-] {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.installments {
  padding-top: 30px;
  padding-left: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 14px #b6ceea;
}

.installments-img {
  position: relative;
  height: 52px;
  width: 52px;
  margin-bottom: 20px;
  border-radius: 25px;
  background-color: #fdc300;
}

.installments-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.installments-info {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  /* color: #398aea;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted; */
}
a.installments-info{
  color: #398aea;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.installments-info:hover {
  text-decoration: none;
}

.installments.installments-catalog-list{position: relative; padding-left: 90px;}
.installments.installments-catalog-list .installments-img{position: absolute; left: 20px; top: 25px;}

.installments-more {
  display: block;
  padding-top: 13px;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #398aea;
  text-decoration: underline;
}

.installments-more:hover {
  text-decoration: none;
}

.installments img {
  display: block;
  margin-left: auto;
}

.catalog {
  margin-bottom: 20px;
}

.catalog-item {
  display: inline-block;
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #b6ceea;
  margin-bottom: 20px;
}

.catalog-item-icon-croce {
  position: absolute;
  bottom: 0;
  left: 7px;
}

.catalog-item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* text-transform: uppercase; */
}

.catalog-item-title:hover {
  text-decoration: underline;
}

.catalog-item-articule {
  padding-bottom: 15px;
}

.catalog-item-number {
  display: inline-block;
  font-size: 0.6625rem;
  font-weight: 500;
  color: #6d829f;
  margin-right: 16px;
}

.catalog-item-in_stock {
  display: inline-block;
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 13px;
  text-transform: uppercase;
  color: #37ab00;
}

.catalog-item-in_stock img {
  padding-right: 5px;
  display: inline-block;
}

.catalog-item-out_stock {
  display: inline-block;
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 13px;
  text-transform: uppercase;
  color: #ea3939;
}

.catalog-item-out_stock img {
  padding-right: 5px;
}

.catalog-item-stock{
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.catalog-item-on_order{
  color: #fdc300;
}

.catalog-item-in_stock2{
  color: #46bc0d;
}


.catalog-item-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-item-features img {
  padding-right: 5px;
}

.catalog-item-features-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  color: #6d829f;
  white-space: nowrap;
}

.catalog-item-features-compare:hover {
  text-decoration: underline;
}

.catalog-item-features-compare img {
  max-width: 100%;
}

.catalog-item-img {
  display: inline-block;
  width: 27%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
}

.catalog-item-img img {
  padding-top: 8px;
  padding-bottom: 10px;
}

.catalog-item-description {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #b6ceea;
}

.catalog-item-description table tbody tr td {
  position: relative;
  vertical-align: top;
  width: 50%;
  padding-bottom: 9.5px;
  overflow: hidden;
  font-size: 0.875rem;
}

.catalog-marker {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 11px;
  background-color: #ea3939;
  text-transform: uppercase;
  color: #ffffff;
}

.catalog-info {
  display: inline-block;
  width: 26%;
  vertical-align: top;
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.catalog-info-title {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
}

.catalog-info-price {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  padding-bottom: 15px;
}

.catalog-info-price span {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
}

.catalog-info-btn {
  width: 86%;
  height: 52px;
  margin-top: 7px;
  line-height: 52px;
  font-size: 0.875rem;
}

.catalog-info-btn:hover {
  background: #398aea;
}

.catalog-info-compare {
  display: none;
}

.catalog-info-favorite {
  display: none;
}

.catalog-marker-green {
  background-color: #37ab00;
}

.yellow {
  background-color: #ffeb37;
  color: #000000;
}

.catalog-item-description-number {
  display: inline-block;
  padding-right: 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #6d829f;
}

.catalog-item-description-in_stock {
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #37ab00;
}

.catalog-item-description-in_stock img {
  padding-right: 5px;
}

.installments-catalog-list-mob {
  display: none;
}

.col-contact-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}

.col-contact-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-contact-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-contact-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}

.contact-h1 {
  margin-bottom: 40px;
}

.contact-info {
  margin-bottom: 50px;
}

.contact-info-h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-info-adress {
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 20px;
}

.contact-info-details {
  display: block;
  margin-bottom: 8px;
  position: relative;
  font-size: 0.875rem;
}

.contact-info-details:hover {
  text-decoration: underline;
}

.contact-info-details-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.contact-info-details-adress {
  position: absolute;
  top: 0;
  left: 20px;
}

.contact-info-details-location {
  position: relative;
  padding-left: 45px;
  font-size: 0.875rem;
}

.contact-info-losation {
  padding-left: 20px;
}

.contact-about {
  margin-bottom: 30px;
}

.contact-about-form {
  height: 100%;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 20px #b6ceea;
}

.contact-about-form-h4 {
  text-align: center;
  font-weight: 500;
  line-height: 24, 38px;
  margin-bottom: 8px;
}

.contact-about-form-title {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.contact-about-form-input {
  margin-bottom: 10px;
  padding-top: 10px;
}

.contact-about-form-subtitle {
  color: #111;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}

.contact-about-form-type {
  width: 100%;
  height: 40px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  padding: 0 10px;
}

.contact-about-form-text {
  margin-bottom: 10px;
  padding-top: 10px;
}

.contact-about-form-textarea {
  width: 100%;
  height: 51px;
  resize: none;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  padding: 5px 10px;
}

.contact-about-form-userterms {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  padding-right: 0px;
  margin-bottom: 18px;
}

.contact-about-form-userterms a {
  text-decoration: underline;
}

.contact-about-form-btn {
  border: none;
  display: block;
  width: 160px;
  margin: 0 auto;
  background: #398aea;
  border: 1px solid rgba(255, 255, 255, 0) fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.contact-about-form-btn:hover {
  background: #ffffff;
  color: #398aea;
  border: 1px solid #398aea;
}

.contact-about-map {
  min-height: 427px;
  height: 100%;
}

.contact-photo {
  height: 226px;
}

.contact-photo img {
  max-height: 226px;
}

.contact-photo-mob {
  display: none;
}

.menu-mob {
  display: none;
}

.mobile-nav {
  z-index: 999;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 20px #b6ceea;
  display: none;
  width: 100%;
  height: 74px;
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  padding: 0px 16px;
}
.mobile-nav-inner{width: 100%; display: flex; max-width: 400px;margin: 0 auto;}
.mobile-nav-menu {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav-menu-services {
  display: inline-block;
  text-align: center;
  position: relative;
}

.mobile-nav-menu-services-img {
  text-align: center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-top: 5px;
}

.mobile-nav-menu-services-img.heart-mob{width: 30px;}
.mobile-nav-menu-services-img img {
  max-height: 25px;
  vertical-align: middle;
}

.mobile-nav-menu-services .user-mob {
  background: url(/image/icons/user-header.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .user-mob-logged {
  background: url(/image/icons/user-header-orange.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .user-mob:hover {
  background: url(/image/icons/login-hover.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .search-mob {
  background: url(/image/icons/search-mob.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .search-mob:hover {
  background: url(/image/icons/search-header.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .heart-mob {
  background: url(/image/icons/heart-header-mob.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .heart-mob:hover {
  background: url(/image/icons/nav-heart-blue.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .heart-equ {
  background-image: url(/image/icons/equ-header.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .heart-equ:hover {
  background-image: url(/image/icons/equ-header-blue.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .cart-mob {
  background: url(/image/icons/cart-header.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.mobile-nav-menu-services .cart-mob:hover {
  background: url(/image/icons/blue-cart.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .catalog-mob {
  background: url(/image/icons/icon-mob.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services .catalog-mob:hover {
  background: url(/image/icons/catalog-header.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-nav-menu-services-text {
  color: #647b98;
  font-size: 0.6875rem;
  line-height: 14px;
}

.mobile-nav .nav-menu {
  width: 100%;
  height: 100%;
}

.info-block {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #f4f9ff;
}

.info-block ul li {
  padding-bottom: 10px;
  color: #6d829f;
  font-size: 0.8925rem;
}
.info-block ul li.active{font-weight: normal;}
.info-block ul li:hover {
  text-decoration: underline;
}

.info-title {
  padding-bottom: 15px;
  font-size: 1rem;
  font-weight: 700;
}

.news {
  margin-bottom: 40px;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.news-card-description {
  position: relative;
  width: 100%;
}

.news-card-img {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  min-width: 120px;
  cursor: pointer;
}

.news-card-title {
  display: block;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.news-card-title a:hover {
  text-decoration: underline;
}

.news-card-txt {
  padding-bottom: 50px;
  padding-right: 0px;
}

.news-card-more {
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 400;
}

.news-card-more:hover {
  text-decoration: none;
}

.news-card-data {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #6d829f;
  font-weight: 400;
  font-size: 0.875rem;
}

.news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.news-pagination-btn:hover {
  text-decoration: underline;
}

.news-pagination a {
  display: inline-block;
  text-align: center;
  line-height: 46px;
  height: 48px;
  width: 48px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  border: 1px solid #b6ceea;
  border-radius: 4px;
}

.news-pagination a:hover {
  color: #ffffff;
  background-color: #398aea;
}
.news-pagination .ui-pgn-link-arrow{border:none; width: auto; line-height: 50px;}
.news-pagination .ui-pgn-link-arrow:hover{background: none;}

.news-pagination-first {
  display: inline-block;
  text-align: center;
  height: 48px;
  width: 48px;
  line-height: 46px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #b6ceea;
  cursor: pointer;
  color: #ffffff;
  background-color: #398aea;
  cursor: inherit;
}
.news-pagination .img-prev{margin: 0 10px;}
.news-pagination-first:hover {
  color: #ffffff;
  background-color: #398aea;
}

.news-pagination-dots {
  position: relative;
  display: inline-block;
  height: 48px;
  width: 48px;
  margin-right: 10px;
  margin-left: 10px;
}

.news-pagination-dots .pagination-dots {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #d8e5f3;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.news-pagination-dots .pagination-dots::before,
.news-pagination-dots .pagination-dots::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #d8e5f3;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.news-pagination-dots .pagination-dots::before {
  left: 19px;
}

.news-pagination-dots .pagination-dots::after {
  left: -10px;
}

.news-pagination-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  width: 160px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 0.6875rem;
  color: #ffffff;
  background-color: #2963cb;
}

.news-pagination img {
  margin-right: 10px;
  margin-left: 10px;
}
.news-pagination a img{
  margin-left: 0px;
  margin-right: 0px;
}

.pagination {
  margin-bottom: 50px;
  margin-top: 30px;
}

.article img {
  padding-top: 0px;
  padding-bottom: 0px;
}

.article-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 20px;
  margin-bottom: 40px;
  background-color: #f4f9ff;
}

.article-bar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-bar-social span {
  padding-right: 10px;
}

.article-bar-data {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.5%;
  flex: 0 0 39.5%;
  color: #6d829f;
  font-size: 0.8125rem;
  font-weight: 400;
}

.article-bar img {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
}

.article-bar span {
  display: inline-block;
  vertical-align: super;
  color: #6d829f;
  font-size: 0.8125rem;
}

.article-title-h1 {
  padding-bottom: 30px;
}

.article h4 {
  font-weight: 600;
  font-size: 20px;
}

.article p {
  padding-bottom: 0px;
}



.news-page-installments {
  display: none;
}

.news-list-installments-mob {
  display: none;
}
.links b{margin-right: 20px;}
.links a {
  display: inline-block;
  color: #00579f;
  text-decoration: underline;
  margin-left: 0px;
  padding-bottom: 10px;
}

.links a img {
  margin-left: 3px;
  margin-bottom: 1px;
}

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

.links-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #b6ceea;
  border-bottom: 1px solid #b6ceea;
}

.links-bottom a {
  margin-right: 0;
  margin-right: 20px;
}

.links-title {
  margin-bottom: 25px;
}

.links-title-min{margin-bottom: 25px;}

.container-menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 60px;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding: 28px 35px 28px 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 20px #b6ceea;
  padding-top: 28px;
}

.menu-desktop {
  background-color: #ffffff;
  position: relative;
  min-height: 505px;
}

.menu-desktop-ul {
  display: none;
  position: absolute;
  /* height: 505px; */
  min-height: 100%;
  padding-left: 63px;
  top: 0;
  left: 300px;
  right: 0;
  font-size: 0;
  background: #fff;
  z-index: 5;
  /* padding-bottom: 535px; */
}

.menu-desktop-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* max-height: 400px; */
  overflow-y: auto;
  padding-bottom: 100px;
}

.menu-desktop-second > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 30px;
  margin: 0;
  vertical-align: top;
}

.menu-desktop-second .categories-card {
  background-color: #ffffff;
  border: 1px solid #b6ceea;
  width: 100%;
  min-height: calc(100% - 26px);
  margin-bottom: 26px;
  border-radius: 4px;
  margin-right: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-desktop-second .categories-card .categories-card-text .categories-card-text-title{font-size: 14px; line-height: 20px;}

.menu-desktop-second .categories-card:hover {
  border: 1px solid #398aea;
}

.menu-desktop-second .categories-card-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 13px;
  height: 39px;
}

.menu-desktop-second .categories-card-text-title {
  text-align: start;
}

.menu-desktop-second .categories-card-text-price {
  text-align: start;
}

.menu-desktop > li {
  display: block;
  width: 300px;
}

.menu-desktop > li:last-child {
  border-bottom: 1px solid #b6ceea;
}

.menu-desktop-ul::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.3%, rgba(255, 255, 255, 0)), color-stop(33.3%, #b6ceea), color-stop(66.6%, #b6ceea), color-stop(66.6%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.3%, #b6ceea 33.3%, #b6ceea 66.6%, rgba(255, 255, 255, 0) 66.6%, rgba(255, 255, 255, 0) 100%);
}

.menu-desktop-ul::-webkit-scrollbar-thumb {
  width: 8px;
  height: 5px;
  background: linear-gradient(104.95deg, #398aea 6.14%, #39a3ea 28.14%, #39c0ea 46.71%, #39c0ea 65.29%, #27a6dd 82.4%, #398aea 100%);
  border-radius: 4px;
}

.menu-desktop-second::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.3%, rgba(255, 255, 255, 0)), color-stop(33.3%, #b6ceea), color-stop(66.6%, #b6ceea), color-stop(66.6%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.3%, #b6ceea 33.3%, #b6ceea 66.6%, rgba(255, 255, 255, 0) 66.6%, rgba(255, 255, 255, 0) 100%);
}

.menu-desktop-second::-webkit-scrollbar-thumb {
  width: 8px;
  height: 5px;
  background: linear-gradient(104.95deg, #398aea 6.14%, #39a3ea 28.14%, #39c0ea 46.71%, #39c0ea 65.29%, #27a6dd 82.4%, #398aea 100%);
  border-radius: 4px;
}

.menu-link {
  display: block;
  position: relative;
  padding: 13px 20px;
  color: #111111;
  font-weight: 600;
  font-size: 0.875rem;
  border-top: 1px solid #b6ceea;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-link-img {
  position: absolute;
  right: 6px;
  top: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-link:hover img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-banner {
  position: absolute;
  display: block;
  width: 948px;
  left: 63px;
  bottom: 0;
  max-width: calc(100% - 63px);
}

.menu-banner-first {
  left: 400px;
  bottom:41px;
  max-width: calc(100% - 440px);
  z-index: 3;
}

.menu-banner img {
  width: 100%;
  display: block;
}

.sub-info {
  font-size: 0.6875rem;
  font-weight: normal;
  color: black;
  margin-top: 1px;
}

/* .btnClick:hover + .container-menu {
  display: block;
} */

.hide-catalog{position: absolute; right: 20px; top: 15px; z-index: 13; font-size: 22px; opacity: 0.5; transition: 0.3s ease;}
.hide-catalog:hover{opacity: 1;}

.container-menu:hover {
  display: block;
}

.menu-desktop > li:hover .menu-desktop-ul {
  display: block;
}

.menu-desktop > li:hover .menu-link img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-desktop > li:hover .menu-link {
  color: #647b98;
}

.dots {
  position: relative;
  bottom: 3px;
  border-bottom: 1px solid;
  border-bottom-style: dotted;
  border-color: #b6ceea;
}

.dots-clear {
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: inline-block;
  bottom: -3px;
  padding-right: 5px;
}

.dots .dots {
  position: relative;
  bottom: 3px;
  border-bottom: 1px dotted #b6ceea;
  z-index: 2;
}

.dots .dots-clear {
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: inline-block;
  padding-right: 5px;
  top: 2px;
}

.dots .checkbox {
  position: relative;
}

.dots .checkbox-input {
  display: none;
}

.dots .checkbox-input:checked + .checkbox-label::before {
  background-color: #2963cb;
}

.dots .checkbox-input:checked + .checkbox-label::after {
  opacity: 1;
}

.dots .checkbox-label {
  display: inline-block;
  vertical-align: sub;
  padding-left: 38px;
  font-weight: 400;
  cursor: pointer;
}

.dots .checkbox-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #2f3133;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dots .checkbox-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/image/icons/ch.svg") no-repeat;
  background-size: 24px 24px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.pages {
  margin: 0 auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pages h2 {
  text-align: center;
  margin-bottom: 20px;
}

.pages a {
  color: #2963cb;
  margin-bottom: 10px;
}

.pages a:hover {
  color: #398aea;
}

.cart-mob .cart-counter {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.6875rem;
  top: -9px;
  right: -12px;
  font-weight: 800;
}

.ya-share2 ul li a {
  padding-right: 0;
  background-color: initial;
}

.ya-share2 {
  display: inline-block;
}

.ya-share2__badge {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #fdc300 !important;
}

.ya-share2__link {
  height: 24px;
}

.ya-share2__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mistake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;margin-bottom: 50px;
}

.mistake-title {
  font-size: 2.25rem;
  font-weight: 600;
}

.mistake-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 45px;
  text-align: center;
}

.mistake-btn {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 58px;
  height: 58px;
  width: 290px;
  background: #398aea;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mistake-btn:hover {
  background: #2963cb;
}

.compare-table {
  margin-bottom: 50px;
}

.features {
  width: 100%;
  border-collapse: collapse;
}

.features__cell {
  max-width: 250px;
  font-size: 0.9em;
  font-weight: normal;
  padding: 0.5em 1em;
  color: #333333;
  border: 1px solid #dddddd;
  line-height: 1.4;
}

.features__cell--shaded {
  background: #f4f9ff;
}

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

.features__tick::after {
  content: "✔";
  font-size: 1.5em;
  color: green;
}

.color-cyan {
  color: #398aea;
}

.sub-title {
  padding: 48px 25px 27px 25px;
}

.fl-table {
  display: block;
  width: 100%;
  border: 1px solid;
}

.fl-table tr {
  border: 1px solid;
}

.search-cat {
  padding-top: 20px;
  margin-bottom: 50px;
}

.search-cat-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.search-cat-title span {
  color: #398aea;
}

.search-cat-card {
  background: #ffffff;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  min-height: calc(100% - 16px);
  margin-bottom: 16px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 12px 10px;
  overflow: hidden;
}

.search-cat-card:hover {
  border: 1px solid #398aea;
}

.search-cat-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 59px;
  flex: 0 0 59px;
  margin-right: 10px;
  height: 59px;
}

.search-cat-card-img img {
  max-height: 59px;
}

.search-cat-card-text {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-cat-card-text .search-cat-card-text-title {
  text-transform: uppercase;
  color: #111111;
  font-size: 1.025rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.search-cat-card-text .search-cat-card-text-price {
  font-size: 0.625rem;
}

.search-prod-title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #191919;
}

.search-prod-title span {
  color: #398aea;
}

.search-prod-cards {
  width: 100%;
  margin-bottom: 100px;
  padding-right: 8px;
  padding-left: 8px;
}

.search-prod .ui-card-product {
  width: 100%;
  border-right: 1px solid #b6ceea;
  height: 100%;
  align-content: space-between;
}

.favourites {
  margin-bottom: 80px;
}

.favourites-info .info-block li {
  margin-bottom: 15px;
  font-size: 14px;
}

.favourites-info .info-block a {
  color: #6d829f;
}

.favourites-info .info-block a:hover {
  text-decoration: underline;
}

.favourites-info .info-block .info-title {
  margin-bottom: 10px;
}

.favourites-like img {
  opacity: 0.2;
}

.favourites-like {
  position: relative;
}

.toggle-product {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #398aea;
  border-radius: 50%;
  left: 7%;
  bottom: 30%;
}

.toggle-product::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  height: 0.5px;
  width: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
  left: 50%;
}

.toggle-product::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  height: 0.5px;
  width: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.catalog-toggle {
  content: "";
  background: #b6ceea;
  position: absolute;
  height: 2px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  right: 6px;
  cursor: pointer;
}

.catalog-toggle span {
  content: "";
  background: #b6ceea;
  position: absolute;
  height: 2px;
  width: 16px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  left: 50%;
}

.catalog-toggle:hover {
  background-color: #398aea;
}

.catalog-toggle:hover span {
  background-color: #398aea;
}

.order-data{display: block;}
.order-data .order-data-date{display: block; margin-bottom: 22px;}
.order-data .order-data-status{display: block; margin-bottom: 22px;}

.history {
  margin-bottom: 0px;
}

.history-accept {
  color: #a6a6a6;
}

.history-table {
  display: block;
  margin-bottom: 50px;
  overflow-x: auto;
  
}

.history-table-col {
  vertical-align: top;
  width: auto;  
  text-align: left;
  padding: 15px 30px;
}

.history-table-head {
  text-align: left;
  padding: 15px 30px;
  font-weight: 600;
  color: #398aea;
  width: auto;  
  white-space: nowrap;
}

.hth-1{max-width: 180px; width: auto;}
.htc-5{white-space: nowrap;}
.htc-t{font-weight: bold; text-align: right;}

.history h3{margin-bottom: 22px;}

.history table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.875rem;
}

.history tr:nth-child(odd) {
  background-color: #f4f9ff;
}

.history tbody tr:nth-child(even) {
  background-color: #f4f9ff;
}
.history tbody tr:nth-child(odd) {
  background-color: #fff;
}

.history .cyantext {
  color: #398aea;
  text-decoration: underline;
}

.history .info-block ul li:last-child {
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.history .info-block ul li:last-child:hover .toggle-product {
  display: block;
}

.history .info-block li:hover {
  text-decoration: underline;
}

.history .info-block li a {
  font-size: 0.875rem;
  color: #647b98;
}

.history .info-block li a img {
  margin-right: 4px;
}

.history .info-block .toggle-product {
  display: none;
  left: -19px;
  bottom: 45%;
}


.info-block-exit ul li:last-child {
  padding-left: 0px;
}

.info-block-exit ul li:last-child a {
  color: #647b98;
}

.info-block ul li:hover {
  text-decoration: underline;
}

.info-block ul li:last-child {
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-bottom: 0;
}


.info-block ul li:last-child a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.info-block ul li:last-child:hover .toggle-product {
  display: block;
}

.info-block li:hover {
  text-decoration: none;
}

.info-block .toggle-product {
  display: none;
  left: -19px;
  bottom: 45%;
}

.info-block-link {
  font-size: 0.875rem;
  color: #647b98;
}

.account-data {
  margin-bottom: 50px;
}

.account-data-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
  margin-left: 10px;
}

.ui-field-title {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 15px;
}

.ui-field {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
}

.account-data-input-content {
  padding: 17px 18px 18px 20px;
  width: 100%;
  border: 1px solid #b6ceea;
  border-radius: 4px;
}

.account-data-input-content::-webkit-input-placeholder {
  color: #a8c0dd;
}

.account-inputs {
  margin-bottom: 50px;
}

.account-password {
  margin-bottom: 30px;
}

.account-btn {
  width: 308px;
  height: 54px;
  margin-left: 10px;
  line-height: 54px;
  margin-bottom: 60px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.account-btn:hover {
  background: #398aea;
  color: #ffffff;
  border: 1px solid #398aea;
}

.cart {
  margin-bottom: 10px;
}

.cart-item {
  width: 100%;
}

.order {
  margin-bottom: 40px;
}

.order .catalog-marker {
  top: 10px;
  left: 20px;
  margin: 0;
  padding: 3px 6px;
  height: initial;
  line-height: initial;
  font-size: 0.4375rem;
}

.order-item {
  position: relative;
  width: 100%;
  border: 1px solid #b6ceea;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 0;
}

.order-item-info {
  width: 100%;
  padding: 27px 0px;
  padding-left: 20px;
}

.order-item-img {
  display: inline-block;
  margin-right: 20px;
}

.order-item-img a {
  display: inline-block;
}

.order-item-description {
  display: inline-block;
}

.order-item-description-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2rem;
  margin-bottom: 5px;
  display: block;
}

.order-item-description-title:hover {
  text-decoration: underline;
}

.order-item-description-number {
  display: inline-block;
  font-size: 0.5625rem;
  color: #6d829f;
  margin-right: 16px;
}

.order-item-description-in_stock {
  display: inline-block;
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 13px;
  text-transform: uppercase;
  color: #37ab00;
}

.order-item-description-in_stock img {
  padding-right: 5px;
}

.order-item-description-out_stock{
  display: inline-block;
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 13px;
  text-transform: uppercase;
  color: #ea3939;
}


.order-item-price {
  width: 100%;
  height: 100%;
  border-left: 1px solid #b6ceea;
  padding: 10px 0px;
}

.order-item-price-num {
  display: inline-block;
  width: calc(50% - 52px);
  color: #398aea;
  font-weight: 700;
  line-height: 16px;
  font-size: 1.125rem;
  margin-right: 20px;
  margin-left: 20px;
  word-break: break-word;
  text-align: left;
}

.order-item-price-num:nth-of-type(1) {
  text-align: right;
}

.order-item-price-num span {
  font-size: 0.5625rem;
  font-weight: 600;
}

.steps-description {
  margin-bottom: 45px;
}

.steps-description .description-card {
  position: relative;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 19px;
}

.steps-description .description-card-text {
  font-size: 0.875rem;
  padding-right: 57px;
}

.steps-description .description-card-text-title {
  display: inline-block;
}

.steps-description .description-card-text-price {
  display: inline-block;
  color: #6d829f;
}

.steps-description .description-card-text-del {
  display: inline-block;
}
.steps-description .description-card-text-del .ui-btn{max-width: 120px;}


.steps-description .description-card-text-day {
  display: inline-block;
}

.steps-description .description-card-text-link:hover {
  text-decoration: none;
}

.steps-description .description-card-text-links {
  margin-bottom: 0px;
}

.steps-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 22px;
}

.steps-title span {
  text-transform: uppercase;
  color: #398aea;
}

.steps-one {
  margin-bottom: 5px;
}

.steps-one-title {
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.steps-one-link {
  color: #398aea;
  border-bottom: 1px solid #398aea;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.steps-one-link:hover {
  border-bottom: 1px solid #ffffff00;
}

.steps-one-forms-title {
  font-size: 0.75rem;
  margin-bottom: 7px;
}

.steps-one-forms-input {
  width: 100%;
  height: 52px;
  padding: 0px 20px;
  border-radius: 4px;
  border: 1px solid #b6ceea;
  margin-bottom: 20px;
  color: #191919;
}

.steps-one-forms-input:focus {
  border: 1px solid #398aea;
}

.steps-one-forms-input::-webkit-input-placeholder {
  color: #a8c0dd;
}

.steps-one-forms-input::-moz-placeholder {
  color: #a8c0dd;
}

.steps-one-forms-input:-ms-input-placeholder {
  color: #a8c0dd;
}

.steps-one-forms-input::-ms-input-placeholder {
  color: #a8c0dd;
}

.steps-one-forms-input::placeholder {
  color: #a8c0dd;
}

.steps-two {
  margin-bottom: 49px;
  width: min(1170px, 100%);
}

.steps-two-title {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 25px;
}

.steps-two-forms-title {
  font-size: 0.75rem;
  margin-bottom: 7px;
}

.steps-two-forms-input {
  margin-bottom: 30px;
}

.steps-two-forms-input:focus {
  border: 1px solid #398aea;
}

.steps-two-forms-input::-webkit-input-placeholder {
  color: #a8c0dd;
}

.steps-two-forms-input::-moz-placeholder {
  color: #a8c0dd;
}

.steps-two-forms-input:-ms-input-placeholder {
  color: #a8c0dd;
}

.steps-two-forms-input::-ms-input-placeholder {
  color: #a8c0dd;
}

.steps-two-forms-input::placeholder {
  color: #a8c0dd;
}

.steps-two-forms-textarea {
  width: 100%;
  height: 120px;
  padding: 17px 20px;
  border-radius: 4px;
  border: 1px solid #b6ceea;
  margin-bottom: 30px;
  resize: none;
}
.textarea-limit  {display: block; position: relative; padding-bottom: 30px;}
.textarea-limit .steps-two-forms-textarea{margin-bottom: 0px;}
.textarea-limit .total-chars{text-align: right; font-size: 12px; line-height: 14px;}

.steps-two-forms-textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #a8c0dd;
}

.steps-two-forms-textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #a8c0dd;
}

.steps-two-forms-textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #a8c0dd;
}

.steps-two-forms-textarea::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #a8c0dd;
}

.steps-two-forms-textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #a8c0dd;
}

.steps-three {
  margin-bottom: 0px;
  width: min(1170px, 100%);
}

.pricecheck {
  padding: 30px 20px 28px 20px;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 20px #b6ceea;
  border-radius: 4px;
}

.pricecheck-pay {
  border-bottom: 1px solid #b6ceea;
  padding-bottom: 30px;
  margin-bottom: 28px;
}

.pricecheck-pay-cart {
  font-size: 0.6875rem;
  margin-bottom: 16px;
}

.pricecheck-pay-cart-amount {
  font-size: 0.875rem;
  font-weight: 700;
}

.pricecheck-pay-item {
  font-size: 0.6875rem;
  margin-bottom: 16px;
}

.pricecheck-pay-item-amount {
  font-size: 0.875rem;
  font-weight: 700;
  color: #398aea;
}

.pricecheck-pay-del {
  font-size: 12px;
}

.pricecheck-pay-del-amount {
  font-size: 0.875rem;
  font-weight: 700;
}

.pricecheck-amount {
  margin-bottom: 37px;
}

.pricecheck-amount-title {
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 4px;
}

.pricecheck-amount-total {
  color: #398aea;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.pricecheck-amount-total span {
  font-size: 0.6875rem;
  font-weight: 600;
}

.pricecheck-amount-sale {
  font-size: 0.6875rem;
  color: #647b98;
}

.pricecheck-amount-sale span {
  color: #398aea;
}

.pricecheck-btn {
  height: 52px;
  line-height: 52px;
  font-size: 0.875rem;
}

.pricecheck-btn:hover {
  background: #398aea;
}

.round {
  position: absolute;
  border: 1px solid #398aea;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 24px;
  right: 32px;
  cursor: pointer;
}

.roundclick {
  display: block;
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #398aea;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* default styling. Nothing to do with freexing first row and column */

.popup-container {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 1;
}

.popup-login {
  background-color: #ffffff;
  margin: 0 auto;
  width: min(460px, 100%);
  position: relative;
  padding: 50px 10px 60px 10px;
}

.popup-login-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.popup-login-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}

.popup-login-subtitle a {
  color: #398aea;
  border-bottom: 1px solid #398aea;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup-login-subtitle a:hover {
  border-bottom: 1px solid #ffffff00;
}

.popup-login-input {
  margin-bottom: 40px;
}

.popup-login-email-title {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 7px;
}

.popup-login-password-title {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 7px;
}

.popup-login-button {
  display: block;
  width: 210px;
  height: 52px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 40px;
  border: none;
}

.popup-login-button:hover {
  background: #398aea;
}

.popup-login-footer {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}

.popup-login-footer a {
  color: #398aea;
  border-bottom: 1px solid #398aea;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup-login-footer a:hover {
  border-bottom: 1px solid #ffffff00;
}

.popup-registration {
  background-color: #ffffff;
  margin: 0 auto;
  width: min(460px, 100%);
  position: relative;
  padding: 50px 10px 5px 10px;
}

.popup-registration-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.popup-registration-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}

.popup-registration-subtitle a {
  color: #398aea;
  border-bottom: 1px solid #398aea;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup-registration-subtitle a:hover {
  border-bottom: 1px solid #ffffff00;
}

.popup-registration-email-title {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 7px;
}
.wrap-input{position: relative;}
.wrap-input span.error{position: absolute; bottom: -18px !important; left: 0px;}
.wrap-input .checkbox-input{display: inline-block; opacity: 0; position: absolute;}
.popup-registration-button {
  display: block;
  width: 260px;
  height: 52px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  border: none;
}
.popup-registration-form .popup-form-input{margin-bottom: 18px;}
.popup-registration-form .ui-input{height: 42px;}
.popup-registration-form .wrap-password i{top:10px;}
.popup-registration-form sup{font-weight: bold;}
.popup-registration-button:hover {
  background: #398aea;
}

.popup-registration-form {
  margin-bottom: 23px;
}

.popup-registration .checkbox {
  margin-bottom: 40px;
}

.popup-registration .checkbox label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.popup-registration .checkbox label a {
  color: #398aea;
}

.popup-registration .checkbox label a:hover {
  border-bottom: 1px solid #398aea;
}

.popup-registration .checkbox-label::after {
  background-position: /* 6px 1px */ center;
}

.popup-registrationSuccess {
  background-color: #ffffff;
  margin: 0 auto;
  width: min(460px, 100%);
  position: relative;
  padding: 50px 10px 60px 10px;
}

.popup-registrationSuccess-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 43px;
}

.popup-registrationSuccess-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
}

.popup-registrationSuccess-text {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 49px;
  color: #000000;
}

.popup-registrationSuccess-button {
  display: block;
  width: 260px;
  height: 52px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 40px;
  border: none;
}

.popup-registrationSuccess-button:hover {
  background: #398aea;
}

.popup-add {
  background-color: #ffffff;
  margin: 0 auto;
  width: min(460px, 100%);
  position: relative;
  padding: 50px 10px 60px 10px;
}
.popup-add .prod-name{font-size: 20px; line-height: 22px; margin-bottom: 10px;}
.popup-add .popup-container{max-width: 90%;}
.popup-add .ui-wrap-btn{display: flex;justify-content: space-between; max-width: 320px;margin: 0 auto;}
.popup-add .ui-wrap-btn .ui-btn{width: 48%;}
.popup-recovery {
  background-color: #ffffff;
  margin: 0 auto;
  width: min(460px, 100%);
  position: relative;
  padding: 50px 10px 60px 10px;
}

.popup-recovery-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.popup-recovery-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}

.popup-recovery-subtitle a {
  color: #398aea;
  border-bottom: 1px solid #398aea;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup-recovery-subtitle a:hover {
  border-bottom: 1px solid #ffffff00;
}

.popup-recovery-email-title {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 7px;
}

.popup-recovery-button {
  display: block;
  width: 260px;
  height: 52px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  border: none;
}
.popup-recovery-form .ui-input{margin-bottom: 12px;}
.popup-recovery-button:hover {
  background: #398aea;
}

.popup-recovery-form {
  margin-bottom: 48px;
}

.popup-recoverySuccess {
  background-color: #ffffff;
  margin: 0 auto;
  width: min(460px, 100%);
  position: relative;
  padding: 50px 10px 60px 10px;
}

.popup-recoverySuccess-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 43px;
}

.popup-recoverySuccess-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
}

.popup-recoverySuccess-text {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 49px;
  color: #000000;
}

.popup-recoverySuccess-button {
  display: block;
  width: 260px;
  height: 52px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 40px;
  border: none;
}

.popup-recoverySuccess-button:hover {
  background: #398aea;
}

.popup-form {
  width: 100%;
  position: relative;
}

.popup-form span:nth-of-type(1) {
  position: absolute;
  bottom: 70px;
  color: #ff6666;
}

.popup-form span:nth-of-type(2) {
  position: absolute;
  top: 80px;
  color: #ff6666;
}

.popup-form-title {
  font-size: 0.75rem;
  margin-bottom: 7px;
}

.popup-form-input {
  margin-bottom: 50px;
}

.popup-form-input:focus {
  border-color: #398aea;
}

.popup-registration-form {
  position: relative;
}

.popup-registration-form span:nth-of-type(1) {
  position: absolute;
  bottom: 150px;
  color: #ff6666;
}

.popup-modal-dismiss {
  background: black;
}

.mfp-content {
  margin-top: 20px;
}

.mfp-close-btn-in .mfp-close {
  background: #398aea;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
}

.popup-bg-top {
  background-image: url(/image/bgs/popup-bg-top.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 207px;
  height: 207px;
  left: 0px;
  top: 0px;
}

.popup-bg-bottom {
  background-image: url(/image/bgs/popup-bg-bottom.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 207px;
  height: 207px;
  right: 0px;
  bottom: 0px;
}

.border {
  border: 1px solid #398aea;
}

.border .roundclick {
  opacity: 1;
}

.table {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.table table {
  width: 100%;
}

.table table td {
  width: 12.5%;
  background-color: white;
}

.table-absolute {
  position: absolute;
  color: red;
}

.table-absolute tr td {
  visibility: hidden;
}

.table-absolute tr td:first-child {
  visibility: visible;
}

.item-add-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  width: 102px;
  border: 1px solid #eaf1f8;
  border-radius: 4px;
  margin-right: 20px;
  margin-left: 20px;
}

.item-add-button input {
  width: 38px;
  height: 100%;
  font-weight: 700;
  text-align: center;
  border: none;
  font-size: 0.875rem;
}

.btn-minus {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.btn-minus::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1px;
  background-color: #191919;
}

.btn-plus {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #9fa3a7;
}

.btn-plus::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1px;
  background-color: #191919;
}

.btn-plus::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 1px;
  background-color: #191919;
}

.item-add-button button {
  background-color: #eaf1f8;
  border: none;
  font-size: 10px;
  width: 25%;
  height: 101%;
}

.item-add-button .input:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

.active {
  font-weight: 600;
}

.error {
  font-size: 0.75rem;
}

.alert {
  color: #c70529;
}

.calculator-buttons input[type=radio]:checked + label {
  color: #5298ec;
  border-bottom: none;
}

.calculator-vue-info input[type=radio]:checked + label {
  color: #398aea;
  border: 2px solid #398aea;
}

.calculator-loan-btn input {
  display: none;
}

.calculator-loan-btn label {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  width: 80px;
  height: 40px;
  border: 2px solid #b6ceea;
  color: #647b98;
  font-size: 12px;
  cursor: pointer;
}

.calculator-loan-btn input[type=radio]:checked + label {
  color: #398aea;
  border: 2px solid #398aea;
}

.calculator-instalment-btn label {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  width: 80px;
  height: 40px;
  border: 2px solid #b6ceea;
  color: #647b98;
  font-size: 0.75rem;
  cursor: pointer;
}

.calculator-instalment-btn input[type=radio]:checked + label {
  color: #398aea;
  border: 2px solid #398aea;
}

.calculator-vue-cards input {
  display: none;
}

.calculator-vue-cards input[type=radio]:checked + label {
  color: #398aea;
  border: 1px solid #398aea;
  box-shadow: 0px 0px 1px 1px #398aea;
}

.calculator-vue-cards input[type=radio]:checked + label .calculator-vue-txt span {
  color: #398aea;
}

.calculator-instalment-btn input {
  display: none;
}

.calculator {
  margin-top: 20px;
  background-color: #ffffff;
  margin: 0 auto;
  width: min(1058px, 100%);
  position: relative;
  padding-top: 65px;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 70px;
}

.calculator-table {
  border-top: 1px solid #b6ceea;
  padding-top: 10px;
}

.calculator-table-bottom {
  height: 60px;
}

.calculator-table table {
  width: 100%;
  border-collapse: collapse;
}

.calculator-table tr th {
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 0.625rem;
  color: #647b98;
}

.calculator-table tr td {
  vertical-align: inherit;
  padding-left: 20px;
  font-weight: 600;
  font-size: 1.125rem;
}

.calculator-table tr td span {
  font-size: 0.625rem;
}

.calculator-table tr td:nth-of-type(1) {
  position: relative;
  padding-right: 30px;
}

.calculator-table tr td:nth-of-type(1)::before {
  display: inline-block;
  position: absolute;
  right: 0;
  content: "";
  height: 24px;
  width: 1px;
  background-color: #b6ceea;
}

.calculator-table tr td:nth-of-type(2) {
  /* font-size: 0.75rem; */
}

.calculator-table table td {
  border-top: 2px solid #398aea;
  border-bottom: 2px solid #398aea;
}

.calculator-table table td:first-child {
  border-left: 2px solid #398aea;
}

.calculator-table table td:last-child {
  border-right: 2px solid #398aea;
}

.calculator-instalment-title {
  margin-bottom: 25px;
  font-size: 1.125rem;
  font-weight: 600;
}

.calculator-instalment-title span {
  padding-left: 5px;
  font-size: 12px;
  color: #647b98;
}

.calculator-instalment-btn {
  display: inline-block;
  margin-right: 12px;
  font-size: 0.75rem;
  margin-bottom: 8px;
}

.calculator-instalment-btns {
  margin-bottom: 35px;
}

.calculator-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}

.calculator-buttons .border-radio{border-color: #fff; cursor: pointer;}
.calculator-buttons-txt {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 8px;
  font-size: 0.625rem;
  color: #647b98;
}

.calculator-buttons input {
  width: 36px;
  height: 36px;
  margin-right: 18px;
}

.calculator-buttons label {
  margin-right: 47px;
  font-size: 1.125rem;
  color: #647b98;
 /*  border-bottom: 3px dotted #647b98; */
}

.calculator-loan-btn {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
}

.calculator-loan-btns {
  margin-bottom: 35px;
}

.calculator-loan-title {
  margin-bottom: 25px;
  font-size: 1.125rem;
  font-weight: 600;
}

.calculator-loan-title span {
  padding-left: 5px;
  font-size: 0.75rem;
  color: #647b98;
}

.calculator-title {
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 1.5rem;
}

.calculator-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}

.calculator-alert-txt {
  display: inline-block;
}

.calculator-alert-img {
  position: relative;
  min-width: 16px;
  height: 16px;
  margin-right: 5px;
  background-color: #fdc300;
  border-radius: 10px;
}

.calculator-alert-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.calculator-item {
  position: relative;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 4px 20px #b6ceea;
  box-shadow: 0px 4px 20px #b6ceea;
}

.calculator-item-description {
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
}

.calculator-item-title {
  word-wrap: normal;
  padding-bottom: 4px;
  font-size: 0.975rem;
  font-weight: 700;
}

.calculator-item-title:hover {
  text-decoration: underline;
}

.calculator-item-img {
  display: inline-block;
}

.calculator-item-img img {
  margin-top: 3px;
}

.calculator-item-price {
  font-weight: 600;
  font-size: 1.125rem;
}

.calculator-item-price span {
  font-size: 10px;
}

.calculator-item-marker {
  position: absolute;
  left: 20px;
  top: 15px;
  background-color: #37ab00;
  font-size: 0.4375rem;
  padding: 3px 6px;
  color: #ffffff;
}

.calculator-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-right: 1px solid #b6ceea;
  align-items: center;
}
.calculator-item-price-total{font-size: 24px; font-weight: bold; line-height: 24px; padding-left: 20px; padding-bottom: 25px; border-right:1px solid #b6ceea;display: none;}
.calculator-item-price-total span{font-size: 12px; font-weight: bold;}
.calculator-item-credit {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  height: 100%;
  background-image: url(/image/icons/Карты.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.calculator-item-number {
  display: inline-block;
  font-size: 0.6825rem;
  color: #6d829f;
  margin-right: 16px;
  padding-bottom: 5px;
}

.calculator-item-in-stock {
  display: inline-block;
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 0.8125rem;
  text-transform: uppercase;
  color: #37ab00;
}

.calculator-item-cena {
  margin-right: 10px;
  font-size: 0.72rem;
  line-height: 1rem;
}

.calculator-item-cena:nth-of-type(3) {
  margin-right: 0;
}

.calculator-item-cena span {
  font-size: 1.125rem;
  font-weight: 600;
}

.calculator-item-icon {
  display: inline-block;
  position: relative;
  min-width: 52px;
  height: 52px;
  margin-right: 15px;
  background-color: #fdc300;
  border-radius: 50%;
}

.calculator-item-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.calculator-btn {
  height: 62px;
  line-height: 3.75rem;
}

.calculator-btn:hover {
  background: #398aea;
}

.calculator-mob-img {
  display: inline-block;
  min-width: 76px;
}

.calculator-mob-article {
  display: none;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-top: 1px solid #b6ceea;
  border-bottom: 1px solid #b6ceea;
}

.calculator-mob-description {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.calculator-mob-title {
  font-weight: 600;
  font-size: 0.8125rem;
}

.calculator-mob-number {
  font-size: 0.6875rem;
  color: #6d829f;
}

.calculator-mob-price {
  font-size: 1rem;
  font-weight: 600;
}

.calculator-mob-price span {
  font-size: 0.5625rem;
  text-transform: uppercase;
}

.calculator-mob-step {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #398aea;
  text-transform: uppercase;
}

.calculator-mob-step span {
  text-transform: initial;
  color: #647b98;
}

.calculator-mob-select {
  margin-bottom: 20px;
}

.calculator-mob-select select {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  width: 100%;
  color: #647b98;
  font-size: 0.8125rem;
  border: 1px solid #b6ceea;
  background: url(/image/icons/mob-select.svg) no-repeat right;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.calculator-mob-form {
  display: none;
  margin-bottom: 10px;
}

.calculator-mob-box {
  margin-bottom: 30px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
}

.calculator-mob-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #b6ceea;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 16px;
}

.calculator-mob-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator-mob-loan {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #398aea;
}

.calculator-mob-cena {
  font-weight: 700;
  font-size: 0.8125rem;
}

.calculator-mob-cena span {
  font-weight: 400;
  font-size: 0.5625rem;
}

.calculator-mob-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 17px;
  padding-top: 17px;
}

.calculator-mob-txt {
  padding-bottom: 8px;
  font-size: 0.625rem;
  color: #647b98;
}

.calculator-mob-btn {
  height: 48px;
  margin-bottom: 30px;
  line-height: 48px;
  border: none;
}

.calculator-mob-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.5625rem;
  text-decoration: underline;
}

.calculator-mob-close img {
  margin-right: 3px;
}

.calculator-mob-close:hover {
  text-decoration: none;
}

.calculator-vue-info {
  margin-bottom: 35px;
}

.calculator-vue-info input {
  display: none;
}

.calculator-vue-input {
  display: inline-block;
  width: 80px;
  height: 40px;
  font-size: 0.75rem;
  line-height: 38px;
  color: #398aea;
  text-align: center;
  border: 2px solid #b6ceea;
  cursor: pointer;
}

.calculator-vue-btn {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
}

.calculator-vue-cards {
  margin-bottom: 30px;
}

.calculator-vue-title {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1.125rem;
}

.calculator-vue-title span {
  font-size: 0.75rem;
  color: #647b98;
}

.calculator-vue-txt {
  color: #647b98;
  font-size: 0.75rem;
}

.calculator-vue-txt span {
  font-weight: 600;
}

.calculator-vue-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 12px);
  padding-top: 17px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #b6ceea;
}

.calculator-vue-img {
  display: inline-block;
  margin-right: 12px;
}

.calculator-vue-img img {
  max-height: 46px;
}

.calculator-vue-description {
  margin-bottom: 0px;
}

.calculator-vue .col-calculator-vue[class*=col-] {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
}

.calculator-vue .col-calculator-cards[class*=col-] {
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}

.calculator-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b6ceea;
  padding-top: 10px;
}

.calculator-line-txt {
  display: inline-block;
  padding-right: 32px;
  font-size: 0.625rem;
  color: #647b98;
}

.calculator-line-txt:nth-of-type(1) {
  padding-left: 5px;
  padding-right: 105px;
}

.calculator-line-txt:nth-of-type(3) {
  max-width: 119px;
}

.calculator-info-txt:nth-of-type(2) {
  font-size: 0.875rem;
}

.calculator-buttons label:nth-of-type(3) {
  margin-right: 0;
}

.ui-input {
  color: #191919;
}

.features-wrap {
  position: relative;
  /* border-right: 1px solid #b6ceea; */
}

.features-arrows {
  position: absolute;
  top: 0;
  left: 143px;
}

.features-clone .features {
  width: 288px;
  overflow-x: clip;
  position: absolute;
  z-index: 3;
  border-right: 1px solid #b6ceea;
}
.features tbody tr td:first-child {
  border-right: none; 
}

.features thead tr th:first-child {
  border-right: none; 
}
.features thead tr th:nth-child(2) {
  border-left: none; 
}
.features-clone .features tbody tr td:first-child {
  border-right: 1px solid #b6ceea; 
  /* border-right: none; */
}

.features-clone .features thead tr th:first-child {
   border-right: 1px solid #b6ceea; 
  /* border-right: none; */
}
.features-clone .features thead tr th{
  border-left: none;
}

.features-clone .features tr th:first-child {
  border-top: 1px solid #ffffff;
}

.features-clone .features tr.last-tr th:first-child {
  border-top: 1px solid #b6ceea;
}

.features::-webkit-scrollbar {
  width: 0;
}

.features {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 100px;
}
.features-table{display: table;}
.features-table .offer-arrow{display: none;}
.features.features-table thead tr th:first-child,
.features.features-table tbody tr td:first-child{border-right:1px solid #b6ceea}
.features-table .features-box-item{width: 100%;}
.features .ui-card-product-text{width: 100%;}
.features-clone .features{display: block;}
.features-clone .features-table{display: none;} 
.features tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}

.features tr td {
  text-align: center;
}

.features tr th {
  padding: 0;
  border: 1px solid #b6ceea;
}

.features tr th:first-child {
  vertical-align: bottom;
  padding-bottom: 30px;
  border-left: none;
  border-top: none;
}
.features tr .first-colum{width: 300px;}
/* .features-clone .features tr .first-colum{width: 298px;} */
.features-box {
  font-size: 0.9em;
  font-weight: normal;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
  border-right: 1px solid #b6ceea;
  line-height: 1.4;
  background: #fff;
}

.features-box-differences {
  width: 273px;
}

.features-box-item {
  position: relative;
  width: 243px;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
  text-align: initial;
}

.features-box-link:hover {
  text-decoration: underline;
}

.ui-card-product-exit {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.features-bgcolor {
  background-color: #f4f9ff;
}

.features tbody tr.even td{background-color: #f4f9ff;}

.features-bgwhite {
  background: #ffffff;
}

.features__cell--shaded {
  background: #f4f9ff;
}

.features__tick::after {
  content: "✔";
  font-size: 1.5em;
  color: green;
}

.color-cyan {
  color: #398aea;
}

.color-cyan:hover {
  text-decoration: underline;
}

.features-title {
  padding-top: 35px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.features-box-select {
  background-color: #d8ffce;
  font-weight: 600;
}

.ui-btn-compare-exit {
  position: absolute;
  right: 2px;
  bottom: 6px;
  width: 12px;
  height: 12px;
  background: #398aea;
  border-radius: 10px;
  z-index: 1;
}

.features-box-differences {
  display: inline-block;
  color: #398aea;
}

.features-box-differences-txt {
  display: inline-block;
  border-bottom: 1px dashed #398aea;
  cursor: pointer;
}

.features-box-differences-txt:hover {
  border-bottom: 1px dashed #ffffff00;
}

.features-box-differences-txt.using{
  border-color:#fff;
  color:#46bc0d;
}

.features-box-functions {
  display: block;
  padding-top: 35px;
  padding-bottom: 15px;
}

.features-box-functions:hover {
  text-decoration: underline;
}

.bggreen {
  background-color: #d8ffce;
}

.filter-items-wrap {
  margin-bottom: 20px;
}

.filter-items-wrap .col-filter-22.col-md-12{margin-bottom: 32px;}
.filter-bar-btn-active {
  display: none;
}

.filter-active-img .filter-bar-btn-nonactive {
  display: none;
}

.filter-active-img .filter-bar-btn-active {
  display: inline-block;
}

.filter-bar-btn-row-active {
  display: inline-block;
}

.filter-active-img-row .filter-bar-btn-row-active {
  display: none;
}

.filter-active-img-row .filter-bar-btn-row-nonactive {
  display: inline-block;
}

.filter-bar-btn-row {
  background-image: url(/image/icons/icon-row.png);
  background-position: center;
  background-repeat: no-repeat;
}
.filter-bar-btn-row.filter-active-img,
.filter-active-img-row {
  background-image: url(/image/icons/filter-bar\ 1.png);
}

.filter-bar-btn-column {
  background-image: url(/image/icons/filter-bar\ 2.png);
  background-position: center;
  background-repeat: no-repeat;
}

.filter-active-img {
  background-image: url(/image/icons/icon-squad.png);
}

.calculator .selectedField {
  border: 2px solid #398AEA;
  color: #398AEA;
  font-weight: 600;
  font-size: 0.8125rem;
  background: url(/image/icons/mob-select-blue.svg) no-repeat right;
  background-position: right 10px center;
}

.calculator .selectedField option {
  color: #647b98;
  font-weight: 400;
}

.calculator .calculatorMobBoxSelected {
  border: 2px solid #398AEA;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  border: 2px solid #b6ceea;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox + label::after {
  content: "";
  opacity: 0;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 20px;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #0b76ef;
  cursor: pointer;
}

.custom-checkbox:checked + label::before {
  border-color: #0b76ef;
}

.custom-checkbox:checked + label::after {
  opacity: 1;
}

/* стили при наведении курсора на checkbox */

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */

.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.border-radio {
  border-bottom: 3px dotted #647b98;
}

.custom-checkbox:checked + label > .border-radio {
  border-bottom: 3px solid transparent;
}

.mfp-close-btn-in .calculator .mfp-close {
  background: transparent;
  border-radius: 0;
  color: blue;
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 0;
  background-image: url(/image/icons/cross-calculator.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.catalog-item.catalog-item-column{display: inline-block; display: flex; flex-wrap: wrap;align-content: space-between;}
.catalog-item.catalog-item-column .xdstickers_wrapper.position_upleft{left: 0px; top: 0px;}
@media (min-width: 576px) {
  
  .catalog-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .catalog-item-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px 12px 20px 12px;
    margin-bottom: 0;
    margin: -0.5px;
  }

  .catalog-item-column .catalog-item-features {
    display: none;
  }

  .catalog-item-column .catalog-item-title {
    font-size: 0.9375rem;
  }

  .catalog-item-column .catalog-info {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  .catalog-item-column .product-description-img {
    margin-right: 5px;
  }

  .catalog-item-column .catalog-info-title {
    font-size: 0.5625rem;
  }

  .catalog-item-column .catalog-info-price {
    font-size: 1.25rem;
    line-height: 1;
  }

  .catalog-item-column .catalog-info-btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog-item-column .catalog-info-btn {
    display: inline-block;
    width: calc(100% - 104px);
    height: 40px;
    line-height: 40px;
    font-size: 0.6875rem;
  }

  .catalog-item-column .catalog-info-compare {
    display: inline-block;
    position: relative;
    margin-left: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #b6ceea;
    border-radius: 3.07692px;
  }
  .catalog-item-column .catalog-info-favorite:hover,
  .catalog-item-column .catalog-info-compare:hover{
    border:1px solid #2963cb;
  }
  .catalog-item-column .catalog-info-compare img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .catalog-item-column .catalog-info-favorite {
    display: inline-block;
    position: relative;
    margin-left: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #b6ceea;
    border-radius: 3.07692px;
  }

  .catalog-item-column .catalog-info-favorite img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .catalog-item-column .catalog-item-table {
    display: none;
  }

  .catalog-item-column .catalog-item-img {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 0px;
  }

  .catalog-item-column .catalog-item-img img {
    padding-bottom: 0;
  }

  .catalog-item-column .catalog-item-description {
    width: 100%;
    border-right: none;
    padding: 0;
  }

  .catalog-item-column .catalog-item-description .catalog-item-articule {
    padding-bottom: 10px;
  }
}
.banner-slider-one .slick-dots{display: none;}

@media (max-width: 1330px) {
  .col-l-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-l-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-l-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-l-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-l-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-l-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-l-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-l-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-l-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-l-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-l-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-l-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-list {
    text-align: center;
  }

  .header .menu-list ul li a {
    margin-right: 14px;
  }

  .menu-time-tel {
    padding-left: 0;
    padding-right: 0;
  }

  .header .menu-list ul .menu-list-sale {
    right: -1%;
  }

  .order-item-price-num {
    margin-right: 20px;
  }

  .item-add-button {
    margin-right: 20px;
  }

  .footer-middle-messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content:flex-end;
    flex-wrap: wrap;
  }
}

@media (max-width: 1250px) {
  .menu-link {
    font-size: 0.875rem;
  }

  .header .menu-btn {
    width: 52px;
  }

  .header .menu-btn .btnClick {
    height: 36px;
    font-size: 0px;
  }

  .header .menu-btn-icon {
    top: 65%;
    left: 50%;
  }
}
@media (max-width: 1376px) and (min-width: 1170px) {
  .banner-main .banner-img img{height: 100%;}
}
@media (max-width: 1170px) {
  .label-agree .jq-checkbox{top: -3px;}
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header .menu-time-tel .time-tel-big {
    font-size: 1.2rem;
  }

  .header .menu-time-work {
    margin-right: 10px;
  }

  .banner-slider picture img {
    width: 100%;
    margin: 0 auto;
  }

  .menu-desktop-second > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .header .main-search-catalog {
    display: none;
  }

  .banner-img {
    display: none;
  }

  .steps-three {
    margin-bottom: 50px;
  }

  .contact-info-adress {
    padding-left: 0px;
  }

  .contact-info-details-location {
    padding-left: 20px;
  }

  .contact-info-details-adress {
    left: 0;
  }
}

@media (max-width: 1070px) {
  .catalog-info-price {
    font-size: 1.75rem;
  }
}

@media (max-width: 1010px) {
  .calculator-table .calculator-table-bottom td:nth-of-type(1) {
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .scroll-table{overflow-x: auto; position: relative;}
  /* .scroll-table:after{display: block; content: ""; position: absolute; right: 15px; top: 50%; width: 20px; height: 20px; background: #ccc; z-index: 10;} */
  .header .main-search-input{padding-left: 15px;}
  .page-breadcrumbs{white-space: normal;}
  [class*=-h1], h1, .h1{font-size: 1.65rem; line-height: 1.85rem;}
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .calculator-table table {
    margin-bottom: 20px;
  }

  .hits-slider {
    margin-right: -15px;
  }

  .middle {
    padding-top: 118px;
  }

  .left-phone {
    display: block;
    position: fixed;
    z-index: 999;
    content: "";
    width: 30px;
    height: 5px;
    top: 25px;
    left: 2%;
  }

  .main-mobile-tel-active.active-display {
    display: block;
    position: absolute;
    z-index: 999;
    content: "";
    width: 30px;
    height: 5px;
    top: 45px;
    left: 2%;
  }

  .middle {
    padding-top: 94px;
  }

  .header {
    margin-bottom: 0;
  }

  .header .main {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 4px 20px #b6ceea;
    box-shadow: 0px 4px 20px #b6ceea;
    padding: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .header .main-mob-tel {
    display: block;
  }

  .header .main-menu {
    display: none;
  }

  .header .main-search {
    display: block;
  }

  .header .main-search-catalog {
    display: block;
  }

  .header .main-search-form {
    margin-bottom: 10px;
  }

  .header .main .col-search {
    display: none;
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header .main .col-menu {
    display: none;
  }

  .header .main-mobile-burger {
    display: inline-block;
    position: relative;
  }

  .header .main-mobile-tel {
    display: inline-block;
  }

  .header .main-logo {
    text-align: center;
  }

  .header .main-logo {
    height: 40px;
  }

  .header .main-logo img {
    max-height: 40px;
    width: auto;
  }

  .header .main-mobile-tel.active-display {
    /* display: none; */
  }

  .banner-slider picture img {
    min-height: 0;
  }

  .banner-slider .slider-item {
    height: auto;
  }

  .burger {
    display: block;
  }

  .header .main-mobile-tel {
    display: inline-block;
  }

  .col-mobile-burger {
    display: block;
  }

  .col-mobile-tel {
    text-align: right;
    padding-right: 10px;
    padding-left: 0px;
  }
  .header .main-mobile-tel.left-phone{text-align: right; display: none;}
  .menu {
    display: none;
  }

  .menu-mob {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100vw;
    top: 30px;
    left: -15px;
    max-height: calc(100vh - 162px);
    overflow-y: auto;
    z-index: 999;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 12px 20px #b6ceea;
    box-shadow: 0px 12px 20px #b6ceea;
  }

  .menu-mob li > a {
    position: relative;
    padding: 20px 17px;
    border-top: 1px solid #b6ceea;
  }

  .menu-mob a {
    display: block;
    color: #647b98;
    font-weight: 600;
  }

  .menu-mob .main-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    width: 40px;
    top: 0px;
    height: 60px;
  }

  .menu-mob .second-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    width: 40px;
    top: 0px;
    height: 49px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-mob .main-arrow.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-mob .second-arrow.active {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .menu-mob .complect {
    border-top: 1px solid #b6ceea;
    padding: 20px 19px;
    color: #000000;
    font-weight: 600;
  }

  .menu-mob-main {
    position: relative;
  }

  .menu-mob-main li > a {
    font-size: 0.875rem;
    padding: 15px 71px;
  }

  .menu-mob-second li > a {
    padding: 0px;
    padding-left: 71px;
    padding-bottom: 15px;
    border-top: none;
    font-weight: 400;
    color: #000000;
  }

  .menu-mob-second li:first-child {
    padding-top: 15px;
    border-top: 1px solid #b6ceea;
  }

  .menu-mob-link {
    position: relative;
  }

  .menu-mob-link-img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 32px;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-menu {
    display: none;
  }

  .filter-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .filter-btn {
    width: calc(100% - 60px);
    font-size: 0.6875rem;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #b6ceea;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    /* text-transform: uppercase; */
  }

  .filter-btn:hover {
    background-color: #398aea;
    color: #ffffff;
  }

  .filter-btn-rectangle {
    display: inline-block;
    position: relative;
    width: auto;
    height: 48px;
    border: 1px solid #b6ceea;
    border-radius: 4px;
    margin-left: 0px;
    padding: 0 12px 0 8px;
  }
  .filter-btn-rectangle img{vertical-align: middle; margin-right: 5px;}
  

  .filter-btn-rectangle:hover {
    background-color: #fff;
    color: #000;
  }  
  
  .filter-btn-rectangle.active{
    background-color: #398aea;
    color: #ffffff;
  }
  .filter-btn-rectangle img {
    /* position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
  }

  .filter-bottom-show {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
  }

  .categories-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .info {
    display: none;
  }
  .article-sidebar{display: none;}
  .news-list-installments {
    display: none;
  }

  .news-pagination a:nth-child(n+5):nth-child(-n+11) {
    display: none;
  }

  .middle-title-h1 {
    margin-bottom: 30px;
  }

  .offer-slider {
    margin-right: -15px;
    border-right: none;
  }

  .hits-slider {
    border: none;
  }

  .product-description {
    padding-left: 0;
  }

  .product-description-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-description-btns .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-description-btn {
    width: calc(100% - 104px);
  }

  .product-description-price .price-block {
    margin-right: 0;
  }

  .product-description-container {
    width: 380px;
    margin: 0 auto;
  }

  .article-title-h1 {
    font-size: 1.25rem;
  }

  .news-page-installments {
    display: block;
    margin-bottom: 40px;
  }

  .filter {
    display: none;
  }

  .filter-bar {
    display: none;
  }

  .installments-catalog-list {
    display: none;
  }

  .links {
    display: none;
  }

  .history-table-col,
  .history-table-head {
    padding: 10px 20px;
  }

  .history-table {
    margin-bottom: 50px;
  }

  .footer {
    padding-bottom: 64px;
  }

  #profile_data .account-btn {
    margin-bottom: 0;
  }

  .account .account-data {
    margin-bottom: 10px;
  }

  .account .info-block {
    margin-bottom: 0;
  }
}

@media (max-width: 890px) {
  .footer-middle-messengers {
    padding-left: 0;
  }
}

@media (max-width: 877px) {
  .calculator-alert {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .calculator-alert-img {
    top: 2px;
  }
}

@media (max-width: 838px) {
  .catalog-description-price {
    font-size: 1.75rem;
  }
  .catalog-item{display: inline-block;}
  .catalog-item-description{border-right: none;}
}
.hide3{display: none;}
@media (max-width: 768px) {
  .news-card{padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #d7d7d7;}
  .filter-items-wrap .col-filter-22.col-md-12{margin-bottom: 0px;}
  .filter-bar-sort{width: auto; margin-right: 0px; width: 205px; margin-left: 0px;}
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calculator-item-price-total{
    padding-left: 0px;
    padding-top: 30px;
    border-right: none;
  }
  .hide3{display: block;}
  .description-delivery {
    padding-left: 0;
  }

  .contact-about-map {
    height: 191px;
    min-height: 191px;
    margin-bottom: 16px;
  }

  .contact-photo {
    display: none;
  }

  .contact-photo-mob {
    display: block;
    margin-bottom: 40px;
  }

  .offer-slider {
    border: none;
  }

  .contact-about-form {
    margin-bottom: 40px;
  }

  .catalog {
    position: relative;
  }

  .catalog-item-features {
    display: none;
  }

  .catalog-item-img {
    width: 100%;
    padding-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }

  .catalog-item-img img {
    padding-bottom: 0;
  }

  .catalog-item-description {
    width: 100%;
    border-right: none;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .catalog-item-description-articule {
    padding-bottom: 10px;
  }

  .catalog-info {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .catalog-info-price {
    padding-bottom: 0;
  }

  .catalog-info-first_price {
    display: inline-block;
    padding-right: 22px;
  }

  .catalog-info-second_price {
    display: inline-block;
  }

  .catalog-info-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog-info-btn {
    display: inline-block;
    width: calc(100% - 104px);
    height: 40px;
    line-height: 40px;
    font-size: 0.6875rem;
  }

  .catalog-info-compare {
    display: inline-block;
    position: relative;
    margin-left: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #b6ceea;
    border-radius: 3.07692px;
  }

  .catalog-info-compare img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .catalog-info-compare:hover {
    /* color: #ffffff;
    background-color: #398aea; */
  }
  .page-breadcrumbs{margin-bottom: 15px;}
  .catalog-info-favorite {
    display: inline-block;
    position: relative;
    margin-left: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #b6ceea;
    border-radius: 3.07692px;
  }

  .catalog-info-favorite img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .catalog-info-favorite:hover {
    color: #ffffff;
    /* background-color: #398aea; */
  }

  .order-item-price {
    border-top: 1px solid #b6ceea;
    border-left: none;
  }

  .hide, .hide2 {
    display: none;
  }
  .hide2 {
    display: none !important;
  }

  .description-card{padding-left: 10px;}
  .steps-description .description-card-text{padding-left: 0px; padding-right: 0px;}
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .show {
    display: block;
  }

  .calculator {
    width: min(1058px, 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .calculator-alert {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 15px;
  }
  .default-calc-data .inputbox{width: 80px;}
  .footer-middle-adress {
    display: block;
    padding-bottom: 25px;
  }

  .footer-middle-schedule {
    display: block;
    padding-bottom: 25px;
  }

  .footer-middle-contacts {
    display: block;
  }

  .footer-middle-messengers {
    padding-top: 0px;
    padding-left: 0;
    margin: 0;
    justify-content: center;
  }

  .footer-middle-icons {
    padding-bottom: 0px;
  }

  .footer-bottom {
    margin-bottom: 30px;
  }

  .footer-bottom-manufacturer {
    padding-top: 30px;
    text-align: center;
  }

  .footer-bottom-manufacturer img {
    padding-top: 0px;
  }

  .footer-bottom-img img {
    display: block;
    width: 45%;
  }
}

@media (max-width: 668px) {  
  .categories-card-img {
    height: 45px;
    margin-right: 10px;

    flex: 0 0 50px;
  }

  .categories-card-img img {
    max-height: 50px;
  }

  .fotorama__nav-wrap,
  .fotorama__arr {
    display: none;
  }
}

@media (max-width: 576px) {
  .col-xs-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xs-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xs-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xs-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xs-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xs-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xs-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .banner-slider .slick-arrow {
    display: none;
  }

  .slider-offer-left,
  .slider-offer-right,
  .slider-hits-left,
  .slider-hits-right {
    display: none;
  }

  .categories {
    margin-bottom: 40px;
  }

  .categories-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  /*   -ms-flex-direction: column;
    flex-direction: column; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    padding: 12px 10px;
  }

  
  
  .categories-card-text .categories-card-text-title {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .categories-card-img {
    -ms-flex: 0 0 50px;
    -webkit-box-flex: 0;
    flex: 0 0 50px;
  }

  .banner-img {
    display: none;
  }

  .banner-img-mobile {
    display: block;
    margin-bottom: 40px;
  }

  .banner-img-mobile img {
    display: block;
    margin: 0 auto;
  }

  .news-pagination-first,
  .news-pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .contact-info-container {
    margin-bottom: 25px;
  }

  .article-bar {
    padding-left: 8px;
  }

  .article-bar-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
  }

  .article-bar-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 0.6875rem;
    padding-right: 10px;
    border-right: 0.5px solid #dae7f9;
  }

  .article-bar span {
    font-size: 0.6875rem;
    padding-left: 8px;
    padding-right: 3px;
  }

  .article-bar img {
    margin-right: 0;
  }

  .footer-middle {
    padding-left: 15px;
  }

  .footer-top-toggle ul {
    margin: 0;
    display: none;
  }

  .footer-top-title {
    position: relative;
    cursor: pointer;
    padding-bottom: 15px;
  }

  .footer-top-title .title-after {
    display: inline-block;
    position: relative;
  }

  .footer-top-title .title-after::after {
    position: absolute;
    top: 39%;
    margin-left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: url("/image/icons/toggle-down.svg");
    width: 20px;
    height: 20px;
  }

  .footer-top-toggle.open .title-after::after {
    content: url("/image/icons/toggle-up.svg");
  }

  .footer-top-toggle.open ul {
    display: block;
  }
}

@media (max-width: 430px) {
  .catalog-item-description table tbody tr td {
    font-size: 0.6875rem;
  }

  .catalog-item-description table tbody tr td:nth-child(2) {
    font-weight: 600;
  }

  .catalog-info-title {
    font-size: 0.5625rem;
  }

  .catalog-info-price {
    font-size: 1.25rem;
  }

  .catalog-info-price span {
    font-size: 0.5625rem;
  }
}

@media (max-width: 420px) {
  .news-card {
    display: block;
    /* margin-bottom: 60px;*/
  } 

  .news-card-txt {
    padding-bottom: 30px;
  }

  .news-card-img {
    display: block;
    padding-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .col-us-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-us-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-us-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-us-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-us-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-us-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-us-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-us-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-us-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-us-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-us-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-us-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mfp-close {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }

  .mfp-close-btn-in .mfp-close {
    top: -15px;
    right: -10px;
  }

  .hits {
    margin-right: -15px;
  }

  .catalog {
    margin-bottom: 40px;
  }

  .catalog-item {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
  }

  .catalog-item-img {
    display: block;
  }

  .catalog-item-img img {
    display: block;
    margin: 0 auto;
  }

  .catalog-item-description {
    padding-top: 0;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .installments-catalog-list-mob {
    display: block;
    margin-bottom: 40px;
  }

/*   .middle {
    padding-top: 117px;
  } */

  .header .main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100;
    flex: 0 0 100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info {
    display: none;
  }

/*   .categories-card-img {
    height: 40px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 0;
  } */

 /*  .categories-card-img img {
    max-height: 40px;
  } */

  .offer-title,
  .hits-title {
    font-size: 1.25rem;
  }

  .product-description {
    padding-left: 0;
  }



  .product-description-container {
    width: 300px;
  }

  .product-description-profile table tr td {
    display: block;
    width: 100%;
  }

  .description-specs-table table tr td {
    width: 100%;
    display: block;
    padding: 1px 15px;
  }
  .description-specs-table table tr td:last-child{padding-bottom: 5px;}
  .product-description-profile .dots {
    display: block;
    bottom: 0;
    border-bottom: none;
    border-bottom-style: none;
    border-color: #ffffff00;
  }

  .bolt400 {
    font-weight: 600;
  }

  .title-articul {
    font-size: 0.6875rem;
  }

  .product-description .installments {
    /* padding-bottom: 150px; */
    background-position: bottom right;
  }

  .product-description .installments-img {
    margin-bottom: 18px;
  }

  .product-description table {
    font-size: 0.8125rem;
  }

  .title-h1 {
    font-size: 1.25rem;
  }

  .description-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .description {
    margin-bottom: 40px;
  }

  .sale {
    margin-bottom: 40px;
  }

  .product {
    margin-bottom: 40px;
  }

  .error-title {
    font-size: 1.25rem;
  }

  .error-text,
  .error-btn {
    font-size: 0.8125rem;
  }

  .order-item-price-num {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 0.75rem;
  }

  .item-add-button {
    width: 90px;
    height: 30px;
    margin: 0px 5px;
  }

  .history-table-col,
  .history-table-head {
    padding: 5px 13px;
  }
}

/**
  * Fade-zoom animation for first dialog
  */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 



  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.ui-btn-compare[compare-id],
.active[wishlist-add]{color:#37ab00 !important; border-color: #37ab00 !important; position: relative;}
.active[compare-add]{color:#37ab00 !important; border-color: #37ab00 !important; position: relative;}
.ui-btn-compare[compare-id]:after,
.active[wishlist-add]:after,
.active[compare-add]:after{content: ""; background: url('/image/icons/exit.svg') 0 0 no-repeat; width: 12px; height: 12px; position: absolute; bottom: 5px; right: 2px; z-index: 1; display: block;}
.product-description-btns .active[wishlist-add]:after,
.product-description-btns .active[compare-add]:after{width: 16px; height: 16px; background-size: cover;}
.catalog-item-features-compare.active:after{right: auto; left: -5px;}

.popup-form .alert-danger,.accout-error{display: block; background: #feb3b3; color:#000; border-radius: 5px; border:1px solid #ff0000; padding: 10px 15px; margin-bottom: 18px; font-size: 12px; line-height: 16px;}
.popup-form .alert-success{display: block; background: #b7f6a6; color:#000; border-radius: 5px; border:1px solid #44b625; padding: 10px 15px; margin-bottom: 18px; font-size: 12px; line-height: 16px;}
.xd-parent{position: relative;}
.xd-parent .xdstickers{font-size: 11px; line-height: 24px; display: table;}
.ui-card-product .xd-parent .xdstickers{font-size: 10px; line-height: 20px; padding: 0 6px; margin-bottom: 3px;}
.ui-card-product-img.xd-parent .xdstickers_wrapper.position_upleft{left: 0px; top: 0px;}

.clr{clear: both; width: 100%; float: none;}
.ui-autocomplete.ui-widget-content {
	background: #fff !important;
    padding: 0px !important;
    border: 1px solid #dfdfdf !important;
    
    z-index: 65!important;
	-moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
  position: absolute;
  left: 0px; top: 100%; width: 100%; z-index: 10;
  display: none;
}
.ui-menu-item .product-list {display: block; border-bottom: 1px solid #dfdfdf; background: #fff; text-decoration: none;}
.ui-menu .ui-menu-item { border: none !important; }
.ui-menu .ui-menu-item:last-child {border:none;}
.ui-menu-item .img {display: block; float: left; width: 80px; margin-right: -80px; position: relative; text-align: center;}
.ui-menu-item .text-prd {display: block; padding-left: 90px;}
.ui-menu-item .name {display: block; font-size: 14px !important; color: #0880dc; font-weight: 600; text-decoration: underline;}
.ui-menu-item .price {display: block; color: #2b2627; font-size: 14px; font-weight: 700; padding-top: 2px;}
.ui-menu-item .price .price-old {font-size: 12px; line-height: 24px; text-decoration: line-through; padding-right:10px;}
.ui-menu-item .price .price-new {line-height: 24px;}
.ui-widget {font-family: 'Open Sans', "Myriad Pro", sans-serif;}
.ui-autocomplete.ui-widget-content .ui-menu-item:hover{border:none !important;}
.ui-autocomplete.ui-widget-content .ui-menu-item a {padding: 14px 25px !important; margin: 0px !important;border:none !important; border-bottom: 1px solid #dfdfdf !important; border-radius: 0px !important;}
.ui-autocomplete.ui-widget-content .ui-menu-item a:hover{border:none !important; border-bottom: 1px solid #dfdfdf !important;}
.ui-autocomplete.ui-widget-content .ui-menu-item a:hover .name{text-decoration: none;}
.ui-autocomplete.ui-widget-content .ui-menu-item a.grey {padding: 8px 15px !important; background: #fff;}
.ui-autocomplete.ui-widget-content .ui-menu-item a.grey .text-prd {padding-left: 0px;}
.ui-autocomplete.ui-widget-content .ui-menu-item a.grey .text-prd .name {line-height: 20px;}
.ui-autocomplete.ui-widget-content .ui-state-hover, .ui-autocomplete .ui-state-hover {text-decoration: none !important; background: #fff !important; margin: 0px !important; border: none !important; border-bottom: 1px solid #dfdfdf !important; cursor: pointer;}
.ui-autocomplete.ui-widget-content .grey.ui-state-hover, .ui-autocomplete .grey.ui-state-hover { background: #f1f1f1 !important;}
.ui-autocomplete.ui-widget-content .ui-state-hover .name, .ui-autocomplete .ui-state-hover .name {text-decoration: none;}
.ui-menu-item .show-all-res .text-prd{padding-left: 0px; float: none; text-align: center;}
.ui-menu-item .no-result .text-prd{padding-left: 0px; float: none; text-align: center;}
.ui-menu-item .no-result .text-prd .name{color: #999; text-decoration: none;}

.popup-question{background: #fff; padding: 30px 10px; margin: 0 auto; width: min(460px, 100%);}
.popup-question .popup-container{max-width: 400px;}
.popup-question .mfp-popup-title{text-align: center; padding: 10px 0 30px;}
.popup-question a{border-bottom:1px solid #398aea; color: #398aea;} 
.popup-question a:hover{border-bottom:1px solid #ffffff00}
.popup-question textarea.ui-input{height: 100px; padding-top: 15px; padding-bottom: 15px;}

.success-page{margin-bottom: 50px;}
.success-page .title-h1{margin-bottom: 22px;}
.success-page p{margin-bottom: 22px;}

@media (min-width: 992px){
  .pricecheck {
    position:-webkit-sticky; position:sticky;
    top: 95px;
    margin-bottom: 69px;
  }
}

.page-info{display: block;}
.page-info h1{margin-bottom: 32px;}
.page-info p{margin-bottom: 22px;}
.page-info h2{margin: 10px 0 22px;}
.page-info h3{margin: 10px 0 18px;}
.page-info h4{margin: 5px 0 18px;}
.page-info ul,
.page-info ol{margin: 0px; padding: 0 0 10px 20px;}
.page-info ul li{list-style: disc; padding: 0 0 12px 5px;}
.page-info ol li{list-style: decimal; padding: 0 0 12px 5px;}
.page-info a{color: #398aea}
.page-info a:hover{text-decoration: underline;}

.page-info .block-benef {
  padding: 52px 0 20px;
  border: 1px solid #c7c7c7;
  margin-bottom: 40px;
}
.page-info .block-benef .item {
  width: 50%;
  float: left;
  padding: 0 35px 28px;
  box-sizing: border-box;
}
.page-info .block-benef .item .img {
  position: relative;
  float: left;
  width: 65px;
  margin-right: -65px;
  text-align: center;
}
.page-info .block-benef .item .text {
  padding-left: 85px;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 22px;
}
.page-info .block-rem {
  margin-left: -15px;
  margin-bottom: 0px;
}
.page-info .block-rem:after{content: ""; display: block; clear: both; width: 100%;}
.page-info .block-rem .title{margin-bottom: 0px;}
.page-info .block-rem .item {
  padding: 0 0 15px 15px;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.page-info .block-rem .item .img {
  border: 1px solid #d8d8d8;
  line-height: 0;
  margin-bottom: 8px;
  overflow: hidden;
}
.page-info .block-rem .item .title {
  color: #000000;
  text-transform: uppercase;
  line-height: 18px;
}

.clr{clear:both;}
.clr-1500 {display: none;}
.clr-1200 {display: none;}
.clr-980 {display: none;}
.clr-800 {display: none;}
.clr-640 {display: none;}
.clr-480 {display: none;}

.page-info .block-sale {}
.page-info .block-sale h3 {font-size: 20px; padding: 0 0 15px 0;}
.page-info .block-sale h3 b {font-size: 24px; font-weight: 400;}
.page-info .block-sale p {margin: 0 0 15px 0;}
.page-info .block-sale p b {font-size: 20px; font-weight: 400;}
.page-info .block-sale .block-table {margin: 30px 0 50px 0; border-bottom: 2px solid #d9ecfa;}
.page-info .block-sale .block-table .item-head {border-bottom: 5px solid #398aea;}
.page-info .block-sale .block-table .title {display: inline-block; font-size: 20px; color: #ffffff; padding: 10px 20px; background: #398aea; margin-bottom: 0px;}
.page-info .block-sale .block-table .item {display: table; width: 100%; border-left: 2px solid #d9ecfa; border-right: 2px solid #d9ecfa; box-sizing: border-box;}
.page-info .block-sale .block-table .item.odd {background: #f2f8fd;}
.page-info .block-sale .block-table .item:last-child {border-bottom: 2px solid #d9ecfa;}
.page-info .block-sale .block-table .item .col {display: table-cell; width: 16.66%; font-weight: 600; text-align: center; padding: 9px 20px;}
.page-info .block-sale .block-table .item .col:first-child {text-align: left; font-weight: 700;}



@media screen and (max-width: 1500px) {
	.clr-1500 {display: block;}
}
@media screen and (max-width: 1200px){
  .clr-1200 {display: block;}
  .page-info .block-benef .item {
        width: 100%;
        padding: 0 40px 40px;
    }
  .page-info .block-rem .item {
      width: 25%;
  }
}
@media screen and (max-width: 980px){
  .clr-980 {display: block;}
  .catalog-item-column .catalog-item-img {
    padding-bottom: 20px;
  }
  .qc-step{padding-right: 0px !important;}
  .steps-two{margin-bottom: 20px;}
}
@media screen and (max-width: 800px){
  .clr-800 {display: block;}
  .page-info img{
    max-width: 100%!important;
    margin: 0 auto!important;
    height: auto!important;
  }
  .page-info .block-sale .block-table .item {
    float: left;
    width: 50%;
    border: 1px solid #d9ecfa;
  }
  .page-info .block-sale .block-table .item .col {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 5px;
    font-size: 12px;
    background: #fff;
  }
  .page-info .block-sale .block-table .item .col:first-child {
    text-align: center;
  }
  .page-info .block-sale .block-table .item .col.odd{
    background: #f2f8fd;
  }
  
}
@media screen and (max-width: 640px){
  .footer-middle-icons a{margin-bottom: 5px;}
  [class*=-breadcrumbs] a {
    margin-bottom: 5px;
  }
  .footer-bottom-txt:first-child,
  .footer-bottom-txt{font-size: 13px; line-height: 18px;}
  body>jdiv>jdiv>jdiv{bottom: 45px !important;}
  .clr-640 {display: block;}
  .page-info .block-benef {
      padding: 20px 0 0;
  }
  .page-info .block-sale .block-table .title {display: block; text-align: center;}
	.page-info .block-sale .block-table .item .col:first-child b {display: inline-block; min-height: 37px;}
	.page-info .block-pass .wrap-button {text-align: center;}
  .steps-description .description-card-text-title{padding-right: 50px;}
  .footer-top{padding-top: 35px;}
  .footer .footer-2{padding-top: 15px;}
  .footer-top{padding-bottom: 10px;}
  .banner-main{margin-top: 20px;}
  /* .banner-slider{max-height: 274px;} */
  .banner-slider{max-height: none;}
  .ui-card-product-sale{display: block; margin-left: 10px; width:100%;}
  .ui-card-product-normal{display: block; width:100%;}
}
@media screen and (max-width: 480px){
  .clr-480 {display: block;}
  .page-info .block-rem .item {
    width: 50%;
  }
}
@media screen and (max-width: 420px){
  /* .banner-slider{max-height: 260px;} */
  .banner-slider{max-height: none;}
}
@media screen and (max-width: 400px){
  /* .banner-slider{max-height: 247px;} */
  .banner-slider{max-height: none;}
}
@media screen and (max-width: 380px){
  /* .banner-slider{max-height: 234px;} */
  .banner-slider{max-height: none;}
}
#totals-wrap{display: none;}
.select-method .jq-radio{position: absolute; right: 20px; top: 20px;}
.qc-step #button-payment-method{display: none;}

.text-danger{font-size: 12px; color: #ff0000;}

.order-success-pretitle{text-align: center;font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 2.25rem; color: #191919; margin-bottom: 30px;}
.danger-address{position: relative; top: -30px;}

.old-price-block{color: #777; }
.old-price-block .price-block-cena,
.old-price-block .catalog-info-price{text-decoration: line-through; }
.old-price-block .price-block-cena span,
.old-price-block .catalog-info-price span{text-decoration: none; display: inline-block;}

article{margin-bottom: 100px;}
article.page-info{margin-bottom: 0px;}

.col-filter-22.col-md-12 + .col-filter-78.col-md-12{margin-bottom: 30px;}
.col-filter-78.col-md-12{margin-bottom: 50px;}
.container>.row>.col-filter-22.col-md-12{margin-bottom: 50px;}

@media (max-width: 900px){
  .mfp-container {
      padding-left: 25px;
      padding-right: 25px;
  }
}

.wrap-password{position: relative;}
.wrap-password i{position: absolute; width: 24px; height: 24px; right: 12px; top: 15px; line-height: 24px; text-align: center; cursor: pointer;}

.order-finish td{background: #fafafa !important; opacity: 0.7 !important; color: #999;}
.order-finish td a.cyantext{color: #999;}

.catalog-item-short-desc{font-size: 14px; line-height: 18px;}
.ui-card-product .catalog-item-short-desc,
.catalog-item-column .catalog-item-short-desc{font-size: 12px; line-height: 16px; padding-bottom: 22px;}
.ui-card-product .catalog-item-short-desc{padding-bottom: 0px;}
.catalog-item-number{font-size: 12px;}

.header-fixed {height: 174px;}
.header-fixed .main{position: fixed; top: 0px; left:0px; width: 100%; z-index: 15; padding: 15px 0;}
.header-fixed .main-logo{height: 40px;}
.header-fixed .main-logo img{max-height: 40px;}
.header-fixed .main-search-input{height: 40px;}
.header-fixed .main-search-btn{line-height: 40px; width: 40px;}
.header-fixed .main-menu-services-img{width: 20px; height: 20px;}
.header-fixed .main-menu-services-text{line-height: 14px;}

.import-data{display: block; font-size: 12px; line-height: 14px;}
.import-data .item{margin-bottom: 18px;}
.import-data .title{margin-bottom: 0px; display: inline-block;}
.import-data .txt{display: inline-block;}

.order-num{display: inline-block; padding: 10px 12px; color: #fff; font-weight: 600; font-size: 1.15rem; line-height: 1rem;     background: linear-gradient(92.42deg, #398aea 14.1%, #39a3ea 31.59%, #39c0ea 46.36%, #39c0ea 61.13%, #27a6dd 74.74%, #398aea 88.73%); border-radius: 4px;}

.xdstickers_wrapper{z-index: 3 !important;}

.burgerclick i{display: block; position: absolute; left: 0px; top: -15px; width: 30px; height: 30px;}


.features .first-tr .clear-compare{top: auto; bottom: 75px; position: absolute;}
.features .ui-card-product .ui-btn{width: 100%;}
.features-clone .features tr th:first-child{position: relative;}
.features-clone .features tr.last-tr .features-arrows{top: 10px; right: 18px; left: auto;}
.features .compare-txt{font-size: 12px; line-height: 16px; text-align: left; padding: 15px 15px 0 15px;}
.features .clear-compare{display: block; position:  absolute; right: 35px; top: 20px; border:1px solid #b6ceea; color: #2963cb; background: #fff; border-radius: 4px; padding: 4px 10px 5px;}
.features-clone .features .last-tr .offer-arrows + .clear-compare{top: 70px; right: 18px;}
.features .clear-compare:hover{border-color: #2963cb;}
.features .bggreen {background-color: #d8ffce !important;}
.features .features-box{padding-left: 12px; padding-right: 12px; max-width: 288px;}
.features.features-table .last-tr .first-colum{border-top: 1px solid #b6ceea;}
.features.features-table .clear-compare{display: block;}
.features-clone .features .clear-compare{display: block;}
.features .tooltip{width: 20px; height: 20px; line-height: 18px; border:1px solid #b6ceea; color: #2963cb; text-align: center; border-radius: 50%; display: inline-block; font-size: 12px;}
.features .tooltip:hover{border-color: #2963cb;}
.features .features-box{position: relative;}
.features .features-box-tooltip{padding-right: 30px;}
.features .features-box .tooltip{position: absolute; right: 10px; top:10px}

.footer .flex{justify-content: space-between; flex-wrap: wrap;}
.footer .footer-middle-icons{padding-top: 5px;}

.category-description {
  border-bottom: 1px solid #b6ceea;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* max-width: 1000px; */
}
.category-description.two-column {
  /* max-width: 100%;
	column-width: 48%;
	column-count: 2;
	column-gap: 4%; */
}
.category-description p{margin-bottom: 18px;}

.category-description.catalog-desc-one-column{
  column-width: 100%;
	column-count: 1;
	column-gap:0%;
}

.catalog-item-column .catalog-info-first_price{}
.catalog-item-column .catalog-info .catalog-info-title{display: none;}
.catalog-item-column .catalog-info-price,
.catalog-item-column .catalog-info-first_price
{font-size: 1.23rem;font-weight: 600;}
.catalog-item-column .catalog-info-first_price + .catalog-info-second_price{vertical-align: middle; margin-top: 3px;}
.catalog-item-column .catalog-info-first_price + .catalog-info-second_price .catalog-info-price{font-size: 1rem;font-weight: 400; margin-left: 10px;}

.filter-items-wrap .hits{overflow: hidden;}
.offer .slick-track,
.hits .slick-track{display: flex;flex-wrap: nowrap;justify-content: flex-start;align-items: stretch;}
.offer .slick-track .slick-slide,
.hits .slick-track .slick-slide{float: none; min-height: 100%; height: auto; display: flex;}
.ui-card-btns{width: 100%; align-self: flex-end;}

.label-agree{font-size: 12px; line-height: 18px; margin-top: 18px; position: relative; padding-left: 30px;}
.label-agree .jq-checkbox{display: block; position: absolute; left: 0px; top: 6px; z-index: 3;}
.label-agree a{color: #398aea;}
.label-agree a:hover{text-decoration: underline;}
.error-label-agree{color: #ff0000;}
.error-label-agree a{color: #ff0000;}
.error-label-agree .jq-checkbox{border-color: #ff0000;}

.links-cat-bottom{margin-bottom: 30px; width: 100%;}
.links-cat-bottom a{margin-right: 20px;}

.jur-form h3{margin-bottom: 22px; margin-top: 42px;}
span.req{font-weight: bold; color: #ff0000; font-size: 16px;}

.qc-step {padding-right: 10px;}
.error-input{border-color: #ff0000; color:#ff0000;}

.no-credit-txt{margin: 0 0 20px; padding: 12px 17px; color: #ea3939; border:2px solid #f96064; }

.bf-sliding-cont{/* max-height: 220px; overflow-y: auto; */ scrollbar-width: 5px;}
.bf-sliding-cont::-webkit-scrollbar{background: none; width: 5px;}
.bf-sliding-cont::-webkit-scrollbar-thumb{width: 5px; background: #39c0ea ;}

.filter-block{padding-top: 15px; padding-bottom: 18px;}
.filter-block .filter-title{display: block; position: relative; padding-right: 20px; cursor: pointer;}
.filter-block .filter-title .arrow{position: absolute; right: -5px; top: 9px; background: url(/image/icons/main-menu-bottom.png) 0 0 no-repeat; width: 14px; height: 8px; background-size: cover;background-position: 0 -8px;}
.filter-block .filter-title .arrow img{display: none;}
.filter-block.close{padding-bottom: 15px;}
.filter-block.close .bf-sliding-cont{display: none;}
.filter-block.close .filter-title{padding-bottom: 0px;}
.filter-block.close .filter-title .arrow{background-position: 0 0px;}


.credit_info h4{font-size: 14px; font-weight: bold; margin: 22px 0 10px;}

.catalog-desc h2,
.catalog-desc h3,
.catalog-desc h4,
.catalog-desc h5{margin: 0px; padding: 12px 0 18px;}
.catalog-desc .text2{display: none;}
.catalog-desc.open .text2{display: block;}
.catalog-desc.open .text-readmore a i{transform: rotate(180deg);}
.catalog-desc .text-readmore a i{vertical-align: middle;}
.catalog-desc .text-readmore a{color: #00579f; border-bottom: 1px dotted #00579f;}
.catalog-desc .text-readmore a:hover{border-color: #fff;}

.load-product{opacity: 0.6;}

.bf-form .bf-buttonclear-box{display: none;}

.catalog-page .categories{margin-bottom: 20px;}
.features th.td-features-box-item{vertical-align: top;}

.catalog-page2 .hits .ui-card-product{width: 274px;}
.error-page{min-height: 200px; padding-top: 22px;}

.offer-header .space-between{align-items:flex-end;}
#result-search{background: #fff !important; padding: 0px !important; border: 1px solid #b6ceea !important; z-index: 65!important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; -khtml-border-radius: 0px !important; border-radius: 0px !important; position: absolute; left: 0px; top: calc(100% + 5px); width: 130%; margin-left: -15%;  z-index: 10; display: none; border-radius: 4px !important;box-shadow:0px 6px 10px 3px #b6ceea;}
#result-search .search-wrap{display: flex;flex-wrap: wrap; flex-direction: row; align-content: flex-start; justify-content: flex-start; align-items: flex-start; padding: 20px 30px;}
#result-search .search-wrap ul{width: 50%;}
#result-search .ui-menu-item .name{line-height: 16px;}
#result-search .search-cat{padding-top: 0px; margin-bottom: 0px;}
#result-search .search-cat .ui-menu-item{padding-bottom: 15px;}
#result-search .search-cat .ui-menu-item .text-prd{padding-left: 0px;}
#result-search .search-cat .ui-menu-item .product-list{border-bottom: none;}
#result-search .search-items .ui-menu-item .product-list{padding: 10px 0;}
#result-search .ui-menu-item .product-list:hover .name{text-decoration: none; color: #111;}
#result-search .search-footer{width: 100%; text-align: left;}
#result-search .all-result{display: inline-block; border:1px solid #b6ceea; border-radius: 2px; color: #2963cb; padding: 6px 10px; margin:10px 0; font-size: 14px; line-height: 16px; transition: 0.3s ease;}
#result-search .all-result:hover{text-decoration: underline;}
#result-search .search-footer .block-left{width: 50%; display: inline-block;}
#result-search .no-result{width: 100%; text-align: center; margin: 0px; color: #111111;}
#result-search .c{color: #627891 !important;}

.wrap-clone-submit{margin-right: 10px;}
.clone-submit{display: block; border:1px solid #ffffff00; padding: 20px 5px 23px 30px; box-shadow: 0px 4px 20px #b6ceea; width: 100%; margin-bottom: 22px;}
.clone-submit .block-1{
  -ms-flex: 0 0 45%;
  -webkit-box-flex: 0;
  flex: 0 0 45%;
  max-width: 45%;
}
.clone-submit .block-2{
  -ms-flex: 0 0 55%;
  -webkit-box-flex: 0;
  flex: 0 0 55%;
  max-width: 55%;
}
.clone-submit .block-1-inner{margin-right: 45px;padding-right: 45px; border-right: 1px solid #b6ceea; height: 100%; padding-top: 5px;}
.clone-submit .label-agree .jq-checkbox{top: -3px;}
.clone-submit .pricecheck-pay{padding-bottom: 0px; margin-bottom: 0px; border-bottom: none;}
.clone-submit #totals-wrap-clone2{display: flex; align-items: center;}
.clone-submit #totals-wrap-clone2>div{
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0px;
}

.main-logo .img-pc{display: block;}
.main-logo .img-mobile{display: none;}
.header-fixed .main-logo .img-pc{display: none;}
.header-fixed .main-logo .img-mobile{display: block;}

.header{position: relative; z-index: 4;}
.menu-overlay{display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 3;}
.menu-open .menu-overlay{display: block;}
/* .menu-open .header .main{box-shadow: none; opacity: 0; display: none;} */
.menu-open .container-menu{box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.5);}
.menu-open .header .main{z-index: 2;}
.menu-open .header .menu{z-index: 998; background: #f4f9ff; position: relative;box-shadow: 0px -10px 17px -7px #b6ceea inset}
.block-mobile{display: none;}
/* #quickcheckoutconfirm .qc-col-4{display: none;} */

.title-subtitle-not-found{margin-bottom: 250px;}
.order-success{margin: 100px auto 140px;}
.order-success .ui-btn{width: auto; padding: 0 25px;}

.header .fa-angle-up{display: none;}
.active .fa-angle-up{display: inline-block;}
.active .fa-angle-down{display: none;/* transform: rotate(-180deg); position: relative; top: -1px; */}



@media (max-width: 1330px){
  .catalog-item-column .catalog-info-compare{margin-left: 7px;}
  .catalog-item-column .catalog-info-favorite{margin-left: 7px;}
  .catalog-item-column .catalog-info-btn{width: calc(100% - 90px);}
}
@media (max-width: 1290px){
  .header .menu-time-tel{display: block; text-align: center;}
  .header .time-and-address{display: block;}
  .header .menu-time-work,
  .header .menu-time-address{display: inline-block;}
}
@media (max-width: 1250px){
  .header .menu-time-tel{display: inline-block;}
  .header .time-and-address{display: inline-block;}
  .header .menu-time-work,
  .header .menu-time-address{display: block;}
  .catalog-item-column{
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media (max-width: 1170px){
    .submit-bottom{display: none;}
}
@media (max-width: 1145px){
  .footer .footer-1{width: 100%; display: block; flex:0 0 100%; max-width: 100%;}
  .footer .footer-2{width: 100%; display: block; flex:0 0 100%; max-width: 100%;}
}
@media (max-width: 1105px){
  .header .time-and-address{display: block;}
  .header .menu-time-work,
  .header .menu-time-address{line-height: 0.9rem;}
}
@media (max-width: 992px){
  .mobile-nav-search{margin-left: 25px;}
  .header-fixed .mobile-nav-search{margin-left: 0px;}
  #result-search{width: 100%; margin-left: 0px; overflow-y: auto;  max-height: calc(100vh - 194px); max-height: calc(var(--vh, 1vh) * 100 - 194px);}
  .header .main-logo .img-mobile{display: block;}
  .header .main-logo .img-pc{display: none;}
}
@media (max-width: 900px){
  .catalog-item-articule{padding-bottom: 15px;}
  .catalog-item-short-desc{font-size: 12px; line-height: 16px; padding-bottom: 12px;}
}
.item-add-button .btn-reload{display: none;}
@media (max-width: 890px){
  .features-clone{display: none !important;}
  .features-table{display: block;}
  .features thead tr th:first-child,
  .features tbody tr td:first-child{border-right:1px solid #b6ceea;}
  .features .features-box{padding: 8px 8px;}
  .features-box-differences-txt,
  .features tbody tr td.features-box{font-size: 11px; line-height: 14px;}
  .features-box-differences-txt{padding-left: 15px; position: relative;}
  .features-box-differences-txt i{position: absolute; left: 0px; top: 2px;}
  .features .ui-card-product-title{font-size: 14px;}
  .features tr .first-colum{width: 200px; max-width: 200px;}
  .features .features-box .tooltip{top: 7px; right: 7px;}
  .features .ui-card-product-img img{max-height: 180px;}
  .features .features-box-item{width: 200px;}
  .features .features-box-differences{width: 200px; text-align: left;}
  .features .ui-card-product-sale{font-size: 1rem;}
  .features tr th:first-child{padding-bottom: 10px;}
  .features .offer-arrow{display: none !important;}
  .features .clear-compare{font-size: 12px;}
  .title-subtitle-not-found{margin-bottom: 50px;}
  .order-success{margin: 0px auto;}

  #totals-wrap{display: block; border:1px solid #b6ceea; padding: 20px 27px 15px;}
  #totals-wrap .pricecheck-pay{display: none;}
  #totals-wrap .pricecheck-amount{margin-bottom: 0px; display: flex; width: 100%; justify-content: space-between;
    align-items: flex-end;}
  #totals-wrap .pricecheck-amount-title{margin-bottom: 3px; line-height: 14px; position: relative; top: -2px;}
  #totals-wrap .pricecheck-amount-total{margin-bottom: 0px;}
  #totals-wrap .pricecheck-amount-title i{display: block;}
}
@media (max-width: 740px){
  .catalog-item-column{
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#common-maintenance{margin-top: 120px; margin-bottom: 120px;}
#common-maintenance h1{font-size: 2.2rem; line-height: 3rem;}

@media (max-width: 640px){
  .product-description .installments-link a{margin-bottom: 5px;}
  .mobile-nav-search{margin-left: 0px;}
  .col-mobile-tel {padding-right: 5px;}
  .features .features-box{padding:5px 3px;}
  .features tr .first-colum{width: 130px; max-width: 130px;}
  .features .ui-card-product-articule{display: none;}
  .features .ui-card-product-img{height: 125px;}
  .features .features-box-item{width: 125px;}
  .features .features-box-differences{width: 125px;}
  .features-box-differences-txt{border-bottom: none; font-size: 10px; line-height: 14px;}
  .features .features-box-item{padding-left: 0px; padding-right: 0px; width: 125px;}
  .ui-card-product-exit{right: 0px; top: 0px;}
  .container{padding-right: 10px; padding-left: 10px;}
  .burger{padding-left: 10px;}
  .mobile-nav{padding-left: 20px; padding-right: 20px;}
  .mobile-nav a{width: 23%; margin: 0 1%;}
  .mobile-nav-menu-services-text{font-size: 10px;}
  .features .ui-card-product-sale{font-size: 13px;}
  .features .ui-card-product-normal{font-size: 12px; /* display: none; */}
  .ui-card-product .ui-btn:hover{background: #2963cb;}
  .account-password{margin-bottom: 0px;}
  .account-password>.ui-field{margin-bottom: 0px;}
  #addressArea{padding-left: 8px; padding-right: 8px;}
  .features .compare-txt{padding: 5px 3px; font-size: 11px;}
  .features .clear-compare{font-size: 10px; padding-right: 5px; padding-left: 5px; right: 5px; width: 96%;} 
  .features .clear-compare span{display: none;}
  .features .compare-txt{padding-top: 60px;}
  #result-search .search-wrap ul{width: 100%;}
  #result-search .search-footer .block-left{display: none;}
  .col-mobile-tel{position: relative; right: 10px;}
  .col-mobile-tel .icon-tel{position: absolute; left: -34px;}
  .catalog-page2 .hits .ui-card-product,
  .catalog-page .ui-card-product,
  .ui-card-product{width: 198px; padding: 15px 8px;}
  .ui-card-product-articule{margin-right: 8px;}
  .ui-card-product-title{font-weight: 600; line-height: 18px;}
  .ui-card-product-img{height: auto;}
  .product-description .installments{background: none;}
  .ui-card-btns .ui-btn-img{margin-right: 0px; margin-top: 2px;}
  .product-description .installments{margin-bottom: 30px;}
  #payment-method .steps-description{margin-bottom: 15px;}
  #payment-method .steps-three{margin-bottom: 15px;}
  .block-mobile{display: block;}
  .block-pk{display: none;}
  .product-description .block-mobile .installments{margin-top: 30px; margin-bottom: 0px;}
  .product-description-profile{margin-bottom: 0px;}
  .product-description-profile-text{margin-bottom: 20px;}
  .product-description-profile-title{margin-bottom: 15px;}
  .product-description-btns{margin-bottom: 30px;}
  .header .main{padding: 10px 0;}
  .header .main-logo img{max-height: 35px; width: auto;}
  .burger{top:30px;}
  .mobile-nav{height: 60px;}
  .mobile-nav-menu-services-img{width: 22px; height: 22px;}
  .mobile-nav-menu-services-img.heart-mob{width: 23px;}
  .menu-mob{max-height: calc(100vh - 120px);max-height: calc(var(--vh, 1vh) * 100 - 120px);}
  .menu-mob{top: 23px;}
  .middle{padding-top: 70px;}
  .ui-card-product .ui-btn{
    width: calc(100% - 82px);
  }
  .ui-card-btns .ui-btn-favorite,
  .ui-card-btns .ui-btn-compare {
    margin-left: 3px;
  }
  #quickcheckoutconfirm2{margin-bottom: 35px;}
  .title-product{margin-bottom: 15px;}
  .title-h1-product{margin-bottom: 15px;}

  #common-maintenance{margin-top: 45px; margin-bottom: 45px;}
  #common-maintenance h1{font-size: 1.8rem; line-height: 2.2rem;}
  jdiv{display: none !important;}
}
@media (max-width: 580px){
  .catalog-item-column .catalog-info-price, .catalog-item-column .catalog-info-first_price{
    font-size: 26px;
    vertical-align: middle;
  }
  .catalog-item-column .catalog-info-first_price + .catalog-info-second_price .catalog-info-price{
    font-size: 22px;
  }
}
@media (max-width: 576px){
  .catalog-item-column{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-description-price .price-block-title {
    font-size: 13px;
  }

  .product-description-price{
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  
  .product-description-price .price-block-cena {
    font-size: 30px;
  }
  .product-description-price .old-price-block .price-block-cena{
    font-size: 20px; font-weight: 500;
  }
  .product-description-price .old-price-block{margin-left: 25px; margin-top: 3px;}
  .product-description{padding-top: 10px;}
  .product-description-price{margin-bottom: 8px;}
}
@media (max-width: 560px){
  .item-add-button{width: 66px; margin-right: 10px; margin-left: 10px;}
  /* .item-add-button input{width: 100% !important;} */
  .order-item-price-num{margin-left: 10px; margin-right: 10px;}
}

@media (max-width: 970px){
  .banner-slider{max-height: 310px;}
}
@media (max-width: 930px){
  .banner-slider{max-height: 260px;}
}
@media (max-width: 640px){
  .banner-slider:hover .slick-dots{display: none !important;}
  .banner-slider{max-height: 190px;}
  .menu-mob{left: -10px;}
}
@media (max-width: 576px){
  .banner-slider{max-height: 216px;}
}
@media (max-width: 500px){
  .banner-slider{max-height: 185px;}
}
@media (max-width: 400px){
  .banner-slider{max-height: 150px;}
}
@media (min-width: 900px){
  .offer-slider-min{border-right: none !important;}
  .offer-slider-min .slick-track .slider-item-cards:last-child .ui-card-product{border-right: 1px solid #b6ceea;}
}

.btn-credit{display: inline-block; vertical-align: middle; color: #fff !important; text-decoration: none; width: auto; padding: 0 25px;}
.btn-credit:hover{text-decoration: none !important;}

.default-calc-data{margin-bottom: 20px;}
.default-calc-data h3{display: block; margin:10px 0 20px;}
.default-calc-data .inputbox{    width: 100px;
  height: 40px;
  border: 1px solid #b6ceea;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 38px;
  font-size: 18px;
}
.default-calc-data .refresh-calc{width: auto; padding: 0 25px; vertical-align: middle;}
.default-calc-data .r{font-weight: bold; text-transform: uppercase; vertical-align: middle; margin-right: 25px;}

.popup-contact{display: block; max-width: 380px; width: 98%; background: #fff; margin: 0 auto; padding: 20px 25px;}
.popup-contact .title{font-size: 20px; padding: 0px 0 20px; margin: 0;}
.popup-contact .ui-wrap-btn{padding-top: 22px;}
.popup-contact .tel{display: block;padding-bottom: 6px; font-size: 14px;}
.popup-contact .tel img{width: 15px; height: 15px; vertical-align: middle; margin-right: 5px; position: relative; top: -2px;}
.popup-contact .social{font-size: 14px;}
.popup-contact .social img{vertical-align: middle; position: relative; top: -2px;}
.popup-contact .social a{margin-right: 8px;}
.popup-contact .address{padding-bottom: 6px; font-size: 14px;}
.popup-contact .fa-map-marker-alt{font-size: 18px; margin-right: 7px; vertical-align: middle; position: relative; top: -3px;color: #6D839F;}
.popup-contact .time{padding-bottom: 6px; font-size: 14px;}
.popup-contact .time i{font-size: 16px; margin-right: 0px; vertical-align: middle; position: relative; top: 0px;color: #6D839F;}
.popup-contact .email{padding-bottom: 6px; font-size: 14px;}
.popup-contact .email i{font-size: 16px; margin-right: 0px; vertical-align: middle; position: relative; top: 0px;color: #6D839F;}
.popup-contact .contacts{text-align: center;}
.popup-contact .contacts-inner{display: inline-block; text-align: left;}

.footer .active{font-weight: normal;}

.article .article-title-h1{padding-bottom: 0px;}

.menu-time-tel .phone-ico{vertical-align: baseline; position: relative; top: 2px;}

@media (max-width: 1170px) {
  .label-agree .jq-checkbox{top: -3px;}
}

.social-links {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.social-links a + a {
  margin-left: 6px;
}

.social-links img {
  width: 26px;
}

.offer-arrows {
  display: none;
}

.cart-title{margin: 0 0 10px 0; color: #647b98;}
.qc-step-cart{position: relative;}
.qc-step-cart .clear-cart{color: #398aea; border-bottom: 1px dashed #398aea; position: absolute; right: 10px; top: 5px; font-size: 14px; line-height: 14px;}
.qc-step-cart .clear-cart:hover{border:none;}
@media (max-width: 980px) {
  .qc-step-cart .clear-cart{right: 0px;}
}
@media (max-width: 640px) {
  .qc-step-cart .clear-cart{font-size: 12px; line-height: 12px; top: 8px;}
}