/** Цвета темы *//** Цвета текста *//** Сообщения */.text-bg-gradient .animated,.text-bg-gradient .animated:before {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@from+0,c80a47+33,1e81cc+67,c80a47+100 */
  background: #ff2828;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff2828 0%, #1fa14a 33%, #ff2828 67%, #1fa14a 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ff2828), color-stop(33%, #1fa14a), color-stop(67%, #ff2828), to(#1fa14a));
  background: -o-linear-gradient(left, #ff2828 0%, #1fa14a 33%, #ff2828 67%, #1fa14a 100%);
  background: linear-gradient(to right, #ff2828 0%, #1fa14a 33%, #ff2828 67%, #1fa14a 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2828', endColorstr='#1fa14a', GradientType=1);
 /* IE6-9 */
  -webkit-background-size: 300% 300%;
          background-size: 300% 300%;
  -webkit-animation: animate-gradient 2.5s linear infinite;
  -o-animation: animate-gradient 2.5s linear infinite;
  animation: animate-gradient 2.5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg-gradient .animated:active,.text-bg-gradient .animated:before:active {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.text-bg-gradient .animated:active:before,.text-bg-gradient .animated:before:active:before {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.text-bg-gradient .animated:active {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.text-bg-gradient .animated:active:before {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.animate-pause {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.animate-pause:before {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.clearfix {
  clear: both;
}

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

.dropdown-hide {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 2px;
}

.dropdown-show {
  max-height: 1000px;
  opacity: 1;
}

.inner-shadow-block {
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. *//* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */.ic:before,[class^="ic-"]:before,[class*=" ic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.ic-home {
 /* ''*/;
}

.ic-home:before {
  content: '\e800';
}

.ic-down {
 /* ''*/;
}

.ic-down:before {
  content: '\e801';
}

.ic-clock {
 /* ''*/;
}

.ic-clock:before {
  content: '\e802';
}

.ic-play {
 /* ''*/;
}

.ic-play:before {
  content: '\e803';
}

.ic-location {
 /* ''*/;
}

.ic-location:before {
  content: '\e804';
}

.ic-fnx {
 /* ''*/;
}

.ic-fnx:before {
  content: '\e805';
}

.ic-down-dir {
 /* ''*/;
}

.ic-down-dir:before {
  content: '\e806';
}

.ic-up-dir {
 /* ''*/;
}

.ic-up-dir:before {
  content: '\e807';
}

.ic-left-dir {
 /* ''*/;
}

.ic-left-dir:before {
  content: '\e808';
}

.ic-right-dir {
 /* ''*/;
}

.ic-right-dir:before {
  content: '\e809';
}

.ic-arrow-down-bold-mini {
 /* ''*/;
}

.ic-arrow-down-bold-mini:before {
  content: '\e80a';
}

.ic-arrow-left-bold-mini {
 /* ''*/;
}

.ic-arrow-left-bold-mini:before {
  content: '\e80b';
}

.ic-arrow-right-bold-mini {
 /* ''*/;
}

.ic-arrow-right-bold-mini:before {
  content: '\e80c';
}

.ic-arrow-up-bold-mini {
 /* ''*/;
}

.ic-arrow-up-bold-mini:before {
  content: '\e80d';
}

.ic-arrow-down-mini {
 /* ''*/;
}

.ic-arrow-down-mini:before {
  content: '\e80e';
}

.ic-arrow-left-mini {
 /* ''*/;
}

.ic-arrow-left-mini:before {
  content: '\e80f';
}

.ic-arrow-right-mini {
 /* ''*/;
}

.ic-arrow-right-mini:before {
  content: '\e810';
}

.ic-arrow-up-mini {
 /* ''*/;
}

.ic-arrow-up-mini:before {
  content: '\e811';
}

.ic-arrow-down-light {
 /* ''*/;
}

.ic-arrow-down-light:before {
  content: '\e812';
}

.ic-arrow-left-light {
 /* ''*/;
}

.ic-arrow-left-light:before {
  content: '\e813';
}

.ic-arrow-right-light {
 /* ''*/;
}

.ic-arrow-right-light:before {
  content: '\e814';
}

.ic-arrow-up-light {
 /* ''*/;
}

.ic-arrow-up-light:before {
  content: '\e815';
}

.ic-arrow-down-bold {
 /* ''*/;
}

.ic-arrow-down-bold:before {
  content: '\e816';
}

.ic-arrow-left-bold {
 /* ''*/;
}

.ic-arrow-left-bold:before {
  content: '\e817';
}

.ic-arrow-right-bold {
 /* ''*/;
}

.ic-arrow-right-bold:before {
  content: '\e818';
}

.ic-arrow-up-bold {
 /* ''*/;
}

.ic-arrow-up-bold:before {
  content: '\e819';
}

.ic-right {
 /* ''*/;
}

.ic-right:before {
  content: '\e81a';
}

.ic-star-empty {
 /* ''*/;
}

.ic-star-empty:before {
  content: '\e81b';
}

.ic-star-empty-2 {
 /* ''*/;
}

.ic-star-empty-2:before {
  content: '\e81c';
}

.ic-star-filled-2 {
 /* ''*/;
}

.ic-star-filled-2:before {
  content: '\e81d';
}

.ic-close-1 {
 /* ''*/;
}

.ic-close-1:before {
  content: '\e81e';
}

.ic-mobile {
 /* ''*/;
}

.ic-mobile:before {
  content: '\e820';
}

.ic-globe {
 /* ''*/;
}

.ic-globe:before {
  content: '\e821';
}

.ic-filter {
 /* ''*/;
}

.ic-filter:before {
  content: '\e822';
}

.ic-left {
 /* ''*/;
}

.ic-left:before {
  content: '\e823';
}

.ic-globe-1 {
 /* ''*/;
}

.ic-globe-1:before {
  content: '\e824';
}

.ic-balance-1 {
 /* ''*/;
}

.ic-balance-1:before {
  content: '\e825';
}

.ic-delete {
 /* ''*/;
}

.ic-delete:before {
  content: '\e826';
}

.ic-btn-play {
 /* ''*/;
}

.ic-btn-play:before {
  content: '\e827';
}

.ic-credit {
 /* ''*/;
}

.ic-credit:before {
  content: '\e828';
}

.ic-close-2 {
 /* ''*/;
}

.ic-close-2:before {
  content: '\e829';
}

.ic-info {
 /* ''*/;
}

.ic-info:before {
  content: '\e82a';
}

.ic-share {
 /* ''*/;
}

.ic-share:before {
  content: '\e82b';
}

.ic-reply {
 /* ''*/;
}

.ic-reply:before {
  content: '\e82c';
}

.ic-tag {
 /* ''*/;
}

.ic-tag:before {
  content: '\e82d';
}

.ic-contacts {
 /* ''*/;
}

.ic-contacts:before {
  content: '\e82e';
}

.ic-instagram-1 {
 /* ''*/;
}

.ic-instagram-1:before {
  content: '\e82f';
}

.ic-email-3 {
 /* ''*/;
}

.ic-email-3:before {
  content: '\e830';
}

.ic-kyivstar {
 /* ''*/;
}

.ic-kyivstar:before {
  content: '\e831';
}

.ic-close {
 /* ''*/;
}

.ic-close:before {
  content: '\e832';
}

.ic-life {
 /* ''*/;
}

.ic-life:before {
  content: '\e833';
}

.ic-vodafone {
 /* ''*/;
}

.ic-vodafone:before {
  content: '\e834';
}

.ic-balance-3 {
 /* ''*/;
}

.ic-balance-3:before {
  content: '\e835';
}

.ic-pencil {
 /* ''*/;
}

.ic-pencil:before {
  content: '\e836';
}

.ic-quote {
 /* ''*/;
}

.ic-quote:before {
  content: '\e837';
}

.ic-cart-1 {
 /* ''*/;
}

.ic-cart-1:before {
  content: '\e838';
}

.ic-up {
 /* ''*/;
}

.ic-up:before {
  content: '\e839';
}

.ic-ok-2 {
 /* ''*/;
}

.ic-ok-2:before {
  content: '\e83a';
}

.ic-cellphone-filled {
 /* ''*/;
}

.ic-cellphone-filled:before {
  content: '\e83b';
}

.ic-ok {
 /* ''*/;
}

.ic-ok:before {
  content: '\e83c';
}

.ic-email-2 {
 /* ''*/;
}

.ic-email-2:before {
  content: '\e848';
}

.ic-pencil-2 {
 /* ''*/;
}

.ic-pencil-2:before {
  content: '\e84c';
}

.ic-search {
 /* ''*/;
}

.ic-search:before {
  content: '\e84e';
}

.ic-star-filled {
 /* ''*/;
}

.ic-star-filled:before {
  content: '\e84f';
}

.ic-mobile-hand {
 /* ''*/;
}

.ic-mobile-hand:before {
  content: '\e850';
}

.ic-cart {
 /* ''*/;
}

.ic-cart:before {
  content: '\e852';
}

.ic-email {
 /* ''*/;
}

.ic-email:before {
  content: '\e853';
}

.ic-heart {
 /* ''*/;
}

.ic-heart:before {
  content: '\e854';
}

.ic-mouse-scroll {
 /* ''*/;
}

.ic-mouse-scroll:before {
  content: '\e855';
}

.ic-balance {
 /* ''*/;
}

.ic-balance:before {
  content: '\e856';
}

.ic-balance-2 {
 /* ''*/;
}

.ic-balance-2:before {
  content: '\e857';
}

.ic-tools {
 /* ''*/;
}

.ic-tools:before {
  content: '\e858';
}

.ic-microphone {
 /* ''*/;
}

.ic-microphone:before {
  content: '\e859';
}

.ic-user {
 /* ''*/;
}

.ic-user:before {
  content: '\e85a';
}

.ic-btn-play-filled {
 /* ''*/;
}

.ic-btn-play-filled:before {
  content: '\e85c';
}

.ic-cellphone {
 /* ''*/;
}

.ic-cellphone:before {
  content: '\e85d';
}

.ic-present {
 /* ''*/;
}

.ic-present:before {
  content: '\e85e';
}

.ic-reviews {
 /* ''*/;
}

.ic-reviews:before {
  content: '\e85f';
}

.ic-eye {
 /* ''*/;
}

.ic-eye:before {
  content: '\e860';
}

.ic-callendar {
 /* ''*/;
}

.ic-callendar:before {
  content: '\e861';
}

.ic-availability {
 /* ''*/;
}

.ic-availability:before {
  content: '\e863';
}

.ic-apply {
 /* ''*/;
}

.ic-apply:before {
  content: '\e868';
}

.ic-filter-1 {
 /* ''*/;
}

.ic-filter-1:before {
  content: '\e869';
}

.ic-hide-filter {
 /* ''*/;
}

.ic-hide-filter:before {
  content: '\e86a';
}

.ic-melaphone {
 /* ''*/;
}

.ic-melaphone:before {
  content: '\e86b';
}

.ic-performance {
 /* ''*/;
}

.ic-performance:before {
  content: '\e86c';
}

.ic-plus {
 /* ''*/;
}

.ic-plus:before {
  content: '\e86d';
}

.ic-shopping-cart {
 /* ''*/;
}

.ic-shopping-cart:before {
  content: '\e86e';
}

.ic-steps {
 /* ''*/;
}

.ic-steps:before {
  content: '\e86f';
}

.ic-arrow-down {
 /* ''*/;
}

.ic-arrow-down:before {
  content: '\f004';
}

.ic-arrow-up {
 /* ''*/;
}

.ic-arrow-up:before {
  content: '\f005';
}

.ic-arrow-right {
 /* ''*/;
}

.ic-arrow-right:before {
  content: '\f006';
}

.ic-arrow-left {
 /* ''*/;
}

.ic-arrow-left:before {
  content: '\f007';
}

.ic-location-1 {
 /* ''*/;
}

.ic-location-1:before {
  content: '\f031';
}

.ic-lock-open {
 /* ''*/;
}

.ic-lock-open:before {
  content: '\f075';
}

.ic-facebook {
 /* ''*/;
}

.ic-facebook:before {
  content: '\f09a';
}

.ic-gplus-1 {
 /* ''*/;
}

.ic-gplus-1:before {
  content: '\f0d5';
}

.ic-youtube-play {
 /* ''*/;
}

.ic-youtube-play:before {
  content: '\f16a';
}

.ic-instagram {
 /* ''*/;
}

.ic-instagram:before {
  content: '\f16d';
}

.ic-vk {
 /* ''*/;
}

.ic-vk:before {
  content: '\f189';
}

.ic-whatsapp {
 /* ''*/;
}

.ic-whatsapp:before {
  content: '\f232';
}

.ic-telegram {
 /* ''*/;
}

.ic-telegram:before {
  content: '\f2c6';
}

.ic-vimeo {
 /* ''*/;
}

.ic-vimeo:before {
  content: '\f306';
}

.ic-twitter {
 /* ''*/;
}

.ic-twitter:before {
  content: '\f309';
}

.ic-gplus {
 /* ''*/;
}

.ic-gplus:before {
  content: '\f30f';
}

.ic-pinterest {
 /* ''*/;
}

.ic-pinterest:before {
  content: '\f312';
}

.ic-youtube {
 /* ''*/;
}

.ic-youtube:before {
  content: '\f313';
}

.ic-tumblr {
 /* ''*/;
}

.ic-tumblr:before {
  content: '\f315';
}

.ic-linkedin {
 /* ''*/;
}

.ic-linkedin:before {
  content: '\f318';
}

.ic-instagram-2 {
 /* ''*/;
}

.ic-instagram-2:before {
  content: '\f32d';
}

.ic-skype {
 /* ''*/;
}

.ic-skype:before {
  content: '\f339';
}

.ic-lock {
 /* ''*/;
}

.ic-lock:before {
  content: '\f512';
}

.font-main {
  font-family: "Open Sans";
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

.modal-header,.modal-body,.modal-footer {
  padding: 15px;
}

.custom-control-indicator {
  background: transparent;
  border: 1px solid #dedede;
}

.custom-radio,.delivery-tab {
  font-size: 0.875rem;
  color: #ff2828;
  line-height: 1.571;
  padding-left: 19px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
  margin-left: 30px;
}

.custom-radio .checkmark:before,.delivery-tab .checkmark:before,.custom-radio .checkmark:after,.delivery-tab .checkmark:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #1fa14a;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.custom-radio .checkmark:before,.delivery-tab .checkmark:before {
  width: 10px;
  height: 10px;
  left: 0;
}

.custom-radio .checkmark:after,.delivery-tab .checkmark:after {
  background: #1fa14a;
  left: 2px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
       -o-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.custom-radio.active .checkmark:after,.delivery-tab.active .checkmark:after,.custom-radio input:checked .checkmark:after,.delivery-tab input:checked .checkmark:after,.custom-radio.active ~ .checkmark:after,.delivery-tab.active ~ .checkmark:after,.custom-radio input:checked ~ .checkmark:after,.delivery-tab input:checked ~ .checkmark:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.custom-radio input,.delivery-tab input {
  visibility: hidden;
  opacity: 0;
}

.custom-checkbox {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.2;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
}

.custom-checkbox .checkmark:before,.custom-checkbox .checkmark:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.custom-checkbox .checkmark:before {
  width: 15px;
  height: 15px;
  left: 0;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 4px;
}

.custom-checkbox .checkmark:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%0D%0A%20%20%20%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20%20%20%20%20%20%20%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20%20%20%20%20%20%20%20width%3D%2210px%22%20height%3D%228px%22%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(71%2C%2071%2C%2071)%22%0D%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M0.115%2C4.387%20C0.038%2C4.307%20-0.000%2C4.187%20-0.000%2C4.106%20C-0.000%2C4.026%200.038%2C3.905%200.115%2C3.825%20L0.654%2C3.263%20C0.808%2C3.103%201.038%2C3.103%201.192%2C3.263%20L1.231%2C3.303%20L3.346%2C5.672%20C3.423%2C5.752%203.538%2C5.752%203.615%2C5.672%20L8.769%2C0.092%20L8.807%2C0.092%20L8.807%2C0.092%20L8.807%2C0.092%20C8.961%2C-0.069%209.192%2C-0.069%209.346%2C0.092%20L9.884%2C0.654%20C10.038%2C0.815%2010.038%2C1.055%209.884%2C1.216%20L9.884%2C1.216%20L9.884%2C1.216%20L3.731%2C7.879%20C3.654%2C7.960%203.577%2C8.000%203.461%2C8.000%20C3.346%2C8.000%203.269%2C7.960%203.192%2C7.879%20L0.192%2C4.507%20L0.115%2C4.387%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
       -o-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.custom-checkbox.active .checkmark:after,.custom-checkbox input:checked .checkmark:after,.custom-checkbox.active ~ .checkmark:after,.custom-checkbox input:checked ~ .checkmark:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.custom-checkbox.active._dark .checkmark:before,.custom-checkbox input:checked._dark .checkmark:before,.custom-checkbox.active._dark ~ .checkmark:before,.custom-checkbox input:checked._dark ~ .checkmark:before {
  border-color: #1fa14a;
}

.custom-checkbox input {
  visibility: hidden;
  opacity: 0;
}

.custom-checkbox input._dark.checkmark:before,.custom-checkbox input._dark ~ .checkmark:before {
  border-color: #c0c0c0;
}

.nav-pills .nav-link {
  background: #f2f2f2;
  border-radius: 30px;
  color: #666666;
  font-size: 1.3125rem;
  padding: 14px 10px;
  line-height: 1.05;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.nav-pills .nav-link:not(:last-child) {
  margin-bottom: 36px;
}

.nav-pills .nav-link.active {
  color: #fff;
  background: #ff2828;
}

body:not(.mobile) .nav-pills .nav-link:hover {
  color: #fff;
  background: #ff2828;
}

.jq-selectbox {
  max-width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: 80!important;
}

.jq-selectbox.dropdown.opened {
  z-index: 81!important;
}

.jq-selectbox.dropdown.opened .jq-selectbox__select {
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(33, 60, 86, 0.35);
          box-shadow: inset 0px 3px 7px 0px rgba(33, 60, 86, 0.35);
}

.jq-selectbox.dropdown.opened .jq-selectbox__trigger {
  -webkit-box-shadow: inset -2px 5px 7px -2px rgba(33, 60, 86, 0.35);
          box-shadow: inset -2px 5px 7px -2px rgba(33, 60, 86, 0.35);
}

.jq-selectbox .jq-selectbox__select {
  height: auto;
  outline: none !important;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  max-width: 100%;
  padding: .4375rem 1.75rem .4375rem 9px;
  color: #595959;
  vertical-align: middle;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1;
  overflow: hidden;
  text-shadow: none;
}

.jq-selectbox .jq-selectbox__select-text {
  color: #131313;
  font-size: 0.875rem;
  max-width: 100%;
}

.jq-selectbox .jq-selectbox__trigger {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.75rem;
  height: 100%;
  border: none;
}

.jq-selectbox .jq-selectbox__trigger:after {
  display: none;
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 10px;
  height: 10px;
  border: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #000;
 /* ''*/
  font-size: 10px;
  position: absolute;
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  content: '\f004';
}

.jq-selectbox .jq-selectbox__search {
  margin: 0;
}

.jq-selectbox .jq-selectbox__search input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c0c0c0;
}

.jq-selectbox .jq-selectbox__dropdown {
  background: #fff;
  border: none;
  border-radius: 0;
  left: 0px !important;
  right: 0px !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
  margin: -1px 0 0;
}

.jq-selectbox .jq-selectbox__dropdown input[type="search"] {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 16px;
  height: auto;
  line-height: normal;
  margin: 0;
  outline: 0 none;
  padding: 6px 20px;
  width: 100%;
}

.jq-selectbox .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  max-height: 300px;
}

.jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 5px 10px;
  border: none;
  color: #131313;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.jq-selectbox .jq-selectbox__dropdown ul li:not(:last-child) {
  border-bottom: none;
}

.jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #1fa14a;
  color: #fff;
}

.jq-selectbox .jq-selectbox__dropdown ul li.selected {
  background: #1fa14a;
  font-weight: 400;
  color: white;
}

.ui-icon,.ui-widget-content .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ffd27a_256x240.png");
}

.ui-widget-content {
  background: #eee url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
}

.ui-widget-header {
  background: #f6a828 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
}/* Interaction states
----------------------------------*/.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  background: #f6f6f6 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
  background: #fdf5ce url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
  background: #fff url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
}/* Interaction Cues
----------------------------------*/.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  background: #ffe45c url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  background: #b81900 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
}

.ui-widget-overlay {
  background: #666 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
}

.ui-widget-shadow {
  background: #000 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
}

.ui-dialog {
  max-width: 96%;
  z-index: 1002 !important;
}

.ui-dialog[style*='top: -'] {
  top: 0 !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 11px;
  overflow: hidden;
  border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  height: 200%;
  width: 1px;
  background: black;
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -1px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -1px;
}

.ui-widget-overlay {
  z-index: 1001 !important;
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
  font-size: 1rem;
  font-family: "Open Sans";
}

.ui-autocomplete.ui-widget {
  max-height: 120px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ebebeb;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-track {
  background: #fff;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-track-piece {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}

.ui-autocomplete.ui-widget .ui-menu-item {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-size: 0.875rem;
  border: none;
  font-weight: 400;
}

.ui-autocomplete.ui-widget .ui-menu-item.ui-state-focus {
  font-weight: 400;
  background: #1fa14a;
  color: #fff;
  border: none;
  margin: 0;
}

.lSSlideOuter {
  position: relative;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
}

.lSSlideOuter .lSPager.lSpg > li.active a,.lSSlideOuter .lSPager.lSpg > li:hover a {
  background: #fff;
}

.ui-slider-wrapper {
  margin: 30px 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ui-slider-wrapper .lightSlider {
  overflow: visible;
}

.ui-slider-wrapper.brands-product .lSSlideOuter,.ui-slider-wrapper.category-product .lSSlideOuter {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.ui-slider-wrapper.brands-product .lSSlideWrapper,.ui-slider-wrapper.category-product .lSSlideWrapper {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

body:not(.mobile) .ui-slider-wrapper.carousel-product .lSSlideOuter {
  padding-bottom: 450px !important;
  margin-bottom: -450px !important;
}

body:not(.mobile) .ui-slider-wrapper.carousel-product .lSSlideWrapper {
  padding-bottom: 450px !important;
  margin-bottom: -450px !important;
}

.ui-slider-wrapper._product_blocks .lSSlideOuter {
  margin-left: -15px;
  margin-right: -15px;
}

.ui-slider-wrapper._product_blocks .ui-slider > li {
  padding: 15px;
}

.ui-slider-wrapper._catalog_blocks .lSSlideOuter {
  margin-left: -7px;
  margin-right: -7px;
}

.ui-slider-wrapper._catalog_blocks .ui-slider > li {
  padding: 7px;
}

.ui-slider > li {
  padding: 10px 0;
}

.lSSlideOuter.vertical {
  padding: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  right: auto !important;
  left: 4px !important;
  top: 22px !important;
  padding-left: 25px;
}

.lSSlideOuter.vertical .lightSlider {
  padding-left: 110px;
}

.lSSlideOuter.vertical .lightSlider > * {
  position: relative;
}

.lSSlideOuter.vertical .lightSlider > * .sticker-wrapper {
  top: 0;
  left: 33px;
}

.lSSlideOuter.vertical .lSPager.lSGallery li {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lSSlideOuter.vertical .lSPager.lSGallery li.active {
  border-color: #1fa14a;
}

.lSSlideOuter.vertical .lSAction > .lSPrev,.lSSlideOuter.vertical .lSAction > .lSNext {
  margin: 0;
  width: 71px;
  background: #fff;
  left: 29px;
  text-align: center;
  height: 23px;
  opacity: 1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #c1c1c1;
  font-size: 22px;
}

.lSSlideOuter.vertical .lSAction > .lSPrev:hover,.lSSlideOuter.vertical .lSAction > .lSNext:hover {
  color: #1fa14a;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  top: -23px;
}

.lSSlideOuter.vertical .lSAction > .lSPrev:before {
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
       -o-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  bottom: -23px;
}

.lSSlideOuter.vertical .lSAction > .lSNext:before {
  -webkit-transform: rotate(-90deg) translateX(-50%);
      -ms-transform: rotate(-90deg) translateX(-50%);
       -o-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.25;
}

.fancybox-close-small {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  opacity: 1;
}

.fancybox-close-small:after {
  content: '';
  position: absolute;
  padding: 0;
  outline: none !important;
  background: url("data:image/svg+xml;base64,PHN2Zw0KICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgd2lkdGg9IjIwIg0KICAgaGVpZ2h0PSIyMCINCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCI+DQogIDxwYXRoICBkPSJNIDAsMC43MDQ0IDAuNywwIDIwLDE5LjMxNjk3IDE5LjI5NTYsMjAgWiIgc3R5bGU9ImZpbGw6I2ZmZiIgLz4NCiAgPHBhdGggZD0iTSAxOS4yOTU2LDAgMjAsMC43IDAuNjgzMDMsMjAgMCwxOS4yOTU2IFoiIHN0eWxlPSJmaWxsOiNmZmYiLz4NCjwvc3ZnPg==") no-repeat center center !important;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

boby:not(.mobile) .fancybox-close-small:hover:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.fancybox-slide .video-wrap {
  background: #141414;
  padding: 50px;
  max-width: 100%;
}

.fancybox-slide .video-wrap video {
  width: 100%;
}

.fancybox-button + .fancybox-button {
  margin-left: 1px;
}

.fancybox-thumbs {
  background: #2e2e2e;
}

.fancybox-thumbs > ul > li:before {
  border-color: #1fa14a;
}

.fancybox-container.form-popup .fancybox-slide > div {
  padding: 0;
  background: none;
  width: 96%;
  max-width: 380px;
  overflow: hidden;
}

.fancybox-container.form-popup .fancybox-slide > div#loginDialog,.fancybox-container.form-popup .fancybox-slide > div#callbackFormDialog {
  max-width: 310px;
}

.fancybox-container.form-popup .fancybox-slide > div > .content {
  padding: 0 20px;
}

.time_circles > div h4 {
  position: absolute;
  top: 23px;
  font-size: 0.625rem !important;
  color: #737373;
  width: 100%;
  text-transform: lowercase;
  font-weight: normal;
}

.time_circles > div > span {
  font-size: 0.9375rem !important;
  color: #ff2828;
  line-height: 0.9375rem !important;
  margin-top: -2px;
}

#page-header .col-logo,#page-header .col-catalog,#page-header .col-empty,#page-header .col-contacts {
  padding-left: 10px;
  padding-right: 10px;
}

#page-header .col-logo {
  min-width: 200px;
}

#page-header .col-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  position: static;
}

#page-header .col-empty {
  min-width: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#page-header .col-contacts {
  margin-left: auto;
}

#page-header .col-contacts .callback-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

#page-header .col-contacts .callback-wrap > * {
  margin-left: 10px;
  margin-right: 10px;
}

#page-header {
  line-height: 1.1;
  padding-top: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ff2828;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
}

#page-header .btn-catalog {
  padding: 5px 35px;
  height: 45px;
  line-height: 32px;
}

#page-header .logo {
  font-size: 12px;
  color: #131313;
  text-decoration: none;
  width: 100%;
}

#page-header .logo img {
  max-width: 58px;
}

#page-header .logo .logo-text {
  margin-left: 8px;
  max-width: 118px;
}

#page-header .logo .big {
  font-size: 1.875rem;
  font-weight: 900;
  display: block;
  color: #1fa14a;
}

#page-header .phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#page-header .phones .phone {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #000;
}

#page-header .phones .phone:not(:last-child) {
  margin-right: 8px;
}

#page-header .phones .phone:not(:last-child):after {
  content: ',';
}

#page-header .phones .label-icon {
  color: #1fa14a;
  margin-right: 10px;
  font-size: 26px;
}

#page-header .phones .label {
  margin-right: 4px;
}

#page-header .phones .phone,#page-header .phones .label {
  font-size: 1.375rem;
}

#page-header .phones {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 35px;
  position: relative;
  margin-left: 0;
  font-size: 1rem;
  margin-bottom: 10px;
}

#page-header .phones .label-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 22px;
  display: block;
}

#page-header .phones .label {
  display: none;
}

#page-header .phones .phones-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#page-header .phones .phone {
  padding-top: 3px;
  padding-bottom: 3px;
}

#page-header .phones .phone:not(:last-child) {
  margin-right: 0;
}

#page-header .phones .phone:not(:last-child):after {
  display: none;
}

#page-header .language {
  text-transform: uppercase;
  position: relative;
  background: #ff2828;
  color: #fff;
  border-radius: 30px;
}

#page-header .language .current-lang {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-size: 1.125rem;
  padding: 16px 25px;
  line-height: 1;
}

#page-header .language .lang-list {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 2px;
  padding: 0 2px;
  right: 0;
  left: 0;
  z-index: 1;
  font-size: 1rem;
}

#page-header .language .lang-list:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 9px;
  background: #ff2828;
  z-index: -1;
}

#page-header .language .lang-link {
  color: #fff;
  line-height: 1.667;
  text-decoration: none;
}

#page-header .language .lang-item {
  text-align: center;
}

#page-header .language .lang-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

#page-header .language:hover .lang-list {
  max-height: 1000px;
  opacity: 1;
  padding-top: 9px;
}

#page-header .btn-callback {
  white-space: nowrap;
}

#page-header .btn-callback i {
  display: none;
}

#nav-header {
  font-size: 0.9rem;
  height: 50%;
  font-weight: 600;
}

#nav-header .navbar-nav {
  height: 100%;
  margin-left: -16px;
  margin-right: -16px;
}

#nav-header .header-link,#nav-header .nav-link {
  color: #131313;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  position: relative;
}

#nav-header .header-link:after,#nav-header .nav-link:after {
  content: '';
  position: absolute;
  bottom: -6px;
  height: 3px;
  background: #ff2828;
  left: 50%;
  right: 50%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#nav-header .header-link.active:after,#nav-header .nav-link.active:after,#nav-header .header-link .current:after,#nav-header .nav-link .current:after {
  left: 20px;
  right: 20px;
}

#nav-header .navbar-nav > .nav-item > .nav-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 12px;
  white-space: nowrap;
}

#nav-header .nav-item.sub-in {
  position: relative;
}

#nav-header .nav-item.sub-in .toggle {
 /* ''*/
  background: none;
  border: none;
  display: none;
}

#nav-header .nav-item.sub-in .toggle:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

#nav-header .nav-item.sub-in .toggle:before {
  content: '\f004';
}

#nav-header .nav-item .sub-list {
  position: absolute;
  background: #fff;
  top: -webkit-calc(100% + 7px);
  top: calc(100% + 7px);
  list-style: none;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

#nav-header .nav-item .sub-list .nav-link {
  margin-bottom: 5px;
  white-space: nowrap;
}

body:not(.mobile) #page-header .phones .phone:hover {
  color: #ff2828;
}

body:not(.mobile) #nav-header .header-link:hover,body:not(.mobile) #nav-header .nav-link:hover {
  color: #131313;
}

body:not(.mobile) #nav-header .header-link:hover:after,body:not(.mobile) #nav-header .nav-link:hover:after {
  left: 20px;
  right: 20px;
}

body:not(.mobile) #nav-header .nav-item.sub-in:hover .sub-list {
  max-height: 500px;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 10px 9.8px 0.2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 9.8px 0.2px rgba(0, 0, 0, 0.16);
  display: block !important;
}

body._category {
  min-width: 1280px;
}

body._category #page-header {
  position: relative !important;
  max-width: 100vw;
}

body._category #page-content {
  padding-top: 0 !important;
}

html {
  font-size: 16px;
}

body {
  font-size: 0.875rem;
  font-family: "Open Sans";
  line-height: 1.2;
  color: #131313;
}

