/** Цвета темы *//*
.theme-gradient(@from: @theme-color-1, @to: @theme-color-2) {
	background : @from;
	background : -moz-linear-gradient(left, @from 0%, @to 100%);
	background : -webkit-linear-gradient(left, @from 0%, @to 100%);
	background : linear-gradient(to right, @from 0%, @to 100%);
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='@{from}', endColorstr='@{to}', GradientType=1);
}*//*
.theme-gradient-to-animate(@from: @theme-color-1, @to: @theme-color-2) {
	background : @from;
	background : -moz-linear-gradient(left, @from 0%, @to 33%, @from 67%, @to 100%);
	background : -webkit-linear-gradient(left, @from 0%, @to 33%, @from 67%, @to 100%);
	background : linear-gradient(to right, @from 0%, @to 33%, @from 67%, @to 100%);
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='@{from}', endColorstr='@{to}', GradientType=1);
}*//*
.bg-gradient-animated(@speed: 2.5s, @from: @theme-color-1,@to: @theme-color-2) {
	.theme-gradient-to-animate(@from, @to);
	background-size   : 300% 300%;
	-webkit-animation : animate-gradient @speed linear infinite;
	-moz-animation    : animate-gradient @speed linear infinite;
	-o-animation      : animate-gradient @speed linear infinite;
	animation         : animate-gradient @speed linear infinite;

	&:active {
		.animate-pause;
	}
}*//*
.text-bg-gradient(@from: @theme-color-1, @to: @theme-color-2) {
	&,
	&:before {
		.theme-gradient(@from, @to);
		-webkit-background-clip : text;
		-webkit-text-fill-color : transparent;
	}
}*//*
.text-bg-gradient-animated(@speed: 2.5s, @from: @theme-color-1,@to: @theme-color-2) {
	&,
	&:before {
		.bg-gradient-animated(@speed, @from, @to);
		-webkit-background-clip : text;
		-webkit-text-fill-color : transparent;
	}

	&:active {
		.animate-pause;
	}
}*//*
.text-bg-gradient .animated {
	.text-bg-gradient-animated;
}*/.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;
}/*.border-btn-animation(@from, @to, @bradius-from, @bradius-to, @color){
	0%{
		height: 100%;
		@{from}:0%;
	}
	33% {
		@{from}:0%;
		height: 1px;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
		border-radius: @bradius-from;
	}
	66% {
		@{from}:35%;
		height: 1px;
		border-radius: 0px;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
	}
	100% {
		height: 100%;
		border-@{from}-color: transparent;
		border-@{to}-color: @color;
			@{from}:35%;
		border-radius: @bradius-to;
	}
}

//Обратная анимация закругленных кнопок
.border-btn-animation-back(@from, @to, @bradius-from, @bradius-to, @color){
	0%{
		height: 100%;
		border-@{from}-color: transparent;
		border-@{to}-color: @color;
			@{from}:35%;
		border-radius: @bradius-to;
	}
	33% {
			@{from}:35%;
		height: 1px;
		border-radius: @bradius-to;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
	}
	66% {
			@{from}:0%;
		height: 1px;
		border-radius: 0px;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
	}
	100% {
		height: 100%;
	}
}*/.clearfix {
  clear: both;
}

.clear-after:after {
  content: '';
  display: block;
  clear: both;
}/* 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-1 {
 /* '' */;
}

.ic-home-1: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-marker_location {
 /* '' */;
}

.ic-marker_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-1 {
 /* '' */;
}

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

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

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

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

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

.ic-mail-send {
 /* '' */;
}

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

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

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

.ic-share-1 {
 /* '' */;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ic-pencil-1 {
 /* '' */;
}

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

.ic-quote-2 {
 /* '' */;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ic-phone-mobile: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-man {
 /* '' */;
}

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

.ic-logo-alarm {
 /* '' */;
}

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

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

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

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

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

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

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

.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-menu {
 /* '' */;
}

.ic-menu:before {
  content: '\f0c9';
}

.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-vkontakte {
 /* '' */;
}

.ic-vkontakte: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';
}/*.roboto {
	font-family : "Roboto", sans-serif;
}

//@import "RobotoSlab";
.roboto-slab {
	font-family : "Roboto Slab", sans-serif;
}

//@import "RobotoCondensed";
.roboto-condensed {
	font-family : "Roboto Condensed", sans-serif;
}*/.font-main {
  font-family: "Arial", sans-serif;
}

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

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

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

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

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

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

.custom-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1px;
  margin-right: 0;
  padding-left: 0;
}

.custom-radio .custom-control-description {
  display: block;
}

.custom-radio .custom-control-indicator {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 20px;
  height: 20px;
  background: white;
  margin-right: 10px;
  border: 1px solid #e2ebf4;
  border-radius: 5px;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.custom-radio .custom-control-indicator:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

.custom-radio .custom-control-input:focus ~ .custom-control-indicator,.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-color: white;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-radio .custom-control-input:focus ~ .custom-control-indicator:before,.custom-radio .custom-control-input:checked ~ .custom-control-indicator:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

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

.jq-selectbox.dropdown.opened .jq-selectbox__select {
  border-radius: 10px 10px 0 0;
}

.jq-selectbox.dropdown.opened .jq-selectbox__trigger-arrow {
 /* '' */;
}

.jq-selectbox.dropdown.opened .jq-selectbox__trigger-arrow:before {
  content: '\e815';
}

.jq-selectbox .jq-selectbox__select {
  height: auto;
  outline: none !important;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  max-width: 100%;
  padding: 0.4375rem 1.75rem 0.4375rem 0.75rem;
  vertical-align: middle;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.25;
  overflow: hidden;
  text-shadow: none;
}

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

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

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 8px;
  height: 10px;
  border: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
 /* '' */
  font-size: 12px;
}

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

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

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

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

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

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

.jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 10px 10px;
  border: 1px solid #e3e3e3;
}

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

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

.jq-selectbox .jq-selectbox__dropdown ul li.selected {
 /*background   : @theme-color-3;
					border-color : @theme-color-3;*/
  font-weight: lighter;
  color: white;
}

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

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

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

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

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

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

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

.ui-widget-content {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
  font-size: 1rem;
  font-family: "Arial", sans-serif;
}

.owl-carousel .owl-item .image-wrap {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.owl-nav button {
  font-size: 0px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  outline: none !important;
}

.owl-nav button: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); */;
}

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

.owl-nav button:before {
  font-size: 36px;
}

.owl-nav button:hover {
  color: #333;
}

.owl-nav button.owl-prev {
  margin-left: -20px;
  float: left;
 /* '' */;
}

.owl-nav button.owl-prev:before {
  content: '\e80f';
}

.owl-nav button.owl-next {
  margin-right: -20px;
  float: right;
 /* '' */;
}

.owl-nav button.owl-next:before {
  content: '\e810';
}

.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-infobar__body {
  background: #00974b;
  color: #fff;
}

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

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

.fancybox-thumbs > ul > li:before {
  border-color: #00974b;
  border-radius: 0;
}

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

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

#page-header {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: fixed;
  z-index: 30;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#page-header .logo img {
  padding: 10px 0;
}

#page-header .phones-wrap {
  margin-top: 20px;
  padding-left: 55px;
  background: url("/var/themes/bootstrap/dist/images/phone_icon.png") no-repeat 0% 50%;
}

#page-header .phones-wrap .phone {
  font-size: 18px;
  color: #00974b;
}

#page-header .work-time {
  margin-top: 15px;
  padding-left: 55px;
  background: url("/var/themes/bootstrap/dist/images/clock_icon.png") no-repeat 0% 50%;
  display: inline-block;
  text-align: left;
}

#page-header .work-time .title {
  color: #9d9d9d;
  font-size: 12px;
}

#page-header .work-time .work-time-wrap {
  color: #00974b;
  font-weight: 600;
  font-size: 12px;
}

#page-header .search-site {
  margin-top: 10px;
}

#page-header .search-site .notify {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}

#page-header .search-site .notify span {
  color: #cecece;
}

#page-header .search-site .notify a {
  color: #9d9d9d;
}

#page-header .search-site .input-group {
  position: relative;
  z-index: 10;
}

#page-header .search-site .input-group .search-input {
  font-size: 11px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #cecece;
  font-style: italic;
  padding-left: 15px;
  z-index: 20;
}

#page-header .search-site .input-group .btn-submit {
  position: absolute;
  z-index: 10;
  right: 5px;
  background: none;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  color: #00974b;
}

#page-header .search-site .input-group .btn-submit:hover {
  -webkit-transform: scale(1.45);
      -ms-transform: scale(1.45);
       -o-transform: scale(1.45);
          transform: scale(1.45);
}

#page-header .search-site .search-results {
  position: relative;
  z-index: 5;
}

#page-header .search-site .search-results .ui-autocomplete {
  padding: 25px 10px 15px;
  top: -15px !important;
  width: 100% !important;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

#page-header .search-site .search-results .ui-autocomplete .ui-menu-item {
  padding: 5px 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
}

#page-header .search-site .search-results .ui-autocomplete .ui-menu-item.ui-state-focus {
  font-weight: normal;
  background: #e5f9fb;
  border: 1px solid #a0dbc6;
  color: #5a7e82;
}

#page-header .search-site .search-results .ui-autocomplete .ui-menu-item.ui-state-focus .search-product {
  color: #5a7e82;
}

#page-header .search-site .search-results .ui-autocomplete .ui-menu-item .search-product {
  display: block;
}

#page-header .search-site .search-results .ui-autocomplete .ui-menu-item .search-product .image {
  float: left;
  border: 1px solid #f2f2f2;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
}

#page-header .search-site .search-results .ui-autocomplete .ui-menu-item .search-product .info {
  font-size: 12px;
}

#page-header .search-site .search-results .ui-autocomplete .ui-menu-item .search-product:after {
  content: '';
  display: block;
  clear: both;
}

#page-header .search-site .search-results .ui-autocomplete .see-all {
  text-align: center;
}

#page-header .bottom-block {
  margin-top: -50px;
}

#page-header #nav-header {
  font-size: 16px;
  margin-top: 5px;
}

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

#page-header #nav-header .navbar-nav .nav-item:last-child:after {
  display: none;
}

#page-header #nav-header .navbar-nav .nav-item.dropdown {
  padding-bottom: 12px;
}

#page-header #nav-header .navbar-nav .nav-item.dropdown.active .sub-list-1,#page-header #nav-header .navbar-nav .nav-item.dropdown:hover .sub-list-1 {
  max-height: 500px;
}

#page-header #nav-header .navbar-nav .nav-item .nav-link {
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

#page-header #nav-header .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
  color: #00974b;
}

#page-header #nav-header .navbar-nav .nav-item .nav-link:hover {
  color: #00974b;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 {
  position: fixed;
  min-width: 600px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0;
  top: 131px;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .container > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .container > ul > li {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  line-height: 1.25;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .container > ul > li > a {
  color: #00974b;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 5px 10px;
  text-align: center;
 /*&:after{
										content: '';
										display: block;
										margin-top: 2px;
										border-bottom: 1px solid @gray-lighter;
									}*/;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .container > ul > li > a:hover {
  text-decoration: none;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .container > ul > li > a span {
  display: block;
  min-height: 40px;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .sub-list-2 {
  margin-top: 10px;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .sub-list-2 > ul > li {
  margin-bottom: 5px;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .sub-list-2 > ul > li > a {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 .sub-list-2 > ul > li > a:hover {
  color: #000;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 ul {
  list-style: none;
  padding: 0;
}

#page-header #nav-header .navbar-nav .nav-item .sub-list-1 ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#page-header #nav-header .navbar-nav .nav-item:after {
  content: '';
  margin: 0 5px;
  width: 1px;
  height: 10px;
  background: #cecece;
  display: inline-block;
}

#page-header .langsidebar {
  text-align: right;
}

#page-header .langsidebar #nav-header-languages {
  margin-top: 13px;
}

#page-header .langsidebar #nav-header-languages .languages-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}

#page-header .langsidebar #nav-header-languages .languages-wrap .list-item {
  display: inline-block;
}

#page-header .langsidebar #nav-header-languages .languages-wrap .list-item .lang {
  padding: 5px 8px;
  font-size: 12px;
  color: #9d9d9d;
  margin-right: 3px;
  text-transform: capitalize;
}

#page-header .langsidebar #nav-header-languages .languages-wrap .list-item .lang.active {
  background: #9d9d9d;
  color: #fff;
  border-radius: 5px;
}

html {
  font-size: 16px;
}

body {
  font-size: 0.875rem;
  font-family: "Arial", sans-serif;
  padding-top: 139px;
}

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

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

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

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

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

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

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

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

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

.text-formatted {
  line-height: 1.5;
  color: #000 !important;
  font-family: "Arial", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.text-formatted * {
  font-family: "Arial", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: #000 !important;
}

.text-formatted table {
  margin-bottom: 20px;
}

.text-formatted h2,.text-formatted .h2 {
  font-size: 1.625rem !important;
}

.text-formatted h3,.text-formatted .h3 {
  font-size: 1.375rem !important;
}

.text-formatted a {
  line-height: normal;
  font-weight: bold;
  color: #00974b !important;
}

.text-formatted a * {
  color: #00974b !important;
}

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

.text-formatted p {
  margin-bottom: 0.5rem;
}

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

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

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

.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 img.image {
  max-width: 50%;
}

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

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

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

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

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

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

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

.text-formatted ul li:before {
  content: '•';
  font-size: 26px;
  position: absolute;
  color: #333;
  top: 0;
  left: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 21px;
}

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

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

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

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

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

.text-formatted table {
  max-width: 100%;
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  border-style: inherit !important;
  border-color: black;
}

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

.text-formatted table th,.text-formatted table td {
  padding: 4px 4px;
  text-align: left;
  border-style: inset !important;
  border-color: black;
  border-width: 1px;
}

.text-formatted table th p,.text-formatted table td p {
  margin-bottom: 0;
}

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

img {
  max-width: 100%;
}

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

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

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

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

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

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

.navbar {
  padding: 0;
}

#wrapper {
  overflow: hidden;
}

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

#page-content {
  position: relative;
  z-index: 20;
  padding-top: 5px;
  padding-bottom: 20px;
}

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

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

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

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

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

