@charset "utf-8";
@import url('../fonts/robotoslab/stylesheet.css');
@import url('../fonts/oswald/oswald.css');

/*! =======================================================
           TIME SELECT RANGE SLIDER VERSION  9.8.0
========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.slider.slider-horizontal {
    width: 210px;
    height: 20px;
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 20px;
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0;
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    border-right-color: #0480be;
    margin-left: 0;
    margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}
.slider input {
    display: none;
}
.slider .tooltip.top {
    margin-top: -36px;
}
.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}
.slider .hide {
    display: none;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
}
.slider-handle.round {
    border-radius: 50%;
}
.slider-handle.triangle {
    background: transparent none;
}
.slider-handle.custom {
    background: transparent none;
}
.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}
.slider-tick.round {
    border-radius: 50%;
}
.slider-tick.triangle {
    background: transparent none;
}
.slider-tick.custom {
    background: transparent none;
}
.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}
/* end bootstrap-slider.css */

html {
    background: #646464;
}
* {
    outline: 0 none !important;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
a, button {
    transition: .2s;
}
ol {
    list-style-position: inside;
}
.MsoNormal {
    text-align: left !important;
}
.form-control {
    color: #337AB7;
    font-weight: 400 !important;
}
.form-control::placeholder {
    color: #BEBEBE;
}
.form-control:focus::placeholder {
    color: transparent;
}
.form-control:focus::-webkit-placeholder {
    color: transparent;
}
.form-control:focus::-moz-placeholder {
    color: transparent;
}
.form-control:focus::-ms-placeholder {
    color: transparent;
}
audio {
    opacity: .8;
}
audio:hover {
    opacity: .9;
}
.btn {
    border-radius: 10px;
}
.water-nav li {
    margin-bottom: 10px;
}
a:hover {
    text-decoration: none !important;
}
body {
    font-size: 20px;
    max-width: 2700px;
    font-family: 'Oswald', sans-serif;
    margin: auto;
}
strong {
    font-weight: 600;
}
.light {
    font-weight: 300 !important;
}
.align-center {
    text-align: center !important;
}
.minimal_summ,
.red {
    color: red !important;
}
.purple {
    color: #FF004F;
}
.orange {
    color: orange;
}
.orangered {
    color: orangered !important;
}
.gray {
    color: #666;
}
.light-green {
    color: #A9FB00;
}
.black {
    color: black;
}
.orangered-inverted {
    color: white;
    background: orangered;
    padding: 0 5px;
}
.red-btn-buy {
    display: block;
    padding: 15px 30px;
    color: #fff;
    background: orangered;
    width: 250px;
    font-size: 20px;
    margin: auto;
    text-decoration: none !important;
    border-radius: 30px;
}
.red-btn-buy:hover {
    color: #fff !important;
    background: red;
}
.text-inverted {
    color: white;
    background: #4E72A7;
    padding: 0 5px;
}
.text-inverted a, .text-inverted p, .text-inverted h3 {
    color: #fff;
}
.text-inverted-div {
    padding: 5px 30px;
}
.about-water-content .text-inverted-div h3 {
    padding-top: 0;
}
.green {
    color: #5CB85C !important;
}
.fa {
    margin-right: 2px;
}
.responsive-header {
    display: none;
}
.close-menu {
    width: 0;
    height: 0;
    overflow: hidden;
}
.responsive-menu {
    display: none;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #337ab7;
    width: 10px;
}
.mCSB_outside + .mCSB_scrollTools {
    left: 94%;
    top: 10px;
    bottom: 10px;
}
.left-col-fixed {
    width: 300px;
    padding: 0 15px 0;
    position: fixed;
    z-index: 1001;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}
.main {
    margin-left: 300px;
    position: relative;
}
.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    z-index: 22;
}
.marquee span {
    color: white;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 100s infinite linear;
    animation: marquee 90s infinite linear;
    text-shadow: 0 0 4px #000;
}
.marquee span:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}
.to-top {
    position: fixed;
    width: 80px;
    height: 30px;
    bottom: 0;
    right: 50%;
    display: none;
    z-index: 1003;
	margin-right: -200px;
}
.to-top a {
    display: block;
    height: 100%;
    width: 100%;
	opacity: .3;
}
.to-top a img {
	width: 80px;
}
.to-top a:hover {
    opacity: .6;
}
.fast-order-small {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 80px;
    right: 35px;
    background: url(../images/timer-small-white.svg) 48% 52% no-repeat #ff9525;
    background-size: 28px;
    border-radius: 30px;
    z-index: 1011;
    cursor: pointer;
    transition: .3s;
    padding-top: 50px;
    font-weight: 600;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.fast-order-small:hover {
    -webkit-animation: swing1 0.6s ease;
    animation: swing1 0.6s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.music-small {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 25px;
    left: 307px;
    text-align: center;
    line-height: 36px;
    font-size: 18pt;
    background: #fff;
    border: 1px solid #e2e2e2;
    z-index: 1015;
    border-radius: 25px;
}
.music-small a {
    display: block;
    color: #0f324c;
    height: 100%;
}
.man-small {
    width: 96px;
    height: 249px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99999;
    transition-duration: 1s;
}
.man-small a {
    display: block;
}
.main-logo {
    margin: 30px auto 10px;
}
.main-logo, .main-logo img {
    width: 260px;
}
.navbar-form {
    padding: 0;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
}
#srch-term, #srch-term-responsive {
    width: 260px;
    padding-left: 37px;
    background: url(../images/search-icon.svg) no-repeat 6px 5px;
    background-size: 30px;
    font-size: 18px;
    height: 40px;
    border: 1px solid #dadada;
}
#srch-term:focus {
    background-color: #fff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
}
.nav-tabs {
    padding: 10px 0;
    position: relative;
    border-bottom: none;
}
.nav-tabs.centered-tabs > li {
    text-align: center;
    width: 100%
}
.nav-tabs > li {
    width: 50%;
    margin-bottom: 0;
}
.nav-tabs.centered-tabs > li.nav-item.for-home,
.nav-tabs.centered-tabs > li.nav-item.for-office {
    width: 50%;
    margin-bottom: 20px;
}
.nav-tabs.centered-tabs > li.nav-item.for-home > a,
.nav-tabs.centered-tabs > li.nav-item.for-office > a {
    color: #337AB7;
    width: fit-content;
}
.nav-item.catalogue {
    margin: 0 auto;
	margin-bottom: 15px;
	margin-top: -5px;
}
.nav-item.catalogue > a.nav-link {
  font-size: 16pt;
  color: #fff;
  background: #0075c7;
  padding: 20px 0 22px;
  border-radius: 10px;
  margin: 0 7px;
  letter-spacing: .8pt;
}
.nav-item.catalogue > a.nav-link:hover {
	text-decoration: none !important;
	background: #007ed2;
	transform: scale(1.03);
}
.nav-item.catalogue > a.nav-link > span {
    font-weight: 500;
}
.nav-tabs.centered-tabs > li.nav-item.for-home > a,
.nav-tabs.centered-tabs > li.nav-item.for-office > a {
    border-radius: 20px;
    border: 1px solid #337AB7;
    padding: 2px 8px 5px;
    font-size: 18px;
}
.nav-tabs.centered-tabs > li.nav-item.for-home > a:hover,
.nav-tabs.centered-tabs > li.nav-item.for-office > a:hover {
    text-decoration: none !important;
    color: #122E87;
    border-color: #122E87;
}
.nav-tabs.centered-tabs > li.nav-item.for-home > a {
    padding: 2px 13px 5px;
}
.nav-tabs > li.delivery a, .nav-tabs > li.shops a {
    color: #337AB7;
}
.nav-tabs > li.coolers {
    margin-bottom: 10px;
    margin-top: 8px;
    width: 100%;
}
.nav-tabs > li.coolers a {
    display: block;
    color: #fff;
    margin: 0 auto 5px;
}
.nav-tabs > li.coolers > a {
    background-color: #337AB7;
    border-radius: 3px;
    font-size: 14pt;
    padding: 8px 12px 10px;
    width: 255px !important;
}
.nav-tabs > li.discounts > a,
.nav-tabs > li.coolers > a,
.nav-tabs > li.actions > a {
    width: fit-content;
}
.nav-tabs > li.actions > a:hover,
.nav-tabs > li.coolers > a:hover {
    text-decoration: none !important;
}
.nav-tabs > li.coolers > a:hover {
    background: #23547C;
}
.nav-tabs > li.actions > a:hover {
    background-color: #ffb300;
}
.nav-tabs > li.actions > a,
.nav-tabs > li.discounts > a {
    color: #fff;
    display: inline-block;
}
.nav-tabs > li.actions > a {
    background-color: #ffb300;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 16px;
}
.nav-tabs > li.discounts > a {
    background-color: #ff872f;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
}
.nav-tabs > li.discounts > a:hover {
    text-decoration: none !important;
    background: #ff740d;
}
.nav-tabs > li.about > a, .nav-tabs > li.contact > a {
    text-align: right;
}
.nav-tabs > li.contacts, .nav-tabs > li.working-hrs, .nav-tabs > li.icons, .nav-tabs > li.green-btn {
    width: 100%;
    text-align: center;
}
.nav-item.green-btn {
    margin-bottom: 5px;
}
.nav-tabs > li.gps, .nav-tabs > li.call {
    text-align: center;
}
.nav-tabs > li.gps {
    width: 100% !important;
	margin-top: 5px;
}
.nav-tabs > li.call {
    width: 60px;
    position: fixed;
    height: 60px;
    top: 155px;
    right: 35px;
    z-index: 99999;
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.nav-tabs > li.call:hover {
	-webkit-animation: swing1 0.6s ease;
    animation: swing1 0.6s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes swing1 {
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    40% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    65% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing1 {
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    40% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    65% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.nav-tabs > li.gps > a {
    font-size: 16pt;
}
.nav-tabs > li.gps > a span {
    text-decoration: underline;
    color: red;
}
.nav-tabs > li.gps > a span:hover {
    text-decoration: none;
}
.nav-tabs > li.gps > a img {
    margin-top: -4px;
}
.nav-item.faq {
    width: 100%;
}
.nav-item.faq a {
    text-align: center;
}
.dropdown-menu.messengers {
    padding-top: 15px;
    left: -5px;
    width: 70px;
    min-width: 70px;
    background: #fff;
    border: 0 none;
    border-radius: 35px;
}
.dropdown-menu.messengers::before {
    display: block;
    content: " ";
    position: absolute;
    width: 65px;
    height: 65px;
    left: 4px;
    top: -30px;
    background: rgba(242, 242, 242, 0.5);
    margin-top: -32px;
    backdrop-filter: blur(2px);
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
}
.dropdown-menu.messengers a {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    display: block;
    margin: 0 auto 10px;
}
.dropdown-menu.messengers a img {
    transition: .2s;
    width: 40px;
    height: 40px;
}
.dropdown-menu.messengers a img:hover {
    transform: scale(1.15);
}
.nav-tabs > li > a {
    padding: 4px 3px;
    font-size: 20px;
    color: #122E87;
    border: 0 none;
    border-radius: 40px;
}
.count {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: orangered;
    border-radius: 10px;
    top: 15px;
    left: 40px;
}
.green-btn > .btn-success {
    border-radius: 10px;
}
.nav-item.contacts {
    font-weight: 500;
    font-size: 14pt;
    color: #122E87;
    white-space: nowrap;
	margin-top: -10px !important;
	margin-bottom: 10px;
}
.nav-item.contacts img {
    vertical-align: baseline;
    margin-right: 3px;
}
.nav-item.contacts span {
    font-size: 18pt;
    padding-left: 5px;
}
.nav-item.working-hrs {
	margin-top: -3px;
}
.nav-item.working-hrs a {
    color: #0075c7;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    padding: 5px;
    font-size: 16pt;
}
.working-hrs-content {
    display: none;
    position: absolute;
    top: 38px;
    background: rgba(255,255,255,.95);
    width: 96%;
    margin-left: 5px;
    padding: 15px;
    z-index: 55;
    font-weight: 400;
    text-align: center;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
	backdrop-filter: blur(5px);
}
.working-hrs-content::before {
    display: block;
    position: absolute;
    font-size: 12px;
    color: #0075c7;
    content: "▼";
    right: 36px;
    top: -22px;
}
.working-hrs-content p {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
.working-hrs-content p strong {
    font-weight: 500;
}
.working-hrs-content p.extra {
    color: orangered;
    padding-top: 20px;
    border-top: 1px solid #FFA78C;
}
.nav-item.icons {
    margin: 20px auto 10px 10px;
}
.nav-item.icons img {
    width: 28px;
}
.nav-item.icons .profile img {
    width: 32px;
	margin-right: -8px;
}
.nav-item.icons a {
    position: relative;
    display: block;
    height: 45px;
    transform: scale(0.90);
	float: left;
	width: 70px;
	text-align: center;
	line-height: 30px;
}
.bx-basket-fixed.right.top {
    position: fixed;
    top: 1px !important;
    border-radius: 5px;
    width: 70px;
    right: 80px;
    background: rgba(255,255,255,.6);
	height: 45px;
}
.nav-item.green-btn button {
    font-size: 20px;
    width: 255px;
    border-radius: 30px;
    height: 60px;
    background: #A9FB00;
    border-color: #A9FB00;
    color: #525252;
    font-weight: 500;
    box-shadow: 0 0 20px 0 rgb(34 36 43 / 30%);
}
.nav-item.green-btn button:hover, .nav-item.green-btn.prize-btn button:hover {
    background: #C6FF4F;
}
.nav-item.green-btn.prize-btn {
    margin: 20px auto 5px;
}
.nav-item.green-btn.prize-btn button {
    font-size: 20px;
}
.central-slides {
    height: auto;
    position: relative;
    margin-bottom: -20px;
}
.news-boxes {
    margin: 10px 0 30px;
}
.central-slides.main-slider {
    margin-bottom: 50px;
}
.catalogue-wrap.main-page {
    margin-bottom: 20px;
}
#section-header {
    text-align: center;
    padding-top: 35px;
}
#section-header h1, #section-header h2 {
    color: #183954;
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    padding: 30px 0 10px;
}
#section-header h1 {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
#section-header h1 i, #section-header h2 i {
    font-size: 22px;
    display: none;
}
#section-header h1::before, #section-header h2::before {
    content: "~ ";
    font-weight: 300;
}
#section-header h1::after, #section-header h2::after {
    content: " ~";
    font-weight: 300;
}
#section-header h1 i.fa-question, #section-header h2 i.fa-question {
    color: #fff;
}
#section-header h1 i.fa-question::before, #section-header h2 i.fa-question::before {
    display: block;
    content: " ";
    width: 22px;
    height: 22px;
    background: url(../images/faq-icon.svg);
    background-size: 22px;
    color: #214F73;
}
.product-name-personal {
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 400;
    color: #122E87;
}
.product-name-personal > i.fa {
    font-size: 16px;
}
.product-name-personal img {
    margin-top: -2px;
}
#section-header span.glyphicon-chevron-down {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 300;
}
.catalogue-wrap {
    padding: 2% 6%;
    width: 95%;
    margin: auto;
}
.catalogue-wrap .catalog-list{
    padding-top: 30px;
    width: 95%;
    margin: auto;
}
.nav-tabs.catalogue-tabs > li {
    width: 33.33333%;
    text-align: center;
}
.nav-tabs.catalogue-tabs > li > a {
    font-size: 22px;
    font-weight: 500;
    color: #275e89;
    text-shadow: 1px 1px 1px #fff;
    padding: 25px 0;
    text-transform: uppercase;
}
.nav-tabs.catalogue-tabs > li > a:hover {
    background: #fafcfe;
}
.nav-tabs.catalogue-tabs > li.active > a {
    color: #214F73;
    box-shadow: 0 10px 30px 0 rgba(34,36,43,.3);
}
.nav-tabs.catalogue-tabs > li.active > a:hover {
    background-color: #fff;
    text-shadow: none;
    text-decoration: none !important;
}
.nav > li > a:focus, .nav > li > a:hover {
    border: none;
    background-color: transparent;
}
.fa.fa-arrow-right {
    font-size: 20px;
    color: #337ab7;
}
.coolers-nav li a {
    text-decoration: underline;
}
.catalogue-tabs img {
    vertical-align: bottom;
    margin-left: -10px;
    position: relative;
    top: 0;
}
.nav-tabs a.nav-link {
    padding: 3px 15px 5px;
    border-radius: 18px;
    font-weight: 500;
}
.nav-tabs a.nav-link:hover {
    text-decoration: underline !important;
}
.nav-tabs a.nav-link.active {
}
.nav-tabs a.nav-link.active::before {
    content: "›";
    padding-right: 4px;
}
.nav-tabs .nav-item.actions a.nav-link.active > span {
    background: red;
}
.nav-tabs .nav-item.coolers a.nav-link.active > span {
    background: #337AB7;
}
.nav-tabs a.nav-link.active:hover {
    text-decoration: none;
}
.nav-tabs.catalogue-tabs {
    padding: 3px;
    background: #e5f0f9;
    border-radius: 42px;
    margin: 20px 0 50px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0 none;
}
.catalogue-filters.filters-buttons {
    text-align: center;
    padding-bottom: 0;
    margin-left: 50px;
    display: none;
}
.btn.dropdown-toggle.btn-default, .dropdown-menu.inner {
    font-size: 16px;
}
.catalogue-filters .filter {
    padding: 10px 30px 10px 0;
    display: inline-block;
}
.catalogue-filters .filter.water {
    display: block;
    padding: 15px 0 0;
}
.catalogue-filters .filter.apply {
    padding-right: 0px;
}
.catalogue-filters .filter.reset a.btn {
    background: #f7f7f7;
    border-color: #bdbdbd;
    color: #666;
}
.catalogue-filters .filter.reset a.btn i {
    color: #666;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #337ABB;
    font-size: 18px;
    font-weight: 400;
}
.dropdown-header {
    font-size: 14px;
}
.opt, .bootstrap-select .dropdown-menu li a span.text {
    font-size: 18px;
}
.catalogue-filters .filter > label {
    font-weight: 400;
}
.dropdown-menu > li > a {
    color: #484848;
}
.catalogue-filters .filter .btn.dropdown-toggle.bs-placeholder.btn-default {
    border: 1px #EBEBEB solid;
	border-radius: 5px;
    background: transparent;
    box-shadow: none;
}
.catalogue-filters .filter i {
    color: #fff;
    font-size: 12px;
}
.btn-custom {
    color: #fff;
    background-color: #008CBA;
    border-color: #008CBA;
}
.catalogue-content {
    padding: 0;
}
.catalogue-category {
    border-bottom: 1px #e5e5e5 solid;
}
.catalogue-category:nth-last-child(1) {
    border-bottom: none;
}
.catalogue-category-heading {
    font-size: 32px;
    font-weight: 500;
    color: #183954;
    margin: 0;
    visibility: hidden;
}
.items-quantity {
    margin: 40px 10px;
}
.category-subheading {
    color: #183954;
    margin: 40px 0 80px;
    font-weight: 400;
    font-size: 24px;
}
.category-subheading .h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 32px;
}
.category-subheading p {
    font-size: 18px;
}
.category-subheading .h2 a {
    text-decoration: none;
}
.category-subheading h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
.category-subheading .h2 span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: #F77420;
    padding: 3px 10px;
    border-radius: 3px;
}
.category-subheading .h2 span:last-child {
    background: green;
}
.category-subheading .h2 span.vdz {
    background: #9DCB3B;
}
.natur-icon {
    width: 60px;
    height: 60px;
}
.category-subheading a {
    text-decoration: underline;
}

