@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800');/** Цвета темы *//** Цвета текста *//** Сообщения */.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: #88c128;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #88c128 0%, #375b39 33%, #88c128 67%, #375b39 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#88c128), color-stop(33%, #375b39), color-stop(67%, #88c128), to(#375b39));
  background: -o-linear-gradient(left, #88c128 0%, #375b39 33%, #88c128 67%, #375b39 100%);
  background: linear-gradient(to right, #88c128 0%, #375b39 33%, #88c128 67%, #375b39 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88c128', endColorstr='#375b39', 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;
  -webkit-box-shadow: 0px 0px 35px -2px #000;
          box-shadow: 0px 0px 35px -2px #000;
}

.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-search-1 {
 /* '' */;
}

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

.ic-phone-mess {
 /* '' */;
}

.ic-phone-mess:before {
  content: '\e869';
}

.ic-phone {
 /* '' */;
}

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

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

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

.ic-instagram-3 {
 /* '' */;
}

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

.ic-close-3 {
 /* '' */;
}

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

.ic-chek-circle {
 /* '' */;
}

.ic-chek-circle:before {
  content: '\e86e';
}

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

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

.ic-photo-01 {
 /* '' */;
}

.ic-photo-01:before {
  content: '\e870';
}

.ic-arrow-big {
 /* '' */;
}

.ic-arrow-big:before {
  content: '\e871';
}

.ic-logo {
 /* '' */;
}

.ic-logo:before {
  content: '\e872';
}

.ic-location-filial {
 /* '' */;
}

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

.ic-mail {
 /* '' */;
}

.ic-mail:before {
  content: '\e874';
}

.ic-arrow-pointing-to-right {
 /* '' */;
}

.ic-arrow-pointing-to-right:before {
  content: '\e875';
}

.ic-weight {
 /* '' */;
}

.ic-weight:before {
  content: '\e876';
}

.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';
}

.open-sans-condensed {
  font-family: 'Open Sans Condensed', sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

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

.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;
}

.jq-selectbox {
  max-width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.jq-selectbox.opened .jq-selectbox__select,.jq-selectbox.focused .jq-selectbox__select {
  border-color: #88c128;
}

.jq-selectbox.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(0);
       -o-transform: translateX(-50%) translateY(-50%) rotate(0);
          transform: translateX(-50%) translateY(-50%) rotate(0);
}

.jq-selectbox .jq-selectbox__select {
  height: 34px;
  outline: none !important;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  max-width: 100%;
  padding: 10px;
  color: #848484;
  vertical-align: middle;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: normal;
  line-height: 1;
  overflow: hidden;
  text-shadow: none;
  width: 100%;
}

.jq-selectbox .jq-selectbox__select-text {
  color: #848484;
  max-width: 100%;
  font-size: 12px;
}

.jq-selectbox .jq-selectbox__trigger {
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 100%;
  border: none;
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 100%;
  height: 100%;
  border: none;
  color: #848484;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
 /* '' */;
}

.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: '\f007';
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.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: 1px solid #88c128;
  border-top: 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: #000;
  font-size: 14px;
}

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

.jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #c1e5f5;
}

.jq-selectbox .jq-selectbox__dropdown ul li.selected,.jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #88c128;
  font-weight: 400;
  color: white;
}

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

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

.ui-state-default .ui-icon {
  background-image: url("/var/themes/default/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/default/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

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

.ui-state-highlight .ui-icon {
  background-image: url("/var/themes/default/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/default/skin/lib/jquery-ui/images/ui-icons_ffd27a_256x240.png");
}

.ui-widget-content {
  background: #eee url("/var/themes/default/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/default/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/default/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/default/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/default/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/default/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/default/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
}

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

.ui-widget-shadow {
  background: #000 url("/var/themes/default/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", sans-serif;
}

.ui-autocomplete.ui-widget {
  max-height: 45vh;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ebebeb;
  text-align: left;
  padding-top: 10px;
}

.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-wrapper {
  padding: 0 10px 10px;
  display: block;
}

.ui-autocomplete.ui-widget .ui-menu-item-wrapper:hover {
  text-decoration: none !important;
}

.ui-autocomplete.ui-widget .ui-menu-item-wrapper.ui-state-active {
  border: none;
  margin: 0;
}

.ui-autocomplete.ui-widget .ui-menu-item-wrapper.ui-state-active .info {
  font-weight: 400;
}

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

.ui-autocomplete.ui-widget .ui-menu-item .image {
  display: block;
}

.ui-autocomplete.ui-widget .ui-menu-item .image img {
  width: 80px;
  height: 55px;
}

.ui-autocomplete.ui-widget .ui-menu-item .info {
  display: block;
}

.ui-autocomplete.ui-widget .ui-menu-item .title {
  display: block;
  line-height: 1.2;
}

.ui-autocomplete.ui-widget .ui-menu-item .price {
  display: block;
}

.ui-autocomplete.ui-widget .ui-menu-item .price-value {
  font-size: 12px;
  color: #88c128;
  line-height: 1.2;
}

.ui-autocomplete.ui-widget .ui-menu-item .price-currency {
  font-size: 12px;
  color: #88c128;
  line-height: 1.2;
}

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

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

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
  border-radius: 2px;
  width: 36px;
  height: 5px;
}

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

.ui-slider-wrapper {
  margin: 30px 0;
}

.ui-slider-wrapper .lSPager.lSpg {
  position: relative;
  margin-top: 28px;
  bottom: 0;
  z-index: 1;
}

.ui-slider-wrapper .lSPager.lSpg > li a {
  background-color: #e0e0e0;
}

.ui-slider-wrapper .lSPager.lSpg > li.active a,.ui-slider-wrapper .lSPager.lSpg > li:hover a {
  background-color: #154054;
}

.ui-slider-wrapper .lSSlideOuter {
  padding-bottom: 450px !important;
  margin-bottom: -450px !important;
}

.ui-slider-wrapper .lSSlideWrapper {
  padding-bottom: 450px !important;
  margin-bottom: -450px !important;
}

.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;
}

.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;
}

.lSSlideOuter.vertical .lSPager.lSGallery li.active {
  border-color: #375b39;
}

.lSSlideOuter.vertical .lSAction > .lSPrev,.lSSlideOuter.vertical .lSAction > .lSNext {
  margin: 0;
  width: 71px;
  background: #fff;
  left: 34px;
  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:before,.lSSlideOuter.vertical .lSAction > .lSNext: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); */;
}

.lSSlideOuter.vertical .lSAction > .lSPrev:hover,.lSSlideOuter.vertical .lSAction > .lSNext:hover {
  color: #375b39;
}

.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.8;
}

.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;
}

.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: #375b39;
}

.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: 427px;
}

.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: #88c128;
  line-height: 0.9375rem !important;
  margin-top: -2px;
}

.owl-carousel .owl-dots button {
  width: 13px;
  height: 13px;
  border: 4px solid #88c128;
  border-radius: 50%;
}

.owl-carousel .owl-dots button.active {
  background-color: #88c128;
}

.owl-carousel .owl-dots button:not(:last-child) {
  margin-right: 10px;
}

.owl-carousel .owl-dots button span {
  display: none !important;
}

#page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
  z-index: 999;
  padding: 10px 0;
}

.logo-wrapper {
  position: relative;
}

.logo-wrapper .logo {
  position: absolute;
  top: -15px;
  left: 15px;
  right: 15px;
  background-color: #88c128;
  padding: 28px 0 21px;
}

.logo-wrapper .logo:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 82px solid transparent;
  border-right: 82px solid transparent;
  border-top: 25px solid #88c128;
}

.logo-wrapper .logo-mobile {
  padding: 3px 0;
}

.logo-wrapper .logo-mobile img {
  max-height: 54px;
  width: auto;
}

#nav-header {
  display: inline-block;
  margin-top: 8px;
}

#nav-header.show {
  right: 0;
}

#nav-header .navbar-nav {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

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

#nav-header .nav-item:not(:last-child) {
  margin-right: 10px;
}

#nav-header .nav-link {
  color: #000;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#nav-header .nav-link.current:after {
  bottom: 0;
}

#nav-header .toggle {
  border: none;
  background-color: transparent;
  padding: 0;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
 /* '' */;
}

#nav-header .toggle:before {
  content: '\e80a';
}

#nav-header .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 .toggle:before {
  color: #000;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

#nav-header .sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #88c128;
  list-style: none;
  width: 290px;
  padding: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

#nav-header .sub-list .list-item:not(:last-child) {
  margin-bottom: 5px;
}

#nav-header .sub-list .nav-link {
  color: #fff;
  line-height: 1.2;
}

#nav-header .sub-list .nav-link:after {
  background-color: #fff;
}

.right-block .elem {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.right-block .elem:first-child {
  margin-right: 50px;
}

.right-block .ic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #88c128;
  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;
  color: #fff;
  margin-right: 10px;
}

.right-block .description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
}

.right-block .go-to-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-phone-block {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 170px;
  width: 100%;
  z-index: 99;
  background-color: #88c128;
  text-align: center;
  color: #fff;
}

.mobile-phone-block .title {
  padding: 10px;
}

.mobile-phone-block .phones {
  display: none;
  padding-top: 10px;
}

.mobile-phone-block .phone {
  color: #fff;
}

.mobile-phone-block .phone:not(:last-child) {
  margin-bottom: 7px;
}

.hamburger {
  padding: 16px 15px;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.page-title.sub-title {
  margin-bottom: 25px;
  display: block;
}

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

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

.section-title,.page-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 36px;
}

.section-title span,.page-title span {
  display: inline-block;
  background-color: #88c128;
  min-width: 460px;
  padding: 17px 25px;
}

.catalog-title {
  color: #000;
}

.catalog-title span {
  background-color: transparent;
  min-width: unset;
  padding: 0;
}

.page-title span {
  min-width: unset;
}

h1,.h1 {
  font-size: 36px;
  font-weight: 400;
}

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

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

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

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

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

.text-formatted {
  line-height: 1.3;
  color: #000;
}

.text-formatted ul,.text-formatted ol,.text-formatted p,.text-formatted blockquote {
  margin-bottom: 1.5625rem;
}

.text-formatted p {
  position: relative;
  margin-bottom: 23px;
}

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

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

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

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

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

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

.text-formatted ul li,.text-formatted ol li {
  margin-bottom: 22px;
  margin-bottom: 1px;
}

.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;
}

.text-formatted ol li:before {
  font-weight: bold;
  content: counter(step-counter) ".";
  display: inline-block;
  margin-right: 10px;
  color: red;
}

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

.text-formatted ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: red;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 10px;
}

