@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #222222;
  font-family: 'Gotham Pro';
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  height: 100%;
}
ol,
ul {
  list-style: outside none none;
}
a {
  color: #E8471E;
}
a:hover {
  cursor: pointer;
  color: #E8471E;
  text-decoration: none;
}
.a-link {
  color: #2E3750;
  text-decoration: none;
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .8s;
}
.a-link:hover {
  text-decoration: none;
  background-size: 100% 1px;
  cursor: pointer;
}
h1,
.h1 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
input:focus {
  outline: 0;
}
.primary {
  color: #ff5e14 !important;
}
.secondary {
  color: #1988ff !important;
}
.third {
  color: #68bd12 !important;
}
.fourth {
  color: #f2d2e0 !important;
}
.fifth {
  color: #c1c1c1 !important;
}
.sixty {
  color: #e8cd3b !important;
}
.bg-primary {
  background-color: #ff5e14 !important;
}
.bg-secondary {
  background-color: #1988ff !important;
}
.bg-third {
  background-color: #68bd12 !important;
}
.bg-fourth {
  background-color: #f2d2e0 !important;
}
.bg-fifth {
  background-color: #c1c1c1 !important;
}
.top-search-form {
  display: inherit;
}
.btn {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  padding: 15px 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  border-radius: 25px;
  position: relative;
}
.btn,
.btn.btn-transparent:hover {
  background-color: #ff5e14;
  color: #fff;
}
.btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #ff5e14;
  box-shadow: 0 5px 20px -10px #ff5e14;
}
.btn.btn-transparent {
  background: transparent;
  border: 1px solid #ff5e14;
  color: #ff5e14;
}
.btn-secondary,
.btn-secondary.btn-transparent:hover {
  background-color: #1988ff;
  color: #fff;
  border-color: #1988ff;
}
.btn-secondary:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #1988ff;
  box-shadow: 0 5px 20px -10px #1988ff;
  border-color: #1988ff;
}
.btn-secondary.btn-transparent {
  border: 1px solid #1988ff;
  color: #1988ff;
}
.btn-third,
.btn-third.btn-transparent:hover {
  background-color: #68bd12;
  color: #fff;
  border-color: #68bd12;
}
.btn-third:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #68bd12;
  box-shadow: 0 5px 20px -10px #68bd12;
  border-color: #68bd12;
}
.btn-third.btn-transparent {
  border: 1px solid #68bd12;
  color: #68bd12;
}
.btn-fifth,
.btn-fifth.btn-transparent:hover {
  background-color: #bbb;
  border-color: #c1c1c1;
}
.btn-fifth.btn-transparent {
  border: 1px solid #bbb;
  color: #bbb;
}
.btn-fifth:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #bbb;
  box-shadow: 0 5px 20px -10px #bbb;
  border-color: #c1c1c1;
}
.btn-sm {
  padding: .25rem .5rem !important;
  border-radius: .2rem !important;
  letter-spacing: 0;
}
.in {
  opacity: 1 !important;
}
.header .header-top {
  color: #222222;
  padding: 15px 0;
  background-image: linear-gradient(120deg,#13151a 0%,#13151a 100%);
}
.header .header-top .header-top-wrapper {
  display: grid;
  grid-template-columns: 20% 50% 30%;
  align-items: center;
}
.header .header-top .header-top-menu {
  justify-self: center;
}
.header .header-top .header-top-menu ul {
  margin-bottom: 0 !important;
}
.header .header-top .header-top-menu li {
  display: inline-block;
  padding: 0 0 0 20px;
}
.header .header-top .header-top-menu li:first-child {
  padding-left: 0;
}
.header .header-top .header-top-menu .header-top-menu-link {
  color: #222222;
}
.header .header-top .header-top-menu .header-top-menu-link:hover {
  color: #007bff;
  text-decoration: none;
}
.header .header-top .header-top-wrapper .header-top-city > span {
  font-weight: 500;
  text-decoration: underline dashed;
}
.header .header-top .header-top-wrapper .header-top-city:hover {
  cursor: pointer;
}
.header .header-top .header-top-wrapper .header-top-phone {
  justify-self: end;
  position: relative;
}
.header .header-top .header-top-wrapper .header-top-phone i {
  font-size: 14px;
}
.header .header-top .header-top-wrapper .header-top-phone i:hover {
  cursor: pointer;
  color: #ff5e14;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup {
  display: none;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show {
  display: block;
  position: absolute;
  width: 500px;
  box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
  min-height: 250px;
  background: #fff;
  z-index: 999;
  right: -100px;
  top: 30px;
  transition: all .3s ease;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-content {
  padding: 30px;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-content .phone div:first-child {
  font-size: 16px;
  font-weight: bold;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-content .phone div:last-child {
  text-align: right;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-content .description {
  margin-top: 10px;
  color: #999;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-content .features {
  margin-top: 10px;
  margin-bottom: 0;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-content .features li {
  padding: 10px 0;
  font-size: 16px;
}
.header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-triangle {
  display: block;
  position: absolute;
  bottom: 100%;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  right: 95px;
}
.header .header-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1E2129;
}
.header .header-bottom.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #1D2028;
  min-width: 320px;
}
.header .header-bottom .header-bottom-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 15% 5%;
  align-items: center;
}
.header .header-bottom .header-icons {
  font-size: 16px;
  justify-self: end;
  color: #9EA0A9;
}
.header .header-bottom .header-icons span:not(:last-child) {
  margin-right: 10px;
}
.header .header-bottom .header-icons .little-cart-icon {
  position: relative;
}
.header .header-bottom .header-icons .little-cart-icon:hover {
  cursor: pointer;
  color: #ff5e14;
}
.header .header-bottom .header-icons .little-cart-icon .little-cart-icon-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  border: 1px solid #ff5e14;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #ff5e14;
  line-height: 13px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}
.header .header-bottom .header-icons .search-icon {
  position: relative;
}
.header .header-bottom .header-icons .search-icon input {
  min-width: 300px;
  position: absolute;
  right: 25px;
  top: -15px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 25px;
}
.header .header-bottom .header-icons .search-icon:hover {
  cursor: pointer;
}
.header .header-bottom .header-icons .search-icon:hover i {
  color: #ff5e14;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -o-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
}
.shown {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -o-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
}
.header-logo:not([href]) {
  cursor: default;
}
.header-logo {
  padding: 10px 0;
  font-size: 16px;
}
.header-logo:hover {
  text-decoration: none;
}
.header-logo .header-logo-wrapper {
  display: flex;
  align-items: center;
}
.header-logo .header-logo-name {
  font-weight: 600;
  color: #00bedd;
}
.navbar-expand-xl .navbar-nav {
  align-items: center;
}
.navbar-nav-link {
  padding: 0 1rem !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  border: none;
  color: #B7B7B7;
}
.navbar-nav-link:hover {
  color: #ff5e14;
  text-decoration: none;
}
.dropdown-menu {
  border-radius: 3px;
  border: 0;
  box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
  margin-top: 15px !important;
  font-size: 13px !important;
  padding: .5rem .3rem !important;
}
.navbar-nav .nav-item.dropdown > .dropdown-menu {
  margin-left: 1rem !important;
}
.navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-menu-triangle {
  display: block;
  position: absolute;
  bottom: 100%;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 1rem;
}
.navbar-nav .divider-min,
.navbar-nav .nav-item-min {
  display: none;
}
.header .header-bottom .header-icons .hamburger-icon {
  display: none;
}
.header .header-bottom .header-icons .hamburger-icon:hover {
  cursor: pointer;
  color: #ff5e14;
}
.little-cart-wrapper {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: -1px 0px 7px 0px #eaeaea;
  -moz-box-shadow: -1px 0px 7px 0px #eaeaea;
  box-shadow: -1px 0px 7px 0px #eaeaea;
}
.little-cart-wrapper .alert-little-cart {
  margin: 0 20px;
}
.little-cart-wrapper .little-cart-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  text-align: left;
  padding: 40px 20px;
}
.little-cart-wrapper .popup-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 60px;
  color: #ff5e14;
}
.little-cart-wrapper .popup-close:hover {
  opacity: .8;
  cursor: pointer;
}
.little-cart-wrapper .little-cart-list {
  padding-bottom: 40px;
  text-align: left;
  padding: 0 50px 0 20px;
}
.little-cart-wrapper .little-cart-list .little-cart-item:first-child {
  padding: 0;
}
.little-cart-wrapper .little-cart-list .little-cart-item {
  display: flex;
  align-items: center;
  padding: 30px 0 0 0;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-img {
  width: 100px;
  height: 100px;
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
  flex-basis: 100px;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-img a {
  display: flex;
  width: 100%;
  border: none;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-img img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  transition: all .2s ease;
  object-fit: contain;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-content {
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-content .article {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-content .name {
  font-size: 14px;
  font-weight: 500;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-content .price {
  font-size: 15px;
  font-weight: 700;
  display: block;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-content .quantity {
  font-size: 12px;
  display: block;
}
.little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-delete a {
  display: block;
  border: none;
}
.little-cart-wrapper .little-cart-btn {
  padding: 20px;
  text-align: center;
}
.little-cart-wrapper .little-cart-total {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 0 8px 0;
  padding: 0 20px;
}
.search-wrapper {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff5e14;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 100;
}
.search-wrapper .popup-close {
  position: absolute;
  top: 40px;
  right: 50%;
  font-size: 60px;
  color: #fff;
  margin: 0 -17px 0 0;
}
.search-wrapper .popup-close:hover {
  cursor: pointer;
}
.search-wrapper .search-input-wrapper {
  padding: 180px 30px;
}
.search-wrapper .search-input-wrapper .input-box {
  position: relative;
  background-color: transparent;
}
.search-wrapper .search-input-wrapper input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 13px 40px 13px 20px;
  color: #fff;
  width: 100%;
  font-size: 16px;
  border-radius: 25px;
}
.search-wrapper .search-input-wrapper input::placeholder {
  color: #fff;
  opacity: 1;
}
.search-wrapper .search-input-wrapper span {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  color: #fff;
}
.search-wrapper .search-input-wrapper span:hover {
  cursor: pointer;
}
.header .header-icons .user-icon {
  position: relative;
}
.header .header-icons .user-icon i:hover {
  cursor: pointer;
  color: #ff5e14;
}
.user-account-wrapper {
  display: none;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
  position: absolute !important;
  transition: all .3s ease;
  z-index: 999;
  right: -100px;
  top: 30px;
}
.user-account-wrapper .user-account-wrapper-triangle {
  display: block;
  position: absolute;
  bottom: 100%;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  right: 97px;
}
.user-account-wrapper.show {
  display: block;
  opacity: 1;
}
.user-account-wrapper .user-account {
  width: 1228px;
  min-height: 350px;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33% 33.33%;
  align-items: stretch;
  background-color: #fff;
}
.user-account-wrapper .user-account.grid-1 {
  grid-template-columns: 100%;
}
.user-account-wrapper .user-account.grid-2 {
  grid-template-columns: 50% 50%;
}
.user-account-wrapper .user-account.grid-3 {
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.user-account-wrapper .user-account.grid-4 {
  grid-template-columns: 25% 25% 25% 25%;
}
.user-account-wrapper .user-account .wishlist,
.user-account-wrapper .user-account .compare,
.user-account-wrapper .user-account .viewed,
.user-account-wrapper .user-account .authorize {
  padding: 25px 30px;
}
.user-account-wrapper .user-account > div:not(:last-child) {
  border-right: 1px solid #eee;
}
.user-account-wrapper .user-account .authorize .button-wrapper .registration-link {
  text-decoration: underline dotted;
}
.user-account-wrapper .user-account .wishlist .wishlist-title,
.user-account-wrapper .user-account .compare .compare-title,
.user-account-wrapper .user-account .viewed .viewed-title,
.user-account-wrapper .user-account .authorize .authorize-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}
.user-account-wrapper .user-account .wishlist .wishlist-list,
.user-account-wrapper .user-account .viewed .viewed-list,
.user-account-wrapper .user-account .compare .compare-list {
  max-height: 337px;
  overflow: auto;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item:first-child,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item:first-child,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item:first-child {
  padding: 0;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 0 0;
}
.user-account-wrapper .user-account .wishlist,
.user-account-wrapper .user-account .viewed,
.user-account-wrapper .user-account .compare {
  height: 100%;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-img,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-img,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-img {
  width: 80px;
  height: 80px;
  display: flex;
  margin-right: 10px;
  flex-shrink: 0;
  flex-basis: 80px;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-img a,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-img a,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-img a {
  display: flex;
  width: 100%;
  border: none;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-img img,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-img img,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-img img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  transition: all .2s ease;
  object-fit: contain;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-content,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-content,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-content {
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
  line-height: 18px;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-content .name,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-content .name,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-content .name {
  font-size: 14px;
  font-weight: 500;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-content .article,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-content .article,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-content .article {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-content .price,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-content .price,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-content .price {
  font-size: 12px;
  font-weight: 700;
  display: block;
}
.user-account-wrapper .user-account .wishlist .wishlist-list .wishlist-list-item .wishlist-item-delete a,
.user-account-wrapper .user-account .viewed .viewed-list .viewed-list-item .viewed-item-delete a,
.user-account-wrapper .user-account .compare .compare-list .compare-list-item .compare-item-delete a {
  display: block;
  border: none;
}
.user-account-wrapper .user-account .wishlist .wishlist-count {
  margin-left: 5px;
  background-color: #ff5e14;
  color: #fff;
}
.user-account-wrapper .user-account .compare .compare-count {
  margin-left: 5px;
  background-color: #68bd12;
  color: #fff;
}
.user-account-wrapper .user-account .viewed .viewed-count {
  margin-left: 5px;
  background-color: #e8cd3b;
  color: #fff;
}
.user-account-wrapper .user-account .authorize .authorize-title {
  padding: 0 0 24px 0;
}
.user-account-wrapper .user-account .wishlist .wishlist-title i,
.user-account-wrapper .user-account .compare .compare-title i,
.user-account-wrapper .user-account .viewed .viewed-title i,
.user-account-wrapper .user-account .authorize .authorize-title i {
  margin-right: 5px;
}
.user-account-wrapper .user-account .wishlist .wishlist-empty-text,
.user-account-wrapper .user-account .viewed .viewed-empty-text,
.user-account-wrapper .user-account .compare .compare-empty-text {
  padding: 80px 0;
  text-align: center;
  display: flex;
  height: 80%;
  align-items: center;
  justify-content: center;
}
.input-box {
  background-color: #f2f2f2;
  border-radius: 3px;
  margin: 0 0 15px 0;
  border: none !important;
}
.input-box-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.input-box-wrapper .input-box {
  margin-bottom: 0;
}
.input-box-wrapper .input-box-description {
  margin-left: 10px;
  flex: 1 100%;
}
.input-box.input-box-password {
  position: relative;
  margin-bottom: 15px;
}
.input-box.input-box-password a {
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  right: 13px;
  top: 16px;
  color: #aaa;
}
.input-box.input-box-password a:hover {
  text-decoration: none;
  color: #ff5e14;
}
.input-box input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 13px 15px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 13px;
  width: 100%;
}
.user-account-wrapper .user-account .authorize .btn {
  display: block;
  width: calc(90%);
  margin: auto;
  padding: 13px 30px;
}
.user-account-wrapper .user-account .authorize .button-wrapper button {
  margin-bottom: 15px;
}
.authorize .pretty label {
  color: #777 !important;
}
.authorize .pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label::after {
  background-color: #ff5e14 !important;
}
.authorize .pretty input:checked ~ .state.p-primary-o label::before,
.authorize .pretty.p-toggle .state.p-primary-o label::before {
  border-color: #ff5e14;
}
main.content {
  margin-bottom: 20px;
}
main.content.shop-content {
  margin-bottom: 0;
}
.shop-content .slick-track {
  left: 1px;
}
.content.main {
  padding: 22px 0;
}
.main-slider {
  margin: -22px 0 0 0;
  position: relative;
}
.main-slider-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 565px;
  padding: 145px 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.main-slider-item .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.main-slider-item .wrapper .image {
  width: 212px;
  height: 212px;
  display: flex;
  flex-shrink: 0;
}
.main-slider-item .wrapper .image a {
  display: flex;
  width: 100%;
  border: none;
}
.main-slider-item .wrapper .image img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  object-fit: contain;
}
.main-slider-item .wrapper .item-content {
  line-height: 36px;
  background-color: rgba(20,25,30,0.5);
  color: #fff;
  padding: 50px;
}
.main-slider-item .wrapper .item-content .name {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.main-slider-item .wrapper .item-content .name:hover {
  color: #007bff;
}
.main-slider-item .wrapper .item-content .article {
  display: block;
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
}
.main-slider-item .wrapper .item-content .price {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.main-slider-item:not(:first-of-type) {
  display: none;
}
.js-slider-main.slick-initialized .main-slider-item:not(:first-of-type) {
  display: block;
}
.main-slider-item .content-wrapper {
  margin: 0 70px;
  color: #fff;
  padding: 15px;
}
.main-slider-item .content-wrapper.gradient {
  background: linear-gradient(90deg,rgba(182,182,182,0.5) 0%,rgba(0,0,0,0) 100%);
}
.main-slider-item .content-wrapper > div:first-child {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-slider-item .content-wrapper .description {
  width: 50%;
  margin-bottom: 20px;
}
.main-slider .main-slider-item .main-slider-img {
  position: absolute;
  line-height: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
}
.main-slider .main-slider-item .main-slider-img img {
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
}
.main-slider .main-slider-item .main-slider-title {
  width: 100%;
  margin: auto;
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.main-slider .arrows-container {
  position: relative;
  height: 0;
  z-index: 1;
  top: 282px;
}
.main-slider .arrows-container .slick-arrow {
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
  background: rgba(20,25,30,0.5);
  text-align: center;
  line-height: 0;
  margin: -35px 0 0 0;
  padding: 30px 0 0 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
}
.main-slider .arrows-container .slick-prev {
  left: 0;
}
.main-slider .arrows-container .slick-next {
  right: 0;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.main-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.main-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.main-slider .slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.main-slider .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.main-slider .slick-dots li button:before {
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #555;
}
.main-slider .slick-dots li button:before {
  text-shadow: 0px 0px 3px #fff;
}
.catalog-main,
.features-main,
.services-main,
.viewed-main,
.news-main,
.favorite-main,
.brands-main {
  margin-bottom: 40px;
}
.catalog-main .nav-tabs {
  justify-content: center;
  border-bottom: none;
}
.catalog-main .nav-tabs .nav-link {
  border-color: #fff;
  font-size: 20px;
  font-weight: 300;
  color: #999;
  padding: 0 .5rem .5rem;
  margin: 0 1.5rem;
  text-transform: none;
}
.catalog-main .nav-tabs .nav-link-new.active,
.catalog-main .nav-tabs .nav-link-new:hover {
  border-bottom: 1px solid #68bd12;
  color: #68bd12;
}
.catalog-main .nav-tabs .nav-link-discount.active,
.catalog-main .nav-tabs .nav-link-discount:hover {
  border-bottom: 1px solid #1988ff;
  color: #1988ff;
}
.catalog-main .nav-tabs .nav-link-recommended.active,
.catalog-main .nav-tabs .nav-link-recommended:hover {
  border-bottom: 1px solid #ff5e14;
  color: #ff5e14;
}
.products-row {
  display: flex;
}
.products-row.categories-empty,
.title.tag-title {
  margin-top: 40px;
}
.products-row .product {
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
  border: 1px solid #f5f5f5;
  margin: -1px 0 0 -1px;
  height: inherit;
  padding: 0 20px 20px;
  display: grid;
  position: relative;
}
.products-row .product .product-img {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  min-height: 300px;
  user-select: none;
}
.products-row .product .product-img a {
  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;
  width: 100%;
  height: 100%;
}
.products-row .product .product-img img {
  transition: all .2s ease;
  max-width: 100%;
  flex-shrink: 0;
}
.products-row .product .product-img img:hover {
  opacity: .7;
}
.products-row .product .product-description {
  text-align: center;
  align-self: end;
}
.products-row .product .product-description a {
  display: block;
  font-size: 16px;
}
.products-row .product .product-description .product-price {
  font-size: 15px;
  font-weight: 500;
}
.products-row .product .product-description .product-price .old-price,
.product-block .old-price,
.search-content .old-price,
.little-cart-item-content .old-price {
  margin-left: 10px;
  color: #ccc;
  text-decoration: line-through;
  font-size: 80%;
  font-weight: 400;
  line-height: 0;
}
.products-row .product .product-labels {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
}
.products-row .product .product-labels .label {
  margin-bottom: 4px;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 10px;
  z-index: 1;
  line-height: 18px;
  user-select: none;
}
.products-row .equal,
.products-row .plus {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 30px;
  color: #aaa;
}
.products-row .equal {
  color: #ff5e14;
}
.products-row .product.set:first-child {
  flex: 0 !important;
  flex-basis: 200px !important;
}
.label-discount {
  background-color: #ff5e14;
}
.label-no-rest {
  background-color: #bbb;
}
.label-hit {
  background-color: #79cc00;
}
.products-row .product .product-icons {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
}
.products-row .product .product-icons .icon {
  position: relative;
  opacity: 0;
}
.products-row .product:hover .product-icons .icon,
.products-row .product:active .product-icons .icon {
  opacity: 1;
}
.products-row .product .product-icons .icon:hover,
.products-row .product .product-icons .icon:active {
  cursor: pointer;
}
.icon-compare {
  margin-right: 10px;
}
.icon-favorite,
.icon-compare {
  color: #bbb;
}
.icon-favorite.active {
  color: #ff5e14;
  opacity: 1 !important;
}
.icon-compare.active {
  color: #68bd12;
  opacity: 1 !important;
}
.cart-buttons .process-order {
  overflow: hidden;
  transition: ease 1s ease-in-out !important;
}
.products-row .product .product-cart {
  justify-self: center;
  margin-top: 10px;
  white-space: nowrap;
  align-self: end;
}
.products-row .product .product-cart .btn {
  padding: 10px 20px;
  color: #222222;
  background-color: #f2f2f2;
  overflow: hidden;
  transition: ease 1s ease-in-out !important;
}
.products-row .product .product-cart .btn > span:first-child,
.cart-buttons .process-order > span:first-child {
  background: #e6e6e6;
  width: 40px;
  display: flex;
  height: 100%;
  position: absolute;
  align-items: center;
  top: 0;
  left: 0;
  justify-content: flex-end;
  border-radius: 25px;
  font-size: 14px;
}
.products-row .product .product-cart .btn > span:first-child i,
.cart-buttons .process-order > span:first-child i {
  margin-right: 12px;
  margin-left: 12px;
}
.cart-buttons .process-order > span:first-child {
  width: 50px;
}
.cart-buttons .process-order > span:first-child i {
  margin-right: 18px;
  margin-left: 18px;
}
.products-row .product .product-cart .btn > span:last-child {
  margin-left: 30px;
}
.cart-buttons .process-order > span:last-child {
  margin-left: 20px;
}
.products-row .product .product-cart .btn:hover {
  background-color: #ff5e14;
  color: #fff;
  box-shadow: none !important;
}
.products-row .product .product-cart .btn:hover > span:first-child,
.cart-buttons .process-order > span:first-child {
  background: #db1857;
}
.tag-list {
  font-size: 12px;
}
.tag-list a {
  color: #999;
  border: 1px solid #eee;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-flex;
  background: transparent;
  overflow: hidden;
  position: relative;
}
.tags-row .tag-list a {
  margin: 5px 0;
}
.tag-list a:not(:last-child) {
  margin-right: 10px;
}
.tag-list a:hover {
  text-decoration: none;
  border: 1px solid #ff5e14;
  border-radius: 3px;
  color: #fff;
}
.tag-list a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  width: 0;
  height: 35px;
  background-color: #ff5e14;
  transition: all .5s ease;
  color: #000;
  border-radius: 3px;
}
.tag-list a:hover:before {
  width: calc(130%);
  transform: skew(-23deg);
}
.short-description p {
  margin-bottom: 0;
}
.categories-navbar {
  background: #ff1962;
  background: radial-gradient(circle,#00bedd 0%,#ff1962 100%);
  padding: 20px 0;
}
.categories-navbar .navbar-nav-link {
  color: #fff;
  font-size: 12px;
  padding: 3px 5px !important;
}
.categories-navbar .dropdown-item {
  padding: 0 10px !important;
  margin: 5px 0;
}
.categories-navbar #navbar-nav-lists {
  width: 100%;
}
.categories-navbar .navbar-nav {
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-right-block {
  margin-bottom: 50px;
}
.five-stars-container {
  display: inline-block;
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  text-align: left;
  cursor: default;
  white-space: nowrap;
  color: #dbdbdb;
}
.five-stars-container .five-stars {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-left: 1px;
}
.five-stars-container .five-stars:before {
  content: "\f005\f005\f005\f005\f005";
  color: #fdb714;
  font-weight: 900;
}
.five-stars-container .five-stars.transparent-bg {
  background: none;
}
.five-stars-container:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f005\f005\f005\f005\f005";
  z-index: 0;
}
h2.title {
  text-align: center;
  margin-bottom: 30px;
}
.features-main .features-wrapper {
  font-size: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.features-main .features-wrapper .features-item {
  padding: 0 10px;
  flex: 1 25%;
}
.features-main .features-wrapper .features-item .icon {
  display: table;
  width: 100%;
  padding: 0 0 15px;
  text-align: center;
  font-size: 40px;
  color: #a096dc;
}
.features-main .features-wrapper .features-item .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  display: block;
}
.features-main .features-wrapper .features-item .description {
  display: block;
  font-size: 16px;
  color: #777;
  text-transform: none;
  font-weight: 400;
}
.features-main.style2 {
  background-color: #f3f3f3;
  padding: 30px 0;
}
.features-main.style2 h2 {
  display: none;
}
.features-main.style2 .features-wrapper .features-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-main.style2 .features-wrapper .features-item .icon {
  width: initial;
  padding: 0 15px 0 0;
}
.features-main.style2 .features-wrapper {
  text-align: initial;
}
.features-main.style2 .features-wrapper .features-item .title {
  font-size: 15px;
}
.features-main.style2 .features-wrapper .features-item .description {
  font-size: 14px;
}
.services-main .services-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}
.services-main .services-block h3.title a {
  color: #222222;
}
.services-main .services-block > div {
  flex: 1 50%;
}
.services-main .services-block .image {
  padding: 0;
  user-select: none;
}
.services-main .services-block .image a {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 300px;
  position: relative;
}
.services-main .services-block .image img {
  width: 100%;
  height: auto;
  max-width: none;
  min-width: 100%;
}
.services-main .services-block .details {
  padding: 20px 50px;
}
.services-main .services-block .details .title {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 300;
}
.services-main .services-block .details span {
  color: #777;
  text-align: justify;
  text-justify: inter-word;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.services-main .services-block.services-block-right {
  flex-direction: row-reverse;
}
.brands-main {
  background: #f3f3f3;
  padding: 50px 0;
}
.brands-main .brands-slider {
  position: relative;
  padding: 10px 40px;
}
.brands-main .brands-slider .slick-prev {
  left: 0;
}
.brands-main .brands-slider .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  padding: 14px 0;
  top: 50%;
  margin: -20px 0 0 0;
  cursor: pointer;
}
.brands-main .brands-slider .slick-arrow i {
  color: #c3c3c3;
}
.brands-main .brands-slider .slick-arrow:hover {
  border-color: #ff5e14;
}
.brands-main .brands-slider .slick-arrow:hover i {
  color: #ff5e14;
}
.brands-main .brands-slider .slick-next {
  right: 0;
}
.brands-main .brands-slider .brands-slider-item {
  text-align: center;
  line-height: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.brands-main .brands-slider .brands-slider-item img {
  display: inline-block;
  opacity: .2 !important;
  max-width: 100%;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brands-main .brands-slider .brands-slider-item img:hover {
  opacity: .5 !important;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.brands-main .brands-slider .brands-slider-item:not(:first-of-type) {
  display: none !important;
}
.js-slider-brands.slick-initialized .brands-slider-item:not(:first-of-type) {
  display: block !important;
}
.newsletter-main {
  margin-top: 60px;
  background: radial-gradient(circle,#eeaeca 0%,#94bbe9 100%);
  padding: 20px 0;
  margin-bottom: -25px;
  padding-bottom: 40px;
}
.newsletter-main .newsletter-header h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  text-transform: none;
}
.newsletter-main .newsletter-wrapper {
  padding: 25px 0;
  text-align: center;
}
.newsletter-main .newsletter-wrapper form {
  justify-content: center;
}
.newsletter-main .newsletter-wrapper .news-form-group {
  position: relative;
}
.newsletter-main .newsletter-wrapper .news-form-con {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
  width: 400px;
}
.newsletter-main .newsletter-wrapper .news-btn {
  background-color: transparent;
  border: medium none;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 0;
}
.newsletter-main .newsletter-wrapper .news-btn i {
  color: #ff5e14;
  display: block;
  font-size: 20px;
  height: 36px;
  line-height: 38px;
}
.newsletter-main .newsletter-bottom {
  color: #fff;
  text-align: center;
}
.viewed-slider .slick-arrow,
.favorite-slider .slick-arrow {
  position: absolute;
  display: block;
  border: 1px solid #f5f5f5;
  padding: 7px 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 0;
  background: #fff;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.viewed-slider .slick-arrow i,
.favorite-slider .slick-arrow i {
  color: #222222;
}
.viewed-slider .slick-arrow:hover,
.favorite-slider .slick-arrow:hover {
  background: #ff5e14;
  border-color: transparent;
}
.viewed-slider .slick-arrow:hover i,
.favorite-slider .slick-arrow:hover i {
  color: #fff;
}
.viewed-slider .slick-next,
.favorite-slider .slick-next {
  right: -20px;
}
.viewed-slider .slick-prev,
.favorite-slider .slick-prev {
  left: -20px;
}
.viewed-slider.products-row .product,
.favorite-slider.products-row .product {
  margin: 0px 0 0 -1px !important;
  min-height: 450px;
}
.viewed-slider.products-row .product .product-img img,
.favorite-slider.products-row .product .product-img img {
  height: 220px;
  object-fit: contain;
}
.viewed-slider .slick-list,
.favorite-slider .slick-list {
  padding-left: 0px;
  padding-right: 2px;
  width: 100%;
}
.viewed-slider.four .slick-list,
.favorite-slider.four .slick-list {
  border-left: 1px solid #f5f5f5;
}
.section-title {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.section-title > a {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}
.section-title h2,
.section-title .h2 {
  padding-right: 25px;
  margin-bottom: 0;
}
.news-main .section-title {
  padding-top: 0;
}
.news-main .news-list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.news-main .news-list .news-list-item {
  padding: 0 15px;
  flex: 1 33.33%;
}
.news-main .news-list .news-list-item .img {
  margin: 0 0 14px;
  user-select: none;
  position: relative;
}
.news-main .news-list .news-list-item .img a {
  display: flex;
  overflow: hidden;
  height: 180px;
}
.news-main .news-list .news-list-item .img a:hover {
  opacity: .8;
}
.news-main .news-list .news-list-item .img img {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: 100%;
}
.news-main .news-list .news-list-item .date {
  display: block;
  margin: 5px 0;
  font-size: 13px;
  line-height: 12px;
  color: #9f9c8b;
}
.news-main .news-list .news-list-item .title {
  display: block;
  max-height: 80px;
  overflow: hidden;
}
.news-main .news-list .news-list-item .title a {
  color: #222222;
  font-size: 16px;
  line-height: 20px;
}
.news-main .news-list .news-list-item .text {
  display: block;
  color: #777;
}
.news-main .news-list .news-list-item .img .info .group-name,
.news-main .news-list .news-list-item .img .info .showed,
.news-main .news-list .news-list-item .img .info .comments {
  background-color: #bfbfbf2e;
  padding: 2px 5px;
}
.news-main .news-list .news-list-item .img .info .group-name a {
  color: #fff;
  text-decoration: none;
}
.news-main .news-list .news-list-item .img .info {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.news-main .news-list .news-list-item .img .info span:not(:last-child) {
  margin-right: 5px;
}
.news-main .news-list .news-list-item .img i {
  margin-right: 5px;
}
.dot {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: linear-gradient(90deg,#68bd12 49%,#ff5e14 51%);
  position: absolute;
  right: -5px;
  top: 0;
}
.dot.favorite {
  background: #ff5e14 !important;
}
.dot.compare {
  background: #68bd12 !important;
}
.product-tabs #comment .item-text {
  text-align: center;
  margin-top: 20px;
}
#back-to-top {
  backface-visibility: hidden;
  bottom: 30px;
  color: #cdcdcd;
  height: auto;
  margin: 0;
  position: fixed;
  right: 10px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 99;
  text-decoration: none;
}
#back-to-top.off {
  right: 10px;
}
#back-to-top.on {
  opacity: 1;
  right: 10px;
  visibility: visible;
}
#back-to-top span {
  border: 2px solid #fff;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 52px;
  background-color: #ccc;
}
#back-to-top span i {
  transition: color 0.2s ease 0s;
  color: #fff;
  font-size: 22px;
}
#back-to-top:hover span {
  background-color: #ff5e14;
}
#back-to-top:hover span i {
  color: #fff;
}
#back-to-top span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-margin-top {
  margin-top: 0 !important;
}
.footer {
  display: block;
  min-height: 100px;
  background: #333333;
}
.footer .footer-wrapper .footer-inner .footer-lists {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item {
  padding: 0 20px 0 0;
  flex: 1 25%;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item:first-child {
  flex: 1 50%;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .footer-lists-item-title {
  display: block;
  padding: 0 0 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .footer-lists-item-title a {
  color: #fff;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .footer-lists-item-title a:hover {
  color: #007bff;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item ul.flex {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item ul.flex li {
  flex: 1 50%;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item ul li {
  padding: 0 0 5px;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item ul .footer-link {
  color: #777;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .address p {
  line-height: 19px;
  margin-bottom: 8px;
  color: #fff;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .address a {
  color: #fff;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .address a:hover {
  color: #007bff;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li {
  float: left;
  margin-right: 5px;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 38px;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item ul li a:hover {
  color: #fff;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a:hover {
  box-shadow: 0px 0px 0px 1px #ccc;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.twitter {
  background-color: #55acee;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.facebook {
  background-color: #3b5998;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.vk {
  background-color: #507299;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.instagram {
  background-color: #f09433;
  background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.telegram {
  background: linear-gradient(120deg,#5FBEE9,#4AABD3);
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.youtube {
  background-color: #FF0000;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.pinterest {
  background-color: #E60023;
}
.footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a.tiktok {
  background-color: #000;
}
.footer .footer-wrapper	.copyright-block {
  text-align: center;
  color: #777;
}
.footer .footer-wrapper	.copyright-block .copyright {
  margin-bottom: 0;
}
.footer .footer-wrapper	.copyright-block .copyright a {
  color: #fff;
}
.footer .footer-wrapper	.copyright-block .copyright a:hover {
  color: #007bff;
}
.footer .footer-wrapper .bottom-part {
  padding-bottom: 30px;
}
.footer.style2 .footer-wrapper .footer-inner .footer-lists {
  flex-direction: row-reverse;
}
.footer.style3 .footer-wrapper .container-fluid {
  background-color: #fff;
}
.footer.style3 .footer-wrapper .bottom-part {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer.style3 .footer-wrapper .copyright-block .copyright a {
  color: #ff5e14;
}
.footer.style3 .footer-wrapper .footer-inner {
  padding-bottom: 30px;
}
.footer.style3 .footer-wrapper {
  padding-top: 50px;
}
.footer.style4 .footer-wrapper .footer-inner .footer-lists {
  flex-direction: row-reverse;
}
.footer.style4 .footer-wrapper .footer-inner .footer-lists .footer-lists-item .footer-lists-item-title,
.footer.style4 .footer-wrapper .footer-inner .footer-lists .footer-lists-item .footer-lists-item-title a,
.footer.style4 .footer-wrapper .footer-inner .footer-lists .footer-lists-item .address p {
  color: #222222;
}
.footer.style4 .footer-wrapper .footer-inner .footer-lists .footer-lists-item .address a,
.footer.style4 .footer-wrapper .copyright-block .copyright a {
  color: #ff5e14;
}
.footer.style4 .footer-wrapper,
.footer.style4 .footer-wrapper .bottom-part {
  background-color: #fff;
}
.footer.style4 .footer-wrapper .footer-inner .footer-lists .footer-lists-item ul li a:hover i {
  color: #fff;
}
.footer.style4 .footer-wrapper .footer-inner .footer-lists .footer-lists-item .social ul li a:hover i {
  color: #fff;
}
.shop .shop-top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.shop .shop-top {
  padding: 66px 0 68px;
  text-align: center;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
}
.breadcrumbs.shop-breadcrumbs {
  padding: 0 0 13px;
  color: #fff;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item {
  display: inline-block;
  padding: 0 0 0 17px;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item:first-child {
  padding: 0;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item a {
  color: #fff;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item span {
  padding-bottom: 1px;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item i {
  margin: 0 15px 0 0;
  width: 6px;
  height: 8px;
}
.shop-title {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  text-transform: none;
  font-weight: 300;
}
.categories.style1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 30px;
}
.categories.style1 .categories-item {
  flex: 1 33.33%;
  display: flex;
  flex-direction: column;
}
.categories.style1 .categories-item:hover {
  box-shadow: 0 1rem 2.5rem rgba(22,28,45,0.1), 0 .5rem 1rem -0.75rem rgba(22,28,45,0.1) !important;
  cursor: pointer;
  transition: box-shadow .25s ease, transform .25s ease;
}
.categories.style1 .categories-item:hover .categories-item-wrapper {
  box-shadow: none;
}
.categories.style1 .categories-item:not(:first-child) .categories-item-wrapper {
  margin-left: 5px;
}
.categories.style1 .categories-item:nth-child(3n+1) .categories-item-wrapper {
  margin-left: 0;
}
.categories.style1 .categories-item a {
  color: #222222;
}
.categories.style1 .categories-item a:hover {
  color: #007bff;
  text-decoration: none;
}
.categories.style1 .categories-item .categories-item-wrapper {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 10px;
  flex: 1;
  box-shadow: 0 0 0 1px #f2f2f2;
}
.categories.style1 .categories-item .categories-item-wrapper > div:first-child {
  flex: 1 25%;
}
.categories.style1 .categories-item .categories-item-wrapper > div:last-child {
  flex: 1 75%;
  margin-left: 10px;
}
.categories.style1 .categories-item .categories-caption-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categories.style1 .categories-item .categories-caption-text > span:first-child {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.categories.style1 .categories-item ul {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.categories.style1 .categories-item ul li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categories.style2 {
  margin-top: 50px;
  user-select: none;
}
.categories.style2 .categories-item {
  overflow: hidden;
  margin: 0 0 30px;
  position: relative;
  height: 250px;
  border-radius: 10px;
}
.categories.style2 .categories-item a::before,
.categories.style2 .categories-item a::after {
  background: rgba(0,0,0,0.1) none repeat scroll 0 0;
  content: "";
  height: 0;
  position: absolute;
  transition: all 0.25s ease-in-out 0s;
  width: 0;
}
.categories.style2 .categories-item a::before {
  left: 0;
  top: 0;
}
.categories.style2 .categories-item a::after {
  bottom: 0;
  right: 0;
}
.categories.style2 .categories-item a:hover::before,
.categories.style2 .categories-item a:hover::after {
  height: 100%;
  width: 100%;
}
.categories.style2 .categories-item .categories-link {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  line-height: 0;
  height: 100%;
  overflow: hidden;
  border: 0;
}
.categories.style2 .categories-item .categories-link .categories-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  background-color: rgba(255,255,255,0.65);
  color: #222222;
  width: 75%;
  padding: 12px 10px;
  line-height: 28px;
  border-radius: 5px;
}
.categories.style2 .categories-item a:hover .categories-caption {
  z-index: 1;
  background-color: transparent;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.categories.style2 .categories-item .categories-link .categories-caption .categories-caption-text {
  text-transform: uppercase;
  font-weight: 700;
}
.categories.style2 .categories-item .static-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.filter {
  margin-top: 40px;
  transition: all .7s ease;
}
.filter.filter-hidden {
  opacity: 0;
  transition: all .7s ease;
}
.filter h4 {
  font-size: 16px;
}
.filter .property-inline-wrapper {
  white-space: nowrap;
  padding: 5px 0;
}
.filter .popup-filter {
  position: absolute;
  top: 0;
  min-width: 150px;
  height: 100px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #eceeef;
  right: -70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  padding: 10px;
}
.filter .popup-filter > div:first-child {
  margin-bottom: 5px;
  color: #e91e63;
}
.filter .popup-filter > div:last-child {
  width: 100%;
  text-align: center;
}
.shop .products-row {
  flex-wrap: wrap;
}
.shop .products-row .product {
  flex: 1 25%;
}
.shop-pagination {
  padding: 45px 0;
}
.shop-pagination .pagination {
  justify-content: center;
}
.shop-pagination .pagination li:not(:last-child) {
  margin-right: 5px;
}
.shop-pagination .pagination li > a,
.shop-pagination .pagination li > span {
  display: block;
  line-height: 13px;
  font-weight: 500;
  color: #222222;
  border: none;
  border-radius: 50%;
  padding: 8px 2px 9px;
  min-width: 30px;
  text-align: center;
}
.shop-pagination .pagination li:hover > a,
.shop-pagination .pagination li.active > a,
.shop-pagination .pagination li:hover > span,
.shop-pagination .pagination li.active > span {
  background: #ff5e14;
  color: #fff;
  text-decoration: none;
}
.categories-row,
.tags-row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.categories-row h2,
.tags-row h2 {
  font-size: 20px;
  font-weight: 500;
}
.categories-row .categories-menu > li.active > a.categories-menu-link {
  background: #f2f2f2;
  color: #222222;
}
.categories-menu-link {
  position: relative;
  display: block;
  padding: 15px 5px 15px 15px;
  color: #222222;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 0;
}
.categories-menu-link span:first-child {
  margin-right: 5px;
  font-size: 15px;
}
.categories-menu-link span.text {
  flex: 1;
  line-height: 14px;
}
.categories-menu-link:hover {
  color: #007bff;
  background: #f2f2f2;
  text-decoration: none;
}
.categories-row .categories-menu > li.active > .categories-menu-link:hover {
  text-decoration: none;
}
.product-img.js-simple-slider {
  display: block !important;
  overflow: hidden;
}
.product-img.js-simple-slider img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.product-img.js-simple-slider a.slick-slide {
  position: relative;
  min-height: 300px;
  display: block;
}
.bonuses-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  margin-right: 2px;
}
.series-none {
  background: #ccc;
}
.series-bonuses {
  background: #e91e63;
  text-align: center;
}
.bonuses-container .date {
  font-size: 9px;
  margin-top: -15px;
  color: #fff;
  padding: 2px;
}
.bonuses-value {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
.level-bar-container {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.level-bar-container .level-bar {
  display: table-cell;
  white-space: nowrap;
  vertical-align: top;
  font-size: 11px;
  height: 40px;
  position: relative;
  border-right: 1px solid #ddd;
}
.level-bar-container .level-bar div {
  position: absolute;
  transform: translate(-50%,-50%);
  color: #ccc;
}
.level-bar-container .level-bar .level-bar-inner {
  height: 100%;
  transform: none;
}
.level-bar-container .level-bar div:first-child {
  top: -25%;
}
.level-bar-container .level-bar div:last-child {
  bottom: -70%;
  left: 50%;
}
.label-discountcard {
  height: 40px;
  padding: 12px 18px;
  margin-right: 10px;
  border-radius: 0 !important;
  background-color: #f5f5f5;
  color: #000;
  font-size: 20px;
}
.discountcard-date,
.discountcard-amount {
  font-size: 14px;
  color: #999;
}
.discountcard-amount {
  margin-top: 20px;
}
.js-simple-slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #ccc;
  display: none !important;
}
.js-simple-slider .slick-arrow:hover {
  color: #222222;
  cursor: pointer;
}
.js-simple-slider .slick-prev {
  left: 0;
}
.js-simple-slider .slick-next {
  right: 0;
}
.shop .products-row .product:hover .js-simple-slider .slick-arrow {
  display: block !important;
}
.js-simple-slider a:not(:first-of-type) {
  display: none !important;
}
.js-simple-slider.slick-initialized a:not(:first-of-type) {
  display: block !important;
}
.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #ebebeb;
  height: 5px;
}
.price-range-wrap .price-range {
  border-radius: 0;
}
.price-range-wrap .price-range .ui-slider-range {
  background: #ff5e14;
  border-radius: 0;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  outline: none;
  cursor: pointer;
}
.price-range-wrap .range-slider {
  margin-top: 10px;
}
.price-range-wrap .range-slider .price-input {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}
.price-range-wrap .range-slider .price-input input {
  font-size: 16px;
  color: #dd2222;
  border: none;
}
.price-range-wrap .range-slider .price-input input:last-child {
  text-align: right;
}
.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs .breadcrumbs-list-item:first-child {
  padding: 0;
}
.breadcrumbs .breadcrumbs-list-item {
  display: inline-block;
}
.breadcrumbs .breadcrumbs-list-item:not(:last-child)::after {
  content: '›';
  padding: 0 10px;
  color: #c1c1c1;
}
.breadcrumbs-list {
  margin-bottom: 0;
}
.breadcrumbs .breadcrumbs-list-item a {
  color: #c2c2c2;
}
h1.title,
h1.cart-title {
  font-size: 30px;
  line-height: 36px;
  position: relative;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 400;
}
.cart {
  padding: 0 0 98px;
}
.cart .cart-products {
  padding: 0 0 48px;
}
.cart table {
  width: 100%;
  border-collapse: collapse;
  display: grid;
}
.cart .cart-table td:not(:first-child) {
  padding: 23px 10px 19px;
}
.cart .cart-table-photo {
  width: 100px;
  height: 100px;
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
  flex-basis: 100px;
}
.cart .cart-table-photo a {
  display: flex;
  width: 100%;
  border: none;
}
.cart .cart-table-photo img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  transition: all .2s ease;
  object-fit: contain;
}
.cart .cart-table-name {
  width: 230px;
  font-size: 15px;
  font-weight: 500;
}
.cart .cart-table-row {
  display: flex;
  align-items: center;
}
.cart .cart-table-row:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.cart .cart-table-discount {
  width: 250px;
}
.cart .cart-table-discount .cart-discount {
  line-height: 20px;
  color: #8c8c8c;
}
.cart .cart-table-price {
  width: 150px;
}
.cart .cart-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.cart .cart-table-price-total {
  width: 150px;
  text-align: center;
}
.cart .cart-price-total {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.input-spinner .ui-spinner {
  width: 122px;
  border-radius: 40px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #f2f2f2 !important;
}
.input-spinner input {
  width: 37px;
  visibility: hidden;
}
.input-spinner input.ui-spinner-input {
  padding: 9px 0 10px;
  text-align: center;
  font-size: 13px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 40px;
  width: 37px;
  margin: 0 auto;
  background: transparent;
  visibility: visible;
}
.input-spinner .ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.input-spinner .ui-widget-content a {
  color: #222222;
}
.input-spinner .ui-widget-content a:hover {
  background-color: #f7f7f7;
  color: #1988ff;
}
.input-spinner .ui-spinner-up {
  position: absolute;
  right: 8px;
  cursor: pointer;
  height: 42px;
}
.input-spinner .ui-spinner-up:after {
  content: '+';
  font-size: 19px;
  line-height: 0;
  top: 21px;
  left: 0;
  position: absolute;
}
.input-spinner .ui-spinner-down:after {
  content: '-';
  font-size: 28px;
  line-height: 0;
  top: 14px;
  left: 0;
  position: absolute;
}
.input-spinner .ui-spinner-down {
  position: absolute;
  left: 18px;
  top: 5px;
  cursor: pointer;
  height: 42px;
}
.input-spinner .spinner-wrap .ui-widget-content {
  border: none;
  text-align: center;
}
.input-spinner .spinner-wrap .ui-button {
  border: none;
  position: absolute !important;
  margin-right: 0;
}
.input-spinner .spinner-wrap .ui-button-icon-only {
  text-indent: 0;
  width: 21px;
}
.input-spinner .ui-button .ui-icon {
  background-image: none !important;
}
.cart .cart-postpone {
  margin-right: 10px;
}
.cart .cart-postpone:hover {
  text-decoration: none;
}
.cart .cart-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart .cart-meta .coupon-wrapper > div:first-child,
.cart .cart-meta .bonus-wrapper > div:first-child {
  margin-bottom: 5px;
}
.cart .cart-meta .cart-sum {
  text-align: right;
}
.cart .cart-meta .cart-sum-text {
  font-size: 14px;
  line-height: 14px;
}
.cart .cart-meta .cart-sum-text-price {
  padding: 0 0 0 13px;
  font-weight: 500;
  white-space: nowrap;
}
.cart .cart-meta .cart-sum-price {
  font-size: 20px;
  line-height: 20px;
  color: #2a77ed;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 13px;
}
.cart .cart-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cart .nav-tabs {
  border: none;
}
.cart .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #f3f3f3;
}
.cart .nav-tabs .nav-link.active {
  border-bottom: 1px solid #ff5e14;
  color: #ff5e14;
}
.form-control {
  border-color: #e8e8e8;
  padding: 1.25rem .75rem;
}
textarea.form-control {
  padding: .3rem .75rem !important;
}
.form-control::placeholder {
  font-size: 14px;
  color: #ccc;
}
.cart .address .row {
  padding: 10px 0;
}
.cart .cart-delivery {
  display: inline-table;
}
.cart .cart-delivery tr.total th,
.cart .cart-delivery td.total {
  font-weight: bold;
}
.cart .cart-delivery thead th {
  border-bottom-color: #dee2e6;
}
h2.postpone-header,
h2.account-header {
  margin: 30px 0;
  font-size: 20px;
}
.login-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login-wrapper > div {
  flex: 1 50%;
}
.login-wrapper > div:first-child {
  padding-right: 15%;
}
.login-wrapper > div:last-child {
  padding-left: 10%;
}
.cart .login-wrapper {
  margin-top: 30px;
}
.cart .cart-buttons div:last-child a:first-child {
  margin-right: 10px;
}
.thumbnails {
  padding-right: 20px;
}
.thumbnails img {
  object-fit: contain;
  width: 100%;
}
.thumbnails .main-image {
  margin-bottom: 30px;
}
.thumbnails .thumbnail {
  display: flex;
  max-height: 400px;
}
.thumbnails .owl-controls .owl-nav > div i {
  color: #1988ff;
}
.thumbnails .owl-controls .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.thumbnails .owl-controls .owl-nav .owl-prev {
  margin-right: 50px;
}
.product {
  margin-bottom: 30px;
}
.product .product-block > div:not(:last-child) {
  margin-bottom: 20px;
}
.product .info {
  display: flex;
  justify-content: space-between;
  color: #a29e8d;
}
.product .info .marking {
  color: #a29e8d;
}
.product .product-name {
  font-size: 40px;
  margin-bottom: 20px;
}
.product .compare,
.product .wishlist {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-width: 0;
  border-style: solid;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  user-select: none;
}
.product .compare i,
.product .wishlist i {
  margin-right: 8px;
}
.product .compare a:hover,
.product .wishlist a:hover {
  text-decoration: none;
}
.product .compare {
  margin-right: 20px;
}
.product .compare.selected {
  border-color: #68bd12;
}
.product .wishlist.selected {
  border-color: #ff5e14;
}
.product .price {
  font-size: 30px;
  font-weight: bold;
}
.product .product-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .product-flex.add-cart-row {
  flex-wrap: wrap;
}
.product .product-flex.add-cart-row .one-step-link {
  text-decoration: underline dotted;
  letter-spacing: 1px;
  font-weight: 500;
  color: #00bedd;
  user-select: none;
}
.product .product-flex.add-cart-row.inactive {
  opacity: .2;
  pointer-events: none;
}
.additional-options-wrapper {
  user-select: none;
}
.additional-options-wrapper,
.product .caption-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.additional-options-wrapper > div {
  flex: 1 50%;
}
.additional-options-wrapper .caption {
  font-size: 15px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 80px;
}
.additional-options-wrapper .sizes,
.additional-options-wrapper .colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.additional-options-wrapper .sizes > div {
  width: 30px;
  height: 30px;
  border: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-options-wrapper .sizes > div:not(:last-child),
.additional-options-wrapper .colors > div:not(:last-child) {
  margin-right: 10px;
}
.additional-options-wrapper .sizes .active {
  background-color: #ff5e14;
  color: #fff;
  border-color: #ff5e14;
}
.additional-options-wrapper .sizes > div:hover {
  background-color: #a29e8d;
  border-color: #a29e8d;
  color: #fff;
  cursor: pointer;
}
.additional-options-wrapper .colors > div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  box-shadow: 0 0 0 1px #f0f0f0;
}
.additional-options-wrapper .colors > div#red {
  background-color: #ff5e14;
}
.additional-options-wrapper .colors > div#green {
  background-color: #68bd12;
}
.additional-options-wrapper .colors > div#blue {
  background-color: #1988ff;
}
.additional-options-wrapper .colors > div#pink {
  background-color: #f2d2e0;
}
.additional-options-wrapper .colors > div#orange {
  background-color: #e88b0c;
}
.additional-options-wrapper .colors > div#lightblue {
  background-color: #67c8c7;
}
.additional-options-wrapper .colors > div#black {
  background-color: #000;
}
.additional-options-wrapper .colors > div#silver {
  background-color: #c0c0c0;
}
.additional-options-wrapper .colors > div#white {
  background-color: #fff;
}
.additional-options-wrapper .colors > div#brown {
  background-color: #964B00;
}
.additional-options-wrapper .colors > div#yellow {
  background-color: #FFFF00;
}
.additional-options-wrapper .colors > div#violet {
  background-color: #8000FF;
}
.additional-options-wrapper .colors > div:hover {
  cursor: pointer;
}
.additional-options-wrapper .colors .active::after {
  content: '✓';
  color: #fff;
}
.additional-options-wrapper .not-available {
  opacity: .2;
}
.product-tabs {
  padding: 30px 0;
  background: #f7f7f7;
}
.product-tabs .tabs {
  padding: 0 0 20px;
}
.product-tabs .tabs .nav {
  justify-content: center;
}
.product-tabs .tabs .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.product-tabs .tabs .nav-tabs .nav-link {
  font-size: 16px;
  color: #777777;
  user-select: none;
}
.product-tabs .tabs .nav-tabs .nav-link small {
  color: #a29e8d;
  margin-left: 3px;
}
.product-tabs .tabs .nav-tabs .nav-link.active {
  background-color: initial;
  border-color: transparent;
  border-bottom: 1px solid #1988ff;
  color: #1988ff;
}
.product-tabs .tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #1988ff;
}
.product-tabs .tab-content {
  width: 100%;
}
.options-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.options-wrapper:not(:last-child) {
  margin-bottom: 10px;
}
.options-wrapper > div {
  flex: 1 50%;
}
.options-wrapper > div:first-child::before {
  content: '';
  border-bottom: 1px dotted #c1c1c1;
  display: block;
  position: absolute;
  top: 15px;
  width: 50%;
  left: 0;
}
.options-wrapper > div:first-child span {
  background: #f7f7f7;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  padding-right: 5px;
}
.options-wrapper > div:last-child {
  padding-left: 5px;
  font-weight: 500;
}
.rating[data-rating='0'] .rating-star:nth-child(-n + 0):after,
.rating[data-rating='0.5'] .rating-star:nth-child(-n + 0):after,
.rating[data-rating='1'] .rating-star:nth-child(-n + 1):after,
.rating[data-rating='1.5'] .rating-star:nth-child(-n + 1):after,
.rating[data-rating='2'] .rating-star:nth-child(-n + 2):after,
.rating[data-rating='2.5'] .rating-star:nth-child(-n + 2):after,
.rating[data-rating='3'] .rating-star:nth-child(-n + 3):after,
.rating[data-rating='3.5'] .rating-star:nth-child(-n + 3):after,
.rating[data-rating='4'] .rating-star:nth-child(-n + 4):after,
.rating[data-rating='4.5'] .rating-star:nth-child(-n + 4):after,
.rating[data-rating='5'] .rating-star:nth-child(-n + 5):after,
.rating[data-rating='5.5'] .rating-star:nth-child(-n + 5):after {
  content: "\f005";
  font-weight: 900;
}
.rating[data-rating='0.5'] .rating-star:nth-child(1):after,
.rating[data-rating='1.5'] .rating-star:nth-child(2):after,
.rating[data-rating='2.5'] .rating-star:nth-child(3):after,
.rating[data-rating='3.5'] .rating-star:nth-child(4):after,
.rating[data-rating='4.5'] .rating-star:nth-child(5):after,
.rating[data-rating='5.5'] .rating-star:nth-child(6):after {
  content: "\f123";
}
.rating {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd700;
  font-family: 'Font Awesome 5 Free';
}
.rating-star {
  font-size: 24px;
  display: block;
  font-family: 'Font Awesome 5 Free';
}
.rating-star::after {
  content: '\f005';
}
.product-tabs .comment-stats-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-tabs .comment-stats-wrapper > div {
  flex: 1 50%;
}
.product-tabs .comment-stats-wrapper .average-rating {
  font-size: 30px;
  padding-bottom: 20px;
  color: #c1c1c1;
  text-align: center;
}
.product-tabs .comment-stats-wrapper .average-rating span {
  font-size: 40px;
  color: #222222;
}
.product-tabs .comment-stats-wrapper .comment-stats-line {
  display: grid;
  align-items: center;
  grid-template-columns: 30% 50% 20%;
}
.product-tabs .comment-stats-wrapper .comment-stats-line .line {
  border-radius: 5px;
  width: 100%;
  height: 10px;
  background: #e1e1e1;
}
.product-tabs .comment-stats-wrapper .comment-stats-line .line span {
  height: 100%;
  display: block;
  border-radius: 5px;
}
.product-tabs .comment-stats-wrapper .comment-stats-line .count {
  padding-left: 20px;
  color: #a29e8d;
}
.product-tabs .comment-stats-wrapper .comment-stats-line:nth-child(1) .line span {
  background: #329d0f;
}
.product-tabs .comment-stats-wrapper .comment-stats-line:nth-child(2) .line span {
  background: #8ab311;
}
.product-tabs .comment-stats-wrapper .comment-stats-line:nth-child(3) .line span {
  background: #c0c61d;
}
.product-tabs .comment-stats-wrapper .comment-stats-line:nth-child(4) .line span {
  background: #f5bf15;
}
.product-tabs .comment-stats-wrapper .comment-stats-line:nth-child(5) .line span {
  background: #f89e49;
}
.reviews {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.reviews .media-list {
  display: flex;
  margin-bottom: 10px;
}
.reviews .media .media-left {
  padding-right: 30px;
}
.reviews .media-left .avatar-inner {
  border-radius: 50%;
  display: inline-block;
  height: 64px;
  overflow: hidden;
  width: 64px;
}
.reviews .rating {
  width: 70px;
  margin-top: 10px;
}
.reviews .media-heading {
  font-size: 18px;
  margin-top: 5px;
  color: #636363;
  font-weight: 700;
}
.reviews .media-body p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #777;
}
.reviews .review-info {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #a29e8d;
}
.reviews .review-info a {
  color: #a29e8d;
}
.reviews .review-info .review-answer {
  cursor: pointer;
  text-decoration: underline;
}
.reviews .review-info span {
  margin-right: 10px;
}
.reviews .review-info i {
  margin-right: 2px;
}
.product-tabs #comment .action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.product-tabs #comment .action a {
  flex-basis: 60%;
}
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(/images/stars.png) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
.form-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form-wrapper form {
  flex-basis: 500px;
}
.form-wrapper form .captcha-refresh {
  display: flex;
  align-items: center;
}
.form-wrapper form .captcha-refresh > img {
  margin-right: 5px;
}
.form-wrapper form .captcha-refresh > img.captcha {
  margin-right: 15px;
}
.captcha-refresh:hover {
  cursor: pointer;
}
form .form-control:focus {
  border-color: #1988ff;
  box-shadow: 0 0 0 -0.8rem rgba(0,123,255,0.25);
}
.authorize .captcha-refresh {
  display: flex;
  align-items: center;
}
.authorize .captcha-refresh i {
  font-size: 20px;
  margin-left: 10px;
}
label.required::after {
  color: #e91e63;
  content: "*";
  font-weight: bold;
  margin-left: 3px;
}
.account-menu a {
  position: relative;
  display: block;
  padding: 15px 5px 15px 10px;
  color: #222222;
  text-decoration: none;
}
.account-menu a:hover {
  color: #1988ff;
}
.account-menu li.active a {
  background: #f2f2f2;
}
.account-menu li.active a:hover {
  color: #222222;
}
.account-info {
  margin-top: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fdfdfd;
  padding: 10px;
}
.account-info ul {
  padding-left: 10px;
  margin-bottom: 0;
}
.account-info ul li {
  font-size: 13px;
  color: #222222;
  padding: 5px 0;
}
.account-info ul li i {
  margin-right: 5px;
  font-size: 14px;
}
.box-user-content .squared span {
  padding-left: 20px;
}
.box-user-content .user-orders h2,
.box-user-content .user-maillists h2,
.box-user-content .user-tickets h2,
.box-user-content .user-licenses h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #000;
  padding: 0;
}
.box-user-content .user-orders .user-orders-link,
.box-user-content .user-maillists .user-maillist-row .user-maillist-buttons,
.box-user-content .user-tickets .user-tickets-add-link {
  text-align: right;
}
.box-user-content .btn i {
  font-size: 9pt;
  margin-right: 5px;
}
.bg-darkgray {
  background-color: #bab9b2 !important;
}
.box-user-content .user-orders > .row:first-child,
.box-user-content .user-maillists > .row:first-child,
.box-user-content .user-tickets > .row:first-child {
  margin-bottom: 20px;
  align-items: center;
}
.box-user-content .table-header {
  border-bottom: 1px solid #eae9e7;
  border-top: 1px solid #eae9e7;
  font-weight: 700;
  padding: 15px 15px 15px 0;
}
.box-user-content .table-row {
  border-bottom: 1px solid #eae9e7;
  font-size: 10pt;
  font-weight: 300;
  padding: 15px 15px 15px 0;
  align-items: center;
}
.hostcms-label {
  background-clip: padding-box !important;
  background-image: none !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 1;
  padding: 6px !important;
  text-align: center;
  text-shadow: none !important;
  vertical-align: baseline;
  white-space: nowrap;
}
.box-user-content .user-order-more span {
  padding: 6px !important;
}
.hostcms-label.gray {
  background-color: #f2f2f2 !important;
}
.box-user-content .user-order-more a {
  color: #a29f9e;
  cursor: pointer;
  text-decoration: none;
}
.hostcms-label.white,
.hostcms-label.white a {
  color: #fff !important;
}
.hostcms-label.green {
  background-color: #cddc39 !important;
}
.hostcms-label.blue {
  background-color: #0097e2 !important;
}
.box-user-content .modal-header.more-order-header {
  background-color: #f9f9f9;
  padding: 1em;
}
.modal-body {
  font-size: 15px;
  font-weight: 300;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.user-order-modal {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.box-user-content .user-orders span.order-total {
  font-weight: 700;
}
.box-user-content .user-maillist-row {
  border-bottom: 1px solid #eae9e7;
  border-top: 1px solid #eae9e7;
  font-size: 10pt;
  font-weight: 300;
  padding: 15px 15px 15px 0;
}
.box-user-content .user-maillists-name {
  font-size: 16px;
  padding-top: 10px;
}
.box-user-content > div {
  margin-bottom: 30px;
}
.hidden {
  display: none !important;
}
.box-user-content .user-orders {
  flex-basis: 100%;
}
.account-menu,
.account-info {
  margin-right: 10px;
}
.promos {
  margin-bottom: 50px;
}
.promos .promo-row {
  display: grid;
  align-items: center;
  justify-content: center;
}
.promos .promo-row:not(:last-child) {
  margin-bottom: 15px;
}
.promos .promo-row.one-col {
  grid-template-columns: 100%;
}
.promos .promo-row.two-col {
  grid-template-columns: 50% 50%;
}
.promos .promo-row.three-col {
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.promos .promo-row.four-col {
  grid-template-columns: 25% 25% 25% 25%;
}
.promos .promo-row.five-col {
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.promos .promo-row .promo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 15px;
  height: 300px;
  position: relative;
}
.promos .promo-row .promo:not(:last-child) {
  margin-right: 15px;
}
.promos .promo-row .promo img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
  transition: opacity .2s ease;
}
.promos .promo-row .promo:hover img {
  opacity: 0.8;
}
.promos .promo-row .promo .caption {
  position: absolute;
  display: grid;
  align-items: center;
  padding: 15px;
}
.promos .promo-row .promo .caption > div:not(:last-child) {
  margin-bottom: 5px;
}
.promos .promo-row .promo .caption .title {
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 2px 0px #fff;
  text-transform: uppercase;
}
.promos .promo-row .promo .caption .title a {
  color: #222222;
}
.promos .promo-row .promo .caption .marking {
  color: #c1c1c1;
}
.promos .promo-row .promo .caption .price {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 2px 0px #fff;
}
.promos .promo-row .promo.left-top .caption {
  left: 0;
  top: 0;
  padding: 30px 0 0 30px;
}
.promos .promo-row .promo.left-top {
  align-items: end;
  align-items: flex-end;
  justify-content: end;
  justify-content: flex-end;
}
.promos .promo-row .promo.left-top img {
  padding: 0 15px 15px 0;
}
.promos .promo-row .promo.left-bottom .caption {
  left: 0;
  bottom: 0;
  padding: 0 0 30px 30px;
}
.promos .promo-row .promo.left-bottom {
  align-items: start;
  justify-content: flex-end;
}
.promos .promo-row .promo.left-bottom img {
  padding: 15px 15px 0 0;
}
.promos .promo-row .promo.left-center .caption {
  left: 0;
  top: 0;
  position: relative;
  padding-left: 0;
}
.promos .promo-row .promo.left-center {
  flex-direction: row-reverse;
}
.promos .promo-row .promo.left-center img {
  padding: 0 15px 0 15px;
}
.promos .promo-row .promo.right-top .caption {
  right: 0;
  top: 0;
  text-align: right;
  padding: 30px 30px 0 0;
}
.promos .promo-row .promo.right-top {
  align-items: end;
  align-items: flex-end;
  justify-content: start;
}
.promos .promo-row .promo.right-top img {
  padding: 0 0 15px 15px;
}
.promos .promo-row .promo.right-bottom .caption {
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 0 30px 30px 0;
}
.promos .promo-row .promo.right-bottom {
  align-items: start;
  justify-content: start;
}
.promos .promo-row .promo.right-bottom img {
  padding: 15px 0 0 15px;
}
.promos .promo-row .promo.right-center .caption {
  text-align: right;
  position: relative;
  padding: 0;
}
.promos .promo-row .promo.right-center img {
  padding: 0 15px 0 15px;
}
.redSup {
  color: #ff5e14;
}
.modal-header-background {
  color: #222222;
  justify-content: center !important;
  align-items: center;
}
#oneStepCheckout .modal-header .close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  font-size: 15px;
}
#oneStepCheckout .modal-body .row {
  padding: 10px 0;
}
#oneStepCheckout .modal-footer {
  justify-content: center;
}
.modal-header-background.modal-header {
  padding-bottom: 1rem !important;
}
.modal-header-background .modal-title {
  color: #222222;
}
label.input_error {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  color: #ff5e14;
  font-size: 10pt;
  font-weight: 300;
  margin-left: 5px;
}
input.input_error,
select.input_error {
  border: 1px solid #ff5e14 !important;
}
div.comment_reply {
  display: none;
}
.select-modification-item {
  padding: 20px 10px;
}
.select-modification-item:hover {
  cursor: pointer;
  background-color: #e7e7e7;
}
.select-modification-item .price {
  margin-left: 20px;
  font-weight: 600;
}
.social-authorization .account-header {
  margin-bottom: 10px;
}
.social-authorization img {
  width: 40px;
  height: 40px;
}
.compare-table {
  border-spacing: 20px 0;
  border-collapse: separate;
  margin-left: -20px;
  margin-right: -20px;
}
.compare-table td,
.compare-table th {
  padding: 10px 0;
}
.compare-name {
  font-size: 18px;
}
.cart-siteuser-field {
  border: 2px solid rgba(0,0,0,0.1);
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.cart-siteuser-field .cart-name,
.cart-siteuser-field .cart-patronymic,
.cart-siteuser-field .cart-surname,
.cart-siteuser-field .cart-company-name {
  font-weight: 600;
}
.cart-siteuser-field .cart-address,
.cart-siteuser-field .cart-phone,
.cart-siteuser-field .cart-country,
.cart-siteuser-field .cart-postcode,
.cart-siteuser-field .cart-city {
  font-size: 12px;
  color: #bbb;
}
.cart-siteuser-field > i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #e5e5e5;
  cursor: pointer;
}
.cart-siteuser-field > i.current {
  color: #cddc39;
}
.cart-siteuser-field.current {
  border-color: #cddc39;
}
.nice-select span[data-placeholder = '1'] {
  color: #ccc;
}
.nice-select .nice-select-search-box {
  width: 95% !important;
}
.filter .nice-select .nice-select-search-box {
  width: 93% !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.account-fieldset {
  border: 1px solid #ECEBE9 !important;
  padding: 5px;
}
.account-fieldset legend {
  font-weight: bold;
  font-size: 13px;
  width: auto;
  margin: 0 10px;
  display: inline-block;
  border-bottom: 0;
  padding-bottom: 0;
}
.directory-actions {
  margin-top: 10px;
}
.directory-actions > span {
  padding: 8px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.directory-actions > span:hover {
  cursor: pointer;
}
.directory-actions i {
  color: #ccc;
}
.account-checkbox {
  display: flex;
  align-items: center;
}
.custom-file-upload {
  border: 1px solid #ecebe9;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 12px;
}
.user-maillist-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.identity-provider-wrapper {
  position: relative;
  display: inline-block;
}
.identity-provider-wrapper .identity-provider-dot {
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 10px;
  line-height: 0;
}
.social-icon.identity-provider-social-icon {
  margin-right: 10px;
}
.social-icon.identity-provider-social-icon:hover {
  opacity: 1;
}
.identity-provider-wrapper.connected .identity-provider-dot i {
  color: #cddc39;
}
.identity-provider-wrapper.not-connected .identity-provider-dot i {
  color: #ddd;
}
.identity-provider-wrapper.not-connected:not(:hover) img {
  opacity: .5;
}
.account-orders h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.orderListChangePaymentSystem {
  margin: 15px 0;
  display: none;
}
.account-orders .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.account-orders .badge {
  font-size: 100%;
  margin-bottom: 10px;
}
.account-orders .orderListActions {
  margin-bottom: 10px;
}
.pay-description {
  color: #686868;
  font-size: 13px;
  font-weight: 300;
  margin-left: 40px;
}
.helpdesk-worktime {
  text-align: right;
  margin-top: 20px;
}
.user-tickets .input-group {
  justify-content: space-between;
}
.helpdesk_hour div,
.helpdesk_wt_0,
.helpdesk_wt_1,
.helpdesk_wt_2 {
  color: #6a6a6a;
  float: left;
  height: 20px;
  margin: 0 1px 1px 0;
  width: 20px;
}
.helpdesk_wt_0 {
  background-color: #efeeea;
}
.helpdesk_wt_1 {
  background-color: #cddc39;
}
.helpdesk_wt_2 {
  background-color: #e91e63;
}
.helpdesk_legend {
  margin-left: 30px;
  margin-top: -2px;
}
.helpdesk_day div {
  height: 19px;
  margin: 0 10px 1px 0;
  padding: 1px 0 0 5px;
}
.helpdesk-messages {
  font-size: 15px;
  margin-bottom: 20px;
}
.helpdesk-message-block {
  padding-top: 15px !important;
}
.helpdesk-messages .subject {
  font-weight: bold;
}
.helpdesk-message-info {
  color: #999;
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
}
.helpdesk-message-info .message-answer {
  cursor: pointer;
  text-decoration: underline;
}
.helpdesk-message-info span {
  margin-right: 10px;
}
.helpdesk-message-info i {
  margin-right: 3px;
}
strong {
  font-weight: bold !important;
}
#messages {
  overflow-y: auto;
}
#messages {
  display: table;
  border-spacing: 0 4px;
}
#messages div {
  display: table-row;
  margin-bottom: 5px;
}
#messages div div {
  display: table-cell;
  vertical-align: middle;
}
#messages .attr {
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 10px;
  min-width: 200px;
}
#messages .text {
  width: 100%;
  padding: 10px 12px;
  margin: 4px 8px;
}
#messages .out .text {
  background-color: #f3f3f3;
}
#messages .out a {
  color: #009BE8;
}
#messages .out.unread {
  background-color: #fafafa;
  border-color: #f00;
}
#messages .in .text {
  background-color: #f0ecda;
  _border: 1px solid #daeecf;
}
#messages .in a {
  color: #7FC801;
}
#messages .in.unread {
  background-color: #f0efeb;
}
#load_messages {
  display: inline-block;
  font-size: 11pt;
  border-bottom: 1px dashed #4ba749;
  margin-bottom: 10px;
  color: #4ba749;
  cursor: pointer;
}
#messages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#messages > div {
  flex: 1 100%;
}
.filter .property-inline-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.badge-gray {
  color: #222222;
  background-color: #eee;
}
.autocomplete-suggestions {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eceeef;
  overflow: auto;
  top: 45px;
  width: 100% !important;
  border-radius: 5px;
}
.autocomplete-suggestion {
  font-size: 10pt;
  font-weight: 300;
  overflow: hidden;
  padding: 10px 15px;
  white-space: nowrap;
}
.autocomplete-selected {
  background: #f0f0f0 none repeat scroll 0 0;
}
.autocomplete-suggestions strong {
  color: #ff5e14;
  font-weight: normal;
}
.search-top-suggestions {
  min-width: 300px;
  position: absolute;
  right: 25px;
  top: -10px;
}
.cms-search .total-result {
  color: #838383;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.cms-search ul {
  list-style: outside none none;
  padding: 0;
}
.cms-search li {
  margin-bottom: 15px;
}
.cms-search .search-content > div {
  color: #686868;
  font-size: 14px;
}
.cms-search .search-content {
  display: inline-block;
}
.cms-search a {
  font-size: 16px;
}
.cms-search a:hover {
  color: #ff5e14;
}
.cms-search p {
  margin-bottom: 0;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control-search {
  left: 0;
  display: inline-table;
}
.has-feedback .form-control-search-input {
  padding-left: 35px;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  top: 3px;
  right: 0;
}
.search-form .form-control-feedback {
  top: 15px;
}
.form-control-feedback {
  pointer-events: auto;
}
.navbar-expand-lg .dropdown-submenu .dropdown-toggle::after {
  content: '' !important;
}
.search-content .search-stars {
  line-height: 13px;
  margin: 5px 0;
}
#yandexMap {
  height: 450px;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
.main-contacts {
  margin-bottom: 20px;
}
.main-contacts input[type="file"] {
  padding: .375rem .75rem;
}
.contact-req p {
  margin-bottom: 0;
}
.main-contacts .contacts-captcha {
  align-items: center;
}
ul.siteMap {
  list-style: revert;
  margin-top: 20px;
  margin-left: 20px;
}
ul.siteMap ul {
  list-style: revert;
  padding-left: 20px;
  padding-top: 5px;
}
ul.siteMap a:link,
ul.siteMap a:hover,
ul.siteMap a:visited {
  color: #ff5e14;
}
ul.siteMap a.sub {
  color: #777;
}
.items-wrapper {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.items-wrapper .image {
  position: relative;
}
.items-wrapper .image .info .group-name,
.items-wrapper .image .info .showed,
.items-wrapper .image .info .comments {
  background-color: #bfbfbf2e;
  padding: 2px 5px;
}
.items-wrapper .image .info .group-name a {
  color: #fff;
  text-decoration: none;
}
.items-wrapper .image .info {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.items-wrapper .image .info span:not(:last-child) {
  margin-right: 5px;
}
.items-wrapper .image .info i {
  margin-right: 5px;
}
.items-wrapper img {
  max-width: 100%;
  height: 200px;
  width: 100%;
}
.items-wrapper .item:not(:last-child) {
  margin-right: 20px;
}
.items-wrapper .item {
  margin-bottom: 20px;
}
.items-wrapper .date {
  color: #9f9c8b;
  margin: 5px 0;
}
.items-wrapper .name a {
  color: #222222;
  font-size: 15px;
}
.item-page .date {
  text-align: center;
  color: #9f9c8b;
  font-size: 15px;
  margin-bottom: 30px;
}
.item-page .image,
.item-page .text {
  margin-bottom: 30px;
}
.item-page .item-text {
  text-align: center;
  margin-bottom: 30px;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label::after {
  background-color: #ff5e14 !important;
}
.green-text {
  display: flex;
  align-items: center;
  margin-left: 5px;
  color: green;
}
.alert-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.account-fieldset .directory-row:not(:first-child) {
  margin-top: 10px;
}
.attachments-wrapper {
  display: grid;
  grid-template-columns: repeat(4,25%);
  margin-top: 15px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.attachments-wrapper .attachments-wrapper-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
}
.attachments-wrapper .attachments-wrapper-file .attachment-icon img {
  width: 100px;
  height: 100px;
}
.attachments-wrapper .attachments-wrapper-file .attachment-name {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.attachments-wrapper .attachments-wrapper-file .attachment-name .link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.label-lightgray {
  color: #999 !important;
}
@media (max-width: 991.98px) {
  .header-nav .nav-list {
    display: none;
  }
  .header .header-bottom {
    line-height: 0;
    padding: 10px 0;
  }
  .header .header-bottom .header-bottom-wrapper {
    grid-template-columns: 40% 5% 25% 19%;
  }
  .header-nav {
    display: none;
  }
  .header .header-bottom .header-icons .hamburger-icon {
    display: initial;
  }
  .header-logo {
    margin-right: 0;
  }
  .navbar-nav-link.dropdown-toggle:not(.caret-0)::after {
    right: 0.25rem !important;
  }
  .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0)::after {
    position: initial !important;
    margin-left: 10px !important;
  }
  #navbar-nav-lists {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #ff5e14;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1000;
  }
  .popup-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 60px;
    color: #fff;
  }
  .navbar-nav {
    position: relative;
    top: 5%;
    margin: 30px;
  }
  .dropdown-menu > .dropdown-submenu.show > .dropdown-item,
  .dropdown-menu > .dropdown-submenu:hover > .dropdown-item {
    background-color: rgba(0,0,0,0.05) !important;
    color: #333;
  }
  .navbar-nav li {
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .navbar-nav li a {
    color: #fff;
    font-size: 16px;
  }
  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .popup-close:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
  }
  .dropdown-menu {
    background-color: inherit;
    box-shadow: none;
  }
  .dropdown-item {
    padding: 1rem;
  }
  .dropdown-divider {
    margin: .5rem 1rem !important;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-toggle::after {
    content: "";
  }
  .dropdown-menu-triangle {
    display: none !important;
  }
  .header .header-bottom .header-icons .search-icon input {
    display: none;
  }
  .little-cart-wrapper .little-cart-title {
    padding: 30px 20px;
  }
  .little-cart-wrapper .little-cart-list .little-cart-item .little-cart-item-content {
    line-height: 20px;
  }
  .user-account-wrapper.show {
    position: fixed !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.5s;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .user-account-wrapper .user-account {
    width: 100%;
    min-height: 0;
    top: 10%;
    position: absolute;
  }
  .user-account-wrapper .popup-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 60px;
    color: #ff5e14;
  }
  .user-account-wrapper .popup-close:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .user-account-wrapper .user-account .input-box.input-box-password a {
    line-height: 14px;
  }
  .user-account-wrapper .user-account > div:not(:last-child) {
    border: none;
  }
  .user-account-wrapper .user-account.grid-4,
  .user-account-wrapper .user-account.grid-3 {
    grid-template-columns: 100%;
  }
  .main-slider .arrows-container {
    display: none;
  }
  .main-slider .main-slider-item {
    height: 430px;
  }
  .main-slider-item .wrapper .image {
    width: 200px;
    height: 200px;
    flex-basis: 200px;
  }
  .main-slider-item .wrapper .item-content {
    line-height: 26px;
    padding: 30px;
  }
  .main-slider-item .wrapper .item-content .name {
    font-size: 16px;
  }
  .main-slider-item .wrapper .item-content .article {
    font-size: 12px;
  }
  .main-slider-item .wrapper .item-content .price {
    font-size: 12px;
  }
  .catalog-main .tab-content .products-row {
    flex-wrap: wrap;
  }
  .catalog-main .tab-content .products-row .product .product-img {
    width: auto;
  }
  .catalog-main .tab-content .products-row .product .product-img img {
    height: 250px;
    object-fit: contain;
  }
  .catalog-main .tab-content .products-row .product {
    flex: 1 33.33%;
  }
  .features-main .features-wrapper .features-item {
    flex: 1 50%;
    margin-bottom: 40px;
  }
  .services-main .services-block {
    flex-wrap: wrap;
  }
  .services-main .services-block .details {
    padding: 10px 0;
  }
  .news-main .news-list .news-list-item .img a {
    height: auto;
  }
  .shop .products-row .product {
    flex: 1 33.33%;
  }
  .filter .popup-filter {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    min-width: 200px;
    height: 150px;
  }
  .navbar-nav-link.current {
    box-shadow: none;
  }
  .search-top-suggestions {
    right: -28px;
    top: 0;
  }
  .autocomplete-suggestions {
    background: transparent;
    border: none;
    top: 170px;
  }
  .autocomplete-selected {
    background: transparent;
  }
  .autocomplete-suggestion {
    color: #fff;
    padding: 15px;
    margin-bottom: 5px;
  }
  .autocomplete-suggestions strong {
    color: #333;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .filter .popup-filter {
    right: -85%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  .user-account-wrapper,
  .user-account-wrapper .user-account-wrapper-triangle {
    right: 0;
  }
  .user-account-wrapper .user-account.grid-4 {
    grid-template-columns: 50% 50%;
  }
  .user-account-wrapper .user-account {
    width: 614px;
  }
  .cart .cart-table-photo {
    margin-right: 0;
  }
  .cart .cart-table-discount {
    width: 150px;
  }
  .cart .cart-table-price {
    width: 100px;
  }
}
@media (min-width: 575px) and (max-width: 1359px) {
  .header .header-top .header-top-wrapper .header-top-phone .info-popup.show,
  .header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-triangle {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-buttons > div {
    flex: 1 50%;
  }
  .cart .cart-buttons > div:last-child {
    display: flex;
  }
  .cart .cart-buttons > div:last-child button:first-child {
    margin-right: 10px !important;
  }
}
@media (max-width: 991.98px) {
  .features-main.style2 .features-wrapper .features-item {
    justify-content: initial;
  }
  .main-slider-item .content-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .services-main .services-block .image img {
    width: initial;
  }
  .services-main .services-block .details {
    padding: 10px;
  }
  .product .product-flex.add-cart-row > div:not(:last-child) {
    flex: 1 50%;
    margin-bottom: 20px;
  }
  .product .product-flex.add-cart-row > div:last-child {
    flex: 100%;
    text-align: center;
  }
  .product .product-flex.add-cart-row > div a.btn {
    width: 100%;
  }
  .products-row,
  .products-row.sets-include {
    flex-wrap: wrap;
  }
  .products-row.sets-include > div,
  .products-row .product.set:first-child {
    flex: 1 100% !important;
  }
  .products-row .equal,
  .products-row .plus {
    justify-content: center;
  }
  .filter,
  .categories.style2,
  .categories-row {
    margin-top: 20px;
  }
  .categories-navbar .dropdown-item {
    font-size: 14px !important;
    padding: .5rem 1.5rem !important;
    margin: 10px 0;
  }
  .categories-navbar .navbar-nav-link {
    font-size: 14px !important;
  }
  .categories-navbar.navbar-expand-lg .dropdown-submenu .dropdown-toggle::after {
    content: '';
  }
  .navbar-expand-lg .navbar-nav-link {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .account-info ~ a.btn {
    margin-bottom: 20px;
  }
  .categories-navbar #navbar-nav-lists {
    background-color: #f7f7f7;
  }
  .categories-navbar a {
    color: #222222 !important;
  }
  .header-categories {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
  }
  .categories-row {
    display: none;
  }
  .navbar-expand-lg .navbar-nav > .nav-item > .dropdown-menu {
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .categories-navbar .navbar-nav-link {
    padding: 0 1rem !important;
  }
  .navbar-nav li {
    padding-bottom: 0 !important;
  }
  .tags-row {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .items-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 767.98px) {
  .header .header-top .header-top-wrapper {
    grid-template-columns: 50% 50%;
  }
  .user-account-wrapper .user-account {
    grid-template-columns: 100%;
  }
  .user-account-wrapper .user-account .wishlist .wishlist-empty-text,
  .user-account-wrapper .user-account .viewed .viewed-empty-text,
  .user-account-wrapper .user-account .compare .compare-empty-text {
    padding: 10px 0;
  }
  .catalog-main .tab-content .products-row .product {
    flex: 1 50%;
  }
  .navbar-nav li.divider {
    border-bottom: 1px solid #fff;
    width: 25%;
  }
  .navbar-nav .divider-min,
  .navbar-nav .nav-item-min {
    display: block;
  }
  .news-main .news-list {
    flex-wrap: wrap;
  }
  .news-main .news-list .news-list-item {
    flex: 1 100%;
    margin-bottom: 20px;
  }
  .footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item {
    flex: 1 50%;
  }
  .footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item:first-child {
    flex: 1 100%;
  }
  .footer .footer-wrapper .footer-inner .footer-lists .footer-lists-item ul.flex li {
    flex: 1 50%;
  }
  .shop .products-row .product {
    flex: 1 50%;
  }
  .login-wrapper > div:first-child {
    padding-right: 0;
  }
  .login-wrapper > div:last-child {
    padding-left: 0;
  }
  .login-wrapper > div {
    flex: 1 100%;
  }
  .cart .cart-buttons {
    display: block;
  }
  .cart .cart-buttons a {
    width: 100%;
  }
  .cart .cart-buttons div:last-child {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  .cart .cart-buttons div:last-child a {
    flex: 1 50%;
  }
  .promos .promo-row.three-col,
  .promos .promo-row.four-col,
  .promos .promo-row.five-col {
    grid-template-columns: 50% 50%;
  }
  .promos .promo-row.three-col .promo {
    margin-right: 0;
  }
  .promos .promo-row.three-col .promo:first-child,
  .promos .promo-row.three-col .promo:last-child {
    margin-right: 15px;
  }
  .promos .promo-row.three-col .promo:not(:last-child) {
    margin-bottom: 15px;
  }
  .main-slider-item .content-wrapper {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
    transform: none;
  }
  .services-main .services-block .image {
    width: 100%;
  }
  .services-main .services-block .details {
    padding: 10px;
  }
  .services-main .services-block .details .title {
    margin-bottom: 10px;
  }
  .btn {
    padding: 15px !important;
  }
  .product-tabs .comment-stats-wrapper > div {
    flex: 1 100%;
  }
  .product-tabs .comment-stats-wrapper > div:first-child {
    margin-bottom: 20px;
  }
  .review-info {
    flex-wrap: wrap;
  }
  .review-info > span {
    flex: 1 100%;
  }
  .thumbnails {
    margin-bottom: 20px;
  }
  .account-orders .badge {
    text-align: left;
  }
  .account-fieldset .directory-row:not(:last-child) {
    margin-bottom: 20px;
  }
  .account-fieldset .directory-row:first-child {
    margin-top: 0;
  }
  .products-row .product .product-cart .btn > span:first-child {
    width: 50px;
  }
  .products-row .product .product-cart .btn > span:first-child i {
    margin-left: 15px;
    margin-right: 15px;
  }
  .products-row .product .product-cart .btn > span:last-child {
    margin-left: 50px;
  }
  #oneStepCheckout .nice-select,
  #oneStepCheckout .form-control {
    margin: 5px 0;
  }
  #oneStepCheckout .modal-body .row {
    padding: 0;
  }
  .cart .cart-buttons div:last-child button {
    flex: 1 100%;
  }
  .categories.style1 .categories-item {
    flex: 1 50%;
  }
  .categories.style1 .categories-item:nth-child(3n+1) .categories-item-wrapper {
    margin-left: 5px;
  }
  .categories.style1 .categories-item:nth-child(2n+1) .categories-item-wrapper {
    margin-left: 0;
  }
  .items-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 575.98px) {
  .header .header-bottom .header-bottom-wrapper {
    grid-template-columns: 70% 10% 10% 10%;
  }
  .header .header-top .header-top-wrapper .header-top-phone .info-popup.show {
    right: 0;
    top: 0;
    position: fixed;
    width: 0%;
    height: 100%;
    transition: 0.5s;
    display: block;
  }
  .header .header-top .header-top-wrapper .header-top-phone .info-popup.show .popup-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 60px;
    color: #ff5e14;
  }
  .header .header-top .header-top-wrapper .header-top-phone .info-popup .popup-close:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .header .header-top .header-top-wrapper .header-top-phone .info-popup.show .info-popup-content {
    top: 5%;
    position: absolute;
  }
  .catalog-main .tab-content .products-row .product {
    flex: 1 100%;
  }
  .catalog-main .nav-tabs .nav-link {
    font-size: 14px;
    margin: 0 0.5rem;
  }
  .newsletter-main .newsletter-wrapper {
    padding: 0;
  }
  .newsletter-main .newsletter-header h2 {
    margin-bottom: 25px;
  }
  .section-title {
    justify-content: center;
  }
  .shop .products-row .product {
    flex: 1 100%;
  }
  .cart .address .row {
    padding: 0;
  }
  .cart .form-control,
  .cart .nice-select {
    margin: 5px 0;
  }
  .cart .cart-buttons {
    display: block;
  }
  .cart .cart-buttons a {
    width: 100%;
  }
  .cart .cart-buttons div:last-child {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  .cart .cart-buttons .process-order > span:last-child {
    margin-left: 30px;
  }
  .login-wrapper > div {
    flex: 1 100%;
  }
  .promos .promo-row.two-col,
  .promos .promo-row.three-col,
  .promos .promo-row.four-col,
  .promos .promo-row.five-col {
    grid-template-columns: 100%;
  }
  .promos .promo-row .promo {
    margin-right: 0 !important;
  }
  .promos .promo-row.two-col .promo:not(:last-child) {
    margin-bottom: 15px !important;
  }
  .news-form-con {
    width: 100% !important;
  }
  .newsletter-main {
    margin-top: 0 !important;
  }
  .features-main.style2 .features-wrapper .features-item {
    flex: 1 100%;
  }
  .account-orders .badge {
    text-align: left;
    white-space: normal;
  }
  .box-user-content .user-tickets .user-tickets-add-link {
    text-align: left;
    margin-top: 10px;
  }
  .account-checkbox {
    margin: 10px 0 !important;
  }
  .cart .cart-meta .d-flex {
    flex-wrap: wrap;
  }
  .cart .cart-meta .bonus-wrapper {
    margin-left: 0 !important;
  }
  .categories.style1 .categories-item {
    flex: 1 100%;
  }
  .categories.style1 .categories-item .categories-item-wrapper {
    margin-left: 0 !important;
  }
  .items-wrapper {
    grid-template-columns: 100%;
  }
}
@media print {
  header.header,
  .breadcrumbs,
  footer.footer,
  .shop .filter,
  .shop .categories-row {
    display: none;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-print-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop .shop-top {
    padding: 0;
  }
}
.modifications-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6,auto);
  grid-row-gap: 20px;
  grid-column-gap: 10px;
  padding: 5px;
}
.modifications-wrapper .modification-item.active {
  outline: 1px solid #a29e8d;
}
.modifications-wrapper .modification-item:hover {
  cursor: pointer;
  outline: 1px solid #a29e8d;
}
.modifications-wrapper .modification-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modifications-wrapper .modification-item .image img {
  width: 100px;
  height: 100px;
}
.modifications-wrapper .modification-item .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  margin-left: 5px;
}
.modifications-wrapper .modification-item .name a {
  color: inherit;
}
.modifications-wrapper .modification-item .price {
  font-size: 15px;
  text-align: center;
}
.modal-add-favorite-list:hover {
  cursor: pointer;
}
.modal-base-favorite-list input.error {
  border-color: #ff5e14;
  -webkit-text-fill-color: #ff5e14 !important;
}
#favoriteList select.form-control {
  padding: .3rem .75rem !important;
}
hr.dashed {
  border-top: 1px dashed rgba(0,0,0,0.1);
}
.owl-prev i,
.owl-next i {
  color: white;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 30%;
  margin-top: -10px;
}
.owl-prev {
  left: 5px;
}
.owl-next {
  right: 5px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-5 {
  padding-bottom: 5px;
}
.left-5 {
  margin-left: 5px;
}
.left-10 {
  margin-left: 10px;
}
.left-15 {
  margin-left: 15px;
}
.left-20 {
  margin-left: 20px;
}
.min-h300 {
  min-height: 300px;
}
.max-h70 {
  max-height: 70px;
}
.max-h100 {
  max-height: 100px;
}
.max-h150 {
  max-height: 150px;
}
.max-h200 {
  max-height: 200px;
}
.max-h250 {
  max-height: 250px;
}
.max-h300 {
  max-height: 300px;
}
.h-200 {
  height: 100px;
}
.h-200 {
  height: 200px;
}
.h-300 {
  height: 300px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.left-float-10 {
  float: left;
  margin: 10px 10px 10px 10px;
}
.line-h-12 {
  line-height: 1.2;
  display: inline-block;
}
.txt-0 {
  font-size: 0px;
}
.txt-10 {
  font-size: 10px;
}
.txt-11 {
  font-size: 11px;
}
.txt-12 {
  font-size: 12px;
}
.txt-13 {
  font-size: 13px;
}
.txt-14 {
  font-size: 14px;
}
.txt-15 {
  font-size: 15px;
}
.txt-16 {
  font-size: 16px;
}
.txt-17 {
  font-size: 17px;
}
.txt-18 {
  font-size: 18px;
}
.txt-19 {
  font-size: 19px;
}
.txt-20 {
  font-size: 20px;
}
.txt-21 {
  font-size: 21px;
}
.txt-22 {
  font-size: 22px;
}
.txt-23 {
  font-size: 23px;
}
.txt-24 {
  font-size: 24px;
}
.txt-25 {
  font-size: 25px;
}
.txt-26 {
  font-size: 26px;
}
.txt-27 {
  font-size: 27px;
}
.txt-28 {
  font-size: 28px;
}
.txt-29 {
  font-size: 29px;
}
.txt-30 {
  font-size: 30px;
}
.txt-31 {
  font-size: 31px;
}
.txt-32 {
  font-size: 32px;
}
.txt-33 {
  font-size: 33px;
}
.txt-34 {
  font-size: 34px;
}
.txt-35 {
  font-size: 35px;
}
.txt-36 {
  font-size: 36px;
}
.txt-37 {
  font-size: 37px;
}
.txt-38 {
  font-size: 38px;
}
.txt-39 {
  font-size: 39px;
}
.txt-40 {
  font-size: 40px;
}
.m-title1 {
  font-size: 22px;
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.p-d10 {
  padding: 10px;
}
.left-45 {
  margin-left: 45px;
}
.line-h12 {
  line-height: 1.2;
}
.section-100 {
  margin: 100px 0 0;
}
.section-70 {
  margin: 70px 0 0;
}
.section-50 {
  margin: 50px 0 0;
}
.section-100-mobile {
  margin: 100px 0 0;
}
.cp100 {
  clip-path: polygon(25% 0%,100% 0%,75% 100%,0% 100%);
  border-top: 5px solid #ED1B24;
}
.block-border {
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}
.bg-m1 {
  background-image: url(/hostcmsfiles/assets/images/main/pix.png), url(/hostcmsfiles/assets/video/video.jpg);
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center top;
  background-attachment: scroll, scroll;
}
.block-color-1 {
  background-color: #1a1a1a;
  border: solid 1px #303030;
}
.block-color-2 {
  background-color: #1a1a1a;
  border: solid 1px #303030;
}
.block-title {
  position: relative;
  width: 290px;
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}
.block-title::before,
.block-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 0px;
}
.block-title::before {
  width: 100%;
  background: #f2f2f2;
}
.block-title::after {
  width: 100px;
  background: #ff5e14;
}
.block-title33 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  padding: 0 0 15px 0;
  background: url(/hostcmsfiles/santehnik/images/main/bg-line.png) no-repeat center bottom;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.block-title33 span {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #101010;
}
.block-title-2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
.block-title-2 span {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #009730;
}
.services-c {
  min-height: 10em;
  display: table-cell;
  vertical-align: middle;
}
.flare-button {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.flare-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(to bottom,rgba(255,255,255,0.5) 0%,#ffffff 50%,rgba(255,255,255,0.5) 100%);
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.bg-call {
  background-image: url(/hostcmsfiles/assets/images/main/pix.png), url(/hostcmsfiles/assets/images/main/bg-call.jpg);
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center top;
  background-attachment: scroll, fixed;
}
.social-icons-1 {
  padding: 0;
  list-style: none;
}
.social-icons-1 li {
  display: inline-block;
  position: relative;
  font-size: 17px;
}
.social-icons-1 i,
.social-icons-1 img {
  color: #fff;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.social-icons-1 a {
  display: inline-block;
}
.social-icons-1 a:before {
  transform: scale(1);
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg,#009EFF,#009EFF);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease-out;
}
.social-icons-1 a:hover:before {
  transform: scale(0);
  transition: all 0.3s ease-in;
}
.social-icons-1 a:hover i,
.social-icons-1 a:hover img {
  transform: scale(1.8);
  color: #009EFF;
  transition: all 0.3s ease-in;
}
.infobanner {
  background-size: cover;
  position: relative;
  display: block;
  padding: 41px 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  font-weight: 300;
}
.infobanner.img4 {
  background-image: url('/hostcmsfiles/santehnik/images/slider/slider1.jpg');
}
.infobanner.dogovor {
  text-align: center;
  padding: 41px 40px;
}
.infobanner-icon {
  margin-bottom: 30px;
}
.infobanner-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
.widget .infobanner-title,
.contact-wrap .infobanner-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-wrap {
  margin-top: 100px;
}
.contact-wrap .infobanner-title {
  font-size: 20px;
}
.infobanner-text {
  margin-bottom: 0;
}
.infobanner-content {
  position: relative;
  z-index: 1;
}
.infobanner-overlay {
  background-color: rgba(34,34,34,0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.infobanner:hover {
  color: #fff;
  text-decoration: none;
}
.infobanner:hover .infobanner-overlay {
  background-color: #333333;
}
.no-link {
  cursor: auto;
}
.info-block-title {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.info-block-title {
  color: #ededed;
}
.info-block-adres {
  display: block;
  font-size: 18px;
  color: #ffffff;
}
.info-block {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767.98px) {
  .infobanner .infobanner-title {
    font-size: 18px;
  }
}
.payment-variant {
  border-radius: 2px;
  height: 25px;
  padding: 3px 10px;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  width: 60px;
  margin: 0 auto;
}
.color-primary {
  color: #FF5E14;
}
.color-secondary {
  color: #1E2129;
}
.color-e9 {
  color: #9EA0A9;
}
.item-border {
  border: 1px solid #0A0A0A;
  padding: 5px;
}
.link-e9 {
  color: #9EA0A9;
}
.link-e9:hover {
  color: #FF5E14;
}
.link-000 {
  text-decoration: none;
  color: #000;
}
.link-000:hover {
  text-decoration: none;
  color: #000;
}
.link-fff {
  text-decoration: none;
  color: #fff;
}
.link-fff:hover {
  text-decoration: none;
  color: #fff;
}
.link-primary {
  text-decoration: none;
  color: #ff5e14;
}
.link-primary:hover {
  text-decoration: none;
  color: #009EFF;
}
.link-secondary {
  text-decoration: none;
  color: #1E2129;
}
.link-secondary:hover {
  text-decoration: none;
  color: #1E2129;
}
.bg-primary {
  background-color: #ff5e14;
}
.bg-primary2 {
  background-color: #846156;
}
.bg-breadcrumbs {
  background-color: #2d2d2d;
}
.bg-color-1 {
  background-color: #121212;
}
.bg-color-2 {
  background-color: #121212;
}
.bg-black {
  background-color: #000;
}
.bg-red {
  background-color: #ff0000;
}
.bg-1 {
  background-image: url(/hostcmsfiles/sks/images/main/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.bg-2 {
  background-image: url(/hostcmsfiles/sks/images/main/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.link-fff-d {
  border-bottom: 1px dotted #ff0000;
  color: #fff;
  font-weight: 300;
}
.link-fff-d:hover {
  border-bottom: 1px dotted #ff0000;
  color: #fff;
  font-weight: 300;
}
.link-000-d {
  border-bottom: 1px dotted #000;
  color: #000;
  font-weight: 400;
}
.link-000-d:hover {
  border-bottom: 1px dotted #000;
  color: #000;
  font-weight: 400;
}
.txt-price-title {
  font-size: 15px;
  font-weight: 600;
}
.link-phone-bottom {
  font-size: 25px;
}
.color-icon {
  color: #ff0000;
}
.color-000 {
  color: #000;
}
.color-fff {
  color: #fff;
}
.color-viber {
  color: #79499B;
}
.color-whatsapp {
  color: #1E9D13;
}
.color-telegram {
  color: #64A5F0;
}
.color-vk {
  color: #71AAEB;
}
.btnViber {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  color: #fff;
  background-color: #79499B;
}
.btnViber:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #79499B;
}
.btnWhatsapp {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  color: #fff;
  background-color: #1E9D13;
}
.btnWhatsapp:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #1E9D13;
}
.top-txt-m {
  font-size: 18px;
  font-weight: 400;
}
.logo-header {
  width: 120px;
}
.image-zoom-x {
  overflow: hidden;
}
.image-zoom-x img {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.image-zoom-x img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.socialm:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.socialm {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.icon-m {
  padding: 3px;
  width: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.icon-circle {
  display: inline-block;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  padding: 5px;
  border: 1px solid #fff;
}
.modal-header {
  background-color: #13151A;
}
.modal-content {
  background-color: #1E2129;
  z-index: 999;
}
.modal-title {
  color: #B7B7B7;
  padding-bottom: 10px;
}
.form-min-width {
  min-width: 220px;
}
.btn2 {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  border-radius: 50px;
  position: relative;
}
.btn2,
.btn2.btn-transparent2:hover {
  background-color: #ff5e14;
  color: #fff;
}
.btn2:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #ff5e14;
  box-shadow: 0 5px 20px -10px #ff5e14;
}
.btn2.btn-transparent2 {
  background: transparent;
  border: 1px solid #ff5e14;
  color: #ff5e14;
}
.btn3 {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
}
.btn3,
.btn3.btn-transparent3:hover {
  background-color: #ff5e14;
  color: #fff;
  border: 1px solid #ff5e14;
}
.btn3:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  background-color: #ff5e14;
  box-shadow: 0 5px 20px -10px #ff5e14;
}
.btn3.btn-transparent3 {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(3.25em);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-sm-m {
  padding: .25rem .5rem !important;
  border-radius: 1.2rem !important;
  letter-spacing: 0;
}
.form-control::placeholder {
  color: #838383;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #838383;
}
.form-control::-ms-input-placeholder {
  color: #838383;
}
.form-control-select::placeholder {
  color: #838383;
  opacity: 1;
}
.form-control-select:-ms-input-placeholder {
  color: #838383;
}
.form-control-select::-ms-input-placeholder {
  color: #838383;
}
.form-group {
  padding-left: 3px;
}
.form-control-black {
  padding: 20px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-clip: padding-box;
  border-radius: 0px;
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #E8471D;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.nav-pills .nav-link,
.nav-pills .show>.nav-link:hover {
  border-radius: 50px;
  color: #EA6A00;
  font-size: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 0px;
  color: #fff;
  background-color: #EA6A00;
}
.nav-pills .nav-link {
  color: #fff;
}
.block-privacy {
  font-size: 9px;
}
.rot-i {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.rot-i:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.bw0 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.card-header .title {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}
.card-header {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  border-bottom: none;
}
.card {
  border: 1px solid #ddd;
}
.card-body {
  font-size: 16px;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
#accordion-style-1 a {
  color: #000;
}
*/
#accordion-style-1 .btn-link-ac {
  font-weight: 400;
  color: #222;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 22px;
  padding-left: 25px;
}
#accordion-style-1 .card-body {
  border-top: 2px solid #DDAF6C;
}
#accordion-style-1 .card-header .btn-link-ac1.collapsed .fa.main {
  display: none;
}
#accordion-style-1 .card-header .btn-link-ac1 .fa.main {
  background: #DDAF6C;
  padding: 13px 11px;
  color: #ffffff;
  width: 40px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}
.card-p-main {
  padding: 10px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34,60,80,0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34,60,80,0.2);
  box-shadow: 4px 4px 8px 0px rgba(34,60,80,0.2);
}
.card-top-title {
  font-size: 18px;
  font-weight: 500;
  padding: 5px;
}
.card-p-title {
  font-size: 16px;
  font-weight: 400;
}
.card-p-text {
  font-size: 14px;
  font-weight: 400;
}
.card-p-text {
  font-size: 14px;
  font-weight: 400;
}
.card-p-price {
  font-size: 25px;
  font-weight: 450;
}
.bg-position-services {
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
.text-black-more {
  color: #ff5e14;
}
.half-sm .text,
.half-sm .text .text-black,
.half-sm .text .text-black small {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.half-sm .bg-light .title {
  color: #222;
}
.half-sm .bg-light .title:hover {
  color: #fff;
}
.half-sm:hover .bg-light .title,
.half-sm:focus .bg-light .title {
  color: #fff !important;
}
.half-sm:hover .bg-light .text-black-more,
.half-sm:focus .bg-light .text-black-more {
  color: #fff !important;
}
.half-sm:hover .text,
.half-sm:focus .text {
  background: #f23a2e !important;
  color: #fff;
}
.half-sm:hover .text a small,
.half-sm:focus .text a small {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}
.services-title1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 20px;
  color: #222;
  text-decoration: none;
}
.services-title1:hover {
  color: #222;
  text-decoration: none;
}
.services-p-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.services-text {
  font-size: 16px;
  font-weight: 400;
}
.services-text-2 {
  font-size: 14px;
  font-weight: 400;
}
.block-padding-bottom {
  padding-bottom: 30px;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.hover-text-one {
  overflow: hidden;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.hover-text-one figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.hover-text-one figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.99;
}
.hover-text-one figure figcaption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-text-one figure figcaption::before,
.hover-text-one figure figcaption::after {
  pointer-events: none;
}
.hover-text-one figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-text-one figure h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.hover-text-one figure h3 span {
  font-weight: 800;
}
.hover-text-one figure h3,
.hover-text-one figure p {
  margin: 0;
}
.hover-text-one figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-text-three {
  background: #000;
}
figure.effect-text-three img {
  width: -webkit-calc(101%);
  width: calc(101%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-text-three:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-text-three figcaption {
  text-align: center;
}
figure.effect-text-three h3 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
figure.effect-text-three h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
figure.effect-text-three:hover h3::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-text-three p {
  padding: 10em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
figure.effect-text-three:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.main-footer {
  position: relative;
  background: #1e2129;
  background-image: url(/hostcmsfiles/assets/images/main/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-content {
  position: relative;
  padding: 85px 0px 80px 0px;
}
.footer-content:before {
  top: 50px;
  right: 0px;
}
.footer-content .logo-widget {
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li {
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child {
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}
.footer-content .logo-widget .footer-social li a:hover {
  color: #ffffff;
  background: #ff5e14;
}
.footer-content .logo-widget .logo-box {
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p {
  color: #9ea0a9;
  margin-bottom: 32px;
}
.footer-text-contact {
  font-size: 18px;
  font-weight: 400;
}
.footer-content .footer-title {
  position: relative;
  font-size: 22px;
  line-height: 35px;
  color: #bababa;
  font-weight: 600;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li {
  display: block;
  margin-bottom: 12px;
}
.footer-content .service-widget .list li a {
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}
.footer-content .service-widget .list li a:hover {
  color: #ff5e14;
}
.footer-content .contact-widget p {
  color: #9ea0a9;
  margin-bottom: 15px;
}
.footer-content .contact-widget a {
  color: #9ea0a9;
}
.footer-content .contact-widget a:hover {
  color: #ff5e14;
}
.footer-content .contact-widget {
  margin-left: 40px;
}
.footer-content .contact-widget .footer-title {
  margin-bottom: 29px;
}
.footer-bottom {
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
  position: relative;
  color: #9ea0a9;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
  color: #ff5e14;
}
.footer-bottom .footer-nav {
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before {
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before {
  display: none;
}
.logo-box img {
  max-width: 350px;
}
.complex_list li {
  display: inline;
  padding: 5px;
}
.footer-border {
  border-top: solid 5px #846156;
}
.payment-variant {
  border-radius: 2px;
  height: 25px;
  padding: 3px 10px;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  width: 60px;
  margin: 0 auto;
}
.serviceBox {
  border: 1px solid #b9b9b9;
  margin-top: 70px;
  text-align: center;
  padding: 25px;
  margin-bottom: 30px;
}
.serviceBox .service-icon {
  width: 100px;
  height: 100px;
  border: 1px solid #b9b9b9;
  text-align: center;
  line-height: 100px;
  font-size: 40px;
  background: #fff;
  transform: rotate(-45deg);
  margin: -75px auto -20px;
}
.serviceBox .service-icon i {
  transform: rotate(45deg);
  color: #FF5E14;
  transition: all 0.3s ease-out;
}
.serviceBox:hover .service-icon {
  background: #1E2129;
  border-color: #1E2129;
  transition: all 0.3s ease-out;
}
.serviceBox:hover .service-icon i {
  color: #fff;
}
.serviceBox .service-content {
  margin-top: 60px;
}
.serviceBox .service-content .title {
  text-transform: uppercase;
  color: #161616;
  font-size: 20px;
  padding: 0 0 20px;
}
.serviceBox .service-content .title:after {
  content: "";
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  width: 70px;
  height: 4px;
  display: block;
  margin: 10px auto 20px;
}
.serviceBox .service-content p {
  color: #222;
  line-height: 23px;
}
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin-top: 90px;
  }
}
.services-inner {
  border: 1px solid #222;
  margin-left: 15px;
  transition: .3s;
}
.our-services-img {
  float: left;
  margin-left: 16px;
  margin-right: 22px;
  margin-top: 28px;
}
.our-services-text {
  padding-right: 10px;
}
.our-services-text {
  overflow: hidden;
  padding: 28px 0 25px;
}
.our-services-text1 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.our-services-text1::before {
  background: #009EFF none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 35px;
}
.our-services-wrapper:hover .services-inner {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #009EFF;
}
.our-services-text p {
  margin-bottom: 0;
}
.bg-best {
  background-color: #1A1A1A;
}
.bg-block-features {
  background-color: #101010;
}
.features .circle {
  width: 100px;
  height: 50px;
  padding: 15px;
  border-radius: 50%;
  background-color: #FFD014;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-right: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.features:hover .circle {
  background-color: #009830;
}
.features .circle i {
  position: absolute;
  color: #222;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.features:hover .circle i {
  color: #fff;
}
.features-icon {
  width: 70px;
}
.services-main-block {
  text-align: center !important;
  padding: 5px;
  background-color: #303030;
  border: solid #5c5c5c 1px;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 250px;
  transition: 1s;
}
.services-main-block:hover {
  background-color: #272727;
}
.services-main-block-2 {
  text-align: center !important;
  padding: 5px;
  background-color: #303030;
  border: solid #343434 1px;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 130px;
  transition: 1s;
}
.services-main-block-2:hover {
  background-color: #272727;
}
.uslugi-main {
  background-color: #272727;
}
.uslugi-main-s1 {
  background-image: url(/hostcmsfiles/assets/images/main/pix.png), url(/hostcmsfiles/assets/images/main/s1.jpg);
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center top;
  background-attachment: scroll, fixed;
  background-color: #101010;
}
.social-block dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
}
.social-block .link-social li {
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.social-block .link-social li:last-child {
  margin-right: 0px;
}
.social-block .link-social li a {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}
.social-block .link-social li a:hover {
  color: #ffffff;
  background: #ff5e14;
}
.top-link-m {
  font-size: 18px;
}
.top-main {
  background-image: url(/hostcmsfiles/assets/images/main/pix-w.png), url(/hostcmsfiles/assets/images/main/bg-main.jpg);
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center;
  background-attachment: scroll, fixed;
  padding: 70px 0 170px;
  background-color: rgba(0,0,0,0.5);
  clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
}
.main-top {
  padding: 80px 0px 100px;
  background-image: url(/hostcmsfiles/assets/images/main/pix-w.png), url(/hostcmsfiles/assets/images/main/bg-main.png);
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, left top;
  background-attachment: scroll, scroll;
}
.bg-main-slider {
  background-image: url(/hostcmsfiles/sks/images/main/bg-main-slider.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.bg-main-slider-b {
  background-image: url(/hostcmsfiles/sks/images/main/bg-main-slider.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.main-title-1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0 0;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.main-title-1 span {
  color: #FF5E14;
}
.main-title-2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.main-title-3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.main-title-3 span {
  color: #fff;
  font-weight: 500;
}
.txt-main-title-1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.txt-main-title-2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #E69B64;
  text-transform: uppercase;
}
.icon-top {
  font-size: 30px;
}
.media {
  display: flex;
  -ms-flex-align: start;
  align-items: center;
}
table {
  border: 1px solid #eee;
  table-layout: fixed;
  width: 100%;
  min-width: 600px;
  margin-bottom: 20px;
}
table th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}
table td {
  padding: 5px 10px;
  border: 1px solid #eee;
  text-align: left;
}
table tbody tr:nth-child(odd) {
  background: #fff;
}
table tbody tr:nth-child(even) {
  background: #F7F7F7;
}
#popup__toggle {
  bottom: 25px;
  right: 30px;
  position: fixed;
  z-index: 999;
}
.img-circle1 {
  background-color: #DDAF6C;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #DDAF6C;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #DDAF6C;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
.img-circle1 {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(/hostcmsfiles/assets/images/main/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle1:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: .5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
.bw0:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media screen and (max-width: 600px) {
  .bw0 {
    -webkit-filter: grayscale(1%);
    filter: grayscale(1%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
}
@media (max-width: 768px) {
  .main-top {
    padding: 20px 0px 100px;
  }
  .txt-main-title-1 {
    font-size: 35px;
  }
  .txt-main-title-2 {
    font-size: 18px;
  }
  .logo-header {
    width: 100px;
  }
  .main-slider-title1 {
    font-size: 35px;
    line-height: 1.2;
  }
  .main-slider .main-slider-item .main-slider-title {
    font-size: 25px;
    line-height: 31px;
  }
  .main-slider-item .content-wrapper .description {
    font-size: 20px;
  }
  .top-txt-m {
    font-size: 14px;
  }
  .form-min-width {
    min-width: 250px;
  }
  figure.effect-text-three p {
    padding: 8em 0;
  }
}
@media (max-width: 768px) {
  .top-main {
    padding: 70px 0 200px;
  }
  .block-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
  }
  .block-title span {
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: #009730;
  }
  .main-title-1 {
    font-size: 26px;
    margin: 5px 0 0px;
  }
  .main-title-2 {
    font-size: 22px;
  }
  .main-title-3 {
    font-size: 16px;
  }
  .top-link-m {
    font-size: 14px;
  }
  .top-link-m2 {
    font-size: 12px;
  }
  .icon-top {
    font-size: 25px;
  }
  .products-row .product .product-description a {
    font-size: 10px;
  }
  .products-row .product .product-img {
    min-height: 0px;
  }
  .section-100-mobile {
    margin: 50px 0 0;
  }
  .mt-100-mobile {
    margin-top: 100px;
  }
  .mt-50-mobile {
    margin-top: 50px;
  }
}