.category-item {
    float: left;
    width: 50%;
    min-width: 400px;
    margin-bottom: 130px;
    position: relative;
    height: 520px;
    padding: 0 40px 0 0;
}
.smart-filter-block {
	margin-bottom: 50px;
}
.category-item .status {
    margin-left: 220px;
}

.category-item .status,
.product-item-main .status {
    padding: 0 10px 3px;
    width: fit-content;
}

.item-photo {
    width: 220px;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.item-photo.mediagallery-photo {
    width: auto;
    height: auto;
    float: none;
    transition: .3s ease;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-radius: 10px;
    overflow: hidden;
}
.item-photo.mediagallery-photo:hover {
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}
.item-photo img {
    max-width: 190px;
    max-height: 275px;
}
.item-photo.mediagallery-photo img {
    max-width: 100%;
    max-height: 100%;
}
.label-naturprodukt {
    position: absolute;
    width: 70px;
    top: 0;
    left: 10px;
}
.label-naturprodukt > img {
    cursor: default;
}
.addtofav {
    clear: left;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
}
.onfav {
    clear: left;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}
.item-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0 15px 220px;
    position: relative;
}
.item-name.mediagallery-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0;
    text-align: center;
}
.item-name-ii {
    font-size: 18px;
    line-height: 20px;
    margin: -7px 0 25px 220px;
    position: relative;
    color: #333;
    font-weight: 300;
}
.item-name a {
    color: #337ab7;
    text-decoration: underline;
}
.item-name.mediagallery-name a {
    color: #333;
    text-decoration: none;
}
a i.glyphicon-info-sign {
    font-size: 16px;
    color: #AAAAAA;
}
a i.glyphicon-info-sign:hover {
    color: #333;
}
.item-price {
    font-size: 32px;
    white-space: nowrap;
    color: #333;
    margin-left: 220px;
}
.item-q,.item-to-cart {
    margin-left: 220px;
    position: absolute;
    bottom: 75px
}
.item-sale {
    color: orangered;
    margin-bottom: 10px;
}
.item-price.additional {
    line-height: 36px;
    font-size: 18px;
    font-weight: 400;
}
.item-price.additional > a {
    text-decoration: underline;
}
.item-price.additional > a:hover {
    text-decoration: none;
}
.item-price.product-main.additional {
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.item-price-label, .item-action-sale-label {
    color: green;
    margin-top: 5px;
    margin-left: 220px;
    font-size: 16px;
    font-weight: 600;
}
.item-action-sale-label {
    color: orangered;
}
.item-price > small {
    font-size: 16px;
    color: #666;
}
.item-to-cart {
    margin-left: 220px;
    position: absolute;
    bottom: 5px;
}
.item-to-cart-btn button {
    margin: 0 20px;
}
.item-to-cart > button[type="button"],
a.more-info {
    padding: 20px 40px;
    font-size: 22px;
    border-radius: 10px;
}
.btn.btn-primary.more-info {
	margin-left: 220px;
	margin-top: 20px;
}
.item-to-cart > button[type="button"] > i {
    margin-right: 5px;
}
#gpsmodal .modal-content{
    height: auto;
    min-height: 100%;
}
#infomodal .modal-dialog {
    width: 400px;
    top: 30%;
}
#fastordermodal .modal-dialog {
    width: 500px;
}
.modal-dialog {
    margin: 70px auto 0;
    left: 7%;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}
.imagepreview {
    max-height: 700px;
    margin: 20px;
}
.modal .caption {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.infomessage-popup-text {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}
.dropdown-menu.dropdown-menu-left {
    width: 350px;
    left: -10px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
.info-heading {
    color: gray;
    text-transform: uppercase;
}
.info-text {
    color: black;
}
.customers {
    margin: 20px 100px 20px 120px;
}
.customers-subheading {
    font-size: 24px;
    text-align: center;
    margin: 0 0 35px 0;
    width: 100%;
    text-transform: uppercase;
    color: #2c4960;
    font-weight: 500;
}
.customers-slider-wrap {
    height: auto;
    width: 100%;
    position: relative;
}
.features {
    border-top: 1px dotted #DFDFDF;
    background: url(../images/feat-top-bg.png) 0 0 repeat-x;
}
.catalogue-wrap.feat {
    padding: 4% 8% 0;
}
.feature {
    width: 45%;
    min-width: 400px;
    float: left;
    margin: 0 30px 60px;
}
.feature img {
    float: left;
}
.feature p {
    margin-left: 120px;
    margin-top: 5px;
    font-weight: 300;
}
.footer {
    background: #314D77;
    color: white;
    padding: 50px 0 60px 120px;
    margin-bottom: -29px;
}
.footer-head {
    margin-bottom: 25px;
    font-size: 22pt;
    color: #848484;
}
.footer-info {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 30px 30px 0;
}
.footer-info.media-links a {
    display: inline-block;
    margin-right: 25px;
}
.footer-info.media-links a span {
    font-size: 12pt;
    font-weight: 300;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer-icons a {
    margin-right: 10px;
}
.footer-icons a img {
    width: 32px;
    transition: .3s;
}
.footer-icons a img:hover {
    transform: scale(1.2);
}
.footer-about, .footer-paylogos {
    font-size: 12pt;
    font-weight: 300;
    margin-bottom: 0;
    color: #A1AEC1;
	margin-top: 20px;
}
.footer-paylogos {
    float: right;
    margin-right: 240px;
    margin-top: 100px;
}
.footer-email, .footer-link {
    font-size: 18px;
}
.footer-link {
    font-weight: 500;
}
.footer-info.footer-email {
    font-weight: 300;
    display: block;
    font-size: 18px;
}
.footer-info.footer-email > a {
    text-decoration: none;
}
.user-phone input {
    font-size: 22px;
    width: 300px;
    font-weight: 300;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}
.enterbtn button, .enterbtn input[type=submit] {
    font-size: 22px;
    height: 60px;
    width: 300px;
    margin-bottom: 10px;
}
.close {
    font-size: 56px;
    font-weight: 200;
    margin-top: -25px;
}
.modal {
    z-index: 10000;
    backdrop-filter: blur(3px);
}
#gpsmodal {
    width: 100%;
    height: 100%;
    padding-right: 0 !important;
}
.modal-dialog.modal-gps {
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}
.modal-dialog.modal-gps > .modal-content {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
    border: 0 none;
}
.modal-dialog.modal-gps > .modal-content h2 {
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    font-size: 32px;
    color: #235278;
}
.modal-dialog.modal-gps .close {
    opacity: 1;
    color: #fff;
    position: fixed;
    top: 30px;
    right: 50px;
    font-size: 42px;
}
#closemap {
    width: 50px;
    height: 50px;
    background: url(../images/close-x.png) no-repeat;
    position: fixed;
    z-index: 10999;
    top: 25px;
    right: 49px;
    cursor: pointer;
    display: none;
    transition: transform .3s ease-in-out;
}
#closemap:hover {
    transform: rotate(180deg);
}
.da-slide .da-link {
    backdrop-filter: blur(5px);
}
.btn.btn-info.search-water {
    background-color: #337AB7;
    height: 38px;
    border-color: transparent !important;
    display: none;
}
.catalogue-filters button[type="reset"] {
    height: 38px;
    display: none;
}
.btn.btn-info.search-water:hover {
    background-color: #286090;
    border-color: #204d74;
}
.tooltip > .tooltip-inner {
    background-color: #3A3A3A;
    font-size: 12px;
}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #3A3A3A;
}
.dropdown.city > .tooltip > .tooltip-inner {
    background-color: #3A3A3A;
    margin-bottom: 0;
}
.dropdown.city > .tooltip.top > .tooltip-arrow {
    margin-bottom: 0;
    border-top: 5px solid #3A3A3A;
}
/* Style the breadcrumb list */
.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 40px 0 50px;
    text-align: center;
    font-style: italic;
}
.breadcrumb.catalogue-inner {
    margin-left: 20px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    font-weight: 300;
    color: #7F888F;
}
ul.breadcrumb li+li::before {
    padding: 8px;
    color: #7F888F;
    content: "›";
    font-weight: 300;
}
ul.breadcrumb li a {
    color: #337AC4;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline !important;
}
h1.product-name-main, h2.product-name-main {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: 500;
    color: #183954;
    text-align: center;
}
h1.product-name-main {
    text-align: left;
    text-transform: none;
}
.product-image-main img {
    max-height: 500px;
}
.empty-category {
    text-align: center;
    font-size: 18pt;
    color: #949494;
}
.empty-category > i {
    font-size: 42pt;
}
.carousel-inner .item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    min-height: 300px;
    max-height: 450px;
    margin-bottom: 40px;
    cursor: zoom-in;
}
#carousel-custom {
    margin: 0 40px 40px 0;
    width: 435px;
    float: left;
}
#carousel-custom .carousel-indicators {
    margin: 0;
    padding-top: 10px;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
	overflow-y: hidden;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 15px;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.6;
    height: 100px;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.8;
}
#carousel-custom .carousel-outer {
    position: relative;
    height: 450px;
    overflow: hidden;
}
.carousel-control {
    opacity: .1;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: .5;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -25px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -25px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 22px;
    color: #000;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: .2;
}
.carousel-indicators .active {
    border: 1px solid #337AB7;
}
.carousel-indicators.disabled {
    display: none;
}
.product-desc {
    font-weight: 400;
    font-size: 20px;
    min-width: 450px;
    color: #183954;
    margin-bottom: 30px;
}
.product-desc p.labels {
    margin-bottom: 25px;
}
.product-desc > p.labels span {
    background: #F77420;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    white-space: nowrap;
    line-height: 32px;
    font-weight: 500;
    border-radius: 3px;
}
.product-desc a {
    text-decoration: underline;
}
.product-desc a:hover {
    text-decoration: none;
}
.product-main {
    bottom: 0;
    margin-left: 0;
    position: relative;
}
.item-price.product-main {
    font-size: 34px;
    margin-bottom: 30px;
}
.item-price.product-main > small {
    font-size: 18px;
}
.product-item-main {
    position: relative;
    margin-left: 490px;
    margin-bottom: 20px;
    width: 58%;
}

