@charset "UTF-8";
/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      2.1.6
*/
.rd-navbar-wrap, .rd-navbar-static.rd-navbar--is-clone, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-fixed .rd-navbar-submenu-toggle, .rd-navbar-cart, .rd-navbar-static .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-cart-floating, .rd-navbar-fixed .rd-navbar-cart-floating:before, .rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-search .form-group, .rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse:before {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar-static .rd-navbar-outer {
  color: #444444;
}
.rd-navbar-static .rd-navbar-outer.rd-navbar-one-border {
  border-bottom: 1px solid #eeeeee;
  padding: 2px;
}
.rd-navbar-static .rd-navbar-outer.rd-navbar-two-borders {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  z-index: 20;
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
  display: none;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.rd-navbar {
  background: #fff;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-nav, .rd-navbar-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-subpanel {
  display: table;
  width: 100%;
}

.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
  position: relative;
}

.rd-navbar-dropdown {
  list-style: none;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
  position: absolute;
  padding: 8px 28px;
  color: #333;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-dropdown li > a:before,
.rd-navbar-static .rd-navbar-megamenu li > a:before {
  -moz-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 9px 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.rd-navbar-static .rd-navbar-dropdown li:last-child > a,
.rd-navbar-static .rd-navbar-megamenu li:last-child > a {
  border-bottom: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu li.focus > a,
.rd-navbar-static .rd-navbar-megamenu li.opened > a,
.rd-navbar-static .rd-navbar-megamenu a:hover {
  color: #30b859;
  text-decoration: none;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a:before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a:before,
.rd-navbar-static .rd-navbar-dropdown a:hover:before,
.rd-navbar-static .rd-navbar-megamenu li.focus > a:before,
.rd-navbar-static .rd-navbar-megamenu li.opened > a:before,
.rd-navbar-static .rd-navbar-megamenu a:hover:before {
  color: #30b859;
  text-decoration: none;
}

.rd-navbar-static .rd-navbar-dropdown {
  width: 270px;
}

.rd-navbar-static .rd-navbar-megamenu {
  margin-top: 10px;
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 16px 8px;
}

.rd-navbar-static .rd-navbar-megamenu > li {
  display: table-cell;
}

.rd-navbar-static .rd-navbar-nav {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
}

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
  position: relative;
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
}

.rd-navbar-static .rd-navbar-nav > li {
  display: inline-block;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
  top: 100%;
  z-index: 1;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
  left: 50%;
  margin-top: 0px;
  margin-left: -135px;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  left: 100%;
  top: -8px;
  z-index: 2;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  border: 0;
  cursor: pointer;
  color: #373737;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 12px 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
  color: #30b859;
  text-decoration: none;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: block;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 8px;
}

.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #30b859;
  backface-visibility: hidden;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-fixed .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: -56px;
  left: 0;
  width: 232px;
  padding: 112px 0 56px;
  bottom: -56px;
  color: #333;
  background: #fefefe;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 15;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  height: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
  content: '';
  display: block;
  height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
  display: block;
  padding: 11px 56px 11px 16px;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
  background: #30b859;
  color: #fff;
  text-decoration: none;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a {
  color: #fff;
  background: #30b859;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  display: none;
}

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu li > a {
  padding-left: 32px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 48px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
  margin: 0;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font: 400 24px/24px 'Material Icons';
  width: 48px;
  height: 38px;
  text-align: center;
  color: #f8f8f8;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
  color: #fff;
  background: #b77676;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
  content: '\e5cf';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
}

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
  display: none;
  color: #333;
}

.rd-navbar-static .rd-navbar-brand {
  display: inline-block;
}

.rd-navbar-static .rd-navbar-brand > * {
  display: inline-block;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-brand > img {
  margin-right: 10px;
}

.rd-navbar-static .rd-navbar-brand > a {
  font-size: 40px;
  line-height: 54px;
  font-family: 'Lora', serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 46px;
  height: 48px;
  z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand a {
  display: inline-block;
  color: #fff; 
  font-family: 'Lora', serif;
  font-weight: bold;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-cart-floating {
  display: none;
}

.rd-navbar-cart-toggle span, .rd-navbar-cart-toggle span.rd-navbar-cart-icon:before, .rd-navbar-cart-toggle span.rd-navbar-cart-icon:after {
  transition: .3s all ease;
}

.rd-navbar-static .rd-navbar-cart-toggle span.rd-navbar-cart-icon:before, .rd-navbar-static .rd-navbar-cart-toggle span.rd-navbar-cart-icon:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.rd-navbar-cart-toggle span.rd-navbar-cart-icon:before {
  content: "\f290";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  position: absolute;
  font-size: 24px;
  left: 0;
  right: 0;
  top: 0;
}

.rd-navbar-cart-toggle span.rd-navbar-cart-icon:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-cart-toggle.active span.rd-navbar-cart-icon:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-cart-toggle.active span.rd-navbar-cart-icon:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-cart-toggle {
  border: 0;
  cursor: pointer;
  color: #373737;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  background: transparent;
  padding: 12px 20px 12px 45px;
}

.rd-navbar-cart {
  display: none;
  text-align: left;
  color: #999;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25), 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  height: 328px;
  width: 100%;
  margin-top: 1px;
}

.rd-navbar-cart:before {
  content: '';
  position: absolute;
  height: 32px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  z-index: 1;
}

.rd-navbar-cart-items {
  overflow: auto;
  max-height: 100%;
  height: 100%;
  padding: 16px 0;
  margin: 0;
}

.rd-navbar-cart-items::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-cart-items::-webkit-scrollbar-thumb {
  background: #999;
}

.rd-navbar-cart .rd-navbar-cart-item__preview {
  border-radius: 50%;
}

.rd-navbar-cart .rd-navbar-cart-item {
  position: relative;
  padding: 8px 0;
}

.rd-navbar-cart .rd-navbar-cart-item__left, .rd-navbar-cart .rd-navbar-cart-item__body, .rd-navbar-cart .rd-navbar-cart-item__remove {
  position: relative;
  display: table-cell;
}

.rd-navbar-cart .rd-navbar-cart-item__left {
  padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item__left img {
  max-width: 75px;
}

.rd-navbar-cart .rd-navbar-cart-item__body {
  vertical-align: middle;
  width: 100%;
}

.rd-navbar-cart .rd-navbar-cart-item__title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.rd-navbar-cart .rd-navbar-cart-item__counter {
  font-size: 14px;
  line-height: 1.3;
}

.rd-navbar-cart .rd-navbar-cart-item__remove {
  vertical-align: middle;
  width: 56px;
  font-size: 24px;
  padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}

.rd-navbar-static .rd-navbar-cart-wrap {
  position: relative;
}

.rd-navbar-static .rd-navbar-cart-floating {
  display: block;
}

.rd-navbar-static .rd-navbar-cart-floating .rd-navbar-cart-buy {
  display: none;
}

.rd-navbar-static .rd-navbar-cart {
  display: block;
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 2;
}

.rd-navbar-static .rd-navbar-cart.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #30b859;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.rd-navbar-static .rd-navbar-cart-buy:hover {
  background: #2D8848;
}

.rd-navbar-static .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart {
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 56px;
  z-index: 19;
}

.rd-navbar-fixed .rd-navbar-cart.active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-buy {
  display: none;
}

.rd-navbar-fixed .rd-navbar-cart-floating {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
  width: 56px;
  height: 56px;
  outline: 1px solid transparent;
  backface-visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #30b859;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff;
  background: url(../img/backgrounds/green-background.gif) repeat;
  text-decoration: none;
  font-weight: bold;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
  color: #FFF;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.rd-navbar-fixed .rd-navbar-cart-floating.active {
  right: 0;
  bottom: 0;
  border-radius: 0;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active:before {
  -webkit-transform: translate(-50%, -50%) scale(20);
  transform: translate(-50%, -50%) scale(20);
  background: #2ecc71;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-buy {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
  visibility: hidden;
  opacity: 0;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
  display: table;
  content: "";
  line-height: 0;
}

.rd-navbar-static .rd-navbar-panel:after {
  clear: both;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
  position: fixed;
  height: 56px;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 16;
}

.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  left: 4px;
}

/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/
.rd-navbar-search,
.rd-navbar-search-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-search {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.rd-navbar-static .rd-navbar-search form {
  position: relative;
}

.rd-navbar-static .rd-navbar-search form input {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 62px 12px 16px;
  height: 48px;
  color: #333;
  width: 400px;
  background: #fff;
  border: 1px solid #30b859;
}
.rd-navbar-static .rd-navbar-search form input:focus,
.rd-navbar-static .rd-navbar-search form input:focus:active {
  border-color: #2D8848;
}

.rd-navbar-static .rd-navbar-search form button[type="submit"] {
  position: absolute;
  font-size: 22px;
  width: 64px;
  height: 48px;
  line-height: 24px;
  text-align: center;
  top: 0px;
  right: 0px;
  border: 0;
  background: #30b859;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.rd-navbar-static .rd-navbar-search form button[type="submit"]:hover {
  background: #2D8848;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 260px;
  width: 48px;
  height: 48px;
  padding: 0;
  z-index: 18;
  background: transparent;
  border: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  color: #30b859;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before {
  content: "\f002";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:after {
  content: "\f00d";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search {
  display: block;
}

.rd-navbar-fixed .rd-navbar-search .form-group {
  position: fixed;
  top: 0;
  padding-top: 4px;
  left: 56px;
  right: 312px;
  height: 56px;
  background: #fff;
  z-index: 17;
  visibility: hidden;
  opacity: 0;
}

.rd-navbar-fixed .rd-navbar-search .form-group input {
  width: 100%;
  height: 46px;
  display: block;
  font-size: 18px;
  line-height: 46px;
  padding: 2px 10px;
  border: 1px solid #ccc;
}

.rd-navbar-fixed .rd-navbar-search.active .form-group {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
  display: none;
}

/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse,
.rd-navbar-collapse-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-inner {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-static .rd-navbar-collapse {
  display: block;
}

.rd-navbar-static .rd-navbar-collapse li {
  display: inline-block;
  margin-left: 15px;
}

.rd-navbar-fixed .rd-navbar-collapse {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  right: 4px;
  color: #333;
  padding: 48px 0 8px;
  font-size: 16px;
  line-height: 26px;
  z-index: 19;
  width: 210px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
  overflow: hidden;
  transition: .3s box-shadow ease .2s;
}

.rd-navbar-fixed .rd-navbar-collapse:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  border-radius: 0;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.rd-navbar-fixed .rd-navbar-collapse li {
  position: relative;
  opacity: 0;
  transition: .3s all ease 0s;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a {
  display: block;
  padding: 11px 16px;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a:hover {
  background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  visibility: visible;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.rd-navbar-fixed .rd-navbar-collapse.active li {
  transition: .3s all ease .2s;
  opacity: 1;
}

.rd-navbar-fixed .rd-navbar-collapse.active:before {
  background: #fff;
  -webkit-transform: scale(12);
  transform: scale(12);
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 4px;
  font-family: FontAwesome;
  width: 48px;
  height: 48px;
  z-index: 20;
  background: transparent;
  border: 0;
  text-rendering: auto;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span, .rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:before {
  content: "\f142";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-size: 28px;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
  content: "\f142";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-aside-group {
  display: inline-block;
  margin-left: 0;
  margin-right: 138px;
}

.rd-navbar-static .rd-navbar-account-menu {
  display: inline-block;
  float: right;
  margin-top: 17px;
}

.rd-navbar-aside-group .link-white-v2 {
  color: #fff;
  text-decoration: none;
  transition: .33s all ease-out;
}

.rd-navbar-aside-group .link-white-v2:hover {
  color: #ababab;
  text-decoration: none;
  transition: .33s all ease-out;
}

.rd-navbar-static .rd-navbar-collapse {
  display: inline-block;
}

.rd-navbar-aside-group .fa {
  font-size: 16px;
  color: #eb7200;
}

.rd-navbar-aside-group li {
  margin-top: 5px;
}

.rd-navbar-nav > li > a {
    position: relative;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.2;
    color: #00030a;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .05em;
    touch-action: manipulation;
    text-decoration: none;
}

.rd-navbar-static .rd-navbar-collapse li:first-child {
  margin-left: 0;
}

.rd-navbar-brand .desktop_logo {
  margin-top:10px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav {
    margin: 0;
}

.rd-navbar-fixed .rd-navbar-toggle {
  background: transparent;
  border: 0;
}

@media screen and (max-width: 300px) {
  .rd-navbar-fixed .rd-navbar-collapse {
    width: 100%;
    top: 0;
    right: 0;
  }
  .rd-navbar-fixed .rd-navbar-collapse::before {
    border-radius: 0;
  }
}

.rd-navbar-fixed .rd-navbar-aside-group {
  list-style: none;
  margin-left: 10px;
  font-size: 12px;
  padding: 0;
}

.rd-navbar-fixed .link-white-v2, .rd-navbar-fixed .text-white {
  color: #333 !important;
}

.rd-navbar-fixed .unit-left {
  width: 15px;
  margin-top: 2px;
}

.rd-navbar-fixed .rd-navbar-account-menu {
  margin: 0;
  list-style: none;
  text-align: center;
}

.rd-navbar-account-menu li {
  display: inline-block;
  margin-left: 10px;
}

.rd-navbar-fixed .rd-navbar-account-menu li:first-child {
  margin-left: 0;
}

.rd-navbar-fixed .rd-navbar-brand .desktop_logo {
  max-height: 42px;
  margin-top: 0px;
}

.rd-navbar-fixed .rd-navbar-account-menu {
  position: fixed;
  z-index: 17;
  top: 15px;
  right: 55px;
}

.rd-navbar-upper {
  background: #3a3c3e;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
}

.rd-navbar-upper-title {
  color: #fff;
  display: inline-block;
  padding: 10px 0px;
}

.rd-navbar-account-menu {
  float: right;
}


.rd-navbar-upper:after {
  content: "";
  clear: both;
}

.rd-navbar-upper-content {
  max-width: 940px;
  margin: 0 auto;
}

.rd-navbar-account-menu {
  margin: 0;
  padding: 0;
}

.rd-navbar-account-menu li {
  margin: 0;
  display: inline-block;
  border-right: 1px solid #616365;
}

.rd-navbar-account-menu li:first-child {
  border-left: 1px solid #616365;
}

.rd-navbar-account-menu li a {
  color: #fff;
  padding: 11px 15px;
  display: block;
  color: #bababa;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.rd-navbar-account-menu li a:hover,
.rd-navbar-account-menu li a:active,
.rd-navbar-account-menu li a:focus {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

/*.rd-navbar-static .rd-navbar-phone-link a {
  color: #06779f;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.5);
}*/

.rd-navbar-static .rd-navbar-workhours-days .text-white {
  color: #06779f !important;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.5);
}

.rd-navbar-static .rd-navbar-address-text a {
  color: #06779f;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.5);
}

.rd-navbar-static .desktop_logo {
  margin: 0;
}

.rd-navbar-static .rd-navbar-dropdown li > a:before {
  content:"»";
  font-size: 22px;
  color: #30b859;
  margin-right: 10px;
}

.rd-navbar-static .rd-navbar-nav > li.item-103 > .rd-navbar-dropdown {
  left: 50%;
  margin-top: 0px;
  margin-left: -90px;
  width: 180px;
}

.rd-navbar-static .rd-navbar-nav > li.item-104 > .rd-navbar-dropdown {
  left: 50%;
  margin-top: 0px;
  margin-left: -135px;
  width: 270px;
}

.rd-navbar-static .rd-navbar-nav > li.item-105 > .rd-navbar-dropdown {
  left: 50%;
  margin-top: 0px;
  margin-left: -125px;
  width: 250px;
}

.rd-navbar-brand a:hover {
  text-decoration: none;
}

.rd-navbar-brand .desktop_logo {
  max-width: 133px;
  max-height: 133px;
}

.rd-navbar-static .brand-name {
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);*/
}

.rd-navbar-phone-link a,
.rd-navbar-phone-link i {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.rd-navbar-phone-link a:hover {
  text-decoration: underline;
}

.rd-navbar-email-link a,
.rd-navbar-email-link i {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}

.rd-navbar-email-link a:hover {
  text-decoration: underline;
}

.rd-navbar-static .rd-navbar-social-wrapper {
  padding-top: 58px;
}
.rd-navbar-static .rd-navbar-social-wrapper a {
  color: #30b859;
  text-decoration: none;
  font-size: 28px;
  line-height: 28px;
  margin: 0 2px;
}
.rd-navbar-static .rd-navbar-social-wrapper a.instagram {
  font-size: 26px;
}
.rd-navbar-static .rd-navbar-social-wrapper a.vk {
  font-size: 29px;
}
.rd-navbar-fixed .rd-navbar-social-wrapper,
.rd-navbar-static .rd-navbar-fixed-socials {
  display: none;
}
.rd-navbar-fixed .rd-navbar-fixed-socials {
  display: block;
}
.rd-navbar-fixed .rd-navbar-top-left-menu li.rd-navbar-fixed-socials a {
  display: inline-block;
  color: #30b859;
  text-decoration: none;
  font-size: 28px;
  line-height: 28px;
  margin: 0 2px;
}
.rd-navbar-fixed .rd-navbar-fixed-socials a.instagram {
  font-size: 26px;
}
.rd-navbar-fixed .rd-navbar-fixed-socials a.vk {
  font-size: 29px;
}
.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
  text-align: left;
}

.rd-navbar-static .rd-navbar-nav-wrap {
  display: inline-block;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-user-wrap {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 6px;
  margin-right: 10px;
}


.rd-navbar-static .rd-navbar-cart-wrap {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.btn-user-left, .btn-user-right {
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #30b859;
  padding: 15px 10px;
  text-decoration: none;
}

.btn-user-left {
  background: #30b859;
  color: #fff;
  border-radius: 7px 0px 0px 7px;
}

.btn-user-right {
  background: #e5e5e5;
  color: #30b859;
  border-radius: 0px 7px 7px 0px;
}

.rd-navbar-static .rd-navbar-cart-toggle {

}

.rd-navbar-static .rd-navbar-cart-toggle > span.rd-navbar-cart-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #30b859;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  font-size: 16px;
  display: inline-block;
  width: 43px;
  height: 43px;
  font-size: 23px;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}

.rd-navbar-cart-quantity.hidden,
.rd-navbar-cart-summ.hidden,
.rd-navbar-cart-empty.hidden {
  display: none;
}

.rd-navbar-static .rd-navbar-cart-quantity {
  font-size: 14px;
  font-weight: 400;
}

.rd-navbar-static .rd-navbar-cart-summ {
  font-size: 16px;
  font-weight: bold;
}

.rd-navbar-static .rd-navbar-collapse li.only-fixed {
  display: none;
}

@media screen and (max-width: 1100px) {
  .rd-navbar-static .rd-navbar-collapse li.only-fixed {
    display: inline-block;
  }
  .rd-navbar-static .rd-navbar-user-wrap {
    display: none;
  }
}

.rd-navbar-static .rd-navbar-user-link {
  color: #747474;
  font-size: 16px;
  vertical-align: middle;
}

.rd-navbar-fixed .rd-navbar-phone-link a,
.rd-navbar-fixed .rd-navbar-email-link a,
.rd-navbar-fixed .only-fixed a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: 300;
}

.rd-navbar-static .rd-navbar-fixed-phone-wrapper {
  display: none;
}

.rd-navbar-fixed .rd-navbar-fixed-phone-wrapper a {
  display: block;
  position: fixed;
  top: 20px;
  right: 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  z-index: 18;
  color: #333;
}

.rd-navbar-static .rd-navbar-brand-text {
  display: none;
}

.rd-navbar-fixed .rd-navbar-brand-text {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  font-family: "Open Sans";
  color: #30b859;
}

@media screen and (max-width: 520px){
  .rd-navbar-fixed .rd-navbar-brand-text {
    display: none;
  }    
}

.rd-navbar-static .rd-navbar-brand {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-cart-quantity,
.rd-navbar-fixed .rd-navbar-cart-summ {
  display: none;
}

.rd-navbar-fixed .rd-navbar-cart-toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-cart-empty {
  display: none;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
  content:"";
}

.rd-navbar-cart-item__remove {
  text-decoration: none;
  color: #999;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.rd-navbar-cart-item__remove:hover {
  color: #30b859;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.rd-navbar-cart-item__remove:before {
  content: '\f00d';  
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.rd-navbar-fixed .rd-navbar-user-wrap {
  display: none;
}

.rd-navbar-top-left-menu,
.rd-navbar-top-right-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rd-navbar-top-left-menu li,
.rd-navbar-top-right-menu li {
  display: inline-block;
  padding: 0 30px 0 0;
}
.rd-navbar-top-left-menu li:last-child,
.rd-navbar-top-right-menu li:last-child {
  padding: 0;
}

.rd-navbar-top-left-menu li a,
.rd-navbar-top-right-menu li a {
  color: #373737;
  text-decoration: none;
  transition: .2s ease-in-out;
  outline: none;
}

.rd-navbar-top-left-menu li a:hover,
.rd-navbar-top-right-menu li a:hover {
  color: #30b859;
  text-decoration: none;
  transition: .2s ease-in-out;
  outline: none;
}

.rd-navbar-top-right-menu {
  float: right;
}

.rd-navbar-top-left-menu li a i,
.rd-navbar-top-right-menu li a i {
  color: #30b859;
}

.rd-navbar-cart-items.empty_cart::before {
    content: "В корзине нет товаров";
    width: 100%;
    display: block;
    margin-top: 35%;
    text-align: center;
}

.rd-navbar-cart-item__counter i {
  font-size: 12px;
}

.rd-navbar-search-wrap {
  display: table-cell;
  vertical-align: middle;
  max-width: 400px;
}

.rd-navbar-wrap {
  height: 226px !important;
}

.material-icons-search::before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}

.contact-divider {
  color: #ccc;
  font-size: 14px;
}

.rd-navbar-user-wrapper {
  color: #373737;
  display: table-cell;
  vertical-align: middle;
}

.contact-title {
  font-weight: bold;
}

.contact-icon {
    float: right;
    margin: 4px 0 0 10px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    position: relative;
    border-width: 1px;
    border-style: dashed;
    border-color: #30b859;
  text-align: center;
  color: #30b859;
  font-size: 18px;
}
.contact-details {
    text-align: right;
    overflow: hidden;
}

.rd-navbar-static .rd-navbar-inner > .rd-navbar-panel {
  display: table;
  width: 100%;
}

ul.breadcrumb {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  border: 0 none;
  background: none;
}
ul.breadcrumb > li {
  position: relative;
  white-space: nowrap;
  line-height: 24px;
  display: inline;
}
.breadcrumb > li + li::before {
  content: "\f101";
  color: #aaaaaa;
  padding: 0 5px;
  font-family: "Font Awesome 5 Pro";
}

.breadcrumb > li > a {
  color: #3c3c3c;
  text-decoration: none;
}

.breadcrumb > li > a:hover {
  color: #30b859;
  text-decoration: none;
}

.contact-email a {
  color: #3c3c3c;
}

.contact-email a:hover {
  color: #30b859;
}

.rd-navbar-static .rd-navbar-cart-toggle:hover {
  color: #30b859;
}

@media screen and (max-width: 1100px) {
  .rd-navbar-static .rd-navbar-collapse li {
      margin-left: 15px;
  }
  .rd-navbar-top-left-menu li, .rd-navbar-top-right-menu li {
      display: inline-block;
      padding: 0 15px 0 0;
  }
}

.rd-navbar-fixed .rd-navbar-wish-link {
  position: fixed;
  top: 10px;
  right: 170px;
  z-index: 17;
}

.rd-navbar-fixed .rd-navbar-wish-link {
  font-size: 0;
}

.rd-navbar-fixed .rd-navbar-wish-link i {
  font-size: 32px;
}

.rd-navbar-fixed .rd-navbar-wish-link sup {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  top: 18px;
  white-space: nowrap;
  right: -5px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #f00;
  border-radius: 50px;
}

.rd-navbar-fixed .rd-navbar-chart-link {
  position: fixed;
  top: 10px;
  right: 220px;
  z-index: 17;
}

.rd-navbar-fixed .rd-navbar-chart-link {
  font-size: 0;
}

.rd-navbar-fixed .rd-navbar-chart-link i {
  font-size: 32px;
}

.rd-navbar-fixed .rd-navbar-chart-link sup {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  top: 18px;
  white-space: nowrap;
  right: -5px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #f00;
  border-radius: 50px;
}

.rd-navbar-static .rd-navbar-login-link i,
.rd-navbar-static .rd-navbar-register-link i,
.rd-navbar-static .rd-navbar-user-link i,
.rd-navbar-static .rd-navbar-logout-link i {
  display: none;
}

.rd-navbar-fixed .rd-navbar-login-link,
.rd-navbar-fixed .rd-navbar-register-link,
.rd-navbar-fixed .rd-navbar-user-link,
.rd-navbar-fixed .rd-navbar-logout-link {
  position: fixed;
  z-index: 17;
  top: 10px;
  font-size: 0;
}

.rd-navbar-fixed .rd-navbar-login-link,
.rd-navbar-fixed .rd-navbar-user-link {
  right: 120px;
}
.rd-navbar-fixed .rd-navbar-register-link,
.rd-navbar-fixed .rd-navbar-logout-link {
  right: 60px;
}

.rd-navbar-fixed .rd-navbar-login-link i,
.rd-navbar-fixed .rd-navbar-register-link i,
.rd-navbar-fixed .rd-navbar-user-link i,
.rd-navbar-fixed .rd-navbar-logout-link i {
  font-size: 32px;
  display: block;
  color: #30b859;
}

@media screen and (max-width: 991px){
  .rd-navbar-wrap {
    margin-top: 55px;
  }
}

.rd-navbar-fixed .contact-title,
.rd-navbar-fixed .contact-icon,
.rd-navbar-fixed .contact-divider {
  display: none;
}

.rd-navbar-fixed .rd-navbar-top-left-menu li {
  display: block;
  padding: 5px 20px;
}

.rd-navbar-fixed .rd-navbar-top-left-menu li a i {
  width: 32px;
  text-align: center;
}

.rd-navbar-fixed .rd-navbar-top-left-menu li a {
  display: block;
}

div.pagination {
  overflow: hidden;
  margin: 8px 0 0;
  padding: 15px;
  background: #f5f5f5;
  text-align: center;
}

div.pagination > nav > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}

div.pagination > nav > ul li {
  display: inline;
  margin: 0 5px 0 0;
}

div.pagination > nav > ul li a,
div.pagination > nav > ul li span {
  background-color: transparent;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  float: none;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
}

div.pagination > nav > ul li.active a,
div.pagination > nav > ul li.active span,
div.pagination > nav > ul li.active a:hover,
div.pagination > nav > ul li.active span:hover,
div.pagination > nav > ul li.active a:focus,
div.pagination > nav > ul li.active span:focus,
div.pagination > nav > ul li a:hover,
div.pagination > nav > ul li span:hover {
    background: none repeat scroll 0 0 #002E80;
    color: #ffffff;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

div.pagination > nav > ul li.disabled a,
div.pagination > nav > ul li.disabled span,
div.pagination > nav > ul li.disabled a:hover,
div.pagination > nav > ul li.disabled span:hover {
  background: transparent;
  color: #ccc;
}

.icon-first,
.icon-previous,
.icon-next,
.icon-last {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.icon-first:before {
  content: "\f344";
}

.icon-previous:before {
  content: "\f060";
}

.icon-next:before {
  content: "\f061";
}

.icon-last:before {
  content: "\f340";
}

.stati_item_images img {
  max-width: 100%;
}

.stati_info {
  margin-bottom: 10px;
  font-size: 13px;
  color: #777;
}

.stati_info_item {
  margin-left: 10px;
}

.stati_info_item:first-child {
  margin-left: 0px;
}

.stati_info_item a {
  color: #777;
}

.stati_info_item a:hover {
  color: #30b859;
}

.stati_buttons a {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
}

.stati_item {
  margin-bottom: 20px;
}

.stati_item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.stati_buttons a {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
}

.stati_item {
  margin-bottom: 20px;
}

.stati_item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.stati_item h3 a {
  color: #000;
}

.stati_item h3 a:hover {
  color: #30b859;
}

.rd-navbar--is-stuck .rd-navbar-brand .desktop_logo {
    max-width: 75px;
    max-height: 75px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand > a {
    line-height: 40px;
}

@media screen and (max-width: 500px){
  .rd-navbar-fixed .rd-navbar-chart-link,
  .rd-navbar-fixed .rd-navbar-wish-link,
  .rd-navbar-fixed .rd-navbar-login-link,
  .rd-navbar-fixed .rd-navbar-register-link,
  .rd-navbar-fixed .rd-navbar-user-link,
  .rd-navbar-fixed .rd-navbar-logout-link {
    display: none;
  }

  .rd-navbar-fixed .rd-navbar-search-toggle {
      right: 40px;
  }

  .rd-navbar-fixed .rd-navbar-search .form-group {
    right: 90px;
  }
}

.rd-navbar.rd-navbar--is-clone > .rd-navbar-inner,
.rd-navbar.rd-navbar--is-clone > .rd-navbar-one-border {
  display: none;
}