.grecaptcha-badge {
  z-index: 100;
}/*Стили хлебных крошек*/#page-breadcrumb {
  overflow: hidden;
}

.breadcrumb {
  padding: 6px 0;
  font-size: 0.8125rem;
  margin-bottom: 0px;
  border-radius: 0;
  background: transparent;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
 /*.ic;
			.ic-arrow-right;*/;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  font-size: 0.8rem;
  vertical-align: middle;
  line-height: 1.1875rem;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
}

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

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #00974b;
}

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

.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,.pagination-wrap .pagination .page-item .active {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 1px;
  margin: 5px;
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pagination-wrap .pagination .page-item .page-prev .before,.pagination-wrap .pagination .page-item .page-next .before,.pagination-wrap .pagination .page-item .page-link .before,.pagination-wrap .pagination .page-item .page-current .before,.pagination-wrap .pagination .page-item .active .before,.pagination-wrap .pagination .page-item .page-prev .after,.pagination-wrap .pagination .page-item .page-next .after,.pagination-wrap .pagination .page-item .page-link .after,.pagination-wrap .pagination .page-item .page-current .after,.pagination-wrap .pagination .page-item .active .after {
  opacity: 0;
}

.pagination-wrap .pagination .page-item .page-prev:hover .before,.pagination-wrap .pagination .page-item .page-next:hover .before,.pagination-wrap .pagination .page-item .page-link:hover .before,.pagination-wrap .pagination .page-item .page-current:hover .before,.pagination-wrap .pagination .page-item .active:hover .before,.pagination-wrap .pagination .page-item .page-prev:hover .after,.pagination-wrap .pagination .page-item .page-next:hover .after,.pagination-wrap .pagination .page-item .page-link:hover .after,.pagination-wrap .pagination .page-item .page-current:hover .after,.pagination-wrap .pagination .page-item .active:hover .after {
  opacity: 1;
}

.pagination-wrap .pagination .page-item .page-prev.active,.pagination-wrap .pagination .page-item .page-next.active,.pagination-wrap .pagination .page-item .page-link.active,.pagination-wrap .pagination .page-item .page-current.active,.pagination-wrap .pagination .page-item .active.active {
  color: #00974b;
  font-weight: 600;
}

.pagination-wrap .pagination .page-item .page-prev.active .before,.pagination-wrap .pagination .page-item .page-next.active .before,.pagination-wrap .pagination .page-item .page-link.active .before,.pagination-wrap .pagination .page-item .page-current.active .before,.pagination-wrap .pagination .page-item .active.active .before,.pagination-wrap .pagination .page-item .page-prev.active .after,.pagination-wrap .pagination .page-item .page-next.active .after,.pagination-wrap .pagination .page-item .page-link.active .after,.pagination-wrap .pagination .page-item .page-current.active .after,.pagination-wrap .pagination .page-item .active.active .after {
  opacity: 1;
}

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

.pagination-wrap .pagination .page-item .page-link:hover,.pagination-wrap .pagination .page-item .page-current:hover {
  background: none;
}

.pagination-wrap .pagination .page-item .page-link:hover:before,.pagination-wrap .pagination .page-item .page-current:hover:before,.pagination-wrap .pagination .page-item .page-link:hover:after,.pagination-wrap .pagination .page-item .page-current:hover:after {
  opacity: 1;
}

.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 {
  padding-right: 2px;
 /* '' */;
}

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

.pagination-wrap .pagination .page-item .page-next {
  padding-left: 4px;
 /* '' */;
}

.pagination-wrap .pagination .page-item .page-next:before {
  content: '\f006';
}

.pagination-wrap.center .btn-load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination-wrap.center nav {
  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;
}

.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 {
 /* '' */;
}

.pager .page-prev:before {
  content: '\f007';
}

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

.pager .page-next {
 /* '' */;
}

.pager .page-next:before {
  content: '\f006';
}

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

#page-footer {
  background: #9d9d9d;
}

#page-footer .row {
  min-height: 65px;
}

#nav-footer .navbar-nav {
  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: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

#nav-footer .navbar-nav > .separate {
  height: 8px;
  width: 1px;
  margin-left: 15px;
  margin-right: 15px;
  background: #cecece;
}

#nav-footer .navbar-nav .nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav-footer .navbar-nav .nav-item .nav-link {
  color: white;
  -webkit-transition: 0.2s ease 0.1s;
  -o-transition: 0.2s ease 0.1s;
  transition: 0.2s ease 0.1s;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

#nav-footer .navbar-nav .nav-item .nav-link:hover,#nav-footer .navbar-nav .nav-item .nav-link:focus {
  color: #a0dbc6;
}/* Немного облагородим скрол, (для контента на страницах в основном)*/::-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: #00974b;
  border-radius: 0;
}

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

.phone {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: #00974b;
  text-decoration: none;
  line-height: 1em;
  padding-bottom: 0px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.phone .num,.phone .quote,.phone .sup {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.phone .sup {
  color: #9d9d9d;
  padding-right: 3px;
  font-weight: 600;
  vertical-align: super;
  font-size: 8px;
}

.phone .quote {
  padding-right: 3px;
}

.phone:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

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

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

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

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

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

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

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

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

.hamburger {
  display: inline-block;
}

.hamburger .icon-bar {
  display: block;
  height: 2px;
  width: 15px;
  background: #00974b;
}

.hamburger .icon-bar:not(:first-child) {
  margin-top: 3px;
}

.page-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #666666;
  font-size: 36px;
  position: relative;
  text-align: left;
 /*&:after{
		content: '';
		width: 150px;
		height: 1px;
		background: @green;
		position: absolute;
		bottom :-5px;
		left: 0;
	}*/;
}

.block-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #9d9d9d;
  font-size: 42px;
  position: relative;
  text-align: left;
  line-height: 1;
 /*&:after{
		content: '';
		width: 150px;
		height: 1px;
		background: @green;
		position: absolute;
		bottom :-5px;
		left: 0;
	}*/;
}

.date {
  display: inline-block;
  font-size: 12px;
  color: white;
  text-align: center;
  width: 80px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #00974b;
  color: #00974b;
}

.date span {
  display: inline-block;
  vertical-align: middle;
}

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

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

.price-block .price-old {
  line-height: 1;
  position: relative;
  color: #adadad;
}

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

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

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

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

.price-block .price-old .price-currency:after {
  content: '.';
}

.price-block .price {
  line-height: 1;
}

.price-block .price .price-value {
  font-size: 1.125rem;
  color: #333;
  white-space: nowrap;
  font-weight: bold;
}

.price-block .price .price-currency {
  font-size: 0.75rem;
  color: #333;
  font-weight: normal;
}

.price-block .price-text {
  font-size: 0.75rem;
  color: #3d4572;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding-right: 5px;
}

.price-block .price-text + .price {
  display: inline-block;
}

.price-block .price-text + .price-old {
  display: inline-block;
}

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

.qty-wrap .label {
  color: #3d4572;
}

.qty-wrap .minus,.qty-wrap .plus {
  background: #e2ebf4;
  outline: none !important;
  display: inline-block;
  color: #718dae;
  padding: 0;
  text-align: center;
  width: 27px;
  height: 27px;
  font-weight: 100;
  line-height: 25px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #e2ebf4;
  cursor: pointer;
}

.qty-wrap .minus:before,.qty-wrap .plus:before {
  display: block;
}

.qty-wrap .minus:hover,.qty-wrap .plus:hover {
  background: transparent;
}

.qty-wrap .minus {
  padding-left: 1px;
  font-size: 21px;
  border-radius: 10px 0 0 10px;
  border-right: none;
}

.qty-wrap .minus:before {
  content: "−";
}

.qty-wrap .plus {
  padding-right: 1px;
  font-size: 18px;
  border-radius: 0 10px 10px 0;
  border-left: none;
}

.qty-wrap .plus:before {
  content: '+';
}

.qty-wrap .count-input {
  background: white;
  border-width: 0;
  border-top: 1px solid #e2ebf4;
  border-bottom: 1px solid #e2ebf4;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 2px;
  font-size: 14px;
  line-height: 25px;
  height: 27px;
  width: 33px;
}

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

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

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

.sticker {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  font-size: 0.75rem;
  line-height: 23px;
  min-width: 70px;
  cursor: default;
}

.sticker.action {
  background: #9a38e5;
}

.sticker.top {
  background: #f99f01;
}

.sticker.new {
  background: #00bf67;
}

.sticker.discount {
  color: #333;
  text-shadow: none;
  font-size: 0.652rem;
  min-width: 0;
  line-height: normal;
  font-weight: bold;
}

.sticker.discount: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); */;
}

.sticker.discount .text,.sticker.discount .value {
  position: relative;
  z-index: 3;
  display: block;
}

.sticker.discount .price-value {
  font-weight: bolder;
}

.sticker.discount:before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #333;
  font-size: 33px;
}

.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: 20px;
  background: #333;
  -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: '\e815';
}

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

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

.loader span {
  display: block;
  width: 5px;
  height: 20px;
  background-color: #00974b;
}

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

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

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

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

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

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

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

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

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

.contact-info-widget .phone:before {
  content: '\e820';
}

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

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

.btn-border-break {
  position: relative;
}

.btn-border-break:hover {
 /*&:before{
			animation-name:border-break-a-left;
			animation-iteration-count: 1;
			animation-timing-function: linear;
			animation-duration: 0.2s;
			animation-fill-mode: forwards;
			animation-direction: alternative;
		}
		&:after{
			animation-name: border-break-a-right;
			animation-iteration-count: 1;
			animation-timing-function: linear;
			animation-duration: 0.2s;
			animation-fill-mode: forwards;
			animation-direction: alternative;
		}*/;
}

.btn-border-break .before,.btn-border-break .after {
  content: '';
  position: absolute;
  width: 65%;
  height: 100%;
  border: 1px solid transparent;
}

.btn-border-break .before {
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  left: 0;
  border-radius: 15px 0 0 15px;
  top: 0;
 /*animation-name: border-break-a-left-back;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		animation-duration: 0.2s;
		animation-fill-mode: forwards;
		animation-direction: alternative;*/;
}

.btn-border-break .after {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  right: 0;
  border-radius: 0 15px 15px 0;
  bottom: 0;
 /*animation-name: border-break-a-right-back;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		animation-duration: 0.2s;
		animation-fill-mode: forwards;
		animation-direction: alternative;*/;
}

.btn.focus,.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: black;
}

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

.btn.green {
  background: #00974b;
  color: #fff;
  border-radius: 20px;
}

.btn.green:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}

.btn-blue-light {
  background: #3d4572;
  color: #fff;
}

.btn-blue-light:focus,.btn-blue-light:hover {
  color: #fff;
  border-color: #ffc900;
  background: #ffc900;
}

.btn-yellow,.btn-gray {
  border: none;
  color: black;
  height: 48px;
  border-radius: 24px;
  padding: 5px 30px;
  font-size: 14px;
}

.btn-yellow:focus,.btn-gray:focus,.btn-yellow:hover,.btn-gray:hover {
  color: black;
}

.btn-yellow.btn-small,.btn-gray.btn-small {
  padding-left: 20px;
  padding-right: 20px;
  height: 36px;
  border-radius: 18px;
  font-size: 11px;
}

.btn-yellow.btn-circle,.btn-gray.btn-circle {
  padding: 5px;
  width: 48px;
  border-radius: 100%;
}