.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 #88c128;
  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: #88c128;
  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;
}

: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;
}

.navbar {
  padding: 0;
}

#wrapper {
  overflow: hidden;
}

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

#page-content {
  position: relative;
  z-index: 31;
  padding-top: 60px;
  padding-bottom: 50px;
}

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

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

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

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

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

.breadcrumb {
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  background: transparent;
  line-height: 1.2;
  margin: 38px 0 83px 200px;
}

.breadcrumb .breadcrumb-item:first-child a {
  color: #000;
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item:first-child:hover a {
  text-decoration: underline;
}

.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: '\e810';
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: #000;
}

.breadcrumb .breadcrumb-item a {
  position: relative;
  color: #000;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  opacity: .7;
}

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

.pagination-wrap {
  margin-top: 80px;
}

.pagination-wrap .pagination .page-item:not(:last-child) {
  margin-right: 13px;
}

.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: 38px;
  text-align: center;
  padding: 1px;
  font-weight: normal;
  color: #88c128;
  border: 1px solid #9f9f9f;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  width: 40px;
  height: 40px;
}

.pagination-wrap .pagination .page-item .page-prev:focus,.pagination-wrap .pagination .page-item .page-next:focus,.pagination-wrap .pagination .page-item .page-link:focus,.pagination-wrap .pagination .page-item .page-current:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.pagination-wrap .pagination .page-item .page-prev,.pagination-wrap .pagination .page-item .page-next {
 /* '' */
  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: '\f006';
}

.pagination-wrap .pagination .page-item .page-prev:hover,.pagination-wrap .pagination .page-item .page-next:hover {
  opacity: .6;
}

.pagination-wrap .pagination .page-item .page-link:hover,.pagination-wrap .pagination .page-item .page-current:hover {
  opacity: .6;
}

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

.pagination-wrap .pagination .page-item.active .page-link,.pagination-wrap .pagination .page-item.active .page-current {
  color: #fff;
  font-weight: normal;
  background-color: #88c128;
  border: none;
}

.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: #88c128;
}

.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-color: #88c128;
  color: #fff;
  padding: 75px 0;
}

#page-footer .block-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

#page-footer ul li {
 /* '' */;
}

#page-footer ul li:before {
  content: '\e810';
}

#page-footer ul li: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 ul li:not(:last-child) {
  margin-bottom: 5px;
}

#page-footer ul li:before {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#page-footer ul a {
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.footer-logo-wrapper img {
  width: 100%;
}/* Немного облагородим скрол, (для контента на страницах в основном)*/::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

::-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;
}

::-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;
}

::-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;
}

::-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;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 0;
}

::-webkit-scrollbar-corner {
  background: #fff;
}

.phone {
  display: block;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #fff;
  text-align: right;
  width: 120px;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  background-color: #375b39;
}

.search-wrapper.opened {
  width: 61.6%;
}

.search-wrapper.opened .search-searching {
  opacity: 1;
  width: 120px;
  padding: unset;
}

.search-wrapper.opened .form-element-wrapper {
  padding: 0 36px 20px;
  opacity: unset;
  width: unset;
}

.search-wrapper.opened .form-element-wrapper .search-results {
  position: relative;
}

.search-wrapper.opened .search-toggle {
  background-color: #fafafa;
}

.search-wrapper.opened .search-toggle .ic {
  top: 33px;
}

.search-wrapper.opened .search-toggle .ic-search-1 {
  opacity: 0;
}

.search-wrapper.opened .search-toggle .ic-close {
  opacity: 1;
}

.search-wrapper.opened .search-toggle .text {
  opacity: 0;
}

.search-wrapper .ic-close {
  opacity: 0;
}

.search-wrapper .search-btn {
  padding: 0;
  border: none;
  text-align: center;
  width: 120px;
  height: 100%;
  color: #fff;
  cursor: pointer;
}

.search-wrapper .search-btn .ic {
  font-size: 36px;
}

.search-wrapper .search-btn .ic:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search-wrapper .search-btn .text {
  display: block;
  font-size: 14px;
}

.search-wrapper .search-toggle {
  border-left: 1px solid #f7f7f7;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 9;
}

.search-wrapper .search-toggle .ic {
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: opacity .3s, top .3s;
  -o-transition: opacity .3s, top .3s;
  transition: opacity .3s, top .3s;
}

.search-wrapper .search-toggle .text {
  margin-top: 50px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.search-wrapper .search-searching {
  background-color: #88c128;
  -webkit-transition: width .3s, opacity .3s;
  -o-transition: width .3s, opacity .3s;
  transition: width .3s, opacity .3s;
  opacity: 0;
  width: 0;
  padding: 0;
}

.search-wrapper .search-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 120px;
  background-color: #375b39;
}

.search-wrapper .form-element-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: width .3s, opacity .3s;
  -o-transition: width .3s, opacity .3s;
  transition: width .3s, opacity .3s;
  opacity: 0;
  width: 0;
  padding: 0;
}

.search-wrapper .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  color: #fff;
}

.search-wrapper .form-control:focus {
  color: #fff;
}

.load-more-title {
  text-align: center;
  background: #fafafa;
  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;
}

.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: #88c128;
  margin: 0 5px;
}

.table {
  display: table;
}

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

.table .th {
  display: table-header-group;
}

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

.scroll-up {
  position: fixed;
  right: 20px;
  bottom: 80px;
  background: #88c128;
  -webkit-background-size: 17px 17px;
          background-size: 17px;
  width: 42px;
  height: 42px;
  margin-top: 180px;
  z-index: 100;
  cursor: pointer;
  display: none;
 /* '' */;
}

.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;
}

.callback_block {
  position: fixed;
  bottom: 100px;
  left: 0;
  border-left: 1px solid #fff;
  z-index: 990;
}

.callback_block .ic {
  font-size: 36px;
  color: #fff;
}

.callback_block .btn-callback {
  background-color: #5aba80;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #fff;
  width: 115px;
  height: 115px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.sticker-wrapper {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sticker-wrapper .sticker {
  font-size: 14px;
  line-height: 1;
  padding: 17px 13px;
  text-align: center;
}

.sticker-wrapper .sticker:not(:first-child) {
  margin-left: 10px;
}

.sticker-wrapper .sticker span {
  display: block;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 2px 7px;
  color: #fff;
}

.sticker-wrapper .sticker._sales {
  background: rgba(255, 100, 70, 0.9);
}

.sticker-wrapper .sticker._hot {
  background: rgba(179, 70, 41, 0.9);
}

.sticker-wrapper .sticker._together {
  background: rgba(179, 70, 41, 0.9);
}

.sticker-wrapper .sticker._complect {
  background: rgba(179, 70, 41, 0.9);
}

.sticker-wrapper .sticker._new {
  background: rgba(72, 179, 114, 0.9);
}

.stock {
  color: #2a77af;
  border: 1px solid #2a77af;
  cursor: default;
  position: relative;
  padding: 10px 15px;
  max-width: 140px;
}

.stock i {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.stock 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); */;
}

.stock i:before {
  font-size: 28px;
}

.stock i.in-stock {
 /* '' */;
}

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

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

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

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

.stock span {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
}

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

button,.btn,a {
  outline: none !important;
  text-decoration: none;
  background-color: transparent;
}

button:focus,.btn:focus,a:focus,button:hover,.btn:hover,a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.btn {
  background-color: #88c128;
  color: #fff;
  min-width: 220px;
  text-align: center;
  padding: 15px;
  border: 1px solid #88c128;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  z-index: -1;
}

.btn.btn-2 {
  background-color: #fff;
  padding: 10px;
  border-color: #000;
  color: #000;
}

.btn.btn-2:after {
  background-color: #000;
}

.btn .ic {
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.btn .span {
  vertical-align: middle;
}

.socials-list {
  text-align: center;
  margin-left: auto;
}

.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;
  cursor: pointer;
}

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

.socials-list .item .social-icon {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.socials-list .item .social-icon i {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  font-size: 16px;
  color: #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 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:after {
  border-color: #4e69a2;
}

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

.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:after {
  border-color: #836bb3;
}

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

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

.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 #88c128;
}

.social-auth .social a {
  display: block;
  height: 100%;
}

.social-auth .social i {
  color: #88c128;
}

.form-placeholder-color {
  color: #626262;
}

.form-control {
  height: 52px;
  border-radius: 4px;
  border-color: #fff;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  color: #626262;
}

.form-control.input-editable ~ .input-editable-decore,.form-control.error ~ .input-editable-decore {
  opacity: 0;
}

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

.form-control.input-editable:valid:not(:focus) {
  border-color: transparent;
  background: transparent;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 25px;
}

.form-control.input-editable:valid:not(:focus) ~ .input-editable-decore {
  opacity: 1;
}

.form-control.input-editable ~ .input-editable-decore {
  color: #a6a6a6;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-control:focus {
  color: #626262;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #fff;
  background-color: #fff;
}

.form-control.gui-field-error + .form-error {
  display: block;
}

.form-control::-webkit-input-placeholder {
  color: #626262;
}

.form-control::-moz-placeholder {
  color: #626262;
}

.form-control:-moz-placeholder {
  color: #626262;
}

.form-control:-ms-input-placeholder {
  color: #626262;
}

.form-control:-webkit-autofill,.form-control:-webkit-autofill:hover,.form-control:-webkit-autofill:focus,.form-control:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #626262 !important;
  color: #626262;
}

.form-control.bg-icon {
  padding-left: 45px;
}

.form-control.bg-icon ~ i {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #626262;
}

.form-control.jq-selectbox {
  padding-left: 0;
  padding-right: 0;
}

.form-control.jq-selectbox .jq-selectbox__select {
  width: 100%;
  height: 52px;
  border-width: 1px;
  border-color: #cfcfcf;
  color: #000;
  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: 160px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.controls {
  position: relative;
}

.form-inline .form-error {
  display: none;
}

.form-inline .input-group {
  width: 100%;
}

.form-error {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.form-error ul li {
  font-size: 10px;
  color: red;
  text-align: center;
  line-height: 1;
}

.form-error ul li:not(:last-child) {
  display: none;
}

form label {
  font-size: 0.875rem;
  color: #88c128;
}

form label .required:before {
  content: '*';
  color: #375b39;
}

form .form-error {
  display: none;
}

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

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: #375b39;
  border-color: #375b39;
  text-decoration: none;
}

form .form-text {
  padding: 0 35px 15px;
}

form .gui-details {
  color: #c0c0c0;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 3px;
}

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: #375b39;
  border-color: #375b39;
  text-decoration: none;
}

.form-popup form {
  background: #f2f2f2;
  border-radius: 0;
  position: relative;
  padding: 0 0 40px;
}