*:focus {
  outline: 0 !important;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.page-title.sub-title {
  margin-bottom: 0.8em;
  font-weight: bold;
  display: block;
}

.page-title.sub-title {
  font-size: 2.25rem;
  letter-spacing: 2.5px;
}

.page-title.sub-title .decorate-phrase {
  color: #ff2828;
}

h1,.h1 {
  font-size: 1.875rem;
}

h2,.h2 {
  font-size: 1.625rem;
}

h3,.h3 {
  font-size: 1.375rem;
}

h4,.h4 {
  font-size: 1.125rem;
}

h5,.h5 {
  font-size: 1rem;
}

h6,.h6 {
  font-size: 1rem;
}

.page-content {
  padding: 57px 0 0;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}

.page-content .text-formatted h1,.page-content .text-formatted .h1,.page-content .text-formatted h2,.page-content .text-formatted .h2,.page-content .text-formatted h3,.page-content .text-formatted .h3,.page-content .text-formatted .block-title {
  color: #515151;
  margin-bottom: 34px;
}

.page-content #main_desc {
  padding-bottom: 40px;
}

.page-content .btn-consultation {
  height: 60px;
  margin-bottom: 82px;
}

.column-text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.text-formatted {
  font-size: 1rem;
  line-height: 1.313;
  color: #333333;
}

.text-formatted h1,.text-formatted .h1,.text-formatted h2,.text-formatted .h2,.text-formatted h3,.text-formatted .h3,.text-formatted .block-title {
  font-size: 3rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 9px;
  text-transform: none;
}

.text-formatted a:not(.btn):not(.btn-link):not(.nav-link) {
  line-height: normal;
  font-weight: bold;
  color: blue;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-decoration: none;
}

.text-formatted a:not(.btn):not(.btn-link):not(.nav-link):hover {
  color: #1fa14a;
}

.text-formatted ul,.text-formatted ol,.text-formatted p,.text-formatted blockquote {
  margin-bottom: 21px;
}

.text-formatted p {
  position: relative;
}

.text-formatted p:empty {
  display: none;
}

.text-formatted hr {
  border: none;
  border-bottom: 2px solid #ff2828;
}

.text-formatted img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 20px;
}

.text-formatted img[style*="float:left"],.text-formatted img[style*="float: left"] {
  margin: 0 20px 20px 0;
}

.text-formatted img[style*="float:right"],.text-formatted img[style*="float: right"] {
  margin: 0 0 20px 20px;
}

.text-formatted img.image {
  max-width: 50%;
}

.text-formatted ul,.text-formatted ol {
  padding-left: 14px;
}

.text-formatted ul li,.text-formatted ol li {
  margin-bottom: 0;
}

.text-formatted ol {
  list-style-position: inside;
  list-style-type: none;
}

.text-formatted ol li {
  counter-increment: step-counter;
  position: relative;
  list-style-type: none;
  padding-left: 22px;
}

.text-formatted ol li:before {
  font-weight: bold;
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff2828;
}

.text-formatted ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
}

.text-formatted ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background: #000;
  top: 8px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 21px;
}

.text-formatted ul[style*="list-style-type:circle"] li:before,.text-formatted ul[style*="list-style-type: circle"] li:before,.text-formatted ul[style*="list-style-type:disc"] li:before,.text-formatted ul[style*="list-style-type: disc"] li:before,.text-formatted ul[style*="list-style-type:square"] li:before,.text-formatted ul[style*="list-style-type: square"] li:before {
  top: 0;
  font-size: 13px;
}

.text-formatted ul[style*="list-style-type:square"] li:before,.text-formatted ul[style*="list-style-type: square"] li:before {
  content: '■';
}

.text-formatted ul[style*="list-style-type:disc"] li:before,.text-formatted ul[style*="list-style-type: disc"] li:before {
  font-size: 26px;
  line-height: 21px;
  content: '•';
}

.text-formatted ul[style*="list-style-type:circle"] li:before,.text-formatted ul[style*="list-style-type: circle"] li:before {
  content: '○';
}

.text-formatted blockquote {
  display: block;
  clear: both;
  border-left: 3px solid #ff2828;
  padding-left: 15px;
}

.text-formatted table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

.text-formatted table img {
  margin: auto;
}

.text-formatted table th,.text-formatted table td {
  padding: 10px 20px;
  text-align: left;
  border: none;
}

.text-formatted table tbody:first-child tr:first-child td,.text-formatted table tbody:first-child tr:first-child th,.text-formatted table thead td,.text-formatted table th {
  font-weight: bold;
}

.text-formatted table thead tr:nth-child(odd),.text-formatted table tbody:first-child tr:nth-child(odd) {
  background: #eee;
}

.text-formatted table thead + tbody tr:nth-child(even) {
  background: #eee;
}

.text-formatted table tfoot td {
  font-weight: bold;
}

[data-js-link] {
  cursor: pointer;
}

.back-title {
  background: #e0e0e0;
  color: #ff2828;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px 10px 75px;
  font-size: 1rem;
  line-height: 1.2;
}

.back-title .title-icon,.back-title i {
  font-size: 28px;
  margin-right: 13px;
}

img {
  max-width: 100%;
}

*,::after,::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill,input:-webkit-autofill:hover,textarea:-webkit-autofill:hover,select:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill:focus,select:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill:active,select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  -o-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a,a:hover,a:active,a:focus {
  outline: none;
}

.ov-h {
  overflow: hidden !important;
}

.br-inline {
  content: " ";
  display: inline-block;
  width: 0.3em;
}

.transition-none,.transition-none * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.navbar {
  padding: 0;
}

html,body {
  height: 100%;
}

#wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

#page-header {
  position: relative;
  z-index: 32;
}

#page-header-sub {
  position: relative;
  z-index: 30;
}

#page-content {
  position: relative;
  z-index: 30;
}

#page-content:after {
  content: '';
  clear: both;
}

#page-empty-wrap {
  clear: both;
}

.aside-left {
  position: relative;
  z-index: 10;
}

body.page-main #page-content {
  padding-top: 0;
}

#page-footer {
  position: relative;
  z-index: 30;
  margin-top: auto;
}

code {
  border-radius: 0;
  padding: 20px;
  color: #efefef;
  display: block;
  background: #2b2b2b;
  line-height: 2;
  font-size: 18px;
}/*Стили хлебных крошек*/#page-breadcrumb {
  overflow: hidden;
}

.breadcrumb {
  padding: 6px 0;
  font-size: 1rem;
  margin-bottom: 21px;
  margin-top: 30px;
  border-radius: 0;
  background: transparent;
  line-height: 1.2;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
 /* ''*/;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '\f006';
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  font-size: 11px;
  padding: 0 9px;
  vertical-align: middle;
}

.breadcrumb .breadcrumb-item a {
  position: relative;
  color: #000000;
  -webkit-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #1fa14a;
}

.breadcrumb .breadcrumb-item.active span {
  color: #7a7a7a;
}

.pagination-wrap .pagination .page-item .page-prev,.pagination-wrap .pagination .page-item .page-next,.pagination-wrap .pagination .page-item .page-link,.pagination-wrap .pagination .page-item .page-current {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  text-align: center;
  padding: 1px;
  margin: 5px 6px;
  font-size: 1rem;
  font-weight: normal;
  color: #154054;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
}

.pagination-wrap .pagination .page-item .page-gap {
  cursor: default;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 1px;
  margin: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #154054;
  border: none;
}

.pagination-wrap .pagination .page-item .page-prev,.pagination-wrap .pagination .page-item .page-next {
 /* ''*/
  font-size: 10px;
  text-decoration: none;
}

.pagination-wrap .pagination .page-item .page-prev:before,.pagination-wrap .pagination .page-item .page-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.pagination-wrap .pagination .page-item .page-prev:before,.pagination-wrap .pagination .page-item .page-next:before {
  content: '\f007';
}

.pagination-wrap .pagination .page-item .page-prev:hover,.pagination-wrap .pagination .page-item .page-next:hover {
  color: #1fa14a;
}

.pagination-wrap .pagination .page-item .page-link:hover,.pagination-wrap .pagination .page-item .page-current:hover {
  color: #1fa14a;
}

.pagination-wrap .pagination .page-item .page-prev {
  padding-right: 2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination-wrap .pagination .page-item .page-next {
  padding-left: 4px;
}

.pagination-wrap .pagination .page-item.active .page-link,.pagination-wrap .pagination .page-item.active .page-current {
  background: transparent;
  color: #1fa14a;
  font-weight: normal;
  font-size: 1rem;
  text-shadow: 0 0 1px #1fa14a;
}

.pagination-wrap .pagination .page-item.active .page-link:focus:not(.page-gap),.pagination-wrap .pagination .page-item.active .page-current:focus:not(.page-gap),.pagination-wrap .pagination .page-item.active .page-link:hover:not(.page-gap),.pagination-wrap .pagination .page-item.active .page-current:hover:not(.page-gap) {
  background: transparent;
}

.pagination-wrap .btn-load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 26px;
  line-height: 15px;
  font-size: 0.75rem;
  padding-left: 18px;
  padding-right: 18px;
}

.pager {
  list-style: none;
  padding-left: 0;
}

.pager .page-prev,.pager .page-next {
  font-size: 0.875rem;
  line-height: 1.2rem;
  vertical-align: baseline;
}

.pager .page-prev:before,.pager .page-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.pager .page-prev:before,.pager .page-next:before {
  font-size: 0.65rem;
  line-height: 1rem;
  margin-top: 0.2rem;
  text-decoration: none !important;
}

.pager .page-prev:before {
  float: left;
  margin-right: 0.3rem;
}

.pager .page-next:before {
  float: right;
  margin-left: 0.3rem;
}

#page-footer {
  background: #1fa14a url("../images/decore/footer-bg.png") top center no-repeat;
  color: #fff;
  padding-top: 55px;
}

#page-footer .logo {
  text-decoration: none;
  text-align: center;
}

#page-footer .logo img {
  max-width: 66px;
}

#page-footer .footer-title {
  font-size: 1.3125rem;
  font-weight: bold;
  border-bottom: 1px solid #40af65;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 14px;
}

#page-footer .footer-item-wrapper {
  padding: 0px 15px;
}

#page-footer .footer-item-wrapper._contact {
  padding-right: 10px;
}

#page-footer .footer-menu {
  font-size: 1rem;
}

#page-footer .footer-menu .menu-link {
  color: #fff;
  position: relative;
  line-height: 1.32;
  text-decoration: none;
}

#page-footer .footer-menu .menu-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 1px;
  background: #fff;
}

#page-footer .footer-menu .menu-link.active:after {
  left: 0;
  right: 0;
}

#page-footer .contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}

#page-footer .contacts-item:not(:last-child) {
  margin-bottom: 23px;
}

#page-footer .contacts-item .label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 5px;
}

#page-footer .contacts-item .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

#page-footer .contacts-item .phone {
  line-height: 1.3;
}

#page-footer .contacts-item a,#page-footer .contacts-item .phone {
  color: #fff;
  text-decoration: none;
  position: relative;
}

#page-footer .contacts-item a:after,#page-footer .contacts-item .phone:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 1px;
  background: #fff;
}

#nav-footer-catalog {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

#nav-footer-catalog .footer-menu-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}

body:not(.mobile) #page-footer .footer-menu .menu-link:hover:after {
  left: 0;
  right: 0;
}

body:not(.mobile) #page-footer .contacts-item a:hover:after,body:not(.mobile) #page-footer .contacts-item .phone:hover:after {
  left: 0;
  right: 0;
}/* Немного облагородим скрол, (для контента на страницах в основном)*/body:not(.mobile)::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body:not(.mobile)::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

body:not(.mobile)::-webkit-scrollbar-button:vertical:start {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzEuMDgzIDMyMiI+PHBhdGggZD0iTTU3MSAyODZxMC0xNC0xMC0yNUwzMTEgMTFRMzAwIDAgMjg2IDB0LTI1IDExTDExIDI2MVEwIDI3MiAwIDI4NnQxMSAyNXExMSAxMSAyNSAxMWg1MDBxMTQgMCAyNS0xMXQxMC0yNXoiLz48L3N2Zz4=") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile)::-webkit-scrollbar-button:vertical:end {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzEuMDgzIDMyMiI+PHBhdGggZD0iTTU3MSAzNnEwIDE0LTEwIDI1TDMxMSAzMTFxLTExIDExLTI1IDExdC0yNS0xMUwxMSA2MVEwIDUwIDAgMzZ0MTEtMjVRMjIgMCAzNiAwaDUwMHExNCAwIDI1IDExdDEwIDI1eiIvPjwvc3ZnPg==") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile)::-webkit-scrollbar-button:horizontal:start {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjIgNTcxLjA4MyI+PHBhdGggZD0iTTI4NiAuMDgzcS0xNCAwLTI1IDEwbC0yNTAgMjUwcS0xMSAxMS0xMSAyNXQxMSAyNWwyNTAgMjUwcTExIDExIDI1IDExdDI1LTExcTExLTExIDExLTI1di01MDBxMC0xNC0xMS0yNXQtMjUtMTB6Ii8+PC9zdmc+") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile)::-webkit-scrollbar-button:horizontal:end {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjIgNTcxLjA4MyI+PHBhdGggZD0iTTM2IC4wODNxMTQgMCAyNSAxMGwyNTAgMjUwcTExIDExIDExIDI1dC0xMSAyNWwtMjUwIDI1MHEtMTEgMTEtMjUgMTF0LTI1LTExcS0xMS0xMS0xMS0yNXYtNTAwcTAtMTQgMTEtMjV0MjUtMTB6Ii8+PC9zdmc+") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile)::-webkit-scrollbar-track {
  background: #fff;
}

body:not(.mobile)::-webkit-scrollbar-track-piece {
  background: #fff;
}

body:not(.mobile)::-webkit-scrollbar-thumb {
  background: #1fa14a;
  border-radius: 0;
}

body:not(.mobile)::-webkit-scrollbar-corner {
  background: #fff;
}

.phone {
  position: relative;
  color: #ff2828;
  text-decoration: none;
  white-space: nowrap;
}

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

.phones.phones-inverse .phone {
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.phones.phones-inverse .phone .sup {
  color: #9ba4d8;
}

.phones.phones-inverse .phone .quote {
  color: #484848;
}

.phones.phones-inverse .phone .num {
  color: #fff;
}

.phones.phones-inverse .phone:after {
  background: #484848;
}

.skype-list:after {
  content: '';
  display: block;
  clear: both;
}

.skype-list .item {
  margin-bottom: 0.4rem;
}

.skype-list .item .name {
  color: #949494;
}

.block-title,.page-title {
  font-size: 3rem;
  font-weight: 300;
  color: #333333;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.block-title .text-green-button,.page-title .text-green-button {
  padding: 10px 35px;
  border-radius: 30px;
  background: #1fa14a;
  color: #fff;
  display: inline-block;
}

.date {
  display: inline-block;
  font-size: 12px;
  color: #b3b3b3;
}

.load-more-title {
  text-align: center;
  background: #484848;
  color: white;
  font-weight: 500;
  padding: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.rate {
  line-height: normal;
}

.rate img {
  display: inline-block;
  vertical-align: top;
  max-width: 14px;
}

.price-block .price-currency {
  margin-left: 4px;
}

.price-block .price-old {
  line-height: 1;
  position: relative;
  color: #989898;
  margin-right: 15px;
  white-space: nowrap;
}

.price-block .price-old .price-value {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  position: relative;
}

.price-block .price-old .price-value:before {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 1px;
  background: #989898;
}

.price-block .price-old .price-currency {
  font-size: 12px;
  font-weight: normal;
}

.price-block .price {
  line-height: 1;
  white-space: nowrap;
}

.price-block .price .price-value {
  font-size: 0.9375rem;
  color: #1fa14a;
  white-space: nowrap;
  font-weight: bold;
}

.price-block .price .price-currency {
  font-size: 0.9375rem;
  color: #1fa14a;
  font-weight: bold;
}

.price-block.one-price .price-value {
  font-size: 0.9375rem;
  color: #154054;
  white-space: nowrap;
  font-weight: bold;
}

.price-block.one-price .price-currency {
  font-size: 0.9375rem;
  color: #154054;
  font-weight: bold;
}

.price-block.gray-price .price-value {
  font-size: 0.9375rem;
  color: #8c8c8c;
  white-space: nowrap;
  font-weight: bold;
}

.price-block.gray-price .price-currency {
  font-size: 0.9375rem;
  color: #8c8c8c;
  font-weight: bold;
}

.price-block .price-gain {
  color: #6aba1b;
  text-align: center;
  line-height: 1.2;
  padding: 3px 7px;
  border: 1px solid #6aba1b;
  border-radius: 2px;
  margin-left: 25px;
  position: relative;
}

.price-block .price-gain:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 12px solid #6aba1b;
  border-bottom: 5px solid transparent;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price-block .price-gain:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 11px solid white;
  border-bottom: 4px solid transparent;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qty-wrap .qty-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.qty-wrap .minus,.qty-wrap .plus {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none !important;
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 30px;
  cursor: pointer;
}

.qty-wrap .minus:before,.qty-wrap .plus:before,.qty-wrap .minus:after,.qty-wrap .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #d1d1d1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.qty-wrap .minus:hover:before,.qty-wrap .plus:hover:before,.qty-wrap .minus:hover:after,.qty-wrap .plus:hover:after {
  background: #8c8c8c;
}

.qty-wrap .minus:before,.qty-wrap .plus:before {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}

.qty-wrap .minus:after,.qty-wrap .plus:after {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
}

.qty-wrap .minus:after {
  display: none;
}

.qty-wrap .count-input {
  background: white;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 2px;
  font-size: 14px;
  line-height: 28px;
  height: 30px;
  width: 30px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  text-align: center;
}

.qty-wrap .count-input:focus {
  border-color: #8c8c8c;
}

.qty-wrap .count-text {
  font-weight: bold;
  color: #ff2828;
  margin: 0 5px;
}

.select-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-block .label {
  margin-right: 5px;
}

.table {
  display: table;
}

.table .tr {
  display: table-row-group;
}

.table .th {
  display: table-cell;
}

.table .td {
  display: table-cell;
}

.scroll-up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1fa14a;
  -webkit-background-size: 17px 17px;
          background-size: 17px;
  width: 42px;
  height: 42px;
  margin-top: 180px;
  z-index: 100;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
 /* ''*/;
}

.scroll-up:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.scroll-up:before {
  content: '\f007';
}

.scroll-up:before {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
       -o-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
  font-size: 20px;
}

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader span {
  display: block;
  width: 8px;
  height: 40px;
  background-color: #1fa14a;
}

.loader span:not(:last-child) {
  margin-right: 5px;
}

.loader span:nth-child(1) {
  -webkit-animation: grow 1s ease-in-out infinite;
       -o-animation: grow 1s ease-in-out infinite;
          animation: grow 1s ease-in-out infinite;
}

.loader span:nth-child(2) {
  -webkit-animation: grow 1s ease-in-out 0.15s infinite;
       -o-animation: grow 1s ease-in-out 0.15s infinite;
          animation: grow 1s ease-in-out 0.15s infinite;
}

.loader span:nth-child(3) {
  -webkit-animation: grow 1s ease-in-out 0.3s infinite;
       -o-animation: grow 1s ease-in-out 0.3s infinite;
          animation: grow 1s ease-in-out 0.3s infinite;
}

.loader span:nth-child(4) {
  -webkit-animation: grow 1s ease-in-out 0.45s infinite;
       -o-animation: grow 1s ease-in-out 0.45s infinite;
          animation: grow 1s ease-in-out 0.45s infinite;
}

.loader-circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
}

.loader-circle:before,.loader-circle:after {
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-width: 10px;
}

.loader-circle:before,.loader-circle:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  border-style: solid;
  border-color: transparent;
}

.loader-circle:before {
  z-index: 100;
  border-top-color: #1fa14a;
  -webkit-animation: loader-spin 1s infinite;
       -o-animation: loader-spin 1s infinite;
          animation: loader-spin 1s infinite;
}

.loader-circle:after {
  border-style: solid;
  border-color: #f7f7f7;
}

.contact-info-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50%;
  margin: 30px auto;
  text-align: center;
}

.contact-info-widget .title {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
}

.contact-info-widget .phone {
  position: relative;
  font-size: 1.625rem;
  font-weight: normal;
  text-decoration: none;
  padding-left: 30px;
}

.contact-info-widget .phone:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.contact-info-widget .phone:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333 !important;
}

.contact-info-widget .phone .sup,.contact-info-widget .phone .quote,.contact-info-widget .phone .num {
  color: #484848;
}

.hamburger-box {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -20px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  z-index: 24;
}

.hamburger-box .hamburger-inner {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #000;
  margin-top: -2px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

.hamburger-box .hamburger-inner:nth-child(1) {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
       -o-transition-duration: .275s;
          transition-duration: .275s;
  top: 10px;
}

.hamburger-box .hamburger-inner:nth-child(2) {
  -webkit-transition: opacity .125s ease .275s;
  -o-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s;
  top: 20px;
}

.hamburger-box .hamburger-inner:nth-child(3) {
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top: 30px;
}

.utp-wrapper {
  padding-top: 75px;
  position: relative;
  overflow: hidden;
}

.utp-wrapper .decorate {
  content: '';
  border-radius: 50%;
  position: absolute;
  border: 120px solid #f5f5f5;
  background: transparent;
  width: 1270px;
  height: 1270px;
  left: -webkit-calc(50% + 60px);
  left: calc(50% + 60px);
  top: 58px;
}

.utp-wrapper .decorate:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 72px;
  bottom: 72px;
  left: 72px;
  right: 72px;
  background: #f5f5f5;
}

.utp-wrapper .utp-title,.utp-wrapper .utp-text,.utp-wrapper .utp-inner {
  position: relative;
  z-index: 1;
}

.utp-wrapper .utp-text {
  font-size: 1rem;
  color: #808080;
  margin-bottom: 107px;
}

.utp-wrapper .utp-inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.utp-wrapper .utp-item {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25.1%;
      -ms-flex: 0 0 25.1%;
          flex: 0 0 25.1%;
  max-width: 25.1%;
  margin-bottom: 35px;
  font-size: 1rem;
}

.utp-wrapper .utp-item .img-wrap {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #1fa14a;
  padding: 4px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}

.utp-wrapper .utp-item .img-wrap .dots-decorate {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.utp-wrapper .utp-item .img-wrap .dots-decorate img {
  width: auto;
  max-width: unset;
}

.utp-wrapper .utp-item .img-wrap:before,.utp-wrapper .utp-item .img-wrap:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.utp-wrapper .utp-item .img-wrap:before {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: #1fa14a;
  z-index: 1;
}

.utp-wrapper .utp-item .img-wrap:after {
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: #1c9142;
  z-index: 2;
}

.utp-wrapper .utp-item .img-wrap img {
  position: relative;
  z-index: 3;
}

.utp-wrapper .utp-item .text * {
  margin-bottom: 0;
}

.utp-cooperate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.utp-cooperate .utp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
}

.utp-cooperate .utp-item .name {
  font-weight: bold;
  color: #1fa14a;
  font-size: 3.75rem;
  line-height: 1;
  position: relative;
  top: -6px;
}

.utp-cooperate .utp-item .text {
  font-size: 1rem;
  padding-left: 5px;
}

.utp-cooperate .utp-item .text > * {
  margin-bottom: 7px;
}

.stock {
  cursor: default;
  font-size: 0.875rem;
}

.stock:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.stock:before {
  margin-right: 4px;
}

.stock.in-stock {
  color: #5cb406;
 /* ''*/
  font-size: 0.875rem;
}

.stock.in-stock:before {
  content: '\e863';
}

.stock.out-of-stock {
  color: #737373;
}

.stock.out-of-production {
  color: #737373;
 /* ''*/;
}

.stock.out-of-production:before {
  content: '\e832';
}

.articul {
  color: #737373;
  font-size: 0.875rem;
}

.sticker-wrapper {
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 1;
}

.sticker-wrapper .sticker {
  font-size: 0.75rem;
  border-radius: 2px;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
  text-align: center;
  margin-bottom: 3px;
}

.sticker-wrapper .sticker._present {
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  text-align: left;
}