.btn-yellow {
  background: #fbbd06;
  background-image: -webkit-linear-gradient(90deg, #fdd82d 0%, #fbbd06 4%, #fccc2c 100%);
  background-image: -ms-linear-gradient(90deg, #fdd82d 0%, #fbbd06 4%, #fccc2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDD82D', endColorstr='#FCCC2C', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 -1px 1px #fcd02c, 0 1px 0 #e0af04, 0 2px 0 #d7a804, 0 3px 0 #ca9e03, 0 17px 20px -10px rgba(202, 158, 3, 0.5);
          box-shadow: inset 0 -1px 1px #fcd02c, 0 1px 0 #e0af04, 0 2px 0 #d7a804, 0 3px 0 #ca9e03, 0 17px 20px -10px rgba(202, 158, 3, 0.5);
}

.btn-yellow:focus,.btn-yellow:hover {
  background: #ffc106;
  background-image: -webkit-linear-gradient(90deg, #ffda2d 0%, #ffc106 4%, #ffcf2c 100%);
  background-image: -ms-linear-gradient(90deg, #ffda2d 0%, #ffc106 4%, #ffcf2c 100%);
  text-shadow: 0 1px 1px #ffffff;
  -webkit-box-shadow: inset 0 -1px 1px #ffd32c, 0 1px 0 #eab804, 0 2px 0 #e4b504, 0 3px 0 #d6a903, 0 17px 20px -10px rgba(217, 173, 3, 0.6);
          box-shadow: inset 0 -1px 1px #ffd32c, 0 1px 0 #eab804, 0 2px 0 #e4b504, 0 3px 0 #d6a903, 0 17px 20px -10px rgba(217, 173, 3, 0.6);
}

.btn-yellow.btn-small {
  -webkit-box-shadow: inset 0 -1px 1px #ffd32c, 0 1px 0 #e0af04, 0 2px 0 #d7a804, 0 8px 10px -5px rgba(217, 173, 3, 0.6);
          box-shadow: inset 0 -1px 1px #ffd32c, 0 1px 0 #e0af04, 0 2px 0 #d7a804, 0 8px 10px -5px rgba(217, 173, 3, 0.6);
}

.btn-yellow.btn-circle {
  -webkit-box-shadow: inset 0 -1px 1px #ffd32c, 0 1px 0 #e0af04, 0 8px 10px -5px rgba(217, 173, 3, 0.3);
          box-shadow: inset 0 -1px 1px #ffd32c, 0 1px 0 #e0af04, 0 8px 10px -5px rgba(217, 173, 3, 0.3);
}

.btn-gray {
  background: #ebebeb;
  background-image: -webkit-linear-gradient(90deg, #ebebeb 0%, #dfdfdf 4%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(90deg, #ebebeb 0%, #dfdfdf 4%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDD82D', endColorstr='#FCCC2C', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 -1px 1px #eee, 0 1px 0 #d7d7d7, 0 2px 0 #cecece, 0 3px 0 #c9c9c9, 0 17px 20px -10px rgba(215, 215, 215, 0.6);
          box-shadow: inset 0 -1px 1px #eee, 0 1px 0 #d7d7d7, 0 2px 0 #cecece, 0 3px 0 #c9c9c9, 0 17px 20px -10px rgba(215, 215, 215, 0.6);
}

.btn-gray:focus,.btn-gray:hover {
  background: #d7d7d7;
  background-image: -webkit-linear-gradient(90deg, #d7d7d7 0%, #cbcbcb 4%, #d2d2d2 100%);
  background-image: -ms-linear-gradient(90deg, #d7d7d7 0%, #cbcbcb 4%, #d2d2d2 100%);
  text-shadow: 0 1px 1px #ffffff;
  -webkit-box-shadow: inset 0 -1px 1px #eee, 0 1px 0 #c3c3c3, 0 2px 0 #bababa, 0 3px 0 #b5b5b5, 0 17px 20px -10px rgba(215, 215, 215, 0.6);
          box-shadow: inset 0 -1px 1px #eee, 0 1px 0 #c3c3c3, 0 2px 0 #bababa, 0 3px 0 #b5b5b5, 0 17px 20px -10px rgba(215, 215, 215, 0.6);
}

.btn-gray.btn-small {
  -webkit-box-shadow: inset 0 -1px 1px #eee, 0 1px 0 #d7d7d7, 0 2px 0 #cecece, 0 8px 10px -5px rgba(215, 215, 215, 0.6);
          box-shadow: inset 0 -1px 1px #eee, 0 1px 0 #d7d7d7, 0 2px 0 #cecece, 0 8px 10px -5px rgba(215, 215, 215, 0.6);
}

.btn-gray.btn-circle {
  -webkit-box-shadow: inset 0 -1px 1px #e5ebf2, 0 1px 0 #c7cbd0, 0 8px 10px -5px rgba(215, 215, 215, 0.3);
          box-shadow: inset 0 -1px 1px #e5ebf2, 0 1px 0 #c7cbd0, 0 8px 10px -5px rgba(215, 215, 215, 0.3);
}

a.btn-yellow,a.btn-gray {
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

a.btn-yellow.btn-small,a.btn-gray.btn-small {
  line-height: 38px;
}

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

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

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

.btn-link,.btn-link .text {
  -webkit-transition: 0.2s ease 0.2s;
  -o-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
  color: #00974b;
}

.btn-link .text {
  border-bottom: 1px solid #00974b;
}

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

.btn-link:hover,.btn-link:active,.btn-link.active,.btn-link:focus,.btn-link:hover .text,.btn-link:active .text,.btn-link.active .text,.btn-link:focus .text {
  color: #00974b;
}

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

.btn-link-blue,.btn-link-blue .text {
  color: #1180e7;
}

.btn-link-blue .text {
  border-color: #1180e7;
}

.btn-link-blue:hover,.btn-link-blue:active,.btn-link-blue.active,.btn-link-blue:focus,.btn-link-blue:hover .text,.btn-link-blue:active .text,.btn-link-blue.active .text,.btn-link-blue:focus .text {
  color: #1180e7;
}

.btn-link-dark-blue,.btn-link-dark-blue .text {
  color: #354c68;
}

.btn-link-dark-blue .text {
  border-color: #354c68;
}

.btn-link-dark-blue:hover,.btn-link-dark-blue:active,.btn-link-dark-blue.active,.btn-link-dark-blue:focus,.btn-link-dark-blue:hover .text,.btn-link-dark-blue:active .text,.btn-link-dark-blue.active .text,.btn-link-dark-blue:focus .text {
  color: #354c68;
}

.btn-link-gray,.btn-link-gray .text {
  color: #abb8c7;
}

.btn-link-gray .text {
  border-color: #abb8c7;
}

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

.button-view-all-text {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #5a7e82;
  font-weight: 600;
}

.button-view-all-text .view,.button-view-all-text .hide {
  margin-top: 20px;
  color: inherit;
}

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

.button-view-all-text .hide {
  display: none;
}

.button-view-all-text.view-hide-btn .view {
  display: none;
}

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

.hidden-text-block {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
 /* Размытие */;
}

.hidden-text-block:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

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

.btn-red {
  background-color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.socials-list .item.social-twitter .social-icon {
  background: #00aef1;
}

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

.social-likes {
  text-align: center;
  padding-top: 25px;
}

.social-likes .widget-item {
  margin-top: 15px;
  display: inline-block;
}

.social-likes .title {
  display: inline-block;
  font-size: 14px;
}

.social-likes .item {
  position: relative;
}

.social-likes .item .hidden {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.social-likes .item .hidden:hover + i {
  vertical-align: top;
}

.social-likes .item.instagram .ig-follow {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.google-plus iframe {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.facebook .fb-share-button {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.vk a {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-auth {
  display: block;
  text-align: center;
}

.social-auth .social {
  position: relative;
  display: inline-block;
  margin: 5px 5px 0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
  border: 1px solid #333;
}

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

.social-auth .social i {
  color: #333;
}

.form-placeholder-color {
  color: rgba(67, 67, 67, 0.25);
}

.form-control {
  height: 50px;
  border-radius: 10px;
  border-color: #f2f5f9;
  background: #f2f5f9;
  color: #333;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-control:focus {
  background: #f2f5f9;
  border-color: #00974b;
}

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

.form-control::-webkit-input-placeholder {
  color: rgba(67, 67, 67, 0.25);
}

.form-control::-moz-placeholder {
  color: rgba(67, 67, 67, 0.25);
}

.form-control:-moz-placeholder {
  color: rgba(67, 67, 67, 0.25);
}

.form-control:-ms-input-placeholder {
  color: rgba(67, 67, 67, 0.25);
}

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

.form-control.bg-icon ~ i {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: rgba(67, 67, 67, 0.25);
}

.form-control.bg-icon ~ i.ic-email {
  font-size: 14px;
}

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

.form-control.jq-selectbox .jq-selectbox__select {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-color: #f2f5f9;
  color: #333;
  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: 120px;
}

form .form-note,form .form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

form .form-title {
  font-weight: bold;
  color: white;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

form .form-title.uppercase {
  text-transform: uppercase;
}

form .form-note {
  font-size: 13px;
  text-align: center;
}

form .control-group {
  position: relative;
}

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

form .label,form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

form .label .required,form label .required {
  margin-left: 1px;
}

form .label .required:before,form label .required:before {
  content: '*';
}

form .btn-send {
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}

form .btn-send .btn {
  margin: 20px 5px 5px;
}

form .form-error .reset-list {
  list-style: none;
  padding: 0;
  font-size: 0.75rem;
  color: red;
}

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

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

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

.form-popup .popup-title,form .popup-title,.form-popup .form-title,form .form-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #29415f;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 5px;
  line-height: 1.35;
  margin-bottom: 10px;
  border-radius: 10px 10px 0 0;
}

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

.form-popup .form-note,form .form-note,.form-popup .control-group,form .control-group,.form-popup .btn-send,form .btn-send {
  padding-left: 20px;
  padding-right: 20px;
}

#messageDialog {
  border-radius: 10px;
}

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

#messageDialog .popup-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 65px 5px 20px;
  background: #29415f;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

#messageDialog .popup-title:before {
  content: '!';
  font-weight: bold;
  margin-right: 10px;
  font-size: 26px;
}

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

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

.fancybox-container.form-popup form {
  border-radius: 20px 20px 10px 10px;
  margin-bottom: 0;
}

.fancybox-container.form-popup .form-title {
  padding-left: 20px;
  padding-right: 65px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fancybox-container.form-popup .fancybox-close-small {
  height: 60px;
  width: 60px;
}

.form-popup .alert,#messageDialog .alert {
  background: none;
  border: none;
  margin: 0;
  color: #333;
  font-size: 16px;
}

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

#messageDialog .alert {
  padding: 0;
}

.serviceOrder-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin: 30px auto;
}

form.serviceOrder-form {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  background: #12273e;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

form.serviceOrder-form .form-title {
  background: none;
  min-height: 1px;
  margin-bottom: 0;
  font-size: 1.625rem;
  text-transform: none;
}

form.serviceOrder-form .form-note {
  color: #8e8e8e;
}

form.serviceOrder-form .form-title,form.serviceOrder-form .form-note,form.serviceOrder-form .control-group,form.serviceOrder-form .btn-send {
  padding-left: 35px;
  padding-right: 35px;
}

form.serviceOrder-form .form-control {
  background: transparent !important;
  border-color: #b3b3b3;
  height: 36px;
  border-radius: 18px;
  font-size: 0.8125rem;
  color: white;
}

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

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

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

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

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

form.serviceOrder-form .form-control:-webkit-autofill,form.serviceOrder-form .form-control:-webkit-autofill:hover,form.serviceOrder-form .form-control:-webkit-autofill:focus,form.serviceOrder-form .form-control:-webkit-autofill:active {
  color: white !important;
  -webkit-text-fill-color: white !important;
}

form.serviceOrder-form .form-error {
  margin-top: 5px;
}

form.serviceOrder-form .form-error ul {
  list-style-type: none;
}

form.serviceOrder-form .form-error ul li {
  padding-left: 0;
}

form.serviceOrder-form .form-error ul li:before {
  display: none;
}

form.serviceOrder-form .btn-send {
  margin-left: 0;
  margin-right: 0;
}

form.serviceOrder-form .btn-send .btn {
  width: 100%;
  margin: 5px auto;
}

form.serviceOrder-form:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
  margin-top: -1px;
  background: url("/var/themes/bootstrap/dist/images/decore/dz-down-b.svg") repeat-x center bottom;
  -webkit-background-size: 38px 12px;
          background-size: 38px 12px;
}

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

.nav-tabs .nav-link {
  border-radius: 10px 10px 0 0;
  border-color: #e2ebf4;
  border-bottom-width: 0;
  background: white;
  color: #333;
  margin-right: 10px;
  font-size: 0.875rem;
  min-width: 200px;
  min-height: 40px;
  line-height: 28px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 1px;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link.active {
  background: #00974b;
  border-color: #00974b;
  color: white;
}

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

.reviews-list .review {
  position: relative;
  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;
  border-bottom: 1px solid #f7f5f2;
  padding: 30px 0;
}

.reviews-list .review .quotation {
  position: absolute;
  color: #333;
  opacity: 0.05;
  height: 73px;
  width: 73px;
  overflow: hidden;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MC45NTcwNjEgNzEuMDA0Njk0IiB2ZXJzaW9uPSIxLjEiPg0KICA8cGF0aCBmaWxsPSIjNDM0MzQzIiBkPSJtIDE1LjcxMzY4NCw2OS45NjA3OCBjIC0yLjIwODIzLDEuNzIxNCAtMi40MDA0MywxLjY2MDIgLTguOTYzNDIwMiwtMi44NTA4IC0zLjY4ODczLC0yLjUzNTUgLTYuNzI2MjMwMDQsLTQuOTE1MiAtNi43NTAwMDAwMzkwMiwtNS4yODgzIEMgLTAuMDIzNTM2MjQsNjEuNDQ4NTggMS41NjYzNzM4LDU4LjQ0MTc4IDMuNTMzMzEzOCw1NS4xMzk4OCBjIDEuOTY2OTQsLTMuMzAxOSA0LjczNDMsLTkuMjk2NyA2LjE0OTY5LC0xMy4zMjE3IEMgMTEuOTU5MDY0LDM1LjM0NTY4IDEyLjMxMDAzNCwzMi41MDY2OCAxMi43MjAxODQsMTcuMjUgTCAxMy4xODM5MTQsMCBsIDEyLjM4NjU4LDAgMTIuMzg2NTcsMCAwLDEzLjg0MDA0IGMgMCwxMC40OTI4NCAtMC40NzYwNywxNS43MDE0NCAtMS45Njg0OCwyMS41MzY3NCAtMS4wODI2Niw0LjIzMzIgLTMuNzc0OTUsMTEuMTY3NiAtNS45ODI4NywxNS40MDk5IC0yLjIwNzkxLDQuMjQyMyAtNS44MTkxMiw5Ljg5NjIgLTguMDI0OSwxMi41NjQyIC0yLjIwNTc4LDIuNjY4IC01LjAyNTk5LDUuNjQyNCAtNi4yNjcxMyw2LjYwOTkgeiBtIDMzLDAgYyAtMi4yMDgyMywxLjcyMTQgLTIuNDAwNDMsMS42NjAyIC04Ljk2MzQyLC0yLjg1MDggLTMuNjg4NzMsLTIuNTM1NSAtNi43MjYyMywtNC45MTUyIC02Ljc1LC01LjI4ODMgLTAuMDIzOCwtMC4zNzMxIDEuNTY2MTEsLTMuMzc5OSAzLjUzMzA1LC02LjY4MTggMS45NjY5NCwtMy4zMDE5IDQuNzM0MywtOS4yOTY3IDYuMTQ5NjksLTEzLjMyMTcgMi4yNzYwNiwtNi40NzI1IDIuNjI3MDMsLTkuMzExNSAzLjAzNzE4LC0yNC41NjgxOCBMIDQ2LjE4MzkxNCwwIGwgMTIuMzg2NTgsMCAxMi4zODY1NywwIDAsMTMuODQwMDQgYyAwLDEwLjQ5Mjg0IC0wLjQ3NjA3LDE1LjcwMTQ0IC0xLjk2ODQ4LDIxLjUzNjc0IC0xLjA4MjY2LDQuMjMzMiAtMy43NzQ5NSwxMS4xNjc2IC01Ljk4Mjg3LDE1LjQwOTkgLTIuMjA3OTEsNC4yNDIzIC01LjgxOTEyLDkuODk2MiAtOC4wMjQ5LDEyLjU2NDIgLTIuMjA1NzgsMi42NjggLTUuMDI1OTksNS42NDI0IC02LjI2NzEzLDYuNjA5OSB6Ii8+DQo8L3N2Zz4=") no-repeat center;
}

.reviews-list .review .quotation-before {
  bottom: 25px;
  left: 0;
}

.reviews-list .review .quotation-after {
  top: 15px;
  right: 5px;
}

.reviews-list .review .img-wrap {
  position: relative;
}

.reviews-list .review .img-wrap:not(.no-image) {
  min-width: 180px;
}

.reviews-list .review .img-wrap:not(.no-image):after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background: #f2f5f9;
  border-radius: 100%;
}

.reviews-list .review .img-wrap:not(.no-image) a,.reviews-list .review .img-wrap:not(.no-image) img {
  display: block;
  border-radius: 100%;
}

.reviews-list .review .img-wrap.no-image img {
  margin-top: 20px;
  display: block;
}

.reviews-list .review:not(.review-answer) .img-wrap,.reviews-list .review:not(.review-answer) .content-wrap {
  margin-left: 11.5%;
}

.reviews-list .review .img-wrap + .content-wrap {
  margin-left: 4%;
}

.reviews-list .review .img-wrap + .content-wrap header {
  margin-top: 15px;
}

.reviews-list .review header {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

.reviews-list .review header .name {
  min-width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.reviews-list .review header .rating {
  margin-right: 10px;
}

.reviews-list .review.review-answer {
  padding: 15px 0;
  margin-left: 11.5%;
}

.reviews-list .review .text-formatted > :last-child {
  margin-bottom: 0;
}

.reviews-list .review .text-formatted > br:last-child {
  display: none;
}

#reviewDialog {
  max-width: 820px;
}

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

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

.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: #00974b;
  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 #00974b;
  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 i {
  display: inline-block;
  font-size: 20px;
  padding-right: 5px;
  border-bottom: 1px solid;
}

.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 label {
  width: 100%;
  max-width: 150px;
  padding-right: 20px;
  margin-top: 13px;
}

.reviews-form-container .reviews-form .control-group label + .controls {
  margin-left: 0;
}

.reviews-form-container .reviews-form .control-group .controls {
  width: 100%;
  margin-left: 150px;
}

.gallery-default .slide {
  padding: 15px;
}

.gallery-default .slide a {
  text-decoration: none;
 /* '' */;
}

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

.gallery-default .slide a:before {
  content: '\e84e';
}

.gallery-default .slide a:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 0.625rem;
  color: white;
  opacity: 0;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.gallery-default .slide a img {
  margin: 0;
  -webkit-filter: contrast(100%) brightness(100%);
          filter: contrast(100%) brightness(100%);
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
  border-radius: 10px;
}

.gallery-default .slide a:hover:before {
  opacity: 1;
  font-size: 2.5rem;
}

.gallery-default .slide a:hover img {
  -webkit-filter: contrast(70%) brightness(70%);
          filter: contrast(70%) brightness(70%);
}

.page-articles-list {
  padding-bottom: 30px;
}

.page-articles-list .page-title {
  margin-bottom: 25px;
}

.page-articles-list .articles-list-wrap .card-article {
  margin-bottom: 35px;
}

.page-articles-list .articles-list-wrap .card-article .card-body {
  padding: 0;
  position: relative;
}

.page-articles-list .articles-list-wrap .card-article .card-body .card-date {
  position: absolute;
  z-index: 20;
  top: 20px;
  background: #fff;
  border: 1px solid #00974b;
  color: #00974b;
  line-height: 20px;
  height: 23px;
  font-size: 11px;
}

.page-articles-list .articles-list-wrap .card-article .card-body .col-image a {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.page-articles-list .articles-list-wrap .card-article .card-body .col-content .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #034a21;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.page-articles-list .articles-list-wrap .card-article .card-body .col-content .card-text {
  margin-bottom: 5px;
  line-height: 1.3;
}

.page-articles-list .articles-list-wrap .card-article .card-body .col-content .btn-link .text {
  border-bottom: 0;
  font-weight: 600;
}

.page-article .page-title {
  font-size: 24px;
}

.last-articles-block {
  padding: 35px 0 40px;
  background: #e5f9fb;
}

.last-articles-block .block-title {
  margin-bottom: 15px;
}

.last-articles-block .more {
  position: relative;
  top: -45px;
}

.last-articles-block .articles-list-wrap .article-block .inner .image img {
  border-radius: 33px;
}

.last-articles-block .articles-list-wrap .article-block .inner .date {
  position: absolute;
  top: 10%;
  background: #00974b;
  height: 25px;
  line-height: 25px;
  color: #fff;
}

.last-articles-block .articles-list-wrap .article-block .inner .description .article-title {
  display: block;
  font-size: 18px;
  color: #034a21;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}

.last-articles-block .articles-list-wrap .article-block .inner .description .announce {
  color: #034a21;
  line-height: 1.3;
  margin-bottom: 10px;
}

.last-articles-block .articles-list-wrap .article-block .inner .description .btn-link {
  text-decoration: none;
  font-weight: 600;
}

.last-articles-block .articles-list-wrap .article-block .inner .description .btn-link:hover:after {
  margin-left: 7px;
}

.last-articles-block .articles-list-wrap .article-block .inner .description .btn-link .text {
  border: none;
}

.last-articles-block .articles-list-wrap .article-block .inner .description .btn-link:after {
  content: '>';
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-main .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #00974b;
  border-bottom: 1px solid #00974b;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.page-main .more:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.page-main .page-content {
  padding: 35px 0;
  background: #e5f9fb;
}

.page-main .page-content .page-title {
  margin-bottom: 0.5em;
}

.slider-on-main #sliderOnMain .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 100%;
}

.slider-on-main #sliderOnMain .swiper-slide .content {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-on-main #sliderOnMain .swiper-slide .content > .row {
  height: 100%;
}

.slider-on-main #sliderOnMain .swiper-slide .content > .row .title {
  font-size: 42px;
  color: #00974b;
  text-transform: uppercase;
  font-weight: 600;
}

.slider-on-main #sliderOnMain .swiper-slide .content > .row .link {
  padding: 12px 35px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}

.slider-on-main #sliderOnMain .swiper-slide .content > .row .link:hover {
  text-decoration: none;
}

.slider-on-main #sliderOnMain .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 7px 15px;
  border-radius: 30px;
  line-height: 0.15;
}

.slider-on-main #sliderOnMain .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
}

.slider-on-main #sliderOnMain .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666666;
}

.home-catalog {
  padding: 35px 0;
}

.home-catalog .block-title {
  margin-bottom: 0px;
}

.home-catalog .nav-list .nav-item {
  margin-top: 100px;
  margin-bottom: 15px;
}

.home-catalog .nav-list .nav-item .main {
  display: block;
  padding: 30px;
  height: 100%;
  border-radius: 20px;
  min-height: 260px;
  background: #e5f9fb;
  background: -webkit-linear-gradient(45deg, #e5f9fb 0%, #a0dbc6 100%);
  background: -o-linear-gradient(45deg, #e5f9fb 0%, #a0dbc6 100%);
  background: linear-gradient(45deg, #e5f9fb 0%, #a0dbc6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@aqua-light', endColorstr='@aqua', GradientType=1);
}

.home-catalog .nav-list .nav-item .main:hover {
  text-decoration: none;
}

.home-catalog .nav-list .nav-item .main:hover .before,.home-catalog .nav-list .nav-item .main:hover .after {
  opacity: 1;
}

.home-catalog .nav-list .nav-item .main .before,.home-catalog .nav-list .nav-item .main .after {
  border-width: 2px;
  opacity: 0;
}

.home-catalog .nav-list .nav-item .main .image {
  height: 120px;
}

.home-catalog .nav-list .nav-item .main .image img {
  margin-top: -80px;
  position: relative;
  max-width: 75%;
}

.home-catalog .nav-list .nav-item .main .title {
  font-size: 30px;
  color: #00974b;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.2;
}

.home-catalog .nav-list .nav-item .main .content {
  margin-top: 8px;
  color: #5a7e82;
}

.utp-suppliers {
  margin-bottom: 55px;
}

.utp-suppliers .suppliers-list {
  padding: 0 25px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.utp-suppliers .suppliers-list .item {
  text-align: center;
}

.utp-suppliers .suppliers-list .owl-nav {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.utp-suppliers .suppliers-list .owl-nav .owl-prev,.utp-suppliers .suppliers-list .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.utp-suppliers .suppliers-list .owl-nav .owl-prev:hover,.utp-suppliers .suppliers-list .owl-nav .owl-next:hover {
  background: #a0dbc6;
}

.utp-suppliers .suppliers-list .owl-nav .owl-prev {
  left: 0;
}

.utp-suppliers .suppliers-list .owl-nav .owl-next {
  right: 0;
}

#home-contacts {
  padding: 35px 0;
}

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

.contacts-block .title {
  font-size: 16px;
  margin-bottom: 10px;
}

.contacts-block .phones {
  margin-bottom: 5px;
}

.contacts-block .phones .label {
  float: left;
  width: 20%;
  color: #00974b;
}

.contacts-block .phones .phone-block {
  float: right;
  width: 80%;
}

.contacts-block .phones .phone-block .phone {
  color: #333;
  font-weight: 500;
}

.contacts-block .phones .phone-block .phone .sup {
  display: none;
}

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

.contacts-block .email .label {
  float: left;
  width: 20%;
  color: #00974b;
}

.contacts-block .email a {
  float: right;
  width: 80%;
  color: #333;
}

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

.contacts-block .writeus {
  margin-top: 25px;
  background: #e5f9fb;
  border-radius: 40px;
  padding: 35px 60px;
}

.contacts-block .writeus .title {
  font-size: 32px;
  color: #9d9d9d;
  font-weight: 600;
  margin-bottom: 0;
}

.contacts-block .writeus > .text {
  font-size: 12px;
  color: #5a7e82;
  margin-bottom: 25px;
}

.contacts-block .writeus .writeusForm-container .writeus-form .control-group {
  padding: 0;
}

.contacts-block .writeus .writeusForm-container .writeus-form .control-group .controls {
  position: relative;
}

.contacts-block .writeus .writeusForm-container .writeus-form .control-group .controls .ic {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #666666;
}

.contacts-block .writeus .writeusForm-container .writeus-form .control-group .controls .ic.ic-email-2 {
  font-size: 12px;
}

.contacts-block .writeus .writeusForm-container .writeus-form .control-group .controls input.form-control {
  height: 30px;
  padding-left: 40px;
}

.contacts-block .writeus .writeusForm-container .writeus-form .control-group .form-control {
  background: #fff;
  border-color: #fff;
  font-size: 12px;
  border-radius: 20px;
}

.contacts-block .writeus .writeusForm-container .writeus-form .btn {
  width: 100%;
  margin-top: 15px;
}

.contacts-block #map_infrastructure {
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
}

.contacts-block #map_infrastructure #map_infrastructure-wrapper {
  height: 100%;
}

.page-root-categories {
  margin-top: 10px;
}

.page-root-categories .page-title {
  margin-bottom: 0;
}

.page-root-categories .home-catalog {
  padding-top: 0;
}

.page-root-categories .home-catalog .nav-list .nav-item {
  margin-top: 85px;
}

.page-product-card {
  padding-bottom: 20px;
}

.page-product-card .page-title.small {
  font-size: 18px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.page-product-card .product-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}

.page-product-card .product-top-info .col-left {
  -webkit-flex-basis: 48.5%;
      -ms-flex-preferred-size: 48.5%;
          flex-basis: 48.5%;
  width: 48.5%;
  margin-top: 10px;
}

.page-product-card .product-top-info .col-left .noslider #autoWidth {
  padding: 0;
  list-style: none;
}

.page-product-card .product-top-info .col-left .noslider #autoWidth a {
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
}

.page-product-card .product-top-info .col-left .lSSlideOuter {
  padding: 0 0 0 105px !important;
}

.page-product-card .product-top-info .col-left .lSSlideOuter .lSSlideWrapper .lightSlider .lslide a {
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
}

.page-product-card .product-top-info .col-left .lSSlideOuter .lSPager {
  right: auto;
  left: 0;
  margin-left: 0 !important;
}

.page-product-card .product-top-info .col-left .lSSlideOuter .lSPager li {
  border-radius: 0;
}

.page-product-card .product-top-info .col-left .lSSlideOuter .lSPager li a {
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
}

.page-product-card .product-top-info .col-right {
  -webkit-flex-basis: 48.5%;
      -ms-flex-preferred-size: 48.5%;
          flex-basis: 48.5%;
  width: 100%;
}

.page-product-card .product-top-info .col-right .page-title {
  margin-top: 5px;
  color: #666666;
  font-size: 28px;
  text-transform: inherit;
  margin-bottom: 0;
}

.page-product-card .product-top-info .col-right .buy-oneclick {
  background: #f7f7f7;
  padding: 20px 28px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.page-product-card .product-top-info .col-right .buy-oneclick .title {
  font-size: 25px;
  color: #00974b;
  font-weight: bold;
  text-transform: uppercase;
}

.page-product-card .product-top-info .col-right .buy-oneclick > .text {
  color: #a9a9a9;
  font-size: 12px;
  margin-bottom: 10px;
}

.page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form {
  position: relative;
}

.page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form .reset-list {
  padding: 10px;
}

.page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form .form-control {
  background: none;
  border: 1px solid #a9a9a9;
  border-radius: 30px;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 35px;
}

.page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form .btn-send {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form .btn-send .btn {
  margin: 0;
  height: 50px;
  border-radius: 30px;
  padding: 0.5rem 60px;
}

.page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form .btn-send .btn .text {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}

.page-product-card .product-top-info .rating-block {
  margin-bottom: 20px;
}

.page-product-card .product-top-info .rating-block .product-rate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.page-product-card .product-top-info .rating-block .product-rate-wrap .amount,.page-product-card .product-top-info .rating-block .product-rate-wrap .rate-list {
  margin: 5px;
}

.page-product-card .product-top-info .rating-block .product-rate-wrap .amount {
  font-size: 0.875rem;
}

.page-product-card .product-top-info .price-block {
  margin-bottom: 25px;
}

.page-product-card .product-top-info .price-block .price-old,.page-product-card .product-top-info .price-block .price {
  display: inline-block;
}

.page-product-card .product-top-info .price-block .price-old {
  margin-right: 15px;
}

.page-product-card .product-top-info .price-block .price-old .price-value {
  font-size: 1.625rem;
}

.page-product-card .product-top-info .price-block .price-old .price-currency {
  display: none;
}

.page-product-card .product-top-info .price-block .price .price-value {
  font-size: 1.875rem;
}

.page-product-card .product-top-info .price-block .price .price-currency {
  font-weight: normal;
  font-size: 1.25rem;
}

.page-product-card .product-top-info .product-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}

.page-product-card .product-top-info .product-buy > * {
  margin: 5px;
}

.page-product-card .product-top-info .product-buy .btn-buy,.page-product-card .product-top-info .product-buy .btn-buy-one-click {
  width: 100%;
  max-width: 200px;
}

.page-product-card .product-top-info .product-buy .btn-compare {
  min-width: 48px;
}

.page-product-card .product-top-info .product-buy .stock {
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #354c68;
  font-weight: bold;
  line-height: 48px;
}

.page-product-card .product-top-info .characteristics-short {
  margin-top: 30px;
}

.page-product-card #product-reviews-tab .amount-value {
  color: #bec7d3;
}

.page-product-card #product-reviews-tab .amount-value.active {
  color: #00974b;
}

.page-product-card #product-reviews-tab.active .amount-value,.page-product-card #product-reviews-tab.active .amount-value.active {
  color: #fff;
}

.page-product-card .product-description {
  margin-bottom: 0;
}

.page-product-card .product-description h4 {
  margin: 10px 0;
}

.page-product-card .products-list-wrap,.page-product-card .product-set-list-wrap {
  margin-top: 2rem;
}

.product-set-list-wrap .owl-carousel {
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.product-set-list-wrap .owl-carousel .owl-stage-outer {
  border-top: 1px solid #e2ebf4;
  border-bottom: 1px solid #e2ebf4;
}

.product-set-list-wrap .owl-carousel.nav-disabled {
  padding-left: 0;
  padding-right: 0;
}

.product-set-list-wrap .owl-carousel.nav-disabled .owl-dots {
  left: 0;
  right: 0;
}

.product-set-list-wrap .owl-carousel.dots-disabled {
  padding-bottom: 0;
}

.product-set-list-wrap .owl-carousel .owl-dots {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-set-list-wrap .owl-carousel .owl-dots:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  top: 8px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #e2ebf4;
}

.product-set-list-wrap .owl-carousel .owl-dots .owl-dot {
  position: relative;
  z-index: 5;
  width: 19px;
  height: 19px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:not(:last-child) {
  margin-right: 15px;
}

.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:before,.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 100%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:before {
  z-index: 1;
  border: 5px solid #e2ebf4;
  background: white;
}

.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:after {
  z-index: 5;
  background: #00974b;
  opacity: 0;
}

.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:hover:before,.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:focus:before,.product-set-list-wrap .owl-carousel .owl-dots .owl-dot.active:before {
  border-width: 2px;
  width: 19px;
  height: 19px;
}

.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:hover:after,.product-set-list-wrap .owl-carousel .owl-dots .owl-dot:focus:after,.product-set-list-wrap .owl-carousel .owl-dots .owl-dot.active:after {
  width: 3px;
  height: 3px;
  opacity: 1;
}

.product-set-list-wrap .owl-carousel .owl-dots.disabled {
  display: none;
}

.product-set-list-wrap .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-set-list-wrap .owl-carousel .owl-nav {
  z-index: -1;
  top: 0;
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
}

.product-set-list-wrap .owl-carousel .owl-nav .owl-prev,.product-set-list-wrap .owl-carousel .owl-nav .owl-next {
  position: relative;
  background: #e2ebf4;
  color: #94a3b8;
  margin: 0;
  width: 45px;
  height: 100%;
}

.product-set-list-wrap .owl-carousel .owl-nav .owl-prev:before,.product-set-list-wrap .owl-carousel .owl-nav .owl-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.product-set-list-wrap .owl-carousel .owl-nav .owl-prev:hover,.product-set-list-wrap .owl-carousel .owl-nav .owl-next:hover,.product-set-list-wrap .owl-carousel .owl-nav .owl-prev:focus,.product-set-list-wrap .owl-carousel .owl-nav .owl-next:focus {
  background: #b9c0c9;
  color: #606978;
}

.product-set-list-wrap .owl-carousel .owl-nav .owl-prev {
  border-radius: 10px 0 0 10px;
}

.product-set-list-wrap .owl-carousel .owl-nav .owl-next {
  border-radius: 0 10px 10px 0;
}

.product-set-list-wrap .set-products-wrap,.product-set-list-wrap .set-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-set-list-wrap .set-products-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 67%;
  padding: 20px 0 20px 45px;
}

.product-set-list-wrap .set-summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
  padding-left: 15px;
  padding-right: 45px;
}

.product-set-list-wrap .set-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-set-list-wrap .set-product .image-wrap {
  -webkit-flex-basis: 110px;
      -ms-flex-preferred-size: 110px;
          flex-basis: 110px;
  min-width: 110px;
  margin-right: 10px;
}

.product-set-list-wrap .set-product .title {
  display: inline-block;
  font-size: 0.9375rem;
  color: #354c68;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.product-set-list-wrap .set-product .price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-left: -5px;
  margin-right: -5px;
}

.product-set-list-wrap .set-product .price,.product-set-list-wrap .set-product .price-old {
  display: block;
  white-space: nowrap;
  margin: 5px;
}

.product-set-list-wrap .set-product .price-old .price-currency {
  display: none;
}

.product-set-list-wrap .set-summary {
  position: relative;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-set-list-wrap .set-summary .equal {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
}

.product-set-list-wrap .set-summary .price-block {
  margin-left: -5px;
  margin-right: -5px;
}

.product-set-list-wrap .set-summary .price,.product-set-list-wrap .set-summary .price-old {
  display: inline-block;
  white-space: nowrap;
  margin: 5px;
}

.product-set-list-wrap .set-summary .price-old .price-value {
  font-size: 1.5rem;
}

.product-set-list-wrap .set-summary .price .price-value {
  font-size: 1.875rem;
}

.product-set-list-wrap .set-summary .price .price-currency {
  font-size: 1.25rem;
}

.product-set-list-wrap .set-summary .price-old .price-currency {
  display: none;
}

.product-set-list-wrap .set-summary .buttons-wrap {
  margin-top: 10px;
}

.product-set-list-wrap .set-summary .buttons-wrap .btn {
  min-width: 200px;
}

.product-set-list-wrap .set-summary .buttons-wrap .btn:not(:last-child) {
  margin-bottom: 10px;
}

.product-set-list-wrap .plus {
  position: relative;
  width: 73px;
  min-width: 73px;
  height: 73px;
}

.product-set-list-wrap .plus:before,.product-set-list-wrap .plus:after {
  content: '';
  background: #aceeb6;
  position: absolute;
}

.product-set-list-wrap .plus:before {
  width: 1px;
  height: 53px;
  top: 10px;
  left: 50%;
}

.product-set-list-wrap .plus:after {
  width: 53px;
  height: 1px;
  top: 50%;
  left: 10px;
}

.product-set-list-wrap .equal {
  position: relative;
  width: 37px;
  height: 18px;
}

.product-set-list-wrap .equal:before,.product-set-list-wrap .equal:after {
  content: '';
  background: #aceeb6;
  position: absolute;
  width: 37px;
  height: 1px;
  left: 0;
}

.product-set-list-wrap .equal:before {
  top: 0;
}

.product-set-list-wrap .equal:after {
  bottom: 0;
}

.product-gallery-wrap {
  position: relative;
  width: 100%;
}

.product-gallery-wrap .stickers-wrap {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
}

.product-gallery-wrap .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-gallery-wrap .item a {
  display: block;
}

.product-gallery-wrap .item img {
  display: block;
  width: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.product-gallery-wrap .product-gallery-navigation-wrap {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94px;
}

.product-gallery-wrap .product-gallery-pagination-wrap {
  height: 94px;
  position: relative;
  margin: 10px 40px 0;
  overflow: hidden;
  z-index: 15;
}

.product-gallery-wrap #product-gallery-pagination {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

.product-gallery-wrap #product-gallery-pagination .owl-nav-thumb {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px;
  outline: none !important;
}

.product-gallery-wrap #product-gallery-pagination .owl-nav-thumb .thumb {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
}

.product-gallery-wrap #product-gallery-pagination .owl-nav-thumb.active .thumb {
  border-color: #354c68;
}

.product-gallery-wrap #product-gallery-navigation button {
  position: absolute;
  z-index: 5;
  top: 0;
  height: 100%;
  text-align: center;
  overflow: hidden;
  width: 35px;
  cursor: pointer;
  font-size: 0;
  background: #e2ebf4;
  color: #94a3b8;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  outline: none !important;
  padding: 0;
}