.product-item-main.disabled .item-q.product-main::after {
    content: "Нет на складе";
    display: block;
    position: absolute;
    color: #333;
    z-index: 500;
    background: rgba(255, 255, 255, .9);
    left: 0;
    top: 0;
    padding-top: 10px;
    height: 140px;
    font-size: 20px;
    width: 200px;
}
.addtofav-product-main {
    color: #666;
    margin: 30px 0;
    position: relative;
    font-weight: 300;
}
.item-q.product-main {
    margin-bottom: 20px;
}
.product-item-spec {
    color: #183954;
    margin-bottom: 30px;
    padding-top: 30px;
}
.product-item-spec h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 30px;
}
.product-item-spec h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
}
.product-item-spec span.red {
    color: red;
    font-weight: 500;
}
.product-item-spec.more-text-info p {
    margin-bottom: 15px;
}
.product-item-spec.more-text-info p a {
    text-decoration: underline;
}
.product-item-spec.more-text-info p a:hover {
    text-decoration: none;
}
.product-item-spec-cell {
    display: table-cell;
    padding-right: 50px;
    padding-bottom: 30px;
    font-weight: 400;
    min-width: 180px;
}
.product-item-spec-cell h4 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
}
.product-item-spec-cell p {
    text-align: left!important;
}
.bx_item_detail.bx_blue, #basket-root {
	border-bottom: 3px solid #efefef;
}
.more-items {
    padding: 40px 0 50px;
	width: fit-content;
    margin: auto;
	text-align: center;
}
.more-items h3 {
    font-size: 20px !important;
    margin-bottom: 50px;
    color: #183954;
    font-weight: 300 !important;
}
.more-items p {
	text-align: center !important;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.more-items-item {
    width: auto;
    position: relative;
    display: table-cell;
    text-align: center;
    padding-right: 40px;
}
.more-items-item .item-image img {
    max-height: 200px;
    max-width: 200px;
    margin-bottom: 10px;
}
.more-item-name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.more-item-name a {
    color: #275E89;
}
.more-item-name a:hover {
    text-decoration: underline !important;
}
.more-items-item.plus {
    width: 150px;
    padding-right: 0;
    vertical-align: top;
    padding-top: 30px;
    min-width: 150px;
}
.more-items-item.plus a {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: #666;
    color: #fff;
    opacity: .3;
    min-width: 150px;
    text-shadow: 0 0 2px #000;
    line-height: 10px;
}
.more-items-item.plus a > span {
    font-size: 86px;
    font-weight: 300;
}
.more-items-item.plus a:hover {
    opacity: .4;
    transform: scale(1.1);
}
.more-item-price {
    color: #515151;
    font-size: 24px;
}
.more-item-q {
    text-align: center;
    position: absolute;
    bottom: 55px;
    width: 82%;
}
.more-item-q > input[type="number"] {
    height: 50px;
    width: 80px;
    font-size: 16px;
    margin: 10px auto;
}
.more-to-cart {
    bottom: 0;
    position: absolute;
    margin: auto;
    width: 82%;
}
.more-to-cart > button[type="button"] {
    padding: 15px 30px;
    font-size: 18px;
}
.specs-link {
    margin-top: 40px;
}
.new-product-label {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    top: -30px;
    color: white;
    padding: 0 7px;
    background: red;
}
.new-product-labelred {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    top: -30px;
    color: #ffffff;
    padding: 0 7px;
    background: #ff0000;
}

.product-of-the-day-label {
    position: absolute;
    top: 310px;
    font-size: 16px;
    font-weight: 400;
    color: green;
    background: #ebebeb;
    left: 70px;
    padding: 0 7px;
}
.new-product-label-main {
    font-size: 18px;
    font-weight: 300;
    color: orangered;
    display: inline-block;
    padding: 2px 7px;
    background: #ebebeb;
    vertical-align: middle;
    margin-left: 5px;
}
.produst-of-the-day-label-main {
    font-size: 18px;
    font-weight: 300;
    color: green;
    display: inline-block;
    padding: 2px 7px;
    background: #ebebeb;
    vertical-align: middle;
    margin-left: 5px;
}
.item-action-sale-label.product-main, .item-price-label.product-main {
    margin-left: 0;
    font-size: 18px;
    margin-bottom: 20px;
}
.more-item-new-product-label, .more-item-product-of-the-day-label {
    margin-top: 10px;
    display: inline-block;
}
.more-item-new-product-label span, .more-item-product-of-the-day-label span {
    font-size: 16px;
    font-weight: 400;
    color: green;
    padding: 0 7px;
    background: #ebebeb;
}
.more-item-new-product-label span {
    color: white;
	background: red;
}
.pdf-download {
    font-size: 18px;
    margin-top: 50px;
}
.pdf-download a {
    text-decoration: underline;
}
.pdf-download a img {
    vertical-align: text-bottom;
}
.nav-tabs.catalogue-tabs.about-water-tabs {
    width: 92%;
    margin: auto;
    margin-bottom: 40px;
}
.nav-tabs.catalogue-tabs.about-water-tabs.media-tabs {
    width: 100%;
	margin-bottom: 60px;
}
.nav-tabs.catalogue-tabs.about-water-tabs > li {
    width: 20%;
    white-space: nowrap;
}
.nav-tabs.catalogue-tabs.about-water-tabs.media-tabs > li {
    width: 25%;
}
.nav-tabs.catalogue-tabs.about-water-tabs > li > a {
    text-transform: none;
}
.about-water-content {
    color: #183954;
    padding: 2% 5%;
    padding-bottom: 40px;
}
.catalogue-wrap.about-water-content {
    padding: 1% 10% 3%;
}
.about-water-content p i.fa {
    padding-right: 5px;
}
.about-water-content h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left !important;
}
.about-water-content p {
    margin-bottom: 20px;
    text-align: justify;
}
.bigger-text-blue {
    font-size: 18pt;
    padding: 10px 10px 20px;
    text-align: center !important;
    background: #d2e8f3;
    font-weight: 500;
}
.bigger-text-white {
    font-size: 18pt;
    text-align: center !important;
    font-weight: 500;
}
.water-start-box.col-md-6 {
    padding-left: 0;
}
.water-start-box-image {
    float: left;
    width: 237px;
}
.water-start-box-text {
    margin-left: 255px;
}
.about-water-content p.bigger-text {
    font-size: 1.2em;
}
.about-water-content p.discount-intro {
    width: 734px;
    margin: auto auto 50px;
    font-size: 22px;
}
.exclamation a {
    text-decoration: underline;
}
.exclamation big {
    font-weight: 300;
}
.exclamation strong {
    font-weight: 500;
}
.exclamation.call-center p.bigger-text {
    font-size: 1.4em;
    line-height: 1.4em;
}
.align-left {
    float: left;
    margin: 0 30px 10px 0;
}
.align-right {
    float: right;
    margin: 0 0 10px 30px;
}
.about-water-content p a {
    text-decoration: underline;
}
.sticky {
    position: fixed;
    top: 0;
    width: 62%;
    z-index: 999;
}
.read-more {
    display: inline-block;
    margin-top: 60px;
    width: 45%;
    text-transform: uppercase;
}
.read-more > p {
    color: #666;
}
.read-more ul li {
    list-style-type: none;
    margin-bottom: 15px;
}
.read-more ul li a {
    text-decoration: underline;
}
.water-nav, .about-water-nav, .coolers-nav, .stores-nav {
    list-style-type: none;
    margin-bottom: 40px;
    font-size: 24px;
}
.water-nav li a {
    padding-left: 25px;
    background: url(../images/water-icon.svg) no-repeat -2px 3px;
    background-size: 28px;
    text-decoration: underline;
}
.about-water-nav li, .coolers-nav li, .stores-nav li {
    margin-bottom: 10px;
}
.stores-nav dt {
    margin-bottom: 10px;
}
.stores-nav dd {
    margin-bottom: 5px;
    padding-left: 10px;
}
.about-water-nav li a {
    padding-left: 25px;
    background: url(../images/drop-icon.svg) no-repeat -2px 3px;
    background-size: 28px;
    text-decoration: underline;
}
.coolers-nav li a.active {
    text-decoration: none;
}
.stores-nav li i {
    font-size: 16px;
    color: #337ab7;
}
.stores-nav li a {
    background: none;
    padding-left: 0;
    text-decoration: underline;
}
.stores-nav li a.active, .coolers-nav li a.active {
    font-weight: 600;
    text-decoration: none;
}
.stores-nav.inline li, .coolers-nav.inline li {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
.sub-nav {
    font-size: 18px;
    list-style-position: inside;
    color: red;
}
.sub-nav li {
    margin-top: 10px;
}
.sub-nav li a {
    background: none;
    padding-left: 0;
}
.inline-div {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 25px;
}
.about-water-content section {
    padding: 30px 0;
}
.about-water-content section:last-child {
    border-bottom: 0 none;
}
.about-water-content .product-preview {
    display: table-cell;
}
.about-water-content .product-preview img {
    max-width: 250px;
}
.about-water-content h4 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}
.delfromfav {
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: orangered;
    display: block!important;
    font-weight: 300;
}
.delfromfav:hover {
    color: red;
}
.contacts-line {
    margin-bottom: 25px;
}
.contacts-line.icons {
    line-height: .9;
}
.contacts-phone {
    display: table-cell;
    padding-right: 10px;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 30px;
}
.contacts-phone.ico img {
    width: 30px;
    height: 30px;
    transition: .3s;
}
.contacts-phone.ico img:hover {
    transform: scale(1.2);
}
.contacts-phone.number {
    font-size: 42px;
    font-weight: 500;
    padding-left: 10px;
}
.contacts-links a {
    text-decoration: none !important;
    color: #122E87;
}
.map-labels {
    text-align: center !important;
}
#map {
    position: relative;
    width: 1000px;
    height: 845px;
    background: url(../images/map-belarus-bg.svg);
    margin: 50px auto;
}
#map1 {
    position: relative;
    width: 1000px;
    height: 845px;
    background: url(../images/map-belarus-bg.svg);
    margin: 50px 0;
}
.dealers-list {
    display: none;
}
.city {
    position: absolute;
}
.city.without-label::before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: " ";
    border: 0 none;
    background: #fff;
    border: 1px solid #122E87;
    border-radius: 5px;
}
.city.without-label > .city-clickable-main {
    background: none;
    font-weight: 400;
    padding-top: 8px;
    padding-left: 18px;
}
.city::before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: " ";
    background: #fff;
    border: 1px solid #122E87;
    border-radius: 5px;
    top: 18px;
    left: 5px;
}
.city-clickable {
    width: 25px;
    height: 40px;
    cursor: pointer;
}
.city-clickable-main {
    width: auto;
    height: auto;
    text-align: left;
    line-height: 22px;
    cursor: pointer;
    padding-left: 22px;
    position: relative;
    background: url(../images/map-label-blue.svg) 0 0 no-repeat;
    background-size: 20px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #122E87;
}
.weight-inherit {
    font-weight: inherit;
}
.city-clickable-main.label-purple {
    background: url(../images/map-label-purple.svg) 0 0 no-repeat;
    font-size: 20px;
    color: #E50B42;
    background-size: 20px;
    padding-top: 2px;
    padding-left: 22px;
}
#minsk .city-clickable + .tooltip > .tooltip-inner {
    width: 130px;
}
#minsk .city-clickable-main + .tooltip > .tooltip-inner {
    width: 130px;
}
#mar-gorka .city-clickable + .tooltip > .tooltip-inner, #dorogy .city-clickable + .tooltip > .tooltip-inner {
    white-space: nowrap;
}
#mar-gorka .city-clickable-main + .tooltip > .tooltip-inner, #dorogy .city-clickable-main + .tooltip > .tooltip-inner {
    white-space: nowrap;
}
.phones-popup {
    padding: 10px;
    width: 220px;
    font-size: 16px;
    color: #000;
    padding-bottom: 7px;
}
.pop-heading {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    padding-bottom: 10px;
}
.phones-popup span {
    color: #8C8585;
    font-weight: 400;
}
#section-header.faq {
    margin-bottom: 40px;
}
.news-box {
    display: inline-flex;
    position: relative;
    width: 45%;
    margin-right: 40px;
    height: 300px;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.panel-heading {
    padding: 10px 15px;
    margin: 20px;
}
.panel-heading a {
    text-decoration: none;
    display: block;
    padding: 15px 20px 20px;
    background: #617bc7;
    color: #fff;
    opacity: .9;
}
.panel-heading a:hover {
    opacity: 1;
}
.panel-collapse {
    margin: 15px 0 40px 2px;
    padding: 0 25px;
    position: relative;
    border-left: 1px solid #cdcdcd;
}
.news-list-item {
    margin-bottom: 50px;
    padding-top: 30px;
    min-height: 210px;
}
.news-img-small {
    float: left;
    width: 165px;
    height: 165px;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 5px;
    border-radius: 15px;
}
.news-short-text {
    margin-left: 195px;
}
.news-short-text h4 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}
.news-short-text h4 a {
    color: #183954;
}
.past-action-label > span {
    padding: 0 5px;
    color: #5b5b5b;
    border: 2px dashed;
}
.news-short-text p {
    margin-bottom: 20px;
}
.news-short-text a:hover {
    text-decoration: underline !important;
}
p.news-date {
    color: #929292;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
}
.news-img-small img {
    width: 165px;
    height: 165px;
}
.news-img-small a {
    display: block;
}
.news-more-link {
    font-size: 18px;
}
.news-more-link:hover {
    text-decoration: none;
}
#section-header h2.news {
    margin-bottom: 30px;
}
.contacts-link {
    display: inline-block;
    margin-right: 20px;
}
.contacts-link a, .contacts-phone.number a {
    color: #337AB7;
    text-decoration: none;
}
.contacts-link a:hover, .contacts-phone.number a:hover {
    color: #23527c;
}
h2.h2-cart {
    margin-bottom: 50px !important;
}
#shopping-cart {
    border-bottom: none;
    padding-top: 15px;
}
.cart-item-row {
    padding: 10px 0;
    border: 1px solid #F4F4F4;
    display: table;
    width: 100%;
	margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #e6e6e6;
}
.cart-item-row.order-row {
    padding: 15px 0;
}
.cart-item-row:hover {
    background: #f9f9f9;
}
.cart-item-row div {
    display: table-cell;
    vertical-align: middle;
}
.cart-item-img {
    width: 110px;
}
.cart-item-img > div {
    width: 100px;
    height: 100px;
    text-align: center;
}
.cart-item-img > div > img {
    max-height: 100px;
    max-width: 60px;
}
.cart-item-num {
    font-size: 14px;
    color: #555;
    width: 35px;
    padding-left: 10px;
}
.cart-item-name {
    width: 43%;
}
.cart-item-name a {
    color: #275E89;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
}
.cart-item-name a:hover {
    text-decoration: underline !important;
}
.cart-item-amount {
    width: 50px;
    padding-right: 5px;
}
.cart-item-amount > input[type="number"] {
    height: 50px;
    width: 80px;
    font-size: 16px;
}
.cart-item-cost {
    font-size: 20px;
    color: #333;
    width: 35%;
}
.cart-item-sum {
    font-size: 28px;
    color: orangered;
    font-weight: 400;
}
#sum {
    text-align: center;
}
.check-sum-row {
    margin-bottom: 30px;
    font-weight: 300;
}
.buy-btn-row > button {
    padding: 20px 50px;
    font-size: 22px;
    background-color: #5CB85C;
    border-color: #5CB85C;
}
.buy-btn-row > button:hover {
    background-color: #439A43;
    border-color: #439A43;
}
#login > .modal-dialog, #subscribemodal > .modal-dialog {
    width: 450px;
    text-align: center;
}
#login label, #subscribemodal label {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-weight: 600;
}
#login h2, #fastordermodal h2, #subscribemodal h2 {
    margin: 10px 0 30px;
    color: #7D7D7D;
}
#login h2 > i, #fastordermodal h2 > i, #subscribemodal h2 > i {
    color: #5CB85C;
}
.user-email input {
    font-size: 20px;
    width: 270px;
    font-weight: 300;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}