.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;
  background-color: #375b39;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 0;
  margin-bottom: 40px;
}

.form-popup label {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 10px;
}

.form-popup .control-group {
  padding: 0 35px;
}

.form-popup .fancybox-close-small {
  right: 13px;
  top: 12px;
 /* '' */;
}

.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: '\e81e';
}

.form-popup .fancybox-close-small:before {
  font-size: 23px;
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.form-popup .fancybox-close-small:hover:before {
  opacity: .7;
}

.form-popup .btn-submit {
  border-radius: 2px;
}

.form-popup .btn-submit:after {
  display: none;
}

.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;
}

.subscription-wrapper .subscription-text {
  padding-left: 43px;
  color: #fff;
  line-height: 1.375;
  padding-top: 30px;
  padding-bottom: 45px;
}

.subscription-wrapper .subscription-text .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}

.subscription-wrapper .subscription-text .title .decorate {
  color: #375b39;
}

.subscription-wrapper .subscription-text .subtitle {
  font-size: 1.125rem;
}

#messageDialog {
  background: #f2f2f2;
}

#messageDialog .popup-title,#messageDialog .popup-note {
  text-align: center;
  display: block;
}

#messageDialog .popup-title {
  padding: 17px 0;
  background: #88c128;
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 0;
  text-align: center;
}

#messageDialog .popup-note {
  padding: 5px 15px 10px;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

#messageDialog .content {
  background: #fefefe;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-popup .alert,#messageDialog .alert {
  background: transparent;
  border: none;
  margin: 0;
  color: #000;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

.form-popup .alert .alert-success,#messageDialog .alert .alert-success {
  color: inherit;
}

.form-popup .alert + div,#messageDialog .alert + div {
  background-color: #fff;
  padding: 15px;
}

#messageDialog .alert {
  padding: 0;
}

.toOrder-form .form-title,.buyOneClick-form .form-title {
  margin-bottom: 0;
  padding: 17px 45px;
}

.toOrder-form .form-note,.buyOneClick-form .form-note {
  margin-top: 0;
  font-size: 16px;
  padding: 0 15px 15px;
  text-transform: initial;
}

.toOrder-form .btn-send,.buyOneClick-form .btn-send {
  text-align: center;
}

.slider-form {
  background-color: #88c128;
  padding: 65px 35px 75px;
  position: absolute;
  top: 85px;
  right: 0;
  color: #fff;
  text-align: center;
  max-width: 370px;
  z-index: 99;
  -webkit-box-shadow: 7px 7px 16px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 7px 7px 16px 1px rgba(0, 0, 0, 0.4);
}

.slider-form:before,.slider-form:after {
  content: '';
  position: absolute;
  width: 92px;
  height: 113px;
}

.slider-form:before {
  top: 15px;
  left: 15px;
  background: url("/var/themes/default/dist/images/lines-top.png");
}

.slider-form:after {
  bottom: 15px;
  right: 15px;
  background: url("/var/themes/default/dist/images/lines-bottom.png");
}

.slider-form .form-title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.slider-form .form-note {
  line-height: 1.2;
  margin-bottom: 25px;
}

.slider-form .btn-submit {
  background-color: red;
  color: #fff;
  width: 100%;
}

.slider-form .notice-text {
  color: #8fdbff;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  margin-top: 25px;
}

#callbackFormDialog .form-note {
  background-color: #88c128;
  margin-bottom: 0;
  font-size: 17px;
  padding: 50px 40px 15px;
}

#callbackFormDialog form {
  background-color: #88c128;
  padding-bottom: 20px;
}

#callbackFormDialog .button-wrapper {
  margin: 0 35px;
}

#callbackFormDialog .button-wrapper .btn {
  width: 100%;
}

#callbackFormDialog .button-wrapper .btn:after {
  display: block;
}

.writeus-form {
  background-color: #fafafa;
  padding: 40px;
}

.writeus-form .form-sutitle {
  margin-bottom: 20px;
}

.writeus-form .inputs-block {
  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;
}

.writeus-form .inputs-block .control-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}

.nav-tabs-wrap .nav-decor {
  position: relative;
  z-index: 1;
}

.nav-tabs-wrap .nav-decor:before {
  content: '';
  display: block;
  border-bottom: 1px solid #375b39;
}

.nav-tabs-wrap .nav-tabs {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.nav-tabs {
  border-bottom: 1px solid #f7f7f7;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  line-height: 1.9;
  border-radius: 0;
  border-color: transparent;
  border-bottom-width: 0;
  background: #e6e6e6;
  color: #375b39;
  margin-right: 4px;
  font-size: 18px;
  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;
  width: 195px;
  position: relative;
}

.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: #375b39;
  border-radius: 5px;
  line-height: 1;
  vertical-align: middle;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link.active {
  background: #fff;
  border-color: #f7f7f7;
}

.nav-tabs .nav-link:hover:before,.nav-tabs .nav-link.active:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -1px;
  right: -1px;
  height: 3px;
  background-color: #88c128;
}

.nav-tabs .nav-link:hover .text,.nav-tabs .nav-link.active .text {
  background: #ffe8e8;
}

.tab-content {
  border-bottom: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  padding: 35px;
}

.reviews-list .review-list-title {
  margin-top: 35px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.reviews-list .review-item {
  font-size: 0.875rem;
  color: #88c128;
  line-height: 1.2;
  margin-bottom: 22px;
}

.reviews-list .review-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e8f8ff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 8px;
  position: relative;
}

.reviews-list .review-content:after {
  content: '';
  background: url('../images/decore/review-arrow.svg') top no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -23px;
  left: 19px;
}

.reviews-list .review-content .product-image {
  margin-right: 15px;
  min-width: 75px;
}

.reviews-list .review-content .review-product {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #88c128;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.reviews-list .review-content .review-product:hover {
  color: #ff3c20;
}

.reviews-list .review-content .review-text p {
  margin-bottom: 0;
}

.reviews-list .review-reply {
  color: #8c8c8c;
  font-size: 0.875rem;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 20px;
}

.reviews-list .review-reply i {
  font-size: 15px;
}

.reviews-list .review-reply .text {
  border-bottom: 1px solid #8c8c8c;
}

.reviews-list .review-answer {
  margin-left: 35px;
  padding-left: 90px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 16px;
}

.reviews-list .review-info {
  padding-left: 65px;
}

.reviews-list .review-info .review-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 9px;
}

.reviews-list .review-info .review-date {
  color: #737373;
}

.reviews-list .review-info .review-full {
  color: #8c8c8c;
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.reviews-list .review-info .review-full:hover {
  color: #88c128;
  text-decoration: none;
}

#reviewDialog {
  max-width: 820px;
}

#reviewDialog .control-group {
  padding: 0 55px;
}

#reviewDialog form {
  padding-bottom: 35px;
}

.reviews-form-container {
  -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: 20px;
}

.reviews-form-container .review-rate .form-control {
  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;
}

.reviews-form-container .review-rate-hint {
  position: relative;
  visibility: visible;
  opacity: 0;
  margin-left: 20px;
  -webkit-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  transition: ease 0.1s;
  padding: 5px;
  height: 28px;
  border-radius: 28px;
  line-height: 20px;
  vertical-align: middle;
  background: #fafafa;
  color: white;
  font-size: 12px;
  text-align: center;
  min-width: 100px;
}

.reviews-form-container .review-rate-hint:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -9px;
  border-right: 9px solid #fafafa;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.reviews-form-container .review-rate-hint:not(:empty) {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.reviews-form-container .reviews-form .form-title {
  margin-bottom: 40px;
  font-weight: bold;
}

.reviews-form-container .reviews-form .control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews-form-container .reviews-form .control-group .controls {
  width: 100%;
}

.reviews-form-container .reviews-form .form-control {
  height: 35px;
}

.reviews-form-container .reviews-form textarea.form-control {
  margin-top: 20px;
  height: 160px;
}

.reviews-form-container .btn-send {
  text-align: center;
}

.reviews-form-container .btn-submit {
  width: 100%;
  max-width: 190px;
}

.review-tab .reviews-list .review-info {
  padding-left: 0;
  margin-bottom: 10px;
}

.review-tab .reviews-list .review-info .review-name {
  margin-bottom: 3px;
}

.review-tab .reviews-list .review-item {
  margin-bottom: 45px;
}

.review-tab .reviews-list .review-item .review-content {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 20px;
}

.review-tab .reviews-list .review-item .review-content:after {
  display: none;
}

.last-galleries-list {
  padding-top: 85px;
}

.last-galleries-list .page-title {
  color: #333333;
  padding-left: 0;
}

.last-galleries-list .page-title:before {
  display: none;
}

.last-galleries-list .gallery-slider {
  margin-top: 17px;
}

.last-galleries-list .gallery-slider .gallery-item {
  margin-bottom: 0;
}

.last-galleries-list .gallery-slider .owl-nav {
  margin-top: 0;
  width: 100%;
  height: 0;
}

.last-galleries-list .gallery-slider .owl-prev,.last-galleries-list .gallery-slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.last-galleries-list .gallery-slider .owl-prev:before,.last-galleries-list .gallery-slider .owl-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); */;
}

.last-galleries-list .gallery-slider .owl-prev:before,.last-galleries-list .gallery-slider .owl-next:before {
  color: #fff;
}

.last-galleries-list .gallery-slider .owl-prev:hover,.last-galleries-list .gallery-slider .owl-next:hover {
  background-color: transparent;
}

.last-galleries-list .gallery-slider .owl-prev span,.last-galleries-list .gallery-slider .owl-next span {
  display: none;
}

.last-galleries-list .gallery-slider .owl-prev {
  left: 5%;
 /* '' */;
}

.last-galleries-list .gallery-slider .owl-prev:before {
  content: '\e823';
}

.last-galleries-list .gallery-slider .owl-next {
  right: 5%;
 /* '' */;
}

.last-galleries-list .gallery-slider .owl-next:before {
  content: '\e81a';
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

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

.gallery-item .gallery-item_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 45px;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
}

.gallery-item .gallery-item_wrapper:before,.gallery-item .gallery-item_wrapper:after {
  content: '';
  position: absolute;
  width: 247px;
  height: 300px;
  background: url("/var/themes/default/dist/images/big-line.png") no-repeat;
}

.gallery-item .gallery-item_wrapper:before {
  top: 15px;
  left: 15px;
}