.sticker-wrapper .sticker._present i:before {
  background: -webkit-linear-gradient(#ff3c20, #ff8e2a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1fa14a;
}

.sticker-wrapper .sticker._sales {
  background: #f74231;
  color: #fff;
}

.sticker-wrapper .sticker._hot {
  border: 1px solid #1fa14a;
  color: #ff3c20;
  background: #fff;
}

.sticker-wrapper .sticker._sales,.sticker-wrapper .sticker._hot {
  min-width: 50px;
  text-transform: uppercase;
}

.sticker-wrapper .sticker._together {
  color: #fff;
  background: #f5b00f;
}

.sticker-wrapper .sticker._complect {
  color: #fff;
  background: #127daf;
}

.sticker-wrapper .sticker._new {
  color: #fff;
  background: #5cb406;
}

.sort-wrapper {
  color: #737373;
  font-size: 0.75rem;
}

.sort-wrapper .label {
  margin-right: 8px;
}

.sort-wrapper .jq-selectbox__select-text {
  font-size: 0.75rem;
}

.sort-wrapper .jq-selectbox .jq-selectbox__select {
  min-width: 175px;
}

.sort-wrapper .jq-selectbox .jq-selectbox__select {
  padding: 5px 9px;
  padding-right: 28px;
}

.sort-wrapper .jq-selectbox .jq-selectbox__trigger:after {
  display: none;
}

.end-sales {
  margin: 18px 0;
  border-top: 1px solid #ff2828;
  padding-top: 12px;
  min-height: 67px;
}

.end-sales .sales-title {
  color: #ff2828;
  line-height: 1.2;
  font-size: 0.9375rem;
}

.end-sales .sales-title .bold {
  font-weight: 600;
}

.end-sales .sales-timer {
  width: 143px;
}

.toggle-drop {
  position: relative;
  cursor: pointer;
}

.toggle-drop-wrapper {
  position: relative;
}

.drop-block {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 2px;
  background: transparent;
  min-width: 332px;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #ff2828;
  top: 84%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drop-block .ic-close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 18px;
  color: #c0c0c0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.drop-block .ic-close:hover {
  color: #1fa14a;
}

.drop-block .label p {
  margin-bottom: 10px;
}

.drop-block .label p:not(:first-child) {
  margin-bottom: 0;
}

.drop-block:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 12px solid white;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drop-block .drop-block-inner {
  background: #fff;
  padding: 25px 17px 1px;
  margin-top: 12px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
}

.drop-block .drop-block-inner .form,.drop-block .drop-block-inner form {
  margin-top: 20px;
}

.drop-block .drop-block-inner .form .form-note,.drop-block .drop-block-inner form .form-note {
  color: #262626;
}

.drop-block .drop-block-inner .form .control-group,.drop-block .drop-block-inner form .control-group {
  margin-bottom: 11px;
}

.drop-block .drop-block-inner .form .btn,.drop-block .drop-block-inner form .btn {
  margin-left: 12px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.drop-block .drop-block-inner .form .form-error,.drop-block .drop-block-inner form .form-error {
  display: none;
}

.drop-block .drop-block-inner .form .form-control,.drop-block .drop-block-inner form .form-control {
  margin-bottom: 5px;
}

.drop-block.active {
  max-height: 1000px;
  opacity: 1;
  z-index: 101;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

.city-drop {
  left: -21px;
  min-width: 330px;
  background: transparent;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
}

.city-drop:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 12px solid white;
  top: 0;
  left: 30px;
}

.city-drop .city-drop-inner {
  background: #fff;
  padding-left: 21px;
  padding-right: 21px;
  margin-top: 12px;
  -webkit-box-shadow: 0px 0px 35px -2px #000;
          box-shadow: 0px 0px 35px -2px #000;
  padding-top: 0;
}

.city-drop .label {
  font-weight: 600;
  line-height: 1.2;
  color: #ff2828;
  white-space: nowrap;
  padding: 25px 0;
}

.city-drop .city-link {
  color: #ff2828;
  padding-left: 21px;
  position: relative;
  margin-bottom: 13px;
  cursor: pointer;
}

.city-drop .city-link:after,.city-drop .city-link:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.city-drop .city-link:before {
  width: 10px;
  height: 10px;
  border: 1px solid #929292;
  left: 2px;
  top: 2px;
}

.city-drop .city-link:after {
  width: 6px;
  height: 6px;
  left: 4px;
  background: #1fa14a;
  opacity: 0;
  top: 4px;
}

.city-drop .city-link.active,.city-drop .city-link:hover {
  text-decoration: none;
}

.city-drop .city-link.active:before,.city-drop .city-link:hover:before {
  border-color: #1fa14a;
}

.city-drop .city-link.active:after,.city-drop .city-link:hover:after {
  opacity: 1;
}

.city-drop .city-link.load {
  cursor: progress;
}

.city-drop .city-description {
  color: #8c8c8c;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 13px 0;
  border-top: 1px solid #e0e0e0;
}

.download-block .download-link {
  color: #154054;
  line-height: 1.2;
  font-weight: 500;
  font-size: 0.75rem;
}

.download-block .download-link i {
  font-size: 18px;
}

.download-block .download-link .text {
  display: inline-block;
  border-bottom: 2px dotted #154054;
}

.download-block .download-link:hover {
  text-decoration: none;
}

.share-block-wrapper {
  margin-top: 30px;
}

.share-block {
  font-size: 0.75rem;
  color: #737373;
  margin-right: 50px;
}

.share-block .label {
  margin-right: 13px;
}

.share-block .share-link {
  cursor: pointer;
}

.share-block .share-link:not(:last-child) {
  margin-right: 7px;
}

.share-favorites .share-block {
  margin-right: 0;
}

.video-item {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 35px;
}

.video-item .img-wrapper {
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}

.video-item .img-wrapper:before {
  content: '';
  width: 67px;
  height: 47px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20%20%20%20width%3D%2250%22%20height%3D%2250%22%0D%0A%20%20%20%20%20viewBox%3D%220%200%2048%2048%22%0D%0A%20%20%20%20%20style%3D%22fill%3A%23000000%3B%22%3E%3Cg%20id%3D%22surface1%22%3E%3Cpath%20style%3D%22%20fill%3A%23e30000%3B%22%20d%3D%22M%2043.199219%2033.898438%20C%2042.800781%2036%2041.101563%2037.601563%2039%2037.898438%20C%2035.699219%2038.398438%2030.199219%2039%2024%2039%20C%2017.898438%2039%2012.398438%2038.398438%209%2037.898438%20C%206.898438%2037.601563%205.199219%2036%204.800781%2033.898438%20C%204.398438%2031.601563%204%2028.199219%204%2024%20C%204%2019.800781%204.398438%2016.398438%204.800781%2014.101563%20C%205.199219%2012%206.898438%2010.398438%209%2010.101563%20C%2012.300781%209.601563%2017.800781%209%2024%209%20C%2030.199219%209%2035.601563%209.601563%2039%2010.101563%20C%2041.101563%2010.398438%2042.800781%2012%2043.199219%2014.101563%20C%2043.601563%2016.398438%2044.101563%2019.800781%2044.101563%2024%20C%2044%2028.199219%2043.601563%2031.601563%2043.199219%2033.898438%20Z%20%22%3E%3C%2Fpath%3E%3Cpath%20style%3D%22%20fill%3A%23FFFFFF%3B%22%20d%3D%22M%2020%2031%20L%2020%2017%20L%2032%2024%20Z%20%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") center no-repeat;
  -webkit-background-size: 115% 115%;
          background-size: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.video-item a {
  color: #ff2828;
}

.video-item a:hover {
  color: #ff2828;
  text-decoration: none;
}

.video-item a:hover .img-wrapper:before {
  opacity: 0.7;
}

.video-item .video-title {
  display: block;
  margin-top: 10px;
}

.empty-text {
  font-size: 2.25rem;
  color: #c0c0c0;
  line-height: 1.2;
  margin-bottom: 200px;
}

.empty-text ul {
  padding-left: 19px;
}

.empty-text ul li {
  margin-bottom: 7px;
}

.empty-text a {
  color: #1fa14a;
}

.helper-popover {
  font-size: 14px;
  color: #e4b821;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 10px;
}

.helper-popover:hover {
  color: #1fa14a;
}

.overlay {
  background: #000;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-overflow-scrolling: touch;
}

select.styler {
  opacity: 0;
}

.relocate-to-catalog {
  background: #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  font-size: 1.25rem;
  color: #1fa14a;
  padding: 7px 7px 7px 15px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 30px 30px 0;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.relocate-to-catalog:before {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
  font-size: 22px;
  color: #fff;
  background: #1fa14a;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 35px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.relocate-to-catalog:hover {
  text-decoration: none;
  color: #1fa14a;
}

.relocate-to-catalog:hover:before {
  background: #ff6430;
}

.btn {
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  color: black;
  padding: 10px 37px;
  height: 50px;
  line-height: 1;
}

.btn,.btn .text {
  cursor: pointer;
}

.btn._icon {
  padding-left: 42px;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-radius {
  border-radius: 30px;
}

.btn.btn-sm {
  height: 45px;
  font-size: 0.875rem;
}

a.btn {
  line-height: 1.7;
}

.btn-red {
  background: #ff2323;
  color: #fff;
  border-color: #ff2323;
}

.btn-red:focus {
  background: #ff3c20;
  color: #fff;
  border-color: #ff3c20;
}

.btn-red:hover {
  color: #fff;
  border-color: #ff6430;
  background: #ff6430;
}

.btn-red:active {
  background: #ff6430;
  border-color: #ff6430;
  color: #fff;
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  outline: none;
}

.btn-green {
  background: #1fa14a;
  color: #fff;
  border-color: #1fa14a;
}

.btn-green:focus {
  background: #1fa14a;
  color: #fff;
  border-color: #1fa14a;
}

.btn-green:hover {
  background: #27cc5e;
  color: #fff;
  border-color: #27cc5e;
}

.btn-green:active {
  background: #177636;
  color: #fff;
  border-color: #177636;
}

.btn-gold {
  background: #ffd700;
  color: #000;
  border-color: #ffd700;
}

.btn-gold:focus {
  background: #ffd700;
  color: #000;
  border-color: #ffd700;
}

.btn-gold:hover {
  background: #ffdf33;
  color: #000;
  border-color: #ffdf33;
}

.btn-gold:active {
  background: #ccac00;
  color: #000;
  border-color: #ccac00;
}

.btn-default {
  background: transparent;
  color: #fff;
  border-color: #c6c6c6;
}

.btn-default:focus {
  background: transparent;
  color: #fff;
  border-color: #c6c6c6;
}

.btn-default:hover {
  background: transparent;
  color: #fff;
  border-color: #e0e0e0;
}

.btn-default:active {
  background: transparent;
  color: #fff;
  border-color: #adadad;
}

.btn-group-sm > .btn,.btn-sm {
  font-size: 0.75rem;
}

button.btn-link {
  padding: 0;
  margin: 0;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.btn-link,.btn-link .text {
  -webkit-transition: 0.2s ease 0.2s;
  -o-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
  color: #154054;
  line-height: 1;
}

.btn-link .text {
  border-bottom: 1px solid #154054;
  display: inline-block;
}

.btn-link.dashed .text {
  border-bottom-style: dashed;
}

.btn-link:hover,.btn-link:active,.btn-link.active,.btn-link:focus {
  text-decoration: none;
}

.btn-link:hover,.btn-link:active,.btn-link.active,.btn-link:focus,.btn-link:hover .text,.btn-link:active .text,.btn-link.active .text,.btn-link:focus .text {
  color: #1fa14a;
}

.btn-link:hover .text,.btn-link:active .text,.btn-link.active .text,.btn-link:focus .text {
  border-bottom-color: #1fa14a;
}

.btn-link-gray {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.btn-link-gray,.btn-link-gray .text {
  -webkit-transition: 0.2s ease 0.2s;
  -o-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
  color: #e4b821;
  line-height: 1;
}

.btn-link-gray .text {
  border-bottom: none;
  display: inline-block;
}

.btn-link-gray:hover,.btn-link-gray:active,.btn-link-gray.active,.btn-link-gray:focus {
  text-decoration: none;
}

.btn-link-gray:hover,.btn-link-gray:active,.btn-link-gray.active,.btn-link-gray:focus,.btn-link-gray:hover .text,.btn-link-gray:active .text,.btn-link-gray.active .text,.btn-link-gray:focus .text {
  color: #1fa14a;
}

.btn-link-gray:hover .text,.btn-link-gray:active .text,.btn-link-gray.active .text,.btn-link-gray:focus .text {
  border-bottom-color: #1fa14a;
}

.btn-personal-page {
  text-decoration: none;
}

.btn-personal-page,.btn-personal-page .text {
  color: #1fa14a;
}

.btn-personal-page .text {
  color: #1fa14a;
  border-bottom: 1px dashed #1fa14a;
}

.btn-link-edit .text {
  text-decoration: underline;
}

.button-view-all-text {
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

.button-view-all-text.show {
  display: inline-block;
}

.button-view-all-text._bottom {
  position: static;
  margin-top: 10px;
}

.button-view-all-text._circle {
  position: relative;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 7px solid #fff;
  font-size: 44px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.button-view-all-text._circle:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  margin-top: 0;
}

.button-view-all-text._circle.view-btn_hide:before {
  content: '-';
  margin-top: -2px;
  font-size: 55px;
}

.button-view-all-text:not(._circle) {
  padding-right: 28px;
  position: relative;
 /* ''*/;
}

.button-view-all-text:not(._circle):before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.button-view-all-text:not(._circle):before {
  content: '\f004';
}

.button-view-all-text:not(._circle):before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  font-size: 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.button-view-all-text:not(._circle).view-btn_hide:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
       -o-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.toggle-block {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.toggle-block > :first-child,.toggle-block > :last-child {
  margin-top: 0;
}

.hidden-text-block:not(.view-all-text) {
  position: relative;
}

.hidden-text-block:not(.view-all-text):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 10;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,cce7f3+100&0+0,1+100 */
  background: rgba(204, 231, 243, 0.8);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #cce7f3 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0)), to(#cce7f3));
  background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #cce7f3 100%);
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #cce7f3 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#cce7f3', GradientType=0);
 /* IE6-9 */;
}

.hidden-text-block.view-all-text {
  max-height: none;
}

.hidden-text-block > :last-child {
  margin-bottom: 0;
}

#main_desc > :last-child {
  margin-bottom: 0;
}

.btn-type-1 {
  background-color: transparent;
  letter-spacing: 2px;
  position: relative;
  padding: 3px 6px;
}

.btn-type-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff2828;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
   -o-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
   -o-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.btn-type-1:hover,.btn-type-1:focus,.btn-type-1:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn-type-1:hover i,.btn-type-1:focus i,.btn-type-1:active i {
  color: #fff !important;
}

.btn-type-1:hover:before,.btn-type-1:focus:before,.btn-type-1:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
   -o-transform: scaleX(1);
      transform: scaleX(1);
}

button[disabled] {
  cursor: not-allowed;
}

button[disabled] .text {
  cursor: not-allowed;
}

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

.socials-list .item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.socials-list .item:not(:first-child) {
  margin-left: 10px;
}

.socials-list .item .social-icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #000;
}

.socials-list .item .social-icon i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  color: white;
}

.socials-list .item .social-icon:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #000;
}

.socials-list .item.active,.socials-list .item:focus,.socials-list .item:hover,.socials-list .item.active *,.socials-list .item:focus *,.socials-list .item:hover * {
  outline: none;
}

.socials-list .item.active .social-icon:after,.socials-list .item:focus .social-icon:after,.socials-list .item:hover .social-icon:after {
  width: 120%;
  height: 120%;
}

.socials-list .item div.social-icon,.socials-list .item span.social-icon {
  color: white;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.socials-list .item img.social-icon {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.socials-list .item.social-skype .social-icon {
  background: #00aff0;
}

.socials-list .item.social-skype .social-icon:after {
  border-color: #00aff0;
}

.socials-list .item.social-facebook .social-icon {
  background: #3b5998;
  text-align: right;
}

.socials-list .item.social-facebook .social-icon:after {
  border-color: #3b5998;
}

.socials-list .item.social-facebook .social-icon i {
  font-size: 36px;
  margin-top: 5px;
  margin-right: 6px;
}

.socials-list .item.social-vk .social-icon {
  background: #507299;
}

.socials-list .item.social-vk .social-icon:after {
  border-color: #507299;
}

.socials-list .item.social-vk .social-icon i {
  font-size: 28px;
}

.socials-list .item.social-youtube .social-icon {
  background: #e62117;
}

.socials-list .item.social-youtube .social-icon:after {
  border-color: #e62117;
}

.socials-list .item.social-instagram .social-icon {
  background: #3897f0;
}

.socials-list .item.social-instagram .social-icon:after {
  border-color: #3897f0;
}

.socials-list .item.social-instagram .social-icon i {
  font-size: 25px;
}

.socials-list .item.social-google .social-icon {
  background: #fd4d3e;
}

.socials-list .item.social-google .social-icon:after {
  border-color: #fd4d3e;
}

.socials-list .item.social-google .social-icon i {
  font-size: 25px;
}

.socials-list .item.social-linkedin .social-icon {
  background: #007bbd;
}

.socials-list .item.social-linkedin .social-icon:after {
  border-color: #007bbd;
}

.socials-list .item.social-twitter .social-icon {
  background: #00aef1;
}

.socials-list .item.social-twitter .social-icon:after {
  border-color: #00aef1;
}

.social-likes {
  text-align: center;
  padding-top: 25px;
}

.social-likes .widget-item {
  margin-top: 15px;
  display: inline-block;
}

.social-likes .title {
  display: inline-block;
  font-size: 14px;
}

.social-likes .item {
  position: relative;
}

.social-likes .item .hidden {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.social-likes .item .hidden:hover + i {
  vertical-align: top;
}

.social-likes .item.instagram .ig-follow {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.google-plus iframe {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.facebook .fb-share-button {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.vk a {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-auth {
  display: block;
  text-align: center;
}

.social-auth .social {
  position: relative;
  display: inline-block;
  margin: 5px 5px 0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  vertical-align: middle;
  border: 1px solid #ff2828;
}

.social-auth .social a {
  display: block;
  height: 100%;
}

.social-auth .social i {
  color: #ff2828;
}

.form-placeholder-color {
  color: #000000;
}

.form-control {
  height: 44px;
  border-radius: 3px;
  border-color: #fff;
  background: #fff;
  color: #000;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
}

.form-control.input-editable ~ .input-editable-decore,.form-control.error ~ .input-editable-decore {
  opacity: 0;
}

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

.form-control:focus {
  background: #fff;
  border-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #131313;
}

.form-control.gui-field-error {
  border-color: red;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-control::-moz-placeholder {
  color: #000000;
}

.form-control:-moz-placeholder {
  color: #000000;
}

.form-control:-ms-input-placeholder {
  color: #000000;
}

.form-control.jq-selectbox {
  padding-left: 0;
  padding-right: 0;
}

.form-control.jq-selectbox .jq-selectbox__select {
  width: 100%;
  height: 44px;
  border-width: 1px;
  border-color: #fff;
  color: #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

textarea.form-control {
  resize: none;
  height: 100px;
  padding-top: 14px;
}

.controls {
  position: relative;
}

.form-inline .form-error {
  display: none;
}

.form-inline .input-group {
  width: 100%;
}

form {
  background: #f7f7f7;
}

form label {
  font-size: 0.875rem;
  color: #131313;
}

form label .required:before {
  content: '*';
  color: #ff2828;
}

form .form-error {
  display: none;
}

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

form .form-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  margin-top: 25px;
}

form .form-note {
  color: #c0c0c0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
  margin: 13px 0;
}

form .form-note a {
  color: inherit;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

form .form-note a:hover {
  color: #1fa14a;
  border-color: #1fa14a;
  text-decoration: none;
}

form .gui-details {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 17px;
  padding-left: 5px;
}

form .gui-details a {
  color: inherit;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

form .gui-details a:hover {
  color: #1fa14a;
  border-color: #1fa14a;
  text-decoration: none;
}

form .note {
  color: #999;
  font-size: 0.75rem;
}

form .btn-submit {
  margin-bottom: 20px;
}

form .btn-submit .btn {
  padding-left: 57px;
  padding-right: 57px;
}

.form-popup form {
  background: #fefefe;
  border-radius: 2px;
  position: relative;
  padding: 0 30px;
}

.form-popup form .btn {
  margin-top: 13px;
  padding: 6px 12px;
  min-width: 127px;
}

.form-popup form.register-form {
  padding-left: 65px;
  padding-right: 65px;
}

.form-popup .popup-title,.form-popup .popup-note,.form-popup .form-title,.form-popup .form-note {
  text-align: center;
  display: block;
}

.form-popup .popup-title,.form-popup .form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  line-height: 1.2;
  background: white;
  margin-top: 0;
  padding: 10px 10px 0;
  margin-bottom: 20px;
}

.form-popup label {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 10px;
}

.form-popup .form-control {
  border-color: #666;
  padding-left: 10px;
}

.form-popup .form-control.gui-field-error {
  border-color: #ff2828;
}

.form-popup .fancybox-close-small {
 /* ''*/;
}

.form-popup .fancybox-close-small:after {
  display: none;
}

.form-popup .fancybox-close-small:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.form-popup .fancybox-close-small:before {
  content: '\e832';
}

.form-popup .fancybox-close-small:before {
  font-size: 18px;
  color: #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.form-popup .fancybox-close-small:hover:before {
  color: #484848;
}

.login-form .form-error,.register-form .form-error,.login-form-popup .form-error {
  display: block;
  color: red;
  font-size: 12px;
  line-height: 1.1;
  margin-top: 4px;
}

.login-form .form-error li:not(:first-child),.register-form .form-error li:not(:first-child),.login-form-popup .form-error li:not(:first-child) {
  display: none;
}

.personalDataForm,.forgot-form,.loginForm-container {
  width: 100%;
  max-width: 420px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  padding: 45px;
  margin: 45px auto;
}

.forgot-form {
  max-width: 600px;
}

.subscription-wrapper {
  background: #003e53 url('../images/decore/subscription_back.jpg') bottom right no-repeat;
  margin: 35px 0 30px;
}

.subscription-wrapper .subscription-text {
  padding-left: 43px;
  color: #fff;
  line-height: 1.375;
  padding-top: 25px;
  padding-bottom: 45px;
}

.subscription-wrapper .subscription-text .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 6px;
}

.subscription-wrapper .subscription-text .title .decorate {
  color: #1fa14a;
}

.subscription-wrapper .subscription-text .subtitle {
  font-size: 1.125rem;
}

.subscription-wrapper .subscribeForm-container .field-name-wrap,.subscription-wrapper .subscribeForm-container .field-email-wrap {
  position: relative;
}

.subscription-wrapper .subscribeForm-container .field-name-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.subscription-wrapper .subscribeForm-container .field-email-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43%;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  max-width: 43%;
}

.subscription-wrapper .subscribeForm-container .form-control {
  height: 45px;
  -webkit-box-shadow: inset 0px 4px 7px -2px rgba(33, 60, 86, 0.35);
          box-shadow: inset 0px 4px 7px -2px rgba(33, 60, 86, 0.35);
  border-right: none;
  position: relative;
  width: 100%;
}

.subscription-wrapper .subscribeForm-container .form-error {
  display: inline;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.1;
  color: red;
  padding-right: 10px;
  text-shadow: 0 0 1px red;
}

.subscription-wrapper .subscribeForm-container .form-error li:not(:first-child) {
  display: none;
}

.subscription-wrapper .subscribeForm-container .input-group-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  max-width: 27%;
}

.subscription-wrapper .subscribeForm-container .input-group-btn .btn {
  width: 100%;
  height: 45px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.subscription-wrapper .subscribeForm-container .input-group-btn .btn i {
  display: none;
}

#messageDialog {
  border-radius: 10px;
}

#messageDialog .popup-title,#messageDialog .popup-note {
  text-align: center;
  display: block;
}

#messageDialog .popup-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 65px 5px 20px;
  background: #1fa14a;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

#messageDialog .popup-title:before {
  content: '!';
  font-weight: bold;
  margin-right: 10px;
  font-size: 26px;
}

#messageDialog .popup-note {
  padding: 5px 15px 10px;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #131313;
  margin-left: auto;
  margin-right: auto;
}

#messageDialog .content {
  background: #fefefe;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-popup .alert,#messageDialog .alert {
  background: none;
  border: none;
  margin: 0;
  color: #131313;
  font-size: 16px;
}

.form-popup .alert .alert-success,#messageDialog .alert .alert-success {
  color: inherit;
}

#messageDialog .alert {
  padding: 0;
}

.standart-form {
  background: #f7f7f7;
  padding-top: 12px;
  margin-bottom: 80px;
  margin-top: 60px;
}

.standart-form._decore {
  margin-top: 100px;
}

.standart-form .logo {
  font-size: 1.75rem;
  padding-left: 42px;
}

.standart-form .logo img {
  margin-right: 54px;
  width: 165px;
}

.standart-form .logo .big {
  font-size: 7.375rem;
  display: block;
  font-weight: 900;
  line-height: 1;
}

.standart-form .img-decore-wrapper {
  position: relative;
}

.standart-form .img-decore-wrapper:after {
  content: '';
  width: 340px;
  height: 340px;
  background: #1fa14a;
  border-radius: 50%;
  position: absolute;
  bottom: -24px;
  left: -6px;
}

.standart-form .img-decore-wrapper .img-decore {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

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

.checkout-form table td,.checkout-form table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.checkout-form table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #1fa14a;
  background: #1fa14a;
  color: #fff;
}

.checkout-form table tbody tr {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkout-form table tbody tr:hover {
  background: #1fa14a;
  color: #fff;
}

.checkout-form #checkoutProducts {
  overflow-y: scroll;
  max-width: 100%;
}

.checkout-form .form-control:not(.gui-field-error) {
  border-color: #1fa14a;
}

.nav-tabs-wrap .nav-decor {
  position: relative;
  z-index: 1;
}

.nav-tabs-wrap .nav-decor:before {
  content: '';
  display: block;
  border-bottom: 1px solid #1fa14a;
}

.nav-tabs-wrap .nav-tabs {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.nav-tabs {
  border-bottom: 1px solid #1fa14a;
}

.nav-tabs .nav-link {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  border-color: transparent;
  border-bottom-width: 0;
  background: transparent;
  color: #131313;
  margin-right: 10px;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 7px 6px 5px 6px;
  margin-bottom: -1px;
}

.nav-tabs .nav-link .text {
  display: block;
  background: white;
  padding: 6px 20px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.nav-tabs .nav-link .count {
  display: inline-block;
  padding: 2px 3px;
  min-width: 23px;
  color: #fff;
  font-size: 0.75rem;
  background: #1fa14a;
  border-radius: 5px;
  line-height: 1;
  vertical-align: middle;
}

.nav-tabs .nav-link.active {
  background: #fff;
  border-color: #1fa14a;
  color: #ff2828;
}

.nav-tabs .nav-link.active .text {
  background: #ffe8e8;
}

.nav-tabs .nav-link:hover {
  background: inherit;
  border-color: transparent;
  color: inherit;
}

body:not(.mobile) .nav-tabs .nav-link:hover {
  background: #fff;
  border-color: #1fa14a;
  color: #ff2828;
}

body:not(.mobile) .nav-tabs .nav-link:hover .text {
  background: #ffe8e8;
}

.tab-content {
  border-bottom: 1px solid #e2ebf4;
  border-left: 1px solid #e2ebf4;
  border-right: 1px solid #e2ebf4;
  padding: 30px;
}

.review-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: 1rem;
}

.review-item .img-wrapper {
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 58px;
}

.review-item .rating {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  max-width: 130px;
}

.review-item .content-wrap .review-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.review-item .content-wrap .name {
  font-size: 1.3125rem;
  font-weight: bold;
}

.review-item .content-wrap .name .date {
  font-size: 0.75rem;
  color: #b3b3b3;
  line-height: 1;
  display: block;
  font-weight: 400;
  margin-top: 6px;
}

.review-item .content-wrap .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 58px;
  color: #808080;
  line-height: 1.286;
}

.review-item .content-wrap .content > * {
  margin-bottom: 8px;
}

.review-item .content-wrap .content > *:last-child {
  margin-bottom: 0;
}

.product-gallery {
  position: relative;
}

.product-gallery .sticker-wrapper {
  left: 120px;
  top: 50px;
}

.product-gallery .lSSlideOuter.vertical {
  padding: 22px 0 !important;
}

.product-gallery .lSSlideWrapper {
  overflow: visible;
}

.product-gallery .lslide {
  cursor: pointer;
}

.product-gallery .lslide:after {
  content: '';
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%0D%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20width%3D%2289px%22%20height%3D%2290px%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20opacity%3D%220.431%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%0D%0A%20d%3D%22M71.173%2C72.080%20L71.085%2C72.167%20C68.677%2C74.556%2064.774%2C74.556%2062.366%2C72.167%20L48.924%2C58.834%20C52.798%2C57.052%2055.961%2C54.024%2057.892%2C50.258%20L71.173%2C63.431%20C73.581%2C65.820%2073.581%2C69.692%2071.173%2C72.080%20ZM36.787%2C59.221%20C24.769%2C59.221%2014.991%2C49.524%2014.991%2C37.602%20C14.991%2C25.681%2024.769%2C15.982%2036.787%2C15.982%20C48.805%2C15.982%2058.583%2C25.681%2058.583%2C37.602%20C58.583%2C49.524%2048.805%2C59.221%2036.787%2C59.221%20ZM36.787%2C21.472%20C27.821%2C21.472%2020.527%2C28.708%2020.527%2C37.602%20C20.527%2C46.495%2027.821%2C53.731%2036.787%2C53.731%20C45.753%2C53.731%2053.047%2C46.495%2053.047%2C37.602%20C53.047%2C28.708%2045.753%2C21.472%2036.787%2C21.472%20ZM44.784%2C40.378%20L39.586%2C40.378%20L39.586%2C45.534%20C39.586%2C47.068%2038.333%2C48.311%2036.787%2C48.311%20C35.241%2C48.311%2033.988%2C47.068%2033.988%2C45.534%20L33.988%2C40.378%20L28.790%2C40.378%20C27.244%2C40.378%2025.991%2C39.135%2025.991%2C37.602%20C25.991%2C36.069%2027.244%2C34.825%2028.790%2C34.825%20L33.988%2C34.825%20L33.988%2C29.670%20C33.988%2C28.136%2035.241%2C26.893%2036.787%2C26.893%20C38.333%2C26.893%2039.586%2C28.136%2039.586%2C29.670%20L39.586%2C34.825%20L44.784%2C34.825%20C46.330%2C34.825%2047.583%2C36.069%2047.583%2C37.602%20C47.583%2C39.135%2046.330%2C40.378%2044.784%2C40.378%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.product-gallery .lslide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.firstSlider:not(.lightSlider) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.firstSlider:not(.lightSlider) li:not(:first-child) {
  display: none;
}

.page-aside {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.page-main .page-aside {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.aside-banner {
  margin: 23px 0 0;
}

.aside-banner:not(:last-child) {
  margin-bottom: 0;
}

.aside-banner img {
  border-radius: 4px;
}

.aside-banner .item:not(:last-child) {
  margin-bottom: 30px;
}

.aside-product-wrapper {
  margin: 59px 0 30px;
}

.aside-menu {
  color: #595959;
  line-height: 1.2;
  padding: 25px 15px 20px 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
}

.aside-menu li.title:not(:last-child),.aside-menu .nav-item:not(:last-child),.aside-menu .menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.aside-menu li.title {
  font-weight: bold;
}

.aside-menu .nav-link,.aside-menu .menu-link {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 0;
}

.aside-menu .nav-link:hover,.aside-menu .menu-link:hover,.aside-menu .nav-link.active,.aside-menu .menu-link.active {
  text-decoration: none;
  color: #1fa14a;
  text-shadow: 1px 0 0 #1fa14a;
}

.aside-tags {
  font-size: 0.75rem;
  margin-left: -3px;
  margin-right: -3px;
}

.aside-tags .title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.143;
  color: #154054;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 15px;
}

.aside-tags .tag-item {
  margin: 3px;
}

.aside-tags .tag-link {
  display: inline-block;
  border: 1px solid #35a6da;
  color: #35a6da;
  background: #fff;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 5px;
  border-radius: 10px;
 /* ''*/;
}

.aside-tags .tag-link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.aside-tags .tag-link:before {
  content: '\e82d';
}

.aside-tags .tag-link:before {
  font-size: 14px;
  margin-right: 4px;
}

.aside-tags .tag-link:hover,.aside-tags .tag-link.active {
  color: #fff;
  background: #35a6da;
  text-decoration: none;
}

.info-hidden {
  line-height: 1.2;
  background: #fff;
  max-width: 780px;
  color: #737373;
  font-size: 0.875rem;
}

.info-hidden.info-delivery {
  max-width: 1190px;
}

.info-hidden.info-pay {
  max-width: 850px;
}

.info-hidden a {
  color: #1fa14a;
}

.info-hidden a:hover {
  color: #1fa14a;
}

.info-hidden ol,.info-hidden ul {
  padding-left: 45px;
  padding-right: 25px;
}

.info-hidden ol li,.info-hidden ul li {
  margin-bottom: 20px;
}

.info-hidden ol,.info-hidden ul,.info-hidden p {
  margin-bottom: 20px;
}

.info-hidden p {
  padding: 0 25px;
}

.info-hidden .info-title,.info-hidden h2,.info-hidden .h2,.info-hidden h3,.info-hidden .h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background: #e0e0e0;
  padding: 14px 15px;
  margin-bottom: 20px;
  text-transform: none;
  color: #323232;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.info-hidden .info-title:first-of-type,.info-hidden h2:first-of-type,.info-hidden .h2:first-of-type,.info-hidden h3:first-of-type,.info-hidden .h3:first-of-type {
  margin-top: 0;
}

.info-hidden .info-title .info-title-img,.info-hidden h2 .info-title-img,.info-hidden .h2 .info-title-img,.info-hidden h3 .info-title-img,.info-hidden .h3 .info-title-img {
  width: 31px;
  text-align: center;
  margin-right: 16px;
}

.info-hidden .info-title .info-title-img img,.info-hidden h2 .info-title-img img,.info-hidden .h2 .info-title-img img,.info-hidden h3 .info-title-img img,.info-hidden .h3 .info-title-img img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.info-hidden .info-title:before,.info-hidden h2:before,.info-hidden .h2:before,.info-hidden h3:before,.info-hidden .h3:before {
  font-size: 25px;
  margin-right: 24px;
}

.fancy-content {
  display: none;
  padding: 60px 40px !important;
}

.fancy-content .fancybox-close-small {
 /* ''*/;
}

.fancy-content .fancybox-close-small:after {
  display: none;
}

.fancy-content .fancybox-close-small:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.fancy-content .fancybox-close-small:before {
  content: '\e832';
}

.fancy-content .fancybox-close-small:before {
  position: absolute;
  font-size: 18px;
  color: #c0c0c0;
  top: 10px;
  right: 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.fancy-content .fancybox-close-small:hover:before {
  color: #1fa14a;
}

.product-all-color {
  max-width: 580px;
}

.product-all-color.fancy-content {
  padding: 17px 41px 33px 33px !important;
}

.product-all-color.fancy-content .fancybox-close-small {
  width: 28px;
  height: 28px;
}

.product-all-color.fancy-content .fancybox-close-small:before {
  top: auto;
  right: auto;
  bottom: 3px;
  left: 3px;
}

.product-all-color .product-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 -1px;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  border-top-color: transparent;
}

.product-all-color .product-card.active {
  border-color: #1fa14a !important;
  cursor: default;
  z-index: 1;
}

.product-all-color .product-card._not-availible img {
  opacity: 0.5;
}

.product-all-color .product-card .description-wrapper {
  padding: 0;
}

.product-all-color .product-card .img-wrapper {
  padding-bottom: 0;
}

.product-all-color .product-card .img-wrapper:after {
  display: none;
}

.product-all-color .product-card .product-title {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 8px;
  height: auto;
  max-height: 48px;
}

.product-all-color .product-card .price-block {
  background: transparent;
  margin: 0;
  padding: 0;
}

.product-gallerry-modal {
  max-width: 1220px;
  min-width: 1220px;
}

.product-gallerry-modal.fancy-content {
  padding: 20px 35px !important;
}

.product-gallerry-modal .add-cart {
  height: 46px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 180px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.product-gallerry-modal .slider-modal-thumb {
  position: relative;
}

.product-gallerry-modal .slider-modal-thumb .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  max-width: 85px;
  border: 1px solid #e0e0e0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  line-height: 85px;
  margin: 8px;
  cursor: pointer;
}

.product-gallerry-modal .slider-modal-thumb .item.active,.product-gallerry-modal .slider-modal-thumb .item:hover {
  border-color: #1fa14a;
}

.product-gallerry-modal .slider-modal-thumb .item img {
  display: block;
}

.product-gallerry-modal .slider-modal-wrapper {
  border-right: 1px solid #c0c0c0;
}

.product-gallerry-modal .slider-modal-total {
  position: absolute;
  top: 0;
  right: 15px;
  color: #595959;
  display: none;
}

.product-gallerry-modal .lSSlideOuter {
  height: 100%;
  min-height: 400px;
}

.product-gallerry-modal .lSSlideWrapper {
  height: 100%;
}

.product-gallerry-modal #sliderModal {
  height: 100%;
}

.product-gallerry-modal #sliderModal:not(.lightSlider) {
  opacity: 0;
}

.product-gallerry-modal .lightSlider {
  margin: 0 auto;
}

.product-gallerry-modal .lightSlider > li {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-gallerry-modal .lightSlider > li img {
  max-height: 100%;
}

.product-gallerry-modal .lSAction > .lSPrev,.product-gallerry-modal .lSAction > .lSNext {
  margin: 0;
  background: transparent;
  text-align: center;
  height: 53px;
  opacity: 1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #c1c1c1;
  font-size: 53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-gallerry-modal .lSAction > .lSPrev:hover,.product-gallerry-modal .lSAction > .lSNext:hover {
  color: #1fa14a;
}

.product-gallerry-modal .lSAction > .lSPrev:before,.product-gallerry-modal .lSAction > .lSNext:before {
  vertical-align: top;
}

.product-gallerry-modal .lSAction > .lSPrev {
  left: 0;
}

.product-gallerry-modal .lSAction > .lSNext {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
       -o-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

#tableSize {
  max-width: 720px;
  width: 100%;
  padding: 24px 0 0;
}

#tableSize .fancybox-close-small {
 /* ''*/;
}

#tableSize .fancybox-close-small:after {
  display: none;
}

#tableSize .fancybox-close-small:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

#tableSize .fancybox-close-small:before {
  content: '\e832';
}

#tableSize .fancybox-close-small:before {
  position: absolute;
  font-size: 18px;
  color: #c0c0c0;
  top: 10px;
  right: 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#tableSize .fancybox-close-small:hover:before {
  color: #1fa14a;
}

#tableSize .nav-tabs {
  padding-left: 17px;
  padding-right: 17px;
}

#tableSize table {
  width: 100%;
  font-size: 0.875rem;
  border: none !important;
  text-align: center;
}

#tableSize table thead {
  background: #e6e6e6;
}

#tableSize table tr th,#tableSize table tr td {
  padding: 10px 5px;
}

#tableSize .tab-content {
  padding: 30px 0 0;
  border: none;
}

#tableSize #navTabSize {
  text-align: center;
}

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

#tableSize #navTabSize .nav-tabs {
  border: none;
  padding-left: 36px;
}

#tableSize #navTabSize .nav-tabs .nav-link {
  border: none;
  padding: 0;
  color: #8c8c8c;
}