.user-email.prize, .enterbtn.prize {
    text-align: center;
}
.user-email.prize > label {
    font-weight: 500;
    color: #666;
}
.user-email.prize > input {
    text-align: center;
    border: 2px solid #97DF00;
    width: 360px;
}
.enterbtn.prize > input[type=submit] {
    width: 360px;
    background: #97DF00;
    border-color: #97DF00;
    color: #333;
}
.enterbtn.prize > input[type=submit]:hover {
    background: #A6F700;
}

#login .enterbtn button, #subscribemodal .enterbtn button {
    width: 270px;
    height: 65px;
    font-size: 22px;
}
.forgot-pass {
    font-size: 16px;
}
.forgot-pass a {
    text-decoration: underline;
}
.register-text {
    font-size: 16px;
    font-weight: 600;
}
.register-text a {
    color: #666;
    display: block;
    width: 270px;
    height: 65px;
    font-size: 22px;
    text-align: center;
    background: #C9FF59;
    border-radius: 10px;
    margin: auto;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: -5px;
    font-weight: 400;
}
.register-text a:hover {
    background: #A9FB00;
}
#delivery, #payment {
    padding-top: 40px;
    color: #848484;
}
.water-nav.delivery li a {
    background-image: none;
    padding-left: 0;
}
.sales-content h3, .sales-content h4, .sales-content p {
    line-height: 1.5;
}
.nav-tabs.catalogue-tabs.register-tabs {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}
.nav-tabs.catalogue-tabs.register-tabs > li {
    width: 33.3333%;
}
.nav-tabs.catalogue-tabs.register-tabs > li > a {
    text-transform: none;
}
.tab-content.register-content {
    width: 90%;
    margin: 0 auto 50px;
    padding: 0 25px;
}
.register-form-section {
    margin-bottom: 50px;
    color: #275E89;
}
.register-form-section h3 {
    margin-bottom: 40px;
    font-size: 22px;
}
.register-form-login-input,
.register-form-contacts-input,
.register-form-source-input {
    width: 49%;
    display: inline-block;
    padding-right: 3%;
    font-size: 16px;
}
.num-input {
    width: 16%;
}
.num-input-bank {
    width: 24.3%;
}
.register-form-section label {
    color: #666;
}
.register-form-section input, .register-form-section select {
    height: 45px;
    margin-bottom: 20px;
    font-size: 18px;
}
.register-form-section select option {
    height: 20px;
    line-height: 20px;
}
.register-form-section textarea {
    width: 95%;
    height: 120px;
    font-size: 16px;
}
.register-form-section button {
    font-size: 20px;
    padding: 10px 20px;
}
.register-form-contacts-input.company {
    width: 99%;
}
.add-checkbox {
    height: 35px;
    font-size: 16px;
}
.add-checkbox input {
    width: 20px;
    height: 15px;
    display: inline-block;
}
.add-checkbox label {
    color: #337AB7;
    text-decoration: underline;
    cursor: pointer;
}
.add-checkbox label:hover {
    text-decoration: none;
}
.radio-inline {
    font-weight: 600;
    line-height: 22px;
}
#add-field1, #add-addr-field {
    display: none;
}
.register-content h2 {
    font-size: 28px;
    margin-bottom: 50px;
    color: #848484;
    font-weight: 300;
}
.register-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
}
#change-pass,
#second-address,
#second-addr-office,
#additional-address {
    display: none;
    padding-top: 20px;
}
.check-out__text p span {
    color: orangered;
    font-weight: 600;
}
.add-address {
    text-decoration: underline;
}
.add-address:hover {
    text-decoration: none;
}
.address-box {
    display: block;
    font-weight: 400;
    background: #F5F5F5 url(../images/checked-white-24.png) no-repeat 13px 50%;
    margin: 0 0 25px 0;
    padding: 10px 20px 10px 50px;
    transition: .3s;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 3px;
}
.address-box.checked-state {
    border-color: #ECECEC;
    background: #F7F7F7 url(../images/checked-green-24.png) no-repeat 13px 50%;
}
.address-box:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.address-box > input[type='checkbox'] {
    margin: 0;
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.order-num {
    width: 30px;
}
.order-name {
    width: 45%;
    padding-right: 15px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 2px;
    border-radius: 7px;
    left: 10px;
}
.dropdown-content a {
    color: #275E89;
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 500;
    transition: .3s;
}
.dropdown-content a:hover {
    background-color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.bottled-links a {
    padding-left: 40px;
    background: url(../images/water-icon.svg) no-repeat 12px 14px;
    background-size: auto;
    background-size: 25px;
}
.about-water-links a::before {
    font-family: "FontAwesome";
    content: "\f043";
    padding-right: 8px;
}
.sticky-menu {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(5px);
    padding: 9px 0;
    z-index: 150;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,.15);
    border-bottom: 1px solid #DFDFDF;
}
.sticky-menu.about-water {
    text-align: left;
}
.sticky-menu div, .sticky-menu-label, .sticky-menu a {
    display: inline-block;
}
.sticky-menu-label {
    width: auto;
    color: #183954;
    font-weight: 500;
    padding-left: 70px;
}
.sticky-menu-links {
    text-align: center;
    width: 72%;
    margin: 0;
	margin-left: -30px;
}
.sticky-menu.delivery .sticky-menu-links {
    width: 60%;
}
.sticky-menu a {
    padding: 0 25px;
	font-size: 18px;
}
.sticky-menu a:hover {
    text-decoration: underline !important;
}
.sticky-menu a.active {
    text-decoration: none !important;
    color: #183954;
}
.sticky-menu a.active::before {
    content: "› ";
    font-weight: 500;
}
.arrow {
    transition: transform .5s;
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 7px;
    background: url(../images/list-red-arrow.png) no-repeat;
}
.arrow.active {
    transform: rotate(90deg);
}
.more-items.coolers {
    border-top: none;
}
.about-water-content ul.text-list {
    list-style-type: circle;
    padding-left: 25px;
}
.about-water-content ul.text-list li {
    margin-bottom: 10px;
}
.register-form-section.edit-address-form {
    display: none;
    margin-top: 40px;
    margin-bottom: 0;
}
.nav-days {
    margin-top: 30px;
}
.nav-days li {
    width: auto;
    border: 2px solid transparent;
    margin-right: 20px;
}
.nav-days li.active {
    border-color: #183954;
}
.nav-tabs.nav-days > li.active > a, .nav-tabs.nav-days > li.active > a:focus, .nav-tabs.nav-days > li.active > a:hover {
    color: #183954;
}
.nav-days li a {
    color: #337AB7;
    padding: 7px 15px 10px;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
}
.nav-days li a:hover {
    background: #E7F0F8;
    border-color: #E7F0F8;
}
.nav-days-content {
    margin-top: 30px;
}
.comment-additional-input > textarea {
    width: 50%;
    height: 150px;
    font-size: 18px;
}
.exclamation {
    font-size: 18px;
    background: #F3F3F3 url(../images/exclamation-green-icon.png) no-repeat 20px 50%;
    background-size: 30px;
    line-height: 30px;
    padding: 15px 25px 15px 65px !important;
    margin-bottom: 50px;
    border-radius: 5px;
    text-align: justify;
}
.exclamation.call-center {
    background: #F3F3F3;
    padding-left: 20px !important;
    padding-bottom: 0 !important;
}
.exclamation.call-center > p.operator-text {
    font-size: 22px;
    line-height: 32px;
    margin-left: 250px;
}
.exclamation.call-center > p.discount-text {
    font-size: 24px;
    line-height: 34px;
    margin: 35px 30px 20px 280px;
}
.exclamation.call-center > p.bottles-woman-text {
    font-size: 26px;
    line-height: 34px;
    margin-top: 35px;
    text-align: center
}
.exclamation.call-center.discount {
    margin: auto 0 70px;
}
.slider.slider-horizontal {
    width: 70%;
}
.slider-tick {
    background: #C1E0FF;
}
.slider-tick-label {
    color: #91B5DB;
}
.label-in-selection.label-is-selection {
    color: #183954;
}
.tabs__content {
    visibility: hidden;
    padding-left: 20px;
    margin-top: 40px;
}
.tabs__content.evening {
    margin-top: -73px;
}
.tabs__content.active {
    visibility: visible;
}
.tabs__caption li {
    display: inline-block;
    list-style-type: none;
    cursor: pointer;
    font-size: 20px;
    margin-right: 10px;
    color: #337AB7;
    padding: 5px 25px;
    transition: .3s;
}
.tabs__caption li:hover {
    background: #E7F0F8;
}
.tabs__caption li.active {
    cursor: default;
    background: #183954;
    color: #fff;
}
section.items-list {
    border-top: 2px solid #EBEBEB;
    padding-top: 0;
}
.items-list__row {
    border-bottom: 2px solid #EBEBEB;
    padding: 5px 0;
}
.items-list__row:hover {
    background: #f4f4f4;
}
.items-list__item-img, .items-list__item-name, .items-list__item-cost {
    display: inline-block;
    font-size: 22px;
}
.items-list__item-img {
    width: 200px;
    text-align: center;
}
.items-list__item-img img {
    max-height: 150px;
    max-width: 150px;
}
.items-list__item-name {
    font-weight: 600;
    width: 50%;
}
.items-list__item-name a:hover {
    text-decoration: underline !important;
}
.items-list__item-cost small {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
.sticky-breadcrumb {
    margin-bottom: 2px;
    width: 83%;
    list-style-type: none;
    font-size: 13pt;
    font-weight: 400;
    font-style: italic;
}
.sticky-breadcrumb li {
    display: inline-block;
    margin: 0 5px;
    color: #666;
}
.sticky-breadcrumb li::after {
    content: "›";
    padding-left: 10px;
    color: #7F888F;
    font-weight: 300;
}
.sticky-breadcrumb li:last-child::after {
    content: "";
}
.sticky-breadcrumb li a {
    padding: 0;
}
.ui-autocomplete {
    background-color: #fff !important;
    display: block;
    position: fixed;
    z-index: 10001;
    width: 220px;
    box-sizing: border-box;
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #CADFF0;
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.4);
}
.ui-menu-item-wrapper {
    padding: 10px;
}
.ui-menu-item-wrapper:hover, .ui-menu-item-wrapper:focus {
    background-color: #eee;
}
.search-result-item {
    margin: 55px 0;
}
.search-result-item__head {
    font-size: 24px;
    margin-bottom: 5px !important;
}
.search-result-item__crumbs {
    margin-bottom: 2px !important;
}
.search-result-item__crumbs a {
    color: #666;
    text-decoration: none !important;
}
.search-result-item__text {
    margin: 0 !important;
    font-weight: 300;
    text-align: left !important;
}
.panel-heading h5 {
    font-size: 20px;
    font-weight: 400;
}
.panel-heading h5 > a > span, .column p span {
    font-weight: 300;
}
.contract-num {
    float: right;
    font-size: 18px;
    font-weight: 300;
    color: #183954;
    margin-top: -80px;
}
.column {
    width: 49%;
    padding: 20px 50px 20px 0;
    display: table-cell;
}
.panel-collapse button > i {
    color: #fff !important;
}
.panel-title i.fa-circle {
    color: #80FF00;
    font-size: 14px;
}
.panel-title i.fa-check-circle-o {
    color: #00BF60;
    font-size: 18px;
}
.panel-title i.fa-ban {
    color: #FF0000;
    font-size: 18px;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #c4c4c4;
}
.ymaps-2-1-78-map ymaps, .ymaps-2-1-78-map ymaps::after, .ymaps-2-1-78-map ymaps::before {
    font-family: "Oswald", sans-serif;
    color: #0E4779;
    font-weight: 500;
    font-size: 14px;
}
.item-to-cart.product-main {
    width: 220px;
}
.btn-danger {
    width: 120px;
    height: 50px;
}
.fa.fa-mobile {
    margin-right: 5px;
}
.product-item__row {
    margin-bottom: 5px;
    display: table;
    color: #183954;
    background: #f8f8f8;
    padding: 8px 10px;
    line-height: 22px;
    font-size: 18px;
}
.product-item__row .col1, .product-item__row .col2 {
    display: table-cell;
    vertical-align: middle;
}
.product-item__row .col1 {
    width: 150px;
    color: #6b6b6b;
    font-weight: 300;
	text-align: right;
}
.product-item-spec-cell .product-item__row .col1 {
    width: auto;
    color: #6b6b6b;
    font-weight: 300;
    text-align: left;
}
.product-item__row .col2 {
    padding: 0 5px 0 20px;
}
.product-item-spec-cell .product-item__row .col2 {
    padding-left: 10px;
}
.product-item__row .item_current_price {
    font-size: 32px;
}
.product-item-btns__row {
    margin-top: 30px;
    position: relative;
}
.product-item-btns__row.disabled::after {
    display: block;
    position: absolute;
    content: "Нет на складе";
    bottom: 0;
    background: rgb(255, 255, 255);
    height: 100px;
    line-height: 95px;
    font-size: 24px;
    width: 260px;
}
.item-to-cart.product-main, .addtofav-product-main {
    display: inline-block;
}
.item-q.product-main > input[type="number"] {
    height: 4rem;
}
.item-to-cart.product-main {
    margin-right: 25px;
    top: -5px;
}
.item-to-cart.product-main > button[type="button"] {
    margin-top: 0;
}
.specs-link a {
    text-decoration: underline;
}
.nav-item.actions, .nav-item.discounts {
    display: inline-block;
    float: none;
    width: 49% !important;
}
.nav-item.actions {
    text-align: right !important;
}
.nav-item.discounts {
    text-align: left !important;
}
.naturproduct-label {
    background: url("../images/naturprodukt.png") no-repeat 0 0;
}
.beznakipi-label {
    background: url("../images/bez-nakipi_large.png") no-repeat 0 0;
}
.naturproduct-label, .beznakipi-label {
    width: 100px;
    height: 100px;
    z-index: 5;
    background-size: 100px;
    position: absolute;
}
nav.pagination-nav {
    text-align: center;
}
.red-text-bordered {
    border: 2px solid orangered;
    border-radius: 15px;
    padding: 20px 35px;
    font-size: 22px;
    color: orangered;
    margin: 50px 0;
}
.act-text-bordered {
    border: 2px solid #2C4960;
    border-radius: 10px;
    padding: 20px 35px;
    font-size: 22px;
    color: orangered;
    margin: 50px 0;
}
.vadavoz-man {
    position: absolute;
    top: 0;
    left: 900px;
}
.vadavoz-man img {
    width: 200px;
}

/* 3D Bouncing ball */

.percent {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    top: 28%;
}
#ball4 .percent {
    font-size: 36px;
    top: 24%;
    line-height: 32px;
}
#ballWrapper1 {
    width: 140px;
    height: 300px;
    position: relative;
    display: inline-block;
    margin-bottom: -45px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    cursor: pointer;
}