.gallery-item .gallery-item_wrapper:after {
  bottom: 15px;
  right: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-item .title {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}

.gallery-item a {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
  text-decoration: none;
}

.gallery-item .icon-wrapper {
  width: 170px;
  height: 170px;
  background-color: rgba(34, 162, 222, 0.9);
  border-radius: 50%;
}

.gallery-item .icon-wrapper .ic:before {
  font-size: 50px;
  color: #fff;
}

.gallery-item .block-info {
  position: absolute;
  bottom: 15px;
  left: 11px;
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.gallery-item .block-info > div {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-item .block-info .city {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.gallery-item .block-info .city:after {
  content: '-';
  display: inline-block;
  padding: 5px 0;
}

.gallery-item .block-info .date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.years-list-wrapper {
  background-color: #375b39;
  padding: 33px 0 25px;
}

.years-list-wrapper .title {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}

.years-list-wrapper .year {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px dashed #88c128;
  margin-right: 75px;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  margin-bottom: 15px;
}

.years-list-wrapper .year.active {
  color: #88c128;
}

.page-galleries-list .galleries-wrapper {
  margin: 35px auto;
}

.page-galleries-list .gallery-item_wrapper {
  padding: 24px 32px;
}

.page-galleries-list .gallery-item_wrapper:before,.page-galleries-list .gallery-item_wrapper:after {
  height: 205px;
}

.page-galleries-list .gallery-item_wrapper .title {
  font-size: 18px;
}

.page-gallery .gallery-content {
  margin: 45px 0;
}

.page-gallery .gallery-block {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
 /* '' */;
}

.page-gallery .gallery-block:before {
  content: '\e84e';
}

.page-gallery .gallery-block: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-gallery .gallery-block:before,.page-gallery .gallery-block .image-wrap {
  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%);
}

.page-gallery .gallery-block:before {
  font-size: 36px;
  color: #fff;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.page-gallery .gallery-block .image-wrap {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: width .3s, height .3s;
  -o-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
}

.carousel-product,.day-deal,.recomended-product,.sales-product,.category-product,.brands-product {
  position: relative;
  z-index: 1;
}

.day-deal .firstSlider:not(.lightSlider),.first-slider .firstSlider:not(.lightSlider),.brands-product .firstSlider:not(.lightSlider),.day-deal .ui-slider:not(.lightSlider),.first-slider .ui-slider:not(.lightSlider),.brands-product .ui-slider:not(.lightSlider) {
  list-style: none;
  padding: 0;
  margin: 0;
}

.day-deal .firstSlider:not(.lightSlider) > li:not(:first-child),.first-slider .firstSlider:not(.lightSlider) > li:not(:first-child),.brands-product .firstSlider:not(.lightSlider) > li:not(:first-child),.day-deal .ui-slider:not(.lightSlider) > li:not(:first-child),.first-slider .ui-slider:not(.lightSlider) > li:not(:first-child),.brands-product .ui-slider:not(.lightSlider) > li:not(:first-child) {
  display: none;
}

.day-deal .ui-slider:not(.lightSlider) > li:first-child,.first-slider .ui-slider:not(.lightSlider) > li:first-child {
  width: 50%;
}

.recomended-product .ui-slider:not(.lightSlider) > li:first-child,.sales-product .ui-slider:not(.lightSlider) > li:first-child {
  width: 20%;
}

.recomended-product,.sales-product,.carousel-product {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}

.recomended-product .ui-slider:not(.lightSlider),.sales-product .ui-slider:not(.lightSlider),.carousel-product .ui-slider:not(.lightSlider) {
  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;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.recomended-product .ui-slider:not(.lightSlider) > li,.sales-product .ui-slider:not(.lightSlider) > li,.carousel-product .ui-slider:not(.lightSlider) > li {
  min-width: 20%;
  width: 20%;
}

.brands-product .ui-slider:not(.lightSlider) > li:first-child {
  width: 16.66666667%;
}

.category-product .ui-slider:not(.lightSlider) {
  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;
  overflow: hidden;
  margin-left: -7px;
  margin-right: -7px;
  list-style: none;
  padding: 0;
}

.category-product .ui-slider:not(.lightSlider) > li {
  min-width: 25%;
  width: 25%;
}

.category-product .lslide {
  height: 100%;
}

.category-product .lslide .category-card {
  height: 100%;
}

.color-slider-inner #colorSlider:not(.lightSlider),.product-gallery #colorSlider:not(.lightSlider),.slider-modal-wrapper #colorSlider:not(.lightSlider),.color-slider-inner #productGallery:not(.lightSlider),.product-gallery #productGallery:not(.lightSlider),.slider-modal-wrapper #productGallery:not(.lightSlider),.color-slider-inner #sliderModal:not(.lightSlider),.product-gallery #sliderModal:not(.lightSlider),.slider-modal-wrapper #sliderModal:not(.lightSlider) {
  list-style: none;
  padding: 0;
  margin: 0;
}

.color-slider-inner #colorSlider:not(.lightSlider) > li:not(:first-child),.product-gallery #colorSlider:not(.lightSlider) > li:not(:first-child),.slider-modal-wrapper #colorSlider:not(.lightSlider) > li:not(:first-child),.color-slider-inner #productGallery:not(.lightSlider) > li:not(:first-child),.product-gallery #productGallery:not(.lightSlider) > li:not(:first-child),.slider-modal-wrapper #productGallery:not(.lightSlider) > li:not(:first-child),.color-slider-inner #sliderModal:not(.lightSlider) > li:not(:first-child),.product-gallery #sliderModal:not(.lightSlider) > li:not(:first-child),.slider-modal-wrapper #sliderModal:not(.lightSlider) > li:not(:first-child) {
  display: none;
}

.color-slider-inner #colorSlider:not(.lightSlider) > li:first-child,.product-gallery #colorSlider:not(.lightSlider) > li:first-child,.slider-modal-wrapper #colorSlider:not(.lightSlider) > li:first-child {
  width: 16.66666667%;
}

.color-slider-inner #productGallery:not(.lightSlider) > li:first-child,.product-gallery #productGallery:not(.lightSlider) > li:first-child,.slider-modal-wrapper #productGallery:not(.lightSlider) > li:first-child {
  padding-left: 110px;
}

.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: 30px 0 55px;
}

.aside-banner img {
  border-radius: 4px;
}

.aside-banner .item:not(:last-child) {
  margin-bottom: 30px;
}

.aside-product-wrapper {
  margin: 55px 0 30px;
}

.aside-menu {
  color: #595959;
  line-height: 1.2;
  padding: 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: #375b39;
  text-shadow: 1px 0 0 #375b39;
}

.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: #375b39;
}

.info-hidden a:hover {
  color: #375b39;
}

.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: 13px 15px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: none;
  color: #323232;
}

.info-hidden .info-title img,.info-hidden h2 img,.info-hidden .h2 img,.info-hidden h3 img,.info-hidden .h3 img {
  margin-right: 22px;
  height: 25px;
  width: auto;
}

.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: #375b39;
}

.product-all-color {
  max-width: 640px;
}

.product-all-color.fancy-content {
  padding: 30px 44px !important;
}

.product-all-color .product-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  border-left-width: 0;
  border-top-width: 0;
}

.product-all-color .product-card:not(:last-child) {
  margin-bottom: 0;
}

.product-all-color .product-card.active {
  border-color: #375b39;
  cursor: default;
}

.product-all-color .product-card:hover {
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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: #375b39;
}

.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 .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:before,.product-gallerry-modal .lSAction > .lSNext: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-gallerry-modal .lSAction > .lSPrev:hover,.product-gallerry-modal .lSAction > .lSNext:hover {
  color: #375b39;
}

.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);
}

.article-list-wrapper .article-item .title {
  display: inline-block;
  font-size: 21px;
  color: #000;
  line-height: 1.2;
  padding-top: 15px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.article-list-wrapper .article-item .date {
  color: #00933f;
}

.article-list-wrapper .article-item .text {
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}

.page-articles-list .article-list-wrapper {
  margin-top: 30px;
}

.page-articles-list .article-list-wrapper .article-item {
  margin-bottom: 30px;
}

.page-articles-list .article-list-wrapper .date {
  color: #333333;
}

.page-article {
  padding-top: 10px;
}

.page-article .page-title {
  margin-left: 0;
}

.page-article .page-article-content {
  padding-left: 50px;
  line-height: 1.3;
}

.page-article .page-article-content .date {
  padding: 0 0 10px;
}

.page-article .page-article-content .bottom-block {
  border-top: 1px solid #f7f7f7;
  margin-top: 50px;
  padding-top: 15px;
}

.page-article .page-article-content .link-more:hover {
  color: #00b4ff;
}

.page-article .social-share .label {
  color: #000;
  display: inline-block;
  margin-right: 25px;
}

.page-article .social-share .share-link {
  cursor: pointer;
}

.page-article .social-share .share-link:not(:last-child) {
  margin-right: 15px;
}

.page-article .social-share .ic {
  font-size: 27px;
  color: #666666;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.page-article .social-share .ic:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.page-article .article-list-wrapper {
  margin-bottom: -30px;
}

.page-article .article-list-wrapper .section-title {
  margin-bottom: 30px;
}

.page-article .article-list-wrapper .article-item {
  margin-bottom: 30px;
}

.first-slider {
  position: relative;
}

.first-slider .container {
  position: relative;
}

.first-slider .item {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

.first-slider .item-content {
  position: absolute;
  top: 105px;
  left: 25px;
}

.first-slider .item-content p {
  margin-bottom: 0;
}

.first-slider .item-content .section-title {
  margin-bottom: 0;
}

.first-slider .item-content .section-title span {
  min-width: unset;
  padding: 17px 20px 29px;
}

.first-slider .item-content .description {
  color: #fff;
  background-color: #375b39;
  padding: 10px 20px;
  max-width: 520px;
  position: relative;
  top: -15px;
  left: 20px;
}

.first-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent !important;
}

.first-slider .owl-nav button:hover:before {
  opacity: 1;
}

.first-slider .owl-nav button:before {
  content: '';
  width: 37px;
  height: 37px;
  display: inline-block;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: .6;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.first-slider .owl-nav button span {
  display: none;
}

.first-slider .owl-nav .owl-prev {
  left: 15px;
}

.first-slider .owl-nav .owl-prev:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.first-slider .owl-nav .owl-next {
  right: 15px;
}

.first-slider .owl-nav .owl-next:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.first-screen {
  position: relative;
}

.main-utp-wrapper {
  position: relative;
  margin-top: -75px;
  z-index: 1;
}

.main-utp-wrapper .main-utp {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 55px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.main-utp-wrapper .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}

.main-utp-wrapper .item:first-child {
  margin-right: 15px;
}

.main-utp-wrapper .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #375b39;
  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;
}

.main-utp-wrapper .description {
  padding-left: 20px;
}

.main-utp-wrapper .description p {
  margin-bottom: 0;
}

.main-utp-wrapper .description .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.main-about-block .left-block {
  padding-top: 80px;
  background-color: #fafafa;
  max-width: 585px;
  padding-right: 70px;
  position: relative;
}

.main-about-block .left-block:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2000px;
  background-color: #fafafa;
  z-index: -1;
}