.product-gallery-wrap #product-gallery-navigation button: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-gallery-wrap #product-gallery-navigation button:hover:not(.disabled) {
  background: #b9c0c9;
  color: #606978;
}

.product-gallery-wrap #product-gallery-navigation button:before {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
}

.product-gallery-wrap #product-gallery-navigation button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.product-gallery-wrap #product-gallery-navigation button.owl-prev {
  left: 0;
  padding-right: 1px;
  border-radius: 10px;
 /* '' */;
}

.product-gallery-wrap #product-gallery-navigation button.owl-prev:before {
  content: '\e813';
}

.product-gallery-wrap #product-gallery-navigation button.owl-next {
  right: 0;
  padding-left: 4px;
  border-radius: 10px;
 /* '' */;
}

.product-gallery-wrap #product-gallery-navigation button.owl-next:before {
  content: '\e814';
}

.characteristics-title {
  font-size: 1.125rem;
  color: #354c68;
  font-weight: bold;
  margin-bottom: 10px;
}

.characteristics-wrap {
  display: table;
  width: 100%;
}

.characteristics-wrap .characteristic-wrap {
  display: table-row;
  height: 35px;
}

.characteristics-wrap .characteristic-wrap:nth-child(odd) {
  background: #f7f7f7;
}

.characteristics-wrap .characteristic-wrap:nth-child(even) {
  background: transparent;
}