#tableSize #navTabSize .nav-tabs .nav-link .text {
  background: #fff;
  padding: 4px 10px;
}

#tableSize #navTabSize .nav-tabs .nav-link.active,#tableSize #navTabSize .nav-tabs .nav-link:hover {
  color: #262626;
  text-shadow: 1px 0 0 #262626;
}

#tableSize #navTabSize .tab-content {
  padding: 25px 36px 30px;
}

.article-list-wrapper .article-item {
  line-height: 1.2;
  font-size: 0.875rem;
  color: #ff2828;
  margin-bottom: 19px;
}

.article-list-wrapper .article-item .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  max-width: 220px;
  margin-right: 30px;
}

.article-list-wrapper .article-item .title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.article-list-wrapper .article-item .title a {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: inherit;
}

.article-list-wrapper .article-item .title a:hover {
  text-decoration: none;
  color: #1fa14a;
}

.article-list-wrapper .article-item .text {
  margin-bottom: 9px;
}

.article-list-wrapper .article-item .text p {
  margin-bottom: 0;
}

.article-list-wrapper .article-item .link-more {
  color: #154054;
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.article-list-wrapper .article-item .link-more:hover {
  text-decoration: none;
  color: #1fa14a;
}

.page-articles-list .article-list-wrapper {
  padding: 5px 30px;
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

.page-articles-list .article-list-wrapper .article-item {
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-articles-list .article-list-wrapper .article-item:not(:last-child) {
  border-bottom: 1px solid #c0c0c0;
}

.page-articles-list .article-list-wrapper .article-item .text {
  max-height: 85px;
  position: relative;
}

.page-articles-list .article-list-wrapper .article-item .text.clip {
  overflow: hidden;
  padding-bottom: 30px;
}

.page-articles-list .article-list-wrapper .article-item .text.clip:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 30px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
 /* IE6-9 */;
}

.first-slider:empty {
  display: none !important;
}

.first-slider .content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  margin-top: -36px;
  padding-top: 15px;
}

.first-slider .content-wrap .content-title,.first-slider .content-wrap .content-text {
  padding-right: 62px;
}

.first-slider .content-wrap .content-title {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.first-slider .content-wrap .content-text {
  font-size: 1rem;
  margin-bottom: 55px;
}

.first-slider .content-wrap .content-text > * {
  margin-bottom: 20px;
}

.first-slider .content-wrap .btn {
  padding: 10px 80px;
}

.first-slider .firstSlider > li {
  position: relative;
  padding-bottom: 36px;
  overflow: hidden;
}

.first-slider .firstSlider > li img {
  width: 100%;
  max-width: unset;
}

.first-slider .firstSlider > li:before {
  content: '';
  position: absolute;
  height: 59px;
  width: 59px;
  background: rgba(31, 161, 74, 0.9);
  border-radius: 50%;
  bottom: 9px;
  left: 17px;
}

.first-slider .firstSlider > li .decore {
  content: '';
  position: absolute;
  width: 63vw;
  height: 63vw;
  background: rgba(31, 161, 74, 0.9);
  border-radius: 50%;
  z-index: 1;
  bottom: 0;
  right: 50%;
}

.first-slider .firstSlider > li .decore .decore-right {
  content: '';
  position: absolute;
  height: 59px;
  width: 59px;
  background: rgba(31, 161, 74, 0.9);
  border-radius: 50%;
}

.first-slider .firstSlider > li .decore .decore-right {
  bottom: 136px;
  right: 83px;
}

.first-slider .firstSlider > li .decore .decore-right:after,.first-slider .firstSlider > li .decore .decore-right:before {
  content: '';
  position: absolute;
  background: rgba(31, 161, 74, 0.9);
  border-radius: 50%;
}

.first-slider .firstSlider > li .decore .decore-right:before {
  width: 18px;
  height: 18px;
  bottom: -21px;
  left: -53px;
}

.first-slider .firstSlider > li .decore .decore-right:after {
  width: 12px;
  height: 12px;
  bottom: -27px;
  right: 15px;
}

.our-planes {
  margin-top: 80px;
}

.our-planes .nav-pills {
  padding-right: 70px;
}

.our-planes .tab-content {
  border: none;
  padding: 0 0 0 65px;
}

.our-planes .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-planes .img-wrapper .decorate-small,.our-planes .img-wrapper .decorate {
  position: absolute;
  background: #1fa14a;
  border-radius: 50%;
}

.our-planes .img-wrapper .decorate-small {
  width: 22px;
  height: 22px;
  bottom: 155px;
  left: -14px;
}

.our-planes .img-wrapper .decorate {
  width: 32px;
  height: 32px;
  bottom: 84px;
  left: 28px;
}

.our-planes .img-wrapper .decorate:before,.our-planes .img-wrapper .decorate:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #1fa14a;
  position: absolute;
  border-radius: 50%;
}

.our-planes .img-wrapper .decorate:before {
  bottom: -26px;
  left: -21px;
}

.our-planes .img-wrapper .decorate:after {
  bottom: -24px;
  left: 20px;
}

.our-planes .img-wrapper:before {
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 663px;
      -ms-flex: 0 0 663px;
          flex: 0 0 663px;
  max-width: 663px;
  height: 663px;
  background: #1fa14a;
  border-radius: 50%;
}

.our-planes .img-wrapper:after {
  content: '';
  position: absolute;
  background: #f5f5f5;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.our-planes .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}

.our-planes .content-wrap {
  padding-left: 65px;
}

.our-planes .content-wrap .btn {
  padding-left: 77px;
  padding-right: 77px;
  margin-top: 50px;
}

.our-planes .content-text {
  line-height: 1;
  font-size: 1.3125rem;
  color: #333;
}

.our-planes .content-text > * {
  margin-bottom: 47px;
}

.why-tabs {
  background: #1fa14a url("../images/decore/why-tabs-back.png") top center no-repeat;
  padding-top: 40px;
  padding-bottom: 90px;
}

.why-tabs .block-title {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.why-tabs .tabs-wrapper {
  padding: 36px 36px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: -10px;
  margin-right: -10px;
}

.why-tabs .tab-content {
  padding: 0;
  border: 0;
  position: relative;
}

.why-tabs .nav-pills {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 28%;
  padding-right: 10px;
}

.why-tabs .nav-pills .nav-link {
  background: transparent;
  color: #fff;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.why-tabs .nav-pills .nav-link.active {
  color: #fff;
  background: #ff2828;
}

.why-tabs .content-wrap {
  position: absolute;
  bottom: -36px;
  right: -39px;
  padding: 35px 39px;
  background: #ff2828;
  line-height: 1.313;
  color: #fff;
  width: 71%;
  font-size: 1rem;
}

.why-tabs .content-wrap .content-text > * {
  margin-bottom: 8px;
}

.why-tabs .content-wrap .content-text > *:last-child {
  margin-bottom: 0;
}

.why-tabs .content-wrap .btn-link {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
  margin-top: 8px;
}

.reviews-with-slider {
  padding-top: 40px;
  padding-bottom: 110px;
}

.reviews-with-slider .block-title {
  margin-bottom: 25px;
}

.reviews-with-slider .review-item {
  padding-right: 77px;
}

.client-slider {
  padding-top: 40px;
  background: #e2e2e2;
}

.client-slider .lSSlideOuter .lSPager.lSpg {
  position: static;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.client-slider .lSSlideOuter .lSPager.lSpg > li a {
  border-color: #1fa14a;
}

.client-slider .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #1fa14a;
}

body:not(.mobile) .category-card:hover {
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
}

.page-product-card {
  padding-bottom: 20px;
}

.page-product-card h1.page-title {
  color: #354c68;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

.page-product-card .product-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-product-card .product-top-info .col-left {
  -webkit-flex-basis: 45.5%;
      -ms-flex-preferred-size: 45.5%;
          flex-basis: 45.5%;
  width: 45.5%;
  margin-top: 10px;
}

.page-product-card .product-top-info .col-right {
  -webkit-flex-basis: 51.5%;
      -ms-flex-preferred-size: 51.5%;
          flex-basis: 51.5%;
  width: 100%;
}

.page-product-card .product-top-info .rating-block {
  margin-bottom: 20px;
}

.page-product-card .product-top-info .rating-block .product-rate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.page-product-card .product-top-info .rating-block .product-rate-wrap .amount,.page-product-card .product-top-info .rating-block .product-rate-wrap .rate-list {
  margin: 5px;
}

.page-product-card .product-top-info .rating-block .product-rate-wrap .amount {
  font-size: 0.875rem;
}

.page-product-card .product-top-info .price-block {
  margin-bottom: 25px;
}

.page-product-card .product-top-info .price-block .price-old,.page-product-card .product-top-info .price-block .price {
  display: inline-block;
}

.page-product-card .product-top-info .price-block .price-old {
  margin-right: 15px;
}

.page-product-card .product-top-info .price-block .price-old .price-value {
  font-size: 1.625rem;
}

.page-product-card .product-top-info .price-block .price-old .price-currency {
  display: none;
}

.page-product-card .product-top-info .price-block .price .price-value {
  font-size: 1.875rem;
}

.page-product-card .product-top-info .price-block .price .price-currency {
  font-weight: normal;
  font-size: 1.25rem;
}

.page-product-card .product-top-info .product-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}

.page-product-card .product-top-info .product-buy > * {
  margin: 5px;
}

.page-product-card .product-top-info .product-buy .btn-buy,.page-product-card .product-top-info .product-buy .btn-buy-one-click {
  width: 100%;
  max-width: 200px;
}

.page-product-card .product-top-info .product-buy .btn-compare {
  min-width: 48px;
}

.page-product-card .product-top-info .characteristics-short {
  margin-top: 30px;
}

.page-product-card #product-reviews-tab .amount-value {
  color: #bec7d3;
}

.page-product-card #product-reviews-tab .amount-value.active {
  color: #484848;
}

.page-product-card #product-reviews-tab.active .amount-value,.page-product-card #product-reviews-tab.active .amount-value.active {
  color: #fff;
}

.page-product-card .products-list-wrap,.page-product-card .product-set-list-wrap {
  margin-top: 2rem;
}

#product-accessory {
  position: relative;
  min-height: 100px;
}

#product-accessory .loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.characteristics-wrap {
  color: #737373;
  font-size: 0.75rem;
  line-height: 1.2;
}

.sales-card {
  background: #fff;
  border-radius: 5px;
  position: relative;
  cursor: default;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.sales-card:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  border-top: 2px solid #1fa14a;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.sales-card:hover {
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35);
}

.sales-card:hover:after {
  opacity: 0;
}

.sales-card:hover .description-wrapper .title {
  color: #154054;
}

.sales-card .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.3%;
      -ms-flex: 0 0 43.3%;
          flex: 0 0 43.3%;
  max-width: 43.3%;
  padding: 0 7px;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.sales-card .description-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56.7%;
      -ms-flex: 0 0 56.7%;
          flex: 0 0 56.7%;
  max-width: 56.7%;
  padding: 0 25px;
  color: #ff2828;
}

.sales-card .description-wrapper .title {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 13px;
}

.sales-card .description-wrapper .title a {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.sales-card .description-wrapper .title a:hover {
  text-decoration: none;
  color: #154054;
}

.sales-card .description-wrapper .price-block {
  margin: 13px 0 30px;
}

.sales-card .description-wrapper .description {
  margin: 30px 0;
  font-size: 0.75rem;
  line-height: 1.2;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.sales-card .description-wrapper .description p {
  margin-bottom: 0;
}

.sales-card .stock-article-wrapper {
  margin: 30px 0 18px;
}

.sales-card .end-sales {
  margin: 18px 0;
  border-top: 1px solid #ff2828;
  padding-top: 12px;
  min-height: 67px;
}

.sales-card .end-sales .sales-title {
  color: #ff2828;
  line-height: 1.2;
  font-size: 0.9375rem;
}

.sales-card .end-sales .sales-title .bold {
  font-weight: 600;
}

.sales-card .end-sales .sales-timer {
  width: 143px;
}

.product-card {
  position: relative;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(140, 140, 140, 0.4);
          box-shadow: 0px 1px 0px 0px rgba(140, 140, 140, 0.4);
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card > .loader-wrap {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  pointer-events: none;
}

.product-card.empty .loader-wrap,.product-card.loading .loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}

.product-card.loading,.product-card.loading * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.product-card:not(:last-child) {
  margin-bottom: 30px;
}

.product-card._not-availible .product-title {
  color: #8c8c8c;
}

.product-card._not-availible .price-block.one-price .price .price-value,.product-card._not-availible .price-block.one-price .price .price-currency {
  color: #8c8c8c;
}

.product-card._sale .sticker-wrapper {
  top: 37px;
}

.product-card .sale-product {
  font-size: 0.75rem;
  padding: 6px 14px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3c20), to(#ff752a));
  background: -webkit-linear-gradient(left, #ff3c20 0%, #ff752a 100%);
  background: -o-linear-gradient(left, #ff3c20 0%, #ff752a 100%);
  background: linear-gradient(to right, #ff3c20 0%, #ff752a 100%);
  color: #fff;
  line-height: 1;
  margin: 0 -1px;
  border-radius: 4px 4px 0 0;
}

.product-card .sale-product .label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.product-card .sale-product .sale-timer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.product-card .sale-product .time_circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

.product-card .sale-product .time_circles canvas {
  display: none;
}

.product-card .sale-product .time_circles > div {
  width: auto !important;
  position: static;
}

.product-card .sale-product .time_circles > div > span {
  font-size: 0.75rem !important;
  color: #fff;
  line-height: 1 !important;
  margin-top: 3px;
}

.product-card .sale-product .time_circles > div > h4 {
  display: none;
}

.product-card .sale-product .time_circles > div:not(:last-child) > span:after {
  content: ':';
}

.product-card .color-select {
  position: absolute;
  top: 7px;
  right: 6px;
  bottom: 20px;
  overflow-y: auto;
  z-index: 1;
  padding-right: 7px;
}

.product-card .color-select::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.product-card .color-select::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.product-card .color-select::-webkit-scrollbar-track {
  background: #fff;
}

.product-card .color-select::-webkit-scrollbar-track-piece {
  background: #fff;
}

.product-card .color-select::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}

.product-card .color-select .color-item-wrapper {
  border: 1px solid transparent;
  padding: 1px;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.product-card .color-select .color-item-wrapper:not(:last-child) {
  margin-bottom: 6px;
}

.product-card .color-select .color-item-wrapper:hover,.product-card .color-select .color-item-wrapper.active {
  border-color: #8c8c8c;
}

.product-card .color-select .color-item-wrapper:hover .color-item,.product-card .color-select .color-item-wrapper.active .color-item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-card .color-select .color-item {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-card .all-color {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 17px;
  line-height: 1;
  padding: 4px 5px;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #fff;
  background: #c0c0c0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1;
  cursor: pointer;
}

.product-card .all-color:hover {
  background: #829199;
  text-decoration: none;
}

.product-card .img-wrapper {
  padding: 10px 10px 18px;
  position: relative;
  text-align: center;
  display: block;
}

.product-card .img-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 33px;
  right: 33px;
  border-bottom: 1px solid #c0c0c0;
}

.product-card .stock {
  font-size: 0.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.product-card .description-wrapper {
  padding: 10px 10px 10px;
  font-size: 0.75rem;
  margin-top: auto;
}

.product-card .product-title {
  line-height: 1.2;
  font-size: 0.875rem;
  margin: 14px 0 12px;
  color: #262626;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-card .product-title a {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-card .product-title a:hover {
  text-decoration: none;
  color: #1fa14a;
}

.product-card .articul {
  font-size: 0.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
}

.product-card .price-block {
  background: #f7f7f7;
  padding: 10px 0;
  margin: 12px -10px;
}

.product-card .price-block .price .price-currency,.product-card .price-block .price-old .price-currency,.product-card .price-block .price .price-value,.product-card .price-block .price-old .price-value {
  font-size: 0.875rem;
}

.product-card .price-block.one-price .price-value,.product-card .price-block.one-price .price-currency {
  font-size: 0.875rem;
}

.product-card .product-element-wrapper {
  margin: 11px 0;
}

.product-card .default-element {
  color: #ff2828;
}

.product-card .product-element {
  cursor: pointer;
  color: #737373;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.product-card .product-element:hover,.product-card .product-element.active {
  color: #154054;
}

.product-card .product-element.review-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card .product-element.review-block .rate-list {
  margin-left: 6px;
}

.product-card .product-element.product-video {
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: unset;
  color: red;
  font-size: 14px;
}

.product-card .together-product .plus,.product-card .together-product .equal {
  font-size: 18px;
  color: #1fa14a;
  margin-right: 5px;
}

.product-card .together-product .img-wrapper {
  padding: 0;
  max-width: 61px;
}

.product-card .together-product .img-wrapper:after {
  display: none;
}

.product-card .together-product .price-block {
  margin: 0;
  padding: 0;
  background: none;
}

.product-card .together-product .price-all .price-old {
  margin-right: 0;
}

.product-card .together-product .price-all .price .price-value,.product-card .together-product .price-all .price .price-currency {
  font-size: 1rem;
}

.product-card .together-product .price-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 9px;
}

.product-card .together-product .price-item .price-old {
  margin-right: 6px;
}

.product-card .together-product .price-item .price-old .price-value,.product-card .together-product .price-item .price-old .price-currency {
  font-size: 0.75rem;
}

.product-card .btn-wrapper {
  margin: 15px -10px;
  padding: 0 10px;
}

.product-card .btn-wrapper .btn {
  height: 35px;
}

.product-card .present-block {
  position: relative;
}

.product-card .present-block .img-wrapper {
  padding-bottom: 0;
}

.product-card .present-block .img-wrapper:after {
  display: none;
}

.product-card .present-block .price-block {
  background: transparent;
  padding: 0;
}

.product-card .present-block .sticker-wrapper {
  left: 0;
  top: 0;
}

.product-card .hide-block {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  opacity: 0;
  background: transparent;
  position: absolute;
  top: -webkit-calc(100% - 16px);
  top: calc(100% - 16px);
  z-index: 2;
  padding: 0 14px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  left: -4px;
  right: -4px;
  font-size: 0.75rem;
}

.product-card .hide-block:before {
  content: '';
  position: absolute;
  top: -6px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  border: 1px solid #ccc;
  border-top: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  pointer-events: none;
  background: #fff;
  z-index: -1;
}

.product-card .hide-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 20px;
  z-index: -2;
  pointer-events: none;
}

.product-card .characteristics-wrap {
  margin-top: 12px;
  position: relative;
  padding: 6px 0;
}

.product-card .characteristics-wrap:not(:empty):before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  border-top: 1px solid #c0c0c0;
}

.product-card .characteristics-wrap:empty {
  display: none;
}

.aside-product-card {
  padding: 16px 0;
  border-bottom: 2px solid #f2f2f2;
  position: relative;
}

.aside-product-card .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87px;
      -ms-flex: 0 0 87px;
          flex: 0 0 87px;
  max-width: 87px;
  padding-right: 7px;
}

.aside-product-card .product-title {
  color: #ff2828;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 13px;
}

.aside-product-card .product-title a {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.aside-product-card .product-title a:hover {
  color: #1fa14a;
  text-decoration: none;
}

.aside-product-card .price-block .price-old {
  margin-right: 4px;
}

.aside-product-card .price-block .price .price-value,.aside-product-card .price-block .price .price-currency {
  font-size: 0.875rem;
  color: #1fa14a;
}

.aside-product-card .sticker-wrapper {
  top: 5px;
  left: 0;
}

.aside-product-card .sticker-wrapper .sticker {
  padding: 6px 2px;
  min-width: 40px;
}

.aside-product-card .sticker-wrapper .sticker:not(._sales) {
  display: none;
}

.aside-product-card .price-block {
  white-space: nowrap;
}

body:not(.mobile) .product-card:hover {
  border-color: #ccc;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
}

body:not(.mobile) .product-card:hover .hide-block {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 10px;
}

body:not(.mobile) .product-card:hover .hide-block:before {
  opacity: 1;
}

.compare-header .drop-block {
  top: 98%;
  min-width: 230px;
  left: -50%;
}

.compare-header .drop-block:before {
  left: 77%;
}

.compare-header .drop-block-inner {
  padding: 20px 27px;
}

.compare-header .categories ul {
  list-style: none;
  padding: 0;
  margin: -10px 0;
}

.compare-header .categories li {
  margin: 0 -8px;
  padding: 10px 8px;
}

.compare-header .categories li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.compare-header .categories li.warning .btn-link .text {
  color: #9e9e9e;
  border-bottom: none;
}

.compare-header .open-link {
  font-size: 14px;
}

.page-compare-list .compare-list {
  margin-bottom: 30px;
}

.page-compare-list .catalog-list .product-card {
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  margin-bottom: 60px;
}

.page-compare-list .page-title {
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: unset;
  margin-bottom: 0;
}

.page-compare header,.page-compare-list header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 15px;
}

.page-compare header .title,.page-compare-list header .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

.page-compare .compare-remove-product,.page-compare-list .compare-remove-product {
  display: inline-block;
  min-width: 30px;
  margin: auto;
  color: #c0c0c0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  padding: 5px;
}

.page-compare .compare-remove-product:hover,.page-compare-list .compare-remove-product:hover {
  color: #154054;
}

.page-compare .product-card .product-favorite,.page-compare-list .product-card .product-favorite,.page-compare .product-card .product-compare,.page-compare-list .product-card .product-compare {
  display: none;
}

.page-compare > .page-title,.page-compare > header {
  margin-left: 255px;
}

.page-compare .compare-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-compare .product-card {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

.page-compare #compare-table {
  position: relative;
}

.page-compare #compare-table .loader-wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
}

.page-compare #compare-table .loader-wrap + * {
  opacity: 0;
}

.page-compare .compare-products-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.page-compare .compare-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-compare .compare-product,.page-compare .compare-header {
  min-width: 245px;
  -webkit-flex-basis: 245px;
      -ms-flex-preferred-size: 245px;
          flex-basis: 245px;
}

.page-compare .compare-header > div,.page-compare .compare-product > div {
  padding: 10px;
  min-height: 42px;
  margin: 10px 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.page-compare .compare-header > div:nth-child(odd):not(:first-child),.page-compare .compare-product > div:nth-child(odd):not(:first-child) {
  background-color: #f7f7f7;
}

.page-compare .compare-header > div:first-child,.page-compare .compare-product > div:first-child {
  border-bottom: 1px solid #c0c0c0;
}

.page-compare .compare-header > div.hover,.page-compare .compare-product > div.hover {
  background-color: #c1e5f5 !important;
}

.page-compare .page-aside {
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  padding: 10px 15px 10px 10px;
  overflow: hidden;
}

.page-compare .page-aside .aside-menu {
  max-height: 100%;
  overflow: auto;
}

.page-compare .compare-header > div:first-child {
  position: relative;
  padding: 0;
  margin-top: 0;
}

.page-compare .compare-header > div:not(:first-child) {
  text-align: left;
  font-weight: bold;
}

.filter {
  position: relative;
  background: #484848;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 0.75rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.filter .filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .btn-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666666666667%;
      -ms-flex: 0 0 16.66666666666667%;
          flex: 0 0 16.66666666666667%;
  max-width: 16.66666666666667%;
  padding-left: 20px;
}

.filter .btn-wrapper .btn {
  width: 100%;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  padding: 5px;
  line-height: 1;
}

.filter .btn-wrapper .btn .icon {
  font-size: 13px;
  margin-right: 10px;
}

.filter .btn-wrapper .btn:not(:last-child) {
  margin-bottom: 10px;
}

.filter .filter-toggle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}

.filter .filter-toggle-wrap > * {
  padding: 0 10px;
  margin: 18px 0;
}

.filter .attribute-search,.filter .attribute-select {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12%;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  max-width: 12%;
}

.filter .attribute-months {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .attribute-months label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.filter .attribute-months label > span {
  margin: 0 3px;
}

.filter .attribute-select label {
  width: 100%;
  margin-bottom: 0;
}

.filter .attribute-checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
}

.filter .attribute-checkbox .custom-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .attribute-range {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .attribute-range .range-ui-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  padding-right: 10px;
}

.filter .attribute-range .attribute-title {
  white-space: nowrap;
}

.filter .attribute-range .ui-slider {
  background: #ffffff;
  height: 3px;
  margin: 18px 10px;
  position: relative;
  border: none;
  border-radius: 5px;
  width: 100%;
}

.filter .attribute-range .ui-slider .ui-slider-range:last-of-type {
  position: absolute;
  height: 3px;
  background: #fff;
  border-radius: 5px;
}

.filter .attribute-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-top: -7.5px;
  background: #1fa14a;
  display: block;
  border-radius: 100%;
  border: 1px solid #1fa14a;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  cursor: pointer;
}

.filter .attribute-range .ui-slider .ui-slider-handle:hover:first-of-type {
  border-color: #2581b1;
}

.filter .attribute-range .ui-slider .ui-slider-handle:hover:last-of-type {
  border-color: #1fa14a;
}

.filter .attribute-range .ui-slider .ui-slider-handle:first-of-type {
  left: 0;
}

.filter .attribute-range .ui-slider .ui-slider-handle:last-of-type {
  right: 0;
}

.filter .attribute-range .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -15px;
}

.filter .attribute-range .dash {
  color: #e9e9e9;
  float: left;
  font-size: 15px;
  line-height: 21px;
  margin: 0 6px 0 16px;
}

.filter .attribute-range .ranges-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter .attribute-range .range-text {
  padding-right: 6px;
}

.filter .attribute-range .range-wrap,.filter .attribute-range .range-separate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter .attribute-range .range-wrap:first-child {
  margin-right: 20px;
}

.filter .attribute-range .range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 0.75rem;
  color: #737373;
}

.filter .attribute-range .range .label {
  color: #fff;
  margin-bottom: 0;
  margin-right: 7px;
}

.filter .attribute-range .btn-apply {
  height: 24px;
  padding: 1px 8px;
  font-size: 0.75rem;
}

.filter .buttons-wrap {
  text-align: center;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter .buttons-wrap .btn {
  width: 100%;
}

.filter .clear-filter.disabled {
  cursor: not-allowed;
}

.filter .filter-pre-info {
  font-size: 0.875rem;
  color: #e4b821;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #fff;
  z-index: 10;
  padding: 6px 26px 6px 13px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
}

.filter .filter-pre-info:after {
  content: '';
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%0D%0A%20%20%20%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20%20%20%20%20%20%20%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20%20%20%20%20%20%20%20width%3D%2229px%22%20height%3D%2229px%22%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%0D%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M4.007%2C14.000%20L23.993%2C3.989%20L23.993%2C24.011%20L4.007%2C14.000%20Z%22%20filter%3D%22url(%23Filter_0)%22%2F%3E%0D%0A%20%20%20%20%3Cdefs%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20filterUnits%3D%22userSpaceOnUse%22%20id%3D%22Filter_0%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3CfeOffset%20in%3D%22SourceAlpha%22%20dy%3D%220%22%20dx%3D%22-2%22%2F%3E%3CfeGaussianBlur%20result%3D%22blurOut%22%20stdDeviation%3D%222%22%2F%3E%3CfeFlood%20flood-color%3D%22%23000%22%20result%3D%22floodOut%22%2F%3E%3CfeComposite%20operator%3D%22atop%22%20in%3D%22floodOut%22%20in2%3D%22blurOut%22%2F%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type%3D%22linear%22%20slope%3D%22.25%22%2F%3E%3C%2FfeComponentTransfer%3E%3CfeMerge%3E%3CfeMergeNode%2F%3E%3CfeMergeNode%20in%3D%22SourceGraphic%22%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E") top no-repeat / contain;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter .filter-pre-info .close {
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #e4b821;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.filter .filter-pre-info .close:hover {
  color: #1fa14a;
}

.filter .filter-pre-info .btn {
  line-height: 1.1;
  font-size: 12px;
  margin-left: 15px;
}

.filter .form-placeholder-color {
  color: #b2b2b2;
}

.filter .form-control {
  height: 28px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 0.75rem;
}

.filter .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
}

.filter .form-control::-moz-placeholder {
  color: #b2b2b2;
}

.filter .form-control:-moz-placeholder {
  color: #b2b2b2;
}

.filter .form-control:-ms-input-placeholder {
  color: #b2b2b2;
}

.filter .form-control.jq-selectbox {
  width: 100%;
  padding: 0;
}

.filter .form-control.jq-selectbox .jq-selectbox__select {
  width: 100%;
  height: 28px;
  color: #b2b2b2;
}

.catalog-aside {
  font-size: 0.875rem;
  color: #ff2828;
  line-height: 1.2;
  padding-right: 20px;
}

.catalog-aside .catalog-aside-item {
  border-bottom: 1px solid #e3e3e3;
}

.catalog-aside .catalog-aside-item:not(:first-child) .catalog-aside-inner {
  display: none;
}

.catalog-aside .catalog-aside-toggle-ajax,.catalog-aside .catalog-aside-toggle {
 /* ''*/;
}

.catalog-aside .catalog-aside-toggle-ajax:before,.catalog-aside .catalog-aside-toggle:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.catalog-aside .catalog-aside-toggle-ajax:before,.catalog-aside .catalog-aside-toggle:before {
  content: '\f004';
}

.catalog-aside .catalog-aside-toggle-ajax:before,.catalog-aside .catalog-aside-toggle:before {
  position: absolute;
  top: 50%;
  right: -25px;
  font-size: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}