.main-about-block .btn {
  margin-bottom: 30px;
}

.main-about-block .left-image {
  float: right;
  max-width: 300px;
  margin: 0 0 15px 15px;
}

.main-about-block .image {
  max-width: 950px;
}

.main-about-block .image img {
  width: 100%;
}

.filter-wrapper {
  background-color: #375b39;
  height: 100%;
  padding: 30px 40px;
}

.filter-title {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 17px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 22px;
  line-height: 1.2;
}

.filter-title .ic {
  color: #88c128;
  font-size: 15px;
  margin-left: 10px;
}

.filter-title .ic:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.filter {
  position: relative;
}

.filter > .btn {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
}

.filter > .btn:after {
  display: none;
}

.filter .selections-wrapper:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}

.filter .selections-wrapper > .title {
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 25px 15px 18px 0;
  cursor: pointer;
 /* '' */;
}

.filter .selections-wrapper > .title:before {
  content: '\f004';
}

.filter .selections-wrapper > .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); */;
}

.filter .selections-wrapper > .title:before {
  position: absolute;
  color: #88c128;
  top: 32px;
  right: 0;
  font-size: 12px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.filter .selections-wrapper > .title.show:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filter .selections-wrapper > .title .clear-filter {
  color: #c0c0c0;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-left: 16px;
  display: none;
}

.filter .selections-wrapper > .title .clear-filter:hover {
  color: #375b39;
}

.filter .selections-wrapper > .title.selected .clear-filter {
  display: block;
}

.filter .selections-wrapper > .title .open-filter-search {
  font-size: 15px;
  color: #c0c0c0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: none;
}

.filter .selections-wrapper > .title .open-filter-search:hover {
  color: #375b39;
}

.filter .selections-wrapper > .title .filter-form {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-bottom: 0;
  padding-bottom: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter .selections-wrapper > .title .filter-form.active {
  left: 0;
  overflow: visible;
}

.filter .selections-wrapper > .title .filter-form .form-control {
  font-size: 0.875rem;
  color: #88c128;
  height: 24px;
  padding-right: 30px;
}

.filter .selections-wrapper > .title .filter-form .filter-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  height: 24px;
  width: 28px;
  text-align: center;
  padding: 0;
  line-height: 24px;
  color: #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.filter .selections-wrapper > .title .filter-form .filter-form-btn:hover {
  color: #375b39;
}

.filter .attribute-content:not(._range) {
  position: relative;
}

.filter .attribute-content:not(._range)::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.filter .attribute-content:not(._range)::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.filter .attribute-content:not(._range)::-webkit-scrollbar-track {
  background: #fff;
}

.filter .attribute-content:not(._range)::-webkit-scrollbar-track-piece {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.filter .attribute-content:not(._range)::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}

.filter .attribute-remove-btn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 4px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
}

.filter .attribute-remove-btn: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); */;
}

.filter .attribute-remove-btn:before {
  color: #88c128;
  font-size: 14px;
}

.filter .attribute-remove-btn.view {
  visibility: visible;
  opacity: 1;
}

.filter .attribute-remove-btn:hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

.filter .attribute-range {
  position: relative;
}

.filter .attribute-range .ui-slider {
  background: #a9a9a9;
  height: 5px;
  margin: 18px 0;
  position: relative;
  border: none;
  border-radius: 5px;
}

.filter .attribute-range .ui-slider .ui-slider-range:last-of-type {
  position: absolute;
  height: 5px;
  background: #4d4d4d;
  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: #88c128;
  display: block;
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  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: #375b39;
}

.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 {
  margin-bottom: 40px;
}

.filter .attribute-range .range-text {
  padding-right: 6px;
}

.filter .attribute-range .range-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter .attribute-range .range-wrap:not(:last-child) {
  margin-bottom: 15px;
}

.filter .attribute-range .range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter .attribute-range .range .label {
  margin-right: 14px;
  margin-bottom: 0;
  color: #000;
}

.filter .attribute-range .range .form-control {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  height: 45px;
  min-width: 45px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #0f0f0f;
  width: auto;
  color: #2a77af;
}

.filter .attribute-range .range .form-control::-webkit-outer-spin-button,.filter .attribute-range .range .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter .attribute-checkbox {
  position: relative;
  margin-bottom: 13px;
}

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

.filter .attribute-checkbox .list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter .attribute-checkbox .list:not(:last-child) {
  margin-bottom: 25px;
}

.filter .attribute-checkbox .list .text,.filter .attribute-checkbox .list .count {
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.filter .attribute-checkbox .list .text:first-letter {
  text-transform: capitalize;
}

.filter .attribute-checkbox .list .text-wrap {
  display: inline-block;
  position: relative;
}

.filter .attribute-checkbox .list .text-wrap:before {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.filter .attribute-checkbox .list .checkbox {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background: white;
  margin-right: 7px;
  vertical-align: top;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
}

.filter .attribute-checkbox .list .checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  opacity: 0;
  background-color: #88c128;
  width: 13px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.filter .attribute-checkbox .btn-apply {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  transition: ease 0.1s;
  padding: 5px 15px;
  height: 28px;
  border-radius: 14px;
  line-height: 18px;
  vertical-align: middle;
  background: #88c128;
  color: white;
  font-size: 12px;
  text-align: center;
  border: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  margin-left: 22px;
  z-index: 9;
}

.filter .attribute-checkbox .btn-apply.show {
  opacity: 1;
}

.filter .attribute-checkbox .btn-apply:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -9px;
  border-right: 9px solid #88c128;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.filter .attribute-checkbox.selected .list .checkbox {
  border-color: #88c128;
}

.filter .attribute-checkbox.selected .list .checkbox:before {
  opacity: 1;
}

.filter .attribute-checkbox.selected .list .text,.filter .attribute-checkbox:hover .list .text {
  color: #88c128;
}

.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;
}

.btn-toggle-filter {
  background-color: #535a60;
  padding: 10px 55px 10px 60px;
  border-top: 1px solid #686e74;
  position: relative;
  cursor: pointer;
}

.btn-toggle-filter svg {
  position: absolute;
  top: 50%;
  left: 20px;
  max-width: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-toggle-filter .text {
  font-size: 18px;
  color: #fff;
  padding: 5px 23px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  letter-spacing: .6px;
}

.btn-toggle-filter .ic {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-toggle-filter .ic:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.btn-toggle-filter.opened .ic:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aside-filter {
  position: relative;
}

.filter-delete-wrapper {
  color: #88c128;
  font-size: 0.75rem;
  line-height: 1;
  background: #f7f7f7;
  padding: 10px 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter-delete-wrapper:empty {
  display: none;
}

.filter-delete-wrapper .filter-delete-item {
  margin: 8px;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  padding: 6px 7px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all {
  color: #fff;
  background: #154054;
  border-color: #154054;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all .delete-icon {
  color: #fff;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all:hover {
  color: #88c128;
  background: #fff;
  border-color: #c0c0c0;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all:hover .delete-icon {
  color: #c0c0c0;
}

.filter-delete-wrapper .filter-delete-item:hover {
  color: #fff;
  background: #154054;
  border-color: #154054;
}

.filter-delete-wrapper .filter-delete-item:hover .delete-icon {
  color: #fff;
}

.filter-delete-wrapper .delete-icon {
  color: #c0c0c0;
  margin-left: 8px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.reset-filter {
  color: #88c128;
  font-weight: 600;
  text-align: center;
  display: block;
  text-decoration: underline;
  margin-top: 50px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.reset-filter:hover {
  color: red;
}

body.page-main .main-catalog-list {
  margin-top: 15px;
}

.main-catalog-list {
  padding-bottom: 40px;
}

.cat-item {
  margin-bottom: 40px;
}

.cat-item .img-wrapper {
  border: 1px solid #f7f7f7;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
 /* '' */;
}

.cat-item .img-wrapper:before {
  content: '\e875';
}

.cat-item .img-wrapper: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); */;
}

.cat-item .img-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 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;
  color: #fff;
  z-index: 1;
  font-size: 25px;
  opacity: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.cat-item .img-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: -100%;
  background-color: rgba(55, 91, 57, 0.9);
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}

.cat-item .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 600;
  background-color: rgba(55, 91, 57, 0.9);
  padding: 10px 15px;
  letter-spacing: 1px;
  z-index: 1;
}

.cat-item .short_content {
  color: #000;
}

.categories-top-block-title {
  padding: 10px;
  background-color: #88c128;
  color: #fff;
  font-size: 18px;
  max-width: 200px;
  margin: 0 auto 15px;
}

.categories-top-block {
  margin-bottom: 17px;
}

.categories-top-block .categories-item-wrapper {
  margin-bottom: 20px;
}

.categories-top-block .categories-item {
  border: 1px solid #f7f7f7;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  height: 100%;
}

.categories-top-block .categories-item.current {
  border-color: #88c128;
  background-color: #88c128;
}

.categories-top-block .categories-item.current .title {
  color: #fff;
}

.categories-top-block .categories-item .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 89px;
      -ms-flex: 0 0 89px;
          flex: 0 0 89px;
  max-width: 89px;
}

.categories-top-block .categories-item .title {
  padding: 10px;
  color: #000;
  font-weight: 600;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.product-card .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-card .weight {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61px;
      -ms-flex: 0 0 61px;
          flex: 0 0 61px;
  max-width: 61px;
}

.product-card .weight .ic,.product-card .weight .description {
  vertical-align: middle;
}

.product-card .size-title {
  font-weight: 600;
  margin-right: 3px;
}

.search-form {
  position: relative;
}

.search-form .search-btn {
  position: absolute;
  top: 0;
  right: 10px;
  height: 34px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.search-form .search-btn .ic {
  color: #88c128;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.search-form .form-control {
  height: 34px;
  border: 1px solid #fafafa;
  min-width: 220px;
  color: #848484;
  font-size: 12px;
}

.search-form .form-control::-webkit-input-placeholder {
  color: #848484;
}

.search-form .form-control::-moz-placeholder {
  color: #848484;
}

.search-form .form-control:-moz-placeholder {
  color: #848484;
}

.search-form .form-control:-ms-input-placeholder {
  color: #848484;
}

.search-page .block-title-wrapper {
  padding: 30px 0;
}

.search-page .product-card-wrapper {
  margin-bottom: 30px;
}

.search-page .show-on-page {
  margin-right: 30px;
}

.search-page .search-form {
  margin-top: 20px;
}

.sort-wrapper .label,.show-on-page .label,.search-form .label {
  color: #88c128;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 9px;
  width: 100%;
}

.sort-wrapper {
  margin-right: 30px;
}

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

.checkout-sidebar {
  position: relative;
  height: 100%;
}

.checkout-sidebar .complect-wrap {
  position: relative;
}

.checkout-sidebar .complect-wrap .plus.cell {
  position: relative;
  z-index: 10;
  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;
}

.checkout-sidebar .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: #fafafa;
  text-align: center;
}

.checkout-sidebar .complect-wrap .plus.cell i:before {
  content: '+';
  color: white;
}

.checkout-sidebar .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;
}

.checkout-sidebar .complect-wrap .plus.cell .text:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  left: -40px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: white;
}