.characteristics-wrap .characteristic-wrap .title,.characteristics-wrap .characteristic-wrap .text {
  display: table-cell;
  padding: 5px 25px;
  vertical-align: middle;
  font-size: 0.875rem;
}

.characteristics-wrap .characteristic-wrap .title {
  color: #354c68;
  border-radius: 11.66666667px 0 0 11.66666667px;
}

.characteristics-wrap .characteristic-wrap .text {
  border-radius: 0 11.66666667px 11.66666667px 0;
  font-weight: bold;
}

.compare-sidebar {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  -webkit-box-shadow: 0 0 27px 0px rgba(117, 128, 142, 0.16);
          box-shadow: 0 0 27px 0px rgba(117, 128, 142, 0.16);
  border-radius: 42px;
}

.compare-sidebar header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #00974b;
  padding: 0;
  -webkit-transition: 0.3s ease 0.3s;
  -o-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
  float: right;
}

.compare-sidebar header i {
  display: inline-block;
  color: white;
  font-size: 1.375rem;
  line-height: 42px;
  width: 42px;
  text-align: center;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.compare-sidebar header .label,.compare-sidebar header .value,.compare-sidebar header .close {
  visibility: hidden;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease 0.3s, margin 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease, width 0.3s ease 0.3s, margin 0.3s ease 0.3s;
  transition: opacity 0.3s ease, width 0.3s ease 0.3s, margin 0.3s ease 0.3s;
  cursor: default;
}

.compare-sidebar header .value,.compare-sidebar header .label {
  color: white;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.compare-sidebar header .close {
  cursor: pointer;
  border: none;
  width: 42px;
  height: 42px;
  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;
}

.compare-sidebar header .close: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: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.compare-sidebar ul {
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  list-style: none;
}

.compare-sidebar .warning {
  line-height: 1.2;
  color: #333;
}

.compare-sidebar .warning:not(:empty) {
  margin-bottom: 10px;
}

.compare-sidebar .categories {
  display: none;
  width: 100%;
  float: right;
  clear: both;
  background: white;
  padding: 10px 10px 15px;
  border-radius: 0 0 10px 10px;
  max-width: 320px;
}

.compare-sidebar.active {
  border-radius: 10px;
}

.compare-sidebar.active header {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 320px;
  border-radius: 10px 10px 0 0;
  text-align: left;
  padding: 0 50px 0 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.compare-sidebar.active header i {
  cursor: default;
  margin-right: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}

.compare-sidebar.active header .label,.compare-sidebar.active header .value,.compare-sidebar.active header .close {
  visibility: visible;
  opacity: 1;
  width: auto;
  -webkit-transition: opacity 0.2s ease 0.3s, width 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.2s ease 0.3s, width 0.3s ease, margin 0.3s ease;
  transition: opacity 0.2s ease 0.3s, width 0.3s ease, margin 0.3s ease;
}

.compare-sidebar.active header .value,.compare-sidebar.active header .label {
  margin: 0 2px;
}

.compare-sidebar.active header .close {
  width: 42px;
}

.filter {
  position: relative;
  background: #e3f6f8;
  border-radius: 10px;
}

.filter .filter-title {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: bold;
  padding: 15px 11px;
  background: #71c7a3;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}

.filter .filter-title,.filter .selections-wrapper {
  border-bottom: 1px solid #f4f5f6;
}

.filter .selections-wrapper {
  position: relative;
  padding: 10px 15px 10px;
}

.filter .selections-wrapper > .title {
  font-size: 12px;
  margin-bottom: 5px;
  color: #4b5b66;
  font-weight: 600;
  text-transform: uppercase;
}

.filter .selections-wrapper:first-child {
  padding-top: 20px;
}

.filter .attribute-content {
  height: auto;
  overflow: visible;
}

.filter .attribute-content .btn-view-all {
  color: #333;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.filter .attribute-content .btn-view-all .text {
  text-decoration: underline;
}

.filter .attribute-content .btn-view-all .text-close {
  display: none;
}

.filter .attribute-content .btn-view-all .ic {
 /* '' */
  font-size: 10px;
}

.filter .attribute-content .btn-view-all .ic:before {
  content: '\f004';
}

.filter .attribute-content .btn-view-all.open .ic {
 /* '' */;
}

.filter .attribute-content .btn-view-all.open .ic:before {
  content: '\f005';
}

.filter .attribute-content .btn-view-all.open .count,.filter .attribute-content .btn-view-all.open .text-def {
  display: none;
}

.filter .attribute-content .btn-view-all.open .text-close {
  display: inline;
}

.filter .attribute-content .hidden-attributes-list {
  padding-bottom: 15px;
}

.filter .attribute-remove-btn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
 /* '' */;
}

.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 {
  content: '\e832';
}

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

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

.filter .attribute-remove-btn:hover {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
       -o-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

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

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

.filter .attribute-range .ui-slider .ui-slider-range:last-of-type {
  position: absolute;
  height: 5px;
  background: #00974b;
  border-radius: 50px;
}

.filter .attribute-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  background: #354c68;
  display: block;
  border-radius: 100%;
  border: none;
}

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

.filter .attribute-range .dash {
  color: #e9e9e9;
  float: left;
  font-size: 15px;
  line-height: 21px;
  margin: 0 6px 0 16px;
}

.filter .attribute-range .ranges-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

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

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

.filter .attribute-range .range-wrap {
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
  max-width: 42%;
}

.filter .attribute-range .range-separate {
  -webkit-flex-basis: 16%;
      -ms-flex-preferred-size: 16%;
          flex-basis: 16%;
}

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

.filter .attribute-range .range-separate:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  margin-left: -7.5px;
  height: 1px;
  background: #e2ebf4;
}

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

.filter .attribute-range .range input[type="text"] {
  height: 27px;
  text-align: center;
  padding: 2px;
  border: 1px solid #e2ebf4;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.filter .attribute-range .range input[type="text"]:focus {
  outline: none;
  border-color: #00974b;
}

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

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

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

.filter .attribute-checkbox .list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.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 {
  position: relative;
}

.filter .attribute-checkbox .list .text-wrap:before {
  content: '';
  display: block;
  background: #333;
  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 .count {
  color: #c1c1c1;
}

.filter .attribute-checkbox .list .checkbox {
  display: block;
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  background: white;
  margin-right: 15px;
  vertical-align: middle;
  border: 5px solid #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
  -webkit-box-shadow: 0px 2px 4px #cecece;
          box-shadow: 0px 2px 4px #cecece;
}

.filter .attribute-checkbox .list .checkbox:before {
  content: '';
  border-radius: 3px;
  display: block;
  width: 14px;
  height: 14px;
  background: #00974b;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

.filter .attribute-checkbox .btn-apply {
  display: none;
  cursor: pointer;
  position: absolute;
  margin-top: -4px;
  margin-left: 30px;
  -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: #00974b;
  color: white;
  font-size: 12px;
  text-align: center;
}

.filter .attribute-checkbox .btn-apply.show {
  display: inline-block;
}

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

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

.filter .attribute-checkbox.selected .list .checkbox:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.filter .buttons-wrap {
  text-align: center;
  padding: 20px 0px;
  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 {
  margin: 0 0 15px;
  width: 100%;
  border-radius: 0;
}

.filter .buttons-wrap .btn.clear-filter {
  background: none;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter .buttons-wrap .btn.clear-filter:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.filter .clear-filter.disabled {
  cursor: not-allowed;
}

.btn-toggle-filter {
  background: #333;
  border-radius: 5px;
  border-width: 0;
  color: white;
  height: 47px;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-toggle-filter i {
  font-size: 24px;
}

.btn-toggle-filter .text {
  font-size: 22px;
  display: none;
}

.btn-toggle-filter.opened {
  width: 100%;
}

.btn-toggle-filter.opened .text {
  display: inline-block;
}

.btn-toggle-filter.opened i {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 100;
  overflow: hidden;
  border-radius: 0;
}

.btn-toggle-filter.opened i:before {
  display: none;
}

.btn-toggle-filter.opened i: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);
}

.aside-filter {
  position: relative;
}

.page-catalog header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-catalog h1.page-title {
  text-align: left;
  font-size: 2rem;
  letter-spacing: 0.9px;
  margin: 0 0 15px;
  padding-right: 30px;
}

.page-catalog .view-options-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-catalog .view-options-block .page-products-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0.35px;
}

.page-catalog .view-options-block .per-page-block,.page-catalog .view-options-block .sort-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
}

.page-catalog .view-options-block .select-block .label {
  color: #a5b1c1;
  font-size: 0.8125rem;
}

.page-catalog .view-options-block .jq-selectbox .jq-selectbox__select {
  color: #354c68;
  font-size: 0.8125rem;
  border-radius: 4px;
  padding: 5px 1.75rem 5px 0.75rem;
  border-color: #e2ebf4;
}

.page-catalog .view-options-block .jq-selectbox.dropdown.opened .jq-selectbox__select {
  border-radius: 4px 4px 0 0;
}

.page-catalog .view-options-block .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  color: #354c68;
  font-size: 9px;
}

.category-list {
  margin-bottom: 20px;
}

.category-list .cat {
  max-width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  margin-bottom: 20px;
  word-break: break-word;
}

.category-list .cat a {
  text-align: center;
  padding: 10px 15px;
  display: block;
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.category-list .cat a:hover {
  text-decoration: none;
}

.category-list .cat a.active {
  background: #00974b;
  border: 1px solid #00974b;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
}

.category-list .cat a.active .before,.category-list .cat a.active .after {
  opacity: 0;
  display: none;
}

.category-description {
  margin-top: 35px;
}

.category-description .text-formatted {
  overflow: hidden;
}

.products-list-wrap > [class^="col-"],.products-list-wrap > [class*=" col-"],.products-list-wrap > .col {
 /*margin-top    : @bootstrapPadding;
		margin-bottom : @bootstrapPadding;*/
  margin-bottom: 30px;
}

.products-list-wrap .card-product {
  border-radius: 20px;
  border-color: #e0e7ef;
  min-height: 100%;
}

.products-list-wrap .card-product:hover {
  text-decoration: none;
}

.products-list-wrap .card-product .card-body {
  padding: 0px;
}

.products-list-wrap .card-product .stickers-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
}

.products-list-wrap .card-product .stickers-wrap :not(:last-child) {
  margin-bottom: 5px;
}

.products-list-wrap .card-product .card-img-more-link {
  display: block;
  padding: 25px 5px 15px;
}

.products-list-wrap .card-product .card-img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}

.products-list-wrap .card-product .card-title {
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #354c68;
  font-weight: 500;
  margin-bottom: 3px;
  margin-bottom: 15px;
}

.products-list-wrap .card-product .card-bottom {
  border-top: 1px solid #e0e7ef;
  padding: 15px 25px 20px;
  text-align: center;
}

.products-list-wrap .card-product .card-bottom .attrs-list {
  margin-bottom: 10px;
  font-size: 12px;
}

.products-list-wrap .card-product .card-bottom .attrs-list .attr-title {
  color: #999999;
}

.products-list-wrap .card-product .card-bottom .attrs-list .attr-value {
  font-weight: 600;
}

.products-list-wrap .card-product .card-bottom .btn {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
}

.products-list-wrap .card-product .card-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 0;
}