#ballWrapper1:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#ball1 {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: rgb(50,177,52);
    background: linear-gradient(315deg, rgba(50,177,52,1) 0%, rgba(166,255,167,1) 100%);
    position: absolute;
    transform: rotate(-5deg);
    top: 0;
    z-index: 11;
    -webkit-animation: jump 2.1s infinite;
    -moz-animation: jump 2.1s infinite;
    -o-animation: jump 2.1s infinite;
    -ms-animation: jump 2.1s infinite;
    animation: jump 2.1s infinite;
    cursor: pointer;
}

#ball1::after {
    content: "";
    width: 80px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(1%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#00ffffff',GradientType=0 );
    border-radius: 40px / 20px;
}

#ballShadow1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -30px;
    margin-bottom: -10px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
    border-radius: 30px / 40px;
    -webkit-transform: scaleY(.3);
    -moz-transform: scaleY(.3);
    -ms-transform: scaleY(.3);
    -o-transform: scaleY(.3);
    transform: scaleY(.3);
    -webkit-animation: shrink 2.1s infinite;
    -moz-animation: shrink 2.1s infinite;
    -o-animation: shrink 2.1s infinite;
    -ms-animation: shrink 2.1s infinite;
    animation: shrink 2.1s infinite;
}

#ballWrapper2 {
    width: 140px;
    height: 300px;
    position: relative;
    display: inline-block;
    margin-bottom: -30px;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    cursor: pointer;
}

#ballWrapper2:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#ball2 {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: rgb(4,115,170);
    background: linear-gradient(315deg, rgba(4,115,170,1) 0%, rgba(25,191,230,1) 100%);
    position: absolute;
    transform: rotate(5deg);
    top: 0;
    z-index: 11;
    -webkit-animation: jump 1.9s infinite;
    -moz-animation: jump 1.9s infinite;
    -o-animation: jump 1.9s infinite;
    -ms-animation: jump 1.9s infinite;
    animation: jump 1.9s infinite;
    cursor: pointer;
}

#ball2::after {
    content: "";
    width: 80px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(1%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#00ffffff',GradientType=0 );
    border-radius: 40px / 20px;
}

#ballShadow2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -30px;
    margin-bottom: -10px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
    border-radius: 30px / 40px;
    -webkit-transform: scaleY(.3);
    -moz-transform: scaleY(.3);
    -ms-transform: scaleY(.3);
    -o-transform: scaleY(.3);
    transform: scaleY(.3);
    -webkit-animation: shrink 1.9s infinite;
    -moz-animation: shrink 1.9s infinite;
    -o-animation: shrink 1.9s infinite;
    -ms-animation: shrink 1.9s infinite;
    animation: shrink 1.9s infinite;
}

#ballWrapper3 {
    width: 140px;
    height: 300px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: -15px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    cursor: pointer;
}

#ballWrapper3:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#ball3 {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: rgb(251,151,0);
    background: linear-gradient(315deg, rgba(251,151,0,1) 0%, rgba(255,197,2,1) 100%);
    position: absolute;
    transform: rotate(-3deg);
    top: 0;
    z-index: 11;
    -webkit-animation: jump 1.8s infinite;
    -moz-animation: jump 1.8s infinite;
    -o-animation: jump 1.8s infinite;
    -ms-animation: jump 1.8s infinite;
    animation: jump 1.8s infinite;
    cursor: pointer;
}

#ball3::after {
    content: "";
    width: 80px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(1%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#00ffffff',GradientType=0 );
    border-radius: 40px / 20px;
}

#ballShadow3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -30px;
    margin-bottom: -10px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
    border-radius: 30px / 40px;
    -webkit-transform: scaleY(.3);
    -moz-transform: scaleY(.3);
    -ms-transform: scaleY(.3);
    -o-transform: scaleY(.3);
    transform: scaleY(.3);
    -webkit-animation: shrink 1.8s infinite;
    -moz-animation: shrink 1.8s infinite;
    -o-animation: shrink 1.8s infinite;
    -ms-animation: shrink 1.8s infinite;
    animation: shrink 1.8s infinite;
}

#ballWrapper4 {
    width: 140px;
    height: 300px;
    margin-left: 25px;
    position: relative;
    display: inline-block;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    cursor: pointer;
}

#ballWrapper4:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

#ball4 {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: rgb(159,0,48);
    background: linear-gradient(315deg, rgba(159,0,48,1) 0%, rgba(255,0,79,1) 100%);
    position: absolute;
    transform: rotate(5deg);
    top: 0;
    z-index: 11;
    -webkit-animation: jump 2s infinite;
    -moz-animation: jump 2s infinite;
    -o-animation: jump 2s infinite;
    -ms-animation: jump 2s infinite;
    animation: jump 2s infinite;
    cursor: pointer;
}

#ball4::after {
    content: "";
    width: 80px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(1%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#00ffffff',GradientType=0 );
    border-radius: 40px / 20px;
}

#ballShadow4 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -30px;
    margin-bottom: -10px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
    border-radius: 30px / 40px;
    -webkit-transform: scaleY(.3);
    -moz-transform: scaleY(.3);
    -ms-transform: scaleY(.3);
    -o-transform: scaleY(.3);
    transform: scaleY(.3);
    -webkit-animation: shrink 2s infinite;
    -moz-animation: shrink 2s infinite;
    -o-animation: shrink 2s infinite;
    -ms-animation: shrink 2s infinite;
    animation: shrink 2s infinite;
}

/* Animations */

@-webkit-keyframes jump {
    0% {top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    40% {}
    50% {top: 140px;
        height: 140px;
        -webkit-animation-timing-function: ease-out;
    }
    55% {top: 160px; height: 120px; border-radius: 70px / 60px;
        -webkit-animation-timing-function: ease-in;}
    65% {top: 120px; height: 140px; border-radius: 70px;
        -webkit-animation-timing-function: ease-out;}
    95% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    100% {top: 0;
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes jump {
    0% {top: 0;
        -moz-animation-timing-function: ease-in;
    }
    40% {}
    50% {top: 140px;
        height: 140px;
        -moz-animation-timing-function: ease-out;
    }
    55% {top: 160px; height: 120px; border-radius: 70px / 60px;
        -moz-animation-timing-function: ease-in;}
    65% {top: 120px; height: 140px; border-radius: 70px;
        -moz-animation-timing-function: ease-out;}
    95% {
        top: 0;
        -moz-animation-timing-function: ease-in;
    }
    100% {top: 0;
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes jump {
    0% {top: 0;
        -o-animation-timing-function: ease-in;
    }
    40% {}
    50% {top: 140px;
        height: 140px;
        -o-animation-timing-function: ease-out;
    }
    55% {top: 160px; height: 120px; border-radius: 70px / 60px;
        -o-animation-timing-function: ease-in;}
    65% {top: 120px; height: 140px; border-radius: 70px;
        -o-animation-timing-function: ease-out;}
    95% {
        top: 0;
        -o-animation-timing-function: ease-in;
    }
    100% {top: 0;
        -o-animation-timing-function: ease-in;
    }
}

@-ms-keyframes jump {
    0% {top: 0;
        -ms-animation-timing-function: ease-in;
    }
    40% {}
    50% {top: 140px;
        height: 140px;
        -ms-animation-timing-function: ease-out;
    }
    55% {top: 160px; height: 120px; border-radius: 70px / 60px;
        -ms-animation-timing-function: ease-in;}
    65% {top: 120px; height: 140px; border-radius: 70px;
        -ms-animation-timing-function: ease-out;}
    95% {
        top: 0;
        -ms-animation-timing-function: ease-in;
    }
    100% {top: 0;
        -ms-animation-timing-function: ease-in;
    }
}

@keyframes jump {
    0% {
        top: 0;
        animation-timing-function: ease-in;
    }
    50% {
        top: 140px;
        height: 140px;
        animation-timing-function: ease-out;
    }
    55% {
        top: 160px;
        height: 120px;
        border-radius: 70px / 60px;
        animation-timing-function: ease-in;
    }
    65% {
        top: 120px;
        height: 140px;
        border-radius: 70px;
        animation-timing-function: ease-out;
    }
    95% {
        top: 0;
        animation-timing-function: ease-in;
    }
    100% {
        top: 0;
        animation-timing-function: ease-in;
    }
}



@-webkit-keyframes shrink {
    0% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -webkit-animation-timing-function: ease-in;
    }
    50% {
        bottom: 30px;
        margin-left: -10px;
        width: 20px;
        height: 5px;
        background: rgba(20, 20, 20, .3);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.3);
        border-radius: 20px / 20px;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes shrink {
    0% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -moz-animation-timing-function: ease-in;
    }
    50% {
        bottom: 30px;
        margin-left: -10px;
        width: 20px;
        height: 5px;
        background: rgba(20, 20, 20, .3);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.3);
        border-radius: 20px / 20px;
        -moz-animation-timing-function: ease-out;
    }
    100% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes shrink {
    0% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -o-animation-timing-function: ease-in;
    }
    50% {
        bottom: 30px;
        margin-left: -10px;
        width: 20px;
        height: 5px;
        background: rgba(20, 20, 20, .3);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.3);
        border-radius: 20px / 20px;
        -o-animation-timing-function: ease-out;
    }
    100% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -o-animation-timing-function: ease-in;
    }
}

@-ms-keyframes shrink {
    0% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -ms-animation-timing-function: ease-in;
    }
    50% {
        bottom: 30px;
        margin-left: -10px;
        width: 20px;
        height: 5px;
        background: rgba(20, 20, 20, .3);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.3);
        border-radius: 20px / 20px;
        -ms-animation-timing-function: ease-out;
    }
    100% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        -ms-animation-timing-function: ease-in;
    }
}