.checkout-sidebar .cart-info-wrap {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 18px;
  padding-left: 15px;
  padding-right: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
  color: white;
  background: #fafafa;
  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;
}

.checkout-sidebar .cart-info-wrap > i {
  font-size: 1.625rem;
  padding-right: 10px;
}

.checkout-sidebar .cart-info-wrap .count-products {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  min-width: 14px;
}

.checkout-sidebar .cart-info-wrap .sub-list-trigger {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 30px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-sidebar .cart-info-wrap .sub-list-trigger: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-sidebar .cart-info-wrap .sub-list-trigger:before {
  font-size: 60%;
}

.checkout-sidebar .sub-cart-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  min-width: 250px;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
}

.checkout-sidebar.show-sub-cart .sub-cart-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease 0.4s;
  -o-transition: 0.3s ease 0.4s;
  transition: 0.3s ease 0.4s;
}

.checkout-sidebar .sub-cart {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.checkout-sidebar .sub-cart .cart-info {
  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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart,.checkout-sidebar .sub-cart .cart-info .title {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart {
  cursor: pointer;
  min-width: 80px;
  background: #88c128;
  -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;
  font-size: 1.625rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart:hover {
  color: #375b39;
  background: #242424;
}

.checkout-sidebar .sub-cart .cart-info .title {
  width: 100%;
  background: #fafafa;
  padding-left: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 1.5px;
}

.checkout-sidebar .sub-cart .products-wrap {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-sidebar .sub-cart .product-cart {
  position: relative;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}

.checkout-sidebar .sub-cart .product-cart:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.checkout-sidebar .sub-cart .product-cart .img {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}

.checkout-sidebar .sub-cart .product-cart .img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.checkout-sidebar .sub-cart .product-cart .img a {
  display: block;
}

.checkout-sidebar .sub-cart .product-cart .info {
  padding-left: 5px;
  padding-right: 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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-sidebar .sub-cart .product-cart .info .title {
  display: block;
  line-height: 1.2;
  color: #354c68;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block {
  margin-top: 5px;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block .price-value {
  font-size: 0.875rem;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block .price-currency {
  font-size: 0.75rem;
}

.checkout-sidebar .sub-cart .product-cart .qty {
  position: absolute;
  top: 5px;
  left: -5px;
  min-width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  color: white;
  background: #fafafa;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.checkout-sidebar .sub-cart .bottom-sub-cart {
  background: white;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 20px;
  text-align: center;
}

.checkout-sidebar .sub-cart .bottom-sub-cart .btn {
  width: 230px;
}

.checkout-sidebar .empty-cart {
  margin: 0;
  padding: 10px 20px;
  background: white;
  color: #fafafa;
  font-size: 1rem;
  border-radius: 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: #fafafa;
  text-transform: none;
  font-size: 36px;
}

.success-wrapper .info {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  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;
  bottom: -17px;
}

.checkot-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;
}

.checkot-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: #88c128;
  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: #375b39;
}

.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: #88c128;
  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: #375b39;
}

.checkout-cart-wrapper .checkout-cart-item .item-count .count-change:hover.count-plus:after {
  background: #375b39;
}

.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: #88c128;
}

.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-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: #375b39;
}

.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;
}

.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;
  z-index: 10;
  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: #fafafa;
  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-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: #375b39;
}

.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: #88c128;
}

.cart-buy-block .price-block .price .price-value {
  font-size: 1rem;
  font-weight: bold;
  color: #88c128;
}

.cart-buy-block .price-block .price .price-currency {
  font-size: 1rem;
  font-weight: bold;
  color: #88c128;
}

.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: #333333;
  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: #88c128;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.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 .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 #375b39;
  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 .free-delivery {
  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 .free-delivery._courier {
  display: none;
  border: 2px solid #5cb406;
  background: #f5f5f5;
  color: #5cb406;
  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 {
  display: none;
}

.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: #88c128;
}

.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: #88c128;
}

.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 .checkot-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: #375b39;
}

.checkout-cart-discount .form-share.active .form-share-inner._discount .share-input-inner {
  border: 1px solid #375b39;
  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-info {
  opacity: 1;
}

.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.removed .share-info {
  opacity: 1;
}

.checkout-cart-discount .form-share.removed .share-info .info-apply {
  display: none;
}

.checkout-cart-discount .form-share.removed .share-info .info-cancel {
  display: block;
}

.checkout-cart-discount .form-share-inner {
  border: 1px solid #375b39;
  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: #375b39;
}

.checkout-cart-discount .form-share-inner:hover .share-label {
  color: #fff;
}

.checkout-cart-discount .share-label {
  color: #88c128;
  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: #375b39;
}

.checkout-cart-discount .share-input .form-control {
  height: 100%;
  border: 1px solid #375b39;
  -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: #375b39;
  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;
  opacity: 0;
  -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: #375b39;
}

.checkout-cart-discount .discount-info {
  font-size: 0.75rem;
  line-height: 2;
}

body.page-main .contacts-block {
  padding-top: 80px;
}

.contacts-block .section-title {
  margin-bottom: 43px;
}

.contacts-block .bottom-block {
  margin-top: 30px;
}

.contacts-block .bottom-block .title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.contacts-info .info-block {
  padding: 0 60px;
}

.contacts-info .info-block .ic {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #88c128;
  display: inline-block;
  -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;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
}

.contacts-info .info-block .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}

.contacts-info .info-block .title span {
  vertical-align: middle;
}

.contacts-info .info-block .phone {
  display: inline-block;
}

.contacts-info .info-block .phone:hover {
  color: #000;
}

.contacts-info .info-block .phone:first-child {
  margin-right: 17px;
}

.contacts-info .info-block .mail-link {
  color: #000;
}

.contacts-info .info-block .mail-link:hover {
  text-decoration: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

#map_infrastructure-wrapper {
  height: 448px;
}

.page-reviews .reviews-list {
  margin-top: 40px;
}

.page-reviews .item {
  margin-bottom: 30px;
}

.product-gallery {
  position: relative;
}

.product-gallery .lSPager {
  margin-top: 0 !important;
}

.product-gallery .pager-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-gallery .pager-wrapper li {
  padding: 10px 5px;
}

.product-gallery .pager-wrapper li:hover {
  border-radius: 0 !important;
}

.product-gallery .pager-wrapper img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.characteristic-full {
  margin-bottom: 35px;
}

.characteristic-full .characteristics-item:nth-child(odd) .characteristics-title {
  background-color: #375b39;
}

.characteristic-full .characteristics-item:nth-child(odd) .characteristics-value {
  background-color: #f3f3f3;
}

.characteristic-full .characteristics-item:nth-child(even) .characteristics-title {
  background-color: #437346;
}

.characteristic-full .characteristics-item:nth-child(even) .characteristics-value {
  background-color: #fafafa;
}

.characteristic-full .characteristics-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.characteristic-full .characteristics-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 165px;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  max-width: 165px;
  padding: 10px 20px;
  color: #fff;
}

.characteristic-full .characteristics-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  color: #000;
  text-align: center;
}

.content-block {
  margin-top: 30px;
}

.content-block .title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.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);
}

.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 #88c128;
  color: #88c128;
  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: #375b39;
  border-color: #375b39;
}

.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;
}

.page-regular .text-formatted img {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.page-regular .contacts-info {
  margin-top: 35px;
}

.page-cooperation .form-block {
  background-color: #fafafa;
  padding: 15px 30px;
}

.page-cooperation .form-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-cooperation .form-description {
  margin-bottom: 20px;
}

.page-cooperation .cooperation-form {
  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;
  padding: 0;
}

.page-cooperation .cooperation-form .control-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}

.page-cooperation .cooperation-form .btn-wrapper {
  width: 100%;
  text-align: center;
}

.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: #88c128;
  -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;
}

.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 .register-form .control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-customer-edit .register-form .control-group .control-label {
  margin-bottom: 0;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
  margin-top: 3px;
}

.page-customer-edit .register-form .control-group .controls {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  max-width: 80%;
}

.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: #375b39;
}

.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: #88c128;
  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;
}

.orders-list .order-detail-trigger.status-5 {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 60, 32, 0.5) 54%, rgba(255, 60, 32, 0.99) 99%, #375b39 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 60, 32, 0.5) 54%, rgba(255, 60, 32, 0.99) 99%, #375b39 100%);
}

.orders-list .order-detail-trigger.status-2 {
  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;
}

