@charset "UTF-8";
.menu-top:not(.mm-menu) ul, .vertical-menu ul, .breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.index-slider .owl-carousel .owl-dots .owl-dot span, .fullwidth-slider .owl-carousel .owl-dots .owl-dot span, .carousel-slider .owl-carousel .owl-dots .owl-dot span, .basic-slider .owl-carousel .owl-dots .owl-dot span, .reviews-slider .owl-carousel .owl-dots .owl-dot span, .synced-slider1 .owl-carousel .owl-dots .owl-dot span, .synced-slider-single .owl-carousel .owl-dots .owl-dot span, [data-fancybox].img-container:before, [data-fancybox] .img-container:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.row-mini0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-mini0 > [class*="col-"],
.row-mini0 > [class*="col15-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-mini {
  margin-left: -6px;
  margin-right: -6px;
}

.row-mini > [class*="col-"],
.row-mini > [class*="col15-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.row-mini10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-mini10 > [class*="col-"],
.row-mini10 > [class*="col15-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-vertical-align-center {
  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;
}

/*==========  BASE STYLES  ==========*/
html {
  position: relative;
}

body {
  font-size: 18px;
  line-height: 1.4;
  min-width: 320px;
  font-family: "Times New Roman", sans-serif;
  color: #333;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

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

.container-fluid {
  /*for 4k*/
  max-width: 1903px;
}

.content-column .container,
.content-column .container-fluid,
.sidebar .container,
.sidebar .container-fluid,
.container .container,
.container .container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: inherit;
  margin-right: inherit;
}

.content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 25px;
  padding-bottom: 20px;
}

.content-wrapper.content-wrapper-no-margin-top {
  padding-top: 0;
  margin-top: 0;
}

.content-wrapper.content-wrapper-no-margin-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.viewport {
  position: relative;
  overflow: hidden;
}

.overflower {
  width: 105%;
}

.overflower.rightfloating {
  margin-left: -5%;
}

.clear {
  clear: both;
}