@keyframes shrink {
    0% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        animation-timing-function: ease-in;
    }
    50% {
        bottom: 30px;
        margin-left: -10px;
        width: 20px;
        height: 5px;
        background: rgba(20, 20, 20, .3);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.3);
        border-radius: 20px / 20px;
        animation-timing-function: ease-out;
    }
    100% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        box-shadow: 0px 0 20px 35px rgba(20,20,20,.1);
        border-radius: 30px / 40px;
        animation-timing-function: ease-in;
    }
}
.balls {
    text-align: center;
    margin-bottom: 30px;
}
#balls-text-big {
    text-align: center;
    font-size: 42px;
    color: #FF004F;
}
#balls-text-big img {
    width: 450px;
}
.table-row {
    font-size: 22px;
    width: 650px;
    height: 60px;
    line-height: 60px;
    font-family: "Roboto Slab";
    margin: 15px auto;
    position: relative;
    background: #F0EBE8;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    text-shadow: 1px 1px 0 #fff;
    transition: all .3s linear 0s;
}
.table-row:hover {
    transform: scale(1.1);
}
.table-row::before {
    font-size: 14px;
    color: #F0EBE8;
    text-align: center;
    line-height: 62px;
    text-shadow: none;
    display: block;
    position: absolute;
    top: -1px;
    left: -8px;
    width: 40px;
    height: 62px;
    border-radius: 18px 0 0 18px;
    box-shadow: 2px 0 2px rgba(0,0,0,.2);
    background: rgb(50,177,52);
    background: linear-gradient(315deg, rgba(50,177,52,1) 0%, rgba(166,255,167,1) 100%);
}
.table-row::after {
    font-size: 14px;
    color: #F0EBE8;
    text-align: center;
    line-height: 62px;
    text-shadow: none;
    display: block;
    position: absolute;
    top: -1px;
    right: -8px;
    width: 40px;
    height: 62px;
    border-radius: 0 18px 18px 0;
    background: rgb(50,177,52);
    background: linear-gradient(315deg, rgba(50,177,52,1) 0%, rgba(166,255,167,1) 100%);
}
#row1 .col2 {
    color: #57AB58;
}
#row2 .col2 {
    color: #0B8CBD;
}
#row3 .col2 {
    color: #FCA300;
}
#row4 .col2 {
    color: #CC003E;
}
#row2::before, #row2::after {
    background: rgb(4,115,170);
    background: linear-gradient(315deg, rgba(4,115,170,1) 0%, rgba(25,191,230,1) 100%);
}
#row3::before, #row3::after {
    background: rgb(251,151,0);
    background: linear-gradient(315deg, rgba(251,151,0,1) 0%, rgba(255,197,2,1) 100%);
}
#row4::before, #row4::after {
    background: rgb(159,0,48);
    background: linear-gradient(315deg, rgba(159,0,48,1) 0%, rgba(255,0,79,1) 100%);
}
.table-row .col {
    width: 53%;
    display: inline-block;
    text-align: right;
}
.col.col2 {
    text-align: left;
    padding-left: 5px;
    width: 45%;
}
.text-note {
    font-size: 16px;
    color: #E50047;
    text-align: center !important;
}
.white-bg {
    background: #fff;
    color: #183954;
    width: 600px;
    float: left;
    padding: 5px 15px;
}
.white-bg p {
    color: #4C70A4;
}
.phone-messengers {
    display: none;
}
.skitter {
    max-width: 100%;
    height: 536px;
    background: #C0C0C0;
}
.progressbar {
	display: none!important;
    background-color: #6e6e6e;
    height: 1px;
    top: auto;
    bottom: -2px;
    left: 0;
}
.skitter .play_pause_button {
	display: none;
    left: 10px;
    bottom: -45px;
    top: auto;
    transform: scale(.65);
}
.skitter .prev_button {
    left: 15px;
    margin-top: -24px;
}
.skitter .next_button {
    right: 15px;
    margin-top: -24px;
}
.label_skitter {
    bottom: auto;
    top: 60px;
    left: 150px;
    background: none;
	width: fit-content;
}
.label_skitter p.h2 {
    margin-top: 0;
    font-size: 50px;
    color: #183954;
    text-shadow: 1px 1px 1px #fff, 0 0 5px #fff;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 600;
    width: 100%;
    line-height: 67px;
    margin-bottom: 5px;
	padding-left: 0;
}
.label_skitter p {
    color: #183954;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 1px 1px 2px #fff, 0 0 10px #fff;
    font-family: 'Roboto Slab';
    padding-left: 3px;
}
.label_skitter a {
    display: block;
    margin-top: 30px;
    border-radius: 36px;
    color: #183954;
    border: 3px solid #183954;
    font-size: 20px;
    font-weight: 800;
    line-height: 65px;
    height: 72px;
    width: 210px;
    text-align: center;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    font-family: 'Roboto Slab';
    transition: .3s;
	transform: scale(.9);
	margin-left: -10px;
	text-transform: uppercase;
}
.label_skitter a:hover {
    text-decoration: none;
    transform: scale(1);
}
.skitter .prev_button, .skitter .next_button {
    width: 48px;
    height: 48px;
    background: transparent url(../images/arrows.png) no-repeat top left;
    border-radius: 50%;
    opacity: .6;
}
.skitter .next_button {
    background-position: top right;
}
.skitter .prev_button:hover, .skitter .next_button:hover {
    opacity: 1;
}
.skitter .info_slide_dots {
    bottom: -35px;
    margin-left: 0;
}
.skitter .play_pause_button {
    opacity: .5;
}
.skitter .info_slide_dots .image_number {
    margin-right: 8px;
    transform: scale(.6);
}
.skitter .info_slide_dots .image_number.image_number_select {
    background-color: #5b5b5b;
    transform: scale(.9);
}
.mediaplayer {
    margin-top: 50px;
    margin-left: -50px;
    position: absolute;
    background: rgba(0,0,0,.3);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 0 5px;
    transform: scale(.7);
}
.player-song-name {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
}
.file-icon {
    width: 44px;
    height: 75px;
    padding-right: 5px;
    float: left;
}
.file-icon img {
    width: 44px;
    margin-top: -7px;
}
.files-list {
    margin-left: 50px;
    margin-bottom: 40px !important;
    font-size: 22px;
    font-weight: 300;
}
.video-frame {
    margin-left: -120px;
    margin-top: -40px;
}
.video-frame > iframe {
    height: 510px;
    width: 100%;
}
.preview_slide, .preview_slide ul li, .preview_slide ul li img {
    height: 45px !important;
    border: 0 none !important;
}
.preview_slide {
    z-index: 999;
}
.top-frame {
    margin-bottom: 28px;
    font-size: 22px;
}
.top-frame__man {
    width: 350px;
    text-align: center;
    float: right;
    margin-bottom: 50px;
}
.top-frame__man img {
    width: 160px;
}
.top-frame__shield img {
    width: 700px;
    margin: 0 0 50px;
}
.top-frame__shield, .top-frame__text {
    margin-left: 0;
}
.top-frame__text h4 {
    font-size: 26px;
}
.top-frame__text p {
    text-align: justify;
    font-size: 24px;
}

/* Autocomplete Search styles */
#title-search {
    margin-top: -5px;
}
.list-autocomplete {
    padding: 5px;
    font-weight: 400;
    color: #1e1e1e;
}
.list-autocomplete em {
    font-style: normal;
    font-weight: 700;
}
.dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0 !important;
    width: 100%;
    text-align: left;
    border: 0;
    font-size: 16px;
    background: transparent;
}
.dropdown-item:last-child {
    border-color: transparent !important;
}
.dropdown-item:hover {
    background: #f0f0f0;
}
.hasNoResults {
    display: block;
    color: #aaa;
    width: 100%;
}
.hasNoResults, .btn-extra {
    display: block;
    padding: 10px;
    border-bottom: none !important;
}