.copyright {
  background-color: #2d4d2f;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

.copyright .ic {
  font-size: 21px;
  vertical-align: middle;
}

.copyright span {
  vertical-align: middle;
}

.copyright a {
  position: relative;
  color: #999999;
  vertical-align: middle;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.copyright a:after {
  content: '';
  bottom: -1px;
  position: absolute;
  left: 0;
  height: 1px;
  background: #999999;
  display: block;
  width: 0;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

@font-face {
  font-family:'fontello';src:url('/var/themes/default/dist/fonts/fontello/font/fontello.eot?29910451');src:url('/var/themes/default/dist/fonts/fontello/font/fontello.eot?29910451#iefix') format('embedded-opentype'), url('/var/themes/default/dist/fonts/fontello/font/fontello.woff2?29910451') format('woff2'), url('/var/themes/default/dist/fonts/fontello/font/fontello.woff?29910451') format('woff'), url('/var/themes/default/dist/fonts/fontello/font/fontello.ttf?29910451') format('truetype'), url('/var/themes/default/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 screen and (min-width: 576px) and (max-width: 991px) {
  .page-reviews .item .content {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .filter-title .ic {
    display: none;
  }
}

@media (min-width: 992px) {
  .phone:hover {
    color: #000;
    text-decoration: none;
    opacity: .7;
  }

  .search-wrapper .search-btn:hover .ic:before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }

  .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;
  }

  .socials-list .item:hover {
    -webkit-animation: socialAmin .3s;
         -o-animation: socialAmin .3s;
            animation: socialAmin .3s;
  }

  .last-galleries-list .gallery-slider .owl-prev:hover,.last-galleries-list .gallery-slider .owl-next:hover {
    background-color: #88c128;
  }

  .gallery-item:hover .gallery-item_wrapper {
    top: -100%;
  }

  .gallery-item:hover a {
    top: 0;
  }

  .gallery-item:hover .block-info {
    opacity: 0;
  }

  .years-list-wrapper .year:hover {
    color: #88c128;
  }

  .page-gallery .gallery-block:hover .image-wrap {
    width: 100%;
    height: 100%;
  }

  .page-gallery .gallery-block:hover:before {
    opacity: 1;
  }

  .product-all-color .product-card {
    border: 1px solid #e0e0e0;
  }

  .product-all-color .product-card:hover,.product-all-color .product-card .active {
    border-color: #375b39;
  }

  .cat-item .img-wrapper:hover:before {
    opacity: 1;
    width: 100%;
  }

  .cat-item .img-wrapper:hover:after {
    left: 0;
  }

  .search-form .search-btn .ic:hover {
    opacity: .7;
  }

  .contacts-info .info-block .mail-link:hover {
    opacity: .7;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  #nav-header .nav-item:hover .sub-list {
    pointer-events: unset;
    opacity: 1;
  }

  #nav-header .nav-item:hover .toggle:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #nav-header .nav-link:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
  }

  #nav-header .nav-link:hover:after {
    bottom: 0;
  }

  #page-footer ul a:hover {
    opacity: .7;
  }

  .btn:hover {
    color: #88c128;
  }

  .btn:hover:after {
    width: 100%;
  }

  .btn.btn-2:hover {
    color: #fff;
  }

  .categories-top-block .categories-item:hover {
    border-color: #88c128;
    background-color: #88c128;
  }

  .categories-top-block .categories-item:hover .title {
    color: #fff;
  }

  .product-gallery .pager-wrapper li:hover img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
  }

  .copyright a:hover {
    color: #fff;
  }

  .copyright a:hover:after {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .first-slider .owl-nav button {
    top: 60%;
    -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
         -o-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

@media (max-width: 1199px) {
  .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;
  }

  .time_circles > div > span {
    font-size: 0.75rem !important;
  }

  #page-header {
    padding: 0;
  }

  #nav-header {
    position: absolute;
    top: 100%;
    right: -350px;
    background-color: #88c128;
    padding: 0;
    margin-top: 0;
    -webkit-transition: right .5s ease;
    -o-transition: right .5s ease;
    transition: right .5s ease;
    max-width: 350px;
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #nav-header .navbar-nav {
    display: block;
  }

  #nav-header .nav-item {
    padding: 0;
  }

  #nav-header .nav-item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #9fd83e;
  }

  #nav-header .nav-link {
    color: #fff;
    line-height: 1;
    padding: 15px;
  }

  #nav-header .nav-link.current span {
    position: relative;
  }

  #nav-header .nav-link.current span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
  }

  #nav-header .toggle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    margin-left: 0;
  }

  #nav-header .toggle:before {
    color: #fff;
  }

  #nav-header .toggle.active:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #nav-header .sub-in {
    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;
  }

  #nav-header .sub-in > .nav-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  #nav-header .sub-list {
    position: static;
    pointer-events: unset;
    width: 100%;
    padding: 0;
    opacity: 1;
    display: none;
  }

  #nav-header .sub-list .list-item {
    background-color: #375b39;
  }

  #nav-header .sub-list .list-item:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #9fd83e;
  }

  .section-title span,.page-title span {
    min-width: unset;
  }

  #page-content {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .breadcrumb {
    margin: 20px 0;
  }

  #page-footer {
    padding: 30px 0;
  }

  .search-wrapper.opened {
    width: 100%;
  }

  .search-wrapper .search-btn .ic {
    font-size: 25px;
  }

  .search-wrapper .search-toggle .ic {
    top: 4px;
  }

  .search-wrapper .search-toggle .text {
    margin-top: 42px;
  }

  .callback_block .ic {
    font-size: 25px;
  }

  .callback_block .btn-callback {
    width: 50px;
    height: 50px;
  }

  .empty-text {
    margin-bottom: 100px;
  }

  .slider-form {
    top: 124px;
    max-width: 330px;
  }

  .slider-form .form-title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .writeus-form .inputs-block {
    display: block;
  }

  .writeus-form .inputs-block .control-group {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
  }

  .last-galleries-list {
    padding-top: 40px;
  }

  .gallery-item .gallery-item_wrapper {
    padding: 20px 25px;
  }

  .gallery-item .gallery-item_wrapper:before,.gallery-item .gallery-item_wrapper:after {
    width: 180px;
    height: 220px;
  }

  .gallery-item .title {
    font-size: 18px;
  }

  .aside-tags,.aside-menu {
    margin-right: -12px;
  }

  .first-slider .item {
    min-height: 300px;
  }

  .first-slider .item-content {
    top: 70px;
  }

  .main-utp-wrapper .main-utp {
    padding: 15px;
  }

  .main-about-block .left-block {
    padding-top: 40px;
    padding-right: 15px;
    max-width: 475px;
  }

  .filter-wrapper {
    padding: 20px;
  }

  .categories-top-block .categories-item .title {
    line-height: 1.1;
  }

  .product-card .size-title {
    margin-right: 0;
  }

  .contacts-info .info-block {
    padding: 0 30px;
  }

  #map_infrastructure-wrapper {
    height: 520px;
  }

  .product-gallery .pager-wrapper li.active {
    opacity: .6;
  }

  .page-videos-list .videos-list-wrap {
    margin-right: 23px;
    padding: 20px 20px 0 20px;
  }

  .page-cooperation .cooperation-form {
    display: block;
  }

  .page-cooperation .cooperation-form .control-group {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .section-title,.page-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .section-title span,.page-title span {
    padding: 15px;
  }

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

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

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

  #page-footer {
    display: none;
  }

  .search-wrapper {
    width: 60px;
    z-index: 9;
  }

  .search-wrapper.opened .search-searching {
    width: 60px;
  }

  .search-wrapper.opened .form-element-wrapper {
    padding: 0 15px 10px;
  }

  .search-wrapper.opened .search-toggle .ic {
    top: 15px;
  }

  .search-wrapper .search-btn {
    width: 60px;
  }

  .search-wrapper .search-btn .ic {
    font-size: 20px;
  }

  .search-wrapper .search-toggle .text {
    margin-top: 29px;
  }

  .search-wrapper .search-form {
    right: 60px;
  }

  .slider-form {
    position: static;
    max-width: 100%;
    padding: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 20px;
  }

  .slider-form:before,.slider-form:after {
    display: none;
  }

  .slider-form .control-group {
    display: inline-block;
    max-width: 200px;
    margin-right: 15px;
  }

  .slider-form .button-wrapper {
    display: inline-block;
    max-width: 200px;
    width: 100%;
  }

  .slider-form .btn-submit {
    height: 52px;
    position: relative;
    top: -2px;
  }

  .slider-form .notice-text {
    margin-top: 0;
  }

  .writeus-form {
    padding: 20px;
  }

  .last-galleries-list {
    padding-top: 20px;
  }

  .gallery-item {
    border: 1px solid #fff;
  }

  .gallery-item .gallery-item_wrapper {
    padding: 10px 15px;
  }

  .gallery-item .gallery-item_wrapper:before,.gallery-item .gallery-item_wrapper:after {
    display: none;
  }

  .gallery-item a {
    top: 0;
    z-index: 9;
  }

  .gallery-item .icon-wrapper {
    display: none;
  }

  .years-list-wrapper {
    padding: 20px 0 15px;
  }

  .years-list-wrapper .year {
    margin-right: 50px;
  }

  .page-galleries-list .block-info {
    bottom: 10px;
  }

  .page-galleries-list .block-info .city {
    display: block;
  }

  .page-galleries-list .block-info .city:after {
    display: none;
  }

  .page-gallery .gallery-content {
    margin: 20px 0;
  }

  .page-gallery .gallery-block .image-wrap {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .article-list-wrapper .article-item .title {
    padding-top: 10px;
  }

  .article-list-wrapper .article-item .text {
    margin-bottom: 5px;
  }

  .main-utp-wrapper .main-utp {
    padding: 15px;
  }

  .main-about-block {
    position: relative;
  }

  .main-about-block .left-block {
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
    clear: both;
    position: static;
  }

  .main-about-block .left-block:before {
    left: 0;
    width: auto;
  }

  .filter .selections-wrapper > .title:before {
    top: 30px;
  }

  .main-catalog-list {
    padding-bottom: 10px;
  }

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

  .cat-item .img-wrapper {
    margin-bottom: 10px;
  }

  .cat-item .title {
    padding: 10px;
  }

  .categories-top-block {
    margin-bottom: 0;
    display: none;
  }

  .categories-top-block .categories-item-wrapper {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .categories-top-block .categories-item {
    height: auto;
  }

  .cart-products .product .price-old .price-value {
    font-size: 1rem;
  }

  .cart-products .product .price .price-value {
    font-size: 1rem;
  }

  .cart-products .product .price .price-currency {
    font-size: 0.8125rem;
  }

  .tell-block-cart #order-form-fast {
    padding-bottom: 10px;
  }

  .tell-block-cart #order-form-fast > .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tell-block-cart #order-form-fast > .row > .col-auto:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }

  .tell-block-cart #order-form-fast > .row > .col-auto:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .tell-block-cart #order-form-fast > .row > .col-auto:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .tell-block-cart #order-form-fast .form-note {
    max-width: unset;
  }

  .tell-block-cart #order-form-fast .btn-submit {
    width: 100%;
  }

  .tell-block-cart #order-form-fast .form-note {
    font-size: 12px;
  }

  body.page-main .contacts-block {
    padding-top: 30px;
  }

  .contacts-block .section-title {
    margin-bottom: 30px;
  }

  .contacts-info .info-block {
    padding: 0 15px;
  }

  .contacts-info .info-block.phones .content,.contacts-info .info-block.mails .content {
    text-align: center;
  }

  .contacts-info .info-block.phones .content > *:first-child,.contacts-info .info-block.mails .content > *:first-child {
    margin-bottom: 5px;
  }

  .contacts-info .info-block .title {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 54px;
  }

  .contacts-info .info-block .phone:first-child {
    margin-right: 0;
  }

  #map_infrastructure-wrapper {
    height: 480px;
  }

  .page-reviews .item .big-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .page-reviews .item .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .product-gallery {
    margin-bottom: 30px;
  }

  .product-gallery #productGallery li img {
    display: block;
    margin: 0 auto;
  }

  .page-regular .text-formatted img {
    max-width: 300px;
  }

  .page-cooperation .cooperation-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-cooperation .cooperation-form .control-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }

  .copyright {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-title,.page-title {
    text-align: center;
  }

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

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

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

  .text-formatted img.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .scroll-up {
    bottom: 40px;
  }

  .slider-form .btn-submit {
    top: 0;
  }

  .slider-form .notice-text {
    margin-top: 15px;
  }

  .writeus-form {
    margin-bottom: 25px;
  }

  .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;
  }

  .reviews-form-container .control-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .gallery-item .title {
    font-size: 16px;
  }

  .first-slider .item {
    min-height: unset;
  }

  .first-slider .item-content {
    position: static;
    padding: 30px 0 90px;
    text-align: center;
  }

  .first-slider .item-content .section-title span {
    padding: 10px 15px;
  }

  .first-slider .item-content .description {
    left: unset;
    top: unset;
    padding: 10px 15px;
    max-width: 460px;
    margin: 0 auto;
  }

  .main-utp-wrapper {
    margin-top: -65px;
  }

  .main-utp-wrapper .main-utp {
    padding: 35px 20px;
  }

  .main-utp-wrapper .item {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
    text-align: center;
  }

  .main-utp-wrapper .item:first-child {
    margin-right: 0;
    margin-bottom: 35px;
  }

  .main-utp-wrapper .img-wrapper {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0 auto 20px;
  }

  .main-utp-wrapper .description {
    padding-left: 0;
  }

  .main-about-block .left-block {
    max-width: 720px;
  }

  .main-about-block .btn {
    margin: 0 auto 30px;
    display: block;
    max-width: 220px;
  }

  .filter-wrapper {
    margin-bottom: 20px;
    height: auto;
  }

  .filter-wrap {
    display: none;
  }

  .filter-title {
    text-align: center;
    font-size: 18px;
  }

  .filter-title.show .ic:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .filter .attribute-checkbox .btn-apply {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  .reset-filter {
    margin-top: 30px;
  }

  body.page-main .main-catalog-list .catalog-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .search-form .form-element-wrapper {
    width: 100%;
  }

  .search-page .show-on-page {
    margin-right: 0;
    margin-top: 20px;
  }

  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
    max-width: 53%;
  }

  .cart-products .col-price {
    display: none;
  }

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

  .cart-products .col-price-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }

  .cart-products .col-remove-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3%;
        -ms-flex: 0 0 3%;
            flex: 0 0 3%;
    max-width: 3%;
  }

  .cart-buy-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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }

  .cart-buy-block > .col-auto {
    margin: 5px 0;
  }

  .cart-buy-block > .col-auto:nth-child(1) {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .tell-block-cart #order-form-fast > .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tell-block-cart #order-form-fast > .row > .col-auto:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .tell-block-cart #order-form-fast > .row > .col-auto:nth-child(3) {
    width: 100%;
  }

  .tell-block-cart #order-form-fast > .row > .col-auto:nth-child(2) {
    margin-bottom: 10px;
  }

  .contacts-block .section-title {
    margin-bottom: 25px;
  }

  .contacts-block .bottom-block {
    margin-top: 10px;
  }

  .contacts-block .bottom-block .title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .contacts-info .info-block {
    margin-bottom: 20px;
  }

  .contacts-info .info-block.phones .content > *,.contacts-info .info-block.mails .content > * {
    display: block;
  }

  .contacts-info .info-block .title {
    min-height: unset;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .contacts-info .info-block .content {
    text-align: center;
  }

  #map_infrastructure-wrapper {
    height: 350px;
  }

  .characteristic-full {
    margin-bottom: 20px;
  }

  .content-block {
    margin-top: 5px;
  }

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

  .page-cooperation .cooperation-form {
    display: block;
  }

  .page-cooperation .cooperation-form .control-group {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .ui-autocomplete.ui-widget .ui-menu-item .title {
    font-size: 15px;
  }

  .lSSlideOuter.vertical .lSGallery {
    left: 5px !important;
  }

  #nav-header {
    left: 100%;
    -webkit-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
    max-width: 100%;
  }

  #nav-header.show {
    left: 0;
  }

  .section-title,.page-title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .section-title span,.page-title span {
    padding: 10px;
  }

  .btn {
    padding: 10px;
    min-width: unset;
    width: 100%;
  }

  .form-control {
    height: 40px;
  }

  .slider-form {
    padding: 15px;
  }

  .slider-form .form-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .slider-form .form-note {
    margin-bottom: 15px;
  }

  .slider-form .control-group {
    margin-right: 0;
  }

  .slider-form .btn-submit {
    height: 40px;
  }

  .nav-tabs .nav-link {
    min-height: 25px;
    line-height: 18px;
  }

  .tab-content {
    padding: 15px;
  }

  #reviewDialog .control-group {
    padding: 0 15px;
  }

  .last-galleries-list .gallery-slider .owl-nav {
    margin-top: 10px;
    height: auto;
  }

  .last-galleries-list .gallery-slider .owl-prev,.last-galleries-list .gallery-slider .owl-next {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
    border-color: #333333 !important;
  }

  .last-galleries-list .gallery-slider .owl-prev:before,.last-galleries-list .gallery-slider .owl-next:before {
    color: #333333;
  }

  .gallery-item .gallery-item_wrapper {
    padding: 10px;
  }

  .gallery-item .block-info {
    left: 10px;
  }

  .gallery-item .block-info > div {
    font-size: 13px;
    display: block;
  }

  .gallery-item .block-info .city:after {
    display: none;
  }

  .years-list-wrapper {
    padding: 10px 0 5px;
    font-size: 0;
  }

  .years-list-wrapper .title {
    text-align: center;
  }

  .years-list-wrapper .year {
    width: 50%;
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    border-bottom: none;
  }

  .page-galleries-list .grid {
    margin-left: -2px;
    margin-right: -2px;
  }

  .page-galleries-list .grid-item {
    padding-left: 2px;
    padding-right: 2px;
  }

  .page-galleries-list .gallery-item {
    margin-bottom: 15px;
  }

  .page-galleries-list .gallery-item_wrapper .title {
    font-size: 15px;
  }

  .page-gallery .gallery-block {
    margin-bottom: 15px;
  }

  .first-slider .owl-nav button:before {
    width: 25px;
    height: 25px;
  }

  .first-slider .owl-nav .owl-prev {
    left: 10px;
  }

  .first-slider .owl-nav .owl-next {
    right: 10px;
  }

  .main-about-block .left-image {
    max-width: 150px;
    margin: 0 0 10px 10px;
  }

  .filter-wrapper {
    padding: 10px;
  }

  .filter-title {
    position: relative;
    margin-bottom: 0;
    padding: 0 20px 10px;
    font-size: 16px;
  }

  .filter-title .ic {
    position: absolute;
    top: 0;
    right: 0;
  }

  .filter .selections-wrapper > .title {
    padding: 15px 15px 15px 0;
    font-size: 16px;
  }

  .filter .selections-wrapper > .title:before {
    top: 19px;
  }

  .filter .attribute-checkbox .btn-apply {
    margin-bottom: 5px;
  }

  .cat-item .img-wrapper {
    border: none;
  }

  .cat-item .img-wrapper img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    border: 1px solid #f7f7f7;
  }

  .cat-item .title {
    position: static;
    padding: 10px 0 0;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    text-align: center;
  }

  .cat-item .short_content {
    text-align: center;
  }

  .product-card .weight {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
    margin-top: 5px;
  }

  .search-form .form-control {
    min-width: 180px;
  }

  .search-page .block-title-wrapper {
    padding: 15px 0;
  }

  .sort-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }

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

  .cart-products header {
    display: none;
  }

  .cart-products .col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    min-width: 30%;
  }

  .cart-products .col-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .cart-products .col-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }

  .cart-products .col-price-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }

  .cart-products .product {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .cart-products .product .col-price-total,.cart-products .product .col-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 1px;
    margin: 5px 0 0;
    max-width: 50%;
    width: auto;
  }

  .cart-products .product .col-price-total {
    min-width: 100px;
  }

  .cart-products .product .col-price-total,.cart-products .product .qty-wrap .qty-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .cart-products .product .col-price-total .price-text {
    display: inline-block;
    margin-bottom: 9px;
  }

  .cart-products .product .col-remove-block {
    position: absolute;
    top: 0;
    right: 0;
  }

  .cart-products .product .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cart-products .product .qty-wrap .label {
    font-size: 0.875rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
  }

  .cart-products .complect-wrap .complect-total-wrap .col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .cart-products .complect-wrap .complect-total-wrap .price-block,.cart-products .complect-wrap .complect-total-wrap .qty-price {
    width: 100%;
  }

  .cart-products .complect-wrap .complect-total-wrap .qty-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5px;
  }

  #map_infrastructure-wrapper {
    height: 250px;
  }

  .product-gallery .pager-wrapper {
    position: static;
    margin-top: 10px;
  }

  .characteristic-full {
    border: 1px solid #375b39;
  }

  .characteristic-full .characteristics-item:nth-child(odd) .characteristics-value {
    background-color: #fafafa;
  }

  .characteristic-full .characteristics-item:nth-child(even) .characteristics-title {
    background-color: #375b39;
  }

  .characteristic-full .characteristics-title {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
    text-align: center;
  }

  .characteristic-full .characteristics-value {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
  }

  .page-regular .text-formatted img {
    max-width: 150px;
  }

  .copyright {
    font-size: 12px;
    text-align: center;
  }
}

@-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 socialAmin {
  0%,100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }

  20% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  80% {
    -webkit-transform: rotate(-45deg) scale(1.5);
            transform: rotate(-45deg) scale(1.5);
  }
}

@-o-keyframes socialAmin {
  0%,100% {
    -o-transform: rotate(0) scale(1);
       transform: rotate(0) scale(1);
  }

  20% {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  }

  80% {
    -o-transform: rotate(-45deg) scale(1.5);
       transform: rotate(-45deg) scale(1.5);
  }
}

@keyframes socialAmin {
  0%,100% {
    -webkit-transform: rotate(0) scale(1);
         -o-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }

  20% {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  80% {
    -webkit-transform: rotate(-45deg) scale(1.5);
         -o-transform: rotate(-45deg) scale(1.5);
            transform: rotate(-45deg) scale(1.5);
  }
}