.products-list-wrap .card-product .card-price .price {
  width: 100%;
}

.products-list-wrap .card-product .card-price .price-old .price-value {
  margin-right: 0;
}

.products-list-wrap .card-product .card-price .price-old .price-currency {
  display: none;
}

.products-list-wrap.small .card-product .stickers-wrap .sticker {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  min-width: 55px;
}

.products-list-wrap.small .card-product .card-body {
  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-bottom: 0;
}

.products-list-wrap.small .card-product .card-img-more-link {
  padding: 15px 5px 10px;
}

.products-list-wrap.small .card-product .card-title {
  font-size: 0.875rem;
}

.products-list-wrap.small .card-product .card-product-bottom {
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  bottom: 0;
}

.products-list-wrap.small .card-product .card-price,.products-list-wrap.small .card-product .card-buy {
  padding: 5px;
}

.products-list-wrap.small .card-product .card-price .price-old .price-value {
  font-size: 0.75rem;
}

.products-list-wrap.small .card-product .card-price .price .price-value {
  font-size: 0.875rem;
}

.products-list-wrap.small .card-product .card-price .price .price-currency {
  font-size: 0.75rem;
}

.products-list-wrap.small .card-product .card-buy button {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

.products-list-wrap.small .card-product .card-buy .btn-buy i {
  font-size: 1.125rem;
  margin-left: 0;
}

.products-list-wrap.small .card-product .card-buy .btn-compare i {
  font-size: 1rem;
  margin-left: 2px;
}

.products-list-wrap.small .card-product .card-rating {
  display: none;
}

.products-list-wrap .products-wrapper .page-title {
  text-align: left;
  margin-bottom: 15px;
}

.products-list-wrap .card-product {
  padding-bottom: 1px;
}

.products-list-wrap .owl-carousel {
  width: auto;
  margin: 0 30px;
}

.products-list-wrap .owl-carousel.nav-disabled {
  margin: 0;
}

.products-list-wrap .owl-carousel .owl-nav {
  z-index: -1;
  top: 0;
  bottom: 0;
  width: auto;
  left: -30px;
  right: -30px;
}

.products-list-wrap .owl-carousel .owl-nav .owl-prev,.products-list-wrap .owl-carousel .owl-nav .owl-next {
  position: relative;
  background: #e2ebf4;
  color: #94a3b8;
  margin: 0;
  width: 25px;
  height: 100%;
  outline: none !important;
  border-radius: 10px;
}

.products-list-wrap .owl-carousel .owl-nav .owl-prev span,.products-list-wrap .owl-carousel .owl-nav .owl-next span {
  display: none;
}

.products-list-wrap .owl-carousel .owl-nav .owl-prev:before,.products-list-wrap .owl-carousel .owl-nav .owl-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.products-list-wrap .owl-carousel .owl-nav .owl-prev:hover,.products-list-wrap .owl-carousel .owl-nav .owl-next:hover,.products-list-wrap .owl-carousel .owl-nav .owl-prev:focus,.products-list-wrap .owl-carousel .owl-nav .owl-next:focus {
  background: #b9c0c9;
  color: #606978;
}

.products-list-wrap .owl-carousel.nav-disabled .owl-stage {
  width: auto !important;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-list-wrap .owl-carousel.nav-disabled .owl-item.active {
  width: auto !important;
  margin: 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.products-list-wrap.small .owl-carousel.nav-disabled .owl-item.active {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.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: #00974b;
  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: #00974b;
  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 {
  content: '\f004';
}

.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-list-trigger {
 /* '' */;
}

.checkout-sidebar.show-sub-cart .sub-list-trigger:before {
  content: '\f005';
}

.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: #333;
  -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: #ffc900;
  background: #242424;
}

.checkout-sidebar .sub-cart .cart-info .title {
  width: 100%;
  background: #00974b;
  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: #00974b;
  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: #00974b;
  font-size: 1rem;
  border-radius: 10px;
}

.success-wrapper .page-title {
  margin-bottom: 5px;
}

.success-wrapper .success-block {
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
}

.success-wrapper .success-block > .title {
  font-size: 36px;
  color: black;
}

.success-wrapper .success-block > .number {
  font-size: 20px;
  font-weight: 600;
}

.success-wrapper .success-block > .number strong {
  color: #00974b;
  font-size: 30px;
  font-weight: bold;
}

.success-wrapper .success-block > .info {
  font-weight: bold;
  font-size: 14px;
}

.success-wrapper .success-block > .info strong {
  font-weight: normal;
}

.success-wrapper .success-block > .info p {
  line-height: normal;
}

.success-wrapper .success-block > .info .cellphone .phone {
  float: none;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.success-wrapper .success-block > .info .cellphone .phone:before {
  display: none;
}

.success-wrapper .success-block > .info .cellphone .phone > span {
  color: #333;
}

.success-wrapper .success-block > .info .cellphone .phone .num {
  font-weight: bold;
}

.success-wrapper .success-block > .error {
  position: relative;
  width: 400px;
  margin: 15px auto 35px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  line-height: normal;
}

.success-wrapper .success-block > .error .phone {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.success-wrapper .success-block > .error .ic {
  vertical-align: middle;
  margin-right: 5px;
}

.success-wrapper .success-block > .error .phones-wrap {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.success-wrapper .btn-continue {
  margin: 20px 0 40px;
}

.success-wrapper .total-wrap {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.success-wrapper .total-wrap .total-text {
  font-size: 16px;
  margin-bottom: 15px;
}

.success-wrapper .total-wrap .price strong {
  font-size: 36px;
}

.success-wrapper .total-wrap .price span {
  font-size: 20px;
}

.success-wrapper .cart-products {
  margin: 30px auto;
  max-width: 600px;
}

.page-order-title {
  font-size: 2rem;
  text-align: left;
}

#order-form-fast {
  position: relative;
}/*Стили формы оформления заказа NEW*/.order-form {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.order-form .alert-success {
  margin: 0 0 40px;
}

.order-form .jq-selectbox .jq-selectbox__select {
  width: 100%;
}

.order-form .order-form-block {
  border-right: 1px solid #f2f5f9;
}

.order-form .order-form-block.first {
  padding-right: 20px;
}

.order-form .order-form-block.second {
  padding-left: 20px;
  padding-right: 20px;
}

.order-form .order-block {
  padding-left: 20px;
}

.order-form .order-block > .block-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-form .order-block > .block-price .price-block {
  margin-right: 2%;
}

.order-form .order-block > .block-price .price-block .price-text {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}

.order-form .order-block > .block-price .price-block .price-value {
  font-size: 1.5rem;
}

.order-form .order-block > .block-price .price-block .price-currency {
  font-size: 0.875rem;
}

.order-form .delivery-content {
  display: none;
}

.order-form .form-group {
  margin-bottom: 1.5rem;
}

.order-form .form-group label.error {
  color: red;
  font-size: 0.75rem;
}

.order-form .form-group label.error:last-of-type {
  margin-bottom: 0;
}

.order-form .form-group .form-text.text-muted {
  color: #8e8e8e;
  font-style: italic;
  font-size: 0.75REM;
}

.order-form .form-control:not(.jq-selectbox) {
  padding-left: 10px;
  padding-right: 10px;
}

.order-form .form-control.styler.error + .label,.order-form .form-control.styler.error + label {
  position: absolute;
  top: 100%;
  margin-top: 5px;
}

.order-form .pay-variants-wrap > :last-child {
  margin-bottom: 0;
}

#checkoutDialog {
  max-width: 670px;
}

#checkoutDialog .popup-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 65px 5px 20px;
  margin-bottom: 0;
}

#checkoutDialog .wrap {
  position: relative;
  background: #fefefe;
  padding-top: 10px;
  border-radius: 0 0 10px 10px;
  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-left: 20px;
}

.cart-products {
  margin-right: 30px;
 /** Меня достало всякий раз высчитывать эти проценты ))) */;
}

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
}

.cart-products header .col:first-child {
  padding-left: 0;
}

.cart-products .col {
  padding: 0 5px;
}

.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 12.1%;
      -ms-flex: 0 0 12.1%;
          flex: 0 0 12.1%;
  min-width: 12.1%;
}

.cart-products .col-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30.6%;
      -ms-flex: 0 0 30.6%;
          flex: 0 0 30.6%;
  max-width: 30.6%;
}

.cart-products .col-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42.7%;
      -ms-flex: 0 0 42.7%;
          flex: 0 0 42.7%;
  max-width: 42.7%;
  padding-left: 0;
}