/* Calculator styles */
.calc {
    margin: 50px auto;
    padding: 30px 20px !important;
    background: #F4F4F4;
    border: 1px solid #DFDFDF;
    min-width: 945px;
}
.calc h4 {
    margin-bottom: 60px;
    margin-left: 15px;
}
.calc p.light {
    margin-left: 15px;
}
.calc-cell {
    width: 30%;
    min-width: 250px;
    margin: 0 15px;
    float: left;
    position: relative;
}
.calc-cell.first::after {
    content: "+";
    position: absolute;
    right: -40px;
    top: 25%;
    font-family: "Montserrat";
    font-weight: 100;
    color: #b2b2b2;
    font-size: 90px;
}
.calc-cell p.p-small {
    color: #183a56;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 20px;
}
.amount-content {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 15px 22px 40px;
    color: #275e89;
}
.amount-content p {
    text-align: left !important;
}
.amount-h1 {
    text-transform: uppercase;
    margin-bottom: 5px !important;
    font-size: 18px;
}
.amount-h2 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0 !important;
    line-height: 20px;
}
.amount-p {
    font-weight: 400;
    margin-bottom: 10px !important;
    font-size: 20px;
    line-height: 22px;
}
.p-small.amount-p-small {
    margin-bottom: 15px !important;
}
.amount-p-sum {
    color: #5CB85C;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 40px;
}
.amount-order-btn {
    background: #5CB85C;
    font-size: 24px;
    height: 65px;
    line-height: 46px;
    padding: 5px 30px;
}
.dropdown-header {
    padding: 3px 15px;
}
.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 25px;
}
.product, .product p.p-small {
    text-align: center !important;
}
.product-image {
    height: 260px;
    line-height: 260px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.product-image img {
    max-width: 180px;
    max-height: 220px;
}
.product-price {
    font-size: 24px;
    color: #333;
}
.product-price small {
    color: #666;
    font-size: 16px;
}
.product-q > span {
    color: #666;
    font-weight: 300;
    padding-right: 3px;
}
.product-q > input {
    height: 50px;
    width: 80px;
    font-size: 16px;
    display: inline-block;
    margin: 20px 0;
}
.product-sum {
    color: #275e89;
    font-size: 28px;
    margin-bottom: 10px;
}
.bootstrap-select .dropdown-menu li a.opt.hit::after {
    content: "Хит продаж!";
    display: inline-block;
    border: 1px solid;
    color: orangered;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.bootstrap-select .dropdown-menu li a.opt.new::after {
    content: "Новинка!";
    display: inline-block;
    border: 1px solid;
    color: green;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.bootstrap-select .dropdown-menu li a.opt.sale::after {
    content: "Распродажа!";
    display: inline-block;
    border: 1px solid;
    color: red;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.bootstrap-select .dropdown-menu li a.opt.hit.selected::after, .bootstrap-select .dropdown-menu li a.opt.new.selected::after, .bootstrap-select .dropdown-menu li a.opt.sale.selected::after {
    color: #fff;
}
.file-link {
    color:#A1AEC1;
}
.title-search-result {
    background-color: #fff;
    z-index: 9999;
    top: 166px;
    left: 25px;
    width: 235px;
    position: absolute;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
a.dropdown-item {
    display: block;
}
.list-autocomplete a:last-child {
    font-weight: bold;
}
#gpsmodal .modal-body,
#fastordermodal .modal-body{
    text-align: center;
}
.news-detail-image {
    text-align: center;
}
.news-detail-image img {
    display: block;
    margin: auto;
}
.errors, .errortext {
    color: red;
}
.success {
    color: #00BF60;
}
.mb-15 {
    margin-bottom: 15px;
}
.mr-5 {
    margin-right: 5px !important;
}
.align-center {
    text-align: center;
}
.hidden {
    display: none;
}
#change-password-form {
    background: #f4f4f4;
    padding: 20px 20px 5px;
    border-radius: 5px;
}
#change-pass {
    margin-bottom: 0;
}
.profile-wrapper {
    margin-bottom: 0;
    padding: 10px 20px 0;
    background: #f4f4f4;
    border-radius: 5px;
}
.label-naturprodukt img {
    width: 70px;
    rotate: -5deg;
}
.slider-handle.min-slider-handle:hover,
.slider-handle.max-slider-handle:hover {
    cursor: pointer;
}
.lime {
    color: #97DF00 !important;
}
.dealers-list-full-table {
    margin: 20px 0 50px;
    border: 1px #D4D4D4 solid;
    border-right: 0 none;
}
.dealers-list-full-table tr {
    border-bottom: 1px #D4D4D4 solid;
}
.dealers-list-full-table th {
    padding: 15px 25px;
    border-right: 1px #D4D4D4 solid;
}
.dealers-list-full-table td {
    padding: 5px 25px;
    border-right: 1px #D4D4D4 solid;
}
.table-main-heading-row {
    background: #F4F4F4;
}
.table-region-heading-row {
    background: #E7E7E7;
}
.table-region-heading-row > td {
    font-style: italic;
    padding: 3px 25px;
}
.table-note {
    margin-top: 70px;
}
.prize-btn2 {
    font-size: 22px;
    line-height: 20px;
    width: 150px;
}
.prize-btn2 a {
    background: #97DF00;
    border-radius: 3px;
    padding: 10px 15px 15px;
    box-shadow: 0 10px 30px 0 rgba(34,36,43,.3);
    transition: .3s;
}
.prize-btn2 a:hover {
    background: #A9FB00;
}
.prize-btn2 a, .prize-btn2 i {
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #999;
}
.prize-btn2 i {
    font-size: 32px;
}
.prize-btn2.responsive {
    display: none;
}
.dealers-list-full-table .td-phones {
    min-width: 250px;
}
.props-container {
    margin: 20px 0;
    font-weight: 300;
}
.props-container strong {
    font-weight: 400;
}
.align-center {
    text-align: center;
}
.hits {
    font-size: 34px;
    margin-left: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.bx_catalog_text {
    text-align: center;
}
ul.bx_catalog_text_ul,
ul.bx_catalog_parent_text_ul {
    list-style-type: none;
    padding: 0;
}
ul.bx_catalog_parent_text_ul {
    margin-bottom: 10px;
}
ul.bx_catalog_text_ul {
    margin: 0 auto 20px;
}
.bx_catalog_text_title a {
    padding: 5px 10px;
}
.items-quantity,
.bx_catalog_text_title a {
    font-size: 18px;
}
.bx_catalog_text_ul > li,
.bx_catalog_parent_text_ul > li{
    display: inline-block;
}
.bx_catalog_text_category_title a {
    text-decoration: underline;
}

/* modified catalogue items + grid */
.category-items.row .addtofav, .category-items.row .onfav, .category-items.row .item-q, .category-items.row .item-to-cart {
    position: relative;
    bottom: auto;
    margin-top: 20px;
}
.category-items.row .category-item {
    height: auto;
}
.props-container {
    margin: 0 0 20px 220px;
    font-size: 18px;
}
.item-sale {
    margin-left: 220px;
}
.product-of-the-day-label {
    position: relative;
    top: auto;
    font-size: 16px;
    font-weight: 400;
    color: green;
    background: #ebebeb;
    left: auto;
    padding: 0 7px;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    margin-top: -18px;
    margin-bottom: 15px;
}
.catalogue-filters {
    margin-left: 30px;
    padding-bottom: 20px;
}
.back-to-list {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 40px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.container-fluid {
    padding: 0;
}
.form-control {
    padding: 6px 2px 6px 10px;
}
.row.table-row {
    margin: 15px auto;
}
.current-section {
    background-color: #fff !important;
    border: none;
    color: #000;
    border-bottom: 2px solid #000;
    border-radius: 0px;
    font-weight: 600;
}
.btn-primary:hover {
    color: #fff;
}
.sections-block {
    margin-top: 20px;
}
.fa-sign-out {
    color: orangered;
}
.logout {
    display: inline-block;
    margin-left: 10px;
}
.bx_catalog_text_title {
    margin-top: 10px;
}

.bx_catalog_text_title > a.btn {
    background: transparent !important;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #337AB7;
    border-radius: 0;
    padding: 0;
}
.bx_catalog_text_title > a.btn.current-section {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    border: none;
}
.bx_catalog_text_ul > li, .bx_catalog_parent_text_ul > li {
    margin-right: 10px;
    margin-left: 10px;
}
p {
    color: #2C4960;
}
.bx-authform-input-container input[type="text"] {
    height: 40px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: auto;
}
input[name='send_account_info'] {
    width: 130px;
    height: 50px;
    color: #fff;
    background-color: #5cb85c;
    border: none;
    border-radius: 3px;
    font-size: 18px;
}
input[name='send_account_info']:hover {
    background-color: #7AC57A;
}
.btn.btn-primary[data-entity='basket-checkout-button'], .btn.btn-primary[type='submit'] {
    background: #337AB7;
    border-color: #337AB7;
}
.btn.btn-primary[data-entity='basket-checkout-button']:hover, .btn.btn-primary[type='submit']:hover {
    background: #255883;
    border-color: #255883;
}
.login-small {
    width: 110px;
    height: 45px;
    position: fixed;
    top: 3px;
    right: 10px;
    background: url(../images/menu-user-white.svg) 18px 10px no-repeat rgba(255,255,255,.6);
    background-size: 20px;
    border-radius: 5px;
    color: #183954;
    z-index: 1011;
    padding-left: 50px;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #e2e2e2;
}
.login-small:hover {
    background-color: rgba(255,255,255,.8);
}
.hamburger-small {
    width: 65px;
    height: 45px;
    position: fixed;
    top: 1px;
    right: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 20pt;
    background: rgba(255,255,255,.6);
    transition: .3s;
    z-index: 1012;
    border-radius: 5px;
}
.hamburger-small a {
    display: block;
    color: #0f324c;
    height: 100%;
	line-height: 34px;
}
.desktop-icons {
    position: fixed;
    top: 1px;
    right: 156px;
    width: auto;
	height: 45px;
    text-align: center;
	background: rgba(255,255,255,.6);
    border-radius: 5px;
    color: #183954;
}
.nav-item.icons > div > div {
    position: relative;
    display: block;
    height: 45px;
    transform: scale(0.90);
}
.logout-label {
	float: right;
	font-size:12pt;
	cursor: pointer;
	font-weight: 500;
	margin-top: 9px;
}

.bx-authform-content-container, .bx-authform-label-container, .bx-authform-note-container {
    font-size: 18px;
    color: #2C4960;
}
.bx-authform-label-container {
    font-weight: 500;
}
.bx-authform-link-container {
    display: none;
}
.bx-authform {
    margin: 0 auto 25px;
    text-align: center;
    max-width: 650px;
}
.btn.btn-success.btn-login-form {
    border-radius: 10px;
}
.bx-sbb-empty-cart-container {
    margin-bottom: 50px;
}
.menu-icon-label {
    position: absolute;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #183954;
	white-space: nowrap;
	line-height: 16px;
}
.smart-filter-popup-result {
    font-weight: 300;
    font-size: 16px;
    margin-top: 0;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner::before {
    font-family: FontAwesome;
    content: "\f0b0";
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
}

/* Additional select colors box */
.additional-select-colors {
    position: relative;
    margin-top: 20px;
}
.additional-select-colors__heading {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.additional-select-colors__inner-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    width: 90px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.color-name {
    height: 40px;
    overflow: hidden;
}
.additional-select-colors__inner-item:hover {
    background: #F8F8F8;
}
.additional-select-colors__inner-item img {
    max-width: 60px;
    max-height: 60px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    border: 1px solid #F4F4F4;
}
.additional-select-colors__inner-item.active {
    font-weight: 700;
}
.additional-select-colors__inner-item.active img {
    border: 1px solid #666;
}
.alert {
    padding: 5px 10px;
    font-size: 14px;
}
.basket-prop {
    font-size: 14px;
    padding: 3px 10px;
	display: none;
}
.footer-info.footer-icons {
    display: block;
    float: right;
}
.media-body {
    position: relative;
    overflow: visible;
}
.auth-form-subheading {
    text-align: center;
    margin: 40px 0 30px;
    color: #7D7D7D;
    font-size: 30px;
    font-weight: 500;
}
.auth-form-subheading > i {
    color: #5CB85C;
}
.category-subheading-orange-span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: #F77420;
    padding: 3px 10px;
    border-radius: 3px;
}
.category-subheading-green-span {
    background: green;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 3px 10px;
    border-radius: 3px;
}
.category-subheading-vdz-span {
    background: #9DCB3B;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 3px 10px;
    border-radius: 3px;
}
a.buy-btn {
    color: #fff;
    text-decoration: none;
    padding: 25px 60px;
    font-size: 22px;
    border-radius: 42px;
    background: #337ab7;
}
.nav-tabs.centered-tabs > li.nav-item.for-home > a, .nav-tabs.centered-tabs > li.nav-item.for-office > a {
    width: fit-content;
    margin: auto;
}
.nav-tabs.centered-tabs > li.nav-item.for-home > a {
    margin-right: 10px;
}
.nav-tabs.centered-tabs > li.nav-item.for-office > a {
    margin-left: 5px;
}
.nav-tabs.catalogue-tabs.about-water-tabs > li > a {
    border-radius: 40px;
}
.nav-tabs.catalogue-tabs.about-water-tabs > li > a:hover {
    text-decoration: none !important;
}
.nav-item.call img {
    width: 60px;
    height: 60px;
}
.faq-small {
    display: none;
}
.faq-small-red {
    color: red;
}
.nav-item.contacts img {
    width: 15px;
    height: 13px;
}
.product-preview > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}

#feedback-form {
    max-width: 400px;
    margin: 50px 0;
}
#feedback-form input[type=submit] {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
}
#feedback-form input.form-control {
    height: 50px;
    font-size: 18px;
}
#feedback-form textarea {
    font-size: 18px;
}

.catalog-section-header{
    font-size:14px;
    font-weight: bold;
    text-align: left;
    margin:5px 0;
    padding:5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}
.row::before {
    display: initial;
}

.bx_stars_container {
    overflow: hidden;
    position: relative;
    width: 68px;
    height: 30px;
    background: #dadada;
    background-size: 100% 100%;
}
.bx_stars_container .bx_stars_bg {
    width: 68px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(../images/stars.png) no-repeat center;
    border: 1px solid white;
}
.bx_stars_container .bx_stars_progress {
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e76110;
}
.bx_item_detail_rating{margin-bottom: 10px;}
.bx_item_detail_rating td{
    vertical-align: middle;
    text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
    text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
    position: relative;
    width: 68px;
    height: 30px;
    background: #dadada;
    background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(../images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progress{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e76110;
}
.bx_item_detail_rating .bx_stars_rating_votes{
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}
.faq-small-red, .fast-orser-small {
    border-right: 0 none;
}
.logos-slider.slick-initialized.slick-slider img{opacity:.8;width:100%;height:100%;}.logos-slider.slick-initialized.slick-slider img:hover{opacity:1;}
.close {
    float: none;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    top: 20px;
    right: 10px;
}
.pdf-list {
    margin-left: 5px;
}
.pdf-list dt {
    margin: 40px 0 30px;
    color: #2b6595;
}
.pdf-list dd {
    min-height: 40px;
    background: url(/local/templates/redezigned/images/pdf-download.png) no-repeat 0 0;
    background-size: 30px;
    padding-left: 40px;
    margin-bottom: 25px;
}
.blogPost--small p.media-heading {
    font-weight: 600;
}

/* -- Actions and Discounts -- styles */

.actions-group {
    margin-left: -40px;
}
.actions-group-title {
    font-size: 18pt;
    font-weight: 400;
    margin-bottom: 40px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #ff0000;
}
.action-item {
    width: 350px;
    height: 265px;
    position: relative;
    background: #c6c6c6;
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 80px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border: 1px solid #fff;
    box-sizing: content-box;
    transition: .5s;
}
.action-item:hover {
    transform: scale(1.05);
}
.action-item-text {
    display: block;
    left: 0;
    top: 280px;
    height: 60px;
    width: 100%;
    font-size: 18pt;
    line-height: 20pt;
    color: #183954;
    font-weight: 600;
    text-align: center;
}
.action-item-image, .action-item-title, .action-item-text {
    position: absolute;
}
.small-note {
    margin: 70px 0;
}
#discount-button {
  width: 100% !important;
  text-align: center !important;
  margin-top: 0;
  margin-bottom: 5px;
}
.nav-tabs > li.discounts > a {
    padding: 15px 0;
    font-size: 14pt;
    width: 255px;
}
.nav-item.news, .nav-item.contacts {
    margin-top: 6px;
}
.nav-item.news>a,.nav-item.contacts>a {
    width: 210px;
    padding: 8px 0;
    margin: auto;
    border-radius: 3px;
}
.nav-item.news>a:hover,.nav-item.contacts>a:hover {
    text-decoration: none!important;
}
.nav-item.news>a {
    background: #ffffe3;
}
.nav-item.news>a:hover {
    background: #ffffb3;
}
.nav-item.contacts>a {
    background: #e0edf6;
}
.nav-item.contacts>a:hover {
    background: #c4ddee;
}
.nav-item.protera {
    margin-top: 20px;
}
.nav-item.vadzica {
    margin-top: 10px;
}

/* Brands Slideshow */

#brands-carousel {
  width: 100%;
  height: 140px;
  margin: 20px auto 10px;
}
#brands-carousel img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
}
#brands-carousel .carousel-inner {
    transform: scale(0.95);
	box-shadow: 0 0 7px rgba(0,0,0,.3);
	border-radius: 10px;
}
#brands-carousel .carousel-inner > .item > img, #brands-carousel .carousel-inner > .item > a > img {
    min-height: auto;
    max-height: auto;
    margin-bottom: 0;
}
#brands-carousel .carousel-indicators {
    bottom: -20px;
}
#brands-carousel .carousel-indicators li {
    background: #bfbfbf;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 0 none;
    margin: 0;
}
#brands-carousel .carousel-indicators .active {
    background: red;
}


