@font-face {
  font-family: Museo;
  src: url(../fonts/Museo-Sans-Cyrl-100.eot);
  src: local("../fonts/Museo-Sans-Cyrl-100"), local("../fonts/Museo-Sans-Cyrl-100"),
    url(../fonts/Museo-Sans-Cyrl-100.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Museo-Sans-Cyrl-100.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Museo;
  src: url(../fonts/Museo-Sans-Cyrl-300.eot);
  src: local("../fonts/Museo-Sans-Cyrl-300"), local("../fonts/Museo-Sans-Cyrl-300"),
    url(../fonts/Museo-Sans-Cyrl-300.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Museo-Sans-Cyrl-300.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Museo;
  src: url(../fonts/Museo-Sans-Cyrl-500.eot);
  src: local("../fonts/Museo-Sans-Cyrl-500"), local("../fonts/Museo-Sans-Cyrl-500"),
    url(../fonts/Museo-Sans-Cyrl-500.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Museo-Sans-Cyrl-500.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Museo;
  src: url(../fonts/Museo-Sans-Cyrl-700.eot);
  src: local("../fonts/Museo-Sans-Cyrl-700"), local("../fonts/Museo-Sans-Cyrl-700"),
    url(../fonts/Museo-Sans-Cyrl-700.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Museo-Sans-Cyrl-700.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Museo;
  src: url(../fonts/Museo-Sans-Cyrl-900.eot);
  src: local("../fonts/Museo-Sans-Cyrl-900"), local("../fonts/Museo-Sans-Cyrl-900"),
    url(../fonts/Museo-Sans-Cyrl-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Museo-Sans-Cyrl-900.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
.overflow {
  overflow: hidden;
}
.overflow .page-wrapper{
  overflow: hidden;
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
svg.rotated {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.descr-block {
  margin-top: 15px;
}
.descr-block .ttl a {
  font-size: 22px;
}
.descr-block .ttl {
  margin-bottom: 0;
}
.descr-text {
  font-size: 15px;
  font-weight: 300;
  color: #212529;
}
.one-news .container-news img {
  margin-top: 30px;
  height: 400px;
  width: auto;
  max-width: 100%;
}
.one-news .container-news .date-news {
  font-weight: 300;
  font-size: 16px;
  line-height: 151.5%;
  color: rgba(33, 37, 41, 0.46);
  margin-top: 30px;
  margin-bottom: 10px;
}
.credit-iute .modal {
  display: block;
}
.credit-iute .modal-header {
  text-align: center;
}
.credit-iute .modal-title {
  text-align: center;
  width: 100%;
}
.credit-iute .modal-body {
  padding: 1rem 1rem 0 1rem;
}
.credit-iute .modal-footer {
  border-top: none;
  padding-top: 0;
}
.credit-iute .modal .modal-dialog {
}
.credit-iute .modal-content {
  max-height: 100%;
  overflow-y: hidden;
}
.credit-iute .modal-dialog .periods {
  margin: 0;
}

.modal {
  background: rgba(0, 0, 0, 0.7);
}
.modal-content {
  border: 1px solid #f98822;
}
.modal-header {
  background: #f98822;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #f98822;
}
.form-control {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 18px;
  height: auto;
  font-weight: 300;
}
.modal-dialog {
  max-width: 700px;
  margin: 7.75rem auto;
  overflow-y: auto;
  max-height: calc(100vh - 10rem);
  pointer-events: auto;
}
.modal-dialog .close {
  top: 14px;
  right: 14px;
  margin: 0 0 0 auto;
}
.modal-dialog .row {
  margin-bottom: 10px;
}
.modal-dialog .periods {
  margin-bottom: 30px;
}
.modal-dialog .btn {
  padding: 10px 20px;
}
.modal-dialog .btn.btn-submit {
  background-color: #f98822;
  color: #fff;
  border-radius: 60px;
}
.one-news .container-news p {
  font-weight: 300;
  font-size: 16px;
  line-height: 157.5%;
  color: #212529;
}
.filterStart {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 126.01%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background-color: #f89333;
  border-radius: 8px;
}
.filterStart:hover {
  color: #fff;
  background-color: #f78212;
  text-decoration: none !important;
}
.row-actions-item {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .row-actions-item {
    padding: 5px 0;
  }
}
.row-actions-item .row-one-action {
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .row-actions-item .row-one-action:hover span {
    color: #f78212;
  }
  .row-actions-item .row-one-action:hover svg {
    fill: #f78212;
  }
}
.row-actions-item .row-one-action span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 10px;
  color: #212529;
}
.row-actions-item .row-one-action svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: rgba(63, 78, 93, 0.6);
}
.row-actions-item .row-one-action.active svg {
  fill: #f78212;
}
.item-card .row-actions svg .active {
  fill: #f78212 !important;
}
.refresh-page {
  padding: 10px 20px;
  background-color: #f78212;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100px;
  opacity: 0;
}
.refresh-page.active {
  opacity: 1;
}
.refresh-page.active:hover {
  opacity: 0.6;
  text-decoration: none !important;
}
.one-news .container-news .name-news h1 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 151.5%;
  color: #f78212;
}
.one-news .container-news .name-news h2 {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 151.5%;
  color: #212529;
}
.share-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.share-row a {
  margin-right: 12px;
}
.share-row a img {
  margin: 0 !important;
  width: 36px !important;
  height: 36px !important;
}
.contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.contacts-row .left-contacts {
  font-weight: 600;
  font-size: 16px;
  line-height: 126.01%;
  color: #212529;
  width: 15%;
}
.contacts-row .right-contacts {
  width: 85%;
  font-weight: 300;
  font-size: 16px;
  line-height: 157.5%;
  color: #212529;
}
.contacts-row .right-contacts a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 157.5%;
  color: #212529;
}
.map {
  height: 100%;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.page h1,
.page h3  {
  font-size: 19px;
  line-height: 178%;
  text-transform: uppercase;
  color: #212529;
  margin-top: 20px;
  margin-bottom: 10px;
}
.news-list h1 {
  font-size: 25px;
  line-height: 178%;
  color: #212529;
  margin: 20px 0;
  text-transform: uppercase;
}
.news-list .news-item {
  padding-bottom: 30px;
}
.news-list .news-item a {
  display: block;
  filter: drop-shadow(0px 3px 4px rgba(199, 208, 215, 0.4));
  border-radius: 13px;
  overflow: hidden;
}
.news-list .news-item img {
  width: 100%;
  /*  height: 375px;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.news-list .news-item .news-date {
  font-weight: 300;
  margin-top: 12px;
  font-size: 15px;
  line-height: 151.5%;
  color: rgba(33, 37, 41, 0.46);
}
.news-list .news-item .name-news {
  margin: 2px 0;
}
.news-list .news-item .name-news a {
  font-size: 22px;
  line-height: 151.5%;
  color: #f78212;
  border: 0;
}
.news-list .news-item p {
  font-size: 18px;
  line-height: 151.5%;
  color: #212529;
}
.mobile-header,
.pop-up-mobile {
  display: none;
}
.pop-up-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
.pop-up-mobile .plenka {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.pop-up-mobile .form-block .work-time-in-end {
  padding: 20px 30px;
  border-top: 1px #cecece solid;
  background-color: #fff;
}
.pop-up-mobile .form-block .work-time-in-end span {
  color: #212529;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.pop-up-mobile .form-block .work-time-in-end p {
  font-size: 18px;
  color: #fa9435;
  font-weight: 700;
  margin-bottom: 0;
}
.pop-up-mobile .form-block .contacts-mobile {
  background-color: #fff;
  padding: 20px 30px;
}
.pop-up-mobile .form-block .contacts-mobile .row-contacts-mobile {
  margin-bottom: 20px;
}
.pop-up-mobile .form-block .contacts-mobile .row-contacts-mobile svg {
  fill: #212529;
}
.pop-up-mobile .form-block .contacts-mobile .row-contacts-mobile a {
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-up-mobile .form-block .contacts-mobile .row-contacts-mobile a span {
  margin: 0 6px 0 10px;
  font-size: 16px;
  color: #212529;
}
.pop-up-mobile .form-block .contacts-mobile span {
  color: #969696;
  font-size: 16px;
  font-weight: 300;
  margin: 6px 0;
  display: block;
}
.pop-up-mobile .form-block .contacts-mobile svg {
  width: 14px;
  height: 14px;
}
.pop-up-mobile .form-block .all-in-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}
.pop-up-mobile .form-block .all-in-white svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #fff;
  margin-right: 10px;
}
.pop-up-mobile .form-block .close-row {
  padding: 20px 15px;
  background: #fa9435;
}
.pop-up-mobile .form-block .close-row .close-mobile svg {
  width: 20px;
  height: 20px;
}
.pop-up-mobile .form-block .search-form {
  background: #fff;
  border-top: 1px #eaeaea solid;
  padding: 0 15px;
}
.pop-up-mobile .form-block .search-form form {
  position: relative;
}
.pop-up-mobile .form-block .search-form form input {
  background-color: transparent;
  color: #212529;
  font-size: 20px;
  padding: 20px 0;
  border: 0;
  outline: 0;
}
.pop-up-mobile .form-block .search-form form button {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-color: transparent;
  border: 0;
}
.pop-up-mobile .form-block .search-form form button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.mobile-block-menu {
  background-color: #fff;
}
.mobile-block-menu .wallets {
  margin-top: 10px;
  padding: 10px 10px 40px;
  border-top: 0.5px solid #d2dbeb;
}
.mobile-block-menu .wallets span {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212529;
}
.mobile-block-menu .wallets span svg {
  fill: #000;
  width: 8px;
  margin-left: 6px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-block-menu .wallets a {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #212529;
}
.mobile-block-menu .drop-wallets {
  display: none;
}
.mobile-block-menu .drop-wallets a {
  display: block;
}
.mobile-block-menu .open-catalog {
  display: none;
  padding: 0 10px;
  border-bottom: 0.5px solid #d2dbeb;
  background-color: #fa9435;
}
@media (max-width: 991px) {
  .mobile-block-menu .open-catalog {
    display: block;
  }
}
.mobile-block-menu .open-catalog a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  position: relative;
  display: block;
  padding: 21px 0 !important;
  text-decoration: none;
}
.mobile-block-menu .open-catalog a span {
  position: relative;
}
.mobile-block-menu .open-catalog a span::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-size: contain;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-image: url(../img/icons/arrow-point-to-right.svg);
  filter: brightness(0) invert(1);
}
.mobile-block-menu .menu-list {
  padding: 14px 10px;
  border-bottom: 0.5px solid #d2dbeb;
  margin-bottom: 10px;
}
.mobile-block-menu .menu-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-block-menu .menu-list ul a {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 0;
  display: block;
  text-transform: uppercase;
  color: #212529;
}
.mobile-block-menu .url-with-svg {
  padding: 6px 10px;
  position: relative;
}
.mobile-block-menu .url-with-svg .basket-count {
  position: absolute;
  bottom: 0px;
  left: 23px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #ed6e0a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ed6e0a;
  font-weight: 700;
  font-size: 10px;
  padding-top: 1px;
  font-family: "Arial";
}
.mobile-block-menu .url-with-svg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-block-menu .url-with-svg span {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #212529;
}
.mobile-block-menu .url-with-svg svg {
  margin-right: 6px;
  fill: #bfbfbf;
  width: 20px;
  height: 20px;
}
.mobile-block-menu .close-row {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mobile-block-menu .close-row svg {
  width: 20px;
  height: 20px;
}
.mobile-block-menu .main-header-currency {
  display: block;
  margin-left: 0;
  padding: 10px 10px 40px;
}
.mobile-block-menu .main-header-currency select {
  color: #000;
  border-color: rgba(0, 0, 0, 0.25);
  padding: 4px 8px;
  border-radius: 7px;
}
body {
  font-family: Museo;
  background-color: #fafafa;
}
body.hidden {
  overflow: hidden !important;
}
.container {
  max-width: 1366px;
}
.admin-auth .main-header {
  top: 26px;
}
.admin-auth .page-wrapper {
  padding-top: 116px;
}
.admin-auth .page-aside.catalog .drop-catalog {
  top: 116px;
  max-height: calc(100vh - 116px);
}
.admin-auth .page-aside.catalog .catalog-level-second {
  max-height: calc(100vh - 116px);
  min-height: calc(100vh - 116px);
}
.head_admin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1001;
}
.main-header {
  background: -webkit-gradient(linear, left top, right top, from(#f78212), to(#e15700));
  background: -webkit-linear-gradient(left, #f78212, #e15700);
  background: -o-linear-gradient(left, #f78212, #e15700);
  background: linear-gradient(90deg, #f78212, #e15700);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media (max-width: 991px) {
  .main-header {
    background: #ed6d0a;
  }
}
.main-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-header a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.main-header button {
  transition: 0.3s;
}
.main-header a:hover,
.main-header button:hover {
  opacity: 0.5;
}
.main-header img {
  max-width: 100%;
}
.main-header svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.main-header .open-search {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1 !important;
}
.main-header .open-search svg {
  fill: #fff;
  width: 26px;
  height: 26px;
}
@media (max-width: 991px) {
  .main-header .open-search {
    display: flex;
    order: 3;
  }
}
.main-header .open-mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1 !important;
  padding: 0 !important;
}
.main-header .open-mobile svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .main-header .open-mobile {
    display: flex;
    order: 1;
  }
}
.main-header-top {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
@media (max-width: 767px) {
  .main-header-top {
    display: flex;
  }
}
.main-header-inner-wrapper {
}
@media (max-width: 991px) {
  .main-header-inner-wrapper {
    background: #f88213;
  }
}
.main-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
@media (max-width: 991px) {
  .main-header-inner {
    height: 55px;
  }
  .main-header-inner .main-header-logo {
    order: 2;
    margin-left: 20px;
  }
  .main-header-inner .main-header-phones {
    order: 2;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .main-header-inner .main-header-logo,
  .main-header-inner .main-header-phones {
    display: none;
  }
}
.main-header-logo a {
  opacity: 1 !important;
}

.main-header-logo img {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 991px) {
  .main-header-logo img {
    max-width: 180px;
  }
}
@media (max-width: 1919px) {
  .main-header-socials {
    display: none;
  }
}
.main-header-socials ul {
  display: flex;
}
.main-header-socials li {
  margin: 0 4px;
  margin-bottom: 0 !important;
}
.main-header-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: #f47b10;
}
.main-header-socials a svg {
  width: 17px;
  height: 17px;
}
@media (max-width: 1499px) {
  .main-header-nav {
    display: none;
  }
}
.main-header-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-header-nav li {
  margin: 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.main-header-search {
  flex-grow: 1;
  max-width: 400px;
  margin: 0 10px;
}
.main-header-search,
.main-header-search * {
  outline: none;
}
.main-header-search input:focus-visible {
  outline-color: #fff;
  outline-style: solid;
}
@media (max-width: 991px) {
  .main-header-search {
    display: none;
    position: fixed;
    margin: 0;
    padding: 5px 15px;
    top: 55px;
    max-width: none;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #f78212, #e15700);
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .main-header-search {
    top: 123px;
  }
}
.header-search-row {
  position: relative;
}
.header-search-row input {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 11px;
  padding: 10px 52px 10px 18px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 100%;
}
.header-search-row input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.header-search-btn {
  background: none;
  padding: 0;
  border: 0;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #fff;
}
.header-search-btn svg {
  display: block;
}
.main-header-phones {
  position: relative;
}
@media (max-width: 991px) {
  .main-header-phones {
    /*    display: none;*/
  }
}
.main-header-phones.active .header-phones-more svg {
  transform: rotateZ(-90deg);
}
.main-header-phones.active .header-phones-list {
  display: block;
}
.header-phones-current {
  display: flex;
  align-items: center;
  color: #fff;
}
.phones-current-icon {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.phones-current-icon svg {
  display: block;
}
.header-phones-current a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.header-phones-more {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: none;
  padding: 0;
  border: 0;
  color: #fff;
}
.header-phones-more svg {
  display: block;
  transform: rotateZ(90deg);
}
.header-phones-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ff680a;
  padding: 5px;
  font-size: 14px;
}
.main-header-currency {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .main-header-currency {
    display: none;
  }
}
.main-header-currency select {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 11px;
  padding: 8px 14px;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  outline: 0 !important;
  cursor: pointer;
}
.main-header-currency select option {
  color: #000;
}
.main-header-links {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .main-header-links {
    /*    display: none;*/
    order: 4;
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  .main-header-links {
    margin-left: 4px;
  }
}
.main-header-links ul {
  display: flex;
}
.main-header-links li {
  margin: 0 9px;
}
@media (max-width: 359px) {
  .main-header-links li {
    margin: 0 4px;
  }
}
.main-header-links a {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.main-header-links a span {
  position: absolute;
  bottom: -4px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #ed6e0a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ed6e0a;
  font-weight: 700;
  font-size: 11px;
  /*  padding-top: 2px;*/
  font-family: "Arial";
  line-height: 18;
  overflow: hidden;
}
.main-header-langs {
  position: relative;
}
@media (max-width: 991px) {
  .main-header-langs {
    /*    display: none;*/
    order: 2;
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (max-width: 359px) {
  .main-header-langs {
    margin-right: 20px;
  }
}
.main-header-langs.active .header-langs-current svg {
  transform: rotateZ(-90deg);
}
.main-header-langs.active .header-langs-list {
  display: block;
}
.main-header .header-langs-current {
  background: none;
  padding: 0 10px 0 0;
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .main-header .header-langs-current {
    padding-right: 0;
    font-size: 20px;
  }
}
.header-langs-current svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transform: rotateZ(90deg);
}
.header-langs-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ff680a;
  padding: 5px;
  font-size: 14px;
}
.head {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
.border-right-dotter {
  border-right: 1px dotted rgba(0, 0, 0, 0.3);
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  margin-right: 14px;
}
.ttl-compare {
  font-size: 19px;
  line-height: 178%;
  color: #212529;
  margin: 20px 0;
  text-transform: uppercase;
}
.menu ul a {
  padding: 8px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu ul a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.menu .dropdown {
  position: relative;
}
.menu .dropdown ul li a {
  text-transform: unset;
  font-size: 13px;
}
.menu .dropdown:hover svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu .dropdown:hover ul {
  display: block;
}
.menu .dropdown span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu .dropdown span svg {
  margin-left: 5px;
  width: 8px;
  fill: #fff;
  height: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu .dropdown ul {
  padding: 6px 10px;
  position: absolute;
  top: 100%;
  z-index: 99;
  left: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#ed6f0a), to(#eb6a08));
  background: -webkit-linear-gradient(left, #ed6f0a, #eb6a08);
  background: -o-linear-gradient(left, #ed6f0a, #eb6a08);
  background: linear-gradient(90deg, #ed6f0a, #eb6a08);
  display: none;
}
.menu .dropdown ul a {
  padding: 4px;
  white-space: nowrap;
  display: block;
}
.w-33 {
  width: 33%;
  padding: 14px 16px;
}
.w-33 h3 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  margin-left: 6px;
}
.hero {
  padding-bottom: 10px;
  /*background-color: #f6f6f6;*/
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1 !important;
}
.swiper-button-disabled {
  opacity: 0 !important;
}
.right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-bar svg {
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #fff;
}
.right-bar .lang {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 15px;
  margin-left: 8px;
  cursor: pointer;
}
.right-bar .lang:hover .dropdown {
  display: block !important;
}
.right-bar .lang .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.right-bar .lang .dropdown a {
  color: #e15700;
}
.right-bar .wallet {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  margin-left: 8px;
  font-size: 15px;
  position: relative;
}
.right-bar .wallet:hover .dropdown {
  display: block !important;
}
.right-bar .wallet .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.right-bar .wallet .dropdown a {
  color: #e15700;
}
.right-bar .phone-numbers {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  font-size: 15px;
  position: relative;
}
.right-bar .phone-numbers a {
  white-space: nowrap;
}
.right-bar .phone-numbers:hover .dropdown {
  display: block !important;
}
.right-bar .phone-numbers .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.right-bar .phone-numbers .dropdown a {
  color: #e15700;
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel-filter-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.social-links a {
  width: 24px;
  height: 24px;
  background-color: #c45800a1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-links a:hover {
  opacity: 0.5;
}
.social-links a.active {
  background-color: #fff;
}
.social-links a.active svg {
  fill: #eb6a08;
}
.social-links svg {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.grid-item {
  width: 25%;
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.order-virtula-text {
  margin-top: 16px;
  color: #f98822;
  font-size: 20px;
}
.periods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  flex-wrap: wrap;
}
.periods .text-danger {
  position: absolute;
  top: 100%;
  left: 0;
}
.periods .period {
  overflow: hidden;
  cursor: pointer;
  border: 0.5px solid rgba(189, 189, 189, 0.67);
  border-radius: 8px;
  text-align: center;
  font-weight: 300;
  width: calc(25% - 20px);
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 9px;
  padding-bottom: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .periods {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .order-form .periods .period {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .periods .period {
    width: calc(50% - 20px);
  }
}
.periods .period.period--active {
  border: 0.5px solid #f98822;
}
.periods .period.period--active .period-title {
  background-color: #f98822;
}
.periods .period .period-title {
  background-color: #90c510;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 10px;
}
.periods .period .period-rate {
  font-size: 15px;
  line-height: 180%;
  font-weight: 600;
  color: #333;
  padding-top: 10px;
}
.catalog-open .catalog .drop-catalog {
  /*  display: block;*/
}
.catalog {
  position: relative;
  display: none;
}
.catalog .catalog-row:hover .catalog-level-second {
  /*  display: block;*/
}
@media (min-width: 992px) {
  .catalog .catalog-row:hover .catalog-level-second {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
  }
}
.catalog:hover .drop-catalog {
  display: block;
}
.catalog .drop-catalog {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  width: 100%;
  z-index: 99;
  border-radius: 0px 0px 13px 13px;
}
.catalog .drop-catalog:hover {
  border-radius: 0px 0px 0 13px;
}
.catalog .drop-catalog .catalog-level-second {
  /*  display: none;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 20px;
  background-color: #fff;
  width: 1038px;
  max-width: calc(98vw - 300px);
  min-height: 468px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 13px 0;
}
@media (max-width: 991px) {
  .catalog .drop-catalog .catalog-level-second {
    max-width: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.catalog .drop-catalog .catalog-level-second a {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.catalog .drop-catalog .catalog-level-second a:hover {
  color: #f98822;
}
.catalog .drop-catalog .catalog-level-second h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 990px) {
  .catalog .drop-catalog .catalog-level-second h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-size: contain;
    opacity: 0.4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-image: url(../img/icons/arrow-point-to-right.svg);
  }
}
.catalog .drop-catalog .catalog-level-second h4 {
  font-size: 15px;
}
.catalog .drop-catalog .catalog-level-second h4 a {
  color: #00548c;
  font-weight: 300;
  font-size: 15px;
}
.order-submit {
  position: relative;
  overflow: hidden;
}
.order-submit:disabled::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../img/loader.gif);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.catalog .drop-catalog .main-level-catalog {
  position: relative;
  color: #000;
  text-decoration: none !important;
  /*  font-size: 15px;*/
  font-size: 16px;
  /*  font-weight: 300;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 4px 30px 4px 5px;
}
.fav-status.active svg {
  fill: #f78212 !important;
}
.catalog .drop-catalog .main-level-catalog::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-size: contain;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-image: url(../img/icons/arrow-point-to-right.svg);
}
.catalog .drop-catalog .main-level-catalog:hover {
  background-color: #f57f1017;
}
.catalog .drop-catalog .main-level-catalog:hover::after {
  opacity: 1;
}
.catalog .drop-catalog .main-level-catalog img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.catalog .catalog-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-left: 1px dotted rgba(0, 0, 0, 0.3);
  border-right: 1px dotted rgba(0, 0, 0, 0.3);
  padding: 15px 30px;
}
.catalog .catalog-button .burger-desktop {
  margin-right: 6px;
}
.catalog .catalog-button .burger-desktop span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 4px 0;
}
.catalog .catalog-button h2 {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  margin-left: 6px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.block-from-tabs {
  display: none;
}
.block-from-tabs.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.show-more {
  padding: 10px 20px;
  font-weight: 300;
  font-size: 17px;
  line-height: 126.01%;
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-radius: 100px;
  color: #f78212;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.show-more:hover {
  background-color: #f78212;
  color: #fff;
  text-decoration: none;
}
.thankyou {
  padding: 80px 0;
  text-align: center;
}
.thankyou img {
  margin-bottom: 30px;
}
.thankyou h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
}
.thankyou h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.thankyou h3 {
  font-size: 18px;
  font-weight: 700;
  padding-right: 20px;
  color: #eb6a08;
  position: relative;
  text-transform: uppercase;
}
.thankyou h3::before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/love.svg);
}
.thankyou hr {
  margin: 30px auto;
  width: 20%;
  background: -webkit-gradient(linear, left top, right top, from(#eb6a08), to(#f89537));
  background: -webkit-linear-gradient(left, #eb6a08, #f89537);
  background: -o-linear-gradient(left, #eb6a08, #f89537);
  background: linear-gradient(to right, #eb6a08, #f89537);
  height: 8px;
  border-radius: 20px;
}
.thankyou .succes-page-button {
  padding: 10px 20px;
  background: #fb9a5c;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.thankyou .succes-page-button:hover {
  background-color: #dd600f;
}
.more-in-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 50%;
  color: #212529;
}
.more-in-order p {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.search {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  position: relative;
}
.mobile-close {
  display: none;
}
.search .icon {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 14px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search .icon svg {
  fill: #fa9435;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.search input {
  background-color: transparent;
  color: #000;
  border: 0;
  padding: 2px 20px;
  font-size: 12px;
  outline: 0;
  display: inline-block;
  height: 30px;
}
.svg-fixed svg {
  fill: #fff;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 6px;
}
.center {
  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;
}
.status-block {
  color: #fff;
  font-size: 10px;
  padding: 0 6px;
  border: 1px solid #ececec;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.href-head {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.href-head:hover {
  color: #fff;
  text-decoration: none !important;
}
.href-head:hover .status-block {
  background-color: #fff;
  color: #000;
}
.foot {
  max-height: 52px;
}
.foot .hover-dark {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.foot .hover-dark:hover {
  opacity: 0.7;
}
.image-item {
  padding: 40px 15px 15px;
  display: block;
}
@media (max-width: 575px) {
  .image-item {
    padding: 35px 15px 0 15px;
  }
}
.swiper-main {
  background-color: #fff;
  margin-top: 16px;
  /*  height: 372px;*/
  border-radius: 13px;
  overflow: hidden;
}
.swiper-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*.swiper-main .swiper-pagination {
  width: auto !important;
  right: 100px;
  left: unset;
  bottom: 20px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 1px 12px;
  font-size: 12px;
}*/
.swiper-main .swiper-pagination {
  width: auto !important;
  right: 100px;
  left: unset;
  bottom: 20px;
  display: flex;
  padding: 1px 12px;
  font-size: 12px;
}
@media (max-width: 575px) {
  .swiper-main .swiper-pagination {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
}
.swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background-color: #eee;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #f26522;
}
.swiper-main .swiper-pagination .swiper-pagination-current {
  color: #f5891c !important;
  font-size: 16px;
  font-weight: 700;
}
.swiper-main .swiper-button-prev {
  left: unset;
  right: 60px;
  bottom: 20px;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  top: unset;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.swiper-main .swiper-button-prev:hover {
  background-color: #fff;
}
.swiper-main .swiper-button-prev::after {
  color: #000;
  font-size: 12px;
}
.swiper-main .swiper-button-next {
  left: unset;
  right: 25px;
  bottom: 20px;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  top: unset;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.swiper-main .swiper-button-next:hover {
  background-color: #fff;
}
.swiper-main .swiper-button-next::after {
  color: #000;
  font-size: 12px;
}
.swiper-items .swiper-button-next,
.swiper-items .swiper-button-prev {
  border: 1px solid #e6e6e6 !important;
  width: 30px !important;
  top: 40% !important;
}
.swiper-brands {
  padding: 10px 0;
}
.swiper-brands .swiper-button-prev {
  left: 0;
  background-color: #fff;
  width: 20px;
  border-radius: 0 20px 20px 0;
}
.swiper-brands .swiper-button-prev::after {
  font-size: 14px;
  color: #000;
}
.swiper-brands .swiper-button-next {
  right: 0;
  background-color: #fff;
  width: 20px;
  border-radius: 20px 0 0 20px;
}
.swiper-brands .swiper-button-next::after {
  font-size: 14px;
  color: #000;
}
.up-stats-rating {
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.take-rating svg {
  cursor: pointer;
}
.reviews-list .take-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-list .take-rating span {
  margin-right: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 178%;
  color: #212529;
}
.reviews-list .no-reviews p {
  margin-bottom: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 178%;
  color: #212529;
}
.review-row-in-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.review-row-in-item .name-reviewer {
  font-size: 15px;
  line-height: 18px;
  color: #333;
  margin-bottom: 10px;
}
.review-row-in-item .date-review {
  margin-bottom: 6px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #9b9b9b;
}
.review-row-in-item p {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-top: 14px;
}
.popup-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../img/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.popup-close-btn:hover {
  opacity: 0.7;
}
.new-review-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  display: none;
}
.new-review-item form textarea {
  outline: 0;
  margin: 20px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: #333;
}
.credit-prices-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.credit-prices-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
  z-index: 999;
  max-height: 90vh;
  overflow-y: auto;
}
.credit-prices-popup-inner {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 12px;
}
.credit-prices-popup img {
  width: 100%;
}
.credit-prices-popup .credit-order__submit {
  padding: 10px 20px;
  background-color: #f78212;
  color: #fff;
  border-radius: 80px;
  margin-top: 30px;
  border: 0;
}
.credit-prices-popup input {
  padding: 10px 20px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.credit-prices-popup h5 {
  text-align: center;
  font-size: 20px;
}
.credit-prices-popup h3 {
  font-size: 18px;
  padding: 20px 0;
}
.credit-prices-popup .finance-rates {
  text-align: center;
}
.credit-prices-popup .finance-rates .finance-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.credit-prices-popup .finance-rates .finance-rates .finance-rate {
  padding: 10px 30px;
}
.new-review-item form button {
  font-weight: 300;
  font-size: 15px;
  line-height: 178%;
  border: 0;
  color: #fff;
  padding: 10px 24px;
  background: #f78212;
  border-radius: 100px;
}
.review-stars {
  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;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.old-version {
  color: #fff;
  line-height: 18px;
  font-size: 15px;
  display: block;
  margin-top: 26px;
  text-decoration: underline;
}
.old-version img {
  margin-left: 8px;
}
.old-version:hover {
  opacity: 0.7;
  color: #fff;
}
.review-stars .new-review {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #f78212;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.review-stars .new-review:hover {
  background-color: #f78212;
}
.review-stars .new-review:hover span {
  color: #fff;
}
.review-stars .new-review:hover svg {
  fill: #fff;
}
.review-stars .new-review svg {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #f78212;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.review-stars .new-review span {
  color: #f78212;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.img-container {
  padding: 40px;
}
.brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  height: 180px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 5px #e4e4e499;
  box-shadow: 0 0 5px #e4e4e499;
  width: 100% !important;
}
.brand-block:hover {
  background-color: #fff;
}
.hidden-mene-elems {
  display: none;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.showHiddenElems {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #00548c;
  border-bottom: 1px #00548c dotted;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.showHiddenElems:hover {
  opacity: 0.6;
}
.brand-block:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.brand-block img {
  max-width: 180px;
  width: 100%;
  height: 100%;
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.row-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 250;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #333;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-checkbox label input {
  display: none !important;
}
.row-checkbox label input:checked ~ .checkbox-block {
  background-color: #212529;
  border: 1px solid #212529;
}
.row-checkbox .checkbox-block {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-image: url(../img/icons/checked.png);
  background-repeat: no-repeat;
  background-position: center;
}
.scroll-block-compare-top .row {
  padding: 1px 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.scroll-block-compare-top .row > div {
  padding-top: 0 !important;
}
.scroll-block-compare-top {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-color: #f0740c #fbfbf9;
  scrollbar-width: thin;
}
.scroll-block-compare-top::-webkit-scrollbar {
  width: 0;
}
.scroll-block-compare-top::-webkit-scrollbar-track {
  background-color: #fbfbf9;
  border-radius: 2px;
}
.scroll-block-compare-top::-webkit-scrollbar-thumb {
  background-color: #f0740c;
  border-radius: 2px;
}
.scroll-block-compare {
  padding: 0 10px;
}
.scroll-block-compare .item-card {
  height: auto !important;
}
.scroll-block-compare .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-color: #f0740c #fbfbf9;
  scrollbar-width: thin;
}
.scroll-block-compare .row::-webkit-scrollbar {
  width: 0;
}
.scroll-block-compare .row::-webkit-scrollbar-track {
  background-color: #fbfbf9;
  border-radius: 2px;
}
.scroll-block-compare .row::-webkit-scrollbar-thumb {
  background-color: #f0740c;
  border-radius: 2px;
}
.hidden-history {
  display: none;
  font-weight: 300;
  font-size: 15px;
  line-height: 161.8%;
  color: #333;
}
.client-order-info {
  margin-top: 10px;
  border: 0 !important;
  padding-bottom: 0 !important;
}
.client-order-info h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}
.client-order-info p {
  margin-bottom: 5px;
  font-size: 16px;
}
.hidden-history .row {
  margin: 0 0 16px;
}
.hidden-history .image-hidden-history {
  background-color: #fff;
  text-align: center;
  border: 0.5px solid #e1e1e1;
}
.hidden-history .image-hidden-history img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mb-30 {
  margin-bottom: 30px;
}
.social-links a.active {
  margin-left: 15px;
}
.cabinet-page {
  margin-bottom: 60px;
  background-color: #fff;
}
.cabinet-page > .row {
  margin: 0;
}
.cabinet-page .fav-status svg {
  width: 14px !important;
  height: 14px !important;
}
.cabinet-page .row-history-order {
  margin: 0 0 16px;
  background: rgba(225, 225, 225, 0.24);
  border: 0.5px solid #e1e1e1;
  padding: 20px 10px;
}
.cabinet-page .row-history-order .order-num {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #212529;
}
.cabinet-page .row-history-order .date-order {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #f78212;
  margin-top: 16px;
}
.cabinet-page .row-history-order .count-order {
  margin-top: 16px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #212529;
}
.cabinet-page .row-history-order .price-order {
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  cursor: pointer;
}
.cabinet-page .row-history-order .column-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cabinet-page .row-history-order .image-item-order {
  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;
  border: 0.5px solid #e1e1e1;
  background-color: #fff;
}
.cabinet-page .row-history-order .image-item-order img {
  width: 95px;
  height: 95px;
  -o-object-fit: contain;
  object-fit: contain;
}
.cabinet-page .row-history-order .price-order.active svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.cabinet-page .row-history-order .price-order svg {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cabinet-page .name-user {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
}
.cabinet-page .list-cabinet {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.cabinet-page .list-cabinet a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.025em;
  color: #212529;
  padding: 16px 0;
  display: block;
  border-bottom: 0.5px solid #e1e1e1;
}
.cabinet-page .list-cabinet a.active {
  color: #f78212;
}
.mobile-footer-dropds a {
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mobile-footer-dropds a:hover {
  opacity: 0.6;
}
.mobile-footer-dropds ul li p {
  font-weight: 300;
  font-size: 15px;
  line-height: 178%;
  color: #fff;
  margin-bottom: 0;
}
.mobile-footer-contacts li {
  display: flex;
  margin-left: -26px;
}
.mobile-footer-contacts li > div:first-child {
  width: 16px;
}
.mobile-footer-contacts li > div:last-child {
  width: calc(100% - 16px);
  padding-left: 10px;
}
@media (max-width: 991px) {
  .mobile-footer-contacts li {
    margin-left: 0;
  }
}
.compare-page {
  /*background-color: #fff;*/
}
.compare-page .compare-left-column {
  margin-top: 318px;
}
.compare-page .compare-left-column .compare-value {
  text-align: left !important;
  padding-left: 10px !important;
}
.compare-page .item-card {
  height: auto;
  border-bottom: 0 !important;
}
.compare-page .compare-list .compare-head {
  font-size: 15px;
  border-bottom: 0.5px solid #e1e1e1;
  line-height: 18px;
  text-transform: uppercase;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  height: 45px;
  background-color: rgba(225, 225, 225, 0.24);
}
.compare-page .compare-list .compare-value {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 236%;
  color: #212529;
  padding: 5px 0;
  border-bottom: 0.5px solid #e1e1e1;
}
.compare-page .item-compare {
  padding: 10px !important;
}
.compare-page .fav-status svg {
  width: 14px !important;
  height: 14px !important;
}
.compare-page .clear-it {
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  color: #212529;
}
.compare-page .clear-it span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.compare-page .clear-it svg {
  width: 10px;
  fill: #fff;
  height: 10px;
}
.compare-page .item-count {
  font-weight: 300;
  font-size: 15px;
  line-height: 126.01%;
  color: #9b9b9b;
  margin-bottom: 20px;
}
.compare-page .filter-compare h2 {
  font-size: 15px;
  line-height: 126.01%;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 24px;
}
.compare-page .filter-compare .row-checkbox {
  margin-bottom: 10px;
}
.compare-page .filter-compare .row-checkbox span {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #212529;
}
.compare-page .filter-compare .row-checkbox span.active {
  text-decoration: underline;
  color: #f78212;
}
.fav-page {
  background-color: #fff;
}
.fav-page .fav-status svg {
  width: 14px !important;
  height: 14px !important;
}
.fav-page .col-6 {
  margin-bottom: 30px;
}
.contacts {
  background-color: #fff;
}
.contacts a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contacts a:hover {
  color: #f98822;
}
.contacts form {
  margin-bottom: 70px;
}
.contacts form h2 {
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 73.5%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #212529;
}
.contacts form p {
  font-weight: 250;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #333;
}
.contacts form button {
  margin-top: 20px;
  background: #f78212;
  border-radius: 100px;
  font-weight: 300;
  font-size: 15px;
  line-height: 178%;
  padding: 10px 45px;
  border: 0;
  color: #fff;
}
.contacts form input,
.contacts form textarea {
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: rgba(33, 37, 41, 0.42);
  padding: 10px 15px;
  display: block;
  background: #fff;
  border: 0.5px solid rgba(189, 189, 189, 0.67);
  border-radius: 8px;
  width: 100%;
  resize: none;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}
.contacts form input:focus,
.contacts form textarea:focus {
  border: 0.5px solid #d47114;
}
.bg-white {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.ttl {
  margin-bottom: 10px;
  margin-top: 20px;
}
.ttl.news-main-center {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ttl.news-main-center a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ttl span {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(184, 184, 184, 0.8);
  border-radius: 50%;
  margin-right: 10px;
}
.ttl span svg {
  width: 10px;
  height: 10px;
  fill: rgba(184, 184, 184, 0.8);
}
.ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-decoration: none !important;
}
.item-card {
  background-color: #fff;
  height: auto;
  position: relative;
  /*  padding-bottom: 16px;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 13px;
  box-shadow: 0px 3px 4px rgba(199, 208, 215, 0.4);
}
@media (max-width: 575px) {
  .item-card {
    padding-bottom: 0;
  }
}
.item-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  /*  opacity: 0;*/
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 4px;
  background-color: #f5891c;
}
.item-card .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.no-items {
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 28px;
  text-align: center;
  width: 100%;
}
.item-card .rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-card .rating .stars svg {
  margin-right: 1px;
  width: 18px;
  height: 18px;
  fill: #f78212;
}
.item-card .rating span {
  margin-left: 6px;
  font-weight: 300;
  font-size: 14px;
  line-height: 126.01%;
  color: #9b9b9b;
}
.item-card .cod-item {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 126.01%;
  color: #212529;
}
.item-card .status-in-stoc {
  margin-bottom: 10px;
}
.item-card .status-in-stoc img {
  width: 16px;
  height: 16px;
}
.item-card .status-in-stoc span {
  margin-left: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 126.01%;
  color: #9b9b9b;
}
.item-card:hover::before {
  opacity: 1;
}
.item-card .image-item a {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-card .image-item img {
  max-width: 100%;
  max-height: 190px;
}
.item-card .status-item {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  cursor: pointer;
}
@media (max-width: 575px) {
  .item-card .status-item {
    top: 5px;
  }
}
.item-card .status-item:hover svg {
  fill: #f5891c;
}
.item-card .status-item svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 22px;
  height: 22px;
  fill: rgba(63, 78, 93, 0.6);
}
.item-card .info-item {
  padding: 10px 14px;
}
@media (max-width: 359px) {
  .item-card .info-item {
    padding: 10px;
  }
}
.item-card .info-item .name-item {
  height: 40px;
  overflow: hidden;
  line-height: 1.2;
}
.item-card .info-item .name-item a {
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.item-card .info-item .price {
  font-size: 19px;
  font-weight: 900;
  margin: 10px 0;
}
@media (max-width: 480px) {
  .item-card .info-item .d-flex.justify-content-between {
    /*    display: block !important;*/
  }
}
@media (max-width: 359px) {
  .item-card .info-item .price {
    font-size: 14px;
  }
  .item-card .info-item .price span:nth-child(2) {
    font-size: 12px !important;
  }
}
.item-card .row-actions {
  margin-top: 8px;
  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;
}
.item-card .row-actions .like-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.item-card .row-actions .like-it.active svg,
.item-card .row-actions .like-it:hover svg {
  fill: #f5891c;
}
.item-card .row-actions .like-it:hover .like-it-count {
  color: #f5891c;
}
.item-card .row-actions .like-it .like-it-count {
  margin-left: 4px;
  font-size: 14px;
  color: #bfbfbf;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-card .row-actions svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.item-card .row-actions.active,
.item-card .row-actions:hover {
  /*color: #f5891c;*/
}
.item-card .row-actions .add-to-compare {
  /*  border: 1px solid rgba(176, 178, 179, 0.8);*/
  /*  border-radius: 6px;*/
  width: 24px;
  height: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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-right: 6px;
  background: transparent;
  transition: 0.3s;
  color: rgba(63, 78, 93, 0.6);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 40px;
}
@media (max-width: 575px) {
  .item-card .row-actions .add-to-compare {
    top: 5px;
  }
}
.item-card .row-actions .add-to-compare.active,
.item-card .row-actions .add-to-compare:hover {
  /*  border-color: #f5891c;*/
  color: #f5891c;
}
@keyframes scale-icon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.item-card .row-actions .add-to-compare.scale-icon svg {
  -webkit-animation: scale-icon 0.5s;
  animation: scale-icon 0.5s;
}
.item-card .row-actions .add-to-cart button {
  background: #eb593a;
  border-radius: 6px;
  border: 1px solid #eb593a;
  width: 36px;
  height: 36px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  color: #fff;
  transition: 0.3s;
}
.item-card .row-actions .add-to-cart button:hover {
  color: #eb593a;
  background-color: transparent;
}
.item-card .row-actions .add-to-cart button svg {
  fill: currentColor;
}
.item-card .row-actions .add-to-cart svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.item-card .row-actions .in-credit {
  display: block;
  color: #f5891c;
  border: 1px solid #f5891c;
  border-radius: 20px;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.item-card .row-actions .in-credit:hover {
  color: #fff;
  background-color: #f5891c;
  text-decoration: none !important;
}
.items-list .col-lg-3 {
  margin-bottom: 30px;
}
.bg-orange {
  padding: 30px 0;
  background-color: #ffb366;
}
.arrows-sticky.arrows-mid .swiper-button-next {
  top: 50%;
}
.arrows-sticky.arrows-mid .swiper-button-prev {
  left: 0;
  background-color: #fff;
  top: 50%;
  width: 20px;
  border-radius: 0 20px 20px 0;
}
.arrows-sticky.arrows-mid .swiper-button-prev::after {
  font-size: 14px;
  color: #000;
}
.arrows-sticky .swiper-button-prev {
  left: 0;
  background-color: #fff;
  top: 30%;
  width: 20px;
  border-radius: 0 20px 20px 0;
}
.arrows-sticky .swiper-button-prev::after {
  font-size: 14px;
  color: #000;
}
.arrows-sticky .swiper-button-next {
  right: 0;
  top: 30%;
  background-color: #fff;
  width: 20px;
  border-radius: 20px 0 0 20px;
}
.arrows-sticky .swiper-button-next::after {
  font-size: 14px;
  color: #000;
}
.swiper-banners .small-banner-block {
  display: block;
  border: 2px solid #fff;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04));
  border-radius: 13px;
  height: 100%;
}
.swiper-banners .swiper-slide {
  height: auto;
}
.swiper-banners img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: top;
  object-position: top;
  padding: 10px;
  border-radius: 26px;
  /* commenting for now to make able loading bigger images */
  /* max-height: 190px; */
}
.swiper-news {
  margin-top: 10px;
}
.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
  margin: 0;
  top: 70px;
}
.swiper-news .news-block {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
  border-radius: 13px;
  overflow: hidden;
}
.swiper-news .news-block:hover h3 a {
  color: #f5891c;
  text-decoration: underline;
}
.swiper-news .news-block img {
  width: 100%;
  /*  height: 145px;*/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.swiper-news .news-block h3 {
  padding: 0 15px;
  font-size: 17px;
}
.swiper-news .news-block h3 a {
  color: #000;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-news .news-block p {
  /*  margin-top: auto;*/
  padding: 0 15px;
  color: #212529;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
.image-news-block {
  margin-bottom: 8px;
  position: relative;
}
.news-block .date-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*  margin-top: 16px;*/
  padding: 0 15px;
  margin-bottom: 10px;
}
.news-block .date-news .day {
  color: #eb6a08;
  font-size: 13px;
  font-weight: 500;
}
.news-block .date-news .mnt-year {
  font-size: 10px;
}
.main-footer {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f78212), to(#e15700));
  background: -webkit-linear-gradient(left, #f78212, #e15700);
  background: -o-linear-gradient(left, #f78212, #e15700);
  background: linear-gradient(90deg, #f78212, #e15700);
}
.main-footer .main-header-socials {
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .main-footer .main-header-socials {
    /*    padding: 0 15px;*/
  }
}
.main-footer .main-header-socials ul {
  margin-left: -4px;
  justify-content: center;
}
.main-footer .main-header-socials a svg {
  display: block;
  fill: #f47b10;
}
.main-footer-inner {
  display: flex;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
}
.footer-logo {
  display: inline-block;
  /*  margin-bottom: 20px;*/
}
.footer-logo img {
  width: 100%;
  max-width: 250px;
}
.main-footer-aside {
  width: 18%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px 20px;
}
@media (max-width: 991px) {
  .main-footer-aside {
    display: none;
  }
}
.main-footer-content {
  width: 82%;
  padding: 15px 25px 15px 15px;
}
@media (max-width: 991px) {
  .main-footer-content {
    width: 100%;
    padding: 25px 15px;
  }
}
.main-footer h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 178%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.main-footer h4 {
  font-size: 14px;
  font-weight: 300;
}
.main-footer h5 {
  font-weight: 900;
  font-size: 16px;
}
.main-footer span {
  font-size: 14px;
  font-weight: 900;
  margin-right: 6px;
}
.main-footer .small {
  font-size: 11px;
  font-weight: 900;
  margin-right: 4px;
}
.main-footer .big {
  font-weight: bolder;
}
.main-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer ul a {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-footer li {
  margin-bottom: 5px;
}
.main-footer li:last-child {
  margin-bottom: 0;
}
.main-footer ul a:hover {
  opacity: 0.6;
}
.main-footer .pay-methods img {
  max-height: 26px;
  max-width: 47px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .main-footer .pay-methods {
    padding: 0 15px;
  }
}
.main-footer .foot-info {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  /*  margin-top: 14px;*/
  max-width: 370px;
}
@media (max-width: 1199px) {
  .main-footer .foot-info {
    max-width: none;
  }
}
.webit {
  display: block;
  width: 46px;
  height: 13px;
  background-image: url(../img/webit-logo.png);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.webit:hover {
  background-position: bottom;
}
.copyright {
  /*  padding: 15px;*/
  /*  border-top: 1px solid rgba(255, 255, 255, 0.2);*/
  /*  margin-left: -15px;*/
  /*  margin-right: -15px;*/
  /*  margin-top: 26px;*/
  /*  background-color: #fff;*/
}
.copyright a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}
@media (max-width: 990px) {
  .copyright {
    padding: 0 15px;
  }
}
.copyright p {
  margin: 0;
  font-weight: 100;
  font-size: 14px;
}
.item-page {
  padding: 10px 0;
}
.item-page h1 {
  font-size: 26px;
  font-weight: 300;
  margin: 10px 0 20px;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs svg {
  width: 16px;
  height: 16px;
  fill: #9b9b9b;
}
.breadcrumbs a {
  font-size: 12px;
  font-weight: 300;
  color: #9b9b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs a.active {
  color: #eb6a08;
}
.breadcrumbs p {
  font-size: 12px;
  font-weight: 300;
  color: #9b9b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0 !important;
}
.breadcrumbs p.active {
  color: #eb6a08;
}
.breadcrumbs span {
  margin: 0 6px;
}
.breadcrumbs span svg {
  width: 8px;
  height: 8px;
}
.head-filter {
  margin-bottom: 10px;
}
.head-filter h2 {
  font-size: 14px;
  color: #212529;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.head-filter a {
  color: #212529;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head-filter a:hover {
  text-decoration: none;
}
.head-filter a:hover svg {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.head-filter svg {
  -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 16px;
  margin-right: 6px;
  height: 16px;
  fill: #212529;
}
.filter {
  padding: 6px 60px 6px 6px;
  position: relative;
}
.filter .submit-filter-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  padding: 6px 12px;
  background-color: #f89333;
}
.filter .submit-filter-button.active {
  display: block;
}
.filter .filter-item {
  padding: 8px 0;
  border-bottom: 1px #e6e6e6 solid;
}
.filter .filter-item .head-filt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter .filter-item .open-filt {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.filter .filter-item .open-filt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.45);
}
.filter .filter-item .open-filt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 10px;
  background-color: rgba(51, 51, 51, 0.45);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.filter .filter-item .name-filt {
  color: #212529;
  font-size: 15px;
  font-weight: 500;
}
.filter .radio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter .radio-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 0;
}
.filter .radio-row label input {
  display: none;
}
.filter .radio-row label input:checked ~ .checkbox_radio::before {
  opacity: 1;
}
.filter .price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  font-size: 14px;
  font-weight: 300;
  margin-top: 28px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter .price-filter input {
  width: 80px;
  text-align: center;
  outline: 0;
  color: #212529;
  border: 1px solid rgba(181, 184, 193, 0.25);
  font-size: 15px;
  padding: 4px 0;
  font-weight: 300;
  background: none;
}
.checkbox_radio {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #e6e6e6;
  position: relative;
}
.checkbox_radio::before {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #f78212;
  border-radius: 50%;
}
.noUi-horizontal {
  margin-top: 30px;
  height: 2px;
  background-color: rgba(235, 106, 8, 0.42);
}
.noUi-target {
  border-radius: 0;
  border: none;
}
.noUi-horizontal .noUi-handle {
  right: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  border: 2px solid #eb6a08;
  box-shadow: none;
  border-radius: 100%;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle-upper {
  background-color: #eb6a08;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-connect {
  background: #eb6a08;
}
.filter-item.active .head-filt-item {
  margin-bottom: 16px;
}
.filter-item.active .open-filt::after {
  opacity: 0;
  height: 0;
}
.checkbox-inputs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.checkbox-inputs label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #212529;
  font-size: 14px;
  font-weight: 300;
}
.checkbox-inputs label input {
  display: none;
}
.checkbox-inputs label input:checked ~ .checkbox {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #eb6a08;
  border-color: #eb6a08;
}
.checkbox-inputs label input:checked ~ .checkbox::before {
  opacity: 1;
}
.checkbox-inputs label .checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border: 1px solid #e1e1e1;
  margin-right: 14px;
}
.checkbox-inputs label .checkbox::before {
  content: "";
  width: 50%;
  height: 50%;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/tick.svg);
  background-size: cover;
  filter: invert(1);
}
.catalog-page-list .col-xl-2,
.catalog-page-list .col-lg-2,
.catalog-page-list .col-lg-3,
.catalog-page-list .col-lg-4 {
  padding-left: 0;
  padding-right: 8px;
  margin-bottom: 8px;
}
.catalog-page h1 {
  margin-top: 0;
}
.catalog-page .catalog-page-list {
  /* margin-top: -27px; */
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .catalog-page .catalog-page-list {
    /* margin-bottom: -37px; */
  }
}
.catalog-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.catalog-page-content .item-card {
  width: calc(16.666% - 8px);
  margin: 0 4px 8px;
}
@media (max-width: 1599px) {
  .catalog-page-content .item-card {
    width: calc(20% - 8px);
  }
}

@media (max-width: 1299px) {
  .catalog-page-content .item-card {
    width: calc(25% - 8px);
  }
}

@media (max-width: 1199px) {
  .catalog-page-content .item-card {
    width: calc(33.3333% - 8px);
  }
}

@media (max-width: 991px) {
  .catalog-page-content .item-card {
    width: calc(25% - 8px);
  }
}

@media (max-width: 767px) {
  .catalog-page-content .item-card {
    width: calc(33.3333% - 8px);
  }
}

@media (max-width: 576px) {
  .catalog-page-content .item-card {
    width: calc(50% - 8px);
  }
}
.navigation {
  padding: 14px;
  margin-top: 30px;
}
.navigation .arrow-back {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation span {
  font-size: 16px;
  color: #212529;
  font-weight: 300;
  margin: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .cur-page-status {
  color: #f5891c;
  font-weight: 700;
}
.navigation a {
  width: 28px;
  height: 28px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  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-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 20px;
}
.navigation a:hover {
  border-color: #212529;
}
.navigation a:hover svg {
  fill: #212529;
}
.navigation a svg {
  width: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #bfbfbf;
  height: 12px;
}
.seo-container {
  margin-top: 8px;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 30px;
}
.seo-container h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.seo-container p {
  font-size: 14px;
  font-weight: 100;
  color: #3b4552;
}
.seo-container .overflow {
  display: none;
}
.seo-container .overflow.active {
  height: 0;
}
.seo-container .overflow span {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.seo-container .overflow span svg {
  width: 40px;
  height: 40px;
  fill: #c7c7c7;
}
.sorting {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.sorting span {
  padding: 4px 10px;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
}
.sorting .curient-span {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  color: #212529;
  padding: 6px 0;
  font-weight: 500;
  color: #eb6a08;
}
.sorting .sort-drop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 99;
  white-space: nowrap;
}
.sorting .sort-drop a {
  padding: 4px 12px;
  font-weight: 300;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
}
.sorting img {
  margin-left: 20px;
  width: 14px;
}
.sorting .open-sort {
  cursor: pointer;
  width: 20px;
  padding: 8px 0;
  height: 100%;
  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;
}
.sorting .open-sort svg {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #eb6a08;
}
.pop-up {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.pop-up .plenka {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}
.pop-up .register-form {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
  text-align: center;
}
.pop-up .register-form .head-reg {
  padding: 20px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#f78212), to(#e15700));
  background: -webkit-linear-gradient(left, #f78212, #e15700);
  background: -o-linear-gradient(left, #f78212, #e15700);
  background: linear-gradient(90deg, #f78212, #e15700);
}
.pop-up .register-form .head-reg svg {
  fill: #fff;
  height: 80px;
  width: 80px;
}
.pop-up .register-form .mid-reg {
  padding: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.pop-up .register-form .mid-reg h3 {
  color: #212529;
  font-size: 18px;
  font-weight: 500px;
}
.pop-up .register-form .mid-reg p {
  font-size: 14px;
  color: #b49479;
}
.pop-up .register-form .footer-reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-up .register-form .footer-reg a {
  margin: 0 20px;
}
.pop-up .register-form .footer-reg img {
  width: 40px;
  height: 40px;
}
.close {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
.close svg {
  width: 12px;
  height: 12px;
  fill: #cd650a;
}
.item-page {
  /*background: #fff;*/
}
.tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  padding: 0 40px;
  border-radius: 13px 13px 0 0;
}
.tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6x;
}
.tabs-item a {
  font-size: 14px;
  font-weight: 300;
  color: #a1a1a1;
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-right: 60px;
}
.tabs-item a:last-child {
  margin-right: 0;
}
.tabs-item a.active {
  color: #f78212;
}
.tabs-item a.active::before {
  opacity: 1;
}
.tabs-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #f78212;
}
.tabs-item svg {
  width: 20px;
  height: 20px;
  fill: #a1a1a1;
}
.item-swiper-tabs {
  cursor: pointer;
}
.item-swiper-tabs img {
  max-width: 90%;
  max-height: 90%;
}
.item-swiper-tabs .swiper-slide-thumb-active {
  border-color: #f78212 !important;
}
.item-swiper-main img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}
.item-swiper-main .swiper-button-next,
.item-swiper-main .swiper-button-prev {
  background-color: #fff;
}
.item-swiper-main .swiper-button-next::after,
.item-swiper-main .swiper-button-prev::after {
  color: #212529;
  font-size: 16px;
}
.item-swiper-main .swiper-button-next {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.item-swiper-main .swiper-button-prev {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.top-small-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
.top-small-banners .small-banner {
  padding: 12px 28px;
  background: #eaeaea;
  border-radius: 13px;
  width: 23.8%;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 111.5%;
  color: rgba(33, 37, 41, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-small-banners .small-banner:hover {
  background-color: rgba(219, 218, 218, 0.733);
}
.top-small-banners .small-banner:hover img {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.top-small-banners .small-banner img {
  height: 40px;
  width: 40px;
  -webkit-transition: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-object-fit: contain;
  object-fit: contain;
}
.stars-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stars-row span {
  margin-left: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 126.01%;
  color: #9b9b9b;
}
.in-stoc {
  color: #90c510;
  margin-top: 2px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.out-stoc {
  color: #cf2828;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.item-info-block .noItem {
  font-size: 20px;
  margin: 20px 0;
  color: #212529;
  text-transform: uppercase;
  font-weight: 300;
}
.out-stoc span {
  padding: 3px 10px;
  border: 1px solid #cf2828;
  border-radius: 100px;
  font-weight: 300;
  font-size: 14px;
}
.out-stoc svg {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  fill: #cf2828;
}
.in-stoc span {
  padding: 3px 10px;
  border: 1px solid rgba(144, 197, 16, 0.53);
  border-radius: 100px;
  font-weight: 300;
  font-size: 14px;
}
.in-stoc svg {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  fill: #90c510;
}
.stars-block {
  width: 100px;
  position: relative;
  padding-top: 30px;
}
.stars-block svg {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-right: 2px;
}
.stars-block .down-stars,
.stars-block .up-stars {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stars-block .down-stars svg {
  fill: #e1e1e1;
}
.stars-block .up-stars {
  overflow: hidden;
  z-index: 9;
}
.stars-block .up-stars svg {
  fill: #f78212;
}
.item-container {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 0 13px 13px 13px;
}
.item-container-slides {
  display: flex;
  flex-direction: row-reverse;
  /*  height: 100%;*/
}
.item-container-slides .item-swiper-tabs {
  width: 121px;
  padding: 60px 2px 60px 33px;
}
.item-container-slides .item-swiper-tabs .swiper-slide {
  width: 86px;
  height: 86px !important;
  border: 1px solid transparent;
  border-radius: 13px;
  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;
}
.item-container-slides .item-swiper-main {
  width: calc(100% - 121px);
}
.item-container-slides .item-swiper-main .flag-new {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
@media (max-width: 480px) {
  .item-container-slides .item-swiper-main .flag-new {
    display: block;
  }
}
.flag-gift {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #eb593a;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 5px;
}
.flag-green {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #80b00a;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 5px;
}
.flag-blue {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #3abbf2;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 5px;
}
.item-container-slides .item-swiper-main .swiper-slide {
  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;
}
@media (max-width: 1049px) {
  .item-container-slides {
    display: block;
  }
  .item-container-slides .item-swiper-tabs {
    width: auto;
    padding: 0 20px;
  }
  .item-container-slides .item-swiper-main {
    width: auto;
  }
}
.item-info-block {
  width: 50%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 40px 20px;
}
.item-info-block .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .item-info-block h1 {
    /*    order: 1;*/
  }
  .item-info-block .title-box {
    /*    flex-direction: column;*/
    /*    align-items: start;*/
    display: block;
    position: relative;
  }
}
.item-info-block .title-box .flag-new {
  flex-shrink: 0;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .item-info-block .title-box .flag-new {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .item-info-block .title-box .flag-new {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
  }
}
.item-info-block .title-box .flag-new img {
  width: 100px;
}
@media (max-width: 1600px) {
  .item-info-block .title-box .flag-new img {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .item-info-block .title-box .flag-new img {
    width: 55px;
  }
}
.item-info-block .title-box img {
}

@media (max-width: 991px) {
  .item-info-block {
    width: 100%;
    max-width: none;
  }
}
.item-info-block h1 {
  font-weight: 400;
  font-size: 26px;
  line-height: 178%;
  color: #212529;
  margin-bottom: 4px;
  padding-right: 10px;
}
@media (max-width: 1600px) {
  .item-info-block h1 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.code-stock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-info-block .cod-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #8e8c8c;
  margin-bottom: 10px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
}
.cod-item-label {
  margin-right: 5px;
}
.cod-item-value {
  color: #212529;
}
.item-info-block h4 {
  font-size: 14px;
  font-weight: 500;
}
.item-info-block .colors-row input {
  display: none;
}
.item-info-block .colors-row label {
  cursor: pointer;
  margin-right: 6px;
}
.item-info-block .colors-row label input:checked ~ .checbox-radio-detail {
  border: 1px solid #cd650a;
}
.item-info-block .colors-row .checbox-radio-detail {
  width: 26px;
  height: 26px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-info-block .colors-row .checbox-radio-detail span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.item-info-block .models-row input {
  display: none;
}
.item-info-block .models-row input:checked ~ .checbox-radio-size {
  border-color: #f5891c;
}
.item-info-block .models-row label {
  cursor: pointer;
}
.item-info-block .models-row .checbox-radio-size {
  padding: 4px 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
}
.main-info-item .cod-item {
  font-size: 100;
  font-size: 14px;
}
.main-info-item .price-curient {
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 1600px) {
  .main-info-item .price-curient {
    font-size: 24px;
  }
}
.main-info-item .price-old {
  margin-left: 6px;
  font-size: 19px;
  font-weight: 100;
  position: relative;
}
.main-info-item .price-old::before {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  background-color: #000;
}
.main-info-item .buy-it-button {
  width: 100%;
  border: 0;
  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;
  padding: 7.5px 20px;
  border-radius: 100px;
  margin-top: 9px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background-color: #f78212;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px rgba(121, 121, 121, 0.1);
  box-shadow: 0 0 10px rgba(121, 121, 121, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-info-item .buy-it-button:hover {
  opacity: 0.6;
}
.main-info-item .buy-it-button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 6px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.main-info-item .credit-it-button {
  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;
  padding: 6.5px 20px;
  border-radius: 100px;
  margin-top: 9px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  color: #f78212;
  font-size: 14px;
  border: 1px solid #f78212;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: #fff;
  transition: 0.5s;
}
.main-info-item .credit-it-button:hover {
  background-color: #f78212;
  color: #fff;
}
.credit-it-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.credit-it-inner form {
  width: calc(33.3333% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
.credit-it-inner .credit-it-button {
  width: calc(33.3333% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  padding: 6.5px 5px;
}
.credit-form.credit-iute .credit-it-inner .credit-it-button {
  margin: 0;
}
.credit-it-inner .credit-iute-button {
  width: calc(33.3333% - 10px);
}
.credit-it-inner .credit-iute-button .credit-it-button {
  width: calc(100% - 10px);
}
.credit-it-inner .credit-iute form{
  width: calc(100% - 10px);
  margin-top: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .credit-it-inner form {
    width: calc(100% - 10px);
  }
  .credit-it-inner .credit-it-button,
  .credit-it-inner .credit-iute-button {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .credit-it-inner form,
  .credit-it-inner .credit-it-button,
  .credit-it-inner .credit-iute-button {
    width: calc(100% - 10px);
  }
  .credit-it-inner .credit-iute-button {
    margin: 0 5px;
  }
  .credit-it-inner .credit-iute-button .credit-it-button {
    margin: 9px 0 0;
    width: 100%;
  }
}
.promotion-wrapper {
  display: flex;
  justify-content: space-between;
}
.promotion-item--top {
  display: none;
}
.promotion-item {
  border-radius: 8px;
  background: rgba(247, 130, 18, 0.13);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  flex: 1 1 auto;
  margin-right: 10px;
  text-decoration: none !important;
  color: #212529 !important;
}
@media (max-width: 576px) {
  /*.promotion-wrapper {
    flex-direction: column-reverse;
  }
  .promotion-item {
    margin-right: 0;
    margin-top: 10px;
  }*/
  .promotion-item--top {
    display: block;
    margin-right: 0;
  }

  .promotion-wrapper .promotion-item {
    display: none;
  }
}
.promotion-item p {
  margin-bottom: 0;
}
.promotion-row {
  margin-bottom: 6px;
}
.promotion-row span {
  font-weight: 700;
  color: #f78212;
}
.promotion-desc {
  color: rgba(33, 37, 41, 0.5);
}
.main-info-item .garant {
  flex: 1 0 auto;
  margin-top: 20px;
  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;
  padding: 10px;
  border: 2px dotted #f78212;
  border-radius: 8px;
}
.main-info-item .garant span {
  /*  font-weight: 300;*/
  font-size: 14px;
  line-height: 178%;
  color: #212529;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-small {
  margin-left: -15px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  padding: 20px;
}
.item-small .column-actions {
  padding: 30px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 126.01%;
  color: #212529;
}
.item-small .column-actions a {
  color: #cd650a;
  text-decoration: underline;
}
.item-small .column-actions span {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.item-small .column-actions svg {
  fill: #cdcdcd;
  width: 24px;
  height: 24px;
}
.item-small .credit-in-day {
  font-weight: 300;
  font-size: 13px;
  line-height: 126.01%;
  color: #212529;
  margin-bottom: 10px;
}
.item-small .credit-it {
  font-weight: 500;
  font-size: 14px;
  line-height: 126.01%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #f78212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8.5px 12px;
  margin-top: 12px;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid rgba(247, 130, 18, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-small .credit-it:hover {
  background-color: #f78212;
  color: #fff;
}
.item-small .but-it {
  background: #f78212;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 126.01%;
  color: #fff;
  padding: 8.5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-small .but-it:hover {
  opacity: 0.6;
}
.item-small .but-it svg {
  fill: #fff;
  width: 20px;
  margin-right: 6px;
  height: 20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.item-small .price-curient {
  font-weight: 700;
  font-size: 23px;
  color: #212529;
}
.item-small .price-old {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 4px;
  color: #212529;
  position: relative;
}
.item-small .price-old::before {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  background-color: #000;
}
.item-small .image-item-small {
  margin-bottom: 16px;
}
.item-small .image-item-small img {
  width: 100%;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}
.item-small .name-item-small {
  font-weight: 300;
  font-size: 16px;
  line-height: 178%;
  color: #212529;
}
.item-small .cod-item-small {
  font-weight: 300;
  font-size: 13px;
  line-height: 178%;
  color: #8e8c8c;
  margin: 6px 0;
}
.actions-item {
  margin-top: 16px;
  padding-bottom: 16px;
}
.actions-item span {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 300;
}
.actions-item .col-lg-3,
.actions-item .col-lg-4,
.actions-item .col-lg-5 {
  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;
}
.actions-item .col-lg-3,
.actions-item .col-lg-4 {
  border-right: 1px #eaeaea solid;
}
.actions-item svg {
  min-width: 34px;
  width: 34px;
  min-height: 34px;
  height: 34px;
  fill: #cdcdcd;
  margin-right: 10px;
}
.actions-item a {
  color: #f5891c;
  text-decoration: underline;
}
.main-attribs {
  padding-top: 14px;
}
.main-attribs .row {
  margin-bottom: 8px;
}
.main-attribs h4 {
  color: #212529;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 20px;
}
.main-attribs .left-attr {
  position: relative;
}
.main-attribs .left-attr::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 90%;
  border-bottom: 1px #9b9b9b dotted;
}
.main-attribs .left-attr span {
  background-color: #fff;
  color: #9b9b9b;
  position: relative;
  font-size: 14px;
  padding: 4px 0;
}
.main-attribs .right-attr {
  font-size: 14px;
  font-weight: 300;
}
.desctiption-item {
  margin: 30px auto;
  padding: 10px 40px 40px;
}
.desctiption-item .head-descr {
  padding: 10px 0;
  font-size: 25px;
  font-weight: 300;
}
.desctiption-item .head-descr svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: #f89537;
}
.desctiption-item .row {
  margin-bottom: 6px;
}
.desctiption-item h4 {
  margin-top: 30px;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.desctiption-item .left-attr {
  position: relative;
  padding-right: 0;
}
.desctiption-item .left-attr::before {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 90%;
  border-bottom: 1px #a1a1a1 dotted;
}
.desctiption-item .left-attr span {
  padding: 6px 6px 6px 0;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  color: #9b9b9b;
  position: relative;
}
.desctiption-item .right-attr {
  font-size: 14px;
  font-weight: 300;
}
.related-categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.related-categorys a {
  margin-right: 10px;
  border: 1px solid #fa9435;
  padding: 6px 14px;
  /*background-color: #fff;*/
  border-radius: 30px;
  color: #fa9435;
  display: block;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
.related-categorys a:hover {
  background-color: #fa9435;
  color: #fff;
}
.related-categorys svg {
  width: 10px;
  height: 10px;
}
.swiper-items {
  padding: 10px 0;
}
.swiper-items .swiper-slide {
  height: auto;
}
.swiper-items .item-card {
  height: 100%;
  overflow: hidden;
}
.noItemOver {
  position: relative;
}
.noItemOver::after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.box-shadow {
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.cart-page {
  background-color: #fff;
  padding: 0;
  margin-top: 10px;
}
.cart-page .total-price {
  font-weight: 700;
  font-size: 18px;
  color: #f78212;
}
.cart-page .total-price .total-row {
  padding: 16px 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-page .total-price .total-row::before {
  content: "";
  position: absolute;
  bottom: 28px;
  width: 100%;
  left: 0;
  border-bottom: 1px dotted #f0740c;
}
.cart-page .total-price .total-row span {
  padding: 4px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.cart-page .delete-from-cart {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cart-page .delete-from-cart {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.cart-page .delete-from-cart:hover svg {
  fill: #f0740c;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cart-page .delete-from-cart svg {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #9b9b9b;
  width: 100%;
  height: 100%;
}
.cart-page h1 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
}
.cart-page h2 {
  margin-top: 12px;
  font-size: 26px;
  font-weight: 300;
}
.cart-page .cart-block {
  margin-top: 30px;
  overflow: hidden;
  background-color: #fff;
}
.cart-page .cart-block .rowcart:first-child {
  /* border-top: 1px rgba(0, 0, 0, 0.1) solid; */
}
.cart-page .image-cart {
  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: 17%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .cart-page .image-cart {
    width: 30%;
    max-width: 90px;
  }
}
.cart-page .image-cart a {
  display: block;
}
.cart-page .image-cart img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100px;
}
.cart-page .item-name-cart {
  font-weight: 300;
  font-size: 16px;
  line-height: 178%;
  display: block;
  color: #f78212;
  line-height: 1.2;
}
.cart-page .cod-item-cart {
  font-size: 13px;
  font-weight: 100;
}
.cart-page .price-item-cart {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cart-page .price-item-cart {
    display: none;
  }
}
.cart-page .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  width: 132px;
}
@media (max-width: 990px) {
  .cart-page .count {
    width: 110px;
  }
}
.cart-page .count input {
  font-weight: 300;
  font-size: 16px;
  line-height: 146.4%;
  letter-spacing: 0.025em;
  color: #212529;
  border: 0;
  outline: 0;
  width: 50px;
  text-align: center;
  background: none;
}
.cart-page .minus {
  cursor: pointer;
  position: relative;
  width: 40px;
  display: block;
  height: 50px;
  border-right: 1px #dfdfdf solid;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cart-page .minus:hover {
  background-color: #f78212;
}
.cart-page .minus:hover::after {
  background-color: #fff;
}
.cart-page .minus::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background-color: #cdcdcd;
}
.cart-page .plus {
  position: relative;
  width: 40px;
  cursor: pointer;
  border-left: 1px #dfdfdf solid;
  display: block;
  height: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cart-page .plus:hover {
  background-color: #f78212;
}
.cart-page .plus:hover::after,
.cart-page .plus:hover::before {
  background-color: #fff;
}
.cart-page .plus::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background-color: #9b9b9b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cart-page .plus::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: #9b9b9b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cart-page .price-final-cart {
  font-weight: 700;
  font-size: 16px;
  line-height: 178%;
  color: #212529;
  width: calc(100% - 116px);
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 757px) {
  .cart-page .price-final-cart {
    padding: 0;
    width: calc((100% - 110px) / 2);
    text-align: right;
  }
}
.cart-page .rowcart {
  padding: 16px 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.cart-page .rowcart-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
}
@media (max-width: 767px) {
  .cart-page .rowcart-left {
    width: 100%;
  }
}
.cart-page .rowcart-info {
  width: 83%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .cart-page .rowcart-info {
    padding-right: 40px;
    padding-left: 0;
    flex-grow: 1;
    width: auto;
    max-width: 70%;
  }
}
.cart-page .rowcart-right {
  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;
  width: 40%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .cart-page .rowcart-right {
    width: 100%;
    margin-top: 20px;
  }
}
.price-current-cart {
  display: none;
  width: calc((100% - 110px) / 2);
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .price-current-cart {
    display: block;
  }
}
.cart-page .ttl-cart {
  font-size: 26px;
  font-weight: 300;
  padding: 10px 0;
}
.order-form {
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  padding-left: 40px;
  background-color: #fff;
}
.order-form input {
  width: 75%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 100;
  outline: 0;
  margin-bottom: 14px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e6e6e6;
}
.order-form input.error {
  border-color: #f33;
  color: #f33;
}
.error.checkbox-radio {
  border: 1px solid #f33 !important;
}
.order-input__error {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #f33;
}
.order-form input:focus {
  border-color: #eb6a08;
}
.order-form .delivery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-form .delivery-block.label-r label {
  margin-right: 36px;
}
.order-form .delivery-block .checkbox-radio {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 2px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #eb6a08;
}
.order-form .delivery-block .checkbox-radio::before {
  content: "";
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #eb6a08;
}
.order-form .delivery-block input {
  display: none;
}
.order-form .delivery-block input:checked ~ .checkbox-radio {
  border-color: #eb6a08;
}
.order-form .delivery-block input:checked ~ .checkbox-radio::before {
  opacity: 1;
}
.order-form .delivery-block label {
  margin-right: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}
.order-form h4 {
  font-size: 17px;
  line-height: 73.5%;
  letter-spacing: 0.04em;
  color: #212529;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.order-form h4 span {
  font-size: 18px;
  margin-right: 20px;
  width: 40px;
  height: 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;
  border-radius: 50%;
  background-color: #c4c4c4;
  color: #fff;
}
.page-lost {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.page-lost h1 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #333;
}
.page-lost h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 150.28%;
  color: #333;
  margin-top: 30px;
}
.page-lost a {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  line-height: 161.8%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f89333;
}
.status-block-order {
  padding: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 11px;
  width: 600px;
  margin: 120px 0;
}
.status-block-order h1 {
  margin-top: 45px;
  font-size: 20px;
  line-height: 12px;
  text-transform: uppercase;
  color: #333;
}
.status-block-order h2 {
  font-weight: 300;
  font-size: 15px;
  line-height: 12px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 20px;
}
.status-block-order a {
  font-weight: 300;
  font-size: 15px;
  line-height: 12px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f78212;
}
.credit-calc {
  margin-top: 40px;
}
.credit-calc input {
  width: 80px;
  padding: 4px 8px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.credit-calc .h2 {
  font-size: 17px;
  line-height: 73.5%;
  margin-bottom: 30px;
  margin-top: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #212529;
}
.credit-calc .h3 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 137.5%;
  letter-spacing: 0.04em;
  color: #212529;
}
.credit-calc .cred-final {
  margin-top: 10px;
  border-left: 1px #bfbfbf solid;
}
.credit-calc .cred-final span {
  font-weight: 700;
  font-size: 20px;
}
.credit-calc #slider-credit {
  width: 80px;
  margin-top: 0;
  margin-left: 10px;
}
.form-final {
  padding: 30px 40px 30px 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 60px;
}
.form-final .div-final {
  margin-bottom: 20px;
  border: 0.5px solid #e6e6e6;
  border-radius: 8px;
}
.form-final .div-final div {
  padding: 10px 20px;
  border-bottom: 0.5px solid #e6e6e6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-final .div-final div .right-part {
  /*  flex-grow: 1;*/
  font-weight: 700;
  font-size: 18px;
  line-height: 178%;
  color: #212529;
  /*  text-align: right;*/
}
.form-final .div-final div .left-part {
  font-size: 15px;
  line-height: 137.5%;
  letter-spacing: 0.04em;
  color: #212529;
  padding-right: 5px;
}
.form-final .div-final .final-orange .left-part,
.form-final .div-final .final-orange .right-part {
  color: #f78212;
}
.form-final button {
  width: 100%;
  border: 0;
  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;
  padding: 7.5px 20px;
  border-radius: 100px;
  margin-top: 9px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background-color: #f78212;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px rgba(121, 121, 121, 0.1);
  box-shadow: 0 0 10px rgba(121, 121, 121, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.form-final button:hover {
  background-color: #ed6f0a;
}
.border-left-cart {
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.zoomImg {
  min-width: 1000px;
  min-height: 1000px;
}
.thanks-page {
  padding: 70px 0;
}
.thanks-page img {
  margin-bottom: 30px;
  -webkit-animation: roto 4s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation: roto 4s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
.thanks-page p {
  font-size: 30px;
  font-weight: 300;
}
.thanks-page .center-column {
  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;
}
.logo img {
  width: 100%;
}
.mobile-footer-dropds {
  max-width: 280px;
}
@media (max-width: 991px) {
  .mobile-footer-dropds {
    max-width: none;
  }
}
.main-footer-phones a {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .main-footer-phones a {
    margin-bottom: 5px;
  }
}
.mob-go,
.mobile-footer-dropds svg {
  display: none;
}
@-webkit-keyframes roto {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100%,
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roto {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100%,
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 1360px) {
  .container {
    max-width: 100%;
  }
  .catalog-page-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catalog-page-list .col-xl-2,
  .catalog-page-list .col-lg-2,
  .catalog-page-list .col-lg-3,
  .catalog-page-list .col-lg-4 {
    padding-left: 8px;
  }
  .w-33 h3 {
    font-size: 14px;
  }
  .svg-fixed svg {
    width: 16px;
    height: 16px;
  }
  .menu ul a {
    font-size: 13px;
    padding: 4px;
  }
  .item-card .row-actions svg {
    /*    width: 22px;*/
    /*    height: 22px;*/
  }
  .item-card .row-actions .in-credit {
    font-size: 12px;
  }
  .item-card .row-actions .like-it {
    margin-right: 0;
  }
  .item-card .name-item a {
    font-size: 15px !important;
  }
  .swiper-news .news-block p {
    font-size: 12px;
  }
  .swiper-news .news-block h3 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .mob-order-last {
    /*    margin-bottom: 30px;*/
    /*    -webkit-box-ordinal-group: 11;*/
    /*    -ms-flex-order: 10;*/
    /*    order: 10;*/
    /*    padding: 0 30px;*/
  }
}
@media (max-width: 990px) {
  .form-final {
    margin-top: 0;
  }
  .langs-mobile {
    text-transform: uppercase;
  }
  .order-form .col-lg-8.pr-4.pt-5.pb-5 {
    padding-top: 0 !important;
  }
  .order-form h4 {
    margin-bottom: 16px;
  }
  .order-form label {
    display: none;
  }
  .order-form input {
    margin-bottom: 10px;
  }
  .mob-column-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .refresh-page {
    margin-top: 10px;
    font-size: 12px;
    padding: 6px 10px;
  }
  .pl-mob-0 {
    padding-left: 0 !important;
  }
  .catalog-page-list .col-xl-2,
  .catalog-page-list .col-lg-2,
  .catalog-page-list .col-lg-3,
  .catalog-page-list .col-lg-4 {
    /*padding-right: 0;
    padding-left: 0;*/
  }
  .modal-content {
    height: auto;
    overflow-y: auto;
    max-height: 90vh;
  }
  .credit-prices-popup {
    max-width: unset;
    width: 90%;
    height: auto;
    overflow-y: auto;
    max-height: 90vh;
  }
  .credit-prices-popup h5 {
    padding-top: 20px;
  }
  .credit-prices-popup .finance-rates .finance-rates .finance-rate {
    padding: 10px 18px;
    font-size: 12px;
  }
  .catalog-open .catalog .drop-catalog {
    display: none;
  }
  .swiper-main {
    height: auto;
  }
  .top-small-banners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .top-small-banners .small-banner {
    width: 49%;
    margin-top: 8px;
  }
  .main-info-item .col-lg-4.pr-0 {
    padding-left: 0 !important;
  }
  .main-info-item .col-lg-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-close {
    display: block;
    padding: 16px 20px;
    background-color: #fa9435;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .catalog .drop-catalog .main-level-catalog {
    padding: 8px 20px !important;
  }
  .catalog .drop-catalog,
  .catalog .drop-catalog .catalog-level-second,
  .mobile-drop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    background-color: #fff;
  }
  .catalog .drop-catalog {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .catalog .drop-catalog .catalog-level-second,
  .mobile-drop {
    padding: 60px 20px 20px !important;
  }
  .catalog .drop-catalog .catalog-level-second h3,
  .catalog .drop-catalog .catalog-level-second h4 {
    font-size: 18px !important;
    font-weight: 500;
    margin: 0;
    text-decoration: none !important;
  }
  .catalog .drop-catalog .catalog-level-second h3 a,
  .catalog .drop-catalog .catalog-level-second h4 a {
    text-decoration: none !important;
    padding: 8px 0;
    display: inline-block;
  }
  .catalog .catalog-row:hover .catalog-level-second,
  .mobile-drop {
    display: none;
  }
  .grid-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .ttl a {
    font-size: 20px;
  }
  .descr-text {
    font-size: 16px;
  }
  .item-info-block h1 {
    line-height: 148%;
  }
  .cabinet-page .col-lg-9 {
    padding-left: 15px !important;
  }
  .cabinet-page .name-user {
    margin-top: 20px;
  }
  .cabinet-page .list-cabinet {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }
  .page h1,
  .page h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contacts form {
    margin-bottom: 30px;
  }
  .filter {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .form-final button {
    margin-top: 30px;
  }
  .cart-page {
    margin-bottom: 40px;
    position: relative;
  }
  .cart-page .cart-loading-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/loader.gif');
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
    z-index: 100;
  }
  .item-page .border-left {
    border: 0 !important;
  }
  .close-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px;
    margin-bottom: 20px;
  }
  .close-filter svg {
    width: 20px;
    height: 20px;
  }
  .status-block-order h1 {
    line-height: 120%;
  }
  .page-lost img {
    width: 80%;
  }
  .close-parent {
    cursor: pointer;
  }
  .menu-catalog-list a {
    font-weight: 300;
    font-size: 14px;
    line-height: 13px;
    color: #212529;
    text-decoration: none;
    display: block;
    padding: 10px;
  }
  .menu-catalog-list .open-mobile {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-catalog-list .open-mobile svg {
    width: 20px !important;
    height: 20px !important;
    fill: #000;
  }
  .menu-catalog-list .open-mobile a {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 13px;
    color: #212529;
    text-decoration: none;
  }
  .catalog-over {
    padding: 15px;
    background-color: #fff;
  }
  .catalog-over .close-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .catalog-over .close-row svg {
    width: 20px;
    height: 20px;
  }
  .catalog-over .catalog-ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 0.5px solid #d2dbeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #f78212;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog-over .catalog-ttl svg {
    margin-right: 8px;
    width: 14px;
    height: 14px;
    fill: #f78212;
  }
  .brand-block {
    height: 80px;
  }
  .brand-block img {
    max-height: 40px !important;
  }
  .with-droppy .droppy-open {
    display: inline-block !important;
    position: relative;
  }
  .with-droppy .droppy-open::before {
    content: "";
    position: absolute;
    left: calc(100% + 4px);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 8px;
    height: 8px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    background-image: url(../img/icons/arrow-point-to-right.svg);
  }
  .with-droppy .droppy-open.active::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .with-droppy .droppy {
    display: none;
    padding-left: 16px !important;
  }
  .with-droppy .droppy a {
    text-transform: none !important;
  }
  .grid-item h3 a {
    font-size: 14px !important;
  }
  .profile-block a:last-child {
    border: 0;
  }
  .cart-page .minus,
  .cart-page .plus {
    height: 30px;
    width: 30px;
  }
  .order-form {
    padding: 0;
    border: 0;
  }
  .order-form .mobile-inputs-cart input {
    width: 100%;
  }
  .cart-page .cart-block {
    margin-top: 10px;
  }
  .order-form .delivery-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .cart-page .total-price {
    font-size: 18px;
  }
  .order-form .delivery-block label {
    font-size: 16px;
  }
  .credit-calc .mobile-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-final {
    padding: 0;
  }
  .credit-calc #slider-credit {
    margin-left: 30px;
    width: 120px;
  }
  .order-form input {
    width: 90px;
  }
  .border-left-cart {
    border-left: 0 !important;
  }
  .credit-calc .cred-final {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-left: 0;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  .cart-page .total-price .total-row {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .cart-page .rowcart .mob-w-50 {
    /*    max-width: 50%;*/
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  .mob-f-end,
  .mobile-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .seo-container .overflow {
    height: 120px;
  }
  .arrows-sticky .swiper-button-next,
  .arrows-sticky .swiper-button-prev {
    background-color: transparent;
  }
  .profile-open .form-block .close-row {
    background: #fff !important;
  }
  .cabinet-page .col-lg-8 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .cabinet-page {
    overflow-x: hidden !important;
  }
  .hidden-history .col-lg-2 {
    padding-left: 15px !important;
    padding-right: 0 !important;
    max-width: 40%;
  }
  .main-info-item .d-flex.wrap {
    -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;
  }
  .main-info-item .d-flex.wrap .col-lg-12.pr-0 {
    padding-left: 0 !important;
  }
  .main-info-item .d-flex.wrap .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-info-item .d-flex.wrap .w-50 {
    width: 100% !important;
  }
  .hidden-history .col-lg-6 {
    max-width: 60%;
  }
  .hidden-history .col-lg-4 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #d2dbeb;
  }
  .cabinet-page .row-history-order .count-order,
  .cabinet-page .row-history-order .date-order,
  .cabinet-page .row-history-order .order-num {
    font-size: 13px;
    margin-top: 8px;
  }
  .cabinet-page .row-history-order .price-order {
    font-size: 16px;
  }
  .hidden-history .image-hidden-history img {
    width: 100%;
    height: auto;
    max-height: 140px;
  }
  .cabinet-page .row-history-order {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0 !important;
  }
  .cabinet-page .row-history-order .col-lg-7 {
    display: none;
  }
  .profile-block {
    background-color: #fff;
    padding: 20px;
  }
  .profile-block .your-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #212529;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 0.5px solid #e1e1e1;
  }
  .profile-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 8px;
    border-bottom: 0.5px solid #e1e1e1;
    letter-spacing: 0.025em;
    color: #212529;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-block a svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: transparent;
    stroke: #ed6f0a;
  }
  .compare-page .compare-left-column,
  .compare-page .filter-compare h2,
  .compare-page .item-count {
    display: none;
  }
  .compare-page .col-lg-9.pl-0 {
    padding-right: 0 !important;
  }
  .filter-compare {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .compare-page .filter-compare .row-checkbox label input:checked ~ .checkbox-block {
    background-color: #9b9b9b;
    z-index: 0;
  }
  .compare-page .filter-compare .row-checkbox label input:checked ~ span {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .compare-page .clear-it {
    display: none;
  }
  .compare-page .item-card .row-actions .in-credit {
    font-size: 12px;
    padding: 8px 12px;
    white-space: nowrap;
    display: block;
  }
  .item-card .name-item a {
    font-size: 13px !important;
  }
  .compare-page .row-actions {
    position: relative;
  }
  .compare-page .row-actions .add-to-cart {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
  }
  .item-card .row-actions .like-it {
    margin-left: 6px !important;
  }
  .compare-page .compare-left-column {
    margin-top: 0;
  }
  .compare-page .filter-compare .row-checkbox label {
    position: relative;
    padding: 6px 14px;
    white-space: nowrap;
    color: #9b9b9b;
  }
  .compare-page .filter-compare .row-checkbox label .checkbox-block {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #9b9b9b;
    background: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .filter-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .compare-page .filter-compare .row-checkbox {
    margin-right: 14px;
  }
  .main-attribs .left-attr::before {
    display: none;
  }
  .news-list .news-item img {
    /*    height: 280px;*/
  }
  .reviews-h-item h2 {
    font-size: 18px;
  }
  .reviews-h-item .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .review-stars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .review-stars .stars-row {
    margin-bottom: 16px;
  }
  .seo-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-attribs .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-attribs .row .col-4,
  .main-attribs .row .col-8 {
    max-width: 100%;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .item-swiper-main .swiper-button-next {
    right: 0;
  }
  .item-swiper-main .swiper-button-prev {
    left: 0;
  }
  .mob-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .related-categorys {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .related-categorys::-webkit-scrollbar {
    display: none;
  }
  .related-categorys a {
    border-radius: 20px;
    white-space: nowrap;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 4px 8px;
    color: #f0740c;
    border: 1px solid #f0740c;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .desctiption-item .left-attr::before,
  .related-categorys a svg {
    display: none;
  }
  .actions-item .col-lg-3,
  .actions-item .col-lg-4,
  .actions-item .col-lg-5 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 4px 0;
  }
  .desctiption-item {
    padding: 10px 15px;
  }
  .mob-no-important {
    display: none !important;
  }
  .divs-no-ml div {
    margin-left: 0 !important;
  }
  .item-info-block {
    padding: 15px 30px;
  }
  .main-info-item {
    margin-top: 20px !important;
  }
  .w-33 h3 {
    display: none;
  }
  .container-item {
    /*background-color: #fff;*/
  }
  .container-item .item-container {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .container-item .item-container .credit-price {
    padding: 10px 0;
  }
  .container-item .item-swiper-tabs img {
    display: none;
  }
  .container-item .item-swiper-tabs .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  .container-item .item-swiper-tabs .swiper-slide {
    width: 10px;
    height: 10px !important;
    background-color: transparent;
    border: 1px solid #fa9435;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .container-item .item-swiper-tabs .swiper-slide.swiper-slide-thumb-active {
    background-color: #fa9435;
  }
  .tabs-row {
    border: 0;
    background: none;
    padding: 0;
  }
  .tabs-item {
    margin-bottom: 20px;
  }
  .tabs-item a {
    padding: 4px 10px !important;
    background-color: transparent;
    border: 1px solid #9b9b9b;
    border-radius: 74px;
    margin-right: 8px;
  }
  .tabs-item a.active {
    background: #9b9b9b;
    color: #fff;
  }
  .tabs-item a.active::before {
    display: none;
  }
  .tabs-item span {
    display: block;
  }
  .sorting .curient-span {
    padding: 7px 20px;
    font-size: 15px;
  }
  .sorting .open-sort {
    padding: 10px 0;
  }
  .panel-filter-open {
    padding: 0 15px !important;
    margin: 10px 0;
    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;
  }
  .panel-filter-open .sorting {
    margin-bottom: 0;
  }
  .mob-px-0 {
    padding: 0 !important;
  }
  .panel-filter-open .open-filter-mobile {
    color: #212529;
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px 26px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  }
  .panel-filter-open .open-filter-mobile span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .panel-filter-open svg {
    fill: #212529;
    height: 14px;
    width: 14px;
    margin-right: 2px;
  }
  .catalog-page-list .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .desctiption-item {
    margin: 0;
  }
  .filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: #fff;
  }
  .breadcrumbs {
    /*    white-space: nowrap;*/
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .main-footer {
    padding-top: 0;
  }
  .mob-p-0 {
    padding: 0;
  }
  .mobile-footer-dropds h3 {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 30px 5px 15px !important;
  }
  .row-actions-item .row-one-action svg {
    /*    margin-top: 10px;*/
  }
  .mobile-footer-dropds h3.active svg {
    -webkit-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
  }
  .mobile-footer-dropds h3 svg {
    position: absolute;
    right: 30px;
    top: 35%;
    display: block;
    width: 12px;
    fill: #fff;
    height: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
  }
  .mobile-footer-dropds .hidden-footy {
    background-color: #e16c0f;
    display: none;
    padding: 10px 30px;
  }
  .mobile-footer-dropds .hidden-footy a {
    font-weight: 500;
    font-size: 18px;
  }
  .footer-logo {
    display: block;
  }
  .mob-flex-column {
    margin-top: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .mob-flex-column-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-footer h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 0;
  }
  .mob-go {
    display: block;
  }
  .copyright .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright .container p {
    margin-bottom: 8px;
  }
  .swiper-main {
    margin-top: 0;
  }
  .hero .col-lg-9 {
    padding-right: 0 !important;
  }
  .mob-no {
    display: none;
  }
  .svg-fixed svg {
    width: 24px;
    height: 24px;
  }
  .right-bar .lang,
  .right-bar .phone-numbers,
  .right-bar .wallet {
    font-size: 12px;
  }
  .items-list .col-lg-3 {
    margin-bottom: 16px !important;
    padding: 0 8px !important;
  }
  .open-mobile {
    padding: 14px 20px !important;
  }
  .open-mobile svg {
    width: 24px !important;
    height: 24px !important;
  }
  .mobile-header {
    background: -webkit-gradient(linear, left top, right top, from(#f78212), to(#e15700));
    background: -webkit-linear-gradient(left, #f78212, #e15700);
    background: -o-linear-gradient(left, #f78212, #e15700);
    background: linear-gradient(90deg, #f78212, #e15700);
    display: block;
  }
  .mobile-header .logo {
    padding: 10px;
    display: block;
  }
  .mobile-header .logo img {
    width: 100%;
  }
  .mobile-header .cart-mobile svg {
    width: 25px;
    height: 25px;
    fill: #fff;
  }
  .mobile-header .drop-langs {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    z-index: 9;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .mobile-header .drop-langs a {
    font-size: 20px;
    padding: 10px;
    color: #f78212;
  }
  .mobile-header .langs-mobile {
    color: #fff;
    position: relative;
  }
  .mobile-header .langs-mobile span {
    white-space: nowrap;
    font-size: 20px;
  }
  .mobile-header .langs-mobile svg {
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #fff;
  }
  .border-right-dotter {
    border-right: 2px dotted rgba(0, 0, 0, 0.2);
  }
  .border-bottom-dotter {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  }
  .col-3 {
    border-right: 2px dotted rgba(0, 0, 0, 0.2);
  }
  .mob-pl-15 {
    padding-left: 15px !important;
  }
  .item-card .image-item a {
    height: 180px;
  }
  .item-card .image-item img {
    max-height: 180px;
  }
  .one-news .container-news img {
    width: 100%;
    height: auto;
  }
  .one-news .container-news .name-news h1 {
    font-size: 18px;
  }
  .one-news .container-news .name-news h2 {
    font-size: 14px;
  }
  .share-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-revers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contacts-row .left-contacts {
    font-size: 14px;
    width: 25%;
  }
  .contacts-row .right-contacts {
    font-size: 14px;
    width: 75%;
    padding-left: 10px;
  }
  .contacts-row .right-contacts a {
    font-size: 14px;
  }
  .map {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .open-mobile {
    padding: 18px 10px !important;
  }
  .cart-page .cart-block .rowcart .w-100 {
    width: auto !important;
  }
  .item-card .row-actions .in-credit {
    padding: 8px 20px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .one-news .container-news .name-news h1 {
    font-size: 18px;
  }
  .one-news .container-news .name-news h2 {
    font-size: 14px;
  }
  .one-news .container-news .date-news {
    font-size: 12px;
    margin-top: 10px;
  }
  .one-news .container-news p {
    font-size: 12px;
  }
  .news-list .news-item img {
    /*    height: 200px;*/
  }
}
@media (max-width: 380px) {
  .periods .period {
    margin: 2px;
  }
}

.swiper-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.swiper-list.swiper-list--hidden {
  max-height: 900px;
  overflow: hidden;
}

.expandable-text-block {
  /* display: flex; */
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.expandable-text-block p {
  max-height: 900px;
  overflow: auto;
}

.expandable-text-block.expandable-text-block--collapsed {
  overflow: hidden;
  position: relative;
  height: 350px;
}

.expandable-text-block.expandable-text-block--collapsed p {
  overflow: hidden;
}

.expandable-text-block.expandable-text-block--collapsed::after {
  width: 100%;
  left: 0;
  bottom: -4px;
  height: 100px;
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
}

.expandable-text-block-more {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
  top: auto;
  bottom: -30px;
  transform:rotate(180deg);
}

.expandable-text-block-more button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff680a;
  color: #fff;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  animation: 2s linear 0s infinite normal both running keyframes-button-bounce-0-2-148;
  box-shadow: 0px 4px 5px rgba(0, 8, 29, 0.05), 0px 3px 4px rgba(0, 8, 29, 0.06),
    0px 2px 6px rgba(0, 8, 29, 0.08);
  cursor: pointer;
}

.expandable-text-block.expandable-text-block--collapsed .expandable-text-block-more {
  transform:rotate(0deg);
  top: 300px;
  bottom: auto;
}

.expandable-text-block-more button svg {
  width: 24px;
  height: 24px;
}

.swiper-list.swiper-list--hidden::after {
  width: calc(100% - 20px);
  left: 10px;
  bottom: -4px;
  height: 100px;
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 50%);
}
.swiper-list.swiper-list--hidden-top {
  max-height: 1280px;
  overflow: hidden;
}

.swiper-list.swiper-list--hidden-top::after {
  width: calc(100% - 20px);
  left: 10px;
  bottom: -4px;
  height: 100px;
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 50%);
}

.swiper-list.opened {
  max-height: none;
}

.swiper-list.opened::after {
  display: none;
}

.swiper-list .swiper-slide {
  width: calc(16.6666% - 20px);
  margin: 10px;
}

.swiper-items-more {
  width: 100%;
  text-align: center;
}

@keyframes keyframes-button-bounce-0-2-148 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.swiper-items-more {
  margin-top: -50px;
}

.swiper-items-more button.open-swiper-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff680a;
  color: #fff;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  animation: 2s linear 0s infinite normal both running keyframes-button-bounce-0-2-148;
  box-shadow: 0px 4px 5px rgba(0, 8, 29, 0.05), 0px 3px 4px rgba(0, 8, 29, 0.06),
    0px 2px 6px rgba(0, 8, 29, 0.08);
}

.swiper-items-more svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1599px) {
  .swiper-list .swiper-slide {
    width: calc(20% - 20px);
  }
}

@media (max-width: 1399px) {
  .swiper-list .swiper-slide {
    width: calc(25% - 20px);
  }
}

@media (max-width: 1199px) {
  .swiper-list .swiper-slide {
    width: calc(33.3333% - 20px);
  }
}

@media (max-width: 991px) {
  .swiper-list .swiper-slide {
    width: calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  .swiper-list .swiper-slide {
    width: calc(33.3333% - 20px);
  }
}

@media (max-width: 576px) {
  .swiper-list .swiper-slide {
    width: calc(50% - 20px);
  }
}

.bg-grey {
  background: rgba(236, 238, 241, 0.53);
  padding: 10px 0;
}

.hero-company-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .hero-company-wrapper {
    display: none;
  }
}

.hero-company-wrapper .swiper-wrapper {
  transition-timing-function: linear;
}

.hero-company .swiper-slide {
  display: block;
  width: 160px;
  text-align: center;
  text-decoration: none !important;
  color: #00548c;
}

.hero-company .swiper-slide:hover {
  color: #eb593a;
}

.hero-company-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;
  /*background: #ECEEF1;*/
  border-radius: 100px;
  /*height: 68px;*/
  height: auto;
  margin-bottom: 6px;
}
.hero-company-img img {
  width: 100%;
}

.hero-company-name {
  font-size: 13px;
  font-weight: 300;
}

#fixed-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

#fixed-overlay.active {
  opacity: 1;
  visibility: visible;
}

.favorite-title {
  font-size: 19px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .favorite-page .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .favorite-page .col-xl-2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.slider-price-wrapper {
  padding: 0 8px;
}
.page-wrapper {
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .page-wrapper {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .page-wrapper {
    padding-top: 123px;
  }
}
.page-aside {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.page-aside.catalog {
  display: block;
  z-index: 1000;
  position: sticky;
  top: 90px;
  left: 0;
  max-height: calc(100vh - 90px);
}
@media (max-width: 1599px) {
  .page-aside {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .page-aside {
    width: 0;
    padding: 0;
  }
  .page-aside.catalog {
    z-index: 999999;
  }
}
.page-aside.catalog .drop-catalog {
  display: block;
  position: static;
  box-shadow: none;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}
@media (max-width: 991px) {
  .page-aside.catalog .drop-catalog {
    display: none;
    position: fixed;
  }
}
.page-aside.catalog .catalog-row {
  padding: 5px 0;
}
.page-aside.catalog .catalog-level-second {
  max-height: calc(100vh - 90px);
  min-height: calc(100vh - 90px);
  overflow-y: auto;
  border-radius: 0;
}
.page-content {
  width: 80%;
}
@media (max-width: 1599px) {
  .page-content {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .page-content {
    width: 100%;
  }
  .page-aside.catalog .catalog-row {
    padding: 0;
  }
}
.page-content .container {
  max-width: none;
}
.main-header .container,
.main-footer .container,
.copyright .container {
  max-width: 1950px;
}
.contacts.page tbody {
  vertical-align: baseline;
}
.contacts.page table strong {
}
.contacts.page table a,
.contacts.page table p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  color: rgba(33, 37, 41, 1);
  margin: 0;
}
.contacts.page table tr td:last-child {
  padding-left: 15px;
}
.contacts.page table tr td {
  padding-bottom: 18px;
}
.contacts.page .row {
  padding-top: 25px;
}
.contacts.page p {
  margin-bottom: 5px;
}
.item-card.new-product-block {
  background-image: url("/img/new-product-block.png");
  background-size: cover;
  background-position: center;
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.item-card.new-product-block:hover {
  text-decoration: none;
}
.item-card.new-product-block .title {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  padding-bottom: 9px;
}
.item-card.new-product-block .descr {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
input.credit-order__input.error {
  border: 1px solid #e73a3a;
}
.flag-wrapper {
  position: absolute;
  left: 0;
  top: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .flag-wrapper {
    top: 10px;
  }
}
.item-card .flag-new {
  width: 40px;
  background: #f68620;
  border-radius: 0px 4px 4px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  padding: 4px 8px;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .col-6 {
    padding: 0 8px;
  }
}
.page-lost {
  text-align: center;
  height: 100vh;
}
.order-track {
  font-weight: 300;
}
.order-track__title {
  font-size: 22px;
  line-height: 178%;
  text-transform: uppercase;
  color: #212529;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.order-track__subtitle {
  font-size: 19px;
  line-height: 178%;
  text-transform: uppercase;
  color: #212529;
  margin-top: 20px;
  margin-bottom: 10px;
}
.order-track__table {
  width: 100%;
  max-width: 600px;
}
.order-track__table table,
.order-track__table tbody {
  width: 100%;
}
.order-track__details {
  list-style-type: none;
  padding: 0;
}
.order-track-weloveyou {
  text-align: center;
  margin: 20px 0;
}
.order-track-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order-track-social a {
  margin: 0 5px;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.order-track-social a:hover {
  opacity: 0.8;
}
.order-track-social a img {
  display: block;
  width: 100%;
}
.modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.credit-order__row--right {
  text-align: center;
}
.catalog-page .catalog-categories {
  position: relative;
}
.catalog-categories.active::after {
  display: none;
}
.catalog-categories.active ul {
  max-height: none;
}
.catalog-categories.active .catalog-categories-more a svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.catalog-categories::after {
  content: "";
  display: block;
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #fafafa 0, rgba(250, 250, 250, 0.63) 100%);
  z-index: 1;
  pointer-events: none;
}
.catalog-categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 150px;
  overflow: hidden;
}
.catalog-categories li {
  margin: 0 6px 12px;
}
.catalog-categories li.active a {
  font-weight: 300;
  color: #fff;
  background-color: #212529;
}
.catalog-categories ul a {
  display: block;
  font-size: 14px;
  color: rgba(33, 37, 41, 0.8);
  border-radius: 100px;
  background: rgba(33, 37, 41, 0.04);
  padding: 11px 15px;
  line-height: 1.2;
}
.catalog-categories ul a:hover {
  text-decoration: none;
  color: #f78212;
}
.catalog-categories-more {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.catalog-categories-more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #f78212;
  text-decoration: underline;
  pointer-events: auto;
}
.catalog-categories-more a svg {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #f78212;
  margin-left: 10px;
}
#category_banner_bg{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  z-index: 99998;
}

#category_banner{
  background-color: #fff;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 99999;
}

#category_banner .popup-close-btn{
  background-color: white;
  border-radius: 5px;
}


#category_banner img{
  display: block;
  max-width: 100%;
}

.pagination {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination li {
  margin: 6px 3px 0;
  font-size: 14px;
  color: #212529;
  line-height: 1.35;
}
.pagination li.active {
  font-weight: 700;
}
.pagination li.active a {
  background: rgba(83, 82, 87, 0.05);
}
.pagination li.pagination-nav a svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}
.pagination li.pagination-nav--prev a svg {
  transform: rotateZ(180deg);
}
.pagination a {
  text-decoration: none;
  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: 32px;
  height: 32px;
  border-radius: 2px;
  line-height: 1;
  color: #212529;
  transition: 0.3s;
}
.pagination a:hover {
  color: #f78212;
}
.pagination-item-hide {
  display: none;
}
.empty-catalog-wrapper {
  width: 100%;
  padding: 200px 20px;
  text-align: center;
  border-radius: 17px;
  background: #f1f2f2;
}
@media (max-width: 991px) {
  .empty-catalog-wrapper {
    padding: 100px 20px;
  }
}
.empty-catalog-wrapper p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.empty-catalog-wrapper a {
  font-weight: 500;
  font-size: 15px;
  color: #f78212;
  text-decoration: underline;
  line-height: 1.2;
}
.review-stars-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.review-stars-list {
  display: flex;
}
.review-stars-list img {
  width: 17px;
}
.review-stars-wrapper p {
  margin-left: 10px;
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 0;
}
.review-count {
  font-weight: 700;
  margin-bottom: 40px;
}
.review-list-wrapper {
  border-top: 1px solid #dee2e6;
  padding-top: 20px;
}
.review-btn-wrapper {
}
.review-btn {
  padding: 12px 30px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #f78212;
  border: 1px solid #f78212;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
}
.review-btn:hover {
  background-color: #f78212;
  color: #fff;
}
.review-list {
  line-height: 1.2;
}
.review-list p {
  margin-bottom: 0;
}
.review-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.review-author {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.review-date {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
  color: #b4b4b4;
}
.review-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.review-row {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.review-row b,
.review-row strong {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.review-answer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dee2e6;
}
.review-answer-inner {
  border-left: 1px solid #dee2e6;
  margin-left: 70px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .review-answer-inner {
    margin-left: 20px;
  }
}
.review-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100vh;
  display: none;
  line-height: 1.2;
}
.review-modal.active {
  display: block;
}
.review-modal-bg {
  background: rgba(56, 54, 54, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.review-modal-inner {
  width: calc(100% - 30px);
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  padding: 70px;
  max-height: 90vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .review-modal-inner {
    padding: 60px 20px;
  }
}
.review-modal-close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  padding: 0;
  border: 0;
}
.review-modal-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.review-modal-title {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.review-modal-form {
}
.review-modal-form p {
  margin-bottom: 0;
}
.product-reviews-appreciate-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.product-reviews-appreciate-title {
  font-weight: 500;
  margin-right: 16px;
  font-size: 16px;
  color: #9194a1;
}
.product-reviews-appreciate {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.product-reviews-appreciate input {
  display: none;
}
.product-reviews-appreciate input[type="radio"]:checked ~ label {
  background-image: url("/img/icons/star-active.svg");
}
.product-reviews-appreciate label {
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: 0.3s;
  background: url("/img/icons/star.svg") center center / 100% 100% no-repeat;
  margin-bottom: 0;
}
.product-reviews-appreciate label svg {
  display: block;
}
.product-reviews-appreciate label:focus,
.product-reviews-appreciate label:focus ~ label,
.product-reviews-appreciate label:hover,
.product-reviews-appreciate label:hover ~ label {
  background-image: url("/img/icons/star-active.svg");
}
.review-modal-item {
  position: relative;
  margin-bottom: 8px;
}
.review-modal-item input,
.review-modal-item textarea,
.review-modal-item select {
  display: block;
  width: 100%;
  padding: 16px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #e3e4e8;
  background: #fff;
}
.review-modal-item input::placeholder,
.review-modal-item textarea::placeholder,
.review-modal-item select::placeholder {
  color: #9194a1;
  opacity: 1;
}
.review-modal-item input:focus,
.review-modal-item textarea:focus,
.review-modal-item select:focus {
  outline: 0;
  border-color: #f78212;
}
.review-modal-item textarea {
  height: 110px;
  resize: none;
}
.aggreement {
  font-size: 12px;
  margin-top: 24px;
  position: relative;
  color: #bfbfbf;
}
.aggreement label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  margin-bottom: 0;
}
.aggreement input {
  display: none !important;
}
.aggreement input:checked + .aggreement-checkbox {
  background: url("/img/icons//tick-2.svg") center center / 12px 10px no-repeat;
}
.aggreement .aggreement-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #212529;
  border-radius: 3px;
}
.review-modal-submit {
  margin-top: 40px;
  text-align: center;
}
.review-modal-submit-btn {
  padding: 12px 30px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #f78212;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  background-color: #f78212;
  color: #fff;
}
.review-modal-submit-btn:hover {
  background-color: transparent;
  color: #f78212;
}
.sign-wrapper input {
  border: 1px solid #e6e6e6;
}
.sign-wrapper input:focus {
  outline: 0;
  border-color: #eb6a08;
}