.cart-products .col-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.1%;
      -ms-flex: 0 0 16.1%;
          flex: 0 0 16.1%;
  max-width: 16.1%;
}

.cart-products .col-qty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19.4%;
      -ms-flex: 0 0 19.4%;
          flex: 0 0 19.4%;
  max-width: 19.4%;
}

.cart-products .col-price-total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.2%;
      -ms-flex: 0 0 20.2%;
          flex: 0 0 20.2%;
  max-width: 20.2%;
}

.cart-products .col-remove-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.6%;
      -ms-flex: 0 0 1.6%;
          flex: 0 0 1.6%;
  max-width: 1.6%;
  padding: 0;
}

.cart-products .product {
  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;
  border-bottom: 1px solid #dedede;
  position: relative;
  z-index: 5;
  padding: 10px 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-price,.cart-products .product .col-price-total,.cart-products .product .col-remove-block {
  min-height: 60px;
}

.cart-products .product .col-img {
  text-align: center;
  position: relative;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.cart-products .product .col-info .title {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  color: #354c68;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}

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

.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 {
  font-size: 0.875rem;
}

.cart-products .product .col-price .price .price-currency {
  font-size: 0.6875rem;
  font-weight: normal;
}

.cart-products .product .col-price-total .price .price-value {
  font-size: 1.125rem;
}

.cart-products .product .col-price-total .price .price-currency {
  font-size: 0.8125rem;
  font-weight: normal;
}

.cart-products .product .col-price-total .price-text {
  font-size: 0.875rem;
  display: none;
}

.cart-products .product .col-remove-block {
  position: relative;
}

.cart-products .product .col-remove-block .remove {
  position: absolute;
  left: 0;
  border: none;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.4;
}

.cart-products .product .col-remove-block .remove:after {
  content: '';
  position: absolute;
  padding: 0;
  outline: none !important;
  background: url("data:image/svg+xml;base64,PHN2Zw0KICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgd2lkdGg9IjIwIg0KICAgaGVpZ2h0PSIyMCINCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCI+DQogIDxwYXRoICBkPSJNIDAsMC43MDQ0IDAuNywwIDIwLDE5LjMxNjk3IDE5LjI5NTYsMjAgWiIgc3R5bGU9ImZpbGw6IzAwMCIgLz4NCiAgPHBhdGggZD0iTSAxOS4yOTU2LDAgMjAsMC43IDAuNjgzMDMsMjAgMCwxOS4yOTU2IFoiIHN0eWxlPSJmaWxsOiMwMDAiLz4NCjwvc3ZnPg==") no-repeat center center !important;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}

.cart-products .product .col-remove-block .remove:hover,.cart-products .product .col-remove-block .remove:focus {
  opacity: 1;
}

.cart-products .product .qty-wrap .label {
  display: none;
}

.cart-products .complect-wrap {
  position: relative;
  z-index: 10;
  margin-top: -1px;
}

.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: #00974b;
  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-text {
  font-size: 1rem;
  padding: 0;
}

.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: 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;
  padding: 0 15px 0 9px;
}

.cart-buy-block .col:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.cart-buy-block .col:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.cart-buy-block .btn-back {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 12px 10px;
  min-width: 230px;
}

.cart-buy-block .btn-back .text {
  vertical-align: middle;
}

.cart-buy-block .btn-back i {
  font-size: 10px;
  vertical-align: middle;
  color: #a0a0a0;
  margin-right: 7px;
}

.cart-buy-block .btn-back:hover,.cart-buy-block .btn-back:focus {
  background: #ffc900;
}

.cart-buy-block .btn-back:hover,.cart-buy-block .btn-back:focus,.cart-buy-block .btn-back:hover i,.cart-buy-block .btn-back:focus i {
  color: white;
}

.cart-buy-block .price-block {
  text-align: center;
}

.cart-buy-block .price-block .label {
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 5px;
  color: #354c68;
  text-transform: uppercase;
  font-weight: bold;
}

.cart-buy-block .price-block .price {
  display: inline-block;
}

.cart-buy-block .price-block .price .price-value {
  font-size: 1.5rem;
}

.cart-buy-block .price-block .price .price-currency {
  font-size: 0.875rem;
}

.cart-buy-block .btn-checkout {
  min-width: 200px;
}

.tell-block-cart {
  background: #f0f4f8;
  padding: 10px 30px 10px 20px;
  min-height: 100px;
  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;
}

.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 .col-auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tell-block-cart form .col-auto:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.tell-block-cart form .form-note {
  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;
  text-align: left;
  font-size: 0.8125rem;
  color: #354c68;
  max-width: 200px;
  padding: 0;
  margin: 0;
}

.tell-block-cart form .form-control {
  background: white;
  border: 1px solid #e2ebf4;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.tell-block-cart form .btn-submit {
  max-width: 200px;
}

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

.qty-block .label {
  padding-bottom: 5px;
  text-transform: uppercase;
}

.qty-block input {
  width: 52px;
  height: 33px;
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
  border: 1px solid #fefefe;
  color: #333;
  text-align: center;
}

.qty-block span {
  padding-left: 10px;
  color: black;
  text-transform: uppercase;
  display: inline-block;
}

.qty-block a {
  width: 22px;
  height: 33px;
  display: inline-block;
  margin: 0 10px;
}

.qty-block a.minus,.qty-block a.plus {
  color: #333;
  line-height: 33px;
  font-size: 20px;
}

.qty-block a.minus:before,.qty-block a.plus: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); */;
}

.qty-block a.minus {
 /* '' */;
}

.qty-block a.minus:before {
  content: '\f007';
}

.qty-block a.plus {
 /* '' */;
}

.qty-block a.plus:before {
  content: '\f006';
}

.qty-block span {
  color: #333;
}

.orders-row {
  background: #f3f3f3;
  border-radius: 4px;
  height: 20px;
  padding: 5px;
  margin-bottom: 10px;
}

ul.orders-row {
  background: #f3f3f3;
  border-radius: 4px;
  height: 20px;
  padding: 5px;
  margin-bottom: 10px;
}

ul.orders-row li {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  color: #2f2f2f;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
}

ul.orders-row li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  color: #2f2f2f;
  display: block;
  text-align: center;
}

ul.orders-row > li:last-child {
  color: #e90000;
}

.wrap-order .order-row > ul {
  height: 145px;
}

.wrap-order .order-row > ul > li:first-child {
  width: 14%;
}

.wrap-order .order-row > ul > li:first-child + * {
  width: 25%;
}

.wrap-order .order-row > ul > li.item-info {
  width: 35%;
}

.wrap-order .order-row > ul > li div.table-cell {
  display: table-cell;
  height: 103px;
  vertical-align: middle;
}

.wrap-order .order-row > ul > li.order-item-price {
  float: right;
}

.orders-l-header {
  background: #F4C2C8;
  border-radius: 4px;
  height: 80px;
  border-bottom: 3px solid #F4C2C8;
  margin-bottom: 10px;
  list-style: none;
}