/* page Actions and Discounts */
.actions-group-2 {
    display: inline-block;
    padding: 0 5px !important;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 25px;
    border-radius: 20px;
    background: #f5f5f5;
}
.actions-group-2.group3 {
    margin-right: 0;
}
.actions-group-title-2 {
    font-size: 18pt;
    font-weight: 400;
    text-align: center;
    margin: 40px 0;
    text-transform: uppercase;
    color: #ff004f;
}
.actions-group-title-2 > i {
    font-size: 14pt;
}
.action-item-2 {
    display: block;
    width: 350px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    transition: .5s;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.action-item-2:last-child {
    margin-bottom: 5px;
}
.action-item-2:hover {
    transform: scale(1.03);
}
.action-item-text-2 {
    padding: 15px;
    height: 55px;
    box-sizing: content-box;
    font-size: 18pt;
    line-height: 20pt;
    color: #183954;
    font-weight: 600;
    text-align: center;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #337ab7;
}
.row.subheading-row {
	text-align: center !important;
	margin-bottom: 20px;
}
.row.subheading-row p, .row.subheading-row h2 {
	text-align: center !important;
	color: #122e87;
}
.row.subheading-row h2 {
	margin-bottom: 40px;
}
.water-start {
	margin-top: 40px;
}
.col-md-4.thumb {
    margin-bottom: 20px;
	min-height: 320px;
}
.m3-media {
    width: 50%;
}
.docs h2 {
    margin-bottom: 40px !important;
    font-size: 24px;
    color: #183954;
}
.tab-content.media-content {
    padding-left: 10px;
}
.subscribe.news-list {
    margin-left: 0;
    margin-bottom: 15px;
}
.flexCheckDefault1-1, .flexCheckDefault2-1, .flexCheckDefault3-1 {
    position: relative;
    top: -20px;
}
.flexCheckDefault2-2, .flexCheckDefault3-2, .flexCheckDefault3-3 {
    position: relative;
    top: -12px;
}
@media only screen and (max-device-width: 1124px) {
    .m3-media {
        width: 100%;
    }
    .tab-content.media-content {
        padding-left: 0;
    }
    .label_skitter p {
        display: none;
        width: 95%;
        font-size: 18px!important;
        line-height: 20px;
    }
    .label_skitter .h2 {
        display: block;
        margin-bottom: 0!important;
        margin-top: 15px;
    }
    .skitter.with-dots {
        margin-bottom: 80px;
    }
}
.b-page_newyear .b-head-decor {
    top: -20px;
}
.bx_catalog_list_home .bx_catalog_item_title a {
    font-size: 16pt;
    font-weight: 600;
    color: #337ab7;
    text-decoration: underline;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price {
    font-size: 13pt;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
    height: 35px;
    line-height: 35px;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container, .bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
    border: 0 none !important;
}
.container.newsNav {
    display: none;
}
.footer-col {
    width: 33%;
    float: left;
    padding-right: 10px;
}
.footer-nav {
    margin-bottom: 20px;
}
.shedule-head {
    font-size: 15pt;
    font-weight: 300;
    margin-bottom: 15px;
}
.shedule-body {
    font-size: 13pt;
    font-weight: 300;
    margin-bottom: 65px;
    line-height: 30px;
}
.contacts-area {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contacts-btn, .dealers-btn, .vac-btn {
    margin-bottom: 10px;
}
.dealers-btn, .vac-btn {
    display: inline-block;
}
.contacts-btn a {
    background: #e0edf6;
    padding: 0 10px;
    color: #314d77;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 16pt;
    margin-top: 5px;
    padding-bottom: 3px;
}
.contacts-btn a:hover {
    background: #b1d2e9;
}
.dealers-btn a {
    background: #fffff5;
    padding: 0 10px;
    color: #314d77;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 16pt;
    padding-bottom: 3px;
}
.vac-btn a {
    background: #c5ffe0;
    padding: 0 10px 3px;
    color: #314d77;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 16pt;
    margin-top: 8px;
}
.actions-btn a {
    background: #fd014d;
    padding: 0 10px;
    color: white;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 16pt;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.news-btn a {
    background: #fafac3;
    padding: 0 10px;
    color: #314d77;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 16pt;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.news-btn a:hover {
    background: #f5f589;
}
.actions-btn a:hover {
    background: #d80142;
}
.dealers-btn a:hover {
    background: #ffffc4;
}
.catalog-links {
    margin: 20px 0 40px;
    font-size: 14pt;
}
.catalog-links-subhead {
    font-weight: 200;
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 19pt;
}
.column-links {
    font-size: 16pt;
}
.catalog-links a, .column-links a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}
.catalog-links a:hover, .column-links a:hover {
    text-decoration: underline!important;
}
.for-home-btn, .for-office-btn {
    display: inline-block;
    font-size: 14pt;
    border: 1px solid;
    text-decoration: none!important;
    padding: 0 10px;
    height: 40px;
    line-height: 34px;
    border-radius: 30px;
}
.for-home-btn {
    margin-right: 10px;
}
.home-office {
    margin-top: 20px;
    margin-bottom: 20px;
}
.coolers-btn {
    margin-top: 12px;
    margin-left: 0;
	display: inline-block;
}
.coolers-btn a {
    background-color: #337AB7;
    font-size: 14pt;
    padding: 5px 12px 10px;
    display: block;
    width: fit-content;
    color: #fff;
    text-decoration: none!important;
}
.pickup-btn a {
    background: #fffe7f;
    padding: 0 10px;
    color: #314d77;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 16pt;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 3px;
}
.pickup-btn a:hover {
    background: #ffffb9;
}
.media-icons {
    margin-bottom: 40px;
}
.media-icons a {
    text-decoration: none!important;
    display: inline-block;
    margin-right: 10px;
}
.mediateka-btn a {
    background: #7195fe;
    padding: 0 10px;
    color: white;
    text-decoration: none;
    display: block;
    width: 155px;
    font-size: 16pt;
    margin-bottom: 30px;
    padding-bottom: 3px;
    text-align: center;
}
.song-link {
    margin-bottom: 30px;
}
.song-link a {
    font-size: 14pt;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
    height: 35px;
    line-height: 32px;
}
.smart-filter-popup-result {
    border: 0 none;
}
.nav-item.news > a, .nav-item.news > a:hover, .nav-item.contacts > a, .nav-item.contacts > a:hover {
    background: transparent;
	width: 95%;
}
.nav-item.news {
  margin-bottom: 10px;
}
.nav-item.news > a:hover, .nav-item.contacts > a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-device-width: 1124px) {
    .footer-col {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .footer-nav {
        margin-bottom: 0;
    }
    #brandsCarousel {
        display: none;
    }
    .nav-item.news > a, .nav-item.contacts > a {
        margin-left: 0;
        width: 100%;
        padding: 10px 0 !important;
    }
    .nav-tabs > li.discounts > a {
        width: 100%;
    }
    .nav-item.catalogue {
        text-align: center !important;
    }
    .nav-item.news, .nav-item.contacts {
        text-align: center!important;
    }
    .basket-item-price-current.cart-item-cost, .nav-tabs.centered-tabs > li, .nav-tabs > li.contacts, .nav-tabs > li.green-btn, .nav-tabs > li.icons, .nav-tabs > li.working-hrs {
        text-align: center!important;
    }
    .nav-tabs > li.actions a, .nav-tabs > li.coolers a, .nav-tabs > li.discounts a {
        margin-bottom: 0!important;
    }
    .wrap_b9ad._orientationLeft_bda0.__jivoMobileButton {
        right: 19px;
        left: auto;
    }
    .hamburger-small {
        display: none;
    }
}

/* Coolers new filters CSS */
.coolers-filters__wrap {
    color: #183954;
    padding: 0 15px;
}
.coolers-filters__subheading-text, .coolers-filters__subheading-select {
    display: inline-block;
}
.coolers-filters__subheading, .coolers-filters__filter-boxes {
    margin-bottom: 25px;
	margin-right: 30px;
}
.coolers-filters__filter-boxes {
	margin-right: 0;
}
.coolers-filters__subheading-text {
    font-size: 18pt;
    font-weight: 300;
    margin-right: 5px;
}
.coolers-filters__subheading-select {
    top: 11px;
    position: relative;
}
.coolers-filters {
    border: 1px solid #9ebfd9;
    font-size: 11pt;
    padding: 3px;
    border-radius: 5px;
    min-width: 110px;
}
.coolers-filters__filter-box {
    border: 1px solid #9ebfd9;
    border-radius: 10px;
    float: left;
    margin-right: 15px;
    width: 32%;
    padding: 10px 15px;
    min-height: 185px;
}
.filter-box-heading, label.level1 {
    font-size: 14pt;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.filter-box-heading {
    margin-bottom: 14px;
}
.box-1 .sub-item {
    float: left;
    width: 32.2%;
    margin-right: 5px;
}
.box-2 .sub-item, .box-3 .sub-item {
    float: left;
    width: 49%;
    margin-right: 5px;
    padding-left: 50px;
    min-height: 110px;
}
.sub-item.sub-item-1 {
    background: url(/local/templates/redezigned/images/cooler-top-bottle.svg) no-repeat 0 0;
}
.sub-item.sub-item-2 {
    background: url(/local/templates/redezigned/images/cooler-top-bottle-table.svg) no-repeat 0 0;
}
.sub-item.sub-item-3 {
    background: url(/local/templates/redezigned/images/cooler-bottom-bottle.svg) no-repeat 0 0;
}
.sub-item:last-child {
    margin-right: 0;
}
.level1, .level2, .level3 {
    cursor: pointer;
}
label.level2 {
    font-size: 10pt;
}
label.level3 {
    font-size: 10pt;
    font-weight: 500;
    line-height: 12pt;
}
@media only screen and (max-device-width: 1300px) {
	.coolers-filters__wrap {
		padding: 0;
	}
    .coolers-filters__filter-box {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
		padding: 10px;
		min-height: 210px;
    }
    .box-1 .sub-item {
        /*float: none;*/
        width: 31%;
        margin-right: 5px;
    }
	label.level2 > img {
		display: none;
	}
    .box-2 .sub-item, .box-3 .sub-item {
        padding-left: 40px;
    }
	.coolers-filters__filter-box.box-2, .coolers-filters__filter-box.box-3 {
		min-height: 170px;
	}
    .sub-item.sub-item-1, label.level2, label.level3 {
        margin-bottom: 15px;
    }
	.flexCheckDefault2-2, .flexCheckDefault3-3 {
		display: block;
		top: -1px;
	}
	.flexCheckDefault3-2 {
		top: 0;
	}
	.form-check.item-2-1, .form-check.item-3-1 {
		height: 40px;
	}
	.form-check.item-3-2, .form-check.item-3-3 {
		height: 60px;
	}
	.nav.nav-tabs.catalogue-tabs {
		margin-bottom: 0;
	}
	.bx_catalog_text_ul > li, .bx_catalog_parent_text_ul > li {
		height: 0;
	}
	.catalogue-category-heading {
		margin-top: 30px;
	}
	.catalogue-wrap {
		overflow-x: visible!important;
	}
}
.ticker-wrapper.has-js {
    display: none !important;
}

.action-item-image-2 {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

:root {
    --btn_grey: #575757;
}

.item-q {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 152px;
}

.item-q > input[type="number"] {
    height: 40px;
    width: 65px;
    font-size: 16px;
}

.item-q label {
    text-align: left;
    font-size: 16px;
    font-weight: initial;
    display: block;
    margin-bottom: 5px;
    color: #666;
    flex: 1 0 100%;
}

.item-q input {
    width: 7rem; height: 3rem;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid var(--btn_grey);
}

.item-q button {
    width: 4rem;
    height: 4rem;
    color: #fff;
    font-size: 2rem;
    background: #787878;
	border-radius: 5px;
}

button.qtyminus {
    margin-right: 0.3rem;
}

button.qtyplus {
    margin-left: 0.3rem;
}

.text-white {
    color: #ffffff;
}

.bg-orange {
    background-color: #ff0000;
}

.bg-in-stock {
    background-color: #117914;
}

.bg-expected {
    background-color: #52a7ff;
}

.font-gray {
    color: #afafaf;
}

.b-page_newyear {
	position: fixed;
}

.basket-additional-box {
    background: url(../images/exclamation-green-icon.png) no-repeat 30px 25px;
    background-size: 30px;
    line-height: 30px;
    padding: 15px 25px 15px 75px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.basket-additional-box__attention-text p {
	color: red;
	font-size: 16pt;
}
.chk_1, .chk_2 {
	display: inline-block;
	width: 300px;
	border-radius: 7px;
	text-align: center !important;
	font-size: 14pt;
	font-weight: 500;
}
.chk_1 a, .chk_2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none!important;
	padding: 15px;
} 
.chk_1 {
	border: 1px solid #435e89;
	margin-left: -60px;
}
.chk_1 a {
	color: #435e89;
}
.chk_2 {
	border: 1px solid #30b731;
	margin-left: 30px;
}
.chk_2 a {
	color: #30b731;
}

/* MODAL DEL CART START */

.modal-del-container{
    padding: 36px 48px;
    width: 100%;
    max-width: 502px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-del-container img{
    width: auto;
    height: 88px;
    display: block;
    margin: 0 auto 12px;
}

.modal-del-container__text{
    color:#686868;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

/* MODAL DEL CART END */