.catalog-aside .catalog-aside-toggle-ajax.active:before,.catalog-aside .catalog-aside-toggle.active:before {
  color: #1fa14a;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
       -o-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.catalog-aside .catalog-aside-sub-title {
  position: relative;
  cursor: pointer;
}

.catalog-aside .catalog-aside-title {
  font-weight: bold;
  position: relative;
  padding: 12px 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
  color: #ff2828;
}

.catalog-aside .catalog-aside-title.active {
  color: #1fa14a;
}

.catalog-aside .catalog-aside-title:hover {
  color: #1fa14a;
}

.catalog-aside .catalog-aside-title > a {
  color: inherit;
}

.catalog-aside .catalog-aside-title > a:hover,.catalog-aside .catalog-aside-title > a.current {
  color: #1fa14a;
  text-decoration: none;
}

.catalog-aside .catalog-aside-inner {
  padding-left: 12px;
  position: relative;
  min-height: 35px;
}

.catalog-aside .catalog-aside-inner .loader-wrap {
  opacity: 0.25;
  visibility: visible;
  z-index: 1;
  position: absolute;
  background: transparent;
}

.catalog-aside .catalog-aside-inner .loader-wrap .loader {
  height: 35px;
}

.catalog-aside .catalog-aside-inner .loader-wrap .loader span {
  width: 3px;
  height: 15px;
}

.catalog-aside .catalog-aside-inner-item:not(:last-child) {
  margin-bottom: 8px;
}

.catalog-aside .catalog-aside-inner-item a {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.catalog-aside .catalog-aside-inner-item a:hover {
  color: #1fa14a;
  text-decoration: none;
}

.catalog-aside .catalog-aside-inner-item a.active {
  color: #1fa14a;
  text-decoration: none;
}

.catalog-aside .aside-product-wrapper {
  margin-top: 29px;
}

.category-aside {
  color: #ff2828;
  font-size: 0.875rem;
  line-height: 1.2;
  padding-top: 15px;
}

.category-aside .category-aside-title {
  font-weight: bold;
  color: #154054;
  margin-bottom: 16px;
}

.category-aside .category-aside-item {
  margin-bottom: 16px;
}

.category-aside .category-aside-item a {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.category-aside .category-aside-item a:hover {
  color: #1fa14a;
  text-decoration: none;
}

.catalog-page .breadcrumb,.category-page .breadcrumb {
  margin-top: 6px;
}

.catalog-page {
  padding-top: 20px;
}

.catalog-page .breadcrumb {
  padding-bottom: 0;
  margin-bottom: 0;
}

.catalog-page .reviews-list {
  padding-left: 7px;
}

.catalog-page .page-content .separator:before {
  content: '';
  position: absolute;
  border-right: 1px solid #fff;
  top: -10px;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.catalog-page .block-title-wrapper {
  margin-top: 30px;
}

.catalog-page .category-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog-page .brands-product {
  margin-top: auto;
}

.catalog-list-more {
  margin-bottom: 43px;
  padding-top: 30px;
}

.catalog-list-more .category-card-outer {
  margin-left: -7px;
  margin-right: -7px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.catalog-list-more .category-card-wrapper {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 16px;
}

.catalog-list-more .category-card-wrapper .category-card {
  position: relative;
  height: 100%;
}

.catalog-list .product-card {
  margin-bottom: 25px;
  height: -webkit-calc(100% - 25px);
  height: calc(100% - 25px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.catalog-list .product-card-wrapper .favorite-toggle {
  padding: 12px 0;
}

.catalog-list .product-card-wrapper .favorite-toggle .accept {
  width: 14px;
  height: 14px;
  border: 1px solid #c0c0c0;
  background: #fff;
  position: relative;
  margin-bottom: 3px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.catalog-list .product-card-wrapper .favorite-toggle .accept:before {
  content: '';
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%0D%0A%20%20%20%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20%20%20%20%20%20%20%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20%20%20%20%20%20%20%20width%3D%2210px%22%20height%3D%228px%22%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(71%2C%2071%2C%2071)%22%0D%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M0.115%2C4.387%20C0.038%2C4.307%20-0.000%2C4.187%20-0.000%2C4.106%20C-0.000%2C4.026%200.038%2C3.905%200.115%2C3.825%20L0.654%2C3.263%20C0.808%2C3.103%201.038%2C3.103%201.192%2C3.263%20L1.231%2C3.303%20L3.346%2C5.672%20C3.423%2C5.752%203.538%2C5.752%203.615%2C5.672%20L8.769%2C0.092%20L8.807%2C0.092%20L8.807%2C0.092%20L8.807%2C0.092%20C8.961%2C-0.069%209.192%2C-0.069%209.346%2C0.092%20L9.884%2C0.654%20C10.038%2C0.815%2010.038%2C1.055%209.884%2C1.216%20L9.884%2C1.216%20L9.884%2C1.216%20L3.731%2C7.879%20C3.654%2C7.960%203.577%2C8.000%203.461%2C8.000%20C3.346%2C8.000%203.269%2C7.960%203.192%2C7.879%20L0.192%2C4.507%20L0.115%2C4.387%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.catalog-list .product-card-wrapper .favorite-toggle .accept.active {
  border-color: #1fa14a;
}

.catalog-list .product-card-wrapper .favorite-toggle .accept.active:before {
  opacity: 1;
}

.catalog-list .product-card-wrapper .favorite-toggle .accept:hover {
  border-color: #1fa14a;
}

.catalog-list .product-card-wrapper .favorite-toggle .remove {
  font-size: 16px;
  color: #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.catalog-list .product-card-wrapper .favorite-toggle .remove:hover {
  color: #1fa14a;
}

.catalog-list .product-card-wrapper .favorite-toggle .accept,.catalog-list .product-card-wrapper .favorite-toggle .remove {
  cursor: pointer;
}

.category-page {
  padding-top: 20px;
  position: relative;
}

.category-page .loader-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 64, 84, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.category-page.loading .loader-wrap {
  z-index: 200;
  opacity: 1;
  visibility: visible;
}

.category-page > .container {
  position: relative;
  z-index: 10;
}

.category-page .page-content .separator:before {
  content: '';
  position: absolute;
  border-right: 1px solid #fff;
  top: -35px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.checkout-sidebar-wrapper {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13px;
  padding-bottom: 13px;
  background: transparent;
}

.checkout-sidebar-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #1fa14a;
  width: 100vw;
  z-index: -1;
}

.checkout-sidebar-wrapper .btn-order {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 10px;
}

.checkout-sidebar-wrapper .checkout-sidebar {
  margin-right: 10px;
}

.checkout-sidebar-wrapper.animate:before {
  -webkit-animation: animate-checkout-sidebar 1s;
       -o-animation: animate-checkout-sidebar 1s;
          animation: animate-checkout-sidebar 1s;
}

.checkout-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-sidebar .icon-wrapper {
  font-size: 31px;
  margin-right: 10px;
}

.success-wrapper {
  width: 100%;
  max-width: 720px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
}

.success-wrapper .buttons-wrap {
  padding-top: 30px;
}

.success-wrapper .page-title {
  color: #484848;
  text-transform: none;
  font-size: 36px;
}

.success-wrapper .info {
  font-size: 1rem;
}

.success-wrapper .info-table {
  margin-bottom: 0;
}

.success-wrapper .info-table .th,.success-wrapper .info-table .td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.success-wrapper .info-table .th {
  min-width: 140px;
}

.success-wrapper .info-table .th:after {
  content: ':';
}

.success-wrapper .info-table .td {
  padding-left: 10px;
}

#order-form .form-group,#order-form .control-group {
  position: relative;
}

#order-form .control-group .custom-radio + label.error {
  left: 30px;
}

#order-form label.error {
  font-size: 0.75rem;
  color: #ff3c20;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  bottom: -17px;
}

#order-form #orderProductsTable.load,#order-form .payment-content.load,#order-form .delivery-content.load {
  position: relative;
  min-height: 60px;
}

#order-form #orderProductsTable.load > :not(.loader-wrap),#order-form .payment-content.load > :not(.loader-wrap),#order-form .delivery-content.load > :not(.loader-wrap) {
  opacity: 0.5;
}

#order-form #orderProductsTable.load:before,#order-form .payment-content.load:before,#order-form .delivery-content.load:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#order-form #orderProductsTable.load .loader-wrap,#order-form .payment-content.load .loader-wrap,#order-form .delivery-content.load .loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 12;
}

#order-form #orderProductsTable.load .loader-wrap .loader,#order-form .payment-content.load .loader-wrap .loader,#order-form .delivery-content.load .loader-wrap .loader {
  margin: auto;
}

#order-form #orderProductsTable.load .loader-wrap .loader span,#order-form .payment-content.load .loader-wrap .loader span,#order-form .delivery-content.load .loader-wrap .loader span {
  width: 5px;
  height: 30px;
}

.checkout-cart-outer {
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0 25px 10px;
}

.checkout-cart-outer .checkout-title {
  padding-top: 30px;
}

.checkout-cart-wrapper {
  border-top: 1px solid #8c8c8c;
  padding-top: 15px;
}

.checkout-cart-wrapper .checkout-cart-title {
  margin-bottom: 37px;
}

.checkout-cart-wrapper .checkout-cart-title .item {
  background: #f2f2f2;
  font-size: 0.75rem;
  color: #ff2828;
  text-align: center;
  padding: 15px 10px;
  line-height: 1;
}

.checkout-cart-wrapper .checkout-cart-title .item:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.checkout-cart-wrapper .checkout-cart-title .item:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
}

.checkout-cart-wrapper .checkout-cart-title .item:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19%;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  max-width: 19%;
}

.checkout-cart-wrapper .checkout-cart-title .item:not(:last-child) {
  margin-right: 1.5%;
}

.checkout-cart-wrapper .checkout-cart-item-wrapper {
  margin-bottom: 45px;
}

.checkout-cart-wrapper .checkout-cart-item {
  position: relative;
}

.checkout-cart-wrapper .checkout-cart-item:not(:last-child) {
  margin-bottom: 30px;
}

.checkout-cart-wrapper .checkout-cart-item .remove {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
 /* ''*/;
}

.checkout-cart-wrapper .checkout-cart-item .remove:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.checkout-cart-wrapper .checkout-cart-item .remove:before {
  content: '\e826';
}

.checkout-cart-wrapper .checkout-cart-item .remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #d9d9d9;
  font-size: 15px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkout-cart-wrapper .checkout-cart-item .remove:hover:before {
  color: #1fa14a;
}

.checkout-cart-wrapper .checkout-cart-item .item-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  font-size: 0.75rem;
  line-height: 1.1;
  color: #ff2828;
  margin-right: 1.5%;
}

.checkout-cart-wrapper .checkout-cart-item .item-info .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  margin-right: 9px;
}

.checkout-cart-wrapper .checkout-cart-item .item-info .img-wrapper img {
  border: 1px solid #c0c0c0;
}

.checkout-cart-wrapper .checkout-cart-item .item-info .item-info-inner {
  width: 100%;
}

.checkout-cart-wrapper .checkout-cart-item .item-info .item-code {
  font-size: 0.75rem;
  margin-bottom: 10px;
  color: #737373;
}

.checkout-cart-wrapper .checkout-cart-item .item-info .item-name {
  height: 30px;
  overflow: hidden;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.checkout-cart-wrapper .checkout-cart-item .item-count {
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
  margin-right: 1.5%;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count {
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  font-size: 0.875rem;
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count::-webkit-inner-spin-button,.checkout-cart-wrapper .checkout-cart-item .item-count .count::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count:focus {
  border-color: #82d9ff;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count-change {
  height: 30px;
  width: 20px;
  position: relative;
  cursor: pointer;
  margin: 0 8px;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count-change:hover:before {
  background: #1fa14a;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count-change:hover.count-plus:after {
  background: #1fa14a;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count-change:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #d1d1d1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count-change.count-plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #d1d1d1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkout-cart-wrapper .checkout-cart-item .item-sum {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19%;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  max-width: 19%;
}

.checkout-cart-wrapper .checkout-cart-item .item-sum .price-block .price-value,.checkout-cart-wrapper .checkout-cart-item .item-sum .price-block .price-currency {
  font-size: 1rem;
}

#checkoutDialog {
  max-width: 742px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
}

#checkoutDialog .popup-title {
  display: block;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 30px 45px 0;
}

#checkoutDialog .popup-title .text {
  text-align: left;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #8c8c8c;
}

#checkoutDialog .wrap {
  position: relative;
  background: #fefefe;
  padding-top: 15px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  min-height: 100px;
}

#checkoutDialog #checkoutDialogLoader {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#checkoutDialog .cart-products {
  margin: 0 45px;
}

#checkoutDialog .alert {
  margin-left: 45px;
  margin-right: 45px;
}

.cart-products {
 /** Меня достало всякий раз высчитывать эти проценты ))) */;
}

.cart-products .cart-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #3d4572;
}

.cart-products header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}

.cart-products header .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  background: #f2f2f2;
  text-shadow: 0 0 0;
}

.cart-products .col {
  height: 100%;
}

.cart-products .col-img,.cart-products .col-info,.cart-products .col-price,.cart-products .col-price-total,.cart-products .col-remove-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.cart-products .col-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.3%;
      -ms-flex: 0 0 15.3%;
          flex: 0 0 15.3%;
  min-width: 15.3%;
}

.cart-products .col-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44.5%;
      -ms-flex: 0 0 44.5%;
          flex: 0 0 44.5%;
  max-width: 44.5%;
  margin-right: 1.2%;
  font-size: 0.75rem;
}

.cart-products .col-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65.2%;
      -ms-flex: 0 0 65.2%;
          flex: 0 0 65.2%;
  max-width: 65.2%;
  margin-right: 1.2%;
}

.cart-products .col-qty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17.2%;
      -ms-flex: 0 0 17.2%;
          flex: 0 0 17.2%;
  max-width: 17.2%;
  margin-right: 1.2%;
}

.cart-products .col-price-total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.3%;
      -ms-flex: 0 0 15.3%;
          flex: 0 0 15.3%;
  max-width: 15.3%;
}

.cart-products .col-remove-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5.4%;
      -ms-flex: 0 0 5.4%;
          flex: 0 0 5.4%;
  max-width: 5.4%;
  padding: 0;
}

.cart-products .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  z-index: 5;
  padding: 30px 0;
  margin: 0;
 /*	.col-price,
			.col-price-total,
			.col-remove-block {
				position : relative;
				
				&:before {
					content    : '';
					position   : absolute;
					top        : 0;
					left       : 0;
					bottom     : 0;
					width      : 1px;
					background : #dedede;
				}
			}*/;
}

.cart-products .product .col-img,.cart-products .product .col-info,.cart-products .product .col-qty,.cart-products .product .col-price-total,.cart-products .product .col-remove-block {
  min-height: 100px;
}

.cart-products .product .col-img {
  text-align: center;
  position: relative;
  padding: 0;
  border: 1px solid #c0c0c0;
}

.cart-products .product .col-img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.cart-products .product .col-img a {
  display: block;
  width: 100%;
}

.cart-products .product .col-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

.cart-products .product .col-info .sku {
  font-size: 12px;
  color: #737373;
  line-height: 1;
  margin-bottom: 5px;
}

.cart-products .product .col-info .title {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  line-height: 1.2;
}

.cart-products .product .col-info .item-color {
  margin-bottom: 4px;
}

.cart-products .product .col-info .item-color .color-value {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
}

.cart-products .product .col-info .params {
  width: 100%;
  margin-top: 5px;
}

.cart-products .product .col-info .params .param:not(:first-child) {
  margin-top: 2px;
}

.cart-products .product .col-info .params .param .param-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 4px;
}

.cart-products .product .col-info .params .param .param-value {
  font-weight: 600;
  font-size: 14px;
  color: #ff2828;
}

.cart-products .product .col-price .price-block .price-text,.cart-products .product .col-price-total .price-block .price-text,.cart-products .product .col-price .price-block .price-old,.cart-products .product .col-price-total .price-block .price-old,.cart-products .product .col-price .price-block .price,.cart-products .product .col-price-total .price-block .price {
  display: block;
}

.cart-products .product .col-price .price-old .price-value {
  font-size: 0.75rem;
}

.cart-products .product .col-price .price-old .price-currency {
  display: none;
}

.cart-products .product .col-price .price .price-value,.cart-products .product .col-price .price .price-currency {
  font-size: 0.875rem;
}

.cart-products .product .col-price-total .price .price-value,.cart-products .product .col-price-total .price .price-currency {
  font-size: 1rem;
}

.cart-products .product .col-price-total .price.sale-price .price-value,.cart-products .product .col-price-total .price.sale-price .price-currency {
  color: #154054;
}

.cart-products .product .col-remove-block {
  position: relative;
}

.cart-products .product .col-remove-block .remove {
  border: none;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  color: #d9d9d9;
  font-size: 16px;
  text-decoration: none;
 /* ''*/;
}

.cart-products .product .col-remove-block .remove:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.cart-products .product .col-remove-block .remove:before {
  content: '\e826';
}

.cart-products .product .col-remove-block .remove:before {
  vertical-align: middle;
}

.cart-products .product .col-remove-block .remove:hover,.cart-products .product .col-remove-block .remove:focus {
  color: #1fa14a;
}

.cart-products .product .col-qty {
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-products .complect-wrap {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  padding-bottom: 19px;
}

.cart-products .complect-wrap:not(:last-child) {
  border-bottom: 1px solid #c0c0c0;
}

.cart-products .complect-wrap .plus.cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 50%;
  line-height: 26px;
  margin: -13px auto -12px;
  height: 26px;
  padding-left: 20px;
}

.cart-products .complect-wrap .plus.cell i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 1px;
  width: 17px;
  height: 17px;
  line-height: 16px;
  border-radius: 100%;
  background: #484848;
  text-align: center;
}

.cart-products .complect-wrap .plus.cell i:before {
  content: '+';
  color: white;
}

.cart-products .complect-wrap .plus.cell .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: normal;
  text-transform: uppercase;
  color: #9c9c9c;
  letter-spacing: 2px;
  margin-left: 10px;
}

.cart-products .complect-wrap .plus.cell .text:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  left: -40px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: white;
}

.cart-products .complect-wrap .complect-total-wrap {
  margin: auto;
  padding: 10px 0;
}

.cart-products .complect-wrap .complect-total-wrap .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-products .complect-wrap .complect-total-wrap .qty-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-products .complect-wrap .complect-total-wrap .qty-wrap .label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.cart-products .complect-wrap .complect-total-wrap .price-block {
  display: inline-block;
}

.cart-products .complect-wrap .complect-total-wrap .price-block .price-text,.cart-products .complect-wrap .complect-total-wrap .price-block .price,.cart-products .complect-wrap .complect-total-wrap .price-block .price-old {
  float: right;
  clear: both;
}

.cart-products .complect-wrap .complect-total-wrap .price-block .price-old {
  margin-right: 0;
}

.cart-products .complect-wrap .complect-total-wrap .price-block .price-text {
  font-size: 1rem;
  padding: 0;
  margin-right: 10px;
  font-weight: bold;
}

.cart-products .discount-info {
  text-align: left;
  clear: both;
}

.cart-products .remove-product-msg {
  position: absolute;
  z-index: 110;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.remove-product-msg {
  background: white !important;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  padding: 25px 5px 25px 15px !important;
  font-size: 14px;
  color: #262626;
  line-height: 1.25;
}

.remove-product-msg .ic-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  color: #c0c0c0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.remove-product-msg .ic-close:hover {
  color: #1fa14a;
}

.remove-product-msg .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.remove-product-msg .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  text-align: center;
}

.remove-product-msg .separator {
  border-left: 1px solid #e0e0e0;
  margin-left: 10px;
  margin-right: 10px;
}

.remove-product-msg .move-to-favorites,.remove-product-msg .full-remove {
  min-width: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.remove-product-msg .move-to-favorites i,.remove-product-msg .full-remove i {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  font-size: 28px;
  margin-bottom: 4px;
}

.remove-product-msg .move-to-favorites i {
  color: #fab81e;
}

.remove-product-msg .full-remove i {
  color: #c0c0c0;
}

.cart-buy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 45px 30px;
  background: #f2f2f2;
}

.cart-buy-block .btn-back {
  font-size: 0.75rem;
  white-space: nowrap;
  margin-bottom: 7px;
}

.cart-buy-block .btn-back i {
  font-size: 11px;
  margin-right: 8px;
}

.cart-buy-block .btn-back:hover,.cart-buy-block .btn-back:focus {
  color: #1fa14a;
}

.cart-buy-block .price-block {
  text-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  margin-right: 5px;
}

.cart-buy-block .price-block .label {
  font-size: 1rem;
  display: inline-block;
  margin-right: 3px;
  color: #ff2828;
}

.cart-buy-block .price-block .price .price-value {
  font-size: 1rem;
  font-weight: bold;
  color: #ff2828;
}

.cart-buy-block .price-block .price .price-currency {
  font-size: 1rem;
  font-weight: bold;
  color: #ff2828;
}

.cart-buy-block .btn-checkout {
  min-width: 180px;
  height: 44px;
  font-weight: 500;
  font-size: 1rem;
}

.cart-buy-block .btn-checkout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 17px;
}

.tell-block-cart {
  background: #f0f4f8;
  padding: 0px 20px;
}