.orders-l-header li {
  height: 80px;
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  font-weight: bold;
  font-style: normal;
  color: #2f2f2f;
  width: 25%;
  float: left;
}

.orders-l-header li div {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}

.page-order header .header {
  border-bottom: 1px solid #ddd;
}

.page-order header .work-time {
  margin-top: 18px;
  width: 115px;
  float: right;
  margin-left: 0;
}

.page-order .page-title .red-btn {
  float: right;
  margin: 9px 0 0;
}

.page-reviews {
  padding-bottom: 40px;
}

.page-reviews .btn-add-review {
  margin-top: -10px;
  min-width: 200px;
}

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

.page-regular {
  margin-top: 10px;
}

.page-regular .text-formatted .image {
  border-radius: 30px;
}

.page-regular .text-formatted .small-title {
  color: #9d9d9d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.page-suppliers .utp-suppliers {
  margin-bottom: 0;
}

.page-suppliers .utp-suppliers .suppliers-list {
  padding: 0;
}

.page-suppliers .utp-suppliers .suppliers-list .item {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-suppliers .utp-suppliers .suppliers-list .item a {
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-suppliers .utp-suppliers .suppliers-list .item a:hover {
  text-decoration: none;
  color: #00974b;
}

.page-error .text-block.text-center {
  padding-bottom: 70px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 50px;
}

.page-error .text-block.text-center img {
  margin-bottom: 25px;
}

.page-error .text-block.text-center .title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: #9d9d9d;
  margin-bottom: 30px;
}

.page-error .text-block.text-center .text-formatted {
  font-size: 20px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 30px;
}

.page-error .text-block.text-center .btn {
  padding: 12px 30px;
}

.copyright {
  position: relative;
  color: #fff;
  font-size: 10px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
}

.copyright .ic-fnx {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 10px;
}

.copyright:hover {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

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

.copyright:hover .ic-fnx {
  text-shadow: 1px 1px 3px #000;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: normal;
}

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

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

.copyright a,.copyright span,.copyright i {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@font-face {
  font-family:'fontello';src:url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.eot?82923639');src:url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.eot?82923639#iefix') format('embedded-opentype'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.woff2?82923639') format('woff2'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.woff?82923639') format('woff'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.ttf?82923639') format('truetype'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.svg?82923639#fontello') format('svg');font-weight:normal;font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  a.phone:hover .num,a.phone:hover .quote,a.phone:hover .sup {
    color: #333;
  }

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

  .phones.phones-inverse a.phone:hover .num,.phones.phones-inverse a.phone:hover .quote,.phones.phones-inverse a.phone:hover .sup {
    color: #00974b;
  }

  .phones.phones-inverse a.phone:hover:after {
    width: 100%;
  }

  .scroll-up:hover:before {
    -webkit-animation: shakeUpDownArrow 0.5s linear infinite alternate;
         -o-animation: shakeUpDownArrow 0.5s linear infinite alternate;
            animation: shakeUpDownArrow 0.5s linear infinite alternate;
  }

  .filter .attribute-content .btn-view-all:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  }

  .filter .attribute-checkbox .list:hover:not(.selected) .checkbox {
    border-color: #00974b;
  }

  .filter .attribute-checkbox .list:hover .text-wrap:before {
    width: 100%;
  }
}

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

@media (max-width: 1300px) {
  .slider-on-main #sliderOnMain .swiper-slide .content .row .title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1199px) {
  .product-set-list-wrap .set-products-wrap {
    width: 65%;
    padding-left: 30px;
  }

  .product-set-list-wrap .set-summary {
    width: 35%;
    padding-right: 30px;
  }
}

@media (max-width: 1184px) {
  body {
    padding-top: 106px;
  }

  #page-header #nav-header {
    font-size: 14px;
  }

  #page-header #nav-header .navbar-nav .nav-item .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }

  #page-header .phones-wrap .phone {
    font-size: 14px;
  }

  #page-header .langsidebar #nav-header-languages .languages-wrap .list-item .lang {
    padding: 4px 6px;
  }

  .home-catalog {
    padding: 25px 0;
  }

  .home-catalog .nav-list .nav-item {
    margin-top: 85px;
  }

  .home-catalog .nav-list .nav-item .main {
    min-height: 230px;
  }

  .home-catalog .nav-list .nav-item .main .title {
    font-size: 24px;
    margin-top: 12px;
    line-height: 1.1;
  }
}

@media (max-width: 992px) {
  body {
    padding-top: 197px;
  }

  #page-header .search-site {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #page-header .bottom-block {
    margin-top: -15px;
  }

  #page-header .langsidebar #nav-header-languages .languages-wrap {
    text-align: left;
  }

  .slider-on-main #sliderOnMain .swiper-slide .content > .row .link {
    padding: 7px 35px;
  }

  .contacts-block #map_infrastructure {
    margin-top: 25px;
    height: 350px;
  }

  .page-title {
    font-size: 28px;
  }

  .category-list .cat {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .page-catalog h1.page-title {
    padding-right: 0;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .category-list .cat a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  h1,.h1 {
    font-size: 1.5rem;
  }

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

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

  form .controls {
    margin-bottom: 10px;
  }

  form .controls .row > :not(:last-child) {
    margin-bottom: 10px;
  }

  form .form-error .reset-list {
    font-size: 11px;
  }

  .serviceOrder-container {
    width: 500px;
    max-width: 100%;
  }

  .reviews-list .review:not(.review-answer) .img-wrap,.reviews-list .review:not(.review-answer) .content-wrap {
    margin-left: 16%;
  }

  .reviews-list .review .img-wrap + .content-wrap {
    margin-left: 4%;
  }

  .product-set-list-wrap .set-products-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 55%;
  }

  .product-set-list-wrap .set-products-wrap .set-product {
    min-width: 100%;
  }

  .product-set-list-wrap .set-products-wrap .plus {
    margin: 5px 0;
  }

  .product-set-list-wrap .set-summary {
    width: 45%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .product-set-list-wrap .set-summary .equal {
    top: 87px;
    left: 5px;
  }

  .page-product-card .product-top-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-product-card .product-top-info .col-left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    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;
  }

  .page-product-card .product-top-info .col-right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

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

  .page-reviews {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  h1,.h1 {
    font-size: 1.375rem;
  }

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

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

  .text-formatted img.image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  #nav-footer {
    display: none;
  }

  body {
    padding-top: 210px;
  }

  .block-title {
    font-size: 27px;
  }

  #page-header .bottom-block {
    margin-top: -80px;
  }

  #page-header .main-menu {
    margin-top: 11px;
    padding-bottom: 10px;
  }

  #page-header .main-menu #nav-header {
    display: none;
    margin-bottom: 10px;
  }

  .slider-on-main #sliderOnMain .swiper-slide .content .row .title {
    font-size: 20px;
    line-height: 24px;
  }

  .home-catalog {
    padding: 20px 0;
  }

  .home-catalog .nav-list .nav-item .main .title {
    font-size: 22px;
  }

  .last-articles-block .article-block {
    margin-bottom: 25px;
  }

  .aside-filter {
    min-height: 70px;
  }

  .page-product-card .product-top-info .col-right .page-title {
    font-size: 24px;
  }

  .page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form .form-control {
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-product-card .product-top-info .col-right .buy-oneclick .buyOneClick-form .btn-send .btn {
    padding: 0.4rem 25px;
  }

  .contact-info-widget {
    max-width: 100%;
  }

  form.serviceOrder-form .form-title,form.serviceOrder-form .form-note,form.serviceOrder-form .control-group,form.serviceOrder-form .btn-send {
    padding-left: 15px;
    padding-right: 15px;
  }

  .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-list .review .quotation {
    display: none;
  }

  .reviews-list .review:not(.review-answer) .img-wrap,.reviews-list .review:not(.review-answer) .content-wrap {
    margin-left: 0;
  }

  .reviews-list .review .img-wrap + .content-wrap {
    margin-left: 4%;
  }

  .reviews-form-container .control-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-set-list-wrap .set-products-wrap {
    width: 100%;
    padding-right: 30px;
  }

  .product-set-list-wrap .set-products-wrap .set-product {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-set-list-wrap .set-products-wrap .set-product .col-right {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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-set-list-wrap .set-summary {
    width: 100%;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
  }

  .product-set-list-wrap .set-summary .equal {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -18.5px;
  }

  .product-set-list-wrap .set-summary .buttons-wrap .btn {
    min-width: 180px;
  }

  .filter {
    display: none;
  }

  .filter .attribute-checkbox .btn-apply {
    display: none !important;
  }

  .aside-filter {
    padding-top: 0;
    -webkit-transition: 0.15s linear 0.3s;
    -o-transition: 0.15s linear 0.3s;
    transition: 0.15s linear 0.3s;
  }

  .aside-filter.opened {
    padding-top: 57px;
    padding-bottom: 30px;
    -webkit-transition: 0s linear 0s;
    -o-transition: 0s linear 0s;
    transition: 0s linear 0s;
  }

  .products-list-wrap .card-product {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-catalog header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-catalog h1.page-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 47px;
    margin-bottom: 5px;
  }

  .page-catalog .view-options-block {
    width: 100%;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }

  .page-catalog .view-options-block .sort-block,.page-catalog .view-options-block .per-page-block {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    justify-self: unset;
  }

  .page-catalog .view-options-block .select-block {
    width: 100%;
  }

  .page-catalog .view-options-block .select-block .label {
    display: none;
  }

  .page-catalog .view-options-block .jq-selectbox__select,.page-catalog .view-options-block .jq-selectbox {
    width: 100%;
  }

  .page-catalog .view-options-block .jq-selectbox .jq-selectbox__select {
    padding: 10px 40px 10px 20px;
  }

  .page-catalog .view-options-block .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    font-size: 1.25rem;
  }

  .page-catalog .view-options-block .jq-selectbox .jq-selectbox__trigger {
    width: 40px;
  }

  .page-catalog .view-options-block .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
  }

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

  .page-reviews .btn-add-review {
    margin: 15px auto 0;
  }
}

@media (max-width: 655px) {
  .slider-on-main {
    display: none;
  }

  .table-mob {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 110px;
  }

  .mobile-toggle .btn-toggle-smenu {
    background: #00974b;
    width: 40px;
    padding: 8px;
  }

  .mobile-toggle .btn-toggle-smenu .burger {
    display: block;
  }

  .mobile-toggle .btn-toggle-smenu .burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
  }

  .mobile-toggle .btn-toggle-smenu .burger span:last-child {
    margin-bottom: 0;
  }

  #page-header .phones-wrap {
    padding-right: 15px;
  }

  #page-header .phones-wrap {
    background: none;
    padding-left: 0px;
    margin-top: 0px;
  }

  #page-header .bottom-block {
    margin-top: 0px;
  }

  #page-header .bottom-block .langsidebar {
    position: relative;
    z-index: 20;
  }

  #page-header .bottom-block .langsidebar #nav-header-languages .languages-wrap {
    text-align: left;
  }

  #page-header .bottom-block .main-menu {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  #page-header .bottom-block .main-menu .btn-toggle-smenu {
    margin-left: 35%;
  }

  #page-header .bottom-block .main-menu #nav-header .navbar-nav .nav-item:after {
    display: none;
  }

  .contacts-block .addr {
    margin-bottom: 25px;
  }

  .contacts-block .addr:last-child {
    margin-bottom: 0;
  }

  .contacts-block .writeus {
    padding: 30px 35px;
  }

  .articles-list-wrap .card-article .card-date {
    left: 15px;
  }

  .page-contacts .addr {
    margin-bottom: 20px;
  }

  .category-list .cat {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .compare-sidebar .categories {
    max-width: 100%;
  }

  .compare-sidebar.active {
    width: 100%;
  }

  .compare-sidebar.active header,.compare-sidebar.active .categories {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .form-popup .popup-title,form .popup-title,.form-popup .form-title,form .form-title {
    min-height: 50px;
    font-size: 16px;
  }

  .fancybox-container.form-popup .fancybox-close-small {
    height: 50px;
    width: 50px;
  }

  .nav-tabs .nav-link {
    min-height: 25px;
    line-height: 18px;
  }

  .tab-content {
    padding: 15px;
  }

  .reviews-list .review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviews-list .review .img-wrap {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .reviews-list .review .content-wrap {
    margin-left: 0;
  }

  .reviews-list .review.review-answer {
    margin-left: 0;
  }

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

  .page-product-card .product-top-info .product-buy {
    -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;
  }

  .page-product-card .product-top-info .rating-block,.page-product-card .product-top-info .price-block {
    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;
  }

  #product-characteristics,.characteristics-short {
    overflow: auto;
  }

  .characteristics-wrap .characteristic-wrap .title,.characteristics-wrap .characteristic-wrap .text {
    padding: 5px 10px;
    width: 50%;
    max-width: 50%;
  }

  .characteristics-wrap .characteristic-wrap .title {
    border-radius: 5px 0 0 5px;
  }

  .characteristics-wrap .characteristic-wrap .text {
    border-radius: 0 5px 5px 0;
  }

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

@media (max-width: 400px) {
  body {
    padding-top: 75px;
  }

  #page-header .bottom-block {
    margin-top: 0px;
  }

  .contacts-block .writeus {
    padding: 20px 25px;
  }
}

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