a {
  color: #4079E1;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

a,
input[type='button'] {
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

a:hover,
input[type='button']:hover {
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

input[type='text'],
input[type='file'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='number'],
select,
textarea {
  padding: 6px 12px;
  border: 1px solid #eaebec;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  -webkit-transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
  -o-transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
}

input[type='text']:focus,
input[type='file']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='number']:focus,
select:focus,
textarea:focus {
  border: 1px solid #869791;
}

label,
input[type='radio'],
input[type='checkbox'] {
  cursor: pointer;
}

td, th {
  padding: 5px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 32px;
  margin-bottom: 45px;
  text-align: center;
  position: relative;
}

h1:before, .h1:before {
  content: '';
  width: 202px;
  height: 3px;
  background: #4B7AE4;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -101px;
}

h2, .h2 {
  font-size: 22px;
  margin-bottom: 23px;
  color: #4079E1;
}

h3, .h3 {
  font-size: 1.17em;
  color: #4079E1;
}

h4, .h4 {
  font-weight: bold;
  color: #4079E1;
}

address {
  margin-bottom: 0;
}

.button, .button2 {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.button {
  padding: 8px 16px;
  color: #4B7AE4;
  background: inherit;
  border: 2px solid #4B7AE4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 18px;
  min-width: 160px;
}

.button:hover {
  color: #fff;
  background-color: #4B7AE4;
}

.button:active {
  color: #4B7AE4;
  background-color: transparent;
}

.button2 {
  padding: 10px 16px;
  color: #fff;
  border: 1px solid transparent;
  background: #4B7AE4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 16px;
  min-width: 160px;
}

.button2:hover {
  background-color: #2860df;
}

.button2:active {
  background: #4B7AE4;
}

.button.disabled, .button2.disabled {
  opacity: .4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.button-container {
  text-align: center;
}

.placeholder {
  color: #999;
}

*::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

*:-moz-placeholder {
  color: #999;
  opacity: 1;
}

*::-moz-placeholder {
  color: #999;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/*==========  /BASE STYLES  ==========*/
/**/
/**/
/*==========  HEADER  ==========*/
header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /*! чтоб не дергался фиксированный хедер !*/
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

header .header-desktop {
  padding-top: 20px;
  padding-bottom: 20px;
}

header .header-desktop .logo {
  text-decoration: none;
  display: inline-block;
  text-align: right;
}

header .header-desktop .logo .logo1 {
  font-size: 16px;
  color: #333;
}

header .header-desktop .logo .logo2 {
  font-size: 48px;
  color: #4079E1;
  font-family: 'lobster';
  line-height: 30px;
}

header .header-desktop .contacts {
  font-style: normal;
  text-align: right;
}

header .header-desktop .contacts .phone {
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-size: 28px;
}

header .header-desktop .contacts .phone:hover {
  color: #4079E1;
}

header .header-desktop .contacts .address {
  font-size: 16px;
}

header .header-desktop .search-container {
  position: relative;
  margin-top: 15px;
}

header .header-desktop .search-container input[type=search] {
  width: 100%;
}

header .header-desktop .search-container input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  font-family: 'FontAwesome';
  font-size: 1.3333333333333333em;
  color: #cccccc;
  padding: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  cursor: pointer;
}

header .header-desktop .search-container input[type=submit]:focus {
  outline: none;
}

header .header-desktop .search-container input[type=submit]:hover {
  color: #333;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

header .header-desktop .search-container input[type=submit]:active {
  color: #cccccc;
}

header .header-desktop .search-container .advancedlink {
  display: none;
}

/*==========  /HEADER  ==========*/
/**/
/**/
/*==========  MENU-TOP  ==========*/
/* core menu-top */
.menu-top-container {
  background-color: #4B7AE4;
}

.menu-top:not(.mm-menu) ul {
  /* Обнуляем шрифт и line-height у родителя */
}

.menu-top:not(.mm-menu) ul.level1 {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  /* доп элемент для выравнивания по ширине */
}

.menu-top:not(.mm-menu) ul.level1:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.menu-top:not(.mm-menu) ul.level1 > li {
  display: inline-block;
  position: relative;
  z-index: 3;
  /* Востанавливаем у потомков, кроме последнего */
  line-height: normal;
  font-size: 15px;
  /* Без него в Opera будет отступ под элементами */
  vertical-align: top;
}

.menu-top:not(.mm-menu) ul.level2 {
  display: none;
  position: absolute;
  min-width: 100%;
  left: 0;
  white-space: nowrap;
}

.menu-top:not(.mm-menu) ul.level1 > li:hover > ul.level2 {
  display: block !important;
}

.menu-top:not(.mm-menu) ul.level3 {
  display: none;
  top: 0;
  left: 100%;
  position: absolute;
}

.menu-top:not(.mm-menu) ul.level2 > li:hover > ul.level3 {
  display: block !important;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup {
  right: 0;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li > ul.level2 {
  display: block;
  padding-left: 15px;
  top: 0;
  left: 0;
  position: relative;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li:hover > ul.level2 {
  display: block !important;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li > ul.level2 > li > ul.level3 {
  display: block;
  padding-left: 15px;
  top: 0;
  left: 0;
  position: relative;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li:hover > ul.level3 {
  display: block !important;
}

/* /core menu-top */
/**/
.menu-top:not(.mm-menu) ul {
  /**/
  /**/
}

.menu-top:not(.mm-menu) ul.level1 > li > a {
  display: block;
  text-decoration: none;
  padding: 13px 32px;
  color: #fff;
  font-size: 20px;
}

.menu-top:not(.mm-menu) ul.level1 > li:hover > a {
  background-color: #749de9;
}

.menu-top:not(.mm-menu) ul.level1 > li.selected > a,
.menu-top:not(.mm-menu) ul.level1 > li.active > a {
  background-color: #749de9;
  text-decoration: underline;
}

.menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore > a {
  font-weight: bold;
}

.menu-top:not(.mm-menu) ul.level2, .menu-top:not(.mm-menu) ul.flexMenu-popup {
  background-color: #4B7AE4;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-top:not(.mm-menu) ul.level2 > li, .menu-top:not(.mm-menu) ul.flexMenu-popup > li {
  position: relative;
}

.menu-top:not(.mm-menu) ul.level2 > li > a, .menu-top:not(.mm-menu) ul.flexMenu-popup > li > a {
  color: #fff;
  padding: 10px 13px;
  text-decoration: none;
  display: block;
}

.menu-top:not(.mm-menu) ul.level2 > li > a:hover, .menu-top:not(.mm-menu) ul.flexMenu-popup > li > a:hover {
  background-color: #749de9;
}

.menu-top:not(.mm-menu) ul.level2 > li.selected > a,
.menu-top:not(.mm-menu) ul.level2 > li.active > a, .menu-top:not(.mm-menu) ul.flexMenu-popup > li.selected > a,
.menu-top:not(.mm-menu) ul.flexMenu-popup > li.active > a {
  background-color: #749de9;
  text-decoration: underline;
}

.menu-top:not(.mm-menu) ul.level3 {
  background-color: #4079E1;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-top:not(.mm-menu) ul.level3 > li {
  position: relative;
}

.menu-top:not(.mm-menu) ul.level3 > li > a {
  color: #fff;
  padding: 10px 13px;
  text-decoration: none;
  display: block;
}

.menu-top:not(.mm-menu) ul.level3 > li > a:hover {
  background-color: #749de9;
}

.menu-top:not(.mm-menu) ul.level3 > li.selected > a,
.menu-top:not(.mm-menu) ul.level3 > li.active > a {
  background-color: #749de9;
  text-decoration: underline;
}

/*==========  /Menu-top  ==========*/
/**/
/**/
/*==========  VERTICAL MENU  ==========*/
.vertical-menu ul {
  /**/
}

.vertical-menu ul.level1 {
  background: #4B7AE4;
}

.vertical-menu ul.level1 > li > a {
  position: relative;
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #fff;
  line-height: 17px;
}

.vertical-menu ul.level1 > li.active > a,
.vertical-menu ul.level1 > li > a:hover {
  background-color: #749de9;
}

.vertical-menu ul.level1 > li.selected > a {
  background-color: #749de9;
  text-decoration: underline;
}

.vertical-menu ul.level1 > li.submenu > a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  color: #ACACAC;
  font-size: 18px;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.vertical-menu ul.level1 > li.submenu > a:hover:before {
  color: #fff;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.vertical-menu ul.level1 > li.submenu.active > a:before, .vertical-menu ul.level1 > li.submenu.selected > a:before {
  content: "\f107";
}

.vertical-menu ul.level1 > li.active ul.level2, .vertical-menu ul.level1 > li.selected ul.level2 {
  display: block;
}

.vertical-menu ul.level2 {
  display: none;
  border-top: none;
  background-color: #f5f6f7;
  padding: 6px 0;
}

.vertical-menu ul.level2 > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 6px 15px;
  color: #666666;
  line-height: 17px;
}

.vertical-menu ul.level2 > li > a:hover {
  text-decoration: underline;
}

.vertical-menu ul.level2 > li.selected > a {
  text-decoration: underline;
}

/**/
/* vertical-menu animate */
.vertical-menu ul li:not(.selected) a:hover {
  padding-left: 25px;
}

.vertical-menu ul li a {
  -webkit-transition: padding-left 0.1s ease-in-out, background 0.1s ease-in-out;
  -o-transition: padding-left 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: padding-left 0.1s ease-in-out, background 0.1s ease-in-out;
}

.vertical-menu ul li a:hover {
  -webkit-transition: padding-left 0.1s ease-in-out, background 0.1s ease-in-out;
  -o-transition: padding-left 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: padding-left 0.1s ease-in-out, background 0.1s ease-in-out;
}

/*==========  /VERTICAL MENU  ==========*/
/**/
/**/
/*==========  BREADCRUMB  ==========*/
.breadcrumb {
  margin-bottom: 50px;
  font-size: 16px;
}

.breadcrumb li {
  display: inline-block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 300px;
  overflow: hidden;
}

.breadcrumb li a {
  color: #333;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li.separator {
  color: #333;
  margin: 0 4px;
  display: inline-block;
}

.breadcrumb li.active {
  color: #4079E1;
}

/*==========  /BREADCRUMB  ==========*/
/**/
/**/
/*==========  CATALOGS  ==========*/
/* catalog-products */
.catalog-products .item {
  border: 1px solid #eaebec;
  padding: 10px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-products .item .img-container {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.catalog-products .item .img-container .img-container2 {
  display: table;
  width: 100%;
  height: 100%;
}

.catalog-products .item .img-container .img-container2 .img-container3 {
  display: table-cell;
  vertical-align: middle;
}

.catalog-products .item .img-container:hover {
  opacity: 0.8;
}

.catalog-products .item .img-container img {
  margin: 0 auto;
}

.catalog-products .item .name {
  margin-top: 15px;
  color: #333;
  text-decoration: none;
  line-height: 15px;
  display: inline-block;
}

.catalog-products .item .name:hover {
  text-decoration: underline;
}

.catalog-products .item .price-container {
  margin-top: 13px;
}

.catalog-products .item .catalog-products-row {
  margin-top: 12px;
}

.catalog-products .item .tovars-counter {
  display: inline-block;
}

.catalog-products .item .tovars-counter input[type=number] {
  float: left;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f7f7f7;
  -moz-appearance: textfield;
}

.catalog-products .item .tovars-counter input[type=number]:focus {
  border: 1px solid #869791;
}

.catalog-products .item .tovars-counter input[type=number]::-webkit-inner-spin-button,
.catalog-products .item .tovars-counter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.catalog-products .item .tovars-counter .minus,
.catalog-products .item .tovars-counter .plus {
  float: left;
  width: 27px;
  height: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  text-decoration: none;
  line-height: 30px;
  color: #888888;
}

.catalog-products .item .tovars-counter .minus:hover,
.catalog-products .item .tovars-counter .plus:hover {
  color: #333;
  border-color: #869791;
}

.catalog-products .item .tovars-counter .minus:active,
.catalog-products .item .tovars-counter .plus:active {
  color: #888888;
  border-color: #e5e5e5;
}

.catalog-products .item .tovars-counter .minus {
  margin-left: -100%;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  font-size: 10px;
}

.catalog-products .item .tovars-counter .plus {
  margin-left: -27px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  font-size: 22px;
}

.catalog-products .item .button {
  font-size: 13px;
  min-width: inherit;
  width: 100%;
  padding: 4px 10px;
}

.catalog-products .item .catalog-item-bottom {
  margin-top: 10px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-reviews {
  text-decoration: none;
  font-size: 13px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-reviews:hover {
  text-decoration: underline;
}

.catalog-products .item .img-container .labels-container, .tovar-container .tovar-slider .labels-container, .synced-slider1 .owl-carousel .owl-item .item .img-container .labels-container {
  position: absolute;
  top: -2px;
  left: -3px;
  text-align: left;
}

.catalog-products .item .img-container .labels-container .label, .tovar-container .tovar-slider .labels-container .label, .synced-slider1 .owl-carousel .owl-item .item .img-container .labels-container .label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 0 3px;
  color: #fff;
  min-width: 53px;
}

.catalog-products .item .img-container .labels-container .label.akcia, .tovar-container .tovar-slider .labels-container .label.akcia, .synced-slider1 .owl-carousel .owl-item .item .img-container .labels-container .label.akcia {
  background: #fb3030;
}

.catalog-products .item .img-container .labels-container .label.hit, .tovar-container .tovar-slider .labels-container .label.hit, .synced-slider1 .owl-carousel .owl-item .item .img-container .labels-container .label.hit {
  background: #ff8707;
}

.catalog-products .item .img-container .labels-container .label.sovet, .tovar-container .tovar-slider .labels-container .label.sovet, .synced-slider1 .owl-carousel .owl-item .item .img-container .labels-container .label.sovet {
  background: #84d412;
}

.catalog-products .item .img-container .labels-container .label.new, .tovar-container .tovar-slider .labels-container .label.new, .synced-slider1 .owl-carousel .owl-item .item .img-container .labels-container .label.new {
  background: #4fa1f3;
}

.catalog-products .item .price-container .price, .tovar-container .info .price-container .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
}

.catalog-products .item .price-container .old-price, .tovar-container .info .price-container .old-price {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  text-decoration: line-through;
}

.catalog-products .item .price-container .price-container-block2, .tovar-container .info .price-container .price-container-block2 {
  margin-top: 8px;
}

.catalog-products .item .price-container .skidka, .tovar-container .info .price-container .skidka, .catalog-products .item .price-container .economy, .tovar-container .info .price-container .economy {
  float: left;
  font-size: 11px;
  color: #000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffd02e;
  padding: 0 8px;
  margin-right: 3px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare, .tovar-container .info .tovar-links-container .item {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 3px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare .fa, .tovar-container .info .tovar-links-container .item .fa {
  color: #9B9B9B;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare .text, .tovar-container .info .tovar-links-container .item .text {
  display: inline-block;
  vertical-align: top;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare:hover .fa, .tovar-container .info .tovar-links-container .item:hover .fa {
  color: #333;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare:hover .text, .tovar-container .info .tovar-links-container .item:hover .text {
  text-decoration: underline;
}

/**/
/* catalog-gallery-album */
.catalog-gallery-album .item {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-gallery-album .item .img-border {
  display: block;
  padding: 10px;
  border: 1px solid #eaebec;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-gallery-album .item .img-border .img-container {
  display: block;
  overflow: hidden;
}

.catalog-gallery-album .item .img-border .img-container img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-gallery-album .item .img-border .img-container .no-img .fa {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-gallery-album .item:hover .img-border {
  -webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
          box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-gallery-album .item:hover .img-border .img-container img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-gallery-album .item:hover .img-border .no-img .fa {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-gallery-album .item .name {
  display: block;
  margin-top: 10px;
  color: #333;
  line-height: 17px;
}

/**/
/* catalog-gallery */
.catalog-gallery .item {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-gallery .item .img-container {
  display: block;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

.catalog-gallery .item .img-container img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-gallery .item:hover .img-container img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-gallery .item .name {
  display: block;
  margin-top: 10px;
  color: #333;
  line-height: 17px;
}

.catalog-gallery .gallery-text.gallery-text-top {
  margin-bottom: 30px;
}

/**/
/* catalog-sections */
.catalog-sections .item {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-sections .item .img-container {
  display: block;
  overflow: hidden;
}

.catalog-sections .item .img-container img {
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-sections .item .name {
  margin-top: -1px;
  display: block;
  color: #fff;
  padding: 13px;
  line-height: 17px;
  background: #4B7AE4;
  font-weight: bold;
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-sections .item:hover .img-container img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-sections .item:hover .name {
  background-color: #749de9;
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

/**/
/*catalog-sections-rubric*/
.catalog-sections-rubric .row-mini0 > [class*="col-"] {
  margin: 0 0 -1px -1px;
}

.catalog-sections-rubric .item {
  padding: 30px;
  border: 1px solid #f2f2f2;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-sections-rubric .item .img-container {
  display: inline-block;
}

.catalog-sections-rubric .item .img-container:hover {
  opacity: 0.8;
}

.catalog-sections-rubric .item .sections-container .title {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.catalog-sections-rubric .item .sections-container .title:hover {
  color: #4B7AE4;
}

.catalog-sections-rubric .item .sections-container .rubric-container {
  margin-top: 10px;
}

.catalog-sections-rubric .item .sections-container .rubric-container .link {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  margin-right: 8px;
}

.catalog-sections-rubric .item .sections-container .rubric-container .link:hover {
  color: #4B7AE4;
}

.catalog-sections-rubric .item .text {
  margin-top: 15px;
  font-size: 14px;
}

.catalog-sections-rubric .item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

/* catalog-advantage */
.catalog-advantage.variant1 .item {
  text-align: center;
  margin-bottom: 30px;
}

.catalog-advantage.variant1 .item .img-container {
  display: inline-block;
  text-decoration: none;
}

.catalog-advantage.variant1 .item .title {
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
}

.catalog-advantage.variant1 .item a.title:hover {
  color: #4B7AE4;
}

.catalog-advantage.variant1 .item .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.catalog-advantage.variant2 .item {
  margin-bottom: 30px;
}

.catalog-advantage.variant2 .item .title {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

.catalog-advantage.variant2 .item a.title:hover {
  color: #4B7AE4;
}

.catalog-advantage.variant2 .item .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.catalog-advantage.variant3 .item {
  margin-bottom: 30px;
}

.catalog-advantage.variant3 .item .title {
  font-size: 18px;
  display: inline-block;
}

.catalog-advantage.variant3 .item a.title:hover {
  color: #4B7AE4;
}

.catalog-advantage.variant3 .item .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.catalog-advantage.variant4 .item {
  text-align: center;
  border: 1px solid #edf2f4;
  background: #fff;
  padding: 20px 15px;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}

.catalog-advantage.variant4 .item .title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}

.catalog-advantage.variant4 .item .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.catalog-advantage.variant4 .item .img-container {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-advantage.variant4 .item:hover .img-container {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-advantage.variant4 a.item:hover {
  border: 1px solid #dbe0e2;
  -webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
          box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
}

.catalog-advantage.variant4 a.item:hover .title {
  color: #4B7AE4;
}

.catalog-advantage.variant5 .item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-advantage.variant5 .item .img-container {
  display: block;
}

.catalog-advantage.variant5 .item .text-container {
  display: block;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.catalog-advantage.variant5 .item .text-container .text-container2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.catalog-advantage.variant5 .item .name {
  display: inline-block;
  padding: 7px 10px;
  background: #4B7AE4;
  color: #fff;
  font-size: 18px;
}

.catalog-advantage.variant5 .item .text {
  background: #4B7AE4;
  color: #fff;
  padding: 7px 10px;
  padding-top: 5px;
}

.catalog-advantage.variant5 a.item {
  text-decoration: none;
}

.catalog-advantage.variant5 a.item .img-container {
  overflow: hidden;
}

.catalog-advantage.variant5 a.item .img-container img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-advantage.variant5 a.item:hover .img-container img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-advantage.variant6 .item {
  display: block;
  margin-bottom: 30px;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-advantage.variant6 .item .text-container {
  padding: 10px 15px;
  background: #4B7AE4;
  color: #fff;
}

.catalog-advantage.variant6 .item .text-container .name {
  font-size: 18px;
}

.catalog-advantage.variant6 .item .text-container .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.catalog-advantage.variant6 a.item {
  text-decoration: none;
}

.catalog-advantage.variant6 a.item .img-container {
  overflow: hidden;
}

.catalog-advantage.variant6 a.item .img-container img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-advantage.variant6 a.item:hover .img-container img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-advantage.variant7 .item {
  display: block;
  margin-bottom: 30px;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-advantage.variant7 .item .text-container .name {
  margin-top: 10px;
  font-size: 18px;
  color: #4B7AE4;
}

.catalog-advantage.variant7 .item .text-container .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.catalog-advantage.variant7 a.item {
  text-decoration: none;
}

.catalog-advantage.variant7 a.item .img-container {
  overflow: hidden;
}

.catalog-advantage.variant7 a.item .img-container img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-advantage.variant7 a.item:hover .img-container img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-advantage.variant8 .item {
  margin-bottom: 30px;
  border: 1px solid #eaebec;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.catalog-advantage.variant8 .item a.img-container {
  overflow: hidden;
  display: block;
}

.catalog-advantage.variant8 .item a.img-container img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog-advantage.variant8 .item a.img-container:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.catalog-advantage.variant8 .item .text-container .name {
  padding: 15px;
  font-size: 18px;
  color: #fff;
  background: #f79326;
  display: block;
}

.catalog-advantage.variant8 .item .text-container a.name {
  text-decoration: none;
}

.catalog-advantage.variant8 .item .text-container a.name:hover {
  text-decoration: underline;
}

.catalog-advantage.variant8 .item .text-container .text {
  padding: 15px;
  background: #fff;
}

.catalog-advantage.variant8 .item .text-container ul {
  padding-left: 27px;
}

.catalog-advantage.variant9 .item {
  width: 170px;
  height: 170px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #f5f7f9;
  -webkit-box-shadow: 6px 8px 20px rgba(6, 7, 7, 0.1);
          box-shadow: 6px 8px 20px rgba(6, 7, 7, 0.1);
  text-decoration: none;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.catalog-advantage.variant9 .item:after {
  content: "";
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.catalog-advantage.variant9 .item:hover {
  -webkit-transform: scale(1.25, 1.25);
      -ms-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
}

.catalog-advantage.variant9 .item:hover:after {
  opacity: 1;
}

.catalog-advantage.variant9 .item .item-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.catalog-advantage.variant9 .item .item-wrapper .item-wrapper2 {
  display: table-cell;
  vertical-align: middle;
}

.catalog-advantage.variant9 .item .count {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
}

.catalog-advantage.variant9 a.item {
  text-decoration: none;
}

.catalog-advantage.variant9 a.item:hover {
  background: #4B7AE4;
}

/*==========  /CATALOGS  ==========*/
/**/
/**/
/*==========  TOVAR PAGE  ==========*/
.tovar-container .tovar-slider {
  position: relative;
  margin-bottom: 30px;
  -webkit-animation: smoothly-show-items 1.1s ease-in-out;
          animation: smoothly-show-items 1.1s ease-in-out;
}

.tovar-container .tovar-slider .labels-container {
  z-index: 2;
  top: 6px;
  left: 6px;
}

.tovar-container .info .descr-short {
  margin-bottom: 5px;
}

.tovar-container .info .tovar-container2 {
  margin-bottom: 30px;
}

.tovar-container .info .buttons-tabs .buttons-item {
  display: inline-block;
  color: #666;
  font-size: 13px;
  margin-right: 37px;
}

.tovar-container .info .buttons-tabs .buttons-item .fa {
  margin-left: 3px;
  color: #9B9B9B;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.tovar-container .info .buttons-tabs .buttons-item:focus {
  text-decoration: underline;
}

.tovar-container .info .buttons-tabs .buttons-item:last-child {
  margin-right: 0;
}

.tovar-container .info .buttons-tabs .buttons-item:hover .fa {
  color: #333;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.tovar-container .info .price-container {
  margin-top: 26px;
  margin-bottom: 15px;
}

.tovar-container .info .price-container .price {
  font-size: 28px;
  font-weight: bold;
}

.tovar-container .info .price-container .old-price {
  font-size: 18px;
}

.tovar-container .info .price-container .price-container-block2 {
  margin-top: 15px;
}

.tovar-container .info .price-container .skidka-text {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 15px;
}

.tovar-container .info .tovars-counter {
  display: inline-block;
}

.tovar-container .info .tovars-counter input[type=number] {
  float: left;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f7f7f7;
  -moz-appearance: textfield;
}

.tovar-container .info .tovars-counter input[type=number]:focus {
  border: 1px solid #869791;
}

.tovar-container .info .tovars-counter input[type=number]::-webkit-inner-spin-button,
.tovar-container .info .tovars-counter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tovar-container .info .tovars-counter .minus,
.tovar-container .info .tovars-counter .plus {
  float: left;
  width: 27px;
  height: 35px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  text-decoration: none;
  line-height: 35px;
  color: #888888;
}

.tovar-container .info .tovars-counter .minus:hover,
.tovar-container .info .tovars-counter .plus:hover {
  color: #333;
  border-color: #869791;
}

.tovar-container .info .tovars-counter .minus:active,
.tovar-container .info .tovars-counter .plus:active {
  color: #888888;
  border-color: #e5e5e5;
}

.tovar-container .info .tovars-counter .minus {
  margin-left: -100%;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  font-size: 10px;
}

.tovar-container .info .tovars-counter .plus {
  margin-left: -27px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  font-size: 22px;
}

.tovar-container .info .button.button-to-cart {
  display: block;
  padding: 7px 16px;
  min-width: inherit;
}

.tovar-container .info .button.button-to-cart .fa {
  margin-right: 2px;
}

.tovar-container .info .button2.order {
  margin-top: 20px;
  display: block;
  text-transform: none;
}

.tovar-container .info .tovar-links-container {
  margin-top: 20px;
}

.tovar-container .tovar-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.tovar-container .tovar-table td {
  border: 1px solid #d9dfe4;
  padding: 6px 20px;
}

.tovar-container .tovar-documents .item {
  margin-bottom: 15px;
}

.tovar-container .tovar-documents .item a.link {
  color: #000;
}

.tovar-container .tovar-documents .item .tovar-documents-info {
  color: #666;
}

.tovar-container .tovar-reviews a.link {
  color: #4B7AE4;
  display: inline-block;
  margin-bottom: 30px;
}

.tovar-container .tovar-reviews a.link:focus {
  text-decoration: underline;
}

.tovar-container .tovar-reviews a.link:hover {
  text-decoration: none;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper {
  margin-bottom: 30px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item {
  padding: 15px 25px;
  border: 1px solid #ebeced;
  border-top: none;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top {
  text-align: right;
  margin-bottom: 3px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .name {
  display: inline-block;
  margin-right: 10px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .date {
  color: #666;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating {
  display: inline-block;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-title {
  font-size: 13px;
  color: #666;
  display: inline-block;
  margin-right: 10px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-wrapper {
  display: inline-block;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-wrapper .fa-star-o {
  color: #D3D3D3;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-wrapper .fa-star {
  color: #F79B00;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer {
  margin-top: 20px;
  padding: 12px 20px;
  background: #f9fafb;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer .answer-title {
  display: table-cell;
  padding-right: 13px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer .answer-text {
  display: table-cell;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer .answer-text .answer-name {
  margin-top: 3px;
  font-style: italic;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item:first-child {
  border-top: 1px solid #ebeced;
}

.tovar-container .tovar-reviews .button-container .button2 {
  width: 263px;
  text-transform: none;
  color: #666;
}

.tovar-container .tovar-reviews .button-container .button2:hover {
  color: #fff;
}

/*==========  /TOVAR PAGE  ==========*/
/**/
/**/
/*==========  SLIDERS  ==========*/
.index-slider .owl-carousel, .fullwidth-slider .owl-carousel, .carousel-slider .owl-carousel, .basic-slider .owl-carousel, .reviews-slider .owl-carousel, .synced-slider1 .owl-carousel, .synced-slider-single .owl-carousel {
  /* owl-dots */
}

.index-slider .owl-carousel .owl-dots, .fullwidth-slider .owl-carousel .owl-dots, .carousel-slider .owl-carousel .owl-dots, .basic-slider .owl-carousel .owl-dots, .reviews-slider .owl-carousel .owl-dots, .synced-slider1 .owl-carousel .owl-dots, .synced-slider-single .owl-carousel .owl-dots {
  margin-top: 15px;
}

.index-slider .owl-carousel .owl-dots .owl-dot, .fullwidth-slider .owl-carousel .owl-dots .owl-dot, .carousel-slider .owl-carousel .owl-dots .owl-dot, .basic-slider .owl-carousel .owl-dots .owl-dot, .reviews-slider .owl-carousel .owl-dots .owl-dot, .synced-slider1 .owl-carousel .owl-dots .owl-dot, .synced-slider-single .owl-carousel .owl-dots .owl-dot {
  position: relative;
  width: 25px;
  height: 13px;
}

.index-slider .owl-carousel .owl-dots .owl-dot span, .fullwidth-slider .owl-carousel .owl-dots .owl-dot span, .carousel-slider .owl-carousel .owl-dots .owl-dot span, .basic-slider .owl-carousel .owl-dots .owl-dot span, .reviews-slider .owl-carousel .owl-dots .owl-dot span, .synced-slider1 .owl-carousel .owl-dots .owl-dot span, .synced-slider-single .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
  background: #b7b1b7;
}

.index-slider .owl-carousel .owl-dots .owl-dot.active span, .fullwidth-slider .owl-carousel .owl-dots .owl-dot.active span, .carousel-slider .owl-carousel .owl-dots .owl-dot.active span, .basic-slider .owl-carousel .owl-dots .owl-dot.active span, .reviews-slider .owl-carousel .owl-dots .owl-dot.active span, .synced-slider1 .owl-carousel .owl-dots .owl-dot.active span, .synced-slider-single .owl-carousel .owl-dots .owl-dot.active span {
  width: 17px;
  height: 17px;
  border: 3px solid #b7b1b7;
  background: transparent;
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}

.index-slider .owl-carousel .owl-dots .owl-dot:hover span, .fullwidth-slider .owl-carousel .owl-dots .owl-dot:hover span, .carousel-slider .owl-carousel .owl-dots .owl-dot:hover span, .basic-slider .owl-carousel .owl-dots .owl-dot:hover span, .reviews-slider .owl-carousel .owl-dots .owl-dot:hover span, .synced-slider1 .owl-carousel .owl-dots .owl-dot:hover span, .synced-slider-single .owl-carousel .owl-dots .owl-dot:hover span {
  width: 17px;
  height: 17px;
  border: 3px solid #b7b1b7;
  background: transparent;
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}

.index-slider .owl-carousel .owl-dots .owl-dot:focus, .fullwidth-slider .owl-carousel .owl-dots .owl-dot:focus, .carousel-slider .owl-carousel .owl-dots .owl-dot:focus, .basic-slider .owl-carousel .owl-dots .owl-dot:focus, .reviews-slider .owl-carousel .owl-dots .owl-dot:focus, .synced-slider1 .owl-carousel .owl-dots .owl-dot:focus, .synced-slider-single .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

/* index owl slider */
.index-slider {
  position: relative;
}

.index-slider .index-slider-wrapper {
  height: 500px;
}

.index-slider .owl-carousel {
  /**/
  /* owl-nav */
  /**/
}

.index-slider .owl-carousel .item {
  display: block;
  position: relative;
  text-decoration: none;
}

.index-slider .owl-carousel .item .item-wrapper {
  height: 500px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
}

.index-slider .owl-carousel .item .item-wrapper.bg-resize {
  -webkit-background-size: inherit inherit;
          background-size: inherit;
  background-position: top center;
}

.index-slider .owl-carousel .item .item-wrapper > .container {
  height: 100%;
}

.index-slider .owl-carousel .item .text-container {
  opacity: 0;
  -webkit-transition: opacity .75s ease-in-out;
  -o-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out;
  -webkit-transition-delay: .85s;
       -o-transition-delay: .85s;
          transition-delay: .85s;
}

.index-slider .owl-carousel .item .text-container .title {
  position: relative;
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
}

.index-slider .owl-carousel .item .text-container .text {
  margin-top: 20px;
  position: relative;
}

.index-slider .owl-carousel .item .text-container .text p {
  margin-bottom: 10px;
}

.index-slider .owl-carousel .item .text-container .text p:last-child {
  margin-bottom: 0;
}

.index-slider .owl-carousel .item .text-container .button {
  margin-top: 20px;
  position: relative;
  border-color: #fff;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.index-slider .owl-carousel .item .text-container .button:hover {
  border-color: #4B7AE4;
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.index-slider .owl-carousel .item.left .text-container {
  margin-top: 60px;
  margin-left: 69px;
}

.index-slider .owl-carousel .item.right .text-container {
  margin-top: 60px;
  margin-right: 69px;
}

.index-slider .owl-carousel .item.item-bg .item-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index-slider .owl-carousel .item.item-bg.item-bg-variant1 .item-wrapper:before {
  background: rgba(43, 60, 72, 0.32);
}

.index-slider .owl-carousel .item.item-bg.item-bg-variant2 .item-wrapper:before {
  background: url("../img/slide-bg-pattern.png") rgba(0, 0, 0, 0.1);
}

.index-slider .owl-carousel .item.text-container-bg-enable .text-container {
  position: relative;
  padding: 30px;
}

.index-slider .owl-carousel .item.text-container-bg-enable .text-container .text-container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.index-slider .owl-carousel .item .table {
  display: table;
  width: 100%;
  height: 100%;
}

.index-slider .owl-carousel .item .table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.index-slider .owl-carousel .item .table .table-cell .text-container {
  text-align: center;
}

.index-slider .owl-carousel .item .table .table-cell .text-container .title {
  font-size: 52px;
}

.index-slider .owl-carousel .item .table .table-cell .text-container .text {
  font-size: 17px;
}

.index-slider .owl-carousel .owl-item.active .item .text-container {
  opacity: 1;
  -webkit-transition: opacity .75s ease-in-out;
  -o-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out;
  -webkit-transition-delay: .85s;
       -o-transition-delay: .85s;
          transition-delay: .85s;
}

.index-slider .owl-carousel .owl-nav {
  margin-top: 0;
}

.index-slider .owl-carousel .owl-nav [class*=owl-] {
  width: 19px;
  height: 54px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -27px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #fff;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 54px;
  line-height: normal;
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: 25px;
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: 25px;
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #fff;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 47.5px;
  height: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23.75px;
  margin-top: -67.5px;
}

.index-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.index-slider .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}

.index-slider .owl-carousel .owl-dots .owl-dot.active span {
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.index-slider .owl-carousel .owl-dots .owl-dot:hover span {
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.index-slider.slider-video {
  overflow: hidden;
}

.index-slider .index-slider-video-container {
  position: relative;
}

.index-slider .index-slider-video-container .slider-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-slider .index-slider-video-container .slider-video-container .ytplayer-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*fullwidth-slider*/
.fullwidth-slider {
  position: relative;
  height: 500px;
}

.fullwidth-slider .owl-carousel {
  /**/
  /* owl-nav */
  /**/
}

.fullwidth-slider .owl-carousel .item {
  display: block;
  position: relative;
  text-decoration: none;
}

.fullwidth-slider .owl-carousel .item .item-wrapper {
  height: 500px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
}

.fullwidth-slider .owl-carousel .item .item-wrapper.bg-resize {
  -webkit-background-size: inherit inherit;
          background-size: inherit;
  background-position: top center;
}

.fullwidth-slider .owl-carousel .item .item-wrapper > .container {
  height: 100%;
}

.fullwidth-slider .owl-carousel .item .text-container {
  opacity: 0;
  -webkit-transition: opacity .75s ease-in-out;
  -o-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out;
  -webkit-transition-delay: .85s;
       -o-transition-delay: .85s;
          transition-delay: .85s;
}

.fullwidth-slider .owl-carousel .item .text-container .title {
  position: relative;
  font-size: 32px;
  line-height: 1.1;
}

.fullwidth-slider .owl-carousel .item .text-container .text {
  margin-top: 20px;
  position: relative;
}

.fullwidth-slider .owl-carousel .item .text-container .text p {
  margin-bottom: 10px;
}

.fullwidth-slider .owl-carousel .item .text-container .text p:last-child {
  margin-bottom: 0;
}

.fullwidth-slider .owl-carousel .item .text-container .button {
  margin-top: 20px;
  position: relative;
}

.fullwidth-slider .owl-carousel .item.left .text-container {
  margin-top: 60px;
}

.fullwidth-slider .owl-carousel .item.right .text-container {
  margin-top: 60px;
}

.fullwidth-slider .owl-carousel .item.item-bg .item-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fullwidth-slider .owl-carousel .item.item-bg.item-bg-variant1 .item-wrapper:before {
  background: rgba(43, 60, 72, 0.32);
}

.fullwidth-slider .owl-carousel .item.item-bg.item-bg-variant2 .item-wrapper:before {
  background: url("../img/slide-bg-pattern.png") rgba(0, 0, 0, 0.1);
}

.fullwidth-slider .owl-carousel .item.text-container-bg-enable .text-container {
  position: relative;
  padding: 30px;
}

.fullwidth-slider .owl-carousel .item.text-container-bg-enable .text-container .text-container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.fullwidth-slider .owl-carousel .item .table {
  display: table;
  width: 100%;
  height: 100%;
}

.fullwidth-slider .owl-carousel .item .table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fullwidth-slider .owl-carousel .item .table .table-cell .text-container {
  text-align: center;
}

.fullwidth-slider .owl-carousel .item .table .table-cell .text-container .title {
  font-size: 52px;
}

.fullwidth-slider .owl-carousel .item .table .table-cell .text-container .text {
  font-size: 17px;
}

.fullwidth-slider .owl-carousel .owl-item.active .item .text-container {
  opacity: 1;
  -webkit-transition: opacity .75s ease-in-out;
  -o-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out;
  -webkit-transition-delay: .85s;
       -o-transition-delay: .85s;
          transition-delay: .85s;
}

.fullwidth-slider .owl-carousel .owl-nav {
  margin-top: 0;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-] {
  width: 19px;
  height: 54px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -27px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #fff;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 54px;
  line-height: normal;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: 75px;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: 75px;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #fff;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 47.5px;
  height: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23.75px;
  margin-top: -67.5px;
}

.fullwidth-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot.active span {
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot:hover span {
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.fullwidth-slider.fullheight,
.fullwidth-slider.fullheight .owl-carousel .item .item-wrapper {
  height: 100vh !important;
}

.fullwidth-slider.slider-video {
  overflow: hidden;
}

.fullwidth-slider .slider-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullwidth-slider .slider-video-container .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}

/* carousel owl slider */
.carousel-slider {
  position: relative;
}

.carousel-slider .owl-carousel {
  /**/
  /* owl-nav */
  /**/
}

.carousel-slider .owl-carousel .item {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  text-decoration: none;
  text-align: center;
  background: #fff;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.carousel-slider .owl-carousel .item .img-container {
  display: block;
  text-decoration: none;
}

.carousel-slider .owl-carousel .item .text-container .title {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}

.carousel-slider .owl-carousel .item .text-container .title p:last-child {
  margin-bottom: 0;
}

.carousel-slider .owl-carousel .item .text-container .text {
  margin-top: 10px;
}

.carousel-slider .owl-carousel .item .text-container .text p {
  margin-bottom: 10px;
}

.carousel-slider .owl-carousel .item .text-container .text p:last-child {
  margin-bottom: 0;
}

.carousel-slider .owl-carousel .item .text-container .button {
  margin-top: 10px;
}

.carousel-slider .owl-carousel .item:hover {
  border: 1px solid #a2a2a2;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.carousel-slider .owl-carousel .owl-nav {
  margin-top: 0;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-] {
  width: 14px;
  height: 40px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -20px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #9A9A9A;
  text-shadow: none;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: normal;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: -24px;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: -24px;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #9A9A9A;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #9A9A9A;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 35px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -50px;
}

_:-moz-tree-row(hover), .content-column .carousel-slider .owl-carousel {
  width: 100.3%;
}

/* basic owl slider */
.basic-slider {
  position: relative;
}

.basic-slider .owl-carousel {
  /**/
  /* owl-nav */
  /**/
}

.basic-slider .owl-carousel .item {
  display: block;
}

.basic-slider .owl-carousel .item .img-container {
  display: block;
}

.basic-slider .owl-carousel .item .img-container img {
  margin: 0 auto;
  width: auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.basic-slider .owl-carousel .item .img-container:hover img {
  opacity: 0.8 !important;
}

.basic-slider .owl-carousel .item .name {
  font-size: 28px;
}

.basic-slider .owl-carousel .item .text {
  margin-top: 20px;
}

.basic-slider .owl-carousel .item .button {
  margin-top: 20px;
}

.basic-slider .owl-carousel .item.item-bg > .row > [class*="col-"]:nth-child(1) {
  padding-right: 0;
}

.basic-slider .owl-carousel .item.item-bg > .row > [class*="col-"]:nth-child(2) {
  padding-left: 0;
}

.basic-slider .owl-carousel .item.item-bg .img-container {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.basic-slider .owl-carousel .item.item-bg .text-container {
  background: #fff8e4;
  padding: 30px;
}

.basic-slider .owl-carousel .owl-nav {
  margin-top: 0;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-] {
  width: 14px;
  height: 40px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -20px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #9A9A9A;
  text-shadow: none;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: normal;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: -24px;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: -24px;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #9A9A9A;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #9A9A9A;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 35px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -50px;
}

.content-column .basic-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: -54px;
}

.content-column .basic-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: -54px;
}

/* reviews owl slider */
.reviews-slider {
  position: relative;
}

.reviews-slider .h1 {
  text-align: center;
}

.reviews-slider .owl-carousel {
  /**/
  /* owl-nav */
  /**/
}

.reviews-slider .owl-carousel .item {
  -webkit-box-shadow: 3px 5px 15px rgba(6, 7, 7, 0.15);
          box-shadow: 3px 5px 15px rgba(6, 7, 7, 0.15);
  padding: 22px 30px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 110px;
  margin-right: 110px;
}

.reviews-slider .owl-carousel .item .name {
  font-weight: 700;
}

.reviews-slider .owl-carousel .item .text {
  margin-top: 14px;
  font-style: italic;
  color: #505050;
}

.reviews-slider .owl-carousel .owl-nav {
  margin-top: 0;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-] {
  width: 14px;
  height: 40px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -20px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #9A9A9A;
  text-shadow: none;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: normal;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: 50px;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: 50px;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #9A9A9A;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #9A9A9A;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 35px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -50px;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-] {
  opacity: .5;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: .8;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.5;
}

.reviews-slider .button-container {
  margin-top: 30px;
}

.reviews-slider .button-container .button2 {
  min-width: 180px;
}

/*==========  /SLIDERS  ==========*/
/**/
/**/
/*==========  SYNCED OWL SLIDER  ==========*/
.synced-slider1 {
  margin-bottom: 20px;
}

.synced-slider1 .owl-carousel {
  /**/
  /* owl-nav */
}

.synced-slider1 .owl-carousel .owl-item .item {
  border: 1px solid #ededee;
}

.synced-slider1 .owl-carousel .owl-item .item .img-container {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.synced-slider1 .owl-carousel .owl-item .item .img-container .img-container2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.synced-slider1 .owl-carousel .owl-item .item .img-container img {
  display: inline-block;
  width: inherit;
}

.synced-slider1 .owl-carousel .owl-nav {
  margin-top: 0;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-] {
  width: 19px;
  height: 54px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -27px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #fff;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 54px;
  line-height: normal;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: 30px;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: 30px;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #fff;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 47.5px;
  height: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23.75px;
  margin-top: -67.5px;
}

.synced-slider1 .owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel:hover .owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.synced-slider2 {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.synced-slider2 .owl-carousel {
  /**/
  /* owl-nav */
}

.synced-slider2 .owl-carousel .item {
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  border: 1px solid #ededee;
}

.synced-slider2 .owl-carousel .item .img-container {
  display: table;
  width: 100%;
  height: 100%;
}

.synced-slider2 .owl-carousel .item .img-container .img-container2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.synced-slider2 .owl-carousel .item .img-container img {
  display: inline-block;
  width: inherit;
}

.synced-slider2 .owl-carousel .item:hover, .synced-slider2 .owl-carousel .item.current {
  opacity: .6;
  -webkit-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  border: 1px solid #a2a2a2;
}

.synced-slider2 .owl-carousel .owl-nav {
  margin-top: 0;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-] {
  width: 14px;
  height: 40px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -20px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #9A9A9A;
  text-shadow: none;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: normal;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: -20px;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: -20px;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #9A9A9A;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #9A9A9A;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 35px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -50px;
}

.synced-slider2 .owl-item.loading {
  min-height: 69px;
  max-height: 69px;
}

/*==========  /SYNCED OWL SLIDER  ==========*/
/**/
/**/
/*==========  SYNCED SINGLE OWL SLIDER  ==========*/
.synced-slider-single {
  margin-bottom: 20px;
}

.synced-slider-single .owl-carousel {
  /**/
  /* owl-nav */
}

.synced-slider-single .owl-carousel .owl-item .item {
  border: 1px solid #ededee;
}

.synced-slider-single .owl-carousel .owl-item .item .img-container {
  display: table;
  width: 100%;
  height: 100%;
}

.synced-slider-single .owl-carousel .owl-item .item .img-container .img-container2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.synced-slider-single .owl-carousel .owl-item .item .img-container img {
  display: inline-block;
  width: inherit;
}

.synced-slider-single .owl-carousel .owl-nav {
  margin-top: 0;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-] {
  width: 19px;
  height: 54px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -27px;
  top: 50%;
  opacity: 0.8;
  background: none;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #fff;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  font-size: 54px;
  line-height: normal;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: 30px;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "";
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: 30px;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "";
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:active {
  opacity: 0.8;
  color: #fff;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:after {
  content: '';
  width: 47.5px;
  height: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23.75px;
  margin-top: -67.5px;
}

.synced-slider-thumbs {
  margin-top: 20px;
}

.synced-slider-thumbs .item {
  display: block;
  text-decoration: none;
  border: 1px solid #ededee;
  margin-bottom: 12px;
}

.synced-slider-thumbs .item .img-container {
  display: table;
  width: 100%;
  height: 100%;
}

.synced-slider-thumbs .item .img-container .img-container2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.synced-slider-thumbs .item .img-container img {
  display: inline-block;
  width: inherit;
}

.synced-slider-thumbs .item:hover, .synced-slider-thumbs .item.selected {
  border: 1px solid #a2a2a2;
  opacity: .6;
}

/*==========  /SYNCED SINGLE OWL SLIDER  ==========*/
/**/
/**/
/*==========  NEWS  ==========*/
.news.list.line.one-column .item, .news.list.line.two-columns .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaebec;
}

.news.list.line.one-column .item .img-container, .news.list.line.two-columns .item .img-container {
  display: block;
}

.news.list.line.one-column .item .img-container:hover, .news.list.line.two-columns .item .img-container:hover {
  opacity: 0.8;
}

.news.list.line.one-column .item .text-container .title, .news.list.line.two-columns .item .text-container .title {
  display: inline-block;
  font-weight: bold;
  color: #333;
}

.news.list.line.one-column .item .text-container .date, .news.list.line.two-columns .item .text-container .date {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 10px;
}

.news.list.line.one-column .item .text-container .text, .news.list.line.two-columns .item .text-container .text {
  margin-top: 10px;
}

.news.list.line.one-column .item .text-container a.link, .news.list.line.two-columns .item .text-container a.link {
  margin-top: 5px;
  display: inline-block;
  color: #666;
  font-size: 13px;
}

.news.list.line.three-columns .h1 a.link {
  font-size: 15px;
}

.news.list.line.three-columns .item {
  margin-bottom: 30px;
}

.news.list.line.three-columns .item .img-container {
  display: block;
}

.news.list.line.three-columns .item .img-container:hover {
  opacity: 0.8;
}

.news.list.line.three-columns .item .text-container .date {
  display: block;
  color: #666;
  font-size: 12px;
}

.news.list.line.three-columns .item .text-container .title {
  display: inline-block;
  color: #333;
}

.news.list.line.one-column-anons .h1 a.link {
  font-size: 15px;
}

.news.list.line.one-column-anons .item {
  margin-bottom: 30px;
}

.news.list.line.one-column-anons .item .img-container {
  display: block;
}

.news.list.line.one-column-anons .item .img-container:hover {
  opacity: 0.8;
}

.news.list.line.one-column-anons .item .text-container .date {
  display: block;
  color: #666;
  font-size: 12px;
}

.news.list.line.one-column-anons .item .text-container .title {
  margin-top: 3px;
  display: inline-block;
  color: #333;
}

.news.list.rows .item {
  margin-bottom: 30px;
}

.news.list.rows .item .img-container {
  display: block;
  text-align: center;
}

.news.list.rows .item .img-container:hover {
  opacity: 0.8;
}

.news.list.rows .item .text-container .title {
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}

.news.list.rows .item .text-container .date {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 10px;
}

.news.list.rows .item .text-container .text {
  margin-top: 10px;
}

.news.one {
  margin-bottom: 30px;
}

.news.one .date {
  display: block;
  color: #666666;
  font-size: 12px;
  margin-bottom: 20px;
}

.news.one .img-container {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 40%;
}

.news.one .img-container img {
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.news.one .img-container:hover img {
  -webkit-box-shadow: 0 2px 10px 0 #b3b6ba;
          box-shadow: 0 2px 10px 0 #b3b6ba;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.news.one .text {
  margin-bottom: 15px;
}

.news.widget .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaebec;
}

.news.widget .item .img-container {
  display: block;
  margin-bottom: 13px;
}

.news.widget .item .img-container:hover {
  opacity: 0.8;
}

.news.widget .item .date {
  display: block;
  color: #666666;
  font-size: 12px;
  margin-bottom: 2px;
}

.news.widget .item .title {
  display: inline-block;
  color: #333;
}

/*==========  /NEWS  ==========*/
/**/
/**/
/*==========  TABS  ==========*/
.tabs {
  margin-bottom: 30px;
}

.tabs .tabs-controls {
  overflow: hidden;
  margin-bottom: -1px;
}

.tabs .tabs-controls > .item {
  float: left;
  padding: 15px;
  margin-right: 6px;
  color: #000;
  font-weight: bold;
  background: #f9fafb;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  border: 1px solid #ebeced;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  cursor: pointer;
}

.tabs .tabs-controls > .item.active {
  background: #fff;
  color: #666;
  border-bottom: 1px solid #fff;
  cursor: default;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.tabs .tabs-controls > .item:hover {
  color: #666;
}

.tabs .tabs-controls > .item:last-child {
  margin-right: 0;
}

.tabs .tabs-list {
  border-top: 1px solid #ebeced;
  padding-top: 25px;
}

.tabs .tabs-list > .item {
  display: none;
}

.tabs .tabs-list > .item.active {
  display: block;
}

/*==========  /TABS  ==========*/
/**/
/**/
/*==========  MODAL WINDOWS AND FORMS  ==========*/
/*modal windows*/
.modal {
  padding-top: 35px;
  max-width: 95%;
  min-width: 480px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: -200px;
}

.modal .other-html {
  max-width: 600px;
}

.modal.modal-success {
  min-width: 300px;
}

.modal.modal-success .success-text {
  text-align: center;
}

.modal.modal-widget-phone {
  min-width: 350px;
}

.modal.modal-widget-phone .h2 {
  font-size: 18px;
}

.modal.modal-widget-phone .button {
  display: block;
  width: 100%;
}

.modal.modal-zakaz .img-container img {
  max-width: 200px;
  max-height: 200px;
}

.modal.modal-slide {
  max-width: 1000px;
  text-align: center;
}

.modal.modal-slide .text-container {
  margin-top: 15px;
}

.modal.modal-slide .text-container .title {
  font-size: 32px;
}

.modal.modal-slide .text-container .text {
  margin-top: 10px;
}

.modal.modal-slide .text-container .button {
  margin-top: 10px;
}

.modal.modal-slide .fancybox-close-small:after {
  background: #f4a70b;
  color: #fff;
}

.modal.modal-slide .fancybox-close-small:hover:after {
  background: #dc960a;
}

.fancybox-slide--current .modal {
  top: 0;
}

.fancybox-is-closing .modal {
  top: 0;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

/*forms*/
.form-container .h2 {
  text-align: center;
}

.form-container .form-group {
  margin-bottom: 15px;
}

.form-container .form-group .col-form-label {
  margin-bottom: 0;
  padding-top: -webkit-calc(.5rem - 1px * 2);
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: -webkit-calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
}

.form-container .form-group .form-control input[type='text'],
.form-container .form-group .form-control input[type='file'],
.form-container .form-group .form-control input[type='password'],
.form-container .form-group .form-control input[type='tel'],
.form-container .form-group .form-control input[type='email'],
.form-container .form-group .form-control input[type='search'],
.form-container .form-group .form-control input[type='number'],
.form-container .form-group .form-control select,
.form-container .form-group .form-control textarea {
  width: 100%;
}

.form-container .form-group .form-control .form-control-feedback {
  margin-top: 5px;
  display: none;
}

.form-container .form-group .marker {
  color: #f4a70b;
}

.form-container .form-group.error .col-form-label,
.form-container .form-group.error .marker,
.form-container .form-group.error .form-control .form-control-feedback {
  color: #d9534f;
}

.form-container .form-group.error .form-control {
  position: relative;
}

.form-container .form-group.error .form-control input[type='text'],
.form-container .form-group.error .form-control input[type='file'],
.form-container .form-group.error .form-control input[type='password'],
.form-container .form-group.error .form-control input[type='tel'],
.form-container .form-group.error .form-control input[type='email'],
.form-container .form-group.error .form-control input[type='search'],
.form-container .form-group.error .form-control input[type='number'],
.form-container .form-group.error .form-control textarea {
  border-color: #d9534f;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.form-container .form-group.error .form-control select {
  border-color: #d9534f;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.form-container .form-group.error .form-control .form-control-feedback {
  display: block;
}

.form-container .form-group.error.error:not(.agreement) .form-control:before {
  content: "\f06a";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 20px;
  color: #C30000;
  font-size: 25px;
}

.form-container .form-group.agreement {
  font-size: 13px;
}

.form-container .form-group.agreement label {
  margin-bottom: 0;
}

.form-container .button-container .button {
  min-width: 200px;
}

.form-in-page .form-container .form-group {
  margin-bottom: 0;
}

.form-in-page .form-container .form-group.agreement {
  margin-top: 10px;
  text-align: center;
}

.form-in-page .form-container .form-group.agreement .form-group-agreement-wrapper {
  text-align: left;
  display: inline-block;
}

.form-in-page .form-container .form-group.agreement .checkbox-awesome.input-awesome label:before {
  top: 3px;
}

.form-in-page .button-container .button {
  display: block;
  width: 100%;
  padding: 6px 12px;
}

.form-fullpage-columns .button-container .button {
  margin-top: -webkit-calc(.5rem - 1px * 2);
  margin-top: calc(.5rem - 1px * 2);
}

/*==========  /MODAL WINDOWS AND FORMS  ==========*/
/**/
/**/
/*==========  FAQ  ==========*/
.faq .container > .button {
  margin-bottom: 20px;
}

.faq .faq-container .item {
  margin-bottom: 30px;
}

.faq .faq-container .item .item-info {
  text-align: right;
  margin-right: 30px;
  margin-bottom: 5px;
}

.faq .faq-container .item .item-info .name {
  display: inline-block;
}

.faq .faq-container .item .item-info .date {
  color: #666666;
  font-size: 12px;
  margin-left: 17px;
  display: inline-block;
}

.faq .faq-container .item .item-text {
  padding: 20px 25px;
  border: 1px solid #ebeef1;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-bottom: 20px;
}

.faq .faq-container .item .item-text .title {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.faq .faq-container .item .item-text .text p:last-child {
  margin-bottom: 0;
}

.faq .faq-container .item .item-text.text1 {
  background: #f9f9fb;
}

.faq .faq-container .item .item-text.text2 {
  background: #fff;
  margin-left: 60px;
}

.faq .faq-container .item:last-child {
  margin-bottom: 0;
}

/**/
/* faq-mini */
.faq-mini .item {
  border: 1px solid #d7dee3;
  margin-bottom: 8px;
}

.faq-mini .item .question {
  background: #f9f9fb;
}

.faq-mini .item .question a {
  position: relative;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 15px;
  padding-right: 50px;
}

.faq-mini .item .question a:before {
  position: absolute;
  top: 6px;
  right: 23px;
  color: #d7dee3;
  font-size: 40px;
  line-height: normal;
  content: "\f107";
  font-family: 'FontAwesome';
}

.faq-mini .item .question a span {
  border-bottom: 1px dotted #333;
}

.faq-mini .item .question a:hover {
  background-color: #eceff2;
}

.faq-mini .item .question a:hover span {
  border-bottom: 1px dotted transparent;
}

.faq-mini .item.selected .question {
  border-bottom: 1px solid #ddd;
}

.faq-mini .item.selected .question a {
  background-color: #eceff2;
}

.faq-mini .item.selected .question a:before {
  content: "\f106";
}

.faq-mini .item .answer {
  display: none;
  padding: 15px 15px 15px 35px;
  background: #fff;
}

.faq-mini .item .answer p:last-child {
  margin-bottom: 0;
}

/*==========  /FAQ  ==========*/
/**/
/**/
/*==========  TABLE AND PRICE  ==========*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.table > tbody > tr > th,
.table > thead > tr > th,
.table > tfoot > tr > th {
  background: #f8f9fa;
  height: 49px;
}

.table > tbody > tr > td, .table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border: 1px solid #d7dee3;
  padding: 6px 20px;
  text-align: center;
}

.table tr td {
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
}

.table tr:hover td {
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
  background-color: #ebeef1;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive {
  margin-bottom: 30px;
}

.table-responsive .overflow {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive .table {
  margin-bottom: 0;
}

.documents-block .documents-item {
  margin-bottom: 30px;
}

.documents-block .documents-item:last-child {
  margin-bottom: 0;
}

.documents-block .documents-table .row1 {
  text-align: left;
  min-width: 350px;
}

.documents-block .documents-table .row1 table {
  width: 100%;
}

.documents-block .documents-table .row1 table td {
  padding: 0;
}

.documents-block .documents-table .row1 table td.row3 {
  width: 70%;
  padding-right: 8px;
}

.documents-block .documents-table .row1 table td.row4 {
  width: 30%;
  padding-left: 8px;
}

.documents-block .documents-table .row1 table .button {
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
}

.documents-block .table-responsive {
  margin-bottom: 0;
}

/*==========  /TABLE AND PRICE  ==========*/
/**/
/**/
/*==========  PAGINATION  ==========*/
.pagination {
  text-align: center;
}

.pagination .pagination-wrapper {
  display: inline-block;
}

.pagination .pagination-item {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #000;
  border: 1px solid #d7dee3;
  text-decoration: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-right: 6px;
}

.pagination .pagination-item.selected, .pagination .pagination-item:hover {
  color: #fff !important;
  background: #5ba408;
  border: 1px solid #d7dee3;
}

.pagination .pagination-item:last-child {
  margin-right: 0;
}

/*==========  /PAGINATION  ==========*/
/**/
/**/
/*==========  WIDGET-PHONE  ==========*/
.widget-phone {
  display: none;
  position: fixed;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 98;
  opacity: .6;
  bottom: -13px;
  right: 14%;
}

.widget-phone .widget-phone-circle {
  border: 2px solid #00aff2;
  opacity: .5;
  -webkit-animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
          animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.widget-phone .widget-phone-circle-fill {
  background-color: #00aff2;
  opacity: .75;
  -webkit-animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
          animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid transparent;
}

.widget-phone .widget-phone-img {
  opacity: 0.7;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #00aff2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid transparent;
  text-align: center;
}

.widget-phone .widget-phone-img:before {
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  content: "\f095";
  font-family: 'FontAwesome';
}

.widget-phone:hover {
  opacity: 1;
}

.widget-phone:hover .widget-phone-circle {
  border: 2px solid #75eb50;
  -webkit-animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
          animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
}

.widget-phone:hover .widget-phone-circle-fill {
  background-color: #75eb50;
  opacity: 0.5;
}

.widget-phone:hover .widget-phone-img {
  opacity: 1;
  background-color: #75eb50;
  -webkit-animation: widget-phone-img-anim 1s infinite ease-in-out;
          animation: widget-phone-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes widget-phone-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes widget-phone-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes widget-phone-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes widget-phone-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes widget-phone-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes widget-phone-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}

/*==========  /WIDGET-PHONE  ==========*/
/**/
/**/
/*==========  CONTENT BLOCKS ==========*/
/*responsive video block*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-block .item {
  margin-bottom: 30px;
}

.video-block .item .name {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #4B7AE4;
}

.video-block .item .video-container {
  margin-bottom: 0;
}

.text-block img,
.text-block-two-columns img,
.text-block-three-columns img {
  max-width: 100%;
  height: auto;
}

.text-block .img-container,
.text-block-two-columns .img-container,
.text-block-three-columns .img-container {
  text-align: center;
}

.text-block table,
.text-block-two-columns table,
.text-block-three-columns table {
  margin-bottom: 15px;
}

.text-block ul, .text-block ol,
.text-block-two-columns ul,
.text-block-two-columns ol,
.text-block-three-columns ul,
.text-block-three-columns ol {
  overflow: hidden;
}

.text-block ul li, .text-block ol li,
.text-block-two-columns ul li,
.text-block-two-columns ol li,
.text-block-three-columns ul li,
.text-block-three-columns ol li {
  margin-bottom: 5px;
}

.text-block .text-block-item,
.text-block-two-columns .text-block-item,
.text-block-three-columns .text-block-item {
  margin-bottom: 30px;
}

.text-block .text-block-item:last-child,
.text-block-two-columns .text-block-item:last-child,
.text-block-three-columns .text-block-item:last-child {
  margin-bottom: 0;
}

.text-block .text-container > div,
.text-block-two-columns .text-container > div,
.text-block-three-columns .text-container > div {
  margin-bottom: 15px;
}

.text-block .text-container > div:last-child,
.text-block-two-columns .text-container > div:last-child,
.text-block-three-columns .text-container > div:last-child {
  margin-bottom: 0;
}

.text-block .text-container > .text > *:last-child,
.text-block-two-columns .text-container > .text > *:last-child,
.text-block-three-columns .text-container > .text > *:last-child {
  margin-bottom: 0;
}

.text-block-two-columns iframe,
.text-block-three-columns iframe {
  width: 100% !important;
  margin-bottom: 15px;
}

.text-block-center .block-center {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  text-align: center;
  color: #fff;
}

.text-block-center .block-center .text1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-block-center .block-center .text2 {
  font-size: 70px;
  font-weight: 700;
  font-style: italic;
  line-height: 70px;
  margin-bottom: 10px;
}

.text-block-center .block-center .text3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-block-center .block-center .button {
  margin-top: 25px;
}

table[class=""] {
  margin-bottom: 15px;
}

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

.block-margin-bottom-small {
  margin-bottom: 15px;
}

.block-margin-bottom-row {
  margin-bottom: 0;
}

.block-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-padding-row {
  padding-top: 50px;
  padding-bottom: 20px;
}

.content-column .block-padding,
.content-column .block-padding-row {
  padding-left: 30px;
  padding-right: 30px;
}

.block-bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
}

.parallax-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

.hidden {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

/*==========  CONTENT BLOCKS  ==========*/
/**/
/**/
/*==========  CATALOG PAGE  ==========*/
.catalog-top {
  margin-bottom: 30px;
}

.catalog-top .sort-select {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 4px 12px;
  font-size: 13px;
  color: #666666;
}

.catalog-top .catalog-view {
  text-align: right;
}

.catalog-top .catalog-view .title {
  color: #666666;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.catalog-top .catalog-view .catalog-view-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.catalog-top .catalog-view .item {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 1px solid #ebeced;
  margin: 0 5px;
  text-align: center;
}

.catalog-top .catalog-view .item .fa {
  line-height: 30px;
  color: #B3B3B3;
}

.catalog-top .catalog-view .item:hover, .catalog-top .catalog-view .item.selected {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
}

.catalog-top .catalog-view .item:hover .fa, .catalog-top .catalog-view .item.selected .fa {
  color: #fff;
}

.catalog-top .catalog-view .item:first-child {
  margin-left: 0;
}

.catalog-top .catalog-view .item:last-child {
  margin-right: 0;
}

/*==========  /CATALOG PAGE  ==========*/
/**/
/**/
/*==========  CART PAGES  ==========*/
/* верхняя миникорзина */
/* правая миникорзина 1 */
.mini-cart {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 217px;
  right: 0;
  z-index: 10;
  text-decoration: none;
  background: #c2c2c2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.mini-cart:before {
  color: #fff;
  font-size: 30px;
  line-height: 88px;
  content: "\f07a";
  font-family: 'FontAwesome';
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.mini-cart.fixed {
  position: fixed;
  top: 68px;
}

.mini-cart .count {
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -10px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background: #8b8b8b;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.mini-cart:hover {
  background: darkgray;
}

.mini-cart:hover .count {
  background: #656565;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.mini-cart.active {
  background: #bddb9c;
}

.mini-cart.active .count {
  background: #82ba43;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.mini-cart.active:hover {
  background: #7fb642;
}

.mini-cart.active:hover .count {
  background: #4e6f28;
}

/* правая миникорзина 2 */
.mini-cart2 {
  display: block;
  position: absolute;
  top: 217px;
  right: 0;
  z-index: 10;
  -webkit-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
  width: 282px;
  overflow: hidden;
}

.mini-cart2.fixed {
  position: fixed;
  top: 68px;
}

.mini-cart2.mini {
  width: 50px;
  -webkit-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}

.mini-cart2 .mini-cart2-container {
  width: 282px;
}

.mini-cart2 .btn-rollup {
  display: block;
  width: 50px;
  height: 70px;
  background: #c2c2c2;
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  text-decoration: none;
  float: left;
  position: relative;
  text-align: center;
}

.mini-cart2 .btn-rollup:before {
  color: #fff;
  font-size: 20px;
  line-height: 41px;
  content: "\f07a";
  font-family: 'FontAwesome';
}

.mini-cart2 .btn-rollup .count {
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -9px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background: #8b8b8b;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.mini-cart2 .btn-rollup:hover {
  background: darkgray;
}

.mini-cart2 .btn-rollup:hover .count {
  background: #656565;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.mini-cart2.active .btn-rollup {
  background: #bddb9c;
}

.mini-cart2.active .btn-rollup .count {
  background: #82ba43;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.mini-cart2.active .btn-rollup:hover {
  background: #7fb642;
}

.mini-cart2.active .btn-rollup:hover .count {
  background: #4e6f28;
}

.mini-cart2 .text-container {
  float: left;
  width: 232px;
  background: #fff;
  border: 1px solid #d7dee3;
  padding: 14px 26px 20px 26px;
}

.mini-cart2 .text-container .title {
  font-size: 18px;
  font-weight: bold;
}

.mini-cart2 .text-container .tovar {
  line-height: 15px;
  margin-top: 7px;
}

.mini-cart2 .text-container .tovar .tovar-count {
  font-weight: bold;
}

.mini-cart2 .text-container .tovar .summ {
  margin-top: 5px;
}

.mini-cart2 .text-container .button.oformit-zakaz {
  display: block;
  margin-top: 15px;
  padding: 6px 7px;
}

.mini-cart2 .text-container .button2.continue {
  display: block;
  margin-top: 15px;
  padding: 6px 7px;
  text-transform: none;
}

/* правая миникорзина 3 */
.mini-cart3 {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  height: 42px;
  background: #333333;
  z-index: 10;
  bottom: 0;
  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;
}

.mini-cart3 .title {
  color: #fff;
  margin-right: 12px;
}

.mini-cart3 .title .fa {
  margin-right: 3px;
  top: -1px;
  position: relative;
}

.mini-cart3 .count {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #4f7614;
  font-size: 13px;
  margin-right: 22px;
}

.mini-cart3 .mini-cart3-button {
  display: inline-block;
  vertical-align: middle;
  background: #63a400;
  padding: 5px 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-decoration: none;
  color: #fff;
}

.mini-cart3 .mini-cart3-button:hover {
  background: #4a7b00;
}

.mini-cart3 .mini-cart3-button:active {
  background: #63a400;
}

/* cart-page */
.cart-page .cart-page-part1 .table-responsive {
  margin-bottom: 25px;
}

.cart-page .cart-page-part1 .total {
  font-size: 18px;
}

.cart-page .cart-page-part1 .button-order {
  margin-top: 25px;
}

.cart-page .cart-page-order {
  margin-top: 30px;
}

.cart-page .cart-page-order .cart-page-order-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}

.cart-page .cart-page-order .cart-page-order-container {
  padding: 20px 30px;
  background-color: #f8f9fa;
}

.cart-page .cart-page-order .cart-page-order-container input,
.cart-page .cart-page-order .cart-page-order-container textarea,
.cart-page .cart-page-order .cart-page-order-container select {
  border-color: #d7dee3;
}

.cart-page .cart-page-order .cart-page-order-container input:focus,
.cart-page .cart-page-order .cart-page-order-container textarea:focus,
.cart-page .cart-page-order .cart-page-order-container select:focus {
  border: 1px solid #869791;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter, .order-page .zakaz-table-container .cart-table .tovars-counter {
  display: inline-block;
  width: 114px;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number], .order-page .zakaz-table-container .cart-table .tovars-counter input[type=number] {
  float: left;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f7f7f7;
  -moz-appearance: textfield;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number]:focus, .order-page .zakaz-table-container .cart-table .tovars-counter input[type=number]:focus {
  border: 1px solid #869791;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number]::-webkit-inner-spin-button, .order-page .zakaz-table-container .cart-table .tovars-counter input[type=number]::-webkit-inner-spin-button, .cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number]::-webkit-outer-spin-button, .order-page .zakaz-table-container .cart-table .tovars-counter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus, .order-page .zakaz-table-container .cart-table .tovars-counter .minus, .cart-page .cart-page-part1 .cart-table .tovars-counter .plus, .order-page .zakaz-table-container .cart-table .tovars-counter .plus {
  float: left;
  width: 27px;
  height: 35px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  text-decoration: none;
  line-height: 35px;
  color: #888888;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus:hover, .order-page .zakaz-table-container .cart-table .tovars-counter .minus:hover, .cart-page .cart-page-part1 .cart-table .tovars-counter .plus:hover, .order-page .zakaz-table-container .cart-table .tovars-counter .plus:hover {
  color: #333;
  border-color: #869791;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus:active, .order-page .zakaz-table-container .cart-table .tovars-counter .minus:active, .cart-page .cart-page-part1 .cart-table .tovars-counter .plus:active, .order-page .zakaz-table-container .cart-table .tovars-counter .plus:active {
  color: #888888;
  border-color: #e5e5e5;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus, .order-page .zakaz-table-container .cart-table .tovars-counter .minus {
  margin-left: -100%;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  font-size: 10px;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .plus, .order-page .zakaz-table-container .cart-table .tovars-counter .plus {
  margin-left: -27px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  font-size: 22px;
}

.cart-page .cart-page-part1 .cart-table .cart-number-td, .order-page .zakaz-table-container .cart-table .cart-number-td {
  width: 50px;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td, .order-page .zakaz-table-container .cart-table .cart-photo-td {
  width: 120px;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container img, .order-page .zakaz-table-container .cart-table .cart-photo-td .img-container img {
  max-width: 100px;
  max-height: 100px;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container:hover, .order-page .zakaz-table-container .cart-table .cart-photo-td .img-container:hover {
  opacity: .8;
}

.cart-page .cart-page-part1 .cart-table .cart-name-td, .order-page .zakaz-table-container .cart-table .cart-name-td {
  text-align: left;
}

.cart-page .cart-page-part1 .cart-table .cart-count-td, .order-page .zakaz-table-container .cart-table .cart-count-td {
  width: 150px;
}

.cart-page .cart-page-part1 .cart-table .cart-price-td .price-container .price, .order-page .zakaz-table-container .cart-table .cart-price-td .price-container .price {
  white-space: nowrap;
}

.cart-page .cart-page-part1 .cart-table .cart-price-td .price-container .old-price, .order-page .zakaz-table-container .cart-table .cart-price-td .price-container .old-price {
  white-space: nowrap;
  text-decoration: line-through;
}

.cart-page .cart-page-part1 .cart-table .cart-summ-td, .order-page .zakaz-table-container .cart-table .cart-summ-td {
  white-space: nowrap;
}

.cart-page .cart-page-part1 .cart-table .cart-delete-td, .order-page .zakaz-table-container .cart-table .cart-delete-td {
  width: 80px;
}

.cart-page .cart-page-part1 .cart-table .delete-button, .order-page .zakaz-table-container .cart-table .delete-button {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  color: #ACACAC;
  text-decoration: none;
}

.cart-page .cart-page-part1 .cart-table .delete-button:before, .order-page .zakaz-table-container .cart-table .delete-button:before {
  font-size: 22px;
  line-height: 35px;
  content: "\f014";
  font-family: 'FontAwesome';
}

.cart-page .cart-page-part1 .cart-table .delete-button:hover, .order-page .zakaz-table-container .cart-table .delete-button:hover {
  color: #F44340;
}

.cart-page .cart-page-part1 .cart-table .delete-button:active, .order-page .zakaz-table-container .cart-table .delete-button:active {
  color: #ACACAC;
}

/* order-page */
.order-page .zakaz-table-container {
  margin-bottom: 30px;
}

.order-page .zakaz-table-container .h3 {
  margin-bottom: 15px;
}

.order-page .zakaz-table-container .total {
  font-size: 18px;
}

.order-page .order-page-text .print-button-container {
  text-align: right;
}

.order-page .order-page-text .print-button {
  display: inline-block;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.order-page .order-page-text .print-button .fa {
  color: #D7D7D7;
  font-size: 26px;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.order-page .order-page-text .print-button div {
  text-decoration: underline;
}

.order-page .order-page-text .print-button:hover .fa {
  color: #333;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.order-page .order-page-text .print-button:hover div {
  text-decoration: none;
}

.order-page .buyer .h3 {
  margin-bottom: 15px;
}

.order-page .buyer .buyer-container {
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.order-page .buyer .buyer-container .item {
  font-style: italic;
  margin-bottom: 16px;
}

.order-page .buyer .buyer-container .item-container {
  margin-bottom: 15px;
}

.order-page .buyer .buyer-container .item-container .title {
  font-weight: bold;
}

.order-page .buyer .buyer-container .item-container .text {
  font-style: italic;
}

.order-page .buyer .buyer-container .item-container:last-child {
  margin-bottom: 0;
}

/*==========  /CART PAGES  ==========*/
/**/
/**/
/*==========  FOOTER  ==========*/
footer {
  width: 100%;
  background-color: #cccccc;
  border-top: 3px solid #4B7AE4;
}

footer .footer-desktop {
  overflow: hidden;
  font-size: 16px;
}

footer .footer-desktop a {
  color: #333;
}

footer .footer-desktop a:hover {
  color: #4079E1;
}

footer .footer-desktop .row {
  padding-top: 30px;
  padding-bottom: 60px;
}

footer .footer-desktop .contacts {
  font-style: normal;
}

footer .footer-desktop .contacts .phone {
  text-decoration: none;
}

footer .footer-desktop .contacts .phone:hover {
  text-decoration: underline;
  color: #4B7AE4;
}

footer .footer-desktop .contacts .email:hover {
  color: #4B7AE4;
}

footer .footer-desktop .mastweb {
  text-align: right;
}

footer .footer-desktop .mastweb a {
  text-decoration: none;
}

footer .footer-desktop .mastweb:hover {
  color: #4079E1;
}

footer .footer-desktop .counter {
  margin-top: 10px;
}

/*==========  FOOTER  ==========*/
/**/
/**/
/*==========  OTHER STYLES  ==========*/
/* Кнопка Наверх */
.toTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  left: 14%;
  cursor: pointer;
  z-index: 98;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.toTop:before {
  font-size: 70px;
  content: "\f139";
  font-family: 'FontAwesome';
  line-height: normal;
}

.toTop.show {
  opacity: 0.15;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.toTop:hover {
  opacity: .45;
}

.map {
  width: 100%;
  min-height: 450px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.slicknav_menu {
  display: none;
}

.blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* fancybox */
body.fancybox-active > * {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: -webkit-filter 0.1s;
  transition: -webkit-filter 0.1s;
  -o-transition: filter 0.1s;
  transition: filter 0.1s;
  transition: filter 0.1s, -webkit-filter 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body.fancybox-active .fancybox-container {
  -webkit-filter: none;
          filter: none;
}

body.fancybox-active .fancybox-container .fancybox-caption-wrap {
  text-align: center;
}

body.fancybox-active .fancybox-container .fancybox-close-small {
  outline: none;
}

/* показать лупу, если фэнсибокс увеличивает картинку */
[data-fancybox].img-container, [data-fancybox] .img-container {
  position: relative;
}

[data-fancybox].img-container:before, [data-fancybox] .img-container:before {
  width: 40px;
  height: 60px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  content: "\f00e";
  font-family: 'FontAwesome';
  font-size: 42px;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

[data-fancybox].img-container:hover:before, [data-fancybox] .img-container:hover:before {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

/* preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
}

#preloader .spinner {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: preloader-rotate .8s infinite linear;
          animation: preloader-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

#preloader.active {
  display: block;
}

@-webkit-keyframes preloader-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes preloader-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.no-img {
  background: #EEEEEE;
  height: 100%;
}

.no-img .table-img-container {
  display: table;
  width: 100%;
  height: 100%;
}

.no-img .table-img-container .table-img-container2 {
  display: table-cell;
  vertical-align: middle;
}

.no-img .fa {
  color: #BBBBBB;
  font-size: 150px;
}

.red-color {
  color: #ff5400;
}

.wherebuy-block .wherebuy-button-container {
  margin-bottom: 30px;
  text-align: right;
}

.wherebuy-block .hs-map {
  display: none;
}

.wherebuy-block .wherebuy-block-map {
  height: 600px;
  margin-bottom: 30px;
}

.wherebuy-block .links-wrapper {
  margin-bottom: 30px;
}

.wherebuy-block .links-wrapper .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.wherebuy-block .links-wrapper .item:last-child {
  margin-right: 0;
}

.wherebuy-block .items-wrapper .item {
  margin-bottom: 30px;
}

.wherebuy-block .items-wrapper .item .name {
  font-size: 18px;
  font-weight: bold;
}

.wherebuy-block .items-wrapper .item .item-more {
  margin-top: 5px;
  margin-left: 25px;
  position: relative;
  line-height: 1.6;
}

.wherebuy-block .items-wrapper .item .item-more:before {
  font-size: 26px;
  line-height: 1;
  color: #4B7AE4;
  content: '•';
  position: absolute;
  top: 0;
  left: -20px;
}

.wherebuy-block-inner .img-container {
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
}

.wherebuy-block-inner .text-container {
  margin-bottom: 15px;
}

.wherebuy-block-inner .text-container .item {
  margin-bottom: 15px;
}

.wherebuy-block-inner .map-container {
  clear: both;
}

.wherebuy-block-inner .map-container .wherebuy-block-inner-map {
  margin-top: 5px;
  height: 600px;
}

.categories {
  margin-bottom: 15px;
}

.categories .item {
  display: inline-block;
  margin-bottom: 3px;
}

.categories .item span {
  font-size: 13px;
  color: #666;
}

.categories .item:after {
  content: '|';
  font-size: 10px;
  color: #cccccc;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.categories .item.selected {
  font-weight: bold;
}

.categories .item:last-child:after {
  display: none;
}

/* Анимация появления объектов, чтоб не было видно резкого скачка высоты*/
@-webkit-keyframes smoothly-show-items {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes smoothly-show-items {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.input-awesome input {
  display: none;
}

.input-awesome input + label:before {
  font-family: 'FontAwesome';
  position: relative;
  display: inline-block;
  line-height: 1;
  text-align: left;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.input-awesome input:not(:disabled) + label:hover:before {
  -webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.input-awesome input:disabled + label {
  cursor: not-allowed;
  opacity: .6;
}

.input-awesome.checkbox-awesome label:before {
  content: "\f096";
  width: 21px;
  font-size: 20px;
  top: 2px;
  color: #6e6e6e;
}

.input-awesome.checkbox-awesome input:not(:disabled) + label:hover:before {
  color: #4B7AE4;
}

.input-awesome.checkbox-awesome input:checked + label:before {
  content: "\f046";
}

.input-awesome.checkbox-awesome.variant2 label:before {
  content: "\f0c8";
  width: 21px;
  font-size: 20px;
  top: 2px;
  color: #6e6e6e;
}

.input-awesome.checkbox-awesome.variant2 input:not(:disabled) + label:hover:before {
  color: #4B7AE4;
}

.input-awesome.checkbox-awesome.variant2 input:checked + label:before {
  content: "\f14a";
}

.input-awesome.radio-awesome label:before {
  content: "\f10c";
  width: 21px;
  font-size: 20px;
  top: 2px;
  color: #6e6e6e;
}

.input-awesome.radio-awesome input:not(:disabled) + label:hover:before {
  color: #4B7AE4;
}

.input-awesome.radio-awesome input:checked + label:before {
  content: "\f192";
}

.input-awesome.radio-awesome.variant2 label:before {
  content: "\f10c";
  width: 21px;
  font-size: 20px;
  top: 2px;
  color: #6e6e6e;
}

.input-awesome.radio-awesome.variant2 input:not(:disabled) + label:hover:before {
  color: #4B7AE4;
}

.input-awesome.radio-awesome.variant2 input:checked + label:before {
  content: "\f111";
}

hr {
  border: none;
  height: 1px;
  background: #CCCCCC;
}

/*==========  /OTHER STYLES  ==========*/
/**/
/**/
/*==========  ПОИСК В NETCAT ==========*/
.nc_search_form .nc_search {
  position: relative;
}

.nc_search_form .nc_search input[type=search] {
  width: 100%;
}

.nc_search_form .nc_search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  font-family: 'FontAwesome';
  font-size: 1.3333333333333333em;
  color: #cccccc;
  padding: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  cursor: pointer;
}

.nc_search_form .nc_search input[type=submit]:focus {
  outline: none;
}

.nc_search_form .nc_search input[type=submit]:hover {
  color: #333;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.nc_search_form .nc_search input[type=submit]:active {
  color: #cccccc;
}

.nc_search_form .advancedlink {
  margin-top: 10px;
}

.nc_search_results {
  margin-top: 30px;
  padding-left: 0;
}

.nc_search_results .nc_search_range {
  margin-bottom: 15px;
}

.nc_search_results .nc_search_list {
  margin-bottom: 10px;
}

.nc_search_results .nc_search_list li {
  margin-left: 25px;
}

.nc_search_results .nc_search_list .nc_search_title {
  font-size: 16px;
}

.nc_search_pages .nc_search_nav {
  text-align: center;
}

.nc_search_pages .nc_search_nav strong {
  display: none;
}

.nc_search_pages .nc_search_nav span {
  margin: 0 5px;
}

.nc_search_pages .nc_search_nav .button2.nc_search_inactive {
  cursor: default;
  color: #b6b7b9;
  border: 1px solid #b6b7b9;
  background: transparent;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next, .nc_search_pages .nc_search_nav .button2.nc_search_prev {
  position: relative;
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next a, .nc_search_pages .nc_search_nav .button2.nc_search_prev a {
  text-decoration: none;
  color: #4B7AE4;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next a:before, .nc_search_pages .nc_search_nav .button2.nc_search_prev a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next:hover, .nc_search_pages .nc_search_nav .button2.nc_search_prev:hover {
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next:hover a, .nc_search_pages .nc_search_nav .button2.nc_search_prev:hover a {
  color: #fff;
}

.nc_search_pages .pagination {
  margin-top: 10px;
}

.nc_search_status.nc_search_no_results {
  margin-top: 30px;
}

.nc_search_status.nc_search_no_results + .nc_search_range {
  display: none;
}

.nc_search_extra_form-wrapper {
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.05);
}

.nc_search_extra_form .nc_search_datetime_interval {
  display: inline-block;
  vertical-align: middle;
}

.nc_search_extra_form .interval_value {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  text-align: center;
  margin-left: 10px;
  padding: 6px 12px;
  border: 1px solid #eaebec;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  -webkit-transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
  -o-transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
}

.nc_search_extra_form .interval_value:focus {
  border: 1px solid #869791;
}

.nc_search_extra_form .interval_unit {
  width: 205px;
  margin-top: 10px;
}

.nc_search_extra_form .submit.button {
  padding: 6px 16px;
}

/*==========  /ПОИСК В NETCAT ==========*/
/**/
/**/
/*==========  ВЕРСИЯ ДЛЯ ПЕЧАТИ  ==========*/
@media print {
  html, body {
    font-size: 14px;
  }
  html, body,
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4 {
    color: #000 !important;
  }
  h1, .h1 {
    font-size: 22px;
  }
  #overflow_div {
    background: none !important;
    min-height: inherit !important;
    margin-bottom: 0 !important;
  }
  #overflow_div:after {
    display: none !important;
  }
  header,
  footer,
  .widget-phone,
  #preloader,
  .mini-cart,
  .mini-cart2,
  .mini-cart3,
  .toTop,
  .menu-top-container,
  .menu-top,
  .breadcrumb,
  .print-button {
    display: none !important;
  }
  .container {
    width: auto !important;
    max-width: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .content-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  table.table td, table.table th {
    border: 1px solid #000 !important;
  }
  table.table td a, table.table th a {
    color: #000 !important;
    text-decoration: none;
  }
  .order-page .notice-container .notice {
    margin-bottom: 15px;
  }
  .order-page .buyer .buyer-container {
    background: transparent;
    padding: 0;
    font-size: 14px;
  }
  .order-page .cart-table td, .order-page .cart-table th {
    padding: 5px;
  }
}

/*==========  /ВЕРСИЯ ДЛЯ ПЕЧАТИ  ==========*/