.tell-block-cart form {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.tell-block-cart form > .row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tell-block-cart form .form-note {
  text-align: right;
  color: #1fa14a;
  margin: 0 0 14px;
  font-size: 0.75rem;
  line-height: 1;
}

.tell-block-cart form .form-note b {
  font-size: 0.875rem;
  line-height: 1.2;
}

.tell-block-cart form .form-control {
  background: white;
  border: 1px solid #c0c0c0;
  color: #8c8c8c;
  border-right: none;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px 0 0 2px;
  max-width: 149px;
}

.tell-block-cart form .form-control.error {
  border-color: red;
}

.tell-block-cart form .form-group {
  margin-bottom: 0;
}

.tell-block-cart form .btn-submit {
  max-width: 200px;
  margin-top: 0;
  min-width: 90px;
}

.info-order {
  margin-top: 30px;
}

.info-order div {
  margin-bottom: 15px;
  overflow: hidden;
}

.info-order div .img {
  width: 50px;
  float: left;
}

.info-order div img {
  margin-right: 9px;
  position: relative;
}

.checkout-page .checkout-form {
  padding-left: 45px;
}

.checkout-page .checkout-title {
  font-size: 1.125rem;
  color: #ff2828;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 7px;
}

.checkout-page .checkout-title:first-of-type {
  padding-top: 30px;
}

.checkout-page .checkout-title .helper-popover {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 15px;
}

.checkout-page .nav-tabs-wrap .checkout-title {
  margin-bottom: 0;
  white-space: nowrap;
}

.checkout-page .nav-tabs-wrap .checkout-title._pb {
  padding-bottom: 7px;
}

.checkout-page .nav-tabs-wrap .nav-tabs {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.checkout-page .nav-tabs-wrap .nav-item {
  font-size: 0.875rem;
  padding: 5px 5px 6px 5px;
  margin-right: 5px;
}

.checkout-page .nav-tabs-wrap .nav-item:last-child {
  margin-right: 0;
}

.checkout-page .nav-tabs-wrap .nav-item .text {
  padding: 5px 10px;
}

.checkout-page .tab-content {
  width: 100%;
  padding: 0;
  border: none;
}

.checkout-page .tab-content .tab-pane.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-page .form-block {
  border-top: 1px solid #1fa14a;
  padding-top: 20px;
  padding-bottom: 15px;
}

.checkout-page .form-block._first .members-form-group-wrapper {
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 25px;
}

.checkout-page .form-block._second {
  padding-top: 10px;
}

.checkout-page .form-block._second .delivery-info {
  background: #5cb406;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-size: 0.8125rem;
  padding: 6px;
  font-weight: 500;
}

.checkout-page .form-block._second .delivery-info.info {
  display: none;
  border: 2px solid #5cb406;
  background: #f5f5f5;
  color: #5cb406;
  text-align: center;
  font-weight: bold;
}

.checkout-page .form-block._second .delivery-info.warning {
  display: none;
  border: 2px solid #fab81e;
  background: #fff;
  color: #fab81e;
  text-align: center;
  font-weight: bold;
}

.checkout-page .form-block._third .control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.checkout-page .delivery-tabs {
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkout-page .delivery-content .control-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-page .delivery-content .control-group-wrapper .control-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 44%;
}

.checkout-page .jq-selectbox {
  width: 100%;
}

.checkout-page .jq-selectbox .jq-selectbox__select {
  width: 100%;
}

.checkout-page .jq-selectbox .jq-selectbox__trigger:after {
  display: none;
}

.checkout-page .jq-selectbox .jq-selectbox__dropdown {
  top: 31px;
}

.checkout-page .pickup-store-wrapper {
  margin-top: 15px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.checkout-page .pickup-store-wrapper .title {
  font-weight: bold;
}

.checkout-page .pickup-store-wrapper .street {
  margin-bottom: 10px;
}

.checkout-page .pickup-store-wrapper .street p {
  margin-bottom: 0;
}

.checkout-page .pickup-store-wrapper p {
  margin-bottom: 5px;
}

.checkout-page .pickup-store-wrapper .pickup-store:not(:first-child) {
  display: none;
}

.checkout-page .block-price-checkout {
  margin-top: 30px;
}

.checkout-page .block-price-checkout .price-block .price-text {
  font-size: 1rem;
  color: #ff2828;
}

.checkout-page .block-price-checkout .price-block .price-text .text-inner {
  margin-left: 25px;
  margin-right: 9px;
}

.checkout-page .block-price-checkout .price-block .price .price-value,.checkout-page .block-price-checkout .price-block .price .price-currency {
  color: #ff2828;
}

.checkout-page .block-price-checkout .custom-checkbox {
  font-size: 0.75rem;
}

.checkout-page .block-price-checkout .block-price-button {
  margin-top: 25px;
  text-align: center;
}

.checkout-page .block-price-checkout .block-price-button .buy-btn {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 13px;
}

.checkout-page .block-price-checkout .block-price-button .btn-link {
  font-weight: 500;
  padding-bottom: 4px;
}

.checkout-page .checkout-cart-outer {
  padding-bottom: 25px;
}

.checkout-cart-discount {
  background: #f2f2f2;
  padding: 15px;
  margin: 0 -25px;
}

.checkout-cart-discount .form-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-cart-discount .form-share.active .form-share-inner {
  background: #1fa14a;
}

.checkout-cart-discount .form-share.active .form-share-inner._discount .share-input-inner {
  border: 1px solid #1fa14a;
  border-radius: 2px;
}

.checkout-cart-discount .form-share.active .form-share-inner._discount .form-control {
  display: none;
}

.checkout-cart-discount .form-share.active .form-share-inner._discount .share-input-text {
  opacity: 1;
  z-index: 1;
}

.checkout-cart-discount .form-share.active .share-input {
  opacity: 1;
  z-index: 1;
}

.checkout-cart-discount .form-share.apply .share-action.apply {
  display: none;
}

.checkout-cart-discount .form-share.apply .share-action.cancel {
  display: block;
}

.checkout-cart-discount .form-share.apply .share-input-text {
  opacity: 1;
  z-index: 1;
}

.checkout-cart-discount .form-share.removed .share-action.apply {
  display: none;
}

.checkout-cart-discount .form-share.removed .share-action.cancel {
  display: block;
}

.checkout-cart-discount .form-share-inner {
  border: 1px solid #1fa14a;
  height: 40px;
  position: relative;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
  width: 100%;
}

.checkout-cart-discount .form-share-inner:hover {
  background: #1fa14a;
}

.checkout-cart-discount .form-share-inner:hover .share-label {
  color: #fff;
}

.checkout-cart-discount .share-label {
  color: #ff2828;
  font-size: 12px;
  line-height: 38px;
  padding: 0 22px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.checkout-cart-discount .share-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #1fa14a;
}

.checkout-cart-discount .share-input .form-control {
  height: 100%;
  border: 1px solid #1fa14a;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.75rem;
}

.checkout-cart-discount .share-input-inner {
  position: relative;
  width: 100%;
}

.checkout-cart-discount .share-action {
  font-size: 0.75rem;
  color: #fff;
  background: #1fa14a;
  padding: 5px 8px;
  line-height: 28px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkout-cart-discount .share-action:hover {
  background: #ff3c20;
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(87, 40, 33, 0.35);
          box-shadow: inset 0px 3px 7px 0px rgba(87, 40, 33, 0.35);
}

.checkout-cart-discount .share-action.cancel {
  padding: 5px 13px;
  display: none;
}

.checkout-cart-discount .share-info {
  font-size: 0.75rem;
  color: #8c8c8c;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 166px;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  max-width: 166px;
  margin-left: 9px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.checkout-cart-discount .share-info span {
  display: block;
}

.checkout-cart-discount .share-info .info-cancel {
  display: none;
}

.checkout-cart-discount .helper-popover {
  margin-right: 8px;
}

.checkout-cart-discount .share-input-text {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 36px;
  font-size: 0.75rem;
  background: #fff;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 2px;
}

.checkout-cart-discount .share-input-text .share-attention {
  color: #1fa14a;
}

.checkout-cart-discount .discount-info {
  font-size: 0.75rem;
  line-height: 2;
  color: #ff2828;
}

.contact-page .block-title {
  text-transform: none;
}

.contact-page .contact-title {
  font-size: 1.3125rem;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
}

.contact-page .contact-title i {
  border-radius: 2px;
  background: #1fa14a;
  color: #fff;
  font-size: 20px;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  line-height: 36px;
  text-align: center;
}

.contact-page .contact-item-wrapper {
  color: #333;
  font-size: 1rem;
  line-height: 1.313;
  margin-bottom: 40px;
}

.contact-page .contact-item-wrapper a {
  color: #333;
  text-decoration: none;
  position: relative;
}

.contact-page .contact-item-wrapper a:before {
  content: '';
  position: absolute;
  height: 1px;
  background: #333;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.contact-page .contact-item-wrapper._address {
  color: #000;
}

.contact-page .contact-item-wrapper:not(._address) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-page .contact-item-wrapper .address-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .contact-item-wrapper .address-text .icon-wrapper {
  margin-right: 20px;
}

.contact-page .contact-item-wrapper .item-title {
  color: #808080;
  margin-bottom: 3px;
}

.contact-page .contact-item-wrapper .contact-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact_map {
  height: 100%;
}

body:not(.mobile) .contact-page .contact-item-wrapper a:hover:before {
  left: 0;
  right: 0;
}

.page-reviews {
  padding-bottom: 40px;
}

.page-reviews .btn-add-review {
  margin-top: -10px;
  min-width: 200px;
}

.page-reviews .reviews-list {
  margin-top: 20px;
}

.product-page .page-title {
  font-size: 1.5rem;
  text-transform: none;
  margin: 15px 0;
}

.product-page .card-right {
  padding-top: 22px;
}

.product-page .share-block-wrapper {
  margin-bottom: 30px;
}

.product-page .active-element {
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-page .active-element.active {
  color: #154054;
}

.product-page .card-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 71.5%;
      -ms-flex: 0 0 71.5%;
          flex: 0 0 71.5%;
  max-width: 71.5%;
  padding-left: 43px;
  padding-right: 30px;
  font-size: 0.75rem;
  color: #737373;
  line-height: 1.2;
}

.product-page .card-item .card-item-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 3px;
}

.product-page .card-item .top-block {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 3px;
  margin-bottom: 25px;
}

.product-page .card-item .bottom-block {
  padding-bottom: 25px;
}

.product-page .card-item .btn-size-show {
  margin-bottom: 20px;
}

.product-page .card-item .articul {
  font-size: 0.75rem;
  margin-right: 22px;
}

.product-page .card-item .card-favorite {
  margin-right: 22px;
}

.product-page .card-item .credit-product {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.5%;
      -ms-flex: 0 0 33.5%;
          flex: 0 0 33.5%;
  max-width: 33.5%;
  padding-top: 11px;
}

.product-page .card-item .card-price.in-stock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.5%;
      -ms-flex: 0 0 66.5%;
          flex: 0 0 66.5%;
  max-width: 66.5%;
}

.product-page .card-item .card-price.in-stock .price-block {
  margin-top: -8px;
  margin-bottom: -10px;
}

.product-page .card-item .card-price.pre-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.product-page .card-item .card-price.pre-order .price-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}

.product-page .card-item .card-price.out-of-prodaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.product-page .card-item .card-price.out-of-prodaction .price-block {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.product-page .card-item .card-price .btn-to-order {
  min-width: 160px;
  margin-left: 7px;
  margin-right: 7px;
}

.product-page .card-item .card-price .get-availability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 190px;
  width: 190px;
  white-space: normal;
  font-size: 12px;
  line-height: 1.2;
}

.product-page .card-item .card-price .get-availability i {
  margin-right: 10px;
  font-size: 14px;
}

.product-page .card-item .follow-price {
  color: #154054;
  display: inline-block;
  border-bottom: 2px dotted #154054;
  margin: 11px auto 7px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-page .card-item .follow-price:hover {
  color: #ff2828;
  border-color: #ff2828;
}

.product-page .card-item .found-cheap {
  color: #8c8c8c;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #8c8c8c;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-page .card-item .found-cheap:hover {
  color: #1fa14a;
  border-color: #1fa14a;
}

.product-page .card-item .credit-conditions {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fab81e;
  margin-bottom: 16px;
}

.product-page .card-item .credit-conditions .price {
  font-size: 0.875rem;
  color: #ff2828;
}

.product-page .card-item .buy-credit {
  font-size: 0.875rem;
  font-weight: 500;
  height: 35px;
  line-height: 25px;
}

.product-page .card-item .buy-credit i {
  font-size: 21px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.product-page .card-item .time_circles > div > span {
  color: #fff;
}

.product-page .card-item .time_circles > div h4 {
  color: #ff2828;
}

.product-page .card-item .time_circles > div:not(:last-child):after {
  content: ':';
  position: absolute;
  font-size: 15px;
  color: #ff2828;
  font-weight: bold;
  right: -1px;
  top: -5px;
}

.product-page .card-item .end-sales {
  margin: 0;
  padding: 4px 6px 10px;
  border: 2px dotted #ccc;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 8px);
      -ms-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
  max-width: -webkit-calc(50% - 8px);
  max-width: calc(50% - 8px);
  margin-left: auto;
}

.product-page .card-item .price-block {
  margin-bottom: 8px;
}

.product-page .card-item .price-block.one-price .price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

.product-page .card-item .price-block .price-old {
  margin-right: 9px;
  margin-left: 20px;
}

.product-page .card-item .price-block .price-old .price-value:before {
  left: -7px;
  right: -7px;
}

.product-page .card-item .price-block .price .price-value,.product-page .card-item .price-block .price .price-currency {
  font-size: 1.375rem;
}

.product-page .card-item .button-block {
  margin-top: 18px;
}

.product-page .card-item .button-block .add-cart {
  height: 46px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-page .card-item .button-block .add-cart i {
  font-size: 20px;
  margin-right: 4px;
}

.product-page .card-item .button-block .buy-one-click {
  height: 35px;
  line-height: 26px;
  font-weight: 500;
}

.product-page .card-item .button-block .button-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.product-page .color-slider {
  padding-top: 16px;
  padding-bottom: 5px;
  margin-top: 3px;
  position: relative;
}

.product-page .color-slider .color-control-next,.product-page .color-slider .color-control-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #c1c1c1;
  display: none;
}

.product-page .color-slider .color-control-next:after,.product-page .color-slider .color-control-prev:after {
  content: '';
  position: absolute;
  height: 60px;
  width: 22px;
  top: -7px;
  background: #fff;
}

.product-page .color-slider .color-control-next:hover,.product-page .color-slider .color-control-prev:hover {
  color: #1fa14a;
}

.product-page .color-slider .color-control-next i,.product-page .color-slider .color-control-prev i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-page .color-slider .color-control-prev {
  left: -30px;
  -webkit-box-shadow: -3px 0px 7px -2px rgba(0, 0, 0, 0.33);
          box-shadow: -3px 0px 7px -2px rgba(0, 0, 0, 0.33);
}

.product-page .color-slider .color-control-prev:after {
  right: 4px;
}

.product-page .color-slider .color-control-prev i {
  margin-left: -9px;
}

.product-page .color-slider .color-control-next {
  right: -30px;
  -webkit-box-shadow: 3px 0px 7px -2px rgba(0, 0, 0, 0.33);
          box-shadow: 3px 0px 7px -2px rgba(0, 0, 0, 0.33);
}

.product-page .color-slider .color-control-next:after {
  left: 4px;
}

.product-page .color-slider .color-control-next i {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
       -o-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  margin-left: 9px;
}

.product-page .color-slider li .wrap {
  display: block;
  position: relative;
  z-index: 1;
  padding: 1px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.product-page .color-slider li._not-availible .wrap {
  opacity: 0.5;
}

.product-page .color-slider li.current .wrap {
  cursor: default;
  border-color: #1fa14a;
}

.product-page .color-slider .all-color {
  font-size: 0.75rem;
  color: #737373;
  display: inline-block;
  border-bottom: 1px solid #737373;
  line-height: 1.2;
  margin-top: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-page .color-slider .all-color:hover {
  color: #1fa14a;
  border-color: #1fa14a;
}

.product-page .color-slider .color-slider-inner {
  position: relative;
}

.product-page .card-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28.5%;
      -ms-flex: 0 0 28.5%;
          flex: 0 0 28.5%;
  max-width: 28.5%;
  background: #f7f7f7;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 5px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-bottom: 5px;
}

.product-page .card-info .card-city {
  position: relative;
  padding: 11px 9px;
 /* ''*/;
}

.product-page .card-info .card-city .toggle-drop-wrapper {
  position: unset;
}

.product-page .card-info .card-city:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.product-page .card-info .card-city:before {
  content: '\e804';
}

.product-page .card-info .card-city:before {
  color: #1fa14a;
  font-size: 18px;
  margin-right: 12px;
}

.product-page .card-info .card-city .drop-block {
  left: auto;
  right: 0;
  margin-top: -5px;
}

.product-page .card-info .card-city .drop-block:before {
  left: 50%;
}

.product-page .card-info .your-city .current-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}

.product-page .card-info .your-city .current-city i {
  font-size: 4px;
  margin-left: 7px;
}

.product-page .card-info .title {
  background: #e6e6e6;
  color: #ff2828;
  font-weight: bold;
  font-size: 0.875rem;
}

.product-page .card-info .title .icon-title {
  font-size: 17px;
  padding: 4px 6px;
  margin-right: 8px;
}

.product-page .card-info .title .info-show {
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-page .card-info .title .info-show:hover {
  color: #1fa14a;
}

.product-page .card-info .description {
  line-height: 1.5;
  padding: 15px 10px 8px 34px;
}

.product-page .card-info .description p {
  margin-bottom: 0;
}

.product-page .card-info .description p:not(:last-child) {
  margin-bottom: 6px;
}

.product-page .page-content {
  background: transparent;
}

.product-page .page-content .text-formatted {
  color: #737373;
  line-height: 1.286;
}

.product-page .page-content #main_desc > *:first-child {
  margin-top: 0;
}

.product-page .tab-characteristic .characteristics-wrap {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #737373;
}

.product-page .tab-characteristic .characteristics-wrap a {
  color: #154054;
  text-decoration: underline;
}

.product-page .tab-characteristic .characteristics-wrap a:hover {
  color: #1fa14a;
}

.product-page .tab-characteristic .characteristics-wrap .characteristics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 13px 22px;
}

.product-page .tab-characteristic .characteristics-wrap .characteristics-item:nth-child(odd) {
  background: #f7f7f7;
}

.product-page .tab-characteristic .characteristics-wrap .characteristics-item .characteristics-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19.5%;
      -ms-flex: 0 0 19.5%;
          flex: 0 0 19.5%;
  max-width: 19.5%;
}

.product-page .tab-content {
  padding: 40px 0 30px;
  border: none;
}

.product-page .tab-video .img-wrapper {
  margin-bottom: 40px;
}

.product-page .page-content {
  margin-top: 35px;
  padding-top: 0;
}

.product-page .product-set-wrap {
  position: relative;
  margin-top: 35px;
}

.product-page .product-set-wrap:empty {
  display: none;
}

.product-page .product-set-wrap .lSAction {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.product-page .product-set-wrap .lSAction > a {
  font-size: 24px;
  background: none;
  font-weight: normal;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-page .product-set-wrap .lSAction > a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.product-page .product-set-wrap .lSAction > a:hover {
  color: #ff3c20;
}

.product-page .product-set-wrap .lSAction .lSPrev {
 /* ''*/;
}

.product-page .product-set-wrap .lSAction .lSPrev:before {
  content: '\f006';
}

.product-page .product-set-wrap .lSAction .lSNext {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
 /* ''*/;
}

.product-page .product-set-wrap .lSAction .lSNext:before {
  content: '\f006';
}

.product-page .product-set-wrap .lSPager.lSpg {
  position: relative;
  bottom: 0;
}

.product-page .product-set-wrap .lSPager.lSpg li a {
  background-color: #e0e0e0;
}

.product-page .product-set-wrap .lSPager.lSpg li:hover a,.product-page .product-set-wrap .lSPager.lSpg li.active a {
  background-color: #ff3c20;
}

.product-page .product-set-slider:not(.lightSlider) .together-wrapper:not(:first-child) {
  display: none !important;
}

.product-page .together-wrapper {
  position: relative;
  border: 2px solid #1fa14a;
  border-radius: 5px;
  padding: 6px 46px 6px 65px;
}

.product-page .together-wrapper .sticker-wrapper {
  top: 6px;
  left: 7px;
}

.product-page .together-wrapper .sticker-wrapper .sticker._together {
  background: #ff3d20;
  background: -webkit-gradient(linear, left, right, color-stop(0%, #ff3d20), color-stop(100%, #ff752a));
  background: -webkit-linear-gradient(left, #ff3d20 0%, #ff752a 100%);
  background: -o-linear-gradient(left, #ff3d20 0%, #ff752a 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff3d20), to(#ff752a));
  background: linear-gradient(to right, #ff3d20 0%, #ff752a 100%);
}

.product-page .together-wrapper .product-card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27.4%;
      -ms-flex: 0 0 27.4%;
          flex: 0 0 27.4%;
  max-width: 27.4%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-page .together-wrapper .product-card._item-0 .sticker-wrapper {
  display: none;
}

.product-page .together-wrapper .product-card .sticker-wrapper .sticker {
  padding: 4px;
  min-width: 36px;
}

.product-page .together-wrapper .product-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-page .together-wrapper .product-card .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  max-width: 130px;
  padding: 0 5px 0 0;
}

.product-page .together-wrapper .product-card .img-wrapper:after {
  display: none;
}

.product-page .together-wrapper .product-card .description-wrapper {
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}

.product-page .together-wrapper .product-card .product-title {
  height: auto;
  margin: auto 0;
}

.product-page .together-wrapper .product-card .price-block {
  background: none;
  margin: 0;
  padding-bottom: 0;
}

.product-page .together-wrapper .product-card .price-block .price-old {
  margin-right: 6px;
}

.product-page .together-wrapper .plus {
  font-size: 18px;
  color: #1fa14a;
}

.product-page .together-wrapper .equal {
  font-size: 12px;
  color: #1fa14a;
}

.product-page .together-wrapper .plus,.product-page .together-wrapper .equal {
  margin: 0 5px;
}

.product-page .together-wrapper .together-buy {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
}

.product-page .together-wrapper .together-buy .btn-link-blue {
  border-bottom: 1px solid #1fa14a;
  margin-top: 11px;
}

.product-page .together-wrapper .together-buy .btn-link-blue:hover {
  border-color: #1fa14a;
}

.product-page .together-wrapper .together-buy .price-block {
  margin-bottom: 15px;
}

.product-page .together-wrapper .together-buy .price-block .price-old {
  margin-right: 0;
  display: inline-block;
  margin-bottom: 9px;
}

.product-page .together-wrapper .together-buy .button-wrapper {
  width: 100%;
}

.product-page .together-wrapper .together-buy .add-cart {
  width: 100%;
  margin-right: 5px;
  font-weight: 500;
}

.product-page .together-wrapper .together-buy .add-cart,.product-page .together-wrapper .together-buy .buy-credit {
  height: 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-page .together-wrapper .together-buy .buy-credit {
  font-size: 22px;
  line-height: 25px;
}

.product-page .together-wrapper .together-buy .buy-one-click {
  margin-bottom: 7px;
}

.product-page .video-item {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.product-page .video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-page .accesory-tab .btn-link {
  margin-right: 20px;
}

.product-page .accesory-tab .block-title-wrapper {
  border: none;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(left, #e0e0e0 0%, #fff 100%);
  background: -o-linear-gradient(left, #e0e0e0 0%, #fff 100%);
  background: linear-gradient(to right, #e0e0e0 0%, #fff 100%);
  margin-bottom: 15px;
  padding-left: -webkit-calc(8.33333333%);
  padding-left: calc(8.33333333%);
}

.product-page .accesory-tab .block-title-wrapper .block-title {
  padding: 0;
  border-radius: 0;
  border: none;
}

.product-page .accesory-tab .block-title-wrapper .block-title .text {
  border-radius: 0;
  background: none;
  color: #ff2828;
  text-align: left;
  padding-left: 0;
  font-weight: bold;
  font-size: 1rem;
}

.product-page .hidden-text-block:not(.view-all-text):not(._bottom):after {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100&0+0,1+100 */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #ffffff 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #ffffff 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#ffffff', GradientType=0);
 /* IE6-9 */;
}

.page-videos-list .videos-list-wrap {
  padding: 27px 30px 0 27px;
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

.videos-list-wrap .video-item .video-title {
  font-size: 14px;
  font-weight: bold;
}

.brands-product .brands-item {
  padding: 10px 0;
  display: block;
}

.brands-product .brands-item:hover {
  text-decoration: none;
}

.brands-product .brands-item .title {
  font-size: 0.875rem;
  font-weight: 500;
  border-bottom: 2px solid #ff2828;
  color: #ff2828;
  margin-bottom: 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  line-height: 1;
}

.brands-product .brands-item img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.brands-product .brands-item:hover .title {
  color: #1fa14a;
  border-color: #1fa14a;
}

.brands-product .brands-item:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: none;
          filter: none;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.brands-page .block-title-wrapper {
  margin-bottom: 30px;
  margin-right: -30px;
}

.brands-page .block-title-wrapper .block-title {
  font-weight: 500;
  margin-right: 17px;
}

.brands-page .block-title-wrapper .block-title .text {
  line-height: 2.1;
}

.brands-page .block-title-wrapper .live-filter {
  position: relative;
 /* ''*/;
}

.brands-page .block-title-wrapper .live-filter:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.brands-page .block-title-wrapper .live-filter:before {
  content: '\e84e';
}

.brands-page .block-title-wrapper .live-filter:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  font-size: 15px;
  color: #c0c0c0;
}

.brands-page .block-title-wrapper .live-filter .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 25px;
  min-width: 250px;
  height: 26px;
}

.brands-page .brand-page-content {
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 55px 0;
  margin-bottom: 95px;
}

.brands-page .brands-product {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.brands-page .brands-product .brands-item {
  margin-bottom: 20px;
}

.viewed-page .page-title {
  line-height: 1.2;
  color: #ff2828;
  font-size: 1.5rem;
  font-weight: bold;
}

.viewed-filter {
  background: #f7f7f7;
  padding: 19px 13px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.viewed-filter .viewed-item {
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  padding: 3px;
  color: #ff2828;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  line-height: 1;
  font-size: 0.75rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

.viewed-filter .viewed-item .text {
  background: transparent;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
}

.viewed-filter .viewed-item:hover,.viewed-filter .viewed-item.active {
  text-decoration: none;
  color: #fff;
}

.viewed-filter .viewed-item:hover .text,.viewed-filter .viewed-item.active .text {
  background: #737373;
}

.favorites-page .favorite-sum-wrapper {
  background: #fafafa;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  color: #ff2828;
  font-size: 0.875rem;
  line-height: 1;
  padding: 7px 20px;
}

.favorites-page .favorite-sum-wrapper .btn {
  padding: 6px 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.favorites-page .favorite-sort .label {
  font-size: 0.75rem;
  color: #737373;
  margin-right: 8px;
}

.favorites-page .favorite-sort .jq-selectbox .jq-selectbox__trigger:after {
  display: none;
}

.favorites-page .share-block {
  margin-right: 0;
}

.favorites-page .catalog-list {
  padding-top: 38px;
}

.favorites-page .catalog-list .product-card {
  margin-bottom: 0;
  height: -webkit-calc(100% - 90px);
  height: calc(100% - 90px);
}

.favorites-page .catalog-list .product-card-wrapper {
  margin-bottom: 20px;
}

.page-customer-info .info-table {
  width: auto;
}

.page-customer-info .info-table .th,.page-customer-info .info-table .td {
  padding: 5px 15px;
}

.page-customer-info .info-table .th {
  font-weight: bold;
}

.page-customer-edit .profile-form .control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-customer-edit .profile-form .control-group .control-label {
  margin-bottom: 0;
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
  max-width: 43%;
  margin-top: 3px;
}

.page-customer-edit .profile-form .control-group .controls {
  -webkit-flex-basis: 57%;
      -ms-flex-preferred-size: 57%;
          flex-basis: 57%;
  max-width: 57%;
}

.page-customer-edit #share-favorites-btn {
  margin-left: 84px;
}

.orders-info-list {
  font-size: 0.75rem;
  color: #8c8c8c;
  margin-bottom: 25px;
}

.orders-info-list .text,.orders-info-list .text-inner {
  white-space: nowrap;
}

.orders-info-list .text._share {
  color: #1fa14a;
}

.orders-info-list .text-inner {
  margin: 0 10px;
}

.orders-list {
  padding-bottom: 65px;
}

.orders-list .full-info .loader {
  display: none;
  margin: 0 auto;
  height: 105px;
}

.orders-list .full-info.loading .loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.orders-list .orders-list-inner {
  margin-bottom: 9px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.orders-list .orders-list-inner.active {
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

.orders-list .orders-list-inner.active .order-detail-trigger {
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.orders-list .orders-list-inner.active .list-image-wrapper {
  display: none;
}

.orders-list .list-image-wrapper {
  padding: 5px 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.orders-list .list-image-wrapper .list-image-inner {
  padding-left: 44px;
}

.orders-list .list-image-wrapper .list-image {
  border: 1px solid #c0c0c0;
  margin-left: 9px;
}

.orders-list .list-image-wrapper .list-price {
  font-size: 0.75rem;
}

.orders-list .order-detail-trigger {
  color: #ff2828;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 5px 5px 0 0;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(193, 239, 250, 0.5) 54%, rgba(141, 225, 246, 0.99) 99%, #8de1f6 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(193, 239, 250, 0.5) 54%, rgba(141, 225, 246, 0.99) 99%, #8de1f6 100%);
}

.orders-list .order-detail-trigger.status-3 {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 0.5) 54%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 0.5) 54%, #e0e0e0 100%);
}

.orders-list .order-detail-trigger.status-4 {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(190, 230, 152, 0.5) 54%, #87d040 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(190, 230, 152, 0.5) 54%, #87d040 100%);
}

.orders-list .order-detail-trigger .order-number {
  color: #1c5c7a;
  font-size: 0.875rem;
 /* ''*/;
}

.orders-list .order-detail-trigger .order-number:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.orders-list .order-detail-trigger .order-number:before {
  content: '\f004';
}

.orders-list .order-detail-trigger .order-number:before {
  font-size: 4px;
  line-height: 0.875rem;
  position: relative;
  top: -0.2rem;
  margin-right: 5px;
}

.orders-list .order-detail-trigger .order-date {
  font-size: 0.75rem;
}

.orders-list .order-detail-trigger .order-info {
  font-size: 0.75rem;
}

.orders-list .order-detail-trigger .order-info .text {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: lowercase;
}

.orders-list .order-list-info {
  padding-top: 9px;
  font-size: 0.75rem;
  line-height: 1.2;
  border-right: 1px solid #d9d9d9;
}

.orders-list .order-list-info .info-item {
  margin-bottom: 5px;
}

.orders-list .order-list-info .info-delivery,.orders-list .order-list-info .info-customer {
  margin-bottom: 24px;
}

.orders-list .customer-order-products {
  border-top: 1px solid #d9d9d9;
  padding-left: 13px;
  margin-top: 32px;
}

.orders-list .customer-order-products .col-img,.orders-list .customer-order-products .col-info,.orders-list .customer-order-products .col-qty,.orders-list .customer-order-products .col-price-total,.orders-list .customer-order-products .col-remove-block {
  min-height: 75px;
}

.orders-list .customer-order-products .col-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75px;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  min-width: 75px;
}

.orders-list .customer-order-products .col-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.5%;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  max-width: 48.5%;
}

.orders-list .order-list-short-info {
  font-size: 0.75rem;
  line-height: 1.2;
  padding-bottom: 37px;
}

.orders-list .order-list-short-info .item {
  margin-bottom: 5px;
}

.orders-list .order-list-short-info .item .price {
  font-size: 0.875rem;
  font-weight: bold;
}

.orders-list .order-list-info-wrapper {
  border-top: 1px solid #d9d9d9;
  padding-top: 8px;
}

.page-two-cols .page-title {
  text-transform: none;
}

.customer-discounts {
  background: #f7f7f7;
  border: 3px solid #e0e0e0;
  border-radius: 40px;
  margin-left: -72px;
  padding-left: 72px;
  padding-top: 12px;
}

.customer-discounts .price-currency {
  margin-left: 3px;
}

.customer-discounts .discount {
  font-size: 0.75rem;
  margin-bottom: 5px;
  line-height: 1.1;
}

.customer-discounts .discount.active {
  border: 1px dashed #1fa14a;
  border-radius: 9px;
  margin-left: -8px;
  margin-right: -15px;
  padding: 5px 8px;
  font-weight: bold;
  color: #1fa14a;
  display: inline-block;
  font-size: 14px;
}

.customer-discounts .current {
  font-size: 0.875rem;
  font-weight: bold;
  color: #1fa14a;
}

.customer-discounts .next {
  font-size: 0.875rem;
  color: #8c8c8c;
}

.customer-discounts .current,.customer-discounts .next {
  padding-left: 50px;
}

.order-plane-table .plane-table-header-wrapper {
  left: 0;
  right: 0;
  z-index: 3;
}

.order-plane-table .plane-table-header-wrapper._fixed .plane-table-header {
  width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

.order-plane-table .plane-table-header {
  position: relative;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
}

.order-plane-table .plane-table-header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1fa14a;
  z-index: -1;
}

.order-plane-table .plane-table-header .col {
  padding-top: 17px;
  padding-bottom: 17px;
}

.order-plane-table .plane-table-header,.order-plane-table .plane-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-plane-table .plane-table-row {
  font-size: 0.75rem;
  position: relative;
}

.order-plane-table .plane-table-row:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
  z-index: -1;
}

.order-plane-table .plane-table-row:nth-of-type(2n):before {
  background: #eaeaea;
  /*change green line */
  border: 2px solid green;
}

.order-plane-table .plane-table-row .col-address {
  text-align: left;
}

.order-plane-table .plane-table-row .col {
  padding-top: 21px;
  padding-bottom: 21px;
}

.order-plane-table .plane-table-row.active .col-toggle .toggle-hide {
  opacity: 1;
  z-index: 1;
  pointer-events: unset;
}

.order-plane-table .col {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.order-plane-table .col-id {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.75%;
      -ms-flex: 0 0 3.75%;
          flex: 0 0 3.75%;
  max-width: 3.75%;
  text-align: left;
}

.order-plane-table .col-city {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.875%;
      -ms-flex: 0 0 6.875%;
          flex: 0 0 6.875%;
  max-width: 6.875%;
  text-align: right;
}

.order-plane-table .col-address {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.25%;
      -ms-flex: 0 0 11.25%;
          flex: 0 0 11.25%;
  max-width: 11.25%;
  padding-right: 10px;
  padding-left: 10px;
}

.order-plane-table .col-type_construction {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.25%;
      -ms-flex: 0 0 6.25%;
          flex: 0 0 6.25%;
  max-width: 6.25%;
}

.order-plane-table .col-size {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5.625%;
      -ms-flex: 0 0 5.625%;
          flex: 0 0 5.625%;
  max-width: 5.625%;
}

.order-plane-table .col-month {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 59.275%;
      -ms-flex: 0 0 59.275%;
          flex: 0 0 59.275%;
  max-width: 59.275%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.order-plane-table .col-month .mCustomScrollBox {
  width: 100%;
}

.order-plane-table .col-month .mCSB_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order-plane-table .col-month .month-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
  padding: 0 5px;
}

.order-plane-table .col-decore {
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.order-plane-table .col-decore.active {
  background: #1e8e43;
  cursor: default;
}

.order-plane-table .col-decore,.order-plane-table .col-toggle {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-plane-table .col-toggle {
  position: relative;
}

.order-plane-table .col-toggle i {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 25px;
  border-radius: 2px;
  background: transparent;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.order-plane-table .col-toggle i:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.order-plane-table .col-toggle i {
 /* ''*/
  font-size: 17px;
  color: #545454;
}

.order-plane-table .col-toggle i:before {
  content: '\e86d';
}

.order-plane-table .col-toggle i.toggle-hide {
 /* ''*/
  font-size: 11px;
  color: #fff;
  background: #ff3939;
  pointer-events: none;
}

.order-plane-table .col-toggle i.toggle-hide:before {
  content: '\e832';
}

.order-plane-table label.custom-checkbox {
  background: #1fa14a;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  padding: 7px 5px 7px 30px;
  display: block;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.order-plane-table label.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
}

.order-plane-table label.custom-checkbox .checkmark:before {
  width: 10px;
  height: 10px;
  border: 1px solid #c4c4c4;
  background: #f2f2f2;
  left: 10px;
  border-radius: 0;
}

.order-plane-table label.custom-checkbox .checkmark:after {
  left: 12px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
}

.order-plane-table label.custom-checkbox.not-available {
  background: #c53f3f;
  cursor: not-allowed;
  padding-left: 5px;
  text-align: center;
  text-transform: uppercase;
}

.order-plane-table label.custom-checkbox.no-info {
  background: grey;
  padding-left: 5px;
  text-align: center;
  text-transform: uppercase;
}

.order-plane-table label.custom-checkbox.reserve {
  background: cornflowerblue;
}

.order-plane-table label.custom-checkbox.selected {
  background: #e4b821;
}

.plane-info-wrapper {
  padding-top: 20px;
  padding-bottom: 23px;
  display: none;
  position: relative;
}

.plane-info-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 110vw;
  
  /* green line*/
  border: 2px solid green;
}

.plane-info-wrapper .loader-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plane-info-wrapper .text-plane-info {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #333;
}

.plane-info-wrapper .toggle-plane-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.plane-info-wrapper .toggle-plane {
  font-size: 0.875rem;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
}

.plane-info-wrapper .toggle-plane .plane-label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.plane-info-wrapper .toggle-plane .plane-code {
  text-align: center;
  min-width: 100px;
  padding: 9px 5px;
  line-height: 1.1;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  margin-bottom: 7px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.plane-info-wrapper .toggle-plane .plane-code.active:not(._disable) {
  color: #fff;
  background: #1fa14a;
  border-color: #1fa14a;
}

.plane-info-wrapper .toggle-plane .plane-code._disable {
  background: #c53f3f;
  border-color: #c53f3f;
  color: white;
}

.plane-info-wrapper .plane-img-item {
  padding-top: 23px;
}

.utp-plane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -5px 0;
}

.utp-plane .utp-item {
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #333;
}

.utp-plane .utp-item .utp-icon-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  max-width: 35px;
  color: #1fa14a;
  font-size: 30px;
  margin-right: 5px;
}

.utp-plane .utp-item .utp-title {
  color: #a8a8a8;
  font-weight: 600;
  margin-bottom: 2px;
}

.utp-plane .utp-item .utp-text {
  white-space: nowrap;
}

#plane_map {
  /*height: 399px;*/
  height: 350px;
}

.order-plane-page {
  padding-bottom: 66px;
}

.order-plane-page.loading .loader-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order-plane-page .loader-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-plane-page .order-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.order-plane-page .order-fixed .order-helper-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.order-plane-page .order-fixed .order-helper-info-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #484848;
  width: 100vw;
  z-index: -1;
}

.order-plane-page .order-fixed .order-helper-info {
  font-size: 0.75rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-left: 25px;
}

.order-plane-page .order-fixed .order-helper-info:not(:last-child) {
  margin-right: 25px;
}

.order-plane-page .order-fixed .order-helper-info .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15px;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  max-width: 15px;
  width: 15px;
  margin-right: 10px;
  height: 15px;
}

.order-plane-page .order-fixed .order-helper-info._free .icon {
  background: #1fa14a;
}

.order-plane-page .order-fixed .order-helper-info._select .icon {
  background: #e4b821;
}

.order-plane-page .order-fixed .order-helper-info._disable .icon {
  background: #ff2828;
}

.order-plane-page .order-fixed .order-helper-info._reserve .icon {
  background: cornflowerblue;
}

body:not(.mobile) .plane-info-wrapper .plane-code:hover:not(._disable) {
  color: #fff;
  background: #1fa14a;
  border-color: #1fa14a;
}

.copyright {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: none;
  border-top: 1px solid #40af65;
  margin-top: 33px;
  padding: 21px 0;
}

.copyright .ic-fnx {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 10px;
}

.copyright:hover {
  color: white;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.copyright:hover a {
  color: #fff;
}

.copyright:hover .ic-fnx {
  text-shadow: 1px 1px 3px #fff;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: normal;
}

.copyright a:after {
  content: '';
  bottom: -1px;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: block;
  width: 0;
}

.copyright a:hover:after {
  width: 100%;
  background: #fff;
}

.copyright a,.copyright span,.copyright i {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

@font-face {
  font-family:'fontello';src:url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.eot?29910451');src:url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.eot?29910451#iefix') format('embedded-opentype'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.woff2?29910451') format('woff2'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.woff?29910451') format('woff'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.ttf?29910451') format('truetype'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.svg?29910451#fontello') format('svg');font-weight:normal;font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media (min-width: 576px) {
  #page-header .btn-callback {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  #page-footer .footer-menu,#page-footer .contact-item-wrapper {
    display: block !important;
  }

  .product-all-color .product-card:not(:nth-child(3n)) {
    margin-right: -1px;
  }

  .product-all-color .product-card:nth-child(3n) {
    border-right-color: transparent;
  }

  .product-all-color .product-card:nth-child(3n+1) {
    border-left-color: transparent;
  }

  .product-all-color .product-card:not(:last-child) {
    margin-bottom: 0;
  }

  .our-planes .collapse,.why-tabs .collapse {
    display: block;
  }

  .product-page .tab-content .collapse {
    display: block;
  }
}

@media (min-width: 992px) {
  .phones.phones-inverse a.phone:hover .num,.phones.phones-inverse a.phone:hover .quote,.phones.phones-inverse a.phone:hover .sup {
    color: #484848;
  }

  .phones.phones-inverse a.phone:hover:after {
    width: 100%;
  }

  .scroll-up:hover:before {
    -webkit-animation: shakeUpDownArrow 0.5s linear infinite alternate;
         -o-animation: shakeUpDownArrow 0.5s linear infinite alternate;
            animation: shakeUpDownArrow 0.5s linear infinite alternate;
  }

  .product-all-color .product-card:hover {
    border-color: #1fa14a !important;
    z-index: 1;
  }

  .favorites-page .catalog-list .product-card-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-page .container {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .page-customer-info .customer-right {
    padding-left: 88px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  #page-header .phones {
    padding-left: 0;
  }

  #page-header .phones .phone {
    font-size: 14px;
  }

  #page-header .phones i {
    display: none;
  }

  #page-header .callback-wrap .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1350px) and (min-width: 1200px) {
  #page-header .col-logo {
    min-width: 120px;
  }

  #page-header .logo img {
    max-width: 35px;
  }
}

@media (min-width: 1550px) {
  .catalog-list .product-card-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }

  .modal-header,.modal-body,.modal-footer {
    padding: 10px;
  }
}

@media (max-width: 1600px) {
  .filter .filter-toggle-wrap > * {
    margin: 11px 0;
  }

  .filter .attribute-search,.filter .attribute-select,.filter .attribute-checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .filter .attribute-range,.filter .attribute-months {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .filter .attribute-months {
    padding: 0;
  }

  .filter .attribute-months label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 5px;
  }

  .filter .attribute-months label > span {
    margin-bottom: 10px;
  }

  .filter .attribute-range {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .filter .attribute-range .range-ui-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
  }

  .filter .attribute-range .range {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .filter .attribute-range .range .label {
    margin: 0 0 7px;
  }

  .filter .attribute-range .ranges-wrap {
    padding-left: 10px;
  }
}

@media (max-width: 1599px) {
  .nav-pills .nav-link {
    font-size: 1.125rem;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-pills .nav-link:not(:last-child) {
    margin-bottom: 20px;
  }

  #page-header {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #page-header .logo {
    font-size: 0.625rem;
    margin-right: -10px;
  }

  #page-header .logo .big {
    font-size: 2.25rem;
    line-height: 1;
  }

  #page-header .language .current-lang {
    padding: 11px 20px;
  }

  #page-header .language .lang-list:before {
    top: 10px;
  }

  #nav-header .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }

  #nav-header .header-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  #nav-header .header-link:after {
    bottom: -7px;
  }

  #nav-header .header-link.active:after {
    left: 10px;
    right: 10px;
  }

  body:not(.mobile) #nav-header .header-link:hover:after {
    left: 10px;
    right: 10px;
  }

  .page-content {
    padding-top: 35px;
  }

  .page-content .btn-consultation {
    margin-bottom: 40px;
    height: 45px;
  }

  .page-content #main_desc {
    padding-bottom: 25px;
  }

  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 30px;
  }

  .text-formatted img[style*="float:left"],.text-formatted img[style*="float: left"] {
    margin: 0 30px 30px 0;
  }

  .text-formatted img[style*="float:right"],.text-formatted img[style*="float: right"] {
    margin: 0 0 30px 30px;
  }

  #page-footer {
    padding-top: 30px;
  }

  #page-footer .footer-title {
    font-size: 1.125rem;
  }

  #page-footer .footer-item-wrapper {
    padding: 0 15px;
  }

  #page-footer .footer-item-wrapper._contact {
    padding-right: 15px;
  }

  #page-footer .footer-menu {
    font-size: 0.875rem;
  }

  #page-footer .contacts-item {
    font-size: 0.875rem;
  }

  .block-title {
    font-size: 2rem;
  }

  .utp-wrapper {
    padding-top: 75px;
  }

  .utp-wrapper .utp-text {
    margin-bottom: 40px;
  }

  .btn {
    padding-left: 17px;
    padding-right: 17px;
  }

  .btn.btn-sm {
    height: 40px;
  }

  .form-control {
    font-size: 0.875rem;
    padding-left: 10px;
  }

  .standart-form {
    padding-top: 12px;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .standart-form._decore {
    margin-bottom: 45px;
  }

  .standart-form .logo {
    padding-left: 0;
    font-size: 1.15rem;
  }

  .standart-form .logo .big {
    font-size: 5.975rem;
  }

  .standart-form .logo img {
    margin-right: 25px;
  }

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

  .review-item .img-wrapper {
    margin-right: 25px;
  }

  .review-item .content-wrap .review-header {
    margin-bottom: 10px;
  }

  .review-item .content-wrap .name {
    font-size: 1.125rem;
  }

  .first-slider .firstSlider > li .decore .decore-right {
    width: 30px;
    height: 30px;
    bottom: 77px;
    right: 50px;
  }

  .first-slider .firstSlider > li:before {
    width: 35px;
    height: 35px;
  }

  .our-planes .tab-content {
    padding-left: 0;
  }

  .our-planes .nav-pills {
    padding-right: 0;
  }

  .our-planes .content-wrap {
    padding-left: 0;
  }

  .our-planes .img-wrapper:before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 512px;
        -ms-flex: 0 0 512px;
            flex: 0 0 512px;
    max-width: 512px;
    height: 512px;
  }

  .our-planes .img-wrapper .decorate-small {
    left: -11px;
    bottom: 96px;
  }

  .our-planes .img-wrapper .decorate {
    bottom: 30px;
  }

  .our-planes .img-wrapper img {
    max-width: 75%;
  }

  .why-tabs {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .why-tabs .tabs-wrapper {
    padding: 15px;
  }

  .why-tabs .nav-pills .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .why-tabs .content-wrap {
    bottom: -15px;
    right: -15px;
    padding: 15px 19px;
    font-size: 0.875rem;
  }

  .reviews-with-slider {
    padding-top: 55px;
    padding-bottom: 45px;
  }

  .reviews-with-slider .review-item {
    padding-right: 0;
  }

  .client-slider {
    padding-top: 45px;
  }

  .client-slider .lSSlideOuter .lSPager.lSpg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .contact-page .contact-item-wrapper {
    font-size: 0.875rem;
  }

  .contact-page .contact-item-wrapper:not(._address) {
    margin-left: -5px;
    margin-right: -5px;
  }

  .contact-page .contact-item-wrapper .contact-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 5px;
  }

  .order-plane-table .plane-table-header-wrapper._fixed .plane-table-header {
    width: auto;
    max-width: 1160px;
  }

  .order-plane-table .col-id {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.37%;
        -ms-flex: 0 0 8.37%;
            flex: 0 0 8.37%;
    max-width: 8.37%;
  }

  .order-plane-table .col-city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.83%;
        -ms-flex: 0 0 6.83%;
            flex: 0 0 6.83%;
    max-width: 6.83%;
    text-align: left;
  }

  .order-plane-table .col-address {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.10%;
        -ms-flex: 0 0 14.10%;
            flex: 0 0 14.10%;
    max-width: 14.10%;
  }

  .order-plane-table .col-type_construction {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9%;
        -ms-flex: 0 0 9%;
            flex: 0 0 9%;
    max-width: 9%;
  }

  .order-plane-table .col-size {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.54%;
        -ms-flex: 0 0 8.54%;
            flex: 0 0 8.54%;
    max-width: 8.54%;
  }

  .order-plane-table .col-month {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 540px;
        -ms-flex: 0 0 540px;
            flex: 0 0 540px;
    max-width: 540px;
    overflow: hidden;
    overflow-x: scroll;
  }

  .order-plane-table .col-month .month-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 77px;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
    max-width: 77px;
  }

  .order-plane-table .col-month::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .order-plane-table .col-month::-webkit-scrollbar-button {
    width: 6px;
    height: 6px;
  }

  .order-plane-table .col-month::-webkit-scrollbar-button:vertical:start {
    background: #666 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzEuMDgzIDMyMiI+PHBhdGggZD0iTTU3MSAyODZxMC0xNC0xMC0yNUwzMTEgMTFRMzAwIDAgMjg2IDB0LTI1IDExTDExIDI2MVEwIDI3MiAwIDI4NnQxMSAyNXExMSAxMSAyNSAxMWg1MDBxMTQgMCAyNS0xMXQxMC0yNXoiLz48L3N2Zz4=") no-repeat center center;
    -webkit-background-size: 0px 0px;
            background-size: 0px 0px;
    display: none;
  }

  .order-plane-table .col-month::-webkit-scrollbar-button:vertical:end {
    background: #666 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzEuMDgzIDMyMiI+PHBhdGggZD0iTTU3MSAzNnEwIDE0LTEwIDI1TDMxMSAzMTFxLTExIDExLTI1IDExdC0yNS0xMUwxMSA2MVEwIDUwIDAgMzZ0MTEtMjVRMjIgMCAzNiAwaDUwMHExNCAwIDI1IDExdDEwIDI1eiIvPjwvc3ZnPg==") no-repeat center center;
    -webkit-background-size: 0px 0px;
            background-size: 0px 0px;
    display: none;
  }

  .order-plane-table .col-month::-webkit-scrollbar-button:horizontal:start {
    background: #666 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjIgNTcxLjA4MyI+PHBhdGggZD0iTTI4NiAuMDgzcS0xNCAwLTI1IDEwbC0yNTAgMjUwcS0xMSAxMS0xMSAyNXQxMSAyNWwyNTAgMjUwcTExIDExIDI1IDExdDI1LTExcTExLTExIDExLTI1di01MDBxMC0xNC0xMS0yNXQtMjUtMTB6Ii8+PC9zdmc+") no-repeat center center;
    -webkit-background-size: 0px 0px;
            background-size: 0px 0px;
    display: none;
  }

  .order-plane-table .col-month::-webkit-scrollbar-button:horizontal:end {
    background: #666 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjIgNTcxLjA4MyI+PHBhdGggZD0iTTM2IC4wODNxMTQgMCAyNSAxMGwyNTAgMjUwcTExIDExIDExIDI1dC0xMSAyNWwtMjUwIDI1MHEtMTEgMTEtMjUgMTF0LTI1LTExcS0xMS0xMS0xMS0yNXYtNTAwcTAtMTQgMTEtMjV0MjUtMTB6Ii8+PC9zdmc+") no-repeat center center;
    -webkit-background-size: 0px 0px;
            background-size: 0px 0px;
    display: none;
  }

  .order-plane-table .col-month::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
  }

  .order-plane-table .col-month::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.15);
  }

  .order-plane-table .col-month::-webkit-scrollbar-thumb {
    background: #1fa14a;
    border-radius: 0;
  }

  .order-plane-table .col-month::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.15);
  }

  .order-plane-table .col-decore {
    position: relative;
  }

  .order-plane-table .col-toggle:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 50vw;
    background: #fff;
    -webkit-box-shadow: 0px 10px 9.8px 0.2px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 10px 9.8px 0.2px rgba(0, 0, 0, 0.16);
  }

  .plane-info-wrapper .text-plane-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .plane-info-wrapper .toggle-plane-wrapper {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .plane-info-wrapper .toggle-plane {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plane-info-wrapper .toggle-plane .plane-label {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .ui-slider-wrapper {
    margin-top: 25px;
  }

  .ui-slider-wrapper .block-title-wrapper {
    margin-bottom: 25px;
  }

  .ui-slider-wrapper._product_blocks .lSSlideOuter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .ui-slider-wrapper._product_blocks .ui-slider > li {
    padding: 5px;
  }

  .ui-slider-wrapper._catalog_blocks .lSSlideOuter {
    margin-left: -4px;
    margin-right: -4px;
  }

  .ui-slider-wrapper._catalog_blocks .ui-slider > li {
    padding: 4px;
  }

  .ui-slider-wrapper {
    margin-top: 20px;
  }

  .time_circles > div > span {
    font-size: 0.75rem !important;
    line-height: 0.8375rem !important;
  }

  #page-header .logo .logo-text {
    display: none;
  }

  #page-header .phones {
    margin-left: 0;
  }

  #page-header .btn-callback {
    min-width: 40px;
  }

  #page-header .btn-callback i {
    display: inline;
  }

  #page-header .btn-callback .text {
    display: none;
  }

  #nav-header {
    font-size: 13px;
  }

  .btn-callback {
    padding: 0 7px;
  }

  .language .current-lang {
    padding: 11px 10px;
  }

  #page-header .container {
    max-width: 100%;
    padding-left: 70px;
  }

  #page-header .logo .logo-text {
    display: block;
  }

  #page-header .logo img {
    max-width: 25px;
  }

  #page-header .phones {
    font-size: 1rem;
    margin-right: 15px;
  }

  #page-header .phones .phone {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  #page-header .col-catalog {
    padding: 0;
  }

  #page-header .col-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #nav-header {
    position: absolute;
    top: 0;
    height: auto;
    font-size: 1.5rem;
    background: #fff;
    left: 0;
    right: 20%;
    -webkit-box-shadow: 0px 0px 35px -2px #000;
            box-shadow: 0px 0px 35px -2px #000;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
         -o-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: 24;
  }

  #nav-header .navbar-nav {
    margin: 0 auto;
    width: 100%;
    padding: 15px 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #nav-header .nav-item:not(:last-child) {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff2828;
  }

  #nav-header .nav-item.sub-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #nav-header .nav-item.sub-in.active .toggle {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }

  #nav-header .nav-item.sub-in .toggle {
    display: block;
    width: 36px;
    height: 36px;
    top: 0;
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 0.875rem;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  #nav-header .nav-item.sub-in .header-link {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  #nav-header .nav-item.sub-in .sub-list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: unset;
    opacity: 1;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    font-size: 1.125rem;
    display: none;
  }

  #nav-header .nav-item.sub-in .sub-list .nav-link {
    white-space: pre-wrap;
  }

  #nav-header .header-link,#nav-header .nav-link {
    padding-left: 0;
  }

  #nav-header .header-link:after,#nav-header .nav-link:after {
    display: none;
  }

  #nav-header .header-link.active,#nav-header .nav-link.active {
    color: #ff2828;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open #nav-header {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  body.menu-open #page-header .hamburger-box {
    left: -webkit-calc(100% - 60px);
    left: calc(100% - 60px);
  }

  body.menu-open #page-header .hamburger-box .hamburger-inner:nth-child(1) {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
    -webkit-transform: translate3d(0, 12px, 0) rotate(135deg);
            transform: translate3d(0, 12px, 0) rotate(135deg);
  }

  body.menu-open #page-header .hamburger-box .hamburger-inner:nth-child(2) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
  }

  body.menu-open #page-header .hamburger-box .hamburger-inner:nth-child(3) {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms;
    -webkit-transform: translate3d(0, -7px, 0) rotate(-315deg);
            transform: translate3d(0, -7px, 0) rotate(-315deg);
  }

  body.menu-open #page-header .overlay {
    z-index: 23;
  }

  body.menu-open .overlay {
    opacity: 0.25;
    z-index: 99;
    pointer-events: initial;
  }

  .empty-text {
    margin-bottom: 100px;
  }

  .block-title {
    font-size: 1.7rem;
  }

  .utp-wrapper {
    padding-top: 30px;
  }

  .utp-wrapper .utp-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .standart-form .img-decore-wrapper {
    display: none;
  }

  .review-item {
    font-size: 0.875rem;
  }

  .review-item .content-wrap .content {
    height: 54px;
  }

  .aside-tags,.aside-menu {
    margin-right: -12px;
  }

  .aside-banner:last-of-type {
    display: none;
  }

  .product-gallerry-modal {
    max-width: 1140px;
    min-width: 1140px;
  }

  .first-slider .content-wrap .content-title {
    margin-bottom: 16px;
  }

  .our-planes .img-wrapper:before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 319px;
        -ms-flex: 0 0 319px;
            flex: 0 0 319px;
    max-width: 319px;
    height: 319px;
  }

  .our-planes .img-wrapper .decorate-small {
    display: none;
  }

  .our-planes .img-wrapper .decorate {
    bottom: 0;
  }

  .why-tabs .nav-pills .nav-link {
    font-size: 1rem;
  }

  .sales-card .img-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.6%;
        -ms-flex: 0 0 40.6%;
            flex: 0 0 40.6%;
    max-width: 40.6%;
  }

  .sales-card .description-wrapper {
    padding: 0;
    padding-left: 10px;
  }

  .sales-card .description-wrapper .title {
    font-size: 0.8125rem;
    font-weight: bold;
  }

  .lSSlideOuter.vertical .lSAction > .lSPrev,.lSSlideOuter.vertical .lSAction > .lSNext {
    width: 75px;
  }

  .product-card .product-element.review-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .product-card:not(:last-child) {
    margin-bottom: 12px;
  }

  .page-compare .page-aside {
    margin-right: 0;
  }

  .page-compare .aside-tags,.page-compare .aside-menu {
    margin-right: 0;
  }

  .page-compare .aside-menu {
    padding-left: 15px;
  }

  .catalog-list-more .category-card-outer {
    margin-left: -4px;
    margin-right: -4px;
  }

  .catalog-list-more .category-card-wrapper {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
  }

  .category-card {
    font-size: 0.75rem;
  }

  .catalog-aside {
    padding-right: 0;
  }

  .catalog-aside .catalog-aside-toggle-ajax:before,.catalog-aside .catalog-aside-toggle:before {
    font-size: 6px;
    right: -17px;
  }

  .load-more-target {
    margin-left: -5px;
    margin-right: -5px;
  }

  .load-more-target .product-card-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .catalog-list .product-card {
    margin-bottom: 10px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .category-page .breadcrumb,.catalog-page .breadcrumb {
    margin-top: 7px;
  }

  .category-page .page-content,.catalog-page .page-content {
    position: relative;
  }

  .category-page .page-content #main_desc > *:first-child,.catalog-page .page-content #main_desc > *:first-child {
    margin-top: 0;
  }

  .category-page .page-content .separator,.catalog-page .page-content .separator {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    bottom: 0;
    pointer-events: none;
  }

  .category-page .page-content .separator:before,.catalog-page .page-content .separator:before {
    border-width: 2px;
    top: 0;
    bottom: 0;
  }

  .category-page .page-content .text-formatted,.catalog-page .page-content .text-formatted {
    padding-right: 20px;
  }

  .category-page .page-content .text-formatted .hidden-text-block > *:first-child,.catalog-page .page-content .text-formatted .hidden-text-block > *:first-child {
    margin-top: 0;
  }

  .category-page .page-content .reviews-list,.catalog-page .page-content .reviews-list {
    padding-left: 10px;
  }

  .category-page .reviews-list .review-list-title,.catalog-page .reviews-list .review-list-title {
    margin-top: 0;
  }

  .checkout-cart-outer {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-products {
 /** Меня достало всякий раз высчитывать эти проценты ))) */;
  }

  .cart-products .col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19.3%;
        -ms-flex: 0 0 19.3%;
            flex: 0 0 19.3%;
    min-width: 19.3%;
  }

  .cart-products .col-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.1%;
        -ms-flex: 0 0 36.1%;
            flex: 0 0 36.1%;
    max-width: 36.1%;
    margin-right: 1.9%;
    font-size: 0.75rem;
  }

  .cart-products .col-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60.6%;
        -ms-flex: 0 0 60.6%;
            flex: 0 0 60.6%;
    max-width: 60.6%;
    margin-right: 1.9%;
  }

  .cart-products .col-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.7%;
        -ms-flex: 0 0 18.7%;
            flex: 0 0 18.7%;
    max-width: 18.7%;
    margin-right: 1.9%;
  }

  .cart-products .col-price-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.7%;
        -ms-flex: 0 0 18.7%;
            flex: 0 0 18.7%;
    max-width: 18.7%;
  }

  .cart-products .col-remove-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.2%;
        -ms-flex: 0 0 5.2%;
            flex: 0 0 5.2%;
    max-width: 5.2%;
    padding: 0;
  }

  .checkout-page .block-price-checkout .price-block .price-text .text-inner {
    margin-left: 3px;
  }

  .checkout-page .block-price-checkout .custom-checkbox {
    padding-left: 20px;
  }

  .checkout-cart-discount {
    margin: 0 -20px;
  }

  .checkout-cart-discount .helper-popover {
    margin-right: 0;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }

  .checkout-cart-discount .share-input-text {
    padding-left: 5px;
  }

  .checkout-cart-discount .share-action {
    padding-left: 3px;
    padding-right: 3px;
  }

  .product-page .card-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    background: #e6e6e6;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px 5px 0 0;
  }

  .product-page .card-info .description {
    display: none;
  }

  .product-page .card-info .card-city {
    padding-left: 0;
    padding-right: 0;
  }

  .product-page .card-info .card-city:before {
    margin-right: 8px;
  }

  .product-page .card-info .card-city .drop-block {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .product-page .card-info .your-city .current-city {
    font-size: 0.8125rem;
  }

  .product-page .card-info .title {
    margin-left: 10px;
    font-size: 0.8125rem;
    position: relative;
  }

  .product-page .card-info .title .icon-title {
    margin-right: 3px;
  }

  .product-page .card-info .title .info-show {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .product-page .card-info .title .info-show:before {
    display: none;
  }

  .product-page .card-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .product-page .card-item .card-item-inner {
    border-radius: 0 0 5px 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4px;
  }

  .product-page .card-item .price-block .price-old {
    margin-right: 7px;
  }

  .product-page .card-item .price-block .price-old .price-value:before {
    left: -1px;
    right: -1px;
  }

  .product-page .card-item .price-block .price-old .price-value,.product-page .card-item .price-block .price-old .price-currency {
    font-size: 0.875rem;
  }

  .product-page .card-item .price-block .price .price-value,.product-page .card-item .price-block .price .price-currency {
    font-size: 1.125rem;
  }

  .product-page .card-item .price-block .price-gain {
    margin-left: 18px;
    line-height: 1.1;
    padding: 2px 5px;
  }

  .product-page .card-item .button-block .add-cart {
    font-size: 0.9375rem;
    margin-bottom: 9px;
    height: 40px;
  }

  .product-page .card-item .button-block .add-cart i {
    font-size: 18px;
  }

  .product-page .card-item .button-block .buy-one-click {
    font-size: 0.8125rem;
    padding-left: 7px;
    padding-right: 7px;
    height: 30px;
    line-height: 20px;
  }

  .product-page .card-item .card-price.pre-order .price-block.one-price .price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .card-item .card-price.pre-order .btn-to-order {
    min-width: 130px;
  }

  .product-page .card-item .time_circles > div:not(:last-child):after {
    right: -2px;
  }

  .product-page .ui-slider-wrapper {
    margin-left: 0;
  }

  .product-page .characteristics-wrap .characteristics-item .characteristics-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
        -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
    max-width: 32.5%;
  }

  .page-videos-list .videos-list-wrap {
    margin-right: 23px;
    padding: 20px 20px 0 20px;
  }

  .customer-discounts {
    margin-left: -35px;
    padding-left: 35px;
  }

  .customer-discounts .current,.customer-discounts .next {
    padding-left: 15px;
    padding-right: 10px;
  }

  .customer-discounts .next {
    font-size: 12px;
  }

  .orders-list .orders-list-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .custom-radio,.delivery-tab {
    margin-left: 0;
    padding-left: 44px;
    font-size: 1rem;
    line-height: 38px;
  }

  .custom-radio .checkmark:before,.delivery-tab .checkmark:before {
    width: 34px;
    height: 34px;
    border-width: 2px;
  }

  .custom-radio .checkmark:after,.delivery-tab .checkmark:after {
    width: 22px;
    height: 22px;
    left: 6px;
  }

  .time_circles > div > span {
    line-height: 1.0375rem !important;
  }

  .time_circles > div h4 {
    top: 30px;
  }

  h1,.h1 {
    font-size: 1.5rem;
  }

  h2,.h2 {
    font-size: 1.375rem;
  }

  h3,.h3 {
    font-size: 1.25rem;
  }

  .text-formatted img.image {
    max-width: 100%;
    float: none !important;
    margin: 0 0 15px !important;
  }

  .column-text {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .utp-cooperate .utp-item .name {
    font-size: 3rem;
  }

  .utp-cooperate .utp-item .text {
    font-size: 0.875rem;
  }

  .standart-form._decore {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .aside-tags,.aside-menu {
    margin-right: 0;
  }

  .aside-menu {
    padding: 15px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0px;
  }

  .aside-menu .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .aside-menu .navbar-nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 6px);
        -ms-flex: 0 0 calc(50% - 6px);
            flex: 0 0 calc(50% - 6px);
    max-width: -webkit-calc(50% - 6px);
    max-width: calc(50% - 6px);
    margin-bottom: 12px;
  }

  .aside-menu .navbar-nav .nav-link {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 10px;
    border-radius: 4px;
  }

  .aside-tags .title {
    position: relative;
    margin-bottom: 11px;
 /* ''*/;
  }

  .aside-tags .title:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
 /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
  }

  .aside-tags .title:before {
    content: '\f007';
  }

  .aside-tags .title:before {
    color: #999;
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .aside-tags .tag-list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .aside-tags .tag-item {
    margin: 5px;
  }

  .aside-tags.active .tag-list {
    max-height: 1000px;
    padding-bottom: 20px;
  }

  .product-gallerry-modal {
    max-width: 870px;
    min-width: 870px;
  }

  .info-hidden.info-delivery {
    max-width: 870px;
    min-width: 870px;
  }

  .article-list-wrapper .article-item {
    margin-bottom: 30px;
  }

  .article-list-wrapper .article-item .img-wrapper {
    margin-right: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 216px;
        -ms-flex: 0 0 216px;
            flex: 0 0 216px;
    max-width: 216px;
  }

  .page-articles-list .article-list-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-articles-list .article-list-wrapper .article-item {
    margin-bottom: 0;
  }

  .first-slider .content-wrap .content-title,.first-slider .content-wrap .content-text {
    padding-right: 0;
  }

  .first-slider .content-wrap .content-title {
    font-size: 2.0rem;
  }

  .first-slider .content-wrap .content-text {
    font-size: 0.875rem;
  }

  .first-slider .content-wrap .content-text > * {
    margin-bottom: 10px;
  }

  .first-slider .firstSlider > li .decore {
    right: 45%;
    top: -110px;
    width: 67vw;
    height: 67vw;
  }

  .our-planes {
    margin-top: 35px;
  }

  .our-planes .content-text > * {
    margin-bottom: 20px;
  }

  .why-tabs .content-wrap {
    width: 100%;
    position: relative;
    font-size: 0.75rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .reviews-with-slider {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .reviews-with-slider .reviews-wrapper {
    margin-bottom: 35px;
  }

  .product-card .description-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-card .price-block {
    margin-left: -8px;
    margin-right: -8px;
  }

  .product-card .product-title {
    margin-top: 0;
  }

  .page-compare .aside-menu {
    padding-left: 0;
  }

  .page-compare .aside-menu .navbar-nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .page-compare .aside-menu .navbar-nav .nav-item .nav-link {
    padding: 7px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    text-align: left;
  }

  .page-compare-list .aside-menu .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 1.125rem;
  }

  .page-compare-list .aside-menu .navbar-nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100%/3 - 6px);
        -ms-flex: 0 0 calc(100%/3 - 6px);
            flex: 0 0 calc(100%/3 - 6px);
    max-width: -webkit-calc(100%/3 - 6px);
    max-width: calc(100%/3 - 6px);
  }

  .catalog-page .page-content .text-formatted,.category-page .page-content .text-formatted {
    padding-right: 10px;
  }

  .catalog-page {
    padding-top: 0;
  }

  .category-page .catalog-aside {
    display: none;
  }

  .catalog-list-more {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .success-wrapper {
    padding: 15px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .success-wrapper .buttons-wrap {
    padding-top: 0;
  }

  .success-wrapper .buttons-wrap .btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 166px;
        -ms-flex: 0 0 166px;
            flex: 0 0 166px;
    max-width: 166px;
  }

  #contact_map {
    height: 400px;
  }

  .page-reviews {
    padding-bottom: 30px;
  }

  .product-page .product-gallery .sticker-wrapper {
    left: 5px;
    top: 5px;
  }

  .product-page .product-gallery .lSSlideOuter {
    padding-right: 0 !important;
  }

  .product-page .product-gallery .lSSlideOuter .lightSlider {
    height: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product-page .product-gallery .lSSlideOuter .lSPager.lSpg {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    height: auto !important;
    margin-top: 15px !important;
    position: relative;
    bottom: 0;
  }

  .product-page .product-gallery .lSSlideOuter .lSPager.lSpg > li a {
    background: #e0e0e0;
  }

  .product-page .product-gallery .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #1fa14a;
  }

  .product-page .card-info {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-page .card-info .title .icon-title {
    padding: 4px 2px;
  }

  .product-page .card-item .active-element .text {
    display: none;
  }

  .product-page .card-item .active-element i {
    font-size: 17px;
  }

  .product-page .card-item .card-favorite {
    margin-right: 19px;
  }

  .product-page .card-item .card-price.in-stock {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .card-item .card-price.in-stock .price-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product-page .card-item .card-price.pre-order {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-page .card-item .card-price.pre-order .price-block {
    margin-bottom: 15px;
  }

  .product-page .card-item .price-block .price-old {
    margin-left: 0;
  }

  .product-page .card-item .price-block .price-old .price-value {
    font-size: 1rem;
  }

  .product-page .card-item .price-block .price .price-value,.product-page .card-item .price-block .price .price-currency {
    font-size: 1.625rem;
  }

  .product-page .card-item .price-block .price-gain {
    font-size: 0.875rem;
    padding: 5px 8px;
  }

  .product-page .card-item .card-item-inner.color-slider {
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
  }

  .product-page .card-item .button-block .add-cart {
    height: 46px;
  }

  .product-page .card-item .button-block .buy-one-click {
    height: 35px;
    line-height: 26px;
  }

  .product-page .product-set-wrap {
    margin-top: 25px;
  }

  .product-page .together-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-page .together-wrapper .product-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.4%;
        -ms-flex: 0 0 31.4%;
            flex: 0 0 31.4%;
    max-width: 31.4%;
  }

  .product-page .together-wrapper .product-card .img-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }

  .product-page .together-wrapper .product-card .price-block .price-old .price-value,.product-page .together-wrapper .product-card .price-block .price-old .price-currency {
    font-size: 0.75rem;
  }

  .product-page .together-wrapper .product-card .price-block .price .price-value,.product-page .together-wrapper .product-card .price-block .price .price-currency {
    font-size: 1rem;
  }

  .product-page .together-wrapper .together-buy .btn-link-blue {
    font-weight: 500;
  }

  .product-page .page-content {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .product-page .share-block-wrapper {
    margin-bottom: 10px;
  }

  .product-page .color-slider .color-control-prev {
    left: -35px;
  }

  .product-page .color-slider .color-control-next {
    right: -35px;
  }

  .product-page .accesory-tab .block-title-wrapper {
    padding-left: 0;
    background: none;
    position: relative;
  }

  .product-page .accesory-tab .block-title-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#fff));
    background: -webkit-linear-gradient(left, #e0e0e0 0%, #fff 100%);
    background: -o-linear-gradient(left, #e0e0e0 0%, #fff 100%);
    background: linear-gradient(to right, #e0e0e0 0%, #fff 100%);
    z-index: -1;
  }

  .page-videos-list .videos-list-wrap {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .brands-page {
    padding-top: 15px;
  }

  .brands-page .block-title-wrapper .live-filter {
    width: 100%;
  }

  .brands-page .brand-page-content {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 20px;
  }

  .brands-page .brands-product {
    margin-left: -10px;
    margin-right: -10px;
  }

  .brands-page .brands-product .brands-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-customer-info .info-table {
    margin: 0 0 15px;
    width: 100%;
  }

  .page-customer-edit .page-title,.page-customer-info .page-title {
    margin-bottom: 25px;
  }

  .page-customer-edit .btn-link-edit,.page-customer-info .btn-link-edit {
    margin-bottom: 20px;
    display: inline-block;
  }

  .orders-info-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 1rem;
  }

  .orders-info-list .text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .orders-info-list .text._share {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .orders-info-list .text-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .orders-list {
    min-width: 885px;
    padding-bottom: 25px;
  }

  .orders-list .order-detail-trigger {
    margin-left: -10px;
    margin-right: -10px;
  }

  .order-list-outer {
    overflow-x: auto;
    padding: 0 3px;
    margin: 0 -3px 25px;
    position: relative;
  }

  .order-list-outer .order-list-scroll {
    background: rgba(224, 224, 224, 0.72);
    position: absolute;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.09);
    top: 0;
    bottom: 34px;
    right: 0;
    width: 30px;
    z-index: 2;
 /* ''*/;
  }

  .order-list-outer .order-list-scroll:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
 /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
  }

  .order-list-outer .order-list-scroll:before {
    content: '\f007';
  }

  .order-list-outer .order-list-scroll:before {
    color: #1fa14a;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .custom-checkbox {
    font-size: 1rem;
    line-height: 38px;
    padding-left: 45px;
  }

  .custom-checkbox .checkmark:before {
    width: 30px;
    height: 30px;
  }

  .custom-checkbox .checkmark:after {
    left: 9px;
    -webkit-transform: translateY(-50%) scale(1.3);
        -ms-transform: translateY(-50%) scale(1.3);
         -o-transform: translateY(-50%) scale(1.3);
            transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }

  .custom-checkbox.active .checkmark:after,.custom-checkbox input:checked .checkmark:after,.custom-checkbox.active ~ .checkmark:after,.custom-checkbox input:checked ~ .checkmark:after {
    -webkit-transform: translateY(-50%) scale(1.3);
        -ms-transform: translateY(-50%) scale(1.3);
         -o-transform: translateY(-50%) scale(1.3);
            transform: translateY(-50%) scale(1.3);
    opacity: 1;
  }

  .ui-slider-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .ui-slider-wrapper .block-title-wrapper {
    margin-bottom: 10px;
  }

  #page-header .col-logo {
    min-width: unset;
  }

  #page-header .col-logo .logo-text {
    min-width: 105px;
  }

  #page-header .col-empty {
    display: none;
  }

  h1,.h1 {
    font-size: 1.375rem;
  }

  h2,.h2 {
    font-size: 1.25rem;
  }

  h3,.h3 {
    font-size: 1rem;
  }

  .text-formatted img.image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .text-formatted {
    font-size: 0.875rem;
  }

  .text-formatted h1,.text-formatted .h1,.text-formatted h2,.text-formatted .h2,.text-formatted h3,.text-formatted .h3,.text-formatted .block-title {
    margin-top: 10px;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .text-formatted ul,.text-formatted ol,.text-formatted p,.text-formatted blockquote {
    margin-bottom: 10px;
  }

  .page-content {
    margin-top: 20px;
    padding: 10px 0 20px;
  }

  .page-content .btn-consultation {
    font-size: 13px;
  }

  #page-breadcrumb {
    display: none;
  }

  .pagination {
    margin-bottom: 5px;
  }

  .pagination-wrap .btn-load-more {
    height: 35px;
  }

  #nav-footer-catalog {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
  }

  #page-footer .footer-menu .menu-link {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  #page-footer .footer-menu,#page-footer .contact-item-wrapper {
    font-size: 1.125rem;
    margin-bottom: 0;
    display: none;
  }

  #page-footer .footer-title {
    padding-top: 10px;
    padding-right: 40px;
    position: relative;
    margin-top: 0;
 /* ''*/;
  }

  #page-footer .footer-title:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
 /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
  }

  #page-footer .footer-title:before {
    content: '\f006';
  }

  #page-footer .footer-title:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  #page-footer .footer-title.active:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }

  #page-footer .contacts-item {
    font-size: 1.125rem;
  }

  .contact-info-widget {
    max-width: 100%;
  }

  .scroll-up {
    bottom: 31px;
    right: 10px;
  }

  .utp-wrapper {
    padding-top: 30px;
  }

  .utp-wrapper .utp-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .button-view-all-text._circle {
    width: 40px;
    height: 40px;
    border-width: 5px;
    font-size: 30px;
  }

  form .form-title {
    font-size: 1.125rem;
    margin-top: 10px;
  }

  .form-control {
    font-size: 0.75rem;
  }

  .nav-tabs .nav-item {
    width: 100%;
  }

  .nav-tabs .nav-link {
    border-radius: 0;
    min-width: unset;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    font-size: 16px;
  }

  #tableSize {
    max-width: 100%;
  }

  #tableSize .nav-link {
    width: auto;
  }

  .product-gallerry-modal {
    max-width: 550px;
    min-width: 550px;
  }

  .product-gallerry-modal.fancy-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .product-gallerry-modal .slider-modal-wrapper {
    border: none;
  }

  .product-gallerry-modal .price-block .price .price-value {
    font-size: 1.875rem;
  }

  .product-gallerry-modal .price-block .price .price-currency {
    font-size: 1rem;
  }

  .product-gallerry-modal .add-cart {
    margin-bottom: 15px;
  }

  .info-hidden.info-delivery,.info-hidden.info-pay {
    max-width: 550px;
    min-width: 550px;
  }

  .info-hidden p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fancy-content {
    padding-top: 30px !important;
    padding-left: 10px !important;
  }

  .product-all-color.fancy-content {
    padding: 17px 41px 33px 15px !important;
  }

  .product-all-color.fancy-content .product-card {
    margin: 0 0 -1px;
    padding: 10px 5px;
  }

  .product-all-color.fancy-content .product-card:not(:last-child) {
    margin-bottom: 0;
  }

  .product-all-color.fancy-content .product-card:nth-child(even) {
    border-right-color: transparent;
  }

  .product-all-color.fancy-content .product-card:nth-child(odd) {
    border-left-color: transparent;
    margin-right: -1px;
  }

  .product-all-color.fancy-content .product-card .product-title {
    height: 51px;
    overflow: hidden;
    max-height: 51px;
  }

  .article-list-wrapper .article-item {
    margin-bottom: 15px;
  }

  .first-slider {
    display: none;
  }

  .our-planes {
    margin-top: 25px;
  }

  .our-planes .img-wrapper:before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 225px;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
    max-width: 225px;
    height: 225px;
  }

  .our-planes .img-wrapper .decorate {
    display: none;
  }

  .our-planes .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .our-planes .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
  }

  .our-planes .mobile-tabs-title {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #fff;
    background: #ff2828;
    text-align: center;
    display: block;
    border-color: #ff2828;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 10px;
  }

  .our-planes .mobile-tabs-title.collapsed {
    color: #666;
    background: #f2f2f2;
    border-color: #f2f2f2;
  }

  .why-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }

  .why-tabs .mobile-tabs-title {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #fff;
    background: #ff2828;
    text-align: center;
    display: block;
    border-color: #ff2828;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .why-tabs .mobile-tabs-title.collapsed {
    color: #fff;
    background: transparent;
    border-color: #fff;
  }

  .product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-page .ui-slider-wrapper {
    margin-top: 0;
  }

  .page-compare-list .aside-menu .navbar-nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100%/2 - 6px);
        -ms-flex: 0 0 calc(100%/2 - 6px);
            flex: 0 0 calc(100%/2 - 6px);
    max-width: -webkit-calc(100%/2 - 6px);
    max-width: calc(100%/2 - 6px);
  }

  .page-compare-list .aside-menu .navbar-nav .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }

  .page-compare-list .catalog-list .product-card {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .catalog-list-more {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .load-more-target {
    margin-left: -5px;
    margin-right: -5px;
  }

  .catalog-page .block-title-wrapper {
    margin-top: 16px;
  }

  .catalog-page .page-content,.category-page .page-content {
    padding-bottom: 20px;
    margin-top: 0;
  }

  .catalog-page .page-content .text-formatted,.category-page .page-content .text-formatted {
    padding-right: 3px;
  }

  .catalog-page .page-content .separator,.category-page .page-content .separator {
    display: none;
  }

  .catalog-page .page-content .reviews-list,.category-page .page-content .reviews-list {
    padding-left: 0;
    margin-top: 14px;
  }

  .catalog-page .page-content .reviews-list .review-list-title,.category-page .page-content .reviews-list .review-list-title {
    margin-top: 8px;
  }

  .catalog-page .page-content #reviews-list,.category-page .page-content #reviews-list {
    overflow: hidden;
  }

  .catalog-page .page-content #reviews-list:after,.category-page .page-content #reviews-list:after {
    display: none;
  }

  .catalog-page .page-content .button-view-all-text,.category-page .page-content .button-view-all-text {
    margin-top: 0;
  }

  .catalog-page .page-content .text-formatted .hidden-text-block > *:first-child,.category-page .page-content .text-formatted .hidden-text-block > *:first-child {
    margin-top: 8px;
  }

  .catalog-page .page-content .text-formatted .page-title,.category-page .page-content .text-formatted .page-title {
    font-size: 1rem;
  }

  #checkoutDialog .cart-products {
    margin: 0 10px;
  }

  #checkoutDialog .popup-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-products .col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    min-width: 18%;
  }

  .cart-products .col-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .cart-products .col-name .col-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61%;
        -ms-flex: 0 0 61%;
            flex: 0 0 61%;
    max-width: 61%;
  }

  .cart-products .col-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19%;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
    max-width: 19%;
  }

  .cart-products .col-price-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .cart-products .col-remove-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8%;
        -ms-flex: 0 0 8%;
            flex: 0 0 8%;
    max-width: 8%;
  }

  .cart-buy-block {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .cart-buy-block .tell-block-cart {
    padding-right: 0;
  }

  .cart-buy-block .btn-checkout-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    margin: 15px auto 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cart-buy-block .btn-checkout-wrapper .btn-block {
    text-align: center;
    margin-top: 10px;
  }

  .checkout-page .checkout-form {
    padding-left: 0;
  }

  .checkout-page .checkout-form .custom-radio:not(:last-child),.checkout-page .checkout-form .delivery-tab:not(:last-child) {
    margin-bottom: 10px;
  }

  .checkout-page .checkout-title {
    font-size: 1rem;
  }

  .checkout-page .checkout-title:first-of-type {
    padding-top: 0;
  }

  .checkout-page .checkout-title.title-toggle {
    padding-right: 25px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .checkout-page .checkout-title.title-toggle i {
    color: #a7a7a7;
    font-size: 5px;
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .checkout-page .checkout-title.title-toggle.active i {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
         -o-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }

  .checkout-page .checkout-title.title-toggle.active ~ div {
    max-height: 2000px;
    padding-top: 15px;
  }

  .checkout-page .form-block._fourth {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .checkout-page .checkout-cart-wrapper {
    max-height: 0;
    padding-top: 0;
    overflow: hidden;
    border-color: #1fa14a;
    margin-bottom: 20px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .checkout-page .block-price-checkout .price-block .price-text {
    font-size: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .checkout-page .block-price-checkout .price-block .price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5px;
  }

  .checkout-page .block-price-checkout .price-block .price .price-value {
    font-size: 1.75rem;
  }

  .checkout-page .block-price-checkout .price-block .price .price-currency {
    font-size: 1.5625rem;
  }

  .checkout-page .block-price-checkout .price-block .price .price-value,.checkout-page .block-price-checkout .price-block .price .price-currency {
    color: #1fa14a;
  }

  .checkout-page .nav-tabs-wrap .nav-tabs {
    display: none;
  }

  .checkout-page .nav-tabs-wrap .checkout-title {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .checkout-page .block-price-checkout .custom-checkbox {
    padding-left: 45px;
    font-size: 1rem;
  }

  .checkout-page .block-price-checkout .block-price-button {
    margin-top: 15px;
  }

  .checkout-cart-outer {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }

  .checkout-cart-outer .checkout-title {
    padding-top: 0;
  }

  .checkout-cart-discount {
    border-top: 1px solid #1fa14a;
    max-height: 0;
    overflow: hidden;
    margin: 0 0 20px;
    background: transparent;
    padding: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .checkout-cart-discount .helper-popover {
    display: none;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .checkout-cart-discount .discount-info {
    font-size: 1rem;
    line-height: 1.5;
  }

  .contact-page .contact-item-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }

  .contact-page .contact-item-wrapper .address-text {
    margin-bottom: 20px;
  }

  .contact-page .contact-item-wrapper .contact-item {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .page-reviews .btn-add-review {
    margin: 15px auto 0;
  }

  .product-page .card-item .card-item-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-page .card-item .card-item-inner.color-slider {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-page .card-item .color-slider .color-control {
    display: none !important;
  }

  .product-page .card-item .color-slider .color-slider-inner {
    margin-right: -20px;
  }

  .product-page .card-item #colorSlider {
    padding-right: 10px;
  }

  .product-page .card-item .card-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-page .card-item .card-price.in-stock .price-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-page .card-item .card-price .price-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 80px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .product-page .card-item .card-price .price-block .price-old .price-value {
    font-size: 0.875rem;
  }

  .product-page .card-item .card-price .price-block .price-old .price-currency {
    font-size: 0.75rem;
  }

  .product-page .card-item .card-price .price-block .price .price-value {
    font-size: 1.875rem;
  }

  .product-page .card-item .card-price .price-block .price .price-currency {
    font-size: 1rem;
  }

  .product-page .card-item .card-price .price-block .price-gain {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: 0.6875rem;
    padding: 9px 10px;
  }

  .product-page .card-item .card-price.out-of-prodaction .price-block {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: auto;
    max-width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product-page .card-item .card-price .btn-to-order,.product-page .card-item .card-price .get-availability {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 5px);
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: -webkit-calc(50% - 5px);
    max-width: calc(50% - 5px);
    width: auto;
    min-width: unset;
  }

  .product-page .card-item .card-price .btn-to-order {
    margin-left: 0;
    height: 38px;
    margin-top: 10px;
  }

  .product-page .card-item .card-price .get-availability {
    margin-top: 10px;
    padding: 10px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product-page .card-item .card-price.pre-order .price-block {
    width: 50%;
    padding-right: 0;
  }

  .product-page .card-item .button-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .card-item .button-block .drop-block {
    left: 0;
    min-width: 280px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }

  .product-page .card-item .button-block .drop-block:before {
    left: 20px;
  }

  .product-page .card-item .bottom-block {
    padding-bottom: 10px;
  }

  .product-page .card-info {
    background: transparent;
    border-bottom: 1px solid #e0e0e0;
  }

  .product-page .card-info .your-city .current-city {
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
  }

  .product-page .card-info .card-city {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
    color: #8c8c8c;
  }

  .product-page .card-info .card-city .card-city-title {
    display: none;
  }

  .product-page .card-info .card-city:before {
    color: #3fabdc;
  }

  .product-page .card-info .card-city .title {
    display: none;
  }

  .product-page .card-info .card-city .card-city-label {
    font-size: 0.75rem;
    margin: 0 auto;
  }

  .product-page .card-info .card-city .card-city-label i {
    color: #5cb406;
    font-size: 10px;
    margin-right: 6px;
  }

  .product-page .share-block-wrapper {
    margin-top: 10px;
  }

  .product-page .product-set-wrap {
    margin-top: 0;
    border: 3px solid #5cb406;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .product-page .product-set-wrap:empty {
    display: none;
  }

  .product-page .product-set-wrap .set-title {
    font-size: 0.8125rem;
    font-weight: 500;
    background: #5cb406;
    color: #fff;
    text-align: center;
    padding: 6px;
  }

  .product-page .product-set-wrap .control-set-slider .control-set {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    margin-top: 15px;
  }

  .product-page .product-set-wrap .control-set-slider .control-set:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
 /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
  }

  .product-page .product-set-wrap .control-set-slider .control-set:before {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #c4c4c4;
    z-index: 1;
  }

  .product-page .product-set-wrap .control-set-slider .control-set:after {
    content: '';
    position: absolute;
    width: 15px;
    background: #fff;
    top: -2px;
    bottom: -2px;
  }

  .product-page .product-set-wrap .control-set-slider .control-set.set-prev {
    left: -14px;
 /* ''*/;
  }

  .product-page .product-set-wrap .control-set-slider .control-set.set-prev:before {
    content: '\f006';
  }

  .product-page .product-set-wrap .control-set-slider .control-set.set-prev:after {
    -webkit-box-shadow: inset 4px 0px 7px -4px rgba(0, 0, 0, 0.33);
            box-shadow: inset 4px 0px 7px -4px rgba(0, 0, 0, 0.33);
    right: 6px;
    border-radius: 50px 0 0 50px;
  }

  .product-page .product-set-wrap .control-set-slider .control-set.set-next {
    right: -14px;
 /* ''*/;
  }

  .product-page .product-set-wrap .control-set-slider .control-set.set-next:before {
    content: '\f007';
  }

  .product-page .product-set-wrap .control-set-slider .control-set.set-next:after {
    -webkit-box-shadow: inset -4px 0px 7px -4px rgba(0, 0, 0, 0.33);
            box-shadow: inset -4px 0px 7px -4px rgba(0, 0, 0, 0.33);
    left: 6px;
    border-radius: 0 50px 50px 0;
  }

  .product-page .together-wrapper {
    border: 0;
    border-radius: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
  }

  .product-page .together-wrapper .product-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 10px;
    border-radius: 0;
  }

  .product-page .together-wrapper .product-card._item-1 {
    -webkit-box-shadow: inset 0 0px 7px -2px rgba(0, 0, 0, 0.33);
            box-shadow: inset 0 0px 7px -2px rgba(0, 0, 0, 0.33);
  }

  .product-page .together-wrapper .product-card .description-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .product-page .together-wrapper .product-card .price-block {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    padding-left: 10px;
  }

  .product-page .together-wrapper .product-card .price-block .price-old {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 5px;
  }

  .product-page .together-wrapper .product-card .price-block .price-old .price-value,.product-page .together-wrapper .product-card .price-block .price-old .price-currency {
    font-size: 0.75rem;
  }

  .product-page .together-wrapper .product-card .price-block .price .price-value,.product-page .together-wrapper .product-card .price-block .price .price-currency {
    font-size: 0.875rem;
  }

  .product-page .together-wrapper .together-buy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 2px;
  }

  .product-page .together-wrapper .together-buy .button-wrapper {
    width: auto;
  }

  .product-page .together-wrapper .together-buy .add-cart {
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-page .together-wrapper .plus,.product-page .together-wrapper .equal {
    width: 32px;
    height: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
  }

  .product-page .together-wrapper .plus i,.product-page .together-wrapper .equal i {
    z-index: 1;
    position: relative;
  }

  .product-page .together-wrapper .plus:after,.product-page .together-wrapper .equal:after {
    content: '';
    position: absolute;
    height: 16px;
    background: #fff;
    left: -2px;
    right: -2px;
  }

  .product-page .together-wrapper .plus {
    margin-bottom: -16px;
  }

  .product-page .together-wrapper .plus:after {
    bottom: 15px;
    border-radius: 50px 50px 0 0;
    -webkit-box-shadow: inset 0px 2px 7px -2px rgba(0, 0, 0, 0.33);
            box-shadow: inset 0px 2px 7px -2px rgba(0, 0, 0, 0.33);
  }

  .product-page .together-wrapper .equal {
    margin-top: -16px;
  }

  .product-page .together-wrapper .equal:after {
    top: 15px;
    border-radius: 0 0 50px 50px;
    -webkit-box-shadow: inset 0px -2px 7px -2px rgba(0, 0, 0, 0.33);
            box-shadow: inset 0px -2px 7px -2px rgba(0, 0, 0, 0.33);
  }

  .product-page .nav-tabs {
    margin-bottom: 1px;
    border: none;
  }

  .product-page .nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border: none;
  }

  .product-page .tab-characteristic .characteristics-wrap .characteristics-item:nth-child(odd) {
    background: #fff;
  }

  .product-page .tab-characteristic .characteristics-wrap .characteristics-item .characteristics-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .product-page .download-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .tab-content {
    padding-top: 0px;
    padding-bottom: 15px;
  }

  .product-page .tab-content .btn-call-review-form {
    padding: 8px 40px;
    font-size: 0.75rem;
    margin-bottom: 15px;
  }

  .product-page .tab-content iframe {
    max-width: 100%;
  }

  .product-page .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }

  .product-page .tab-content .collapse-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-page .tab-content .mobile-tabs-title {
    padding: 7px 50px 7px 30px;
    color: #595959;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    margin-bottom: 2px;
    background: #f5f5f5;
    border: none;
    text-align: left;
    display: block;
    position: relative;
 /* ''*/;
  }

  .product-page .tab-content .mobile-tabs-title:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
 /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
  }

  .product-page .tab-content .mobile-tabs-title:before {
    content: '\f007';
  }

  .product-page .tab-content .mobile-tabs-title:before {
    position: absolute;
    color: #9a9a9a;
    font-size: 10px;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .product-page .tab-content .mobile-tabs-title .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .product-page .tab-content .mobile-tabs-title .count {
    padding: 2px 3px;
    min-width: 23px;
    color: #fff;
    font-size: 0.75rem;
    background: #ff3c20;
    border-radius: 5px;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
  }

  .product-page .tab-content .mobile-tabs-title:focus {
    outline: none;
  }

  .product-page .tab-content .mobile-tabs-title:not(.collapsed) {
    background: #e0e0e0;
  }

  .product-page .tab-content .mobile-tabs-title:not(.collapsed):before {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }

  .product-page .page-title {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
  }

  .product-page .page-articul,.product-page .page-stock {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    font-size: 0.6875rem;
  }

  .product-page .page-stock {
    text-align: right;
  }

  .product-page .share-block {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-page .page-content {
    margin-top: 15px;
  }

  .product-page .accesory-tab .block-title-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }

  .page-videos-list .videos-list-wrap {
    padding: 10px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .videos-list-wrap .video-item .video-title {
    font-size: 0.6875rem;
  }

  .brands-page .block-title-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .brands-page .block-title-wrapper .live-filter {
    padding-left: 20px;
    margin-top: 17px;
  }

  .page-regular {
    padding-top: 15px;
  }

  .page-customer-edit .page-title,.page-customer-info .page-title {
    margin-bottom: 15px;
  }

  .page-customer-edit .btn-link-edit,.page-customer-info .btn-link-edit {
    margin-bottom: 10px;
  }

  .customer-aside {
    position: relative;
    margin: 10px -20px 12px;
  }

  .customer-aside .menu-customer-toggle {
    color: #1fa14a;
    font-weight: bold;
    background: #f2f2f2;
    padding: 8px 40px 8px 20px;
    min-height: 37px;
  }

  .customer-aside .menu-customer-toggle i {
    color: #999;
    font-size: 11px;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    line-height: 37px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .customer-aside .menu-customer-toggle.active i {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }

  .customer-aside .menu-customer-toggle.active ~ #customer-menu {
    max-height: 500px;
    -webkit-box-shadow: 0px 5px 14.4px -3.4px rgba(0, 0, 0, 0.46);
            box-shadow: 0px 5px 14.4px -3.4px rgba(0, 0, 0, 0.46);
  }

  .customer-aside #customer-menu {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background: #f2f2f2;
    border-radius: 0;
    z-index: 10;
  }

  .customer-aside #customer-menu .menu-item {
    margin-bottom: 0;
  }

  .customer-aside #customer-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid transparent;
  }

  .customer-aside #customer-menu .menu-link {
    display: block;
    background: #fff;
    padding: 10px 20px;
  }

  .customer-discounts {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 5px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .customer-discounts .discount {
    padding-left: 10px;
  }

  .customer-discounts .discount.active {
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .customer-discounts .current,.customer-discounts .next {
    padding-left: 0;
  }

  .customer-discounts .current {
    margin-top: 10px;
  }

  .orders-list .order-detail-trigger .order-number {
    padding-left: 17px;
  }

  .orders-list .order-detail-trigger .order-number:before {
    margin-right: 8px;
  }

  .orders-list .customer-order-products .product {
    margin-left: -10px;
    margin-right: -10px;
  }

  .orders-list .customer-order-products .product .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }

  .modal-header,.modal-body,.modal-footer {
    padding: 10px;
  }

  .custom-radio,.delivery-tab {
    font-size: 0.75rem;
  }

  .custom-checkbox {
    font-size: 0.75rem;
  }

  .lSSlideOuter.vertical .lSGallery {
    left: 5px !important;
  }

  .time_circles > div > span {
    line-height: 0.8375rem !important;
  }

  .time_circles > div h4 {
    top: 23px;
    font-size: 0.59rem !important;
  }

  #page-header .btn-callback {
    display: none;
    position: fixed;
    width: 50%;
    margin: 0 !important;
    bottom: 0;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
            box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  }

  #page-header .btn-callback .text {
    display: inline;
  }

  #page-header .btn-callback i {
    display: none;
  }

  #page-header .phones {
    position: static;
    padding-left: 0;
    margin-right: 5px;
    margin-bottom: 0;
  }

  #page-header .phones .phones-wrapper {
    position: absolute;
    top: -webkit-calc(100% + 17px);
    top: calc(100% + 17px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 10px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: 24;
  }

  #page-header .phones .label-icon {
    font-size: 1.5rem;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }

  #page-header .language .current-lang {
    padding: 5px 10px;
    font-size: 1rem;
  }

  #nav-header {
    font-size: 1.125rem;
  }

  #nav-header .nav-item.sub-in .sub-list {
    padding: 0 0 0 15px;
  }

  #nav-header .nav-item.sub-in .sub-list .nav-link {
    font-size: 0.875rem;
  }

  body.phones-open #page-header .phones .phones-wrapper {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  body.phones-open #page-header .overlay {
    z-index: 23;
  }

  body.phones-open .overlay {
    opacity: 0.25;
    z-index: 99;
    pointer-events: initial;
  }

  body.menu-open #page-header .hamburger-box {
    left: -webkit-calc(100% - 50px);
    left: calc(100% - 50px);
  }

  #page-footer {
    padding-bottom: 40px;
  }

  .utp-wrapper {
    padding-top: 20px;
  }

  .utp-wrapper .decorate {
    display: none;
  }

  .utp-wrapper .utp-item .img-wrap .dots-decorate {
    display: none;
  }

  .scroll-up {
    margin-top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 40px;
  }

  .nav-tabs .nav-link {
    min-height: 25px;
    line-height: 18px;
  }

  .tab-content {
    padding: 15px;
  }

  .review-item .img-wrapper {
    display: none;
  }

  #tableSize .nav-tabs {
    padding-left: 5px;
    padding-right: 5px;
  }

  #tableSize .nav-link {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  #tableSize .nav-link .text {
    padding: 6px 5px;
  }

  #tableSize #navTabSize .nav-tabs {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #tableSize #navTabSize .nav-tabs .nav-link {
    width: auto;
  }

  #tableSize #navTabSize .tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-gallerry-modal {
    max-width: 300px;
    min-width: 300px;
  }

  .info-hidden.info-delivery,.info-hidden.info-pay {
    max-width: 300px;
    min-width: 300px;
    padding-left: 0 !important;
  }

  .info-hidden .info-title,.info-hidden h2,.info-hidden .h2,.info-hidden h3,.info-hidden .h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.875rem;
  }

  .info-hidden .info-title img,.info-hidden h2 img,.info-hidden .h2 img,.info-hidden h3 img,.info-hidden .h3 img {
    margin-right: 10px;
    height: 15px;
  }

  .article-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .article-list-wrapper .article-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 8px;
  }

  .article-list-wrapper .article-item:nth-child(odd) {
    padding-right: 4px;
  }

  .article-list-wrapper .article-item:nth-child(even) {
    padding-left: 4px;
  }

  .article-list-wrapper .article-item .img-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .article-list-wrapper .article-item .description-wrapper .text {
    display: none;
  }

  .article-list-wrapper .article-item .description-wrapper .link-more {
    display: none;
  }

  .article-list-wrapper .article-item .description-wrapper .title {
    margin-bottom: 0;
    font-size: 0.6875rem;
    margin-top: 3px;
  }

  .page-articles-list .article-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .page-articles-list .article-list-wrapper .article-item {
    padding: 0;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 4px);
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
  }

  .page-articles-list .article-list-wrapper .article-item:not(:last-child) {
    border-bottom: none;
  }

  .page-articles-list .article-list-wrapper .article-item .description-wrapper .title {
    margin-bottom: 0;
    height: 23px;
    font-size: 0.6875rem;
    margin-top: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .why-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .aside-product-card .sticker-wrapper .sticker {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .product-card {
    margin-bottom: 7px;
    overflow: hidden;
  }

  .product-card .img-wrapper {
    padding: 7px 7px 4px;
  }

  .product-card .img-wrapper:after {
    left: 7px;
    right: 7px;
  }

  .product-card .description-wrapper {
    padding: 5px 7px 0;
    margin-top: auto;
  }

  .product-card .product-title {
    font-size: 0.6875rem;
    height: 40px;
    margin-bottom: 5px;
  }

  .product-card .price-block {
    margin: 5px -7px 0;
  }

  .product-card .price-block .price-old {
    margin-right: 4px;
  }

  .product-card .price-block .price-old .price-value,.product-card .price-block .price-old .price-currency {
    font-size: 0.6875rem;
  }

  .product-card .sale-product {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-card .sale-product .label {
    font-size: 11px;
  }

  .product-card .sale-product .time_circles > div > span {
    font-size: 11px !important;
    margin-top: 1px;
  }

  .sales-card {
    display: block;
  }

  .sales-card .img-wrapper {
    border-right: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    float: left;
  }

  .sales-card .description-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .sales-card .description-wrapper .description {
    display: none;
  }

  .sales-card .description-wrapper .price-block {
    margin-bottom: 15px;
  }

  .sales-card .stock {
    display: none;
  }

  .sales-card .articul {
    display: none;
  }

  .sales-card .end-sales {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    min-height: 45px;
    margin-bottom: 9px;
  }

  .success-wrapper .info {
    padding-top: 0;
    font-size: 0.875rem;
  }

  .success-wrapper .info .title-info {
    font-size: 1rem;
  }

  .success-wrapper .info-table .tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .success-wrapper .info-table .th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    color: #e4b821;
    padding: 0;
    line-height: 1;
  }

  .success-wrapper .info-table .td {
    padding: 0;
    font-size: 0.75rem;
  }

  .success-wrapper .page-title {
    font-size: 1.7rem;
  }

  .cart-products .remove-product-msg {
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  .cart-products .product {
    padding-top: 35px;
    padding-bottom: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid #e4e4e4;
  }

  .cart-products .product .col-img,.cart-products .product .col-remove-block,.cart-products .product .col-info,.cart-products .product .col-qty,.cart-products .product .col-price-total {
    min-height: unset;
  }

  .cart-products .product .col-remove-block {
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    min-height: unset;
  }

  .cart-products .product .col-remove-block .remove {
    font-size: 32px;
  }

  .cart-products .product .col-qty {
    border: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-products header {
    display: none;
  }

  .cart-products .col-img {
    min-width: 27%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
  }

  .cart-products .col-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
    margin-right: 0;
  }

  .cart-products .col-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
    padding-bottom: 4px;
  }

  .cart-products .col-qty:after {
    content: '';
    position: absolute;
    top: 11px;
    bottom: 0;
    right: 0;
    border-right: 1px solid #e4e4e4;
  }

  .cart-products .col-price-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.1%;
        -ms-flex: 0 0 56.1%;
            flex: 0 0 56.1%;
    max-width: 56.1%;
  }

  .cart-products .col-qty,.cart-products .col-price-total {
    margin-top: 10px;
  }

  .cart-products .col-qty .label,.cart-products .col-price-total .label {
    font-size: 0.6875rem;
    color: #d9d9d9;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 4px;
  }

  .cart-products .col-price-total {
    padding-left: 30px;
  }

  .cart-products .col-price-total .label {
    margin-bottom: 13px;
  }

  .cart-buy-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-buy-block .btn-checkout {
    width: 100%;
  }

  .cart-buy-block .btn-checkout-wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-buy-block .btn-checkout-wrapper .price-block {
    text-align: left;
  }

  .cart-buy-block .btn-checkout-wrapper .btn-block {
    text-align: left;
  }

  .cart-buy-block .tell-block-cart {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-buy-block .btn-back {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    background: #fff;
    padding: 22px 10px;
    margin-bottom: 0;
    text-align: left;
  }

  .tell-block-cart {
    margin-bottom: 28px;
  }

  .tell-block-cart form .form-note {
    text-align: left;
    margin-bottom: 10px;
  }

  .tell-block-cart form .controls {
    width: 100%;
  }

  .tell-block-cart form .form-control {
    margin-right: 0;
    max-width: unset;
  }

  .checkout-page .checkout-title .helper-popover {
    font-size: 23px;
  }

  .checkout-page .checkout-title .helper-popover .text {
    display: none;
  }

  .checkout-page .delivery-content .control-group-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .checkout-page .delivery-content .control-group-wrapper .control-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .checkout-page .block-price-checkout {
    margin-top: 0;
  }

  .checkout-page .block-price-checkout .custom-checkbox {
    font-size: 0.75rem;
  }

  .checkout-cart-discount {
    margin-bottom: 0;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 3px;
  }

  .checkout-cart-discount .form-share {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .contact-page .contact-item-wrapper .contact-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .nav-tabs .nav-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .tab-characteristic .characteristics-wrap {
    font-size: 0.75rem;
  }

  .product-page .tab-characteristic .characteristics-wrap .characteristics-item .characteristics-title {
    font-size: 0.75rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .product-page .card-item .card-price .btn-to-order {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .card-item .card-price .get-availability {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .card-item .card-price .price-block {
    padding-left: 5px;
  }

  .product-page .card-item .card-price.pre-order .price-block {
    width: auto;
  }

  .product-page .card-item .end-sales {
    padding-top: 15px;
  }

  .video-item .img-wrapper:before {
    display: none;
  }

  .viewed-filter .viewed-item .text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .orders-info-list {
    font-size: 0.75rem;
  }

  .page-customer-edit .btn-clear-viewed {
    margin-bottom: 15px;
  }
}

@-webkit-keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@-o-keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }

  100% {
    margin-top: 3px;
  }
}

@-o-keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }

  100% {
    margin-top: 3px;
  }
}

@keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }

  100% {
    margin-top: 3px;
  }
}

@-webkit-keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }

  100% {
    margin-left: 3px;
  }
}

@-o-keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }

  100% {
    margin-left: 3px;
  }
}

@keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }

  100% {
    margin-left: 3px;
  }
}

@-webkit-keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes grow {
  0%,100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@-o-keyframes grow {
  0%,100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@keyframes grow {
  0%,100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes loader-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animate-checkout-sidebar {
  0% {
    background: #1fa14a;
  }

  30% {
    background: #e4b821;
  }

  50% {
    background: #ffcf22;
  }

  100% {
    background: #1fa14a;
  }
}

@-o-keyframes animate-checkout-sidebar {
  0% {
    background: #1fa14a;
  }

  30% {
    background: #e4b821;
  }

  50% {
    background: #ffcf22;
  }

  100% {
    background: #1fa14a;
  }
}

@keyframes animate-checkout-sidebar {
  0% {
    background: #1fa14a;
  }

  30% {
    background: #e4b821;
  }

  50% {
    background: #ffcf22;
  }

  100% {
    background: #1fa14a;
  }
}
