@import "vendor/noUiSlider/nouislider.css";
.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bbb {
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}
.reset-outline {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.clearfix,
.container,
.container-fluid,
.row {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: "";
  zoom: 1;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ttu {
  text-transform: uppercase;
}
.ttn {
  text-transform: none;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.fsi {
  font-style: italic;
}
.fsn {
  font-style: normal;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
/**
 * Reset CSS
 * 
 * http://meyerweb.com/eric/tools/css/reset/index.html 
 * 
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* !!! BYLO ZMENENO - NENAHRAZOVAT !!!*/
/* Preload images */
body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 4px;
  box-sizing: content-box;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  overflow: hidden;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-closeContainer {
  position: relative;
}
.lb-data .lb-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
html {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  /* 1rem */
  font-weight: 400;
  line-height: 1;
  background-color: #ffffff;
  color: #232323;
}
body {
  margin: 0 auto;
}
body.no-scroll {
  overflow: hidden;
}
.page {
  height: 100%;
  padding-top: 120px;
  background-color: #efefef;
}
@media (min-width: 560px) {
  .page {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .page {
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {
  .page {
    padding-left: 260px;
  }
}
@media (min-width: 1600px) {
  .page {
    padding-left: 300px;
  }
}
@media (min-width: 1024px) {
  .page-categories-menu {
    padding-top: 165px;
  }
}
@media (min-width: 1280px) {
  .page-categories-menu {
    padding-top: 165px;
  }
}
@media (min-width: 1280px) {
  .page.page-hidden-left-menu {
    padding-left: 0;
  }
}
.max-width-page {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .max-width-page {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .max-width-page {
    padding: 0 50px;
  }
}
.page-content {
  background-color: #efefef;
}
@media (min-width: 1280px) {
  .page-content {
    min-height: calc(100vh - 350px);
  }
}
.page-content.bg-eshop {
  background-color: #fafafa;
}
.page-content.bg-cart {
  background-color: #ffffff;
}
.preload * {
  -o-transition: none !important;
  transition: none !important;
}
a {
  cursor: pointer;
  text-decoration: underline;
  color: #044d8d;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #c00518;
}
a:focus,
a:active {
  color: #232323;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  pointer-events: none;
}
strong {
  font-weight: 700;
}
h1,
h2 {
  color: #033159;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  h1,
  h2 {
    font-size: 2.25rem;
  }
}
h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
h2 {
  text-align: center;
}
h3 {
  color: #033159;
  font-size: 1.25em;
}
@media (min-width: 720px) {
  h3 {
    font-size: 1.5rem;
  }
}
.text-to-left {
  text-align: left;
}
.text-to-center {
  text-align: center;
}
.text-to-right {
  text-align: right;
}
.main-page {
  background-color: #fafafa;
  padding: 30px 15px 50px;
}
@media (min-width: 1000px) {
  .main-page {
    padding: 30px 30px 50px;
  }
}
@media (min-width: 1600px) {
  .main-page {
    padding: 30px 60px 50px;
  }
}
.main-page-eshop {
  background-color: #fafafa;
  padding: 30px 15px;
}
@media (min-width: 720px) {
  .main-page-eshop {
    padding: 30px;
  }
}
.eshop-filters-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eshop-filters {
  height: 100%;
  padding-bottom: 85px;
}
@media (min-width: 720px) {
  .eshop-filters {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .eshop-filters {
    -webkit-flex-basis: 280px;
        -ms-flex-preferred-size: 280px;
            flex-basis: 280px;
    margin: 30px 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  .eshop-filters {
    -webkit-flex-basis: 280px;
        -ms-flex-preferred-size: 280px;
            flex-basis: 280px;
    margin: 30px 0 30px 50px;
  }
}
.eshop-filters-content {
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 1400px;
}
.special-offer {
  background-color: #fafafa;
  padding: 30px 15px;
}
@media (min-width: 720px) {
  .special-offer {
    padding: 30px;
  }
}
.special-offer h2 {
  text-transform: uppercase;
  font-size: 1.875em;
}
.special-offer p {
  margin-top: 10px;
  color: #687884;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media (min-width: 720px) {
  .special-offer p {
    font-size: 0.875rem;
  }
}
.relative {
  position: relative;
}
.w100 {
  width: auto !important;
  max-width: none !important;
}
button,
input,
textarea,
select {
  font-family: "Roboto", Arial, sans-serif;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select {
  height: 45px;
}
button,
input[type=submit] {
  cursor: pointer;
}
.form-group {
  margin-bottom: 15px;
}
.form-group.hidden {
  display: none;
}
.form-group .notation {
  padding-left: 30px;
  line-height: 20px;
  color: #6B7883;
  font-size: 15px;
}
.help-icon {
  background-color: #044d8d;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  height: 16px;
  width: 15px;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.help-icon:hover {
  opacity: 0.7;
}
.help-icon:hover + .help-text {
  opacity: 1;
}
.help-icon + .help-text {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(4, 39, 65, 0.1);
  border-radius: 8px;
  color: #044d8d;
  margin-left: 15px;
  max-width: 300px;
  position: absolute;
  padding: 15px;
  -webkit-transform: translateY(calc(-50% + 7px));
          transform: translateY(calc(-50% + 7px));
  opacity: 0;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.help-icon + .help-text::before {
  content: '';
  border: 8px solid;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  display: block;
  width: 100%;
  color: #232323;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -o-transition: border-color 0.3s, box-shadow 0.25s;
  transition: border-color 0.3s, box-shadow 0.25s;
  background-color: #ffffff;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="number"]:active,
select:active,
textarea:active {
  border-color: #044d8d;
  box-shadow: 0 0 0 1px #044d8d;
  outline: none;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="number"].error,
select.error,
textarea.error {
  box-shadow: 0 0 3px #c00518;
  border-color: #c00518;
  color: #c00518;
}
input[type="text"].error:focus,
input[type="email"].error:focus,
input[type="password"].error:focus,
input[type="number"].error:focus,
select.error:focus,
textarea.error:focus,
input[type="text"].error:active,
input[type="email"].error:active,
input[type="password"].error:active,
input[type="number"].error:active,
select.error:active,
textarea.error:active {
  border-color: #c00518;
}
input[type="file"] {
  width: 100%;
  display: block;
}
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  border: none;
  background: #ececec;
  color: #656565;
  cursor: not-allowed;
}
.fileText {
  width: 100%;
}
@media (min-width: 1280px) {
  .fileText {
    width: 39%;
    float: left;
  }
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0px;
  margin-top: 10px;
  float: right;
}
@media (min-width: 1280px) {
  .fileUpload {
    max-width: 59%;
    margin-top: 2px;
  }
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
label {
  color: #033159;
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 720px) {
  label {
    font-size: 0.875rem;
  }
}
label .req {
  color: #c00518;
}
label.error {
  color: #c00518;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  color: #515151;
  font-size: 14px;
  font-size: 0.875rem;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="checkbox"] + label::after {
  content: '';
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  width: 3px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  opacity: 0;
  left: 7px;
  top: 4px;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
input[type="radio"] + label:before {
  border-radius: 50%;
}
input[type="checkbox"].error + label:before,
input[type="radio"].error + label:before,
input[type="checkbox"].error + label:before,
input[type="radio"].error + label:before {
  box-shadow: 0 0 3px #c00518;
  border-color: #c00518;
}
input[type="checkbox"]:checked + label::before {
  background-color: #c00518;
  border-color: #c00518;
}
input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
input[type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #044d8d;
  position: absolute;
  top: 5px;
  left: 5px;
}
select {
  width: 100%;
  border: none;
  cursor: pointer;
  height: 38px;
  background: #ffffff url(../images/jpg/select-arrow.jpg) right center no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e7e7e7;
  /*font-size: 1rem;*/
  padding: 8px 45px 8px 10px;
}
select:focus,
select:active {
  border-color: #044d8d;
}
select option {
  padding: 8px 10px;
}
#order-form {
  position: relative;
}
.form_error {
  color: #c00518;
  display: block;
  margin: 5px 0 20px;
}
.form_error p {
  margin-bottom: 5px;
}
.form_error p.success {
  color: #47b444;
}
.form_success {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.form_success p {
  margin-bottom: 5px;
  color: #47b444;
}
.form-note {
  color: #687884;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 20px;
}
@media (min-width: 720px) {
  .form-note {
    font-size: 0.875rem;
  }
}
.form-note.red {
  color: #c00518;
}
.form-note--big {
  font-size: 16px;
  font-size: 1rem;
}
.form-note ul {
  margin: 0 0 20px;
  list-style: disc;
  padding-left: 20px;
}
.header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(21, 103, 154, 0.05);
  zoom: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 15px;
  z-index: 1000;
  width: 100%;
  height: 60px;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.header:before,
.header:after {
  display: table;
  content: "";
  zoom: 1;
}
.header:after {
  clear: both;
}
.header.scrollTop {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0 30px;
  }
}
.header .header-left {
  z-index: 10;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header .header-left {
    margin-right: 40px;
  }
}
.header .header-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header .top-main-menu {
  display: none;
  z-index: 10;
}
@media (min-width: 1280px) {
  .header .top-main-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .top-main-menu li {
  margin-right: 20px;
}
@media (min-width: 1400px) {
  .header .top-main-menu li {
    margin-right: 40px;
  }
}
.header .top-main-menu li:last-of-type {
  margin-right: 40px;
}
.header .top-main-menu a {
  border-bottom: 5px solid transparent;
  color: #033159;
  display: inline-block;
  font-weight: 700;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.header .top-main-menu a:hover {
  opacity: 0.6;
}
.header .top-main-menu a.active {
  border-color: #c00518;
  color: #c00518;
}
.header .top-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .top-menu li {
  color: #033159;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header .top-menu li {
    border-right: 1px solid#eee;
    padding: 0 5px;
    display: none;
  }
  .header .top-menu li.cart,
  .header .top-menu li.account-wrapper {
    display: block;
  }
  .header .top-menu li:last-of-type {
    border-right: 0;
  }
}
.header .top-menu li a {
  color: #033159;
}
.header .top-menu li .top-menu-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .header .top-menu li .top-menu-link {
    height: 100px;
    margin: 0 20px;
  }
}
.header .top-menu li .top-menu-link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .header .top-menu li:nth-last-of-type(2) .top-menu-link {
    margin-right: 0;
  }
}
.header .top-menu li:last-of-type .top-menu-link {
  margin-right: 0;
}
@media (min-width: 768px) {
  .header .top-menu li:last-of-type {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .top-menu li:last-of-type {
    display: block;
  }
}
.header .top-menu li.cart {
  position: relative;
}
.header .top-menu li.cart .top-menu-link:hover + .cart-dropdown {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media (min-width: 768px) {
  .header .top-menu li .cart-wrapper {
    background: #ffffff;
    margin: 0 -20px 0 -400px;
    padding: 0 20px 0 400px;
  }
}
.header .top-menu li .cart-icon {
  position: relative;
}
.header .top-menu li .cart-icon svg {
  height: 26px;
  width: 32px;
}
@media (min-width: 768px) {
  .header .top-menu li .cart-icon svg {
    height: 30px;
    width: 37px;
  }
}
.header .top-menu li .cart-icon .cart-count {
  background: #66b253;
  border-radius: 50%;
  bottom: 0;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-weight: 700;
  height: 16px;
  height: 1rem;
  position: absolute;
  right: 0;
  width: 16px;
  width: 1rem;
}
.header .top-menu li .cart-dropdown {
  box-shadow: 0 0 10px rgba(4, 39, 65, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  display: none;
  position: absolute;
  right: 0;
  width: 400px;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  z-index: -1;
}
@media (min-width: 768px) {
  .header .top-menu li .cart-dropdown {
    display: block;
  }
}
.header .top-menu li .cart-dropdown:hover {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.header .top-menu li .cart-dropdown .cart-items {
  padding: 25px 20px;
}
.header .top-menu li .cart-dropdown .cart-items .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.header .top-menu li .cart-dropdown .cart-items .item:last-of-type {
  margin-bottom: 0;
}
.header .top-menu li .cart-dropdown .cart-items .image-wrap {
  height: 35px;
  min-width: 40px;
  margin-right: 15px;
}
.header .top-menu li .cart-dropdown .cart-items .image-wrap img {
  max-height: 100%;
}
.header .top-menu li .cart-dropdown .cart-items .text-wrap {
  font-size: 13px;
  margin-right: auto;
}
.header .top-menu li .cart-dropdown .cart-items .text-wrap .title {
  color: #1c568f;
  font-weight: 700;
  text-decoration: none;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.header .top-menu li .cart-dropdown .cart-items .text-wrap .title:hover {
  color: #c00518;
}
.header .top-menu li .cart-dropdown .cart-items .text-wrap .availability {
  color: #66b253;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
.header .top-menu li .cart-dropdown .cart-items .count {
  color: #272727;
  margin: 0 30px;
  white-space: nowrap;
}
.header .top-menu li .cart-dropdown .cart-items .price {
  color: #272727;
  font-weight: 700;
  white-space: nowrap;
}
.header .top-menu li .cart-dropdown .cart-total-price {
  border-top: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.header .top-menu li .cart-dropdown .cart-total-price .total {
  color: #225492;
  text-transform: uppercase;
}
.header .top-menu li .cart-dropdown .cart-total-price .price {
  color: #033159;
}
.header .top-menu li .open-dropdown-link:hover {
  opacity: 1;
}
.header .top-menu li .open-dropdown-link:hover .icon {
  opacity: 0.7;
}
.header .top-menu li .open-dropdown-link-inner {
  background-color: #ffffff;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 5;
}
@media (min-width: 768px) {
  .header .top-menu li .open-dropdown-link-inner {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
.header .top-menu li .open-dropdown-link-inner.opened .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .top-menu li .open-dropdown-link-inner .icon {
  margin-right: 10px;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.header .top-menu li .open-dropdown-link-inner .arrow {
  display: none;
  height: 7px;
  width: 10px;
  margin-left: 10px;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (min-width: 768px) {
  .header .top-menu li .open-dropdown-link-inner .arrow {
    display: block;
  }
}
.header .top-menu li .dropdown {
  box-shadow: 0 0 10px rgba(4, 39, 65, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  font-weight: 400;
  padding: 5px;
  position: absolute;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (max-width: 767px) {
  .header .top-menu li .dropdown {
    top: 0;
  }
}
.header .top-menu li .dropdown.opened {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media (max-width: 767px) {
  .header .top-menu li .dropdown.opened {
    top: auto;
  }
}
.header .top-menu li .dropdown .item {
  color: #687884;
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.header .top-menu li .dropdown .item:hover {
  color: #c00518;
}
.header .top-menu li .dropdown .item.active {
  background-color: #f0f4f9;
  color: #033159;
}
.header .top-menu li .dropdown .code {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.header .top-menu li .language .icon {
  height: 20px;
  width: 20px;
}
.header .top-menu li .account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-menu li .account .icon {
  width: 26px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 860px) {
  .header .top-menu li .account .icon {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .header .top-menu li .account .icon {
    width: 22px;
    height: 20px;
  }
}
@media (max-width: 860px) {
  .header .top-menu li .account span {
    display: none;
  }
}
.header .top-menu li.burger {
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .header .top-menu li.burger {
    display: none;
  }
}
.header .logo {
  display: inline-block;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .logo:hover {
  opacity: 0.7;
}
.header .logo svg {
  width: 80px;
  height: 34px;
}
@media (min-width: 768px) {
  .header .logo svg {
    width: 125px;
  }
}
@media (min-width: 1280px) {
  .page-hidden-left-menu .header .top-menu {
    /*width: 284px;*/
  }
}
@media (min-width: 1280px) {
  .page-hidden-left-menu .header .top-menu li.burger {
    /*display: block;*/
  }
}
.footer {
  background-color: #181b20;
  color: #898989;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 300;
  padding: 35px 15px;
}
@media (min-width: 720px) {
  .footer {
    padding: 40px 15px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 60px 30px 40px;
    position: relative;
    z-index: 300;
  }
}
@media (min-width: 1600px) {
  .footer {
    padding: 70px 0 40px;
  }
}
.footer .footer-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  zoom: 1;
}
.footer .footer-inner:before,
.footer .footer-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.footer .footer-inner:after {
  clear: both;
}
.footer a {
  color: #898989;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer .associations img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 25px;
}
@media (min-width: 1280px) {
  .footer .part-1,
  .footer .part-2,
  .footer .part-3,
  .footer .part-6 {
    float: left;
  }
  .footer .part-4,
  .footer .part-5 {
    float: right;
  }
}
.footer .part-1 {
  text-align: center;
  margin-bottom: 40px;
}
.footer .part-1 .upper {
  text-transform: uppercase;
}
.footer .part-1 .left {
  margin-bottom: 18px;
}
@media (min-width: 720px) {
  .footer .part-1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .part-1 .footer-contact {
    zoom: 1;
  }
  .footer .part-1 .footer-contact:before,
  .footer .part-1 .footer-contact:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .footer .part-1 .footer-contact:after {
    clear: both;
  }
  .footer .part-1 .left,
  .footer .part-1 .right {
    width: 50%;
    float: left;
    text-align: left;
  }
  .footer .part-1 .left {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .footer .part-1 {
    width: 15%;
    text-align: left;
    zoom: 1;
    max-width: none;
  }
  .footer .part-1:before,
  .footer .part-1:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .footer .part-1:after {
    clear: both;
  }
  .footer .part-1 .left,
  .footer .part-1 .right {
    width: 100%;
  }
  .footer .part-1 .left {
    margin-bottom: 18px;
  }
}
.footer .part-2 {
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 1280px) {
  .footer .part-2 {
    width: 28%;
    text-align: left;
    padding-left: 5%;
  }
}
.footer .part-3,
.footer .part-6 {
  text-align: center;
  margin-bottom: 45px;
}
.footer .part-3 .footer-links,
.footer .part-6 .footer-links {
  text-align: left;
  display: inline-block;
}
@media (min-width: 1280px) {
  .footer .part-3,
  .footer .part-6 {
    width: 22%;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .footer .part-6 {
    width: 15%;
  }
}
.footer .part-4 {
  text-align: center;
}
@media (min-width: 1280px) {
  .footer .part-4 {
    text-align: left;
    width: 14%;
  }
}
.footer .part-5 {
  text-align: center;
  padding-bottom: 35px;
}
@media (min-width: 1280px) {
  .footer .part-5 {
    width: 5%;
  }
}
.footer .part-5 li {
  display: inline-block;
  margin: 0 15px;
}
.footer .part-5 a {
  display: inline-block;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .part-5 a:hover {
  opacity: 0.7;
}
.footer .part-5 svg {
  width: 28px;
  height: 47px;
}
.footer .part-5 svg.youtube {
  width: 37px;
  height: 45px;
}
.footer .part-5 .instagram {
  position: relative;
  top: -5px;
}
@media (min-width: 1280px) {
  .footer .part-5 .instagram {
    margin-top: 10px;
    right: -3px;
    top: 0;
  }
}
@media (min-width: 1280px) {
  .page-hidden-left-menu .footer {
    margin-left: 0;
    position: static;
  }
}
.bottom {
  background-color: #0a0f13;
  color: #5d5d5d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 300;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 400px) {
  .bottom {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .bottom {
    position: relative;
    z-index: 300;
  }
}
.bottom .bottom-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  zoom: 1;
}
.bottom .bottom-inner:before,
.bottom .bottom-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.bottom .bottom-inner:after {
  clear: both;
}
@media (min-width: 400px) {
  .bottom .bottom-left {
    width: 70%;
    float: left;
    padding-top: 12px;
  }
}
.bottom .bottom-right {
  padding-top: 15px;
}
@media (min-width: 400px) {
  .bottom .bottom-right {
    width: 30%;
    float: right;
    text-align: right;
    padding-top: 0;
  }
}
.bottom a {
  color: #5d5d5d;
  text-decoration: none;
}
.bottom a:hover {
  text-decoration: underline;
}
.bottom .sovanet {
  display: inline-block;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bottom .sovanet:hover {
  opacity: 0.7;
}
.bottom .sovanet svg {
  width: 65px;
  height: 40px;
}
@media (min-width: 1280px) {
  .page-hidden-left-menu .bottom {
    margin-left: 0;
    position: static;
  }
}
.menu-mobile-left .left-menu {
  width: 260px;
  background-color: #005596;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  z-index: 700;
}
.menu-mobile-left .left-menu.visible {
  display: block;
}
@media (min-width: 1280px) {
  .menu-mobile-left .left-menu {
    display: none;
    width: 260px;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 165px;
  }
  .menu-mobile-left .left-menu.visible {
    display: block;
  }
}
@media (min-width: 1600px) {
  .menu-mobile-left .left-menu {
    width: 300px;
  }
}
.menu-mobile-left .left-menu li,
.menu-mobile-left .left-menu a {
  display: block;
}
.menu-mobile-left .left-menu a,
.menu-mobile-left .left-menu a:hover {
  text-decoration: none;
}
.menu-mobile-left .left-menu > ul {
  padding-bottom: 20px;
}
.menu-mobile-left .left-menu > ul > li {
  border-bottom: 1px solid #0e436b;
}
.menu-mobile-left .left-menu > ul > li.li-border-top {
  border-top: 1px solid #0e436b;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .menu-mobile-left .left-menu > ul > li.left-menu-sm {
    display: none;
  }
}
@media (min-width: 1280px) {
  .menu-mobile-left .left-menu > ul > li.from-top-main-menu,
  .menu-mobile-left .left-menu > ul > li.from-top-menu-profile {
    display: none;
  }
}
.menu-mobile-left .left-menu > ul > li > a {
  color: #ffffff;
  padding: 12px 40px 12px 20px;
  position: relative;
  -o-transition: none;
  transition: none;
}
.menu-mobile-left .left-menu > ul > li > a.active,
.menu-mobile-left .left-menu > ul > li > a.show-opened,
.menu-mobile-left .left-menu > ul > li > a:hover {
  background-color: #033159;
}
.menu-mobile-left .left-menu > ul > li > a.active .menu-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-mobile-left .left-menu > ul > li > a.active-cat {
  background-color: transparent;
}
.menu-mobile-left .left-menu > ul > li > ul {
  display: none;
  background-color: #e2e2e2;
  padding: 5px 0;
  font-weight: 15px;
  font-weight: 0.9375rem;
  text-transform: none;
}
.menu-mobile-left .left-menu > ul > li > ul > li > a {
  color: #005596;
  padding: 10px 40px 10px 30px;
  position: relative;
  -o-transition: none;
  transition: none;
}
.menu-mobile-left .left-menu > ul > li > ul > li > a.active,
.menu-mobile-left .left-menu > ul > li > ul > li > a.show-opened,
.menu-mobile-left .left-menu > ul > li > ul > li > a:hover {
  background-color: #033159;
  color: #ffffff;
}
.menu-mobile-left .left-menu > ul > li > ul > li > a.active .menu-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-mobile-left .left-menu > ul > li > ul > li > a.active-cat {
  background-color: transparent;
  color: #044d8d;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul {
  display: none;
  background-color: #e2e2e2;
  padding: 5px 0;
  font-weight: 15px;
  font-weight: 0.9375rem;
  text-transform: none;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > a {
  color: #005596;
  padding: 5px 10px 5px 50px;
  -o-transition: none;
  transition: none;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > a.active,
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > a.show-opened,
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > a:hover {
  background-color: #033159;
  color: #ffffff;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > a.active .menu-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > a.active-cat {
  background-color: transparent;
  color: #044d8d;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul {
  display: none;
  background-color: #e2e2e2;
  padding: 5px 0;
  font-weight: 15px;
  font-weight: 0.9375rem;
  text-transform: none;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul > li > a {
  color: #005596;
  padding: 5px 10px 5px 60px;
  -o-transition: none;
  transition: none;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul > li > a.active,
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul > li > a.show-opened,
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #033159;
  color: #ffffff;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul > li > a.active .menu-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul > li > a.active-cat {
  background-color: transparent;
  color: #044d8d;
}
.menu-mobile-left .left-menu > ul > li > ul > li > ul > li > ul > li > a .submenu-arrow {
  left: 50px;
}
.menu-mobile-left .left-menu .menu-arrow {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  cursor: pointer;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.menu-mobile-left .left-menu .menu-arrow svg {
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -6px;
  stroke: #a3b8ca;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.menu-mobile-left .left-menu .submenu-arrow {
  width: 6px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
}
.menu-mobile-left .left-menu .submenu-arrow svg {
  width: 6px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -6px;
}
.menu-mobile-left .page-hidden-left-menu .left-menu {
  width: 260px;
  background-color: #005596;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .menu-mobile-left .page-hidden-left-menu .left-menu {
    top: 0;
    left: -260px;
    bottom: auto;
    padding-top: 0;
    width: 260px;
  }
}
@media (min-width: 1600px) {
  .menu-mobile-left .page-hidden-left-menu .left-menu {
    left: -300px;
    width: 300px;
  }
}
.left-menu-close {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #c00518;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 120000;
}
.left-menu-close svg {
  width: 20px;
  height: 20px;
}
.btn {
  border: none;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  z-index: 4;
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 720px) {
  .btn {
    padding: 12px 20px;
    font-size: 0.875rem;
  }
}
.btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn:focus,
.btn:active {
  color: #ffffff;
}
.btn-big {
  padding: 16px 20px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 720px) {
  .btn-big {
    padding: 20px 25px;
    font-size: 1.125rem;
  }
}
.btn-red {
  background-color: #c00518;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #731a16;
  border-color: #731a16;
}
.btn-red:hover .arrows {
  color: #ffffff;
}
.btn-red:focus,
.btn-red:active {
  color: #ffffff;
  background-color: #400f0c;
  border-color: #400f0c;
}
.btn-red .arrows {
  display: inline-block;
  color: #ffffff;
  margin: 0 2px;
  position: relative;
  top: -1px;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-blue {
  background-color: #044d8d;
}
.btn-blue:hover {
  background-color: #033159;
  border-color: #033159;
}
.btn-blue:focus,
.btn-blue:active {
  background-color: #011526;
  border-color: #011526;
}
.btn-blue-link {
  color: #044d8d;
  background-color: transparent;
}
.btn-blue-link:hover {
  background-color: #033159;
  border-color: #033159;
  color: #ffffff;
}
.btn-blue-link:focus,
.btn-blue-link:active {
  background-color: #011526;
  border-color: #011526;
  color: #ffffff;
}
.btn-white {
  color: #ffffff;
}
.btn-white:hover {
  color: #044d8d;
  background-color: #ffffff;
}
.btn-white:focus,
.btn-white:active {
  color: #044d8d;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-grey {
  color: #033159;
  background-color: #d9d9d9;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  color: #033159;
  background-color: #cccccc;
}
.normal-link,
.more-link {
  color: #c00518;
  font-weight: 700;
  display: inline-block;
}
.normal-link span,
.more-link span {
  display: inline-block;
}
.normal-link a {
  color: #ffffff;
  text-decoration: none;
}
.more-link a {
  color: #044d8d;
  text-decoration: none;
}
.more-link a:hover {
  color: #c00518;
}
.more-link a:focus,
.more-link a:active {
  color: #232323;
}
.btn-green {
  color: #ffffff;
  background-color: #47b444;
  padding: 12px 24px;
}
.btn-green:hover {
  background-color: #158bea;
  color: #ffffff;
}
.btn-green:focus,
.btn-green:active {
  color: #ffffff;
}
.btns-float-lr {
  zoom: 1;
}
.btns-float-lr:before,
.btns-float-lr:after {
  display: table;
  content: "";
  zoom: 1;
}
.btns-float-lr:after {
  clear: both;
}
.btns-float-lr .btn:first-child {
  float: left;
}
.btns-float-lr .btn:last-child {
  float: right;
}
.scroll-top-btn {
  display: inline-block;
  text-decoration: none;
}
.scroll-top-btn .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  top: 10px;
  margin-left: 10px;
  background-color: #a5251f;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.scroll-top-btn .arrow svg {
  position: absolute;
  top: 12px;
  left: 9px;
  width: 12px;
  height: 6px;
  stroke: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.scroll-top-btn:focus {
  color: #044d8d;
}
.scroll-top-btn:hover,
.scroll-top-btn:focus {
  text-decoration: none;
}
.scroll-top-btn:hover .arrow,
.scroll-top-btn:focus .arrow {
  background-color: #044d8d;
}
.scroll-top-wrapper {
  text-align: right;
  margin: 20px 0;
}
/* new pagination */
/*.pagination {
    text-align: center;
    margin: 20px 0;
    padding: 0 20px;
    
    ul {
        .clearfix;
        display: inline-block;
    }
    
    li {
        display: block;
        margin-right: 1px;
        width: 40px;
        float: left;
    }
    
    a {
        padding: 10px 5px;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 1.125rem;   // 18px
        font-weight: 700;
        color: @white;
        background-color: @blue;
        transition: background-color 0.3s;
        
        &:hover {
            text-decoration: none;
            background-color: darken(@blue, 15%);
        }
        
        &.active {
            background-color: #011526;
            cursor: default;
            
            &:hover {
                background-color: #011526;
            }
        }
        
        &.dots {
            cursor: default;
            
            &:hover {
                background-color: @blue;
            }
        }
        
        svg {
            width: 6px;
            height: 11px;
            stroke: @white;
            
            &.double {
                width: 9px;
            }
        }
    }
}*/
/* old pagination */
.pagination {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 0 20px;
}
.pagination li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}
.pagination a {
  border: 2px solid #044d8d;
  padding: 8px 5px;
  min-width: 40px;
  height: 38px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #044d8d;
}
.pagination a:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.pagination a.active {
  background-color: #044d8d;
  color: #efefef;
  cursor: default;
}
.pagination a.active:hover {
  background-color: #044d8d;
}
.pagination a.dots {
  cursor: default;
}
.pagination a.dots:hover {
  background-color: transparent;
}
.pagination a svg {
  width: 9px;
  height: 16px;
  stroke: #044d8d;
  position: relative;
  top: 2px;
}
.breadcrumbs {
  margin-bottom: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  zoom: 1;
}
.breadcrumbs:before,
.breadcrumbs:after {
  display: table;
  content: "";
  zoom: 1;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:last-child .divider {
  display: none;
}
.breadcrumbs li:last-child a {
  font-weight: 700;
}
.breadcrumbs li a {
  text-decoration: none;
}
.breadcrumbs li .divider {
  color: #a7a7a7;
}
.breadcrumbs .house {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.breadcrumbs .house svg {
  width: 20px;
  height: 20px;
}
.modal-window {
  display: none;
  z-index: 10001;
  max-height: calc(100vh - 80px);
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 35px 20px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: -2px 0 4px rgba(21, 103, 154, 0.05);
  overflow-y: auto;
}
@media (min-width: 500px) {
  .modal-window {
    top: 50px;
  }
}
@media (min-width: 750px) {
  .modal-window {
    top: 100px;
    padding: 35px 30px;
  }
}
.modal-window.video-modal-window {
  padding: 0;
}
.modal-window.video-modal-window iframe {
  width: 100vw;
  height: calc(100vw * 0.5625);
}
@media (min-width: 768px) {
  .modal-window.video-modal-window iframe {
    width: 800px;
    height: 450px;
  }
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10000;
}
.video-modal-overlay {
  background-color: rgba(25, 44, 67, 0.2);
}
.modal-overlay-cart {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10000;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #ffffff;
}
.modal-close .svg-close {
  width: 20px;
  height: 20px;
}
#modal-added-to-basket .btns-wrap,
#modal-question-sent .btns-wrap {
  zoom: 1;
  margin: 0 auto;
  text-align: left;
}
#modal-added-to-basket .btns-wrap:before,
#modal-question-sent .btns-wrap:before,
#modal-added-to-basket .btns-wrap:after,
#modal-question-sent .btns-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
#modal-added-to-basket .btns-wrap:after,
#modal-question-sent .btns-wrap:after {
  clear: both;
}
@media (max-width: 719px) {
  #modal-added-to-basket .btns-wrap,
  #modal-question-sent .btns-wrap {
    max-width: 350px;
    text-align: center;
  }
}
@media (min-width: 720px) {
  #modal-added-to-basket .btns-wrap .btn:first-child,
  #modal-question-sent .btns-wrap .btn:first-child {
    float: right;
  }
}
@media (max-width: 719px) {
  #modal-added-to-basket .btns-wrap .btn:first-child,
  #modal-question-sent .btns-wrap .btn:first-child {
    margin-bottom: 15px;
  }
}
#modal-added-to-basket .text,
#modal-question-sent .text {
  color: #515151;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
}
#modal-added-to-basket .text.product,
#modal-question-sent .text.product {
  margin-bottom: 15px;
}
#modal-added-to-basket .text.added,
#modal-question-sent .text.added {
  margin-bottom: 35px;
}
#modal-added-to-basket .text.recommend,
#modal-question-sent .text.recommend {
  margin-bottom: 15px;
}
#modal-added-to-basket .title,
#modal-question-sent .title {
  color: #044d8d;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
#modal-added-to-basket .recommended-products,
#modal-question-sent .recommended-products {
  zoom: 1;
  margin-bottom: 50px;
}
#modal-added-to-basket .recommended-products:before,
#modal-question-sent .recommended-products:before,
#modal-added-to-basket .recommended-products:after,
#modal-question-sent .recommended-products:after {
  display: table;
  content: "";
  zoom: 1;
}
#modal-added-to-basket .recommended-products:after,
#modal-question-sent .recommended-products:after {
  clear: both;
}
#modal-added-to-basket .recommended-products .item,
#modal-question-sent .recommended-products .item {
  padding: 0 18px;
  width: 33.33%;
  float: left;
  text-align: center;
  line-height: 1.5;
}
#modal-added-to-basket .recommended-products .image-wrap,
#modal-question-sent .recommended-products .image-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e7e7e7;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 160px;
  margin-bottom: 10px;
}
#modal-added-to-basket .recommended-products .image-wrap:hover,
#modal-question-sent .recommended-products .image-wrap:hover {
  text-decoration: none;
  opacity: 0.7;
}
#modal-added-to-basket .recommended-products .rec-title,
#modal-question-sent .recommended-products .rec-title {
  color: #044d8d;
  font-weight: 700;
}
#modal-added-to-basket .recommended-products .rec-price,
#modal-question-sent .recommended-products .rec-price {
  display: inline-block;
  text-align: left;
}
#modal-added-to-basket .recommended-products .rec-price .price,
#modal-question-sent .recommended-products .rec-price .price {
  color: #c00518;
  font-weight: 700;
}
#modal-added-to-basket .recommended-products .rec-link,
#modal-question-sent .recommended-products .rec-link {
  color: #044d8d;
  text-transform: uppercase;
  font-weight: 700;
}
#modal-added-to-basket .recommended-products a,
#modal-question-sent .recommended-products a {
  color: #044d8d;
}
#modal-added-to-basket .related-products-slider,
#modal-question-sent .related-products-slider {
  background: none;
  padding: 0 30px 40px;
  margin-top: 20px;
  text-align: left;
}
#modal-added-to-basket .related-products-slider .slick-track,
#modal-question-sent .related-products-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#modal-added-to-basket .related-products-slider .arrow-prev,
#modal-question-sent .related-products-slider .arrow-prev,
#modal-added-to-basket .related-products-slider .arrow-next,
#modal-question-sent .related-products-slider .arrow-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#modal-added-to-basket .related-products-slider .arrow-prev:hover,
#modal-question-sent .related-products-slider .arrow-prev:hover,
#modal-added-to-basket .related-products-slider .arrow-next:hover,
#modal-question-sent .related-products-slider .arrow-next:hover {
  opacity: 0.6;
}
#modal-added-to-basket .related-products-slider .arrow-prev.slick-disabled,
#modal-question-sent .related-products-slider .arrow-prev.slick-disabled,
#modal-added-to-basket .related-products-slider .arrow-next.slick-disabled,
#modal-question-sent .related-products-slider .arrow-next.slick-disabled {
  cursor: default;
  opacity: 0.3;
}
#modal-added-to-basket .related-products-slider .arrow-prev.slick-disabled:hover,
#modal-question-sent .related-products-slider .arrow-prev.slick-disabled:hover,
#modal-added-to-basket .related-products-slider .arrow-next.slick-disabled:hover,
#modal-question-sent .related-products-slider .arrow-next.slick-disabled:hover {
  opacity: 0.3;
}
#modal-added-to-basket .related-products-slider .arrow-prev svg,
#modal-question-sent .related-products-slider .arrow-prev svg,
#modal-added-to-basket .related-products-slider .arrow-next svg,
#modal-question-sent .related-products-slider .arrow-next svg {
  width: 28px;
  height: 44px;
  stroke: #888;
}
#modal-added-to-basket .related-products-slider .arrow-prev,
#modal-question-sent .related-products-slider .arrow-prev {
  left: -30px;
}
#modal-added-to-basket .related-products-slider .arrow-next,
#modal-question-sent .related-products-slider .arrow-next {
  right: -40px;
}
#modal-added-to-basket .related-products-slider .item,
#modal-question-sent .related-products-slider .item {
  padding: 0 5px;
  height: auto;
  max-width: none;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
#modal-added-to-basket .related-products-slider .title,
#modal-question-sent .related-products-slider .title {
  font-size: 15px;
  margin-bottom: 5px;
}
#modal-added-to-basket .related-products-slider .image-wrap a,
#modal-question-sent .related-products-slider .image-wrap a {
  min-height: 120px;
}
#modal-added-to-basket .related-products-slider .avail,
#modal-question-sent .related-products-slider .avail {
  margin-bottom: 0;
}
#modal-added-to-basket .related-products-slider .price-to-cart,
#modal-question-sent .related-products-slider .price-to-cart {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
}
#modal-added-to-basket .related-products-slider .price,
#modal-question-sent .related-products-slider .price {
  margin-bottom: 15px;
  text-align: right;
}
#modal-GDPR {
  text-align: left;
}
#modal-GDPR .title {
  color: #515151;
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.222;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  #modal-GDPR .title {
    font-size: 1.875rem;
  }
}
.general-text {
  color: #687884;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}
.general-text.text-center {
  text-align: center;
}
.general-text.text-center h1,
.general-text.text-center h2,
.general-text.text-center h3,
.general-text.text-center h4,
.general-text.text-center h5,
.general-text.text-center h6 {
  text-align: center;
}
@media (min-width: 720px) {
  .general-text {
    font-size: 0.875rem;
  }
}
.general-text p {
  margin-bottom: 15px;
}
.general-text p:last-child {
  margin-bottom: 0;
}
.general-text ul {
  padding-left: 35px;
  margin-bottom: 10px;
}
.general-text ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.general-text ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: #c00518;
}
.general-text ol {
  padding-left: 35px;
  margin-bottom: 10px;
}
.general-text ol li {
  list-style-type: arabic;
  margin-bottom: 5px;
}
.general-text h1,
.general-text h2,
.general-text h3,
.general-text h4,
.general-text h5,
.general-text h6 {
  color: #033159;
  margin-bottom: 15px;
  margin-top: 35px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
}
.general-text h1:first-child,
.general-text h2:first-child,
.general-text h3:first-child,
.general-text h4:first-child,
.general-text h5:first-child,
.general-text h6:first-child,
.general-text h1 + p,
.general-text h2 + p,
.general-text h3 + p,
.general-text h4 + p,
.general-text h5 + p,
.general-text h6 + p {
  margin-top: 0;
}
.general-text h3,
.general-text h4,
.general-text h5,
.general-text h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
.general-text a {
  text-decoration: underline;
}
.general-text a:focus,
.general-text a:active {
  color: #232323;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
/*! jQuery UI - v1.12.1 - 2018-02-12
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23003eff&bgTextureActive=flat&bgColorActive=%23007fff&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23e7e7e7&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23f9f9f9&bgTextureContent=flat&bgColorContent=%23f9f9f9&iconColorHeader=%23444444&fcHeader=%23044d8d&borderColorHeader=%23f9f9f9&bgTextureHeader=flat&bgColorHeader=%23f9f9f9&cornerRadius=0px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #044d8d;
  font-weight: bold;
}
.ui-widget-header a {
  color: #044d8d;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #e7e7e7;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23003eff&bgTextureActive=flat&bgColorActive=%23007fff&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23e7e7e7&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23f9f9f9&bgTextureContent=flat&bgColorContent=%23f9f9f9&iconColorHeader=%23444444&fcHeader=%23044d8d&borderColorHeader=%23f9f9f9&bgTextureHeader=flat&bgColorHeader=%23f9f9f9&cornerRadius=0px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #044d8d;
  font-weight: bold;
}
.ui-widget-header a {
  color: #044d8d;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #e7e7e7;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}
.header-categories {
  background-color: #225492;
  box-shadow: 0 2px 4px rgba(21, 103, 154, 0.15);
  display: none;
  height: 65px;
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  padding: 0 30px;
  z-index: 900;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header-categories.scrollTop {
  top: -5px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 1280px) {
  .header-categories {
    display: block;
  }
}
.header-categories .list {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1480px) {
  .header-categories .list-item {
    margin-right: 30px;
  }
  .header-categories .list-item:last-of-type {
    margin-right: 0;
  }
}
.header-categories .link {
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.header-categories .link:hover {
  opacity: .7;
}
.header-categories .link.active {
  background: #c00518;
}
.header-categories .link.active .arrow {
  fill: #fff;
}
.header-categories .link .arrow {
  fill: #7e9ab8;
  height: 7px;
  width: 10px;
  margin-left: 10px;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.header-categories .dropdown {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  left: 0;
  overflow-y: auto;
  position: absolute;
  padding: 0 35px;
  max-height: 0;
  -o-transition: max-height 0.25s 0.25s, padding 0.25s 0.25s;
  transition: max-height 0.25s 0.25s, padding 0.25s 0.25s;
  width: 100%;
}
.header-categories .dropdown::-webkit-scrollbar {
  width: 5px;
}
.header-categories .dropdown::-webkit-scrollbar-track {
  background-color: none;
}
.header-categories .dropdown::-webkit-scrollbar-thumb {
  background-color: #7e9ab8;
  border-radius: 5px;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  opacity: 0;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.header-categories .dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #225492;
}
@media (min-width: 1400px) {
  .header-categories .dropdown {
    padding: 0 20px;
  }
}
.header-categories .link:hover + .dropdown,
.header-categories .dropdown:hover {
  max-height: calc(100vh - 165px);
  padding-top: 40px;
}
.header-categories .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .header-categories .col {
    padding: 0 30px;
  }
}
.header-categories .image-wrapper {
  min-width: 70px;
  max-width: 70px;
  margin-right: 20px;
}
.header-categories .image-wrapper img {
  max-height: 70px;
}
.header-categories .dropdown-list {
  margin-bottom: -15px;
}
.header-categories .dropdown-list-item {
  display: inline-block;
  margin: 0 20px 15px 0;
  font-size: 14px;
}
.header-categories .dropdown-list-item:first-of-type {
  display: block;
}
.header-categories .dropdown-link {
  text-decoration: none;
}
.header-categories .dropdown-link.title {
  color: #033159;
  font-size: 16px;
  font-weight: 700;
}
.burger-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 16px;
  height: 13px;
  margin: -3px 10px 0 0;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
@media (min-width: 720px) {
  .burger-menu {
    width: 25px;
    height: 20px;
    margin-right: 15px;
  }
}
.burger-menu > span {
  width: 100%;
  height: 3px;
  background-color: #044d8d;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.burger-menu.visible {
  height: 16px;
}
@media (min-width: 720px) {
  .burger-menu.visible {
    height: 25px;
  }
}
.burger-menu.visible span {
  width: 18px;
}
@media (min-width: 720px) {
  .burger-menu.visible span {
    width: 30px;
  }
}
.burger-menu.visible > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger-menu.visible > span:nth-child(2) {
  opacity: 0;
}
.burger-menu.visible > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu {
  background-color: #fff;
  box-shadow: -2px 0 4px rgba(21, 103, 154, 0.05);
  margin-top: 60px;
  padding: 30px 20px 0;
  position: fixed;
  overflow-y: auto;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 260px;
  z-index: 700;
}
@media (min-width: 768px) {
  .mobile-menu {
    margin-top: 100px;
  }
}
.mobile-menu.visible {
  -webkit-transform: none;
          transform: none;
}
.mobile-menu .list-item {
  margin-bottom: 30px;
}
.mobile-menu .link-wrapper {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu .link {
  color: #033159;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
.mobile-menu .submenu-arrow {
  height: 15px;
  width: 25px;
  margin-left: 15px;
}
.mobile-menu .submenu {
  background-color: #044d8d;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.mobile-menu .link-wrapper.opened + .submenu {
  -webkit-transform: none;
          transform: none;
}
.mobile-menu .submenu-header {
  background-color: #fff;
  padding: 20px;
}
.mobile-menu .hide-submenu {
  color: #044d8d;
  font-size: 14px;
  text-decoration: none;
}
.mobile-menu .arrow {
  height: 10px;
  width: 5px;
  margin-right: 5px;
}
.mobile-menu .submenu-title {
  color: #c00518;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
}
.mobile-menu .submenu-list {
  max-height: 0;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  overflow: hidden;
}
.mobile-menu .submenu-list .list-item {
  margin-left: 20px;
}
.mobile-menu .submenu-list .list-item:last-of-type {
  margin-bottom: 0;
}
.mobile-menu .submenu-list .link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.mobile-menu .link-wrapper.opened + .submenu-list {
  max-height: 100%;
  padding-top: 30px;
  opacity: 1;
}
.mobile-menu .submenu > .submenu-list {
  padding: 30px 20px 30px 0;
  max-height: 100%;
  opacity: 1;
}
.mobile-menu .plus {
  height: 14px;
  width: 14px;
  margin-left: 15px;
  position: relative;
}
.mobile-menu .plus::before,
.mobile-menu .plus::after {
  background-color: #7e9ab8;
  content: '';
  position: absolute;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.mobile-menu .plus::before {
  height: 100%;
  width: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mobile-menu .plus::after {
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-menu .link-wrapper.opened .plus::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.menu-overlay {
  background-color: rgba(34, 84, 146, 0.2);
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}
.top-search-mobile-wrapper {
  border-top: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(21, 103, 154, 0.05);
  margin-top: -1px;
  position: fixed;
  left: 0;
  height: 60px;
  right: 0;
  top: 60px;
  padding: 10px;
  z-index: 600;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.top-search-mobile-wrapper.scrollTop {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 560px) {
  .top-search-mobile-wrapper {
    display: none;
  }
}
.top-search-mobile-wrapper .top-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 560px) {
  .top-search-mobile-wrapper .top-search {
    display: none;
  }
}
.top-search {
  display: none;
  position: relative;
  z-index: 10;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 560px) {
  .top-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .top-search {
    height: 100px;
    margin-right: 20px;
  }
}
.top-search form {
  width: 100%;
}
.top-search .search-input {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding: 15px 60px 15px 20px;
  color: #033159;
  font-size: 14px;
  height: 40px;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 768px) {
  .top-search .search-input {
    height: 50px;
  }
}
.top-search .search-input:focus {
  box-shadow: 0 0 10px rgba(4, 39, 65, 0.1);
  border-color: transparent;
  outline: none;
}
.top-search .search-button {
  background: none;
  border: 0;
  top: 50%;
  right: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-transition: right 0.25s;
  transition: right 0.25s;
}
.top-search .search-button svg {
  height: 16px;
  width: 16px;
}
@media (min-width: 560px) {
  .top-search .search-button svg {
    height: 20px;
    width: 20px;
  }
}
.top-search .search-dropdown {
  box-shadow: 0 0 10px rgba(4, 39, 65, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  display: block;
  margin-top: 2px;
  padding: 10px;
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media (min-width: 560px) {
  .top-search .search-dropdown {
    width: 350px;
  }
}
@media (min-width: 720px) {
  .top-search .search-dropdown {
    width: 450px;
  }
}
.top-search .search-dropdown.empty {
  display: none !important;
}
.top-search .separator {
  border-top: 1px solid #eeeeee;
  margin: 10px -10px;
}
.top-search .search-categories {
  max-height: 100px;
  overflow-y: auto;
}
.top-search .search-categories::-webkit-scrollbar {
  width: 5px;
}
.top-search .search-categories::-webkit-scrollbar-track {
  background-color: none;
}
.top-search .search-categories::-webkit-scrollbar-thumb {
  background-color: #7e9ab8;
  border-radius: 5px;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.top-search .search-categories::-webkit-scrollbar-thumb:hover {
  background-color: #225492;
}
.top-search .search-category {
  color: #033159;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-decoration: none;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.top-search .search-category:hover {
  background-color: #f0f4f9;
}
.top-search .search-category:first-of-type {
  margin-top: 0;
}
.top-search .search-category .bold {
  font-weight: 700;
}
.top-search .search-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  padding: 10px;
  text-decoration: none;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.top-search .search-link:hover {
  background-color: #f0f4f9;
}
.top-search .show-more {
  background: #225492;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
.top-search .image-wrap {
  height: 35px;
  min-width: 40px;
  margin-right: 15px;
}
.top-search .image-wrap img {
  max-height: 100%;
}
.top-search .title {
  color: #1c568f;
  font-size: 13px;
  font-weight: 700;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.top-search .availability {
  color: #687884;
  font-size: 13px;
  margin-top: 5px;
}
.top-search .availability.green {
  color: #47b444;
}
.top-search .availability.red {
  color: #c00518;
}
.top-search .price {
  color: #272727;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  padding-left: 10px;
  white-space: nowrap;
}
.fixed-new {
  box-shadow: 0 4px 5px rgba(4, 39, 65, 0.02);
  border-bottom-left-radius: 5px;
  border: 1px solid #eee;
  display: none;
  position: fixed;
  width: 350px;
  top: 350px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  z-index: 1000;
}
.fixed-new.visible {
  -webkit-transform: none;
          transform: none;
}
@media (max-height: 830px) {
  .fixed-new.visible {
    bottom: 50px;
    top: auto;
    z-index: 10000000000;
  }
}
@media (min-width: 768px) {
  .fixed-new {
    display: block;
  }
}
.fixed-new .trigger {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(4, 39, 65, 0.02);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #eee;
  border-color: #eee transparent #eee #eee;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: 50px;
  width: 50px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: -1px;
}
.fixed-new .trigger::before,
.fixed-new .trigger::after {
  background-color: #033159;
  content: '';
  height: 3px;
  left: 50%;
  opacity: 0;
  position: absolute;
  width: 20px;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.fixed-new .trigger::before {
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.fixed-new .trigger::after {
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
.fixed-new .trigger:hover::before,
.fixed-new .trigger:hover::after {
  background-color: #c00518;
}
.fixed-new .trigger:hover svg {
  fill: #c00518;
}
.fixed-new .trigger svg {
  fill: #044d8d;
  height: 26px;
  width: 26px;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.fixed-new.visible .trigger::before,
.fixed-new.visible .trigger::after {
  opacity: 1;
}
.fixed-new.visible .trigger svg {
  opacity: 0;
}
.fixed-new .content {
  background-color: #fff;
  padding: 20px;
}
.fixed-new .title {
  color: #033159;
  font-size: 18px;
  text-align: left;
}
.fixed-new .image {
  margin: 20px 0 15px;
}
.fixed-new .name {
  color: #044d8d;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.fixed-new .perex {
  color: #515151;
  font-size: 14px;
  line-height: 1.7;
}
.fixed-new .footer-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.fixed-new .date {
  color: #898989;
  font-size: 14px;
}
.fixed-new .btn {
  text-transform: none;
}
.blog-container {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-content {
  width: 70%;
}
.blog-content ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.blog-content ul > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #bc0118;
}
.blog-content ol {
  counter-reset: circle-numbers;
}
.blog-content ol > li {
  counter-increment: circle-numbers;
  position: relative;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 50px;
}
.blog-content ol > li::before {
  position: absolute;
  content: counter(circle-numbers);
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  width: 25px;
  height: 25px;
  left: 4px;
  top: 0;
  text-align: center;
}
.blog-content h2 {
  text-transform: none;
  text-align: left;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 24px 0 12px 0;
}
@media (min-width: 720px) {
  .blog-content h2 {
    margin: 32px 0 16px 0;
    font-size: 1.9rem;
  }
}
.blog-content h3 {
  margin-top: 1.2em;
  margin-bottom: 0.2em;
}
.blog-kategorie-name {
  display: block;
  background-color: #033159;
  border-radius: 50px;
  color: #fff;
  padding: 2px 16px 2px 16px;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 300px;
}
.blog-img {
  min-width: -webkit-fill-available;
}
.blog-video-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.blog-video-wrap .iframe-wrap {
  position: relative;
  padding-bottom: 48%;
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}
.blog-video-wrap .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-wrapper {
  padding-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #232323;
  margin-bottom: 25px;
  font-weight: 300;
}
.blog-nav-list {
  min-width: 23%;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}
.blog-nav-item {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px;
  position: relative;
  padding-left: 35px;
}
.blog-nav-item::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../../images/svg/pre-svg/arrow-down.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: contain;
  left: 0;
}
.blog-nav-link {
  text-decoration: none !important;
}
.galerie {
  padding: 30px 0;
}
.galerie-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin: 30px 0;
}
.galerie .gallery-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.galerie .gallery-item.hidden {
  display: none;
}
.galerie-btnAdd {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.galerie-btnRemove {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px;
  padding-left: 75px;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
  position: relative;
}
.blog-item::before {
  position: absolute;
  content: '';
  background-image: url(../../images/backgrounds/news-bg.jpg);
  width: 45px;
  height: 45px;
  left: 18px;
}
@media (max-width: 500px) {
  .blog-item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-item-price {
  color: #c00518;
}
.blog-item-name {
  max-width: 411px;
}
@media (max-width: 1200px) {
  .blog-item-name {
    max-width: 285px;
  }
}
@media (max-width: 992px) {
  .blog-item-name {
    max-width: 216px;
  }
}
@media (max-width: 540px) {
  .blog-item-name {
    max-width: 157px;
    font-size: 14px;
  }
}
.blog-products {
  margin: 30px 0;
}
.blog-products .blog-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 19px;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
  position: relative;
}
.blog-products .blog-product-image-name {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.blog-products .blog-product-image-name .blog-product-image {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.blog-products .blog-product-image-name .blog-product-image a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  background: center center transparent no-repeat;
  background-size: contain;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-products .blog-product-image-name .blog-product-image a img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.blog-products .blog-product-image-name .blog-product-name {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 16px;
}
.blog-products .blog-product-image-name .blog-product-name a {
  text-decoration: none;
}
.blog-products .blog-product-image-name .blog-product-name a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .blog-products .blog-product-image-name .blog-product-name {
    font-size: 16px;
  }
}
.blog-products .blog-product-prices-basket {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 270px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.blog-products .blog-product-prices-basket .blog-product-prices {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-products .blog-product-prices-basket .blog-product-prices .blog-product-original-price {
  text-decoration: line-through;
  font-size: 12px;
  color: #7F7F7F;
}
.blog-products .blog-product-prices-basket .blog-product-prices .blog-product-price {
  color: #c00518;
  font-weight: 700;
}
.blog-products .blog-product-prices-basket .blog-product-add-to-basket {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 650px) {
  .blog-products .blog-product {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-products .blog-product-image-name {
    width: 100%;
    padding-bottom: 20px;
  }
  .blog-products .blog-product-image-name .blog-product-name {
    padding-right: 0;
  }
  .blog-products .blog-product-prices-basket {
    width: 100%;
  }
}
@media (max-width: 968px) and (min-width: 768px) {
  .blog-products .blog-product {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-products .blog-product-image-name {
    width: 100%;
    padding-bottom: 20px;
  }
  .blog-products .blog-product-image-name .blog-product-name {
    padding-right: 0;
  }
  .blog-products .blog-product-prices-basket {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .blog-products .blog-product-image-name .blog-product-image a {
    width: 50px;
    height: 50px;
  }
  .blog-products .blog-product-image-name .blog-product-name {
    padding-left: 10px;
  }
}
.blog-accordion {
  padding: 20px 0;
}
.blog-accordion .blog-accordion-item {
  width: 100%;
  background-color: white;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  margin: 10px 0;
}
.blog-accordion .blog-accordion-item-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 20px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}
.blog-accordion .blog-accordion-item-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -o-transition: all .35s;
  transition: all .35s;
}
.blog-accordion .blog-accordion-item-content {
  max-height: 0;
  padding: 0 20px;
  background: #fff;
  -o-transition: all .35s;
  transition: all .35s;
}
.blog-accordion .blog-accordion-item.open .blog-accordion-item-label {
  border-bottom: 1px solid #d7d7d7;
}
.blog-accordion .blog-accordion-item.open .blog-accordion-item-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.blog-accordion .blog-accordion-item.open .blog-accordion-item-content {
  max-height: none;
  padding-top: 1em;
  padding-bottom: 1em;
  -o-transition: all .35s;
  transition: all .35s;
}
.blog-pros-cons-block {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 30px 20px;
  margin: 20px 0;
}
.blog-pros-cons-block h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
}
.blog-pros-cons-block .blog-pros-cons-lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 20px 0;
}
.blog-pros-cons-block .blog-pros-cons-lists .blog-pros-list,
.blog-pros-cons-block .blog-pros-cons-lists .blog-cons-list {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.blog-pros-cons-block .blog-pros-cons-lists .blog-pros-list {
  padding-right: 10px;
}
.blog-pros-cons-block .blog-pros-cons-lists .blog-cons-list {
  padding-left: 10px;
}
@media (max-width: 650px) {
  .blog-pros-cons-block .blog-pros-cons-lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-pros-cons-block .blog-pros-cons-lists .blog-pros-list,
  .blog-pros-cons-block .blog-pros-cons-lists .blog-cons-list {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.blog-pros-cons-block .blog-pros-list,
.blog-pros-cons-block .blog-cons-list {
  font-size: 14px;
}
.blog-pros-cons-block .blog-pros-list ul > li,
.blog-pros-cons-block .blog-cons-list ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.blog-pros-cons-block .blog-pros-list ul > li::before,
.blog-pros-cons-block .blog-cons-list ul > li::before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #7d7d7d;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
}
.blog-pros-cons-block .blog-pros-list ul > li::before {
  content: "+";
  background-color: #09c38a;
}
.blog-pros-cons-block .blog-cons-list ul > li::before {
  content: "–";
  background-color: #fb0029;
}
.info-box {
  background-color: #7f7f7f;
  color: #fff;
  position: relative;
  margin: 20px 0;
  padding: 20px 16px 20px 60px;
}
.info-box::before {
  position: absolute;
  content: 'i';
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0.9em;
  left: 12px;
}
.quote-text {
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.4;
  width: 70%;
  margin: 20px auto 20px auto;
  font-style: italic;
}
@media (max-width: 500px) {
  .quote-text {
    font-size: 1.3rem;
    width: 90%;
  }
}
.quote-author {
  width: 70%;
  margin: 10px auto;
  font-size: 90%;
}
@media (max-width: 500px) {
  .quote-author {
    width: 90%;
  }
}
.quote-text + .quote-author {
  margin-top: -10px;
}
.small-note {
  font-size: 90%;
  margin-top: 0;
}
.sticky {
  position: fixed;
  top: 100px;
}
@media (max-width: 768px) {
  .blog-wrap {
    display: none;
  }
  .blog-content {
    width: auto;
  }
}
.hidden {
  display: none;
}
.out {
  top: 10%;
}
.hp-slider .item {
  height: 510px;
  padding: 30px 15px 30px;
  position: relative;
  background-position: right center;
  background-size: cover;
}
.hp-slider .content {
  width: 50%;
  padding-right: 10%;
}
.hp-slider .text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #ffffff;
  background-color: rgba(4, 77, 141, 0.9);
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 70%;
  padding: 40px 30px 40px 15px;
}
@media (min-width: 900px) {
  .hp-slider .text {
    font-size: 1.5rem;
    left: auto;
    right: 0;
    bottom: 60px;
    width: 60%;
    max-width: 700px;
    padding: 50px 60px 40px 30px;
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .hp-slider .text {
    font-size: 1.75rem;
    bottom: 80px;
    width: 50%;
    padding: 50px 70px 40px 30px;
  }
}
.hp-slider .arrow-prev,
.hp-slider .arrow-next {
  display: inline-block;
  width: 36px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hp-slider .arrow-prev:hover,
.hp-slider .arrow-next:hover {
  opacity: 0.6;
}
.hp-slider .arrow-prev svg,
.hp-slider .arrow-next svg {
  width: 36px;
  height: 56px;
  stroke: #03a9f4;
}
.hp-slider .arrow-prev {
  left: 30px;
}
.hp-slider .arrow-next {
  right: 30px;
}
.main-categories {
  text-align: center;
  zoom: 1;
  margin-top: 2px;
  background-color: #fafafa;
}
.main-categories:before,
.main-categories:after {
  display: table;
  content: "";
  zoom: 1;
}
.main-categories:after {
  clear: both;
}
.main-categories .item {
  width: 50%;
  float: left;
  padding: 18px 5px 0;
}
@media (min-width: 720px) {
  .main-categories .item {
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .main-categories .item {
    padding: 36px 18px 0;
  }
}
.main-categories .item .item-inner {
  background-image: url('../images/hp-categories/kavovary.jpg');
}
.main-categories .item.category-zmrzlinove-stroje .item-inner,
.main-categories .item.category-468 .item-inner {
  background-image: url('../images/hp-categories/zmrzlinove-stroje.jpg');
}
.main-categories .item.category-cukrarny-pekarny .item-inner,
.main-categories .item.category-421 .item-inner {
  background-image: url('../images/hp-categories/cukrarny-pekarny.jpg');
}
.main-categories .item.category-gastro-vybaveni .item-inner,
.main-categories .item.category-449 .item-inner {
  background-image: url('../images/hp-categories/gastro-vybaveni.jpg');
}
.main-categories .item.category-vycepni-technika .item-inner,
.main-categories .item.category-406 .item-inner {
  background-image: url('../images/hp-categories/vycepni-technika.jpg');
}
.main-categories .item.category-kavovary .item-inner,
.main-categories .item.category-428 .item-inner {
  background-image: url('../images/hp-categories/kavovary.jpg');
}
.main-categories .item.category-kuchynske-roboty .item-inner,
.main-categories .item.category-kuchynske-roboty-1 .item-inner,
.main-categories .item.category-508 .item-inner,
.main-categories .item.category-945 .item-inner {
  background-image: url('../images/hp-categories/kuchynske-roboty.jpg');
}
.main-categories .item.category-domaci-spotrebice .item-inner,
.main-categories .item.category-861 .item-inner {
  background-image: url('../images/hp-categories/kuchynske-potreby.jpg');
}
.main-categories .item.category-pouzite-zbozi .item-inner,
.main-categories .item.category-691 .item-inner {
  background-image: url('../images/hp-categories/bazar.jpg');
}
.main-categories .item-inner {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  height: 160px;
  box-shadow: 0 22px 7px -14px #999;
  overflow: hidden;
}
@media (min-width: 720px) {
  .main-categories .item-inner {
    height: 220px;
  }
}
@media (min-width: 1280px) {
  .main-categories .item-inner {
    height: 380px;
  }
}
@media (min-width: 1600px) {
  .main-categories .item-inner {
    height: 500px;
  }
}
.main-categories .item-inner .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.main-categories .item-inner:hover .blue-overlay {
  background-color: rgba(4, 77, 141, 0.9);
}
@media (min-width: 1280px) {
  .main-categories .item-inner:hover .links {
    display: block;
  }
}
.main-categories .blue-overlay {
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(38, 38, 38, 0.5);
}
.main-categories .text {
  padding: 55px 15px 0;
}
@media (min-width: 720px) {
  .main-categories .text {
    padding: 60px 15px 0;
  }
}
@media (min-width: 1280px) {
  .main-categories .text {
    padding: 60px 15px 0;
  }
}
@media (min-width: 1600px) {
  .main-categories .text {
    padding: 60px 15px 0;
  }
}
.main-categories .links {
  display: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.67;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.main-categories .links li {
  display: inline;
  white-space: nowrap;
}
.main-categories .links li:after {
  content: " \2022";
}
.main-categories .links li.nobullet:after {
  content: none;
}
.main-categories a {
  color: #ffffff;
  text-decoration: none;
}
.main-categories a:hover {
  text-decoration: underline;
}
.main-categories h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 160px;
  max-width: 10rem;
  margin: 0 auto 30px;
}
@media (min-width: 720px) {
  .main-categories h2 {
    font-size: 1.5rem;
    max-width: 12rem;
  }
}
@media (min-width: 1280px) {
  .main-categories h2 {
    font-size: 2.25rem;
    max-width: 16rem;
  }
}
@media (min-width: 1600px) {
  .main-categories h2 {
    font-size: 2.75rem;
    max-width: 16rem;
  }
}
.main-news {
  background: url('../images/backgrounds/news-bg.jpg') center top repeat;
  color: #ffffff;
  padding: 35px 0;
}
@media (min-width: 720px) {
  .main-news {
    padding: 40px 0 40px;
  }
}
@media (min-width: 1280px) {
  .main-news {
    padding: 70px 0 40px;
  }
}
@media (min-width: 1700px) {
  .main-news {
    padding: 75px 0 40px;
  }
}
.main-news .main-news-inner {
  padding: 0 30px;
  margin-bottom: 30px;
  zoom: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.main-news .main-news-inner:before,
.main-news .main-news-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.main-news .main-news-inner:after {
  clear: both;
}
@media (min-width: 1700px) {
  .main-news .main-news-inner {
    max-width: none;
  }
}
@media (min-width: 1700px) {
  .main-news .left {
    width: 50%;
    float: left;
  }
  .main-news .right {
    width: 50%;
    float: right;
  }
}
.main-news a {
  color: #ffffff;
  text-decoration: none;
}
.main-news a:hover {
  text-decoration: underline;
}
.main-news .btn:hover {
  text-decoration: none;
}
.main-news h2 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 25px;
}
@media (min-width: 720px) {
  .main-news h2 {
    font-size: 2.25rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .main-news h2 {
    font-size: 3rem;
  }
}
.main-news h4 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.333;
}
@media (min-width: 720px) {
  .main-news h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .main-news h4 {
    font-size: 1.875rem;
  }
}
.main-news .date {
  font-size: 14px;
  font-size: 0.875rem;
}
.main-news .news-main {
  text-align: center;
  position: relative;
}
@media (min-width: 720px) {
  .main-news .news-main {
    height: 450px;
  }
}
@media (min-width: 1280px) {
  .main-news .news-main {
    height: 550px;
  }
}
@media (min-width: 1700px) {
  .main-news .news-main {
    height: 640px;
  }
}
@media (min-width: 720px) {
  .main-news .news-main .news-main-inner {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
  }
}
.main-news .news-main .news-main-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
}
@media (min-width: 550px) {
  .main-news .news-main .news-main-image {
    height: 225px;
  }
}
@media (min-width: 720px) {
  .main-news .news-main .news-main-image {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
  }
}
.main-news .news-main .news-main-content {
  padding: 15px 0 0;
  text-align: center;
}
@media (min-width: 720px) {
  .main-news .news-main .news-main-content {
    padding: 50px 70px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0));
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0));
    /* Standard syntax (must be last) */
  }
}
@media (min-width: 1280px) {
  .main-news .news-main .news-main-content {
    padding: 50px 150px 35px;
  }
}
@media (min-width: 1280px) {
  .main-news .news-main .news-main-content {
    padding: 50px 110px 35px;
  }
}
.main-news .news-main h4 {
  margin-bottom: 25px;
}
.main-news .news-main .date {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .main-news .news-main .date {
    margin-bottom: 25px;
  }
}
.main-news .subnews {
  margin-top: 30px;
}
@media (min-width: 720px) {
  .main-news .subnews {
    margin-top: 0;
    height: 320px;
  }
}
.main-news .subnews .part-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 175px;
}
@media (min-width: 550px) {
  .main-news .subnews .part-image {
    height: 225px;
  }
}
.main-news .subnews .part-image .triangle {
  display: none;
  background-repeat: no-repeat;
  width: 18px;
  height: 38px;
  position: absolute;
  margin-top: -19px;
  top: 50%;
}
@media (min-width: 720px) {
  .main-news .subnews .part-image .triangle {
    display: inline-block;
  }
}
.main-news .subnews .part-text {
  text-align: center;
  padding-top: 15px;
}
@media (min-width: 720px) {
  .main-news .subnews .part-text {
    text-align: left;
  }
}
@media (min-width: 720px) {
  .main-news .subnews:nth-child(2n+1) .part-text {
    float: left;
    padding: 15px 30px 10px 0;
  }
  .main-news .subnews:nth-child(2n+1) .part-image {
    float: right;
  }
  .main-news .subnews:nth-child(2n+1) .part-image .triangle {
    left: -1px;
    background-image: url('../images/png/triangle-right.png');
  }
  .main-news .subnews:nth-child(2n) .part-text {
    float: right;
    padding: 15px 20px 10px;
  }
  .main-news .subnews:nth-child(2n) .part-image {
    float: left;
  }
  .main-news .subnews:nth-child(2n) .part-image .triangle {
    right: -1px;
    background-image: url('../images/png/triangle-left.png');
  }
  .main-news .subnews .part-text,
  .main-news .subnews .part-image {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .main-news .subnews:nth-child(2n+1) .part-text {
    padding: 20px 30px 10px 50px;
  }
  .main-news .subnews:nth-child(2n) .part-text {
    float: right;
    padding: 20px 50px 10px 20px;
  }
}
@media (min-width: 1280px) {
  .main-news .subnews:nth-child(2n+1) .part-text {
    padding: 20px 30px 10px 45px;
  }
  .main-news .subnews:nth-child(2n) .part-text {
    float: right;
    padding: 20px 45px 10px 20px;
  }
}
.main-news .subnews h4 {
  margin-bottom: 25px;
}
@media (min-width: 720px) {
  .main-news .subnews h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .main-news .subnews h4 {
    font-size: 1.5rem;
  }
}
.main-news .subnews .text {
  display: none;
  color: #a7a7a7;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  .main-news .subnews .text {
    display: block;
  }
}
.main-news .subnews .btn {
  font-size: 16px;
  font-size: 1rem;
}
.main-news .subnews .date {
  margin-bottom: 10px;
}
.advantages {
  padding: 45px 30px 15px;
  text-align: center;
  background-color: #fafafa;
}
@media (min-width: 720px) {
  .advantages {
    padding: 45px 0 40px;
  }
}
@media (min-width: 1280px) {
  .advantages {
    text-align: left;
    padding: 70px 40px;
  }
}
@media (min-width: 1600px) {
  .advantages {
    padding: 120px 40px;
  }
}
.advantages .advantages-inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.advantages .advantages-inner:before,
.advantages .advantages-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.advantages .advantages-inner:after {
  clear: both;
}
.advantages .item {
  margin-bottom: 35px;
}
@media (min-width: 720px) {
  .advantages .item {
    padding: 0 6px;
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .advantages .item {
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .advantages .item {
    padding: 0 60px;
  }
}
@media (min-width: 1280px) {
  .advantages .item .item-svg {
    padding-right: 25px;
  }
}
.advantages .item .item-svg svg {
  width: 50px;
  height: 50px;
}
@media (min-width: 1280px) {
  .advantages .item .item-svg svg {
    width: 60px;
    height: 60px;
  }
}
.advantages .item .item-text {
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .advantages .item .item-text {
    margin-top: 0;
    float: left;
  }
}
.advantages .title {
  color: #044d8d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .advantages .title {
    font-size: 1.25rem;
  }
}
.advantages .title a {
  text-decoration: none;
}
.advantages .text {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 720px) {
  .advantages .text {
    font-size: 0.9375rem;
  }
}
.service-about {
  background: center bottom no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  zoom: 1;
  padding: 40px 0 350px;
}
.service-about:before,
.service-about:after {
  display: table;
  content: "";
  zoom: 1;
}
.service-about:after {
  clear: both;
}
@media (max-width: 719px) {
  .service-about {
    background-image: url('../images/backgrounds/servis-bg-720.jpg');
  }
}
@media (min-width: 720px) {
  .service-about {
    background-image: url('../images/backgrounds/servis-bg.jpg');
    padding: 40px 0 100px;
  }
}
@media (min-width: 1280px) {
  .service-about {
    padding: 120px 0;
  }
}
@media (min-width: 1600px) {
  .service-about {
    padding: 150px 0;
  }
}
.service-about .service-about-inner {
  padding: 0 20px;
}
@media (min-width: 720px) {
  .service-about .service-about-inner {
    padding: 0 60px;
    width: 72%;
    float: right;
  }
}
@media (min-width: 900px) {
  .service-about .service-about-inner {
    width: 66%;
  }
}
@media (min-width: 1280px) {
  .service-about .service-about-inner {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .service-about .service-about-inner {
    padding: 0 140px;
    width: 50%;
  }
}
.service-about h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  .service-about h2 {
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .service-about h2 {
    font-size: 3rem;
    margin-bottom: 35px;
  }
}
.service-about .text {
  color: #e7e7e7;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  .service-about .text {
    font-size: 1.125rem;
  }
}
.main-references {
  text-align: center;
  padding: 35px 0;
  background-color: #fafafa;
}
@media (min-width: 720px) {
  .main-references {
    padding: 50px 0 35px;
  }
}
@media (min-width: 1280px) {
  .main-references {
    padding: 65px 0 60px;
  }
}
@media (min-width: 1600px) {
  .main-references {
    padding: 80px 0 75px;
  }
}
.main-references .main-references-inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .main-references .main-references-inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-references .main-references-inner a {
  display: inline-block;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-references .main-references-inner a:hover {
  opacity: 0.7;
}
.main-references h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #044d8d;
  margin-bottom: 20px;
}
.main-references li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .main-references li {
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .main-references li {
    padding: 0 20px;
  }
}
.main-references img {
  max-width: 150px;
  max-height: 90px;
  /*        @media (min-width: 720px) {
            max-width: 250px;
            max-height: 150px;
        }*/
}
.sweet-shop {
  background: center bottom no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 40px 0 415px;
}
@media (max-width: 719px) {
  .sweet-shop {
    background-image: url('../images/backgrounds/cukrarny-az-bg-720.jpg');
  }
}
@media (min-width: 500px) {
  .sweet-shop {
    padding: 60px 0 415px;
  }
}
@media (min-width: 720px) {
  .sweet-shop {
    padding: 90px 0 55px;
    background-image: url('../images/backgrounds/cukrarny-az-bg.jpg');
    background-position: 27% center;
  }
}
@media (min-width: 900px) {
  .sweet-shop {
    padding: 100px 0 65px;
  }
}
@media (min-width: 1100px) {
  .sweet-shop {
    padding: 120px 0 80px;
  }
}
@media (min-width: 1280px) {
  .sweet-shop {
    padding: 160px 0 130px;
    background-position: 8% center;
  }
}
@media (min-width: 1600px) {
  .sweet-shop {
    background-position: center center;
  }
}
.sweet-shop .sweet-shop-inner {
  padding: 0 20px;
}
@media (min-width: 720px) {
  .sweet-shop .sweet-shop-inner {
    padding: 0 100px;
    width: 66%;
  }
}
@media (min-width: 900px) {
  .sweet-shop .sweet-shop-inner {
    width: 600px;
  }
}
@media (min-width: 1100px) {
  .sweet-shop .sweet-shop-inner {
    width: 670px;
    padding: 0 100px;
  }
}
@media (min-width: 1280px) {
  .sweet-shop .sweet-shop-inner {
    padding: 0 0 0 13%;
    width: 690px;
  }
}
@media (min-width: 1600px) {
  .sweet-shop .sweet-shop-inner {
    padding: 0 8%;
    width: 50%;
  }
}
@media (min-width: 1800px) {
  .sweet-shop .sweet-shop-inner {
    padding: 0 4% 0 13%;
  }
}
.sweet-shop h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  margin-bottom: 15px;
  max-width: 176px;
  max-width: 11rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .sweet-shop h2 {
    font-size: 2.25rem;
    max-width: none;
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .sweet-shop h2 {
    font-size: 3rem;
    margin-bottom: 35px;
  }
}
.sweet-shop .text {
  color: #e7e7e7;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  .sweet-shop .text {
    font-size: 1.125rem;
  }
}
.about-list {
  text-align: center;
  background-color: #fafafa;
}
@media (min-width: 720px) {
  .about-list {
    padding: 30px 0 50px;
  }
}
@media (min-width: 1000px) {
  .about-list {
    padding: 45px 15px 55px;
  }
}
@media (min-width: 1600px) {
  .about-list {
    padding: 80px 0 90px;
  }
}
.about-list .about-list-inner {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.about-list .about-list-inner:before,
.about-list .about-list-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.about-list .about-list-inner:after {
  clear: both;
}
.about-list .item {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .about-list .item {
    max-width: 810px;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .about-list .item:first-child {
    margin-bottom: 100px;
  }
}
@media (min-width: 1000px) {
  .about-list .item {
    padding: 0 15px;
    width: 50%;
    float: left;
  }
  .about-list .item:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .about-list .item {
    padding: 0 45px;
  }
}
.about-list .text {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 35px;
  padding: 0 30px;
}
@media (min-width: 720px) {
  .about-list .text {
    padding: 0;
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  .about-list .text {
    padding: 0;
    font-size: 1.125rem;
  }
}
.about-list .image-wrap {
  position: relative;
  margin-bottom: 25px;
}
.about-list .image-wrap h4 {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #044d8d;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 720px) {
  .about-list .image-wrap h4 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1000px) {
  .about-list .image-wrap h4 {
    font-size: 3rem;
  }
}
.newsletter {
  background-color: #084d8c;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .newsletter {
    padding: 90px 0;
  }
}
.newsletter .form {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 30px;
}
.newsletter .newsletter-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 992px) {
  .newsletter .newsletter-container {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.newsletter .col {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.newsletter .col:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .newsletter .col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin: 0 40px;
    text-align: left;
  }
  .newsletter .col:first-of-type {
    margin-left: 0;
  }
  .newsletter .col:last-of-type {
    margin-right: 0;
  }
}
.newsletter .title {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50px;
  margin-bottom: 20px;
  padding-top: 65px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .newsletter .title {
    display: block;
    padding: 0 0 0 95px;
    text-align: left;
  }
}
.newsletter .title:before {
  background-image: url('/images/svg/pre-svg/newsletter.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter .title:before {
    height: 100%;
    width: 70px;
  }
}
.newsletter .text {
  color: #b0cfec;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.newsletter .text strong {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
}
.newsletter .input-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.newsletter input {
  color: #084d8c;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 14px;
  font-size: 0.875rem;
  height: 60px;
  padding: 22px 18px;
  width: auto;
}
.newsletter .submit {
  background-color: #c40101;
  border: 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 20px 40px;
  height: 60px;
  margin-top: 10px;
}
.newsletter .submit:hover {
  background-color: #a30000;
}
@media (min-width: 480px) {
  .newsletter .submit {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-left: 7px;
    margin-top: 0;
  }
}
.newsletter .gdpr-text {
  color: #b0cfec;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
.newsletter .gdpr-text a {
  color: #fff;
}
.newsletter .gdpr-text a:hover,
.newsletter .gdpr-text a:active {
  text-decoration: none;
}
@media (min-width: 992px) {
  .newsletter .gdpr-text {
    text-align: left;
  }
}
/* old */
.subcategories {
  zoom: 1;
}
.subcategories:before,
.subcategories:after {
  display: table;
  content: "";
  zoom: 1;
}
.subcategories:after {
  clear: both;
}
@media (min-width: 550px) {
  .subcategories {
    padding: 0 25px;
  }
}
@media (min-width: 1100px) {
  .subcategories {
    padding: 0 50px;
  }
}
.subcategories .item {
  margin: 12px 0;
  height: 150px;
  zoom: 1;
  float: left;
  width: 100%;
}
.subcategories .item:before,
.subcategories .item:after {
  display: table;
  content: "";
  zoom: 1;
}
.subcategories .item:after {
  clear: both;
}
@media (min-width: 550px) {
  .subcategories .item {
    width: 50%;
  }
  .subcategories .item:nth-child(2n+1) {
    padding-left: 0px;
    padding-right: 24px;
  }
  .subcategories .item:nth-child(2n) {
    padding-left: 24px;
    padding-right: 0px;
  }
}
@media (min-width: 720px) {
  .subcategories .item {
    height: 165px;
  }
  .subcategories .item .subcat-list {
    display: block;
  }
}
@media (min-width: 1000px) {
  .subcategories .item {
    width: 33.33%;
  }
  .subcategories .item:nth-child(3n+1) {
    padding-left: 0px;
    padding-right: 18px;
  }
  .subcategories .item:nth-child(3n+2) {
    padding-left: 9px;
    padding-right: 9px;
  }
  .subcategories .item:nth-child(3n) {
    padding-left: 18px;
    padding-right: 0px;
  }
}
@media (min-width: 1700px) {
  .subcategories .item {
    width: 25%;
  }
  .subcategories .item:nth-child(4n+1) {
    padding-left: 0px;
    padding-right: 18px;
  }
  .subcategories .item:nth-child(4n+2),
  .subcategories .item:nth-child(4n+3) {
    padding-left: 9px;
    padding-right: 9px;
  }
  .subcategories .item:nth-child(4n) {
    padding-left: 18px;
    padding-right: 0px;
  }
}
.subcategories .item .item-inner {
  display: block;
  height: 100%;
  background-color: #f3f3f3;
  border: 1px solid #dadada;
  color: #848484;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  -o-transition: none;
  transition: none;
  position: relative;
  box-shadow: 0 22px 7px -14px #999;
}
.subcategories .item .item-inner:hover {
  border-color: #044d8d;
  color: #ffffff;
  text-decoration: none;
}
.subcategories .item .item-inner:hover .arrow {
  display: block;
}
.subcategories .item .item-inner:hover .image-wrap,
.subcategories .item .item-inner:hover .text-wrap {
  background-color: #044d8d;
}
.subcategories .item .item-inner:hover .title {
  color: #ffffff;
}
.subcategories .item .text-wrap {
  width: 60%;
  float: left;
  padding: 15px;
  height: 100%;
}
.subcategories .item .image-wrap {
  width: 40%;
  float: left;
  background-color: #ffffff;
  height: 100%;
  text-align: center;
  padding: 15px;
  padding: 5px;
}
.subcategories .item .image-wrap .vertical-helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.subcategories .item .image-wrap img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  z-index: 200;
  display: inline-block;
  vertical-align: middle;
}
.subcategories .item .title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #515151;
}
.subcategories .item .subcat-list {
  line-height: 1.2;
}
@media (max-width: 719px) {
  .subcategories .item .subcat-list {
    display: none;
  }
}
.subcategories .item .arrow {
  background: url('../images/backgrounds/subcat_arrow.png') right bottom no-repeat;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
/* new eshop subcategories */
.subcategories-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 5px -5px -5px;
}
.subcategories-list .subcategory-wrapper {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 5px;
}
@media (min-width: 720px) {
  .subcategories-list .subcategory-wrapper {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1000px) {
  .subcategories-list .subcategory-wrapper {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1700px) {
  .subcategories-list .subcategory-wrapper {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}
.subcategories-list .subcategory {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 4px 5px rgba(4, 39, 65, 0.02);
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  text-decoration: none;
}
.subcategories-list .subcategory:hover .name {
  color: #c00518;
}
.subcategories-list .image-wrapper {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.subcategories-list .image-wrapper img {
  max-height: 100%;
}
.subcategories-list .name {
  color: #033159;
  font-weight: 700;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
/*.subcategories {
    margin-bottom: 30px;
    .clearfix;

    .item {
        margin: 15px;
        .clearfix;
        float: left;
        height: 190px;
        width: 190px;

        .item-inner {
            display: block;
            height: 100%;
            background-color: @white;
            border: 1px solid @blue;
            position: relative;
        }

        .image-wrap {
            background-color: @white;
            height: 130px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 10px;

            img {
                max-height: 100%;
                max-width: 100%;
            }
        }

        .title {
            color: @blue;
            font-weight: 700;
            font-size: 0.875rem;   // 14px
            line-height: 1.14;
            transition: color 0.3s;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
            text-align: center;
            text-transform: uppercase;
            padding: 7px 20px;
            height: 3.8rem;

            .show {
                font-weight: 700;
                font-size: 0.875rem;   // 14px
                text-transform: uppercase;
                margin-bottom: 10px;
                opacity: 0;
                transition: opacity 0.3s;
                color: @white;
            }
        }

        @media (min-width: 1200px) {

            .item-inner:hover {
                color: @white;

                .hover {
                    opacity: 1;
                }

                .title {
                    color: @white;

                    .show {
                        opacity: 1;
                    }
                }
            }
        }

        .hover {
            transition: opacity 0.3s;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            top: 0;
            right: 0;
            background-color: rgba(4, 77, 141, 0.9);
            opacity: 0;
            z-index: 5;
            text-align: center;

            @media (max-width: 1279px) {
                display: none;
            }
        }
    }
}*/
.product-tabs .indiv-tabs {
  display: none;
}
.product-tabs .tabs-wrap > li {
  margin-bottom: 5px;
}
.product-tabs .tabs-wrap > li > .tab-name {
  cursor: pointer;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 15px 15px 20px;
  border-width: 1px 1px 0;
  background-color: #f2f2f2;
  border-top: 6px solid transparent;
  text-transform: uppercase;
  text-align: center;
}
.product-tabs .tabs-wrap > li > .tab-name p {
  color: #515151;
  display: inline-block;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 17px;
  font-size: 1.0625rem;
  /* 17px */
  font-weight: 700;
  text-align: center;
}
.product-tabs .tabs-wrap > li .content {
  display: none;
  background-color: #f2f2f2;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 50px 0;
}
.product-tabs .tabs-wrap > li.unwrapped .tab-name {
  background-color: #f9f9f9;
  border-top-color: #044d8d;
}
.product-tabs .tabs-wrap > li.unwrapped .tab-name p {
  color: #515151;
}
.product-tabs .tabs-wrap > li.unwrapped .content {
  background-color: #f9f9f9;
}
.product-tabs .tabs-wrap > li.unwrapped .product-specs p:nth-child(1) span,
.product-tabs .tabs-wrap > li.unwrapped .product-specs p:nth-child(3) span {
  background-color: #f9f9f9;
}
.product-tabs .product-desc {
  padding: 0 20px;
}
@media (min-width: 720px) {
  .product-tabs .product-desc {
    padding: 0 40px;
  }
}
.product-tabs .product-specs {
  margin: -12px auto 20px 0;
  max-width: 700px;
  padding: 0 20px;
}
@media (min-width: 720px) {
  .product-tabs .product-specs {
    padding: 0 40px;
  }
}
.product-tabs .product-specs div {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #a7a7a7;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}
.product-tabs .product-specs div:first-of-type {
  margin-top: 0;
}
.product-tabs .product-specs div:last-of-type {
  margin-bottom: 0;
}
.product-tabs .product-specs p {
  display: table-cell;
}
.product-tabs .product-specs p:nth-child(1),
.product-tabs .product-specs p:nth-child(3) {
  position: relative;
  top: 10px;
}
.product-tabs .product-specs p:nth-child(3) {
  text-align: right;
}
.product-tabs .product-specs p:nth-child(3) span {
  padding: 0 0 0 3px;
}
.product-tabs .product-specs p span {
  background-color: #f2f2f2;
  padding: 0 3px 0 0;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.product-tabs .query-form {
  zoom: 1;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.product-tabs .query-form:before,
.product-tabs .query-form:after {
  display: table;
  content: "";
  zoom: 1;
}
.product-tabs .query-form:after {
  clear: both;
}
.product-tabs .query-form span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
.product-tabs .query-form .form_error {
  color: #c00518;
  display: block;
  margin: 25px 0 20px;
  text-align: center;
}
.product-tabs .query-form .form_error p {
  margin-bottom: 5px;
}
.product-tabs .part-query {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  .product-tabs .part-query {
    width: 50%;
    float: left;
    padding-right: 40px;
    padding-top: 15px;
    margin-bottom: 0;
  }
}
.product-tabs .part-query p {
  margin-bottom: 10px;
}
.product-tabs .part-form {
  /*button[type="submit"] {
            background-color: #47b444;
            color: @white;
            font-size: 1.25rem;   // 20px;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 2px;
            padding: 15px 20px;
            border: none;
        }*/
}
@media (min-width: 720px) {
  .product-tabs .part-form {
    width: 50%;
    float: right;
    padding-left: 40px;
  }
}
.product-tabs .part-photos {
  zoom: 1;
}
.product-tabs .part-photos:before,
.product-tabs .part-photos:after {
  display: table;
  content: "";
  zoom: 1;
}
.product-tabs .part-photos:after {
  clear: both;
}
.product-tabs .part-photos .item {
  margin-bottom: 25px;
  padding: 0 10px;
}
@media (min-width: 500px) {
  .product-tabs .part-photos .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 720px) {
  .product-tabs .part-photos .item {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .product-tabs .part-photos .item {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .product-tabs .part-photos .item {
    width: 20%;
  }
}
.product-tabs .part-photos .item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  height: 250px;
  padding: 20px;
}
.product-tabs .part-photos .item img {
  max-height: 100%;
}
.product-tabs .part-video {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 15px;
}
.product-tabs .part-video .part-video-inner {
  position: relative;
  padding-bottom: 48%;
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}
.product-tabs .part-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-tabs .general-text ul {
  padding-left: 35px;
}
.product-tabs .general-text ul li {
  list-style-type: none;
  position: relative;
}
.product-tabs .general-text ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -16px;
  width: 7px;
  height: 7px;
  background-color: #c00518;
}
.product-tabs .general-text ol {
  padding-left: 35px;
  margin-bottom: 10px;
}
.product-tabs .general-text ol li {
  list-style-type: arabic;
  margin-bottom: 5px;
}
.product-tabs .files-for-download {
  padding: 0 40px;
}
.product-tabs .files-for-download .file-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 720px) {
  .product-tabs .files-for-download .file-item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
  }
}
.product-tabs .files-for-download svg {
  width: 25px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-tabs .files-for-download a {
  text-decoration: none;
  color: #232323;
}
.product-tabs .files-for-download a:hover {
  text-decoration: underline;
}
.product-tabs .lb-data .lb-closeContainer {
  zoom: 1;
}
.product-tabs .lb-data .lb-closeContainer:before,
.product-tabs .lb-data .lb-closeContainer:after {
  display: table;
  content: "";
  zoom: 1;
}
.product-tabs .lb-data .lb-closeContainer:after {
  clear: both;
}
@media (min-width: 720px) {
  .product-tabs .indiv-tabs {
    display: table;
    width: 100%;
    zoom: 1;
  }
  .product-tabs .indiv-tabs:before,
  .product-tabs .indiv-tabs:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .product-tabs .indiv-tabs:after {
    clear: both;
  }
  .product-tabs .indiv-tabs li {
    display: table-cell;
    padding: 0 1px;
    /*align-items: center;
                justify-content: center;*/
    height: 80px;
  }
  .product-tabs .indiv-tabs li p {
    color: #515151;
    font-size: 0.9375rem;
    /* 15px */
    font-weight: 700;
    height: 80px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    border-top: 6px solid #f2f2f2;
    cursor: pointer;
    padding: 0 5px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .product-tabs .indiv-tabs li p.active {
    border-top-color: #044d8d;
    background-color: #f9f9f9;
  }
  .product-tabs .indiv-tabs li p.active:hover {
    border-top-color: #044d8d;
    background-color: #f9f9f9;
  }
  .product-tabs .indiv-tabs li p:hover {
    background-color: #f9f9f9;
    border-top-color: #f9f9f9;
  }
  .product-tabs .tabs-wrap {
    width: 100%;
    border-bottom: none;
  }
  .product-tabs .tabs-wrap > li {
    margin-bottom: 0;
  }
  .product-tabs .tabs-wrap > li:first-child .content {
    display: block;
  }
  .product-tabs .tabs-wrap > li .content {
    background-color: #f9f9f9;
    width: 100%;
    -o-transition: none;
    transition: none;
  }
  .product-tabs .tabs-wrap > li > .tab-name {
    display: none;
  }
  .product-tabs .product-specs div {
    margin: 0;
  }
  .product-tabs .product-specs p:nth-child(1) span,
  .product-tabs .product-specs p:nth-child(3) span {
    background-color: #f9f9f9;
  }
}
@media (min-width: 900px) {
  .product-tabs .indiv-tabs li {
    display: inline-block;
  }
  .product-tabs .indiv-tabs li p {
    font-size: 1.0625rem;
    /* 17px */
    padding: 0 20px 10px;
  }
}
@media (min-width: 1400px) {
  .product-tabs .indiv-tabs li p {
    padding: 0 40px 10px;
  }
}
.product-title {
  margin-bottom: 5px;
}
.product-code {
  color: #687884;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.product-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
.product-info .left-col {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 768px) {
  .product-info .left-col {
    -webkit-flex-basis: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px);
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .product-info .left-col {
    -webkit-flex-basis: calc(50% - 80px);
        -ms-flex-preferred-size: calc(50% - 80px);
            flex-basis: calc(50% - 80px);
    padding-right: 80px;
  }
}
.product-info .right-col {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 768px) {
  .product-info .right-col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.product-info .not-for-sale-overlay {
  position: relative;
}
.product-info .not-for-sale-overlay::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: #232323;
  color: #fff;
  opacity: 0.2;
}
.product-info .not-for-sale {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .product-info .not-for-sale {
    font-size: 3rem;
  }
}
.product-info .section-title {
  margin: 35px 0 15px;
}
.product-info .file-link {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 32px;
  color: #044d8d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 720px) {
  .product-info .file-link {
    font-size: 1.125rem;
  }
}
.product-info .file-link:last-of-type {
  margin-bottom: 0;
}
.product-info .file-link:hover {
  color: #c00518;
}
.product-info .file-link::after {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 22px;
  height: 26px;
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%23c00518' d='M23.324 6.225A2.57 2.57 0 0 1 24 7.957v17.004a2.586 2.586 0 0 1-2.583 2.583H2.583A2.586 2.586 0 0 1 0 24.961V2.583A2.586 2.586 0 0 1 2.583 0h13.913a2.589 2.589 0 0 1 1.906.842zm-5.662-3.642v3.538a.862.862 0 0 0 .86.872h3.17zm3.755 23.241a.863.863 0 0 0 .863-.863V8.704h-3.758a2.586 2.586 0 0 1-2.583-2.583V1.72H2.583a.863.863 0 0 0-.863.863v22.378a.863.863 0 0 0 .863.863z'/%3e%3c/g%3e%3cg%3e%3cpath fill='%23c00518' d='M22.867 7.378v19.039H1.19V1.22h15.862l.22 6.087zm-13.6 6.482a2.16 2.16 0 0 0-.202-.983 1.695 1.695 0 0 0-.548-.64 2.243 2.243 0 0 0-.808-.348 4.492 4.492 0 0 0-.998-.104H4.792a.289.289 0 0 0-.288.287v5.858a.288.288 0 0 0 .288.288h.872a.288.288 0 0 0 .288-.288v-1.604a.306.306 0 0 1 .288-.287h.51c.328.002.653-.041.968-.129.29-.08.56-.215.799-.398a1.9 1.9 0 0 0 .548-.68c.14-.304.209-.637.202-.972zm5.756 1.104a3.999 3.999 0 0 0-.23-1.429 2.535 2.535 0 0 0-.648-.991 2.689 2.689 0 0 0-1.01-.573 4.484 4.484 0 0 0-1.331-.186h-1.53a.288.288 0 0 0-.288.287v5.87a.288.288 0 0 0 .287.288h1.595c.436.005.87-.062 1.285-.199.372-.127.711-.336.992-.612.291-.283.514-.628.652-1.01.161-.464.238-.953.226-1.444zm4.882-2.892a.288.288 0 0 0-.288-.287H16.14a.288.288 0 0 0-.287.287v5.861a.288.288 0 0 0 .287.288h.876a.288.288 0 0 0 .287-.288v-1.919a.287.287 0 0 1 .288-.288h1.653a.288.288 0 0 0 .287-.287v-.649a.288.288 0 0 0-.287-.288H17.59a.288.288 0 0 1-.288-.287v-.919a.287.287 0 0 1 .288-.287h2.026a.288.288 0 0 0 .288-.288z'/%3e%3c/g%3e%3cg%3e%3cpath fill='%23c00518' d='M13.028 13.389a1.325 1.325 0 0 0-.573-.33 2.601 2.601 0 0 0-.75-.099h-.275v4.08h.275a2.4 2.4 0 0 0 .75-.107c.216-.07.412-.189.573-.35.168-.182.294-.4.37-.636.095-.316.138-.646.128-.976a2.999 2.999 0 0 0-.131-.96 1.6 1.6 0 0 0-.367-.622z'/%3e%3c/g%3e%3cg%3e%3cpath fill='%23c00518' d='M7.53 13.162a1.659 1.659 0 0 0-.919-.209h-.373a.306.306 0 0 0-.288.288V14.6a.306.306 0 0 0 .288.288h.422c.79 0 1.184-.342 1.184-1.026a.78.78 0 0 0-.315-.7z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.product-info .file-info {
  margin-left: 8px;
  color: #687884;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 720px) {
  .product-info .file-info {
    font-size: 0.875rem;
  }
}
.product-info .availability {
  margin-bottom: 40px;
  color: #033159;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 720px) {
  .product-info .availability {
    font-size: 1.125rem;
  }
}
.product-info .availability .red {
  color: #c00518;
}
.product-info .availability .green {
  color: #47b444;
}
.product-info .availability-note {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #687884;
}
.product-info .anotation {
  color: #687884;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 720px) {
  .product-info .anotation {
    font-size: 1.125rem;
  }
}
.product-info .properties-list .list-item {
  margin-bottom: 5px;
  padding: 8px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eeeeee;
}
.product-info .properties-list .list-item:last-of-type {
  margin-bottom: 0;
}
.product-info .properties-list .label {
  color: #687884;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 720px) {
  .product-info .properties-list .label {
    font-size: 1rem;
  }
}
.product-info .properties-list .value {
  margin-left: 10px;
  color: #033159;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
@media (min-width: 720px) {
  .product-info .properties-list .value {
    font-size: 1rem;
  }
}
.query-form-wrapper {
  background-color: #eeeeee;
  margin: 40px 0 0;
  padding: 20px;
}
@media (min-width: 720px) {
  .query-form-wrapper {
    margin: 50px 0 0;
    padding: 30px;
  }
}
.query-form-wrapper .title {
  text-align: center;
}
.query-form-wrapper .query-form {
  max-width: 650px;
  margin: 15px auto 0;
}
.query-form-wrapper .query-form span.error {
  color: #c00518;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 0 15px;
}
@media (min-width: 720px) {
  .query-form-wrapper .query-form span.error {
    font-size: 0.875rem;
  }
}
@media (min-width: 720px) {
  .query-form-wrapper .input-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
  }
}
@media (min-width: 720px) {
  .query-form-wrapper .col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 5px;
  }
}
.query-form-wrapper .query-text {
  margin-bottom: 20px;
  color: #687884;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media (min-width: 720px) {
  .query-form-wrapper .query-text {
    font-size: 0.875rem;
  }
}
.top-products {
  background-color: #fafafa;
}
.top-products .top-products-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -5px 30px;
  zoom: 1;
}
.top-products .top-products-inner:before,
.top-products .top-products-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.top-products .top-products-inner:after {
  clear: both;
}
.top-products .top-products-inner .product-filters {
  display: none;
}
.top-products .show-filters {
  display: none;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 20px;
}
.top-products .show-filters .show-filters-btn {
  color: #033159;
  font-size: 14px;
  text-transform: none;
  padding: 12px;
}
.top-products .products-count {
  color: #033159;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 5px;
}
.top-products .item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  padding: 2px;
}
@media (min-width: 600px) {
  .top-products .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1060px) {
  .top-products .item {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1470px) {
  .top-products .item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 600px) {
  .top-products .item-with-filters {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .top-products .item-with-filters {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1700px) {
  .top-products .item-with-filters {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}
.top-products .item-inner {
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 20px;
  position: relative;
}
.top-products h2 {
  color: #044d8d;
  margin-bottom: 10px;
}
.top-products .title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.222;
  font-weight: 700;
  margin: 40px 0 10px;
}
.top-products .title a {
  text-decoration: none;
}
.top-products .title.no-mrg {
  margin-bottom: 3px;
}
.top-products .code {
  color: #888;
  font-size: 12px;
  line-height: 1.375;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.top-products .image-wrap {
  height: 160px;
}
@media (min-width: 992px) {
  .top-products .image-wrap {
    height: 180px;
  }
}
.top-products .image-wrap a {
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.top-products .image-wrap a:hover .hover-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}
.top-products .image-wrap a.no-img {
  background: #efefef url('../images/png/no-photo.png') center center no-repeat;
}
@media (max-width: 719px) {
  .top-products .image-wrap a.no-img {
    background-size: auto 100%;
  }
}
.top-products .image-wrap .svg-no-image {
  fill: #ccc;
  width: 100%;
}
.top-products .image-wrap .hover-overlay {
  background-color: rgba(255, 255, 255, 0);
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-products .price-to-cart {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  margin: auto -5px -5px -5px;
  padding-top: 25px;
}
.top-products .price-to-cart .price {
  margin: 5px;
}
.top-products .price-to-cart .price-with-vat {
  color: #687884;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .top-products .price-to-cart .price-with-vat {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1366px) {
  .top-products .price-to-cart .price-with-vat {
    font-size: 0.875rem;
  }
}
.top-products .price-to-cart .price-without-vat {
  color: #c00518;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .top-products .price-to-cart .price-without-vat {
    font-size: 1.875rem;
  }
}
.top-products .price-to-cart .btn-to-cart {
  margin: 5px;
}
.top-products .price-to-cart .original-price {
  color: #c00518;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.top-products .price-to-cart .actual-price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.top-products .price-to-cart .ask-price {
  font-size: 18px;
  font-size: 1.125rem;
}
.top-products .params {
  color: #888;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
}
.top-products .params ul {
  padding-left: 20px;
}
.top-products .params ul li {
  display: none;
  list-style-type: none;
  position: relative;
  margin-bottom: 2px;
}
.top-products .params ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #c00518;
}
.top-products .params ul li:nth-child(1),
.top-products .params ul li:nth-child(2),
.top-products .params ul li:nth-child(3) {
  display: list-item;
}
.top-products .avail {
  color: #47b444;
  font-weight: 700;
  line-height: 1.2;
  margin: 5px 0 15px;
}
.top-products .avail.inquiry {
  color: #515151;
}
.top-products .avail.red {
  color: #c00518;
}
.top-products .single-tag-wrap {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100px;
  width: 100px;
  /*&:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 10px;
            width: 10px;
        }*/
}
.top-products .single-tag {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: -40px;
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 60px;
  width: 120px;
  padding: 35px 25px 0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.top-products .single-tag.orange {
  background-color: #eb8020;
}
.top-products .single-tag.green {
  background-color: #47b444;
}
.top-products .single-tag.black {
  background-color: #515151;
}
.special-offer .top-products {
  padding-top: 5px;
  background-color: transparent;
}
.special-offer .top-products:first-child {
  padding-top: 25px;
}
.special-offer .top-products .top-products-inner {
  margin-bottom: 0;
}
.special-offer-product {
  padding-bottom: 30px;
}
.top-products-hp {
  padding: 50px 20px;
  background-color: #fafafa;
}
.top-products-hp .top-products {
  padding-top: 0;
}
@media (min-width: 1280px) {
  .top-products-hp .top-products .top-products-inner {
    padding: 0;
  }
}
.top-products-hp .top-products .item {
  margin-top: 40px;
}
.top-products-hp .top-products .item:first-child {
  margin-top: 20px;
}
@media (min-width: 720px) {
  .top-products-hp .top-products .item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-top: 40px;
  }
  .top-products-hp .top-products .item:first-child {
    margin-top: 40px;
  }
}
@media (min-width: 900px) {
  .top-products-hp .top-products .item {
    width: 49%;
  }
}
@media (min-width: 950px) {
  .top-products-hp .top-products .item {
    width: 33%;
  }
  .top-products-hp .top-products .item:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .top-products-hp .top-products .item {
    width: 24%;
  }
  .top-products-hp .top-products .item:nth-child(4) {
    display: inline-block;
  }
}
#ajax-loader {
  position: relative;
}
.overlay-product-ajax {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
#ajax-list-next-button {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  margin: 40px 0 20px;
}
.products-show-more-wrap {
  margin: 40px 0 0;
}
.cat-annotation .readmore {
  color: #044d8d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  white-space: nowrap;
}
@media (min-width: 720px) {
  .cat-annotation .readmore {
    font-size: 1rem;
  }
}
.cat-annotation .readmore span.raquo {
  color: #a5251f;
}
.cat-annotation-main {
  margin-bottom: 20px;
}
.cat-annotation-main p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 720px) {
  .cat-annotation-main p {
    font-size: 1rem;
  }
}
.cat-anot-ellipsis.wrapped {
  max-height: 95px;
}
.cat-anot-ellipsis.wrapped .span-more {
  display: inline;
}
.cat-anot-ellipsis.wrapped .span-less {
  display: none;
}
.cat-anot-ellipsis .span-more {
  display: none;
}
.cat-anot-ellipsis .span-less {
  display: inline;
}
.cat-anot-ellipsis .more-link {
  font-size: 16px;
  font-size: 1rem;
}
.cat-anot-ellipsis .readmore {
  display: none;
  white-space: nowrap;
}
.action-tags {
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 5;
}
.action-tags .tag {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 80px;
  padding: 5px;
}
.action-tags .tag.tag-yellow {
  background-color: #ffd800;
  text-align: center;
}
.action-tags .tag.tag-light-grey {
  background-color: #a7a7a7;
}
.action-tags .tag.tag-blue {
  background-color: #044d8d;
}
.action-tags .tag.tag-black {
  background-color: #011526;
}
.action-tags .tag.tag-green {
  background-color: #47b444;
}
.action-tags .tag.tag-red {
  background-color: #c00518;
}
.action-tags p {
  margin: 3px 0;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.action-tags p.red {
  color: #c00518;
}
.action-tags p.white {
  color: #ffffff;
}
.action-tags p.grey {
  color: #515151;
}
.action-tags p.bold {
  font-weight: 900;
}
.action-tags p.big {
  font-size: 16px;
  font-size: 1rem;
}
.action-tags p.small {
  font-size: 11px;
  font-size: 0.6875rem;
}
.product-tags {
  margin-bottom: 25px;
}
.product-tags li {
  border: 1px solid;
  padding: 10px 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.product-tags li.orange {
  border-color: #da823b;
  color: #da823b;
}
.product-tags li.blue {
  border-color: #174e84;
  color: #174e84;
}
.product-tags li.green {
  border-color: #47b444;
  color: #47b444;
}
.product-tags li.black {
  border-color: #272727;
  color: #272727;
}
.product-tags li.delivery {
  position: relative;
  padding-right: 60px;
}
.product-tags .delivery-geis {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 40px;
}
.price-to-cart {
  margin-top: 30px;
}
.price-to-cart.ask-for-price .price-wrap {
  margin-right: 10px;
}
.price-to-cart.no-price {
  text-align: center;
}
.price-to-cart.no-price .price-wrap {
  display: none;
}
.price-to-cart .price-wrap {
  display: inline-block;
  vertical-align: middle;
  color: #232323;
  font-weight: 300;
  margin-right: 15px;
}
.price-to-cart .actual-price,
.price-to-cart .price-ask {
  color: #c00518;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.price-to-cart .price-ask {
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 80px;
  max-width: 5rem;
}
.price-to-cart .price-with-vat,
.price-to-cart .original-price {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1366px) {
  .price-to-cart .price-with-vat,
  .price-to-cart .original-price {
    font-size: 1rem;
  }
}
.price-to-cart .without-vat {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
.price-to-cart .original-price {
  text-decoration: line-through;
}
.top-products-hp .price-to-cart .price-wrap {
  margin-right: 10px;
}
.top-products-hp .price-to-cart .actual-price {
  font-size: 23px;
  font-size: 1.4375rem;
}
.detail-price-to-cart {
  margin-bottom: 40px;
}
.detail-price-to-cart .price-wrap {
  margin-bottom: 30px;
}
.detail-price-to-cart .price-inner {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  margin-right: 60px;
}
.detail-price-to-cart .actual-price,
.detail-price-to-cart .price-ask {
  color: #c00518;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 10px;
}
@media (min-width: 720px) {
  .detail-price-to-cart .actual-price,
  .detail-price-to-cart .price-ask {
    font-size: 2.25rem;
  }
}
.detail-price-to-cart .price-ask {
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 80px;
  max-width: 5rem;
}
.detail-price-to-cart .price-with-vat,
.detail-price-to-cart .original-price {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 720px) {
  .detail-price-to-cart .price-with-vat,
  .detail-price-to-cart .original-price {
    font-size: 1.125rem;
  }
}
.detail-price-to-cart .without-vat {
  font-size: 14px;
  font-size: 0.875rem;
}
.detail-price-to-cart .original-price {
  margin-bottom: 10px;
  color: #c00518;
  text-decoration: line-through;
}
.detail-price-to-cart .price-with-vat {
  color: #687884;
}
.detail-price-to-cart .btn-to-cart {
  padding-left: 65px;
}
.detail-price-to-cart .btn-to-cart svg {
  width: 24px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detail-price-to-cart .price-ask {
  font-size: 30px;
  font-size: 1.875rem;
  max-width: none;
}
.detail-price-to-cart .instalments {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
}
.detail-price-to-cart .instalments .instalments-inner {
  border: 1px solid #e7e7e7;
  padding: 5px 50px 10px 60px;
  position: relative;
  background-color: #fefefe;
  display: inline-block;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.detail-price-to-cart .instalments .instalments-inner:hover {
  border-color: #044d8d;
}
.detail-price-to-cart .instalments .calc {
  width: 30px;
  height: 38px;
  position: absolute;
  top: 11px;
  left: 20px;
}
.detail-price-to-cart .instalments .arrow-right {
  width: 13px;
  height: 25px;
  position: absolute;
  top: 17px;
  right: 20px;
  stroke: #044d8d;
}
.detail-price-to-cart .instalments .blue {
  color: #044d8d;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  display: inline-block;
}
.detail-price-to-cart .instalments .black {
  color: #232323;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
.detail-price-to-cart .items-count {
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .detail-price-to-cart .items-count {
    margin: 0 20px 0 0;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .detail-price-to-cart .items-count {
    margin: 0 0 20px 0;
    display: block;
  }
}
@media (min-width: 860px) {
  .detail-price-to-cart .items-count {
    margin: 0 20px 0 0;
    display: inline-block;
  }
}
.detail-price-to-cart .items-count .btn-count {
  width: 47px;
  height: 47px;
}
.detail-price-to-cart .items-count .value {
  height: 47px;
  padding: 13px 10px 15px;
}
.detail-price-to-cart .items-count .number {
  font-weight: 700;
}
.detail-price-to-cart .items-count .pcs {
  color: #687884;
}
.toggle-filters {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 15px 20px;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .toggle-filters {
    display: none;
  }
}
.toggle-filters .icon {
  height: 18px;
  width: 22px;
  margin-right: 10px;
}
.toggle-filters .text {
  color: #033159;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: auto;
}
.eshop-filters-container:not(.with-filters) .toggle-filters {
  display: none;
}
.mobile-filters {
  display: block;
}
@media (min-width: 992px) {
  .mobile-filters {
    display: none;
  }
}
.desktop-filters {
  display: none;
}
@media (min-width: 992px) {
  .desktop-filters {
    display: block;
  }
}
.product-filters {
  background-color: #eee;
  padding: 0 20px;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.product-filters.opened {
  max-height: 100%;
  opacity: 1;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .product-filters {
    max-height: 100%;
    opacity: 1;
    padding: 30px 20px;
  }
}
.product-filters .filter {
  color: #033159;
  margin-bottom: 50px;
}
.product-filters .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.product-filters .option {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
.product-filters .count {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 20px;
}
.product-filters .price-range-slider .price {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  color: #687884;
}
.product-filters .price-range-slider .slider {
  background-color: #d9d9d9;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 10px;
  margin: 25px 12px;
}
.product-filters .price-range-slider .noUi-handle {
  background-color: #c00518;
  border-radius: 2px;
  border: 0;
  box-shadow: none;
  width: 24px;
  height: 24px;
  right: -12px;
}
.product-filters .price-range-slider .noUi-handle::before,
.product-filters .price-range-slider .noUi-handle::after {
  background-color: #7c0310;
}
.product-filters .price-range-slider .noUi-handle:before {
  left: 10px;
}
.product-filters .price-range-slider .noUi-handle:after {
  left: 14px;
}
.product-filters .price-range-slider .noUi-handle .currency {
  color: #033159;
  font-weight: 700;
  margin-left: 10px;
}
.product-filters .price-range-slider .price-value {
  font-size: 14px;
  font-size: 0.875rem;
  color: #687884;
  width: auto;
  max-width: 79px;
}
.product-filters .price-range-slider .separator {
  margin: 0 7px;
}
.product-filters .price-range-slider .currency {
  color: #033159;
  font-weight: 700;
  margin-left: 10px;
}
.product-filters .remove-filters {
  width: 100%;
}
.product-collapse .input {
  display: none;
}
.product-collapse .content {
  position: relative;
  overflow: hidden;
  max-height: 110px;
  -o-transition: max-height 0.25s;
  transition: max-height 0.25s;
}
.product-collapse .content.properties {
  max-height: 300px;
}
.product-collapse .content::after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 90px;
  width: 100%;
  opacity: 1;
  background-image: -o-linear-gradient(transparent, #fafafa);
  background-image: linear-gradient(transparent, #fafafa);
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.product-collapse .input:checked + .content {
  max-height: 700px;
  overflow-y: auto;
}
.product-collapse .input:checked + .content::after {
  opacity: 0;
}
.product-collapse .toggle-btn {
  position: relative;
  margin-top: 15px;
  padding-right: 20px;
  cursor: pointer;
}
.product-collapse .toggle-btn::before {
  content: attr(data-show-text);
  color: #044d8d;
  font-size: 14px;
  font-size: 0.875rem;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 720px) {
  .product-collapse .toggle-btn::before {
    font-size: 1rem;
  }
}
.product-collapse .toggle-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 10px;
  height: 100%;
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3e%3cg%3e%3cg%3e%3cpath fill='%23124e8b' d='M.1 1.414L1.606 0l3.817 3.586L9.241 0l1.505 1.414-5.323 5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  transition: top 0.25s, -webkit-transform 0.25s;
  -o-transition: top 0.25s, transform 0.25s;
  transition: top 0.25s, transform 0.25s;
  transition: top 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.product-collapse .toggle-btn:hover::before {
  color: #c00518;
}
.product-collapse .toggle-btn:hover::after {
  top: 3px;
}
.product-collapse .input:checked ~ .toggle-btn::before {
  content: attr(data-hide-text);
}
.product-collapse .input:checked ~ .toggle-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-collapse .input:checked ~ .toggle-btn:hover::after {
  top: -3px;
}
.product-tag-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.product-tag {
  margin: 5px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-tag {
    font-size: 0.875rem;
  }
}
.product-tag.orange {
  background-color: #eb8020;
}
.product-tag.green {
  background-color: #47b444;
}
.product-tag.black {
  background-color: #515151;
}
.product-tag.blue {
  background-color: #044d8d;
}
.product-label {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-label img {
  max-width: 80px;
}
.product-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -7px;
}
@media (min-width: 768px) {
  .product-gallery {
    margin: -3px;
  }
}
@media (min-width: 1200px) {
  .product-gallery {
    margin: -7px;
  }
}
.product-gallery .gallery-item {
  padding: 7px;
}
@media (min-width: 768px) {
  .product-gallery .gallery-item {
    padding: 3px;
  }
}
@media (min-width: 1200px) {
  .product-gallery .gallery-item {
    padding: 7px;
  }
}
.product-gallery .image-gallery-item {
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  width: 33.333%;
  max-width: 33.333%;
}
@media (min-width: 480px) {
  .product-gallery .image-gallery-item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.product-gallery .video-gallery-item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .product-gallery .video-gallery-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .product-gallery .video-gallery-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-gallery .video-gallery-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.product-image {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 4px 5px rgba(4, 39, 65, 0.02);
  text-decoration: none;
}
@media (min-width: 480px) {
  .product-image {
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) {
  .product-image {
    padding-bottom: 100%;
  }
}
.product-image .image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.product-image:hover .image {
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
          transform: translate(-50%, -50%) scale(1.05, 1.05);
}
@media (min-width: 480px) {
  .product-image-small {
    padding-bottom: 100%;
  }
}
.product-image-small .image {
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.product-image-small:hover .image {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.product-video {
  display: block;
  background-color: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 4px 5px rgba(4, 39, 65, 0.02);
  text-decoration: none;
}
.product-video.product-video-with-title {
  height: 100%;
}
.product-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.product-video .video-preview {
  position: absolute;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.product-video .video-title {
  display: block;
  padding: 10px;
  color: #033159;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 720px) {
  .product-video .video-title {
    font-size: 0.875rem;
  }
}
.product-video:hover .video-preview {
  -webkit-transform: translateX(-50%) scale(1.05, 1.05);
          transform: translateX(-50%) scale(1.05, 1.05);
}
.product-video:hover .video-title {
  color: #c00518;
}
.partners .item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}
@media (min-width: 720px) {
  .partners .item {
    width: 49.5%;
  }
  .partners .item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 25px;
  }
  .partners .item:nth-child(2n) {
    padding-left: 25px;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .partners .item {
    width: 33%;
  }
  .partners .item:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 48px;
  }
  .partners .item:nth-child(3n+2) {
    padding-left: 24px;
    padding-right: 24px;
  }
  .partners .item:nth-child(3n) {
    padding-left: 48px;
    padding-right: 0;
  }
}
.partners .image-wrap {
  height: 230px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners img {
  max-width: 420px;
  max-height: 230px;
}
.partners .title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 15px 0;
  color: #515151;
  border-bottom: 1px solid #cbcbcb;
}
.partners .text {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.partners .link {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.partners .link a {
  text-decoration: none;
}
.partners .link a:hover {
  text-decoration: none;
}
.partners .link a:hover svg {
  fill: #c00518;
}
.partners .link svg {
  fill: #044d8d;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  width: 18px;
  height: 15px;
}
.news-list {
  /*    @media (min-width: 1280px) {
        padding: 0 25px;
    }
    
    @media (min-width: 1600px) {
        padding: 0 50px;
    }*/
}
.news-list .news-main {
  zoom: 1;
  margin-bottom: 50px;
}
.news-list .news-main:before,
.news-list .news-main:after {
  display: table;
  content: "";
  zoom: 1;
}
.news-list .news-main:after {
  clear: both;
}
@media (min-width: 800px) {
  .news-list .news-main {
    padding-left: 370px;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .news-list .news-main {
    margin-bottom: 70px;
    padding-left: 430px;
    position: relative;
  }
}
@media (min-width: 800px) {
  .news-list .news-main .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 350px;
  }
}
@media (min-width: 1280px) {
  .news-list .news-main .image-wrap {
    width: 400px;
  }
}
.news-list .news-main .image-wrap a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 100%;
  height: 250px;
}
@media (min-width: 800px) {
  .news-list .news-main .image-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    box-shadow: 0 22px 4px -11px #ccc;
  }
}
.news-list .news-main .annotation {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 15px;
  height: 100px;
}
@media (min-width: 1280px) {
  .news-list .news-main .annotation {
    height: 150px;
  }
}
.news-list .news-main h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.news-list .news-remainder .item {
  margin-bottom: 50px;
}
@media (min-width: 650px) {
  .news-list .news-remainder .item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  .news-list .news-remainder .item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 15px;
  }
  .news-list .news-remainder .item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .news-list .news-remainder .item {
    display: inline-block;
    width: 33%;
  }
  .news-list .news-remainder .item:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 30px;
  }
  .news-list .news-remainder .item:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-list .news-remainder .item:nth-child(3n) {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .news-list .news-remainder .item {
    width: 24.5%;
  }
  .news-list .news-remainder .item:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 20px;
  }
  .news-list .news-remainder .item:nth-child(4n+2),
  .news-list .news-remainder .item:nth-child(4n+3) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-list .news-remainder .item:nth-child(4n) {
    padding-left: 20px;
    padding-right: 0;
  }
}
.news-list .news-remainder .image-wrap {
  margin-bottom: 15px;
}
.news-list .news-remainder .image-wrap a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  height: 170px;
  width: 100%;
}
.news-list .news-remainder .date {
  font-size: 14px;
  font-size: 0.875rem;
}
.news-list .news-remainder .annotation {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.375;
  margin-bottom: 15px;
}
.news-list h2,
.news-list h3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
}
.news-list h2 a,
.news-list h3 a {
  text-decoration: none;
}
.news-list .date {
  color: #a7a7a7;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.news-list .image-wrap {
  margin-bottom: 15px;
}
.news-list .image-wrap a {
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news-list .image-wrap a:hover {
  opacity: 0.8;
}
.news-page-list {
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .news-page-list {
    padding: 0;
  }
}
@media (min-width: 720px) {
  .news-page-list .news-remainder .item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .news-page-list .news-remainder .item:nth-child(3) {
    display: inline-block;
  }
}
.news-page-list h2 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.news-page-list .news-list-more {
  text-align: center;
  margin: 0 0 20px;
}
.news-page .date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #a7a7a7;
  margin-bottom: 10px;
}
.news-page .annotation {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #232323;
  margin-bottom: 25px;
  font-weight: 300;
}
.news-page .main-image-wrap {
  text-align: center;
  margin-bottom: 25px;
}
.news-page .text {
  color: #515151;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  zoom: 1;
}
.news-page .text:before,
.news-page .text:after {
  display: table;
  content: "";
  zoom: 1;
}
.news-page .text:after {
  clear: both;
}
.news-page .text a {
  text-decoration: underline;
}
.news-page .text h1,
.news-page .text h2,
.news-page .text h3,
.news-page .text h4,
.news-page .text h5,
.news-page .text h6 {
  color: #515151;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: left;
}
.news-page .text h3,
.news-page .text h4,
.news-page .text h5,
.news-page .text h6 {
  font-size: 22px;
  font-size: 1.375rem;
}
.news-page .text p {
  margin-bottom: 15px;
}
.news-page .text img {
  box-shadow: 0 39px 7px -30px #999;
  border: solid transparent;
  border-width: 15px 25px 0 25px;
  margin-bottom: 25px;
  height: auto;
}
@media (min-width: 800px) {
  .news-page .text img {
    max-width: 48%;
  }
}
.news-page .text ul {
  padding-left: 35px;
  margin-bottom: 10px;
}
.news-page .text ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.news-page .text ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -16px;
  width: 7px;
  height: 7px;
  background-color: #c00518;
}
.news-page .text ol {
  padding-left: 35px;
  margin-bottom: 10px;
}
.news-page .text ol li {
  list-style-type: arabic;
  margin-bottom: 5px;
}
.service-terms {
  max-width: 100%;
  overflow-x: auto;
}
.service-terms .text {
  color: #515151;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.service-terms .text h1 {
  color: #515151;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}
.service-terms .text h2,
.service-terms .text h3,
.service-terms .text h4,
.service-terms .text h5,
.service-terms .text h6 {
  color: #515151;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  font-family: "Roboto", Arial, sans-serif;
}
.service-terms .text h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.service-terms .text h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.service-terms .text h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.service-terms .text h5,
.service-terms .text h6 {
  font-size: 16px;
  font-size: 1rem;
}
.service-terms .text p {
  margin-bottom: 15px;
}
.service-terms .text strong {
  font-weight: 700;
}
.service-terms .text a {
  text-decoration: underline;
  font-weight: 700;
}
.service-terms .text a:active,
.service-terms .text a:focus {
  color: #232323;
}
.service-terms .text ul {
  padding-left: 35px;
  margin-bottom: 10px;
}
.service-terms .text ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.service-terms .text ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -16px;
  width: 7px;
  height: 7px;
  background-color: #c00518;
}
.service-terms .text ol {
  padding-left: 35px;
  margin-bottom: 10px;
}
.service-terms .text ol li {
  list-style-type: arabic;
  margin-bottom: 5px;
}
.service-terms table td,
.service-terms table th {
  padding: 6px 12px;
  text-align: left;
}
@media (min-width: 720px) {
  .service-terms table td,
  .service-terms table th {
    padding: 8px 16px;
  }
}
.service-terms table thead td,
.service-terms table th {
  background-color: #044d8d;
  border-bottom: 4px solid #fafafa;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 720px) {
  .service-terms table thead td,
  .service-terms table th {
    font-size: 1.125rem;
  }
}
.service-terms table tbody td {
  background-color: #eeeeee;
  border-bottom: 4px solid #fafafa;
  color: #687884;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 720px) {
  .service-terms table tbody td {
    font-size: 0.875rem;
  }
}
.service-terms table tbody td strong {
  color: #033159;
}
.about-page {
  margin-bottom: 40px;
}
.about-page .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #515151;
}
.about-page .text p {
  margin-bottom: 15px;
}
.about-page .text ul {
  padding-left: 35px;
  margin-bottom: 10px;
}
.about-page .text ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.about-page .text ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -16px;
  width: 7px;
  height: 7px;
  background-color: #c00518;
}
.about-page .text ol {
  padding-left: 35px;
  margin-bottom: 10px;
}
.about-page .text ol li {
  list-style-type: arabic;
  margin-bottom: 5px;
}
.about-page .text a {
  text-decoration: underline;
}
.about-page h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  text-align: left;
  color: #515151;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.about-page .part-about {
  margin-bottom: 40px;
  zoom: 1;
}
.about-page .part-about:before,
.about-page .part-about:after {
  display: table;
  content: "";
  zoom: 1;
}
.about-page .part-about:after {
  clear: both;
}
.about-page .part-about .image-wrap {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .about-page .part-about .image-wrap {
    width: 35%;
    float: right;
    margin: 0;
    padding: 5px 0 30px 30px;
  }
}
@media (min-width: 1280px) {
  .about-page .part-about .image-wrap {
    width: 50%;
  }
}
.about-page .part-about .image-wrap img {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 900px) {
  .about-page .part-about .image-wrap img {
    max-width: 100%;
    width: auto;
  }
}
.about-page .part-history {
  margin-bottom: 30px;
  zoom: 1;
}
.about-page .part-history:before,
.about-page .part-history:after {
  display: table;
  content: "";
  zoom: 1;
}
.about-page .part-history:after {
  clear: both;
}
.about-page .part-history .image-wrap {
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .about-page .part-history .image-wrap {
    width: 35%;
    float: left;
    text-align: right;
    margin: 0;
    padding: 5px 30px 30px 0;
  }
}
@media (min-width: 1280px) {
  .about-page .part-history .image-wrap {
    width: 50%;
  }
}
.about-page .part-history .image-wrap img {
  box-shadow: 0 22px 7px -14px #999;
}
.about-page .part-find {
  margin-bottom: 30px;
}
.about-page .part-transport {
  zoom: 1;
  margin-bottom: 50px;
}
.about-page .part-transport:before,
.about-page .part-transport:after {
  display: table;
  content: "";
  zoom: 1;
}
.about-page .part-transport:after {
  clear: both;
}
.about-page .part-transport .item {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .about-page .part-transport .item {
    width: 33.33%;
    float: left;
  }
  .about-page .part-transport .item:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 30px;
  }
  .about-page .part-transport .item:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-page .part-transport .item:nth-child(3n) {
    padding-left: 30px;
    padding-right: 0;
  }
}
.about-page .part-transport .title {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 10px;
  color: #515151;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
}
.about-page .part-certificates .cert-wrap {
  text-align: center;
}
.about-page .part-certificates .cert-wrap a {
  max-width: 250px;
  margin: 0 30px 20px;
  vertical-align: top;
  display: inline-block;
}
.about-page .video-wrap {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 999px) {
  .about-page .video-wrap {
    max-width: 500px;
  }
}
.about-page .video-wrap .iframe-wrap {
  position: relative;
  padding-bottom: 48%;
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}
.about-page .video-wrap .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-page .register-note {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 15px;
}
.contact-page .contact-people {
  margin: 100px 0 0;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page .department {
  color: #515151;
  line-height: 1.2;
}
.contact-page .department h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #515151;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.contact-page .department .item {
  margin-bottom: 35px;
  padding-right: 15px;
  position: relative;
  padding-left: 80px;
  min-height: 100px;
}
@media (min-width: 700px) {
  .contact-page .department .item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}
.contact-page .department .item.without-image {
  padding-left: 0;
}
.contact-page .department p {
  margin-bottom: 0;
}
.contact-page .department p.name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.contact-page .department p.position {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a7a7a7;
}
.contact-page .department p.phone,
.contact-page .department p.mobile,
.contact-page .department p.mail,
.contact-page .department p.skype {
  padding-left: 25px;
  position: relative;
}
.contact-page .department p.phone svg,
.contact-page .department p.mobile svg,
.contact-page .department p.mail svg,
.contact-page .department p.skype svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.contact-page .department a {
  color: #515151;
  text-decoration: none;
}
.contact-page .department a:hover {
  text-decoration: underline;
}
.contact-page .department .image-wrap {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.contact-page .department .image-wrap img {
  width: 100px;
}
.contact-page .department .image-wrap svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact-page .department .text-wrap {
  padding-left: 10px;
}
.contact-tiles {
  margin-top: 30px;
}
.contact-tiles h2 {
  color: #044d8d;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .contact-tiles h2 {
    font-size: 1.5rem;
  }
}
.contact-tiles .logo {
  text-align: center;
}
.contact-tiles .logo svg {
  width: 150px;
  height: 50px;
}
@media (min-width: 900px) {
  .contact-tiles .logo svg {
    width: 200px;
    height: 67px;
  }
}
.contact-tiles .tiles-wrap-top {
  margin-bottom: 30px;
  zoom: 1;
}
.contact-tiles .tiles-wrap-top:before,
.contact-tiles .tiles-wrap-top:after {
  display: table;
  content: "";
  zoom: 1;
}
.contact-tiles .tiles-wrap-top:after {
  clear: both;
}
@media (min-width: 900px) {
  .contact-tiles .tiles-wrap-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-tiles .tiles-wrap-bottom {
  margin-bottom: 15px;
  zoom: 1;
}
.contact-tiles .tiles-wrap-bottom:before,
.contact-tiles .tiles-wrap-bottom:after {
  display: table;
  content: "";
  zoom: 1;
}
.contact-tiles .tiles-wrap-bottom:after {
  clear: both;
}
@media (min-width: 900px) {
  .contact-tiles .tiles-wrap-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-tiles .tile.top-left {
  background-color: #ffffff;
  padding: 50px 15px;
}
@media (min-width: 720px) {
  .contact-tiles .tile.top-left {
    padding: 50px 25px;
  }
}
@media (min-width: 900px) {
  .contact-tiles .tile.top-left {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .contact-tiles .tile.top-left {
    padding: 50px 45px;
  }
}
.contact-tiles .tile.top-right {
  margin-bottom: 30px;
  position: relative;
  background-color: #ffffff;
  height: 300px;
}
@media (min-width: 900px) {
  .contact-tiles .tile.top-right {
    float: right;
    width: 50%;
    margin-bottom: 0;
    height: auto;
  }
}
.contact-tiles .tile.top-right .show-map {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #e7e7e7;
  color: #a7a7a7;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 15px 8px 38px;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}
.contact-tiles .tile.top-right .show-map:hover {
  background-color: #cecece;
  color: #747474;
  text-decoration: none;
}
.contact-tiles .tile.top-right .show-map svg {
  width: 15px;
  height: 16px;
  stroke: #c00518;
  position: absolute;
  top: 7px;
  left: 12px;
}
.contact-tiles .tile.top-right #google-map {
  height: 100%;
}
.contact-tiles .tile.top-right #map-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-tiles .tile.bottom-left,
.contact-tiles .tile.bottom-right {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.66;
  text-align: center;
}
.contact-tiles .tile.bottom-left .tile-inner,
.contact-tiles .tile.bottom-right .tile-inner {
  background-color: #fdfdfd;
  height: 100%;
  padding: 40px 15px 50px;
}
.contact-tiles .tile.bottom-left {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .contact-tiles .tile.bottom-left {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .contact-tiles .tile.bottom-right {
    float: right;
    width: 50%;
    padding-left: 15px;
  }
}
.contact-tiles .address {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 35px;
}
@media (min-width: 720px) {
  .contact-tiles .address {
    font-size: 1.25rem;
  }
}
.contact-tiles .contact {
  zoom: 1;
  font-size: 16px;
  font-size: 1rem;
  color: #515151;
  font-weight: 300;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.contact-tiles .contact:before,
.contact-tiles .contact:after {
  display: table;
  content: "";
  zoom: 1;
}
.contact-tiles .contact:after {
  clear: both;
}
.contact-tiles .contact .left {
  margin-bottom: 30px;
  padding-left: 20px;
}
@media (min-width: 500px) {
  .contact-tiles .contact .left {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
}
.contact-tiles .contact .right {
  padding-left: 20px;
}
@media (min-width: 500px) {
  .contact-tiles .contact .right {
    float: right;
    width: 50%;
  }
}
.contact-tiles .contact .title {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #515151;
  margin-bottom: 10px;
}
.contact-tiles .contact .phone,
.contact-tiles .contact .email {
  padding-left: 25px;
  position: relative;
}
.contact-tiles .contact .phone svg,
.contact-tiles .contact .email svg {
  width: 18px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.contact-tiles .contact .phone a,
.contact-tiles .contact .email a {
  color: #515151;
  text-decoration: none;
}
.contact-tiles .contact .phone a:hover,
.contact-tiles .contact .email a:hover {
  color: #c00518;
}
.contact-tiles .contact p {
  margin-bottom: 8px;
}
.contact-tiles .contact .red {
  color: #c00518;
  font-weight: 400;
}
.contact-tiles .additional-text {
  line-height: 1.2;
  text-align: center;
  margin-top: 35px;
}
.contact-tiles .additional-text p {
  margin-bottom: 10px;
}
.contact-tiles-english .contact {
  text-align: center;
}
.page-404 {
  padding: 30px 15px 50px;
  background: url('../images/png/ice-cream.png') center 0 no-repeat;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-size: 250px auto;
}
@media (min-width: 500px) {
  .page-404 {
    padding: 30px 15px 120px;
    background-size: 350px auto;
  }
}
@media (min-width: 900px) {
  .page-404 {
    padding: 50px 15px 280px;
    background-position: center -110px;
    background-size: auto;
  }
}
@media (min-width: 1600px) {
  .page-404 {
    padding: 100px 15px 375px;
    background-position: center -110px;
    background-size: auto;
  }
}
.page-404 .title {
  color: #c00518;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 5px;
}
@media (min-width: 500px) {
  .page-404 .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 900px) {
  .page-404 .title {
    font-size: 4.5rem;
  }
}
.page-404 .subtitle-text-wrap {
  zoom: 1;
  margin-top: 200px;
}
.page-404 .subtitle-text-wrap:before,
.page-404 .subtitle-text-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.page-404 .subtitle-text-wrap:after {
  clear: both;
}
@media (min-width: 500px) {
  .page-404 .subtitle-text-wrap {
    margin-top: 260px;
  }
}
@media (min-width: 900px) {
  .page-404 .subtitle-text-wrap {
    margin-top: 350px;
  }
}
.page-404 .subtitle-text {
  width: 35%;
  float: right;
}
@media (min-width: 900px) {
  .page-404 .subtitle-text {
    width: 350px;
  }
}
.page-404 .subtitle {
  color: #515151;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (min-width: 900px) {
  .page-404 .subtitle {
    font-size: 1.5rem;
  }
}
.page-404 .subtitle a {
  color: #044d8d;
  font-weight: 700;
  text-decoration: none;
}
.page-404 .subtitle a:hover {
  color: #c00518;
}
.page-404 .subtitle a:active,
.page-404 .subtitle a:focus {
  color: #000000;
}
.career-page {
  margin-bottom: 40px;
  /** form **/
}
.career-page .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #515151;
}
.career-page .text .general-text {
  margin-top: 40px;
}
.career-page .text .general-text:first-of-type {
  margin-top: 0;
}
.career-page .text .left {
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .career-page .text .left {
    width: 50%;
    padding-right: 25px;
    float: left;
    margin-bottom: 0;
  }
}
.career-page .text .right {
  zoom: 1;
}
.career-page .text .right:before,
.career-page .text .right:after {
  display: table;
  content: "";
  zoom: 1;
}
.career-page .text .right:after {
  clear: both;
}
@media (min-width: 900px) {
  .career-page .text .right {
    width: 50%;
    padding-left: 25px;
    float: right;
  }
}
.career-page .text p {
  margin-bottom: 15px;
}
.career-page .text ul {
  padding-left: 35px;
  margin-bottom: 10px;
}
.career-page .text ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.career-page .text ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -16px;
  width: 7px;
  height: 7px;
  background-color: #c00518;
}
.career-page .text ol {
  padding-left: 35px;
  margin-bottom: 10px;
}
.career-page .text ol li {
  list-style-type: arabic;
  margin-bottom: 5px;
}
.career-page .text a {
  text-decoration: underline;
}
.career-page .text .btn-wrap a {
  text-decoration: none;
}
.career-page h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  text-align: left;
  color: #515151;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.career-page h3 {
  text-transform: uppercase;
}
.career-page .part-about {
  margin-bottom: 30px;
  zoom: 1;
}
.career-page .part-about:before,
.career-page .part-about:after {
  display: table;
  content: "";
  zoom: 1;
}
.career-page .part-about:after {
  clear: both;
}
.career-page .part-about .image-wrap {
  margin: 30px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 900px) {
  .career-page .part-about .image-wrap {
    float: left;
    text-align: right;
    margin: 0;
    padding: 5px 30px 30px 0;
  }
}
.career-page .part-about .image-wrap img {
  box-shadow: 0 22px 7px -14px #999;
}
.career-page .tiles-wrap-top {
  margin-bottom: 30px;
  zoom: 1;
}
.career-page .tiles-wrap-top:before,
.career-page .tiles-wrap-top:after {
  display: table;
  content: "";
  zoom: 1;
}
.career-page .tiles-wrap-top:after {
  clear: both;
}
@media (min-width: 900px) {
  .career-page .tiles-wrap-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.career-page .tiles-wrap-bottom {
  margin-bottom: 15px;
  zoom: 1;
}
.career-page .tiles-wrap-bottom:before,
.career-page .tiles-wrap-bottom:after {
  display: table;
  content: "";
  zoom: 1;
}
.career-page .tiles-wrap-bottom:after {
  clear: both;
}
@media (min-width: 900px) {
  .career-page .tiles-wrap-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.career-page .tile {
  width: 100%;
  background-color: #ffffff;
  padding: 45px 40px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .career-page .tile {
    padding: 45px 40px;
  }
}
@media (min-width: 1600px) {
  .career-page .tile {
    padding: 45px 40px;
  }
}
.career-page .tile .tile-inner {
  background-color: #fdfdfd;
  height: 100%;
  padding: 0;
}
.career-page .tile .tile-inner h3 {
  margin-bottom: 20px;
}
.career-page .tile .tile-inner h3 a {
  text-decoration: none;
}
.career-page .tile .tile-inner .left {
  width: 100%;
}
@media (min-width: 720px) {
  .career-page .tile .tile-inner .left {
    width: 69%;
    float: left;
  }
}
@media (min-width: 1600px) {
  .career-page .tile .tile-inner .left {
    width: 79%;
  }
}
.career-page .tile .tile-inner .right {
  width: 100%;
  text-align: center;
}
@media (min-width: 720px) {
  .career-page .tile .tile-inner .right {
    width: 29%;
    float: right;
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .career-page .tile .tile-inner .right {
    width: 19%;
  }
}
.career-page form fieldset {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.career-page form fieldset:last-of-type {
  border-bottom: none;
}
.career-page form fieldset.fieldset-checkbox {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.career-page form legend {
  color: #a7a7a7;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 700px) {
  .career-page form legend {
    font-size: 1.5rem;
  }
}
.career-page form .submit-btn-wrap {
  padding: 15px;
  text-align: center;
}
@media (min-width: 700px) {
  .career-page form .form-left {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .career-page form .form-right {
    float: left;
    width: 50%;
    padding-left: 15px;
  }
}
.career-page form textarea {
  height: 150px;
  resize: none;
}
.career-page form .fileText {
  width: 100%;
}
@media (min-width: 1280px) {
  .career-page form .fileText {
    width: 39%;
    float: left;
  }
}
.career-page form .fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0px;
  margin-top: 10px;
  float: right;
}
@media (min-width: 1280px) {
  .career-page form .fileUpload {
    max-width: 59%;
    margin-top: 2px;
  }
}
.career-page form .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.career-page .content-form-wrap {
  display: none;
  padding-top: 20px;
}
.career-page .content-form {
  position: relative;
  border: 1px solid #044d8d;
  padding: 85px 15px 20px;
  margin-bottom: 50px;
}
@media (min-width: 500px) {
  .career-page .content-form {
    padding: 50px 25px 30px;
  }
}
@media (min-width: 1280px) {
  .career-page .content-form {
    padding: 50px 35px 30px;
  }
}
@media (min-width: 1600px) {
  .career-page .content-form {
    padding: 50px;
  }
}
.career-page .content-form .form-title {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #515151;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 500px) {
  .career-page .content-form .form-title {
    top: -21px;
  }
}
@media (min-width: 700px) {
  .career-page .content-form .form-title {
    font-size: 1.875rem;
    top: -24px;
  }
}
.career-page .content-form .form-title p {
  display: inline-block;
  background-color: #efefef;
  padding: 5px 15px;
}
.career-page .content-form span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
.career-page .content-form .form_error {
  color: #c00518;
  display: block;
  margin: 25px 0 20px;
  text-align: center;
}
.career-page .content-form .form_error p {
  margin-bottom: 5px;
}
.career-page .content-form .form-note {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
  padding: 0 5px;
}
.career-page .content-form .form-note.red {
  color: #c00518;
}
.service-text {
  zoom: 1;
  margin-top: 55px;
}
.service-text:before,
.service-text:after {
  display: table;
  content: "";
  zoom: 1;
}
.service-text:after {
  clear: both;
}
.service-text h2 {
  text-align: left;
  margin-bottom: 10px;
}
.service-text .left {
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .service-text .left {
    width: 50%;
    padding-right: 25px;
    float: left;
    margin-bottom: 0;
  }
}
.service-text .right {
  zoom: 1;
}
.service-text .right:before,
.service-text .right:after {
  display: table;
  content: "";
  zoom: 1;
}
.service-text .right:after {
  clear: both;
}
@media (min-width: 900px) {
  .service-text .right {
    width: 50%;
    padding-left: 25px;
    float: right;
  }
}
.service-text .contact-address {
  color: #515151;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.44;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 30px 20px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .service-text .contact-address {
    padding: 30px 30px 25px;
    width: 49%;
    float: left;
    min-height: 290px;
  }
}
@media (min-width: 900px) {
  .service-text .contact-address {
    padding: 30px 30px 25px;
    width: 100%;
    float: none;
    min-height: 0;
  }
}
@media (min-width: 1600px) {
  .service-text .contact-address {
    padding: 30px 30px 25px;
    width: 49%;
    float: left;
    min-height: 290px;
  }
}
.service-text .contact-address .logo {
  margin-bottom: 25px;
}
.service-text .contact-address .logo svg {
  width: 150px;
  height: 50px;
}
@media (min-width: 700px) {
  .service-text .contact-address .logo svg {
    width: 200px;
    height: 50px;
  }
}
.service-text .contact-address .address {
  margin-bottom: 10px;
}
.service-text .contact-address .title {
  text-transform: uppercase;
  font-weight: 900;
}
.service-text .contact-map {
  height: 300px;
  position: relative;
}
@media (min-width: 700px) {
  .service-text .contact-map {
    width: 49%;
    float: right;
    height: 290px;
  }
}
@media (min-width: 900px) {
  .service-text .contact-map {
    width: 100%;
    float: none;
    height: 290px;
  }
}
@media (min-width: 1600px) {
  .service-text .contact-map {
    width: 49%;
    float: right;
    height: 290px;
  }
}
.service-text .contact-map #google-map {
  height: 100%;
}
.service-text .contact-map #map-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service-text .contact-map .show-map {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #e7e7e7;
  color: #a7a7a7;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 15px 8px 38px;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}
.service-text .contact-map .show-map:hover {
  background-color: #cecece;
  color: #747474;
  text-decoration: none;
}
.service-text .contact-map .show-map svg {
  width: 15px;
  height: 16px;
  stroke: #c00518;
  position: absolute;
  top: 7px;
  left: 12px;
}
.service-contact .contact-people {
  margin: 100px 0 0;
  /*.max-width-margin(850px);*/
}
.service-contact .contact-people .department {
  color: #515151;
  line-height: 1.2;
}
.service-contact .contact-people .department h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #515151;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.service-contact .contact-people .department .item {
  margin-bottom: 35px;
  padding-right: 15px;
  position: relative;
  padding-left: 80px;
  min-height: 100px;
}
@media (min-width: 700px) {
  .service-contact .contact-people .department .item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
}
.service-contact .contact-people .department .item.without-image {
  padding-left: 0;
}
.service-contact .contact-people .department p {
  margin-bottom: 0;
}
.service-contact .contact-people .department p.name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.service-contact .contact-people .department p.position {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a7a7a7;
}
.service-contact .contact-people .department p.phone,
.service-contact .contact-people .department p.mobile,
.service-contact .contact-people .department p.mail,
.service-contact .contact-people .department p.skype {
  padding-left: 25px;
  position: relative;
}
.service-contact .contact-people .department p.phone svg,
.service-contact .contact-people .department p.mobile svg,
.service-contact .contact-people .department p.mail svg,
.service-contact .contact-people .department p.skype svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.service-contact .contact-people .department a {
  color: #515151;
  text-decoration: none;
}
.service-contact .contact-people .department a:hover {
  text-decoration: underline;
}
.service-contact .contact-people .department .image-wrap {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.service-contact .contact-people .department .image-wrap img {
  width: 60px;
}
.service-contact .contact-people .department .image-wrap svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.service-tabs.marginTop {
  margin-top: 30px;
}
.service-tabs .tabs-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  zoom: 1;
}
.service-tabs .tabs-wrap:before,
.service-tabs .tabs-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.service-tabs .tabs-wrap:after {
  clear: both;
}
.service-tabs .tab {
  background-color: #e7e7e7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  cursor: pointer;
  float: left;
  margin-right: 0.2%;
  text-decoration: none;
  width: 100%;
}
.service-tabs .tab.w25,
.service-tabs .tab.w33,
.service-tabs .tab.w50 {
  width: 100%;
}
@media (min-width: 400px) {
  .service-tabs .tab.w25,
  .service-tabs .tab.w33,
  .service-tabs .tab.w50 {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .service-tabs .tab {
    width: 33.2%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 700px) {
  .service-tabs .tab {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 920px) {
  .service-tabs .tab {
    padding: 20px 25px;
  }
  .service-tabs .tab.w25 {
    width: 24.85%;
  }
  .service-tabs .tab.w33 {
    width: 33.2%;
  }
  .service-tabs .tab.w50 {
    width: 49.44%;
  }
}
@media (min-width: 920px) AND (max-width: 1100px) {
  .service-tabs .tab h2.title {
    font-size: 1.2rem !important;
  }
}
.service-tabs .tab:last-child {
  margin-right: 0;
}
.service-tabs .tab.active {
  background-color: #f9f9f9;
  cursor: default;
}
.service-tabs .tab:hover:not(.active) {
  background-color: #eaeaea;
}
.service-tabs .tab:hover:not(.active).active {
  background-color: #f9f9f9;
}
.service-tabs .tab:hover:not(.active) .title {
  text-decoration: underline;
}
.service-tabs .tab .svg-icon {
  margin-right: 20px;
}
@media (min-width: 500px) {
  .service-tabs .tab .svg-icon {
    margin-right: 10px;
  }
}
@media (min-width: 700px) {
  .service-tabs .tab .svg-icon {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .service-tabs .tab .svg-icon {
    margin-right: 20px;
  }
}
.service-tabs .tab .svg-icon svg {
  width: 30px;
  height: 33px;
  -o-transition: height .2s;
  transition: height .2s;
}
@media (min-width: 700px) {
  .service-tabs .tab .svg-icon svg {
    width: 42px;
    height: 45px;
  }
}
.service-tabs .tab .title {
  color: #044d8d;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
@media (min-width: 500px) {
  .service-tabs .tab .title {
    font-size: 1.05rem;
  }
}
@media (min-width: 700px) {
  .service-tabs .tab .title {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .service-tabs .tab .title {
    font-size: 1.3rem;
  }
}
.service-tabs .tab-hover {
  min-height: 95px;
  position: relative;
  -o-transition: min-height 0.25s;
  transition: min-height 0.25s;
}
.service-tabs .tab-hover:hover {
  min-height: 150px;
}
.service-tabs .tab-hover:hover .svg-icon svg {
  height: 0;
}
.service-tabs .tab-hover:hover .title {
  opacity: 0;
}
.service-tabs .tab-hover:hover .links {
  opacity: 1;
  -o-transition-delay: .4s;
     transition-delay: .4s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.service-tabs .tab-hover .links {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
  -o-transition-delay: 0;
     transition-delay: 0;
  width: 100%;
  text-align: center;
}
.service-tabs .tab-hover .links > a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  text-decoration: none;
}
@media (min-width: 700px) {
  .service-tabs .tab-hover .links > a {
    font-size: 1rem;
  }
}
.service-tabs .tab-hover .links > a:hover {
  text-decoration: underline;
}
.service-tabs .tab-hover .links > a:first-child {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 700px) {
  .service-tabs .tab-hover .links > a:first-child {
    font-size: 1.25rem;
  }
}
.service-tabs .tabs-content-wrap {
  background-color: #f9f9f9;
}
.service-tabs .tab-content {
  display: none;
}
@media (min-width: 700px) {
  .service-tabs .tab-content {
    padding: 40px 30px;
  }
}
@media (min-width: 1600px) {
  .service-tabs .tab-content {
    padding: 60px 70px 60px;
  }
}
.service-tabs .tab-content.open {
  display: block;
}
.service-tabs .tab-content .tab-content-footer {
  padding: 20px 10px;
}
.service-tabs .content-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  color: #515151;
  zoom: 1;
}
.service-tabs .content-text:before,
.service-tabs .content-text:after {
  display: table;
  content: "";
  zoom: 1;
}
.service-tabs .content-text:after {
  clear: both;
}
.service-tabs .content-text .left,
.service-tabs .content-text .right {
  padding: 25px 20px 30px;
}
@media (min-width: 700px) {
  .service-tabs .content-text .left {
    float: left;
    padding: 0 25px 0 0;
    width: 50%;
  }
  .service-tabs .content-text .left.w100 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .service-tabs .content-text .right {
    float: right;
    padding: 0 0 0 25px;
    width: 50%;
  }
}
.service-tabs .content-text .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #515151;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}
.service-tabs .content-text h1.title {
  text-align: left;
}
.service-tabs .content-text .text {
  padding-top: 2px;
}
.service-tabs .content-text h1,
.service-tabs .content-text h2,
.service-tabs .content-text h3,
.service-tabs .content-text h4,
.service-tabs .content-text h5,
.service-tabs .content-text h6 {
  margin-top: 0;
}
.service-tabs .content-login-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 30px 0 50px;
}
@media (min-width: 992px) {
  .service-tabs .content-login-wrap {
    margin: 50px 0 75px;
  }
}
.service-tabs .content-login-wrap .left,
.service-tabs .content-login-wrap .right {
  padding: 0 20px;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .service-tabs .content-login-wrap .left,
  .service-tabs .content-login-wrap .right {
    padding: 0 50px;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.service-tabs .content-login-wrap .left {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .service-tabs .content-login-wrap .left {
    border-right: 1px solid #e7e7e7;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .service-tabs .content-login-wrap .right {
    padding-right: 0;
  }
}
.service-tabs .content-login-wrap .title {
  margin-bottom: 30px;
}
.service-tabs .content-login-wrap .text {
  color: #232323;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.service-tabs .content-login-wrap .reg-log {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 480px) {
  .service-tabs .content-login-wrap .reg-log {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service-tabs .content-login-wrap .login-btn-wrap-login,
.service-tabs .content-login-wrap .submit-wrap-login {
  float: none;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 480px) {
  .service-tabs .content-login-wrap .login-btn-wrap-login,
  .service-tabs .content-login-wrap .submit-wrap-login {
    margin-top: 20px;
  }
}
@media (min-width: 480px) {
  .service-tabs .content-login-wrap .login-btn-wrap-login:first-of-type,
  .service-tabs .content-login-wrap .submit-wrap-login:first-of-type {
    margin-right: 20px;
  }
}
.service-tabs .content-login-wrap .login-btn-wrap-login .btn,
.service-tabs .content-login-wrap .submit-wrap-login .btn {
  width: 100%;
}
.service-tabs .content-login-wrap .login-btn-wrap-login .btn {
  padding: 13px 30px;
  height: 43px;
}
.service-tabs .content-login-wrap .link-wrap {
  margin: 20px 0 0;
}
.service-tabs .content-login-wrap .order-btn-wrap {
  padding: 0;
  line-height: 1.5;
}
.service-tabs .order-btn-wrap {
  padding: 50px 0 40px;
  text-align: center;
}
.service-tabs form fieldset {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.service-tabs form fieldset:last-of-type {
  border-bottom: none;
}
.service-tabs form fieldset.fieldset-checkbox {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.service-tabs form legend {
  color: #a7a7a7;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 700px) {
  .service-tabs form legend {
    font-size: 1.5rem;
  }
}
.service-tabs form .fieldset-subtitle {
  color: #033159;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 8px 0 24px;
  margin: 0.5rem 0 1.5rem;
}
.service-tabs form .submit-btn-wrap {
  padding: 15px;
  text-align: center;
}
@media (min-width: 700px) {
  .service-tabs form .form-left {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .service-tabs form .form-right {
    float: left;
    width: 50%;
    padding-left: 15px;
  }
}
.service-tabs form textarea {
  height: 150px;
  resize: none;
}
.service-tabs .content-form-wrap {
  padding-top: 20px;
}
.service-tabs .content-form {
  position: relative;
  border: 1px solid #044d8d;
  padding: 85px 15px 20px;
  margin-bottom: 50px;
}
@media (min-width: 500px) {
  .service-tabs .content-form {
    padding: 50px 25px 30px;
  }
}
@media (min-width: 1280px) {
  .service-tabs .content-form {
    padding: 50px 35px 30px;
  }
}
@media (min-width: 1600px) {
  .service-tabs .content-form {
    padding: 50px;
  }
}
.service-tabs .content-form .form-title {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #515151;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 500px) {
  .service-tabs .content-form .form-title {
    top: -21px;
  }
}
@media (min-width: 700px) {
  .service-tabs .content-form .form-title {
    font-size: 1.875rem;
    top: -24px;
  }
}
.service-tabs .content-form .form-title p {
  display: inline-block;
  background-color: #f9f9f9;
  padding: 5px 15px;
}
.service-tabs .content-form span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
.service-tabs .content-form .form_error {
  color: #c00518;
  display: block;
  margin: 25px 0 20px;
  text-align: center;
}
.service-tabs .content-form .form_error p {
  margin-bottom: 5px;
}
.service-tabs .logos {
  text-align: center;
  max-width: 550px;
}
.service-tabs .logos span {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
.service-tabs .logos img {
  max-width: 160px;
  max-height: 50px;
}
.service-tabs .content-contact {
  zoom: 1;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.service-tabs .content-contact:before,
.service-tabs .content-contact:after {
  display: table;
  content: "";
  zoom: 1;
}
.service-tabs .content-contact:after {
  clear: both;
}
@media (min-width: 400px) {
  .service-tabs .content-contact {
    padding-top: 10px;
    min-height: 130px;
  }
  .service-tabs .content-contact.w25,
  .service-tabs .content-contact.w33,
  .service-tabs .content-contact.w50 {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .service-tabs .content-contact {
    padding-top: 0px;
  }
}
@media (min-width: 920px) {
  .service-tabs .content-contact.w25 {
    float: left;
    width: 24.85%;
  }
  .service-tabs .content-contact.w33 {
    float: left;
    width: 33.2%;
  }
  .service-tabs .content-contact.w50 {
    float: left;
    width: 49.44%;
  }
}
.service-tabs .content-contact table {
  width: 100%;
}
.service-tabs .content-contact table tr th {
  width: 100px;
}
.service-tabs .content-contact table tr td {
  padding: 5px 0 5px 25px;
}
.service-tabs .content-contact .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  /*color: @middleGrey;*/
  color: #009EE0;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 920px) {
  .service-tabs .content-contact .title {
    min-height: 56px;
  }
}
.service-tabs .content-contact .person {
  color: #515151;
  line-height: 1.2;
  margin-bottom: 35px;
  padding-right: 15px;
  position: relative;
  min-height: 100px;
}
@media (max-width: 699px) {
  .service-tabs .content-contact .person {
    margin: 0 auto 35px;
  }
}
@media (min-width: 700px) {
  .service-tabs .content-contact .person {
    float: right;
  }
}
.service-tabs .content-contact .person.maxWidth330 {
  max-width: 330px;
}
@media (max-width: 699px) {
  .service-tabs .content-contact .person.maxWidth330 {
    text-align: center;
  }
}
.service-tabs .content-contact .person.servicelist {
  float: none;
  margin-bottom: 0;
  padding-right: 0;
  min-height: 40px;
}
@media (max-width: 919px) {
  .service-tabs .content-contact .person.servicelist.hidden-small {
    display: none;
  }
}
.service-tabs .content-contact .person p {
  margin-bottom: 0;
}
.service-tabs .content-contact .person a {
  color: #515151;
  text-decoration: none;
}
.service-tabs .content-contact .person a:hover {
  text-decoration: underline;
}
.service-tabs .content-contact .person .name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 8px;
}
.service-tabs .content-contact .person .position {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a7a7a7;
}
.service-tabs .content-contact .person .person-field {
  text-align: right;
  vertical-align: top;
}
.service-tabs .content-contact .person .image-wrap {
  width: 60px;
  height: 60px;
  background-color: #ddd;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.service-tabs .content-contact .person .image-wrap img {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-tabs .content-contact .person .image-wrap svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.service-tabs .content-contact .person .text-wrap {
  min-height: 50px;
}
.service-tabs .content-contact .person.without-image {
  padding-left: 0;
}
.service-tabs .content-contact .phone {
  width: 100%;
  /*max-width: 320px;*/
}
@media (max-width: 699px) {
  .service-tabs .content-contact .phone {
    margin: 0 auto 40px;
  }
}
@media (min-width: 700px) {
  .service-tabs .content-contact .phone {
    float: left;
  }
}
.service-tabs .content-contact .phone table {
  width: 100%;
}
.service-tabs .content-contact .phone table th,
.service-tabs .content-contact .phone table td {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: baseline;
}
.service-tabs .content-contact .phone table th {
  color: #a7a7a7;
  text-align: right;
  width: 100px;
}
.service-tabs .content-contact .phone table td {
  color: #044d8d;
  line-height: 1.44;
  padding: 5px 0 5px 25px;
}
.service-tabs .content-contact .phone a {
  text-decoration: none;
}
.service-tabs .content-contact .phone a:hover {
  text-decoration: underline;
}
.service-tabs .content-contact .phone.maxWidth330 {
  max-width: 330px;
}
.service-tabs .order-btn-wrap {
  padding: 50px 0 40px;
  text-align: center;
}
.service-tabs .contact-technicians {
  text-align: center;
}
@media (min-width: 700px) {
  .service-tabs .login-form-wrap {
    max-width: 50%;
  }
}
.service-tabs .login-form-wrap .checkbox-wrap {
  text-align: left;
}
.service-tabs .login-form-wrap .submit-wrap-login {
  float: none;
}
.service-tabs .login-form-wrap .link-wrap {
  margin-top: 15px;
  text-align: left;
}
.service-bottom-text {
  margin-top: 50px;
}
.leasehold .btn-wrap {
  text-align: center;
}
.leasehold .title {
  font-size: 30px;
  color: #515151;
  margin-top: 0;
  margin-bottom: 35px;
  text-align: left;
}
.leasehold .general-text h2 {
  font-size: 30px;
  color: #515151;
  margin-top: 0;
  margin-bottom: 35px;
  text-align: left;
}
.leasehold .general-text p {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 15px;
}
.leasehold .general-text ul li {
  padding-left: 20px;
  position: relative;
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.leasehold .general-text ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #bc0118;
}
.leasehold__section {
  padding: 30px 0;
}
.leasehold__box {
  background-color: #fff;
  margin: 30px 0;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .leasehold__box {
    padding: 44px;
  }
}
.leasehold__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.leasehold__link {
  color: #515151;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 18px;
  margin: 0 10px 20px;
  text-align: center;
  text-decoration: none;
}
.leasehold__link:hover {
  color: #044d8d;
}
.leasehold__link img {
  max-width: 100%;
  margin-bottom: 10px;
}
.login-page {
  background-color: #f9f9f9;
  padding: 15px;
}
@media (min-width: 750px) {
  .login-page {
    padding: 30px;
  }
}
.login-page .login-page-inner {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media (min-width: 1600px) {
  .login-page .login-page-inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.login-page .logo-wrap {
  text-align: center;
  margin-bottom: 55px;
}
.login-page .logo-wrap svg {
  width: 300px;
  height: 80px;
}
@media (max-width: 749px) {
  .login-page .logo-wrap svg {
    width: 225px;
    height: 60px;
  }
}
.login-form-wrap .input-wrap {
  position: relative;
  margin-bottom: 20px;
}
.login-form-wrap .input-wrap svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 11px;
}
.login-form-wrap input[type="text"],
.login-form-wrap input[type="email"],
.login-form-wrap input[type="password"],
.login-form-wrap select {
  padding-left: 40px;
}
.login-form-wrap .double-input-wrap {
  zoom: 1;
}
.login-form-wrap .double-input-wrap:before,
.login-form-wrap .double-input-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.login-form-wrap .double-input-wrap:after {
  clear: both;
}
.login-form-wrap .double-input-wrap .input-outer {
  width: 50%;
}
.login-form-wrap .double-input-wrap .input-outer:first-child {
  padding-right: 5px;
  float: left;
}
.login-form-wrap .double-input-wrap .input-outer:last-child {
  padding-left: 5px;
  float: right;
}
.login-form-wrap .checkbox-wrap {
  text-align: center;
  margin: 5px 0 15px;
}
.login-form-wrap .checkbox-wrap label {
  color: #a7a7a7;
}
.login-form-wrap .login-btn-wrap {
  text-align: right;
}
.login-form-wrap .login-btn-wrap-login {
  float: left;
  margin-top: 20px;
}
.login-form-wrap .login-btn-wrap-login .btn {
  padding: 13px 30px;
}
@media (max-width: 370px) {
  .login-form-wrap .login-btn-wrap-login .btn {
    padding: 13px 18px;
  }
}
.login-form-wrap .submit-wrap {
  text-align: center;
  margin-top: 20px;
}
.login-form-wrap .submit-wrap .btn {
  padding: 10px 40px;
}
.login-form-wrap .submit-wrap-login {
  float: right;
  margin-top: 20px;
}
.login-form-wrap .submit-wrap-login .btn {
  padding: 10px 40px;
}
@media (max-width: 370px) {
  .login-form-wrap .submit-wrap-login .btn {
    padding: 10px 28px;
  }
}
.login-form-wrap .reg-log {
  margin-left: 35px 0 40px;
}
.login-form-wrap .link-wrap {
  margin: 35px 0 40px;
  text-align: center;
}
.login-form-wrap .link-wrap {
  margin: 90px 0 40px;
  text-align: center;
}
.login-form-wrap .form-part-title {
  margin: 25px 0 15px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.login-form-wrap .form-part-title input[type="checkbox"] + label {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #232323;
}
.login-form-wrap .form-part-title .normal {
  font-weight: 400;
}
.login-form-wrap span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
.login-form-wrap .form_error {
  color: #c00518;
  display: block;
  margin: 25px 0 20px;
  text-align: center;
}
.login-form-wrap .form_error p {
  margin-bottom: 5px;
}
.signup-page {
  background-color: #f9f9f9;
  padding: 15px;
}
@media (min-width: 750px) {
  .signup-page {
    padding: 30px;
  }
}
.signup-page .signup-page-inner {
  zoom: 1;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.signup-page .signup-page-inner:before,
.signup-page .signup-page-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.signup-page .signup-page-inner:after {
  clear: both;
}
@media (min-width: 1280px) {
  .signup-page .signup-page-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .signup-page .signup-page-inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.signup-page .signup-left {
  display: none;
}
@media (min-width: 1280px) {
  .signup-page .signup-left {
    display: block;
    float: left;
  }
}
@media (min-width: 1280px) {
  .signup-page .signup-right {
    float: right;
    width: 500px;
  }
}
.signup-page .signup-image-wrap {
  height: 400px;
  width: 350px;
  padding-left: 50px;
}
@media (min-width: 1600px) {
  .signup-page .signup-image-wrap {
    height: 572px;
    width: 375px;
  }
}
.signup-page .signup-image {
  height: 400px;
  width: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
@media (min-width: 1600px) {
  .signup-page .signup-image {
    height: 572px;
    width: 375px;
  }
}
.signup-page .signup-image-1 {
  background-image: url('../images/png/hrnek.png');
}
.signup-page .signup-image-2 {
  display: none;
  background-image: url('../images/png/kavovar-maska.png'), url('../images/png/kavovar.png');
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: center top, center top;
}
.signup-page .signup-image-3 {
  background-image: url('../images/png/kavovar.png');
}
.signup-page .signup-btn-wrap {
  text-align: right;
}
@media (min-width: 1280px) {
  .signup-page #form-part-1 {
    padding-top: 50px;
  }
}
@media (min-width: 1600px) {
  .signup-page #form-part-1 {
    padding-top: 150px;
  }
}
.signup-page #form-part-2 {
  display: none;
}
.signup-page .signup-form-wrap .input-wrap {
  position: relative;
  margin-bottom: 10px;
}
.signup-page .signup-form-wrap .input-wrap svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 11px;
}
.signup-page .signup-form-wrap input[type="text"],
.signup-page .signup-form-wrap input[type="email"],
.signup-page .signup-form-wrap input[type="password"],
.signup-page .signup-form-wrap select {
  padding-left: 40px;
}
.signup-page .signup-form-wrap .double-input-wrap {
  zoom: 1;
}
.signup-page .signup-form-wrap .double-input-wrap:before,
.signup-page .signup-form-wrap .double-input-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.signup-page .signup-form-wrap .double-input-wrap:after {
  clear: both;
}
.signup-page .signup-form-wrap .double-input-wrap .input-outer {
  width: 50%;
}
.signup-page .signup-form-wrap .double-input-wrap .input-outer:first-child {
  padding-right: 5px;
  float: left;
}
.signup-page .signup-form-wrap .double-input-wrap .input-outer:last-child {
  padding-left: 5px;
  float: right;
}
.signup-page .signup-form-wrap .checkbox-wrap {
  text-align: center;
  margin: 5px 0 15px;
}
.signup-page .signup-form-wrap .submit-wrap {
  text-align: center;
  margin-top: 20px;
}
.signup-page .signup-form-wrap .form-part-title {
  margin: 25px 0 15px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.signup-page .signup-form-wrap .form-part-title input[type="checkbox"] + label {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #232323;
}
.signup-page .signup-form-wrap .form-part-title .normal {
  font-weight: 400;
}
.signup-page .signup-form-wrap span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
.signup-page .signup-form-wrap .delivery-info {
  display: none;
}
.signup-page .signup-form-wrap .delivery-info input + label {
  line-height: 22px;
  color: #a5251f;
  margin-top: 5px;
}
.signup-page .form_error {
  color: #c00518;
  display: block;
  margin: 5px 0 20px;
}
.signup-page .form_error p {
  margin-bottom: 5px;
}
.signup-page .form_error p.success {
  color: #47b444;
}
.signup-page .signup-title {
  text-transform: uppercase;
  color: #515151;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 30px;
  zoom: 1;
  line-height: 1.2;
}
.signup-page .signup-title:before,
.signup-page .signup-title:after {
  display: table;
  content: "";
  zoom: 1;
}
.signup-page .signup-title:after {
  clear: both;
}
.signup-page .signup-title .number-to-right {
  color: #a7a7a7;
  float: right;
}
.signup-page .signup-title .number-to-right .normal {
  font-weight: 300;
}
.signup-page .thank-you .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22;
  color: #a7a7a7;
  font-weight: 300;
}
.signup-page .thank-you .text p {
  margin-bottom: 10px;
}
.signup-page .team {
  font-size: 18px;
  font-size: 1.125rem;
  color: #a7a7a7;
  font-weight: 300;
  padding-right: 90px;
  margin-top: 40px;
  zoom: 1;
}
.signup-page .team:before,
.signup-page .team:after {
  display: table;
  content: "";
  zoom: 1;
}
.signup-page .team:after {
  clear: both;
}
.signup-page .team .team-inner {
  float: right;
}
.signup-page .team .logo-svg {
  padding-top: 5px;
}
.signup-page .team .logo-svg svg {
  width: 120px;
  height: 31px;
}
.signup-page .finish-btn-wrap {
  margin-top: 40px;
  text-align: right;
  padding-right: 40px;
}
.signup-page .passed_ok {
  color: #47b444;
}
.signup-page.logged-page .signup-page-inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .signup-page.logged-page .signup-page-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .signup-page.logged-page .signup-page-inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.signup-page.logged-page .finish-btn-wrap {
  zoom: 1;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}
.signup-page.logged-page .finish-btn-wrap:before,
.signup-page.logged-page .finish-btn-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.signup-page.logged-page .finish-btn-wrap:after {
  clear: both;
}
@media (min-width: 500px) {
  .signup-page.logged-page .finish-btn-wrap {
    max-width: none;
    padding-right: 40px;
  }
}
.signup-page.logged-page .finish-btn-wrap .btn-to-left {
  margin: 10px 0;
}
@media (min-width: 500px) {
  .signup-page.logged-page .finish-btn-wrap .btn-to-left {
    float: left;
    margin: 0;
  }
}
.signup-page.logged-page .finish-btn-wrap .btn-to-right {
  margin: 10px 0;
}
@media (min-width: 500px) {
  .signup-page.logged-page .finish-btn-wrap .btn-to-right {
    float: right;
    margin: 0;
  }
}
.page-with-form {
  background-color: #f9f9f9;
  padding: 30px;
}
.page-with-form form fieldset {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.page-with-form form fieldset:last-of-type {
  border-bottom: none;
}
.page-with-form form fieldset.fieldset-checkbox {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.page-with-form form legend {
  color: #a7a7a7;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.page-with-form form .submit-btn-wrap {
  padding: 15px;
  text-align: center;
}
@media (min-width: 700px) {
  .page-with-form form .form-left {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .page-with-form form .form-right {
    float: left;
    width: 50%;
    padding-left: 15px;
  }
}
.page-with-form form textarea {
  height: 150px;
  resize: none;
}
.page-with-form form span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
.page-with-form .form-sent {
  margin-bottom: 25px;
  color: #044d8d;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.search-page {
  background-color: #fafafa;
  padding: 30px 15px 50px;
}
@media (min-width: 1000px) {
  .search-page {
    padding: 35px;
  }
}
.search-page .search-title {
  color: #033159;
  font-size: 36px;
  font-weight: 900;
  line-height: 45px;
  text-transform: uppercase;
  margin: 0;
}
.search-page .search-subtitle {
  color: #687884;
  font-size: 36px;
  line-height: 45px;
}
.search-page .search-subtitle .text {
  color: #c00518;
}
.search-page .search-section {
  margin-top: 50px;
}
.search-page .search-section > .title {
  color: #687884;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  margin: 0 0 15px;
}
.search-page .search-section > .title strong {
  color: #033159;
}
.search-page .search-show-more {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 30px;
  text-align: center;
}
.search-page .search-show-more .btn {
  padding: 20px;
}
.search-page .search-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}
.search-page .search-list .list-more-items {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search-page .search-list .list-more-items.opened {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-page .search-list .list-item-wrapper {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 5px;
}
@media (min-width: 720px) {
  .search-page .search-list .list-item-wrapper {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1000px) {
  .search-page .search-list .list-item-wrapper {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1700px) {
  .search-page .search-list .list-item-wrapper {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}
.search-page .search-list .list-item {
  box-shadow: 0 4px 5px rgba(4, 39, 65, 0.02);
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  display: block;
  height: 100%;
  text-decoration: none;
}
.search-page .search-list .category-list-item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.search-page .search-list .category-list-item:hover .name {
  color: #c00518;
}
.search-page .search-list .category-list-item .image-wrapper {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.search-page .search-list .category-list-item .image-wrapper img {
  max-height: 100%;
}
.search-page .search-list .category-list-item .name {
  color: #033159;
  font-weight: 700;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.search-page .search-list .new-list-item:hover .image {
  opacity: 0.7;
}
.search-page .search-list .new-list-item:hover .name {
  color: #c00518;
}
.search-page .search-list .new-list-item .image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.search-page .search-list .new-list-item .content {
  padding: 20px;
}
.search-page .search-list .new-list-item .name {
  color: #1c568f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.search-page .search-list .new-list-item .date {
  color: #687884;
  font-size: 14px;
  margin-bottom: 20px;
}
.search-page .search-list .new-list-item .text {
  color: #687884;
  font-size: 14px;
  line-height: 24px;
}
.sitemap-page {
  background-color: #efefef;
  padding: 30px 15px 50px;
}
@media (min-width: 1000px) {
  .sitemap-page {
    padding: 50px 30px 50px;
  }
}
.sitemap-list {
  list-style-type: none;
  padding-left: 30px;
}
.sitemap-list li {
  margin-bottom: 15px;
  line-height: 1.3;
  list-style-type: none;
  position: relative;
}
.sitemap-list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -16px;
  width: 7px;
  height: 7px;
  background-color: #c00518;
}
.sitemap-list li a {
  text-decoration: none;
}
.sitemap-list li a:hover {
  text-decoration: underline;
}
.sweet-shops .title {
  font-size: 30px;
  color: #515151;
  text-transform: uppercase;
}
.sweet-shops .paragraph {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.sweet-shops .btn {
  margin-top: 30px;
}
.sweet-shops .tc {
  text-align: center;
}
.sweet-shops .btn-wrap {
  text-align: center;
}
.how-it-works {
  margin-top: 100px;
  margin-bottom: 60px;
}
.how-it-works .title {
  margin-bottom: 35px;
}
.two-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left-column {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .left-column {
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 1150px) {
  .left-column {
    -webkit-flex: 0 0 calc(100% - 703px);
        -ms-flex: 0 0 calc(100% - 703px);
            flex: 0 0 calc(100% - 703px);
  }
}
.left-column h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .left-column--big {
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media (min-width: 1150px) {
  .left-column--big {
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media (min-width: 768px) {
  .left-column--big + .right-column {
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}
@media (min-width: 1150px) {
  .left-column--big + .right-column {
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}
.right-column {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .right-column {
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 1150px) {
  .right-column {
    -webkit-flex: 0 0 683px;
        -ms-flex: 0 0 683px;
            flex: 0 0 683px;
  }
}
.right-column img {
  max-width: 100%;
}
.sweet-shops__box {
  background-color: #fff;
  margin: 30px 0;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .sweet-shops__box {
    padding: 44px;
  }
}
.sweet-shops__box .title {
  margin-top: 0;
  margin-bottom: 35px;
}
.sweet-shops__box .right-column,
.sweet-shops__box .left-column {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .sweet-shops__box .right-column,
  .sweet-shops__box .left-column {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .sweet-shops__box .right-column,
  .sweet-shops__box .left-column {
    -webkit-flex: 0 0 calc(100% - 379px);
        -ms-flex: 0 0 calc(100% - 379px);
            flex: 0 0 calc(100% - 379px);
  }
}
.sweet-shops__box .right-column-img,
.sweet-shops__box .left-column-img {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .sweet-shops__box .right-column-img,
  .sweet-shops__box .left-column-img {
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (min-width: 1024px) {
  .sweet-shops__box .right-column-img,
  .sweet-shops__box .left-column-img {
    -webkit-flex: 0 0 339px;
        -ms-flex: 0 0 339px;
            flex: 0 0 339px;
  }
}
.sweet-shops__box .right-column-img img,
.sweet-shops__box .left-column-img img {
  max-width: 100%;
  margin: 10px 0;
}
.sweet-shops__box p {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 35px;
}
.sweet-shops__box ul li {
  padding-left: 20px;
  position: relative;
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.sweet-shops__box ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #bc0118;
}
.realisation-form {
  margin: 60px 0 20px 0;
  display: none;
}
.realisation-form .form-default {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.realisation-form .form-group {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .realisation-form .form-group:not(.textarea) {
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
.realisation-form span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
.realisation-form .form_error {
  color: #c00518;
  display: block;
  margin: 25px 0 20px;
  text-align: center;
}
.realisation-form .form_error p {
  margin-bottom: 5px;
}
.video,
.realisation {
  margin-top: 70px;
  margin-bottom: 50px;
}
.video .title,
.realisation .title {
  margin-bottom: 45px;
}
.video-gallery,
.realisation-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.video-gallery > .video-item,
.realisation-gallery > .video-item,
.video-gallery > .img,
.realisation-gallery > .img {
  overflow: hidden;
  margin-bottom: 2px;
  margin-right: 2px;
  -webkit-flex: 0 0 calc(50% - 2px);
      -ms-flex: 0 0 calc(50% - 2px);
          flex: 0 0 calc(50% - 2px);
}
@media (min-width: 768px) {
  .video-gallery > .video-item,
  .realisation-gallery > .video-item,
  .video-gallery > .img,
  .realisation-gallery > .img {
    -webkit-flex: 0 0 calc(33.33333333% - 2px);
        -ms-flex: 0 0 calc(33.33333333% - 2px);
            flex: 0 0 calc(33.33333333% - 2px);
  }
}
@media (min-width: 1024px) {
  .video-gallery > .video-item,
  .realisation-gallery > .video-item,
  .video-gallery > .img,
  .realisation-gallery > .img {
    -webkit-flex: 0 0 calc(25% - 2px);
        -ms-flex: 0 0 calc(25% - 2px);
            flex: 0 0 calc(25% - 2px);
  }
}
.video-gallery > .video-item iframe,
.realisation-gallery > .video-item iframe,
.video-gallery > .img iframe,
.realisation-gallery > .img iframe {
  width: 100%;
  height: 190px;
}
.video-gallery > .video-item img,
.realisation-gallery > .video-item img,
.video-gallery > .img img,
.realisation-gallery > .img img {
  display: block;
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.realisation-gallery.hide-images .img:nth-child(n+9) {
  display: none;
}
.payment-success,
.payment-error {
  margin-top: 100px;
}
@media (max-width: 900px) {
  .payment-success,
  .payment-error {
    margin-top: 50px;
  }
}
.payment-error-buttons .btn {
  margin-right: 10px;
}
.cart-page {
  padding: 40px 15px 50px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .cart-page {
    padding: 50px 15px 50px;
  }
}
.cart-page .cart-h2 {
  color: #9a999f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  font-family: Roboto, Arial, sans-serif;
  text-align: left;
  margin-bottom: 10px;
}
.cart-page .form_error {
  color: #c00518;
  display: block;
  margin: 5px 0 20px;
}
.cart-page .form_error p {
  margin-bottom: 5px;
}
.cart-page .form_error p.success {
  color: #47b444;
}
.cart-page span.error {
  color: #c00518;
  display: block;
  margin: 5px 0 15px;
}
/* Cart table */
.cart-table {
  margin-bottom: 40px;
}
.cart-table .cart-item {
  border: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 10px;
}
.cart-table .name {
  font-size: 20px;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 300;
  color: #044d8d;
  padding: 20px 35px 25px 85px;
  min-height: 80px;
}
.cart-table .name a {
  text-decoration: none;
}
.cart-table .price {
  color: #0b0100;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20px */
  line-height: 34px;
  font-weight: 700;
  float: right;
  margin-right: 3px;
  text-align: right;
  display: inline-block;
  padding-left: 30px;
  width: 160px;
  width: 10rem;
}
.cart-table .price span {
  color: #000000;
  font-weight: 300;
}
.cart-table .product-size-wrap {
  display: inline-block;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.cart-table .product-size {
  border: 1px solid #044d8d;
  background-color: #ffffff;
  color: #044d8d;
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  font-weight: 400;
  text-align: center;
  min-width: 34px;
  display: inline-block;
  height: 35px;
  border-radius: 3px;
  padding: 8px 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.cart-table .product-size.value {
  border: none;
}
.cart-table .product-size:last-child {
  margin-right: 0;
}
.cart-table .image-wrap {
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cart-table .image-wrap .image-inner {
  display: inline-block;
}
.cart-table .image-wrap img {
  max-width: 60px;
  max-height: 60px;
}
.cart-table .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: inline-block;
}
.cart-table .remove:hover span {
  background-color: #48484a;
}
.cart-table .remove span {
  background-color: #7a7b7e;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 22px;
  height: 3px;
  position: absolute;
}
.cart-table .remove span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
  left: 2px;
}
.cart-table .remove span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
  right: 2px;
}
.cart-table .count {
  float: left;
}
.cart-table .count .value {
  position: relative;
  padding-right: 35px;
  font-weight: 700;
  text-align: right;
  padding: 5px 10px 7px 7px;
}
.cart-table .count .pcs {
  /*position: absolute;
            top: 8px;
            right: 0;
            width: 30px;
            color: @black;
            font-weight: 300;
            font-size: 1.125rem;   /* 18px
            text-align: left;*/
  position: relative;
  right: 0;
  width: 30px;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  text-align: left;
  margin-left: 2px;
}
.cart-table .count span {
  display: inline-block;
}
.cart-table .count .total-count {
  width: 50px;
}
.cart-table .count .total-count .number {
  font-size: 18px;
}
.cart-table .count .total-count .value {
  position: static;
  text-align: left;
}
.cart-table .count .total-count .pcs {
  position: static;
}
.cart-table .cart-subitems {
  margin-bottom: 30px;
  margin-left: 20px;
}
.cart-table .cart-subitems h6 {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cart-table .subitem {
  padding: 10px 25px 0 0;
  position: relative;
  zoom: 1;
}
.cart-table .subitem:before,
.cart-table .subitem:after {
  display: table;
  content: "";
  zoom: 1;
}
.cart-table .subitem:after {
  clear: both;
}
.cart-table .subitem .price {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 300;
  text-align: right;
  float: right;
  display: inline-block;
  margin-right: 0px;
  padding-top: 0;
  margin-top: -5px;
}
.cart-table .subitem .price span {
  color: #000000;
  font-weight: 300;
}
.cart-table .subitem .name {
  font-size: 20px;
  font-size: 1.25rem;
  /* 20px */
  padding: 0 15px 5px 0;
  float: left;
  display: inline-block;
  min-height: 0;
}
.cart-table .cart-total {
  margin: 15px 0 10px;
  zoom: 1;
  color: #0b0100;
}
.cart-table .cart-total:before,
.cart-table .cart-total:after {
  display: table;
  content: "";
  zoom: 1;
}
.cart-table .cart-total:after {
  clear: both;
}
.cart-table .cart-total .table {
  display: table;
}
@media (max-width: 500px) {
  .cart-table .cart-total .table {
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-table .cart-total .table {
    float: right;
  }
}
.cart-table .cart-total .table-row {
  display: table-row;
}
@media (max-width: 500px) {
  .cart-table .cart-total .table-row {
    display: block;
    margin-bottom: 10px;
  }
}
.cart-table .cart-total .table-row.red {
  color: #c00518;
}
.cart-table .cart-total .table-row.red .td:last-child span {
  color: #c00518;
  font-weight: 700;
}
.cart-table .cart-total .table-row:last-child .td:last-child {
  font-size: 28px;
  font-size: 1.75rem;
  /* 28px */
}
@media (max-width: 500px) {
  .cart-table .cart-total .table-row:last-child .td:last-child {
    font-size: 1.5rem;
    /* 24px */
  }
}
.cart-table .cart-total .td {
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 500px) {
  .cart-table .cart-total .td {
    display: block;
  }
}
.cart-table .cart-total .td:first-child {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  padding: 5px 50px 5px 0;
  text-align: right;
}
@media (max-width: 500px) {
  .cart-table .cart-total .td:first-child {
    font-size: 1rem;
    /* 16px */
    text-align: left;
  }
}
.cart-table .cart-total .td:last-child {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20px */
  padding: 5px 0;
  text-align: right;
}
@media (max-width: 500px) {
  .cart-table .cart-total .td:last-child {
    font-size: 1.25rem;
    /* 20px */
    text-align: right;
  }
}
.cart-table .cart-total .td:last-child span {
  font-weight: 300;
  color: #7a7b7e;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20px */
}
@media (max-width: 500px) {
  .cart-table .cart-total .td:last-child span {
    font-size: 1.25rem;
    /* 20px */
  }
}
.cart-table .product-specs {
  zoom: 1;
  padding: 0 19px;
}
.cart-table .product-specs:before,
.cart-table .product-specs:after {
  display: table;
  content: "";
  zoom: 1;
}
.cart-table .product-specs:after {
  clear: both;
}
.cart-table .product-specs-inner {
  zoom: 1;
  display: inline-block;
  margin-right: 8px;
}
.cart-table .product-specs-inner:before,
.cart-table .product-specs-inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.cart-table .product-specs-inner:after {
  clear: both;
}
.cart-table-finish .items-count {
  width: auto;
  margin-right: 15px;
  padding-top: 6px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a7b7e;
}
.cart-table-finish .items-count .number {
  margin-right: 4px;
}
.cart-table-finish .items-count .number-text {
  color: #044d8d;
  font-weight: 700;
}
.cart-table-finish .cart-total {
  padding-right: 25px;
}
.cart-table-finish .cart-total .total-price {
  margin-top: 20px;
}
.cart-table-finish .cart-total .title {
  width: 225px;
}
.cart-table-finish .cart-total .price-money {
  width: 200px;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  text-align: right;
}
.cart-table-finish .cart-total .total-price .price-money {
  font-size: 34px;
  font-size: 2.125rem;
  /* 34px */
  padding-right: 0;
}
@media (min-width: 480px) {
  .cart-table .cart-total {
    text-align: right;
    padding-right: 20px;
  }
  .cart-table .cart-total .title,
  .cart-table .cart-total .price-money {
    float: none;
    margin-right: -25px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .cart-table .items-count .plusValue {
    padding: 2px 10px 10px;
  }
  .cart-table .cart-subitems {
    padding-left: 100px;
    margin-top: 0px;
  }
  .cart-table-finish .cart-total .title {
    width: 300px;
    padding-right: 70px;
  }
}
@media (max-width: 1050px) {
  .product-specs-inner {
    margin-left: 100px;
  }
  .items-count {
    margin-top: 0px;
  }
}
@media (max-width: 785px) {
  .product-specs-inner {
    margin-left: 0px;
  }
}
@media (max-width: 540px) {
  .cart-table .price {
    padding: 10px 0px;
  }
  .cart-item .subitem .price {
    padding-left: 0px;
    margin-top: 0px;
  }
  .cart-item .items-count {
    margin-top: -10px;
  }
  .product-specs .price {
    padding: 0px;
  }
  .cart-table .cart-total {
    text-align: left;
  }
}
@media (min-width: 1050px) {
  .cart-table .priceRepeat .repeat-pay {
    position: relative;
    top: -5px;
  }
  .cart-table .name {
    padding-right: 480px;
  }
  .cart-table .product-specs {
    position: absolute;
    top: 23px;
    right: 25px;
  }
  .cart-table .subitem .name {
    padding-right: 15px;
  }
  .cart-table .remove {
    top: 27px;
  }
  .cart-table-finish .cart-total {
    padding-right: 45px;
  }
}
/* Discount code */
.discount-code {
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .discount-code {
    margin-bottom: 0;
  }
}
.discount-code input[type="text"] {
  border: none;
}
.discount-code input[type="submit"] {
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  width: 75px;
  height: 40px;
  padding: 8px 15px;
}
.discount-code .discount {
  padding: 10px 100px 10px 10px ;
  position: relative;
  border: 1px solid #e7e7e7;
}
.discount-total-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}
/* Cart menu */
.cart-menu {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  font-weight: 300;
  text-align: left;
  margin-bottom: 50px;
  color: #ffffff;
  padding: 0 10px;
}
.cart-menu .menu-item {
  height: 40px;
  padding: 10px;
  background-color: #e7e7e7;
}
.cart-menu .menu-item.selected {
  background-color: #044d8d;
}
.cart-menu .menu-item.done {
  background-color: #47b444;
}
.cart-menu .name {
  margin-bottom: 0;
  display: inline-block;
}
.cart-menu .name:after {
  content: ':';
}
.cart-menu .title {
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .cart-menu {
    text-align: center;
    font-size: 1.0625rem;
    /* 17px */
    padding: 0;
  }
  .cart-menu .menu-item {
    height: 90px;
    padding: 12px 10px 8px;
    position: relative;
    overflow: hidden;
  }
  .cart-menu .menu-item:before,
  .cart-menu .menu-item:after {
    position: absolute;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
  }
  .cart-menu .menu-item:before {
    z-index: 10;
    top: -15px;
    border-width: 60px 0 60px 13px;
  }
  .cart-menu .menu-item:after {
    z-index: 15;
    top: 0;
    border-width: 45px 0 45px 10px;
  }
  .cart-menu .menu-item:first-child:before {
    content: none;
  }
  .cart-menu .menu-item.done {
    background-image: url('../images/jpg/done-tick.jpg');
    background-position: 30px center;
    background-repeat: no-repeat;
  }
  .cart-menu .menu-item.done + .menu-item.selected:before {
    border-color: transparent transparent transparent #ffffff;
  }
  .cart-menu .menu-item.done + .menu-item.selected:after {
    z-index: 15;
    top: 0;
    border-width: 45px 0 45px 10px;
    border-color: transparent transparent transparent #47b444;
  }
  .cart-menu .menu-item.done + .menu-item.disabled:before {
    border-color: transparent transparent transparent #ffffff;
  }
  .cart-menu .menu-item.done + .menu-item.disabled:after {
    border-color: transparent transparent transparent #47b444;
  }
  .cart-menu .menu-item.disabled + .menu-item.disabled:before {
    border-color: transparent transparent transparent #ffffff;
  }
  .cart-menu .menu-item.disabled + .menu-item.disabled:after {
    border-color: transparent transparent transparent #e7e7e7;
  }
  .cart-menu .menu-item.selected + .menu-item.disabled:before {
    border-color: transparent transparent transparent #ffffff;
  }
  .cart-menu .menu-item.selected + .menu-item.disabled:after {
    border-color: transparent transparent transparent #044d8d;
  }
  .cart-menu .menu-item.done + .menu-item.done:before {
    border-color: transparent transparent transparent #ffffff;
  }
  .cart-menu .menu-item.done + .menu-item.done:after {
    border-color: transparent transparent transparent #47b444;
  }
  .cart-menu .name,
  .cart-menu .title {
    display: block;
  }
  .cart-menu .name {
    margin: 10px 0;
  }
  .cart-menu .name:after {
    content: none;
  }
}
@media (min-width: 880px) {
  .cart-menu {
    font-size: 1.25rem;
    /* 20px */
  }
  .cart-menu .menu-item {
    height: 90px;
  }
  .cart-menu .name {
    margin: 7px 0 10px;
  }
}
@media (min-width: 992px) {
  .cart-menu {
    font-size: 1.375rem;
    /* 22px */
  }
}
/* Cart note */
.cart-note {
  border: 1px solid #044d8d;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  margin-bottom: 35px;
}
.cart-note .red {
  color: #044d8d;
}
.cart-note .bold {
  font-weight: 700;
}
.cart-note .upper {
  text-transform: uppercase;
}
.cart-note p {
  margin-bottom: 0;
  line-height: 1.2;
}
.cart-note a {
  color: #044d8d;
}
.cart-note .price {
  font-size: 28px;
  font-size: 1.75rem;
  /* 28px */
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  padding-left: 20px;
  margin-top: 20px;
}
.cart-note .currency {
  font-weight: 300;
}
.repeat {
  padding: 90px 30px 20px 20px;
  background: url('../images/png/repeat.png') center 15px no-repeat;
  background-size: 45px auto;
}
@media (min-width: 480px) {
  .repeat {
    padding: 20px 30px 20px 100px;
    background-position: 25px center;
  }
}
@media (min-width: 768px) {
  .cart-note {
    font-size: 1.125rem;
    /* 18px */
  }
  .cart-note .price {
    font-size: 2.125rem;
    /* 34px */
    margin-top: 0;
  }
  .cart-note .table {
    display: table;
    width: 100%;
  }
  .cart-note .table .td {
    display: table-cell;
    vertical-align: middle;
  }
  .repeat {
    padding: 20px 30px 20px 130px;
    background-size: auto;
  }
}
/* Form address */
.form-address {
  margin-bottom: 45px;
}
.form-address h2 {
  color: #044d8d;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24px */
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  font-family: Roboto, Arial, sans-serif;
}
.form-address h2 span {
  color: #9a999f;
  font-weight: 300;
}
.form-address label {
  font-weight: 400;
  color: #7a7b7e;
  font-size: 16px;
  display: block;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
}
.form-address label a {
  text-decoration: none;
}
.form-address label a:hover {
  text-decoration: none;
}
.form-address input[type="text"],
.form-address input[type="email"],
.form-address textarea,
.form-address select {
  border: 1px solid #9a999f;
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #27282b;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20px */
}
.form-address input[type="text"],
.form-address input[type="email"],
.form-address select {
  height: 40px;
}
.form-address input[type="text"].error,
.form-address input[type="email"].error {
  border-color: #c00518;
  color: #c00518;
}
.form-address select {
  padding: 0 50px 0 15px;
}
.form-address textarea {
  height: 150px;
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  font-weight: 400;
  resize: none;
  border-color: #e7e7e7;
}
.form-address .textarea-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.form-address .textarea-wrap label {
  color: #044d8d;
}
.form-address .textarea-wrap div {
  line-height: 1.3;
}
.form-address .form-part {
  border: 1px solid #e7e7e7;
}
.form-address .form-item-group > div:first-child {
  padding-right: 5px;
}
.form-address .form-item-group > div:last-child {
  padding-left: 5px;
}
.form-address .form-item {
  margin-bottom: 12px;
}
.form-address .form-item.form-item-billing-firm {
  margin-top: 40px;
}
.form-address .form-item p {
  color: #515151;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.form-address input[type="checkbox"] {
  display: none;
}
.form-address input[type="checkbox"] + label {
  position: relative;
  font-weight: 300;
  padding-left: 25px;
}
.form-address input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border: 1px solid #9a999f;
}
.form-address input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 14px;
  font-weight: bold;
  color: #044d8d;
  text-align: center;
  line-height: 15px;
}
.form-address input.error[type="checkbox"] + label::before,
.form-address input.error[type="radio"] + label::before {
  box-shadow: 0 0 3px #c00518;
  border-color: #c00518;
}
.form-address .left .form-part,
.form-address .right .form-part {
  padding: 20px;
}
.form-address .left .form-part {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .form-address .left .form-part {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .form-address .col-del-address {
    min-height: 700px;
  }
}
.form-address .checkbox-wrap {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  margin-top: 40px;
}
.form-address .checkbox-wrap label {
  margin-top: 10px;
}
.form-address .checkbox-wrap input[type="checkbox"] + label::before {
  top: 1px;
}
.form-address .delivery-address-hidden,
.form-address .billing-firm-info {
  display: none;
}
.form-address .order-required-legend {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #d4d4d4;
  padding-top: 50px;
}
.form-address .order-required-legend p {
  line-height: 19.2px;
  line-height: 1.2rem;
}
.form-address .order-required-legend p span {
  display: inline-block;
  width: 50px;
}
@media (max-width: 479px) {
  .form-address .form-item-group > .col-xs-4,
  .form-address .form-item-group > .col-xs-8 {
    width: 100%;
  }
  .form-address .form-item-group > .col-xs-4:first-child,
  .form-address .form-item-group > .col-xs-8:first-child {
    padding-right: 15px;
  }
  .form-address .form-item-group > .col-xs-4:last-child,
  .form-address .form-item-group > .col-xs-8:last-child {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .form-address .left .form-part,
  .form-address .right .form-part {
    padding: 40px;
  }
  .form-address .right .form-part {
    padding-top: 19px;
  }
}
.form-address-finish .form-item {
  margin-bottom: 20px;
}
.form-address-finish .form-item p {
  margin-bottom: 0;
}
/* Payment */
.payment {
  margin-bottom: 60px;
}
.payment h2 {
  color: #044d8d;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24px */
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 15px;
  font-family: Roboto, Arial, sans-serif;
}
.payment .payment-part,
.payment .transport-part {
  border: 1px solid #e7e7e7;
  padding: 25px 0px 20px 20px;
}
@media (min-width: 992px) {
  .payment .payment-part,
  .payment .transport-part {
    padding: 30px 40px 25px 35px;
  }
}
.payment .payment-part {
  color: #7a7b7e;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.25;
  font-weight: 300;
}
.payment .payment-part .black {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: -2px;
}
.payment .payment-part table td,
.payment .payment-part .table td,
.payment .payment-part table .td,
.payment .payment-part .table .td {
  vertical-align: middle;
}
.payment .payment-part p {
  margin-bottom: 0;
  vertical-align: top;
  display: inline-block;
  line-height: 0.9;
}
.payment .transport-part {
  margin-bottom: 40px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .payment .transport-part {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .payment .transport-part {
    padding-right: 40px;
  }
}
.payment .transport-part p {
  color: #9a999f;
  font-size: 15px;
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.25;
  font-weight: 400;
}
.payment .transport-part p.price {
  color: #27282b;
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  line-height: 1.25;
  font-weight: 300;
}
.payment .transport-part table td:first-child,
.payment .transport-part .table td:first-child,
.payment .transport-part table .td:first-child,
.payment .transport-part .table .td:first-child {
  padding-right: 15px;
}
.payment .transport-part table td:last-child,
.payment .transport-part .table td:last-child,
.payment .transport-part table .td:last-child,
.payment .transport-part .table .td:last-child {
  color: #9a999f;
  line-height: 1.2;
}
.payment .zasilkovna-name {
  color: #000;
  font-weight: 400;
  padding-bottom: 6px;
}
.payment .btn-not-initialized {
  display: none;
}
.payment .delivery-row:not(.selected-delivery) .zasilkovna-delivery-details {
  display: none;
}
.payment input[type="radio"] {
  display: none;
}
.payment input[type="radio"] + label {
  position: relative;
  /*        width: 20px;
        height: 20px;*/
  display: inline-block;
}
.payment input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid #9a999f;
  border-radius: 50%;
  box-sizing: border-box;
}
.payment input[type="radio"] + label:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: transparent;
  border-radius: 50%;
}
.payment input[type="radio"]:checked + label:after {
  background-color: #044d8d;
}
.payment table,
.payment .table {
  width: 100%;
  color: #232323;
}
.payment table td,
.payment .table td,
.payment table .td,
.payment .table .td {
  vertical-align: top;
  padding: 10px 0;
}
.payment table td:first-child,
.payment .table td:first-child,
.payment table .td:first-child,
.payment .table .td:first-child {
  padding-right: 10px;
  white-space: nowrap;
}
.payment table td:last-child,
.payment .table td:last-child,
.payment table .td:last-child,
.payment .table .td:last-child {
  width: 100%;
}
.payment img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  max-width: 55px;
}
.payment .black {
  font-weight: 900;
  color: #232323;
}
@media (max-width: 420px) {
  .payment .payment-part img.visa {
    max-width: 38px;
    margin-right: 10px;
  }
  .payment .transport-part img {
    max-width: 60px;
  }
}
@media (min-width: 480px) {
  .payment .table {
    display: table;
  }
  .payment .td {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .payment .table,
  .payment .td {
    display: block;
  }
}
@media (min-width: 992px) {
  .payment .table {
    display: table;
  }
  .payment .td {
    display: table-cell;
  }
}
/* Package detail */
.package-detail {
  margin-bottom: 70px;
}
.package-detail h1 {
  color: #044d8d;
  font-weight: 400;
  line-height: 1.1;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36px */
  margin-bottom: 20px;
}
.package-detail .image-part {
  text-align: center;
}
.package-detail .image-wrap {
  min-height: 300px;
  padding-right: 30px;
  padding-top: 50px;
}
.package-detail .image-wrap img {
  max-width: 100%;
}
.package-detail .price {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24px */
  font-weight: 700;
  line-height: 1.6;
  margin-right: 35px;
}
.package-detail .text {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .package-detail .info-text {
    float: right;
  }
  .package-detail .image-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .package-detail h1 {
    font-size: 3rem;
    /* 48px */
  }
}
/* Detailed info */
.detailed-info {
  margin-bottom: 100px;
}
.detailed-info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  /* 24px */
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000000;
}
@media (min-width: 900px) {
  .detailed-info .text {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 25px;
            column-gap: 25px;
  }
}
/* Bullets */
.check-bullets {
  margin-bottom: 25px;
}
.check-bullets h6 {
  list-style: none;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 5px;
}
.check-bullets li {
  list-style: none;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  line-height: 1.3;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.check-bullets li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 12px;
  background: url('../images/png/red-check.png') center center no-repeat;
}
/* Items count */
.items-count {
  margin-bottom: 30px;
}
.items-count h6 {
  color: #0b0100;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.1;
  margin-bottom: 8px;
}
.items-count .value {
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #044d8d;
  font-weight: 400;
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  text-align: center;
  height: 35px;
  width: 90px;
  padding: 8px 10px 10px;
  vertical-align: middle;
}
.items-count .plus,
.items-count .minus {
  position: relative;
  width: 34px;
  height: 35px;
  margin-right: 5px;
  vertical-align: middle;
}
.items-count .plus span,
.items-count .minus span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  display: inline-block;
}
.items-count .plus span:first-child,
.items-count .minus span:first-child {
  width: 16px;
  height: 2px;
}
.items-count .plus:hover span,
.items-count .minus:hover span {
  background-color: #ffffff;
}
.items-count .plus span:last-child {
  width: 2px;
  height: 16px;
}
.items-count .btn-count {
  background-color: #044d8d;
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.items-count .btn-count:hover {
  background-color: #03325b;
}
/* Accessories detail */
.accessories-detail {
  margin-bottom: 25px;
}
.accessories-detail h1 {
  color: #044d8d;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36px */
  margin-bottom: 15px;
}
.accessories-detail .price {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24px */
  font-weight: 700;
  line-height: 1.6;
  margin-right: 35px;
}
.accessories-detail .info-text {
  margin-bottom: 70px;
}
.accessories-detail .slider-wrap {
  margin-bottom: 15px;
}
.accessories-detail .slider-image {
  margin-bottom: 15px;
}
.accessories-detail .slider-image a {
  display: inline-block;
}
.accessories-detail .slider-image img {
  max-width: 100%;
}
.accessories-detail .slider-pager {
  zoom: 1;
}
.accessories-detail .slider-pager:before,
.accessories-detail .slider-pager:after {
  display: table;
  content: "";
  zoom: 1;
}
.accessories-detail .slider-pager:after {
  clear: both;
}
.accessories-detail .slider-pager div {
  float: left;
  width: 25%;
  padding: 0 8px 8px;
}
.accessories-detail .slider-pager div:nth-child(4n) {
  padding-right: 0;
}
.accessories-detail .slider-pager div:nth-child(4n+1) {
  padding-left: 0;
}
.accessories-detail .slider-pager a {
  display: block;
  text-align: center;
}
.accessories-detail .slider-pager img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .accessories-detail .info-text {
    float: right;
    margin-bottom: 20px;
  }
  .accessories-detail .image-wrap {
    padding-top: 0;
  }
  .accessories-detail .slider-wrap {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .accessories-detail h1 {
    font-size: 3rem;
    /* 48px */
  }
}
/* Popup */
.popup {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 20;
  margin-top: -150px;
  padding: 0 30px 30px;
}
.popup .popup-inner {
  background-color: #ffffff;
  padding: 40px 50px 50px;
}
.popup .row {
  margin: 0;
}
.popup h5 {
  font-size: 24px;
  font-size: 1.5rem;
  /* 24px */
  font-weight: 300;
  text-align: left;
  color: #000000;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .popup h5 {
    font-size: 1.75rem;
    /* 28px */
  }
}
.popup .btn-wrap {
  zoom: 1;
}
.popup .btn-wrap:before,
.popup .btn-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.popup .btn-wrap:after {
  clear: both;
}
.popup .btn-medium {
  float: left;
  margin: 5px 0 10px;
}
.popup .btn-large {
  float: right;
}
.dark-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
/* Free delivery */
.free-delivery {
  margin-bottom: 60px;
}
.free-delivery .line {
  border-radius: 5px;
  background-color: #e7e7e7;
  position: relative;
  padding-right: 20px;
}
.free-delivery .progress {
  height: 23px;
  background-color: #47b444;
  width: 0;
}
.free-delivery .line-inner {
  position: relative;
}
.free-delivery .car {
  position: absolute;
  top: 0;
  left: 0;
}
.free-delivery .car svg {
  width: 40px;
  height: 23px;
  position: relative;
  left: -5px;
  z-index: 10;
}
.free-delivery .text {
  color: #a7a7a7;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.free-delivery .text strong {
  color: #232323;
}
@-webkit-keyframes progAnim0 {
  from {
    width: 0%;
  }
  to {
    width: 0%;
  }
}
@keyframes progAnim0 {
  from {
    width: 0%;
  }
  to {
    width: 0%;
  }
}
@-webkit-keyframes carAnim0 {
  from {
    left: 0%;
  }
  to {
    left: 0%;
  }
}
@keyframes carAnim0 {
  from {
    left: 0%;
  }
  to {
    left: 0%;
  }
}
.free-delivery[data-progress="0"] .progress,
.free-delivery[data-progress="0"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="0"] .progress {
  -webkit-animation-name: progAnim0;
          animation-name: progAnim0;
}
.free-delivery[data-progress="0"] .car {
  -webkit-animation-name: carAnim0;
          animation-name: carAnim0;
}
@-webkit-keyframes progAnim5 {
  from {
    width: 0%;
  }
  to {
    width: 5%;
  }
}
@keyframes progAnim5 {
  from {
    width: 0%;
  }
  to {
    width: 5%;
  }
}
@-webkit-keyframes carAnim5 {
  from {
    left: 0%;
  }
  to {
    left: 5%;
  }
}
@keyframes carAnim5 {
  from {
    left: 0%;
  }
  to {
    left: 5%;
  }
}
.free-delivery[data-progress="5"] .progress,
.free-delivery[data-progress="5"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="5"] .progress {
  -webkit-animation-name: progAnim5;
          animation-name: progAnim5;
}
.free-delivery[data-progress="5"] .car {
  -webkit-animation-name: carAnim5;
          animation-name: carAnim5;
}
@-webkit-keyframes progAnim10 {
  from {
    width: 0%;
  }
  to {
    width: 10%;
  }
}
@keyframes progAnim10 {
  from {
    width: 0%;
  }
  to {
    width: 10%;
  }
}
@-webkit-keyframes carAnim10 {
  from {
    left: 0%;
  }
  to {
    left: 10%;
  }
}
@keyframes carAnim10 {
  from {
    left: 0%;
  }
  to {
    left: 10%;
  }
}
.free-delivery[data-progress="10"] .progress,
.free-delivery[data-progress="10"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="10"] .progress {
  -webkit-animation-name: progAnim10;
          animation-name: progAnim10;
}
.free-delivery[data-progress="10"] .car {
  -webkit-animation-name: carAnim10;
          animation-name: carAnim10;
}
@-webkit-keyframes progAnim15 {
  from {
    width: 0%;
  }
  to {
    width: 15%;
  }
}
@keyframes progAnim15 {
  from {
    width: 0%;
  }
  to {
    width: 15%;
  }
}
@-webkit-keyframes carAnim15 {
  from {
    left: 0%;
  }
  to {
    left: 15%;
  }
}
@keyframes carAnim15 {
  from {
    left: 0%;
  }
  to {
    left: 15%;
  }
}
.free-delivery[data-progress="15"] .progress,
.free-delivery[data-progress="15"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="15"] .progress {
  -webkit-animation-name: progAnim15;
          animation-name: progAnim15;
}
.free-delivery[data-progress="15"] .car {
  -webkit-animation-name: carAnim15;
          animation-name: carAnim15;
}
@-webkit-keyframes progAnim20 {
  from {
    width: 0%;
  }
  to {
    width: 20%;
  }
}
@keyframes progAnim20 {
  from {
    width: 0%;
  }
  to {
    width: 20%;
  }
}
@-webkit-keyframes carAnim20 {
  from {
    left: 0%;
  }
  to {
    left: 20%;
  }
}
@keyframes carAnim20 {
  from {
    left: 0%;
  }
  to {
    left: 20%;
  }
}
.free-delivery[data-progress="20"] .progress,
.free-delivery[data-progress="20"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="20"] .progress {
  -webkit-animation-name: progAnim20;
          animation-name: progAnim20;
}
.free-delivery[data-progress="20"] .car {
  -webkit-animation-name: carAnim20;
          animation-name: carAnim20;
}
@-webkit-keyframes progAnim25 {
  from {
    width: 0%;
  }
  to {
    width: 25%;
  }
}
@keyframes progAnim25 {
  from {
    width: 0%;
  }
  to {
    width: 25%;
  }
}
@-webkit-keyframes carAnim25 {
  from {
    left: 0%;
  }
  to {
    left: 25%;
  }
}
@keyframes carAnim25 {
  from {
    left: 0%;
  }
  to {
    left: 25%;
  }
}
.free-delivery[data-progress="25"] .progress,
.free-delivery[data-progress="25"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="25"] .progress {
  -webkit-animation-name: progAnim25;
          animation-name: progAnim25;
}
.free-delivery[data-progress="25"] .car {
  -webkit-animation-name: carAnim25;
          animation-name: carAnim25;
}
@-webkit-keyframes progAnim30 {
  from {
    width: 0%;
  }
  to {
    width: 30%;
  }
}
@keyframes progAnim30 {
  from {
    width: 0%;
  }
  to {
    width: 30%;
  }
}
@-webkit-keyframes carAnim30 {
  from {
    left: 0%;
  }
  to {
    left: 30%;
  }
}
@keyframes carAnim30 {
  from {
    left: 0%;
  }
  to {
    left: 30%;
  }
}
.free-delivery[data-progress="30"] .progress,
.free-delivery[data-progress="30"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="30"] .progress {
  -webkit-animation-name: progAnim30;
          animation-name: progAnim30;
}
.free-delivery[data-progress="30"] .car {
  -webkit-animation-name: carAnim30;
          animation-name: carAnim30;
}
@-webkit-keyframes progAnim35 {
  from {
    width: 0%;
  }
  to {
    width: 35%;
  }
}
@keyframes progAnim35 {
  from {
    width: 0%;
  }
  to {
    width: 35%;
  }
}
@-webkit-keyframes carAnim35 {
  from {
    left: 0%;
  }
  to {
    left: 35%;
  }
}
@keyframes carAnim35 {
  from {
    left: 0%;
  }
  to {
    left: 35%;
  }
}
.free-delivery[data-progress="35"] .progress,
.free-delivery[data-progress="35"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="35"] .progress {
  -webkit-animation-name: progAnim35;
          animation-name: progAnim35;
}
.free-delivery[data-progress="35"] .car {
  -webkit-animation-name: carAnim35;
          animation-name: carAnim35;
}
@-webkit-keyframes progAnim40 {
  from {
    width: 0%;
  }
  to {
    width: 40%;
  }
}
@keyframes progAnim40 {
  from {
    width: 0%;
  }
  to {
    width: 40%;
  }
}
@-webkit-keyframes carAnim40 {
  from {
    left: 0%;
  }
  to {
    left: 40%;
  }
}
@keyframes carAnim40 {
  from {
    left: 0%;
  }
  to {
    left: 40%;
  }
}
.free-delivery[data-progress="40"] .progress,
.free-delivery[data-progress="40"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="40"] .progress {
  -webkit-animation-name: progAnim40;
          animation-name: progAnim40;
}
.free-delivery[data-progress="40"] .car {
  -webkit-animation-name: carAnim40;
          animation-name: carAnim40;
}
@-webkit-keyframes progAnim45 {
  from {
    width: 0%;
  }
  to {
    width: 45%;
  }
}
@keyframes progAnim45 {
  from {
    width: 0%;
  }
  to {
    width: 45%;
  }
}
@-webkit-keyframes carAnim45 {
  from {
    left: 0%;
  }
  to {
    left: 45%;
  }
}
@keyframes carAnim45 {
  from {
    left: 0%;
  }
  to {
    left: 45%;
  }
}
.free-delivery[data-progress="45"] .progress,
.free-delivery[data-progress="45"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="45"] .progress {
  -webkit-animation-name: progAnim45;
          animation-name: progAnim45;
}
.free-delivery[data-progress="45"] .car {
  -webkit-animation-name: carAnim45;
          animation-name: carAnim45;
}
@-webkit-keyframes progAnim50 {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}
@keyframes progAnim50 {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}
@-webkit-keyframes carAnim50 {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}
@keyframes carAnim50 {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}
.free-delivery[data-progress="50"] .progress,
.free-delivery[data-progress="50"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="50"] .progress {
  -webkit-animation-name: progAnim50;
          animation-name: progAnim50;
}
.free-delivery[data-progress="50"] .car {
  -webkit-animation-name: carAnim50;
          animation-name: carAnim50;
}
@-webkit-keyframes progAnim55 {
  from {
    width: 0%;
  }
  to {
    width: 55%;
  }
}
@keyframes progAnim55 {
  from {
    width: 0%;
  }
  to {
    width: 55%;
  }
}
@-webkit-keyframes carAnim55 {
  from {
    left: 0%;
  }
  to {
    left: 55%;
  }
}
@keyframes carAnim55 {
  from {
    left: 0%;
  }
  to {
    left: 55%;
  }
}
.free-delivery[data-progress="55"] .progress,
.free-delivery[data-progress="55"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="55"] .progress {
  -webkit-animation-name: progAnim55;
          animation-name: progAnim55;
}
.free-delivery[data-progress="55"] .car {
  -webkit-animation-name: carAnim55;
          animation-name: carAnim55;
}
@-webkit-keyframes progAnim60 {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@keyframes progAnim60 {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes carAnim60 {
  from {
    left: 0%;
  }
  to {
    left: 60%;
  }
}
@keyframes carAnim60 {
  from {
    left: 0%;
  }
  to {
    left: 60%;
  }
}
.free-delivery[data-progress="60"] .progress,
.free-delivery[data-progress="60"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="60"] .progress {
  -webkit-animation-name: progAnim60;
          animation-name: progAnim60;
}
.free-delivery[data-progress="60"] .car {
  -webkit-animation-name: carAnim60;
          animation-name: carAnim60;
}
@-webkit-keyframes progAnim65 {
  from {
    width: 0%;
  }
  to {
    width: 65%;
  }
}
@keyframes progAnim65 {
  from {
    width: 0%;
  }
  to {
    width: 65%;
  }
}
@-webkit-keyframes carAnim65 {
  from {
    left: 0%;
  }
  to {
    left: 65%;
  }
}
@keyframes carAnim65 {
  from {
    left: 0%;
  }
  to {
    left: 65%;
  }
}
.free-delivery[data-progress="65"] .progress,
.free-delivery[data-progress="65"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="65"] .progress {
  -webkit-animation-name: progAnim65;
          animation-name: progAnim65;
}
.free-delivery[data-progress="65"] .car {
  -webkit-animation-name: carAnim65;
          animation-name: carAnim65;
}
@-webkit-keyframes progAnim70 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@keyframes progAnim70 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@-webkit-keyframes carAnim70 {
  from {
    left: 0%;
  }
  to {
    left: 70%;
  }
}
@keyframes carAnim70 {
  from {
    left: 0%;
  }
  to {
    left: 70%;
  }
}
.free-delivery[data-progress="70"] .progress,
.free-delivery[data-progress="70"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="70"] .progress {
  -webkit-animation-name: progAnim70;
          animation-name: progAnim70;
}
.free-delivery[data-progress="70"] .car {
  -webkit-animation-name: carAnim70;
          animation-name: carAnim70;
}
@-webkit-keyframes progAnim75 {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}
@keyframes progAnim75 {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}
@-webkit-keyframes carAnim75 {
  from {
    left: 0%;
  }
  to {
    left: 75%;
  }
}
@keyframes carAnim75 {
  from {
    left: 0%;
  }
  to {
    left: 75%;
  }
}
.free-delivery[data-progress="75"] .progress,
.free-delivery[data-progress="75"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="75"] .progress {
  -webkit-animation-name: progAnim75;
          animation-name: progAnim75;
}
.free-delivery[data-progress="75"] .car {
  -webkit-animation-name: carAnim75;
          animation-name: carAnim75;
}
@-webkit-keyframes progAnim80 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
@keyframes progAnim80 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes carAnim80 {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}
@keyframes carAnim80 {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}
.free-delivery[data-progress="80"] .progress,
.free-delivery[data-progress="80"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="80"] .progress {
  -webkit-animation-name: progAnim80;
          animation-name: progAnim80;
}
.free-delivery[data-progress="80"] .car {
  -webkit-animation-name: carAnim80;
          animation-name: carAnim80;
}
@-webkit-keyframes progAnim85 {
  from {
    width: 0%;
  }
  to {
    width: 85%;
  }
}
@keyframes progAnim85 {
  from {
    width: 0%;
  }
  to {
    width: 85%;
  }
}
@-webkit-keyframes carAnim85 {
  from {
    left: 0%;
  }
  to {
    left: 85%;
  }
}
@keyframes carAnim85 {
  from {
    left: 0%;
  }
  to {
    left: 85%;
  }
}
.free-delivery[data-progress="85"] .progress,
.free-delivery[data-progress="85"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="85"] .progress {
  -webkit-animation-name: progAnim85;
          animation-name: progAnim85;
}
.free-delivery[data-progress="85"] .car {
  -webkit-animation-name: carAnim85;
          animation-name: carAnim85;
}
@-webkit-keyframes progAnim90 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@keyframes progAnim90 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes carAnim90 {
  from {
    left: 0%;
  }
  to {
    left: 90%;
  }
}
@keyframes carAnim90 {
  from {
    left: 0%;
  }
  to {
    left: 90%;
  }
}
.free-delivery[data-progress="90"] .progress,
.free-delivery[data-progress="90"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="90"] .progress {
  -webkit-animation-name: progAnim90;
          animation-name: progAnim90;
}
.free-delivery[data-progress="90"] .car {
  -webkit-animation-name: carAnim90;
          animation-name: carAnim90;
}
@-webkit-keyframes progAnim95 {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}
@keyframes progAnim95 {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}
@-webkit-keyframes carAnim95 {
  from {
    left: 0%;
  }
  to {
    left: 95%;
  }
}
@keyframes carAnim95 {
  from {
    left: 0%;
  }
  to {
    left: 95%;
  }
}
.free-delivery[data-progress="95"] .progress,
.free-delivery[data-progress="95"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="95"] .progress {
  -webkit-animation-name: progAnim95;
          animation-name: progAnim95;
}
.free-delivery[data-progress="95"] .car {
  -webkit-animation-name: carAnim95;
          animation-name: carAnim95;
}
@-webkit-keyframes progAnim100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes progAnim100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes carAnim100 {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
@keyframes carAnim100 {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.free-delivery[data-progress="100"] .progress,
.free-delivery[data-progress="100"] .car {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.free-delivery[data-progress="100"] .progress {
  -webkit-animation-name: progAnim100;
          animation-name: progAnim100;
}
.free-delivery[data-progress="100"] .car {
  -webkit-animation-name: carAnim100;
          animation-name: carAnim100;
}
.cart-go-on-back {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.cart-go-on-back:before,
.cart-go-on-back:after {
  display: table;
  content: "";
  zoom: 1;
}
.cart-go-on-back:after {
  clear: both;
}
@media (min-width: 500px) {
  .cart-go-on-back {
    max-width: none;
  }
}
@media (min-width: 900px) {
  .cart-go-on-back {
    padding: 0 30px;
  }
}
.cart-go-on-back .go-back,
.cart-go-on-back .go-on {
  display: inline-block;
  position: relative;
  color: #ffffff;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  border-radius: 2px;
}
.cart-go-on-back .go-back span,
.cart-go-on-back .go-on span {
  font-size: 16px;
  font-size: 1rem;
}
.cart-go-on-back .go-back {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 10px 10px 35px;
  background-color: #a8a8a8;
}
@media (min-width: 500px) {
  .cart-go-on-back .go-back {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
  }
  .cart-go-on-back .go-back.lower {
    margin-top: 20px;
  }
}
.cart-go-on-back .go-back:hover {
  text-decoration: none;
  background-color: #8f8f8f;
}
.cart-go-on-back .go-back svg {
  fill: #c2c2c2;
  width: 10px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
}
.cart-go-on-back .go-on {
  background-color: #47b444;
  border: none;
  padding: 15px 50px 15px 18px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.cart-go-on-back .go-on:hover {
  background-color: #388f36;
  text-decoration: none;
}
@media (min-width: 500px) {
  .cart-go-on-back .go-on {
    float: right;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.cart-go-on-back .go-on svg {
  fill: #a4dba1;
  width: 15px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}
.cart-go-on-back .go-on-without-arrow {
  padding: 15px 18px;
}
/* Thanks */
@media (min-width: 1280px) {
  .thanks {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .thanks {
    margin-top: 90px;
  }
}
.thanks h1 {
  color: #044d8d;
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36px */
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: Roboto, Arial, sans-serif;
  text-transform: none;
  text-align: center;
}
.thanks .text {
  font-size: 16px;
  font-size: 1rem;
  /* 16px */
  line-height: 1.5;
  color: #7a7b7e;
  margin-bottom: 1em;
}
.thanks .team {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18px */
  color: #7a7b7e;
}
.thanks-finish-btn {
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 720px) {
  .thanks-finish-btn {
    margin-top: 70px;
  }
}
@media (min-width: 1280px) {
  .thanks-finish-btn {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .thanks-finish-btn {
    margin-bottom: 150px;
  }
}
.thanks-finish-btn .go-on {
  float: none;
  margin: 0;
}
.thanks-finish-btn .go-on svg {
  width: 15px;
}
.cart-login .cart-login-inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cart-login .cart-login-inner {
    max-width: none;
  }
}
.cart-login h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #515151;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.cart-login h2.smaller-margin {
  margin-bottom: 25px;
}
.cart-login .text {
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}
.cart-login .register-btn-wrap {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .cart-login .no-account-wrap,
  .cart-login .login-form-wrap {
    padding: 0 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cart-login .no-account-wrap {
    border-left: 1px solid #e7e7e7;
  }
}
.cart-login .login-form-wrap {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .cart-login .login-form-wrap {
    margin-bottom: 0;
  }
}
.cart-login .login-form-wrap .submit-wrap .btn {
  padding: 8px 40px;
}
.cart-login .login-form-wrap .link-wrap {
  margin-bottom: 0;
}
.cart-login .cart-login-btns {
  zoom: 1;
  margin-top: 60px;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.cart-login .cart-login-btns:before,
.cart-login .cart-login-btns:after {
  display: table;
  content: "";
  zoom: 1;
}
.cart-login .cart-login-btns:after {
  clear: both;
}
@media (min-width: 550px) {
  .cart-login .cart-login-btns {
    text-align: left;
    max-width: none;
  }
}
.cart-login .btn-cart-login-prev {
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  margin-top: 20px;
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
  background-color: #ffffff;
  font-weight: 400;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.cart-login .btn-cart-login-prev:hover {
  background-color: #a7a7a7;
  color: #ffffff;
}
@media (min-width: 550px) {
  .cart-login .btn-cart-login-prev {
    float: left;
    margin-top: 0;
  }
}
.cart-login .btn-cart-login-next {
  border: 1px solid #47b444;
  color: #ffffff;
  background-color: #47b444;
}
.cart-login .btn-cart-login-next:hover {
  background-color: #388f36;
  color: #ffffff;
}
.cart-login .no-account-separator {
  height: 50px;
}
