#imagelightbox{border-radius:10px;cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba(0,0,0,.25);box-shadow:0 0 3.125em rgba(0,0,0,.25);background:#FFF}#imagelightbox-loading,#imagelightbox-loading div{border-radius:50%}#imagelightbox-loading{background-color:#444;background-color:rgba(0,0,0,.5);padding:.5em;margin:-1em 0 0 -1em;position:fixed;z-index:10003;top:50%;left:50%;-webkit-box-shadow:0 0 2.5em rgba(0,0,0,.25);box-shadow:0 0 2.5em rgba(0,0,0,.25)}#imagelightbox-loading div{width:1.5em;height:1.5em;background-color:#fff;-webkit-animation:imagelightbox-loading .5s ease infinite;animation:imagelightbox-loading .5s ease infinite}@-webkit-keyframes imagelightbox-loading{from{opacity:.5;-webkit-transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1)}to{opacity:.5;-webkit-transform:scale(.75)}}@keyframes imagelightbox-loading{from{opacity:.5;transform:scale(.75)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.75)}}#imagelightbox-overlay{background-color:#fff;background-color:rgba(255,255,255,.9);position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0}#imagelightbox-close{width:2.5em;height:2.5em;text-align:left;background-color:#666;border-radius:50%;border:0;cursor:pointer;position:fixed;z-index:10002;top:2.5em;right:2.5em;-webkit-transition:color .3s ease;transition:color .3s ease}#imagelightbox-close:hover,#imagelightbox-close:focus{background-color:#111}#imagelightbox-close:before,#imagelightbox-close:after{width:2px;background-color:#fff;content:'';position:absolute;top:20%;bottom:20%;left:50%;margin-left:-1px}#imagelightbox-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#imagelightbox-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#imagelightbox-caption{text-align:center;color:#fff;background-color:#0A9FBB;position:fixed;z-index:10001;left:0;right:0;bottom:0;padding:.625em}.imagelightbox-arrow{border-radius:3px;width:3.75em;height:7.5em;background-color:#e92700;vertical-align:middle;display:none;border:0;cursor:pointer;position:fixed;z-index:10001;top:50%;margin-top:-3.75em}.imagelightbox-arrow:hover,.imagelightbox-arrow:focus{background-color:#e92700}.imagelightbox-arrow:active{background-color:#e92700}.imagelightbox-arrow-left{left:2.5em}.imagelightbox-arrow-right{right:2.5em}.imagelightbox-arrow:before{width:0;height:0;border:1em solid transparent;content:'';display:inline-block;margin-bottom:-0.125em}.imagelightbox-arrow-left:before{border-left:0;border-right-color:#fff;margin-left:-0.313em}.imagelightbox-arrow-right:before{border-right:0;border-left-color:#fff;margin-right:-0.313em}#imagelightbox-loading,#imagelightbox-overlay,#imagelightbox-close,#imagelightbox-caption,#imagelightbox-nav,.imagelightbox-arrow{-webkit-animation:fade-in .25s linear;animation:fade-in .25s linear}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@media only screen and (max-width:41.250em){#container{width:100%}#imagelightbox-close{top:1.25em;right:1.25em}#imagelightbox-nav{bottom:1.25em}.imagelightbox-arrow{width:2.5em;height:3.75em;margin-top:-2.75em}.imagelightbox-arrow-left{left:1.25em}.imagelightbox-arrow-right{right:1.25em}}@media only screen and (max-width:20em){.imagelightbox-arrow-left{left:0}.imagelightbox-arrow-right{right:0}}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #0CB0E6;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #0060A8;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #0060A8;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #0060A8;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #0CB0E6 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #0060A8 !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  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;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .filters-fluid {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 8px 0;
  }
  #search-params-wrapper #used-filters,
  #search-params-wrapper #inactive-filters {
    padding: 0;
    margin: 0 auto;
  }
  #used-filters .filters-fluid .used-filters-header,
  #inactive-filters .filters-fluid .used-filters-header {
    width: 255px;
    border-bottom: none;
  }
  #used-filters .filters-fluid .list,
  #inactive-filters .filters-fluid .list {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-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%;
  }
}
.clearfix:before, .social-meta:before, .eye-search-catcher:before, .premium-menu:before,
.premium__menu:before, .webinar:before, .filter-footer:before, .filter:before, .filters-container .scrollbar-inner:before, .news-meta:before, .product__eye-catcher--samples:before, .product__eye-catcher:before, .eye-catcher:before, .description-box:before, .product-one-half:before, .product-one-fourth .form:before,
.premium-product .form:before, .product-one-fourth .price:before,
.premium-product .price:before, .product-one-fourth .info:before,
.premium-product .info:before, .product-one-fourth:before,
.premium-product:before, .pager:before, .breadcrumbs:before, .btn-social:before, .table-form:before, .article-tables__td:before,
.clearfix:after,
.social-meta:after,
.eye-search-catcher:after,
.premium-menu:after,
.premium__menu:after,
.webinar:after,
.filter-footer:after,
.filter:after,
.filters-container .scrollbar-inner:after,
.news-meta:after,
.product__eye-catcher--samples:after,
.product__eye-catcher:after,
.eye-catcher:after,
.description-box:after,
.product-one-half:after,
.product-one-fourth .form:after,
.premium-product .form:after,
.product-one-fourth .price:after,
.premium-product .price:after,
.product-one-fourth .info:after,
.premium-product .info:after,
.product-one-fourth:after,
.premium-product:after,
.pager:after,
.breadcrumbs:after,
.btn-social:after,
.table-form:after,
.article-tables__td:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .social-meta:after, .eye-search-catcher:after, .premium-menu:after,
.premium__menu:after, .webinar:after, .filter-footer:after, .filter:after, .filters-container .scrollbar-inner:after, .news-meta:after, .product__eye-catcher--samples:after, .product__eye-catcher:after, .eye-catcher:after, .description-box:after, .product-one-half:after, .product-one-fourth .form:after,
.premium-product .form:after, .product-one-fourth .price:after,
.premium-product .price:after, .product-one-fourth .info:after,
.premium-product .info:after, .product-one-fourth:after,
.premium-product:after, .pager:after, .breadcrumbs:after, .btn-social:after, .table-form:after, .article-tables__td:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.form-group {
  margin-bottom: 1rem;
}

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

/**
  Nahrada za built-in compass image-url
 */
/**
 * Vypocet sirky stlpca.
 * $number je 1-12 (podla bootstrap gridu)
 */
/**
 * Vypocet sirky stlpca.
 * $number Pocet stlpcov.
 */
/* ==========================================================================
   Grid
   ========================================================================== */
.f-2020-block__header {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #393939;
  line-height: 1.2;
  margin-bottom: 32px;
}

.f-2020-article__header {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #393939;
  line-height: 1.2;
  margin-bottom: 32px;
}

.f-2020-block__body {
  background: white;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}

.articles__list-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 0;
}

.articles__list-pager {
  min-height: 35px;
}
.articles__list-pager > .pager {
  padding-bottom: 8px;
}
.articles__list-pager > .pager > a {
  background-color: #ffffff;
}
.articles__list-pager > .pager > a:last-child {
  margin-right: 0;
}

.articles__list-item {
  margin-top: 24px;
}

.articles__list-item-header {
  /* autoprefixer: off */
  max-width: 100%;
  height: 3.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}

.articles__list-item-description {
  /* autoprefixer: off */
  max-width: 100%;
  height: 5.6rem;
  font-size: 0.875rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.articles__list-item-footer {
  font-size: 12px;
  border-bottom: 1px solid #eaeff2;
  border-top: 1px solid #eee;
  padding-top: 16px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  grid-column-gap: 12px;
  align-items: center;
}

.articles__list-item-footer-a img {
  filter: grayscale(1);
  opacity: 0.55;
}
.articles__list-item-footer-a a:hover img, .articles__list-item-footer-a a:focus img {
  filter: none;
  opacity: 1;
}

.articles__list-item-footer-b {
  /* autoprefixer: off */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles__list-item-footer-b .post-list {
  color: #393939;
}

.articles__list-item-footer-c {
  text-align: right;
}

.articles__list-item-footer-date {
  color: #393939;
}

.articles__list-pager--bottom {
  margin-top: 24px;
}

.article__socials {
  display: flex;
  margin-top: 8px;
  margin-bottom: 24px;
}
.article__socials > * {
  margin-right: 8px;
}

.article__author-wrapper {
  margin-top: 8px;
  margin-bottom: 24px;
}

.article__author-wrapper--list {
  padding-left: 8px;
  padding-right: 8px;
}

.article__author {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.article__author-data {
  display: grid;
  grid-template-columns: 40px auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.article__author-image {
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.article__author-image img {
  border-radius: 50%;
}

.article__author-name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 2px;
  color: #0060a8;
}
.article__author-name a {
  text-decoration: none;
}

.article__author-more-button {
  margin-top: 16px;
  width: 100%;
}

.col-post-content .article__author-name a,
.col-post-content .article__author-more-button {
  text-decoration: none;
}

#hp-articles .col-article:nth-of-type(1) {
  margin-top: 0;
}

.articles__documents-list .articles__documents-list-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.articles__documents-list .articles__documents-list-item .list__li-dot {
  top: 4px;
  margin-right: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.articles__photogallery-container {
  padding: 16px 0;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.articles__photogallery-container .article__photogallery-swiper {
  max-width: 100vw;
}
.articles__photogallery-container a.article__photogallery-thumbnail {
  height: 200px;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.articles__photogallery-container a.article__photogallery-thumbnail img {
  max-height: 100%;
}
.articles__photogallery-container .swiper-photogallery-button-next,
.articles__photogallery-container .swiper-photogallery-button-prev {
  display: none;
}
.articles__photogallery-container .swiper-photogallery-pagination {
  bottom: 0;
}

.article-body .fr-inner {
  text-align: center;
  display: block;
  padding-top: 8px;
}

.articles__authors-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px !important;
}

.article__authors-item-wrapper {
  border: #dae0e4;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  padding: 8px;
  margin: 8px;
  width: 100%;
}
.article__authors-item-wrapper .article__author-wrapper.article__author-wrapper--list {
  width: 100%;
  padding: 0;
}
.article__authors-item-wrapper .article__author-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.article__authors-item-wrapper .articles__wrapper-text {
  padding: 0 8px;
}
.article__authors-item-wrapper .article__author {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.fr-readmore {
  color: #0060a8;
  cursor: pointer;
  transition: 0.3s linear all;
  text-decoration: underline;
  display: none;
}
.fr-readmore:hover, .fr-readmore:focus {
  color: black;
}

hr.fr-logged-in-only {
  display: none;
}

.article-detail__logged-in-only-dimmed:before {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.94) 50%);
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  transform: translateY(-120px);
}

.article-detail__logged-in-only {
  position: relative;
}
.article-detail__logged-in-only a.login-link {
  text-decoration: none;
}
.article-detail__logged-in-only .article-detail__logged-in-only-container {
  text-align: center;
}
.article-detail__logged-in-only .article-detail__logged-in-only-container .article-detail__logged-in-only-text {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.article-detail__logged-in-only .article-detail__logged-in-only-container .article-detail__logged-in-only-email > form {
  max-width: 460px;
  width: 100%;
  margin: auto;
}
.article-detail__logged-in-only .article-detail__logged-in-only-container .article-detail__logged-in-only-email p {
  margin: 16px 0;
  letter-spacing: -1px;
}
.article-detail__logged-in-only .article-detail__logged-in-only-container .article-detail__logged-in-only-email label {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.article-tables__tr--header {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: left;
  display: none;
}

.article-tables__tr--body {
  display: block;
  margin-top: 15px;
}
.article-tables__tr--body:first-child {
  margin-top: 0;
}

.article-tables__th {
  background-color: #f2f6f8;
  vertical-align: middle;
}
.article-tables__th:first-child {
  border-top-left-radius: 2px;
}
.article-tables__th:last-child {
  border-top-right-radius: 2px;
}

.article-tables__td {
  display: block;
  padding: 3px 0;
}
.article-tables__td:first-child {
  border-top: none;
}

.article-tables__td-label {
  display: block;
  width: 50%;
  float: left;
  font-weight: 700;
}

.article-tables__td-content {
  display: block;
  width: 50%;
  float: left;
}

.article-tables__td-content--delivery-date {
  white-space: nowrap;
}

.order-unlogged-address {
  width: 100%;
}

.order-step__unlogged-address {
  margin-top: 12px;
}

.order-step-unlogged-2__buttons {
  background-color: #f2f6f8;
  border-top: 1px solid #dae0e4;
  vertical-align: middle;
  padding: 7.5px;
}

.order-unlogged-2__form-h2 {
  margin: 32px 7.5px 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 0.875px solid #eaeff2;
}

.order-unlogged-2__form-customer-type,
.order-unlogged-2__form-fields {
  padding: 15px 7.5px;
}

.order-unlogged-2__form-fields {
  padding-top: 0;
}

.order-unlogged-2__form-h3 {
  color: #393939;
  font-style: italic;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.order-unlogged-2__form-h3--address {
  display: none;
  padding-left: 0;
  padding-right: 0;
}

.order-unlogged-2__form-h3--name {
  margin-top: 25px;
}

.order-step-unlogged-2__alternatives-col {
  margin-top: 48px;
}

.order-step-unlogged-2__alternative {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.order-step-unlogged-2__alternative--login {
  border-bottom: 0.875px solid #eaeff2;
}

.order-step-unlogged-2__alternative p {
  padding-left: 8px;
  padding-right: 8px;
}

#payment-list > div > label:after,
#delivery-list > div > label:after {
  top: 2px;
}

.order__underlimit-fee-description {
  font-size: 0.75rem;
  color: #c8321e;
}

.order-vat-found__form-text {
  min-height: 57px;
}

.order-vat-found__form-buttons {
  margin-top: 24px;
}

.order-vat-found__form-button {
  margin-left: 8px;
}
.order-vat-found__form-button:first-child {
  margin-left: 0;
}

.icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.icon-sm {
  font-size: 0.75em;
}

.icon-lg {
  font-size: 1.25em;
}

.icon-x2 {
  font-size: 2em;
}

.icon-x3 {
  font-size: 3em;
}

.icon-x4 {
  font-size: 4em;
}

.icon-svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: black;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.icon-svg-24x24 {
  width: 24px;
  height: 24px;
}

.icon-svg-refresh {
  -webkit-mask: url("/dist/svg/icon-refresh.svg");
          mask: url("/dist/svg/icon-refresh.svg");
}

.icon-svg-info {
  -webkit-mask: url("/dist/svg/icon-info.svg");
          mask: url("/dist/svg/icon-info.svg");
}

.icon-svg-show {
  -webkit-mask: url("/dist/svg/icon-show.svg");
          mask: url("/dist/svg/icon-show.svg");
}

.icon-svg2 {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-svg2-facebook {
  width: 20px;
  height: 20px;
}

.icon-svg2.icon-svg2-send {
  fill: #0060A8;
}

html {
  font-size: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html ::-moz-selection {
  background: #0060a8;
  color: white;
}
html ::selection {
  background: #0060a8;
  color: white;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

body {
  background-color: #eaeff2;
  color: #393939;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: default;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0060a8;
  text-decoration: none;
}
a:hover, a:focus {
  color: #004375;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

.link-underline {
  text-decoration: underline;
}

.link-alt:hover {
  text-decoration: none;
}

.link-default {
  color: #c8321e;
  text-decoration: underline;
}
.link-default:hover {
  color: #852114;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 0.875px solid #eaeff2;
}

.separator {
  border-bottom: 1px solid #eaeff2;
  padding-bottom: 15px;
}

.separator:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pull-right {
  display: block;
  float: right !important;
}

.pull-left {
  display: block;
  float: left !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.hidden {
  display: none;
}

.color-primary {
  color: #0060a8;
}

.color-primary-light, .form-popup__label-subtitle-text {
  color: #0cb0e6;
}

.color-secondary {
  color: #c8321e;
}

.color-success {
  color: #4caf50;
}

.color-warning {
  color: #f0ad4e;
}

.color-error {
  color: #a94442;
}

.color-black {
  color: #232323;
}

.color-white {
  color: #ffffff;
}

.color-muted {
  color: #cbd2db;
}

.bg-primary {
  background-color: #0060a8;
}

.bg-primary-light {
  background-color: #0cb0e6;
}

.bg-secondary {
  background-color: #c8321e;
}

.bg-success {
  background-color: #4caf50;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-error {
  background-color: #a94442;
}

.bg-black {
  background-color: #232323;
}

.bg-white {
  background-color: #ffffff;
}

.bg-muted {
  background-color: #cbd2db;
}

.alert {
  margin-top: 4px;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-success {
  background-color: #dff0d8;
  color: #128714;
  border-color: #d6e9c6;
}

.alert-error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

#order-complete section.main {
  padding-top: 0;
  padding-bottom: 0;
}

.order-complete__wrapper {
  margin-top: 48px;
  margin-bottom: 48px;
}

.order-complete__header {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0060a8;
  text-align: center;
}

section.main .order-complete__text,
section.main .order-complete__invoice-sending,
section.main .order-complete__points {
  margin-top: 24px;
  font-size: 0.875rem;
  text-align: center;
}

section.main .order-complete__invoice-sending {
  margin-top: 24px;
  font-size: 0.875rem;
}

.now-and-then__container {
  border-top: 1px solid #eaeff2;
  margin-bottom: 24px;
}

.now-and-then__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 502px;
  padding-top: 24px;
}

.now-and-then__title {
  font-size: 1.25rem;
  color: #0060a8;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.now-and-then__description {
  font-size: 0.875rem;
}

.now-and-then__image {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.now-and-then__image img {
  border: 1px solid #eaeff2;
}

.tippy-content {
  font-weight: normal;
  padding: 16px;
  text-align: left;
}

.tippy-template-content {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #0060a8;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
}

.h1,
.h2,
.h3 {
  letter-spacing: 2px;
  /*  margin-top: $line-height-computed;
  margin-bottom: $line-height-computed/2;*/
}

.h4,
.h5,
.h6 {
  letter-spacing: 1px;
  /*  margin-top: $line-height-computed/2;
  margin-bottom: $line-height-computed/2;*/
}
.h4 .icon,
.h5 .icon,
.h6 .icon {
  top: -3px;
}

.h1 {
  font-size: 35px !important;
}

.h2 {
  font-size: 29.4px !important;
}

.h3 {
  font-size: 23.8px !important;
}

.h4 {
  font-size: 17.5px !important;
}

.h5 {
  font-size: 14px !important;
}

.h6 {
  font-size: 11.9px !important;
}

p {
  margin: 0 0 10.5px;
}
p.nomargin {
  margin: 0;
}

small,
.small {
  font-size: 13px;
}

mark,
.mark {
  background-color: #f0ad4e;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-top {
  vertical-align: top;
}

.text-middle {
  vertical-align: middle;
}

.text-bottom {
  vertical-align: bottom;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.font-xxs, .form-popup__label-subtitle-text {
  font-size: 10px;
}

.font-xs, .form-popup__icon-close {
  font-size: 12px;
}

.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 14px;
}

.font-lg {
  font-size: 16px;
}

.font-xl {
  font-size: 18px;
}

.font-xxl {
  font-size: 20px;
}

.font-xxxl {
  font-size: 22px;
}

.text-muted {
  color: #cbd2db;
}

ul,
ol {
  margin-top: 0;
  padding-left: 21px;
  margin-bottom: 10.5px;
  list-style: disc;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  list-style: none;
}

.list-unstyled-alt {
  list-style: none;
  padding-left: 0;
}

.list-icon {
  list-style: none;
  padding-left: 0;
}
.list-icon > li {
  padding-left: 21px;
  position: relative;
}
.list-icon > li > .icon {
  position: absolute;
  vertical-align: middle;
  top: 3px;
  left: 0;
}
.list-icon > li > .icon.font-xs, .list-icon > li > .icon.form-popup__icon-close {
  top: 5px;
}
.list-icon > li > .icon.font-sm {
  top: 3px;
}

.list-inline {
  list-style: none;
  margin-left: -4.375px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 4.375px;
  padding-right: 4.375px;
}

.list {
  list-style: none;
  padding-left: 0;
}

.list__li {
  margin-top: 4px;
}
.list__li:first-child {
  margin-top: 0;
}

.list__li-dot {
  position: relative;
  top: 1px;
  margin-right: 4px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0.875px;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eaeff2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #dae0e4;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 13.125px;
  padding-left: 0;
  border-right: 4.375px solid #eaeff2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: "Roboto Mono";
}

code {
  padding: 1.75px 1.75px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

kbd {
  padding: 1.75px 1.75px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.25) -0.875px 0 inset;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 20px 0 10.5px;
  font-size: 13.9375px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #000000;
  background-color: #f5f5f5;
  border: 1.7421875px solid #ddd;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
}
.col.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.row {
  margin: 0 -12px;
}
.row.half {
  margin: 0 -6px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .col {
    padding-right: 6px;
    padding-left: 6px;
  }
  .row {
    margin: 0 -6px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.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, .col-xs-1-fifth, .col-xs-2-fifth, .col-xs-3-fifth, .col-xs-4-fifth, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1-fifth, .col-sm-2-fifth, .col-sm-3-fifth, .col-sm-4-fifth, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1-fifth, .col-md-2-fifth, .col-md-3-fifth, .col-md-4-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-1-fifth, .col-lg-2-fifth, .col-lg-3-fifth, .col-lg-4-fifth, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-1-fifth, .col-xl-2-fifth, .col-xl-3-fifth, .col-xl-4-fifth {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
}
.col-xs-1.half, .col-xs-2.half, .col-xs-3.half, .col-xs-4.half, .col-xs-5.half, .col-xs-6.half, .col-xs-7.half, .col-xs-8.half, .col-xs-9.half, .col-xs-10.half, .col-xs-11.half, .col-xs-12.half, .col-xs-1-fifth.half, .col-xs-2-fifth.half, .col-xs-3-fifth.half, .col-xs-4-fifth.half, .col-sm-1.half, .col-sm-2.half, .col-sm-3.half, .col-sm-4.half, .col-sm-5.half, .col-sm-6.half, .col-sm-7.half, .col-sm-8.half, .col-sm-9.half, .col-sm-10.half, .col-sm-11.half, .col-sm-12.half, .col-sm-1-fifth.half, .col-sm-2-fifth.half, .col-sm-3-fifth.half, .col-sm-4-fifth.half, .col-md-1.half, .col-md-2.half, .col-md-3.half, .col-md-4.half, .col-md-5.half, .col-md-6.half, .col-md-7.half, .col-md-8.half, .col-md-9.half, .col-md-10.half, .col-md-11.half, .col-md-12.half, .col-md-1-fifth.half, .col-md-2-fifth.half, .col-md-3-fifth.half, .col-md-4-fifth.half, .col-lg-1.half, .col-lg-2.half, .col-lg-3.half, .col-lg-4.half, .col-lg-5.half, .col-lg-6.half, .col-lg-7.half, .col-lg-8.half, .col-lg-9.half, .col-lg-10.half, .col-lg-11.half, .col-lg-12.half, .col-lg-1-fifth.half, .col-lg-2-fifth.half, .col-lg-3-fifth.half, .col-lg-4-fifth.half, .col-xl-1.half, .col-xl-2.half, .col-xl-3.half, .col-xl-4.half, .col-xl-5.half, .col-xl-6.half, .col-xl-7.half, .col-xl-8.half, .col-xl-9.half, .col-xl-10.half, .col-xl-11.half, .col-xl-12.half, .col-xl-1-fifth.half, .col-xl-2-fifth.half, .col-xl-3-fifth.half, .col-xl-4-fifth.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .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, .col-xs-1-fifth, .col-xs-2-fifth, .col-xs-3-fifth, .col-xs-4-fifth, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1-fifth, .col-sm-2-fifth, .col-sm-3-fifth, .col-sm-4-fifth, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1-fifth, .col-md-2-fifth, .col-md-3-fifth, .col-md-4-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-1-fifth, .col-lg-2-fifth, .col-lg-3-fifth, .col-lg-4-fifth, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-1-fifth, .col-xl-2-fifth, .col-xl-3-fifth, .col-xl-4-fifth {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-xs-1.half, .col-xs-2.half, .col-xs-3.half, .col-xs-4.half, .col-xs-5.half, .col-xs-6.half, .col-xs-7.half, .col-xs-8.half, .col-xs-9.half, .col-xs-10.half, .col-xs-11.half, .col-xs-12.half, .col-xs-1-fifth.half, .col-xs-2-fifth.half, .col-xs-3-fifth.half, .col-xs-4-fifth.half, .col-sm-1.half, .col-sm-2.half, .col-sm-3.half, .col-sm-4.half, .col-sm-5.half, .col-sm-6.half, .col-sm-7.half, .col-sm-8.half, .col-sm-9.half, .col-sm-10.half, .col-sm-11.half, .col-sm-12.half, .col-sm-1-fifth.half, .col-sm-2-fifth.half, .col-sm-3-fifth.half, .col-sm-4-fifth.half, .col-md-1.half, .col-md-2.half, .col-md-3.half, .col-md-4.half, .col-md-5.half, .col-md-6.half, .col-md-7.half, .col-md-8.half, .col-md-9.half, .col-md-10.half, .col-md-11.half, .col-md-12.half, .col-md-1-fifth.half, .col-md-2-fifth.half, .col-md-3-fifth.half, .col-md-4-fifth.half, .col-lg-1.half, .col-lg-2.half, .col-lg-3.half, .col-lg-4.half, .col-lg-5.half, .col-lg-6.half, .col-lg-7.half, .col-lg-8.half, .col-lg-9.half, .col-lg-10.half, .col-lg-11.half, .col-lg-12.half, .col-lg-1-fifth.half, .col-lg-2-fifth.half, .col-lg-3-fifth.half, .col-lg-4-fifth.half, .col-xl-1.half, .col-xl-2.half, .col-xl-3.half, .col-xl-4.half, .col-xl-5.half, .col-xl-6.half, .col-xl-7.half, .col-xl-8.half, .col-xl-9.half, .col-xl-10.half, .col-xl-11.half, .col-xl-12.half, .col-xl-1-fifth.half, .col-xl-2-fifth.half, .col-xl-3-fifth.half, .col-xl-4-fifth.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1170px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.col-xs-1-fifth {
  width: 20%;
}

.col-xs-2-fifth {
  width: 40%;
}

.col-xs-3-fifth {
  width: 60%;
}

.col-xs-4-fifth {
  width: 80%;
}

@media screen and (min-width: 480px) {
  .col-sm-1-fifth {
    width: 20%;
  }
  .col-sm-2-fifth {
    width: 40%;
  }
  .col-sm-3-fifth {
    width: 60%;
  }
  .col-sm-4-fifth {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1-fifth {
    width: 20%;
  }
  .col-md-2-fifth {
    width: 40%;
  }
  .col-md-3-fifth {
    width: 60%;
  }
  .col-md-4-fifth {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-1-fifth {
    width: 20%;
  }
  .col-lg-2-fifth {
    width: 40%;
  }
  .col-lg-3-fifth {
    width: 60%;
  }
  .col-lg-4-fifth {
    width: 80%;
  }
}
@media screen and (min-width: 1170px) {
  .col-xl-1-fifth {
    width: 20%;
  }
  .col-xl-2-fifth {
    width: 40%;
  }
  .col-xl-3-fifth {
    width: 60%;
  }
  .col-xl-4-fifth {
    width: 80%;
  }
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 480px) {
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1170px) {
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-offset-1-fifth {
  margin-left: 20%;
}

.col-xs-offset-2-fifth {
  margin-left: 40%;
}

.col-xs-offset-3-fifth {
  margin-left: 60%;
}

.col-xs-offset-4-fifth {
  margin-left: 80%;
}

@media screen and (min-width: 480px) {
  .col-sm-offset-1-fifth {
    margin-left: 20%;
  }
  .col-sm-offset-2-fifth {
    margin-left: 40%;
  }
  .col-sm-offset-3-fifth {
    margin-left: 60%;
  }
  .col-sm-offset-4-fifth {
    margin-left: 80%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-offset-1-fifth {
    margin-left: 20%;
  }
  .col-md-offset-2-fifth {
    margin-left: 40%;
  }
  .col-md-offset-3-fifth {
    margin-left: 60%;
  }
  .col-md-offset-4-fifth {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-offset-1-fifth {
    margin-left: 20%;
  }
  .col-lg-offset-2-fifth {
    margin-left: 40%;
  }
  .col-lg-offset-3-fifth {
    margin-left: 60%;
  }
  .col-lg-offset-4-fifth {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1170px) {
  .col-xl-offset-1-fifth {
    margin-left: 20%;
  }
  .col-xl-offset-2-fifth {
    margin-left: 40%;
  }
  .col-xl-offset-3-fifth {
    margin-left: 60%;
  }
  .col-xl-offset-4-fifth {
    margin-left: 80%;
  }
}
.no-right-padding {
  padding-right: 0;
}

.no-left-padding {
  padding-left: 0;
}

table {
  background-color: transparent;
}

.tippy-content > table {
  background-color: transparent !important;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #cbd2db;
  text-align: left;
}

th {
  text-align: left;
}

td img {
  margin: 0 auto;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dae0e4;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dae0e4;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 1px solid #dae0e4;
}
table table {
  background-color: #eaeff2;
}

.table-products {
  margin-bottom: 0;
}
.table-products a:hover img, .table-products a:focus img {
  opacity: 0.5;
}
.table-products > thead > tr > th,
.table-products > thead > tr > td,
.table-products > tbody > tr > th,
.table-products > tbody > tr > td,
.table-products > tfoot > tr > th,
.table-products > tfoot > tr > td {
  vertical-align: middle;
  border-top: 1px solid #dae0e4;
}
.table-products > thead > tr > th.vat,
.table-products > thead > tr > td.vat,
.table-products > tbody > tr > th.vat,
.table-products > tbody > tr > td.vat,
.table-products > tfoot > tr > th.vat,
.table-products > tfoot > tr > td.vat {
  vertical-align: top;
}
.table-products > thead > tr > th.no-border,
.table-products > thead > tr > td.no-border,
.table-products > tbody > tr > th.no-border,
.table-products > tbody > tr > td.no-border,
.table-products > tfoot > tr > th.no-border,
.table-products > tfoot > tr > td.no-border {
  border-top: none;
}
.table-products > thead > tr > th.basket-price-summary,
.table-products > thead > tr > td.basket-price-summary,
.table-products > tbody > tr > th.basket-price-summary,
.table-products > tbody > tr > td.basket-price-summary,
.table-products > tfoot > tr > th.basket-price-summary,
.table-products > tfoot > tr > td.basket-price-summary {
  vertical-align: top;
}
.table-products > thead > tr > th.basket-price-summary p.label,
.table-products > thead > tr > td.basket-price-summary p.label,
.table-products > tbody > tr > th.basket-price-summary p.label,
.table-products > tbody > tr > td.basket-price-summary p.label,
.table-products > tfoot > tr > th.basket-price-summary p.label,
.table-products > tfoot > tr > td.basket-price-summary p.label {
  line-height: 1.875;
}
.table-products > thead > tr > th p,
.table-products > thead > tr > td p,
.table-products > tbody > tr > th p,
.table-products > tbody > tr > td p,
.table-products > tfoot > tr > th p,
.table-products > tfoot > tr > td p {
  margin: 0;
}
.table-products > thead > tr > th p.basket-bonus,
.table-products > thead > tr > td p.basket-bonus,
.table-products > tbody > tr > th p.basket-bonus,
.table-products > tbody > tr > td p.basket-bonus,
.table-products > tfoot > tr > th p.basket-bonus,
.table-products > tfoot > tr > td p.basket-bonus {
  margin-top: 12px;
}
.table-products > thead > tr > th p.basket-price-big,
.table-products > thead > tr > td p.basket-price-big,
.table-products > tbody > tr > th p.basket-price-big,
.table-products > tbody > tr > td p.basket-price-big,
.table-products > tfoot > tr > th p.basket-price-big,
.table-products > tfoot > tr > td p.basket-price-big {
  margin-bottom: 16px;
}
.table-products > thead > tr > th p.basket-price-big.basket-price-big-top,
.table-products > thead > tr > td p.basket-price-big.basket-price-big-top,
.table-products > tbody > tr > th p.basket-price-big.basket-price-big-top,
.table-products > tbody > tr > td p.basket-price-big.basket-price-big-top,
.table-products > tfoot > tr > th p.basket-price-big.basket-price-big-top,
.table-products > tfoot > tr > td p.basket-price-big.basket-price-big-top {
  margin-bottom: 0px;
}
.table-products > thead > tr > th.price-summary,
.table-products > thead > tr > td.price-summary,
.table-products > tbody > tr > th.price-summary,
.table-products > tbody > tr > td.price-summary,
.table-products > tfoot > tr > th.price-summary,
.table-products > tfoot > tr > td.price-summary {
  padding-bottom: 0px;
}
.table-products > thead > tr > th.price-delivery,
.table-products > thead > tr > td.price-delivery,
.table-products > tbody > tr > th.price-delivery,
.table-products > tbody > tr > td.price-delivery,
.table-products > tfoot > tr > th.price-delivery,
.table-products > tfoot > tr > td.price-delivery {
  padding: 4px 8px 0;
  font-size: 13px;
  vertical-align: top;
}
.table-products > thead > tr > th.modal-delivery-link,
.table-products > thead > tr > td.modal-delivery-link,
.table-products > tbody > tr > th.modal-delivery-link,
.table-products > tbody > tr > td.modal-delivery-link,
.table-products > tfoot > tr > th.modal-delivery-link,
.table-products > tfoot > tr > td.modal-delivery-link {
  padding-bottom: 24px;
}
.table-products > thead > tr.product td:last-child,
.table-products > tbody > tr.product td:last-child,
.table-products > tfoot > tr.product td:last-child {
  width: 245px;
}
.table-products > thead > tr.product td .btn-basket,
.table-products > tbody > tr.product td .btn-basket,
.table-products > tfoot > tr.product td .btn-basket {
  margin: 0;
}
.table-products > thead > tr > th,
.table-products > tfoot > tr > td {
  background-color: #f2f6f8;
  vertical-align: middle;
  border-bottom: 1px solid #dae0e4;
}
.table-products > thead > tr > th {
  font-size: 12px;
  letter-spacing: 1px;
}
.table-products > thead > tr:first-child > th:first-child {
  border-top-left-radius: 2px;
}
.table-products > thead > tr:first-child > th:last-child {
  border-top-right-radius: 2px;
}
.table-products > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 2px;
}
.table-products > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 2px;
}
.table-products > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.table-products > tfoot > tr:last-child .summary {
  margin-top: 12px;
  margin-bottom: 12px;
}
.table-products > tfoot > tr:last-child > td:first-child {
  border-bottom-left-radius: 2px;
}
.table-products > tfoot > tr:last-child > td:last-child {
  border-bottom-right-radius: 2px;
}

.table-product-desc {
  margin-bottom: 0;
}
.table-product-desc > thead > tr > th,
.table-product-desc > thead > tr > td,
.table-product-desc > tbody > tr > th,
.table-product-desc > tbody > tr > td,
.table-product-desc > tfoot > tr > th,
.table-product-desc > tfoot > tr > td {
  padding: 2px;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
  vertical-align: middle;
  border-top: 0px none;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .table-product-desc > thead > tr > th,
  .table-product-desc > thead > tr > td,
  .table-product-desc > tbody > tr > th,
  .table-product-desc > tbody > tr > td,
  .table-product-desc > tfoot > tr > th,
  .table-product-desc > tfoot > tr > td {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .table-product-desc > thead > tr > th,
  .table-product-desc > thead > tr > td,
  .table-product-desc > tbody > tr > th,
  .table-product-desc > tbody > tr > td,
  .table-product-desc > tfoot > tr > th,
  .table-product-desc > tfoot > tr > td {
    font-size: 14px;
  }
}
.table-product-desc > thead > tr > th p,
.table-product-desc > thead > tr > td p,
.table-product-desc > tbody > tr > th p,
.table-product-desc > tbody > tr > td p,
.table-product-desc > tfoot > tr > th p,
.table-product-desc > tfoot > tr > td p {
  margin: 0;
}
.table-product-desc > thead > tr > th,
.table-product-desc > tbody > tr > th,
.table-product-desc > tfoot > tr > th {
  font-weight: 700;
  color: #666;
}
.table-product-desc > thead > tr .price,
.table-product-desc > tbody > tr .price,
.table-product-desc > tfoot > tr .price {
  color: #c8321e;
  text-align: right;
}
.table-product-desc > thead > tr > th {
  font-size: 18px;
}
.table-product-desc > thead > tr > th,
.table-product-desc > tfoot > tr > td {
  border-bottom: 0px none;
}
.table-product-desc.secondary > thead > tr > th {
  color: #c8321e;
}

.table-detailed-desc {
  margin: 0;
}
.table-detailed-desc > thead > tr > th,
.table-detailed-desc > thead > tr > td,
.table-detailed-desc > tbody > tr > th,
.table-detailed-desc > tbody > tr > td,
.table-detailed-desc > tfoot > tr > th,
.table-detailed-desc > tfoot > tr > td {
  padding: 2px;
  line-height: 1.5;
  border: 0px none;
  font-size: 14px;
}
.table-detailed-desc > thead > tr > th,
.table-detailed-desc > tbody > tr > th,
.table-detailed-desc > tfoot > tr > th {
  font-weight: bold;
}
.table-detailed-desc > thead > tr > th {
  font-size: 14px;
  font-weight: 700;
  padding: 2px 2px 10px;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dae0e4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dae0e4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-product-desc thead th {
  font-size: 16px;
  color: #38843b;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table-form {
  margin-top: 10px;
}

.table-input,
.table-button {
  display: block;
  float: left;
}

.table-input {
  margin-right: 5px;
  width: 73px !important;
}

.table-button {
  width: 60px !important;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 468px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dae0e4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.form-popup__label {
  margin-bottom: 1px;
  font-weight: bold;
}
.form-popup__label:after {
  content: ":";
}
.form-popup__label.required:after {
  content: ": *";
}

.form-popup__label--subtitle {
  margin-bottom: 7.5px;
}

.form-popup__label-subtitle-text {
  display: block;
  position: relative;
  top: -14px;
  margin-bottom: -14px;
}

.form-popup__icon-close {
  color: #c8321e;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.form-popup__icon-close:hover {
  color: #852114;
}

.form-popup__delivery-addresses {
  width: 92%;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 33px;
  left: 14px;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 10px #aaa;
  box-sizing: border-box;
  display: none;
}

.form-popup__delivery-addresses--right {
  right: 10px;
}

.form-popup__delivery-addresses-container {
  height: 200px;
  margin-top: 22px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-popup__delivery-addresses-address {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer; /* Safari */
  transition: box-shadow 0.4s;
}
.form-popup__delivery-addresses-address:hover {
  box-shadow: 0 0 5px #ccc;
}
.form-popup__delivery-addresses-address.label {
  font-weight: bold;
}

.form-samples__header {
  margin-top: 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #a5b1bf;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4.375px;
  font-weight: 400;
  cursor: pointer;
  word-break: break-word;
}

input[type=radio],
input[type=checkbox] {
  margin: 3.5px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

output {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #717171;
}

.input, .form-popup__input {
  display: block;
  width: 100%;
  color: #717171;
  background-color: #eaeff2;
  background-image: none;
  border: 1px solid #dae0e4;
  border-radius: 2px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  transition-property: border-color;
  transition-duration: 0.2s;
}
.input.white, .white.form-popup__input {
  background-color: #ffffff;
}
.input::-moz-placeholder, .form-popup__input::-moz-placeholder {
  color: #5b6672;
  font-style: italic;
  opacity: 1;
}
.input:-ms-input-placeholder, .form-popup__input:-ms-input-placeholder {
  color: #5b6672;
  font-style: italic;
}
.input::-webkit-input-placeholder, .form-popup__input::-webkit-input-placeholder {
  color: #5b6672;
  font-style: italic;
}
.input[disabled], [disabled].form-popup__input, .input[readonly], [readonly].form-popup__input, fieldset[disabled] .input, fieldset[disabled] .form-popup__input {
  color: #a5b1bf;
  background-color: #eaeff2;
  opacity: 1;
}
.input[disabled], [disabled].form-popup__input, fieldset[disabled] .input, fieldset[disabled] .form-popup__input {
  cursor: not-allowed;
}
.input:focus, .form-popup__input:focus {
  border-color: #0060a8;
}

.input-blank {
  display: block;
  width: 100%;
  padding: 6px 12px;
  vertical-align: middle;
}

.select {
  position: relative;
}
.select .input, .select .form-popup__input {
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 40px;
}
.select .input::-ms-expand, .select .form-popup__input::-ms-expand {
  display: none;
}
.select .input + .icon, .select .form-popup__input + .icon {
  position: absolute;
  font-size: 10px;
  top: 14px;
  right: 14px;
  pointer-events: none;
}
.select.select-sm .input, .select.select-sm .form-popup__input {
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
  padding-right: 32px;
}
.select.select-sm .input + .icon, .select.select-sm .form-popup__input + .icon {
  top: 12px;
}

.input-xs {
  padding: 1px 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 3px;
}

.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 6px;
}

.input-xl {
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 6px;
}

.input + .input, .form-popup__input + .input, .input + .form-popup__input, .form-popup__input + .form-popup__input,
.input + .input-btn,
.form-popup__input + .input-btn,
.input + .input-icon,
.form-popup__input + .input-icon,
.input-icon + .input-icon,
.input-icon + .input-btn,
.input-btn + .input-icon,
.input-btn + .input-btn {
  margin-top: 12px;
}

textarea.input, textarea.form-popup__input {
  resize: none;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 35px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 43px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 33px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 8.75px;
  margin-bottom: 8.75px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 17.5px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -17.5px;
  margin-top: 3.5px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 4.375px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 17.5px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 8.75px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.input-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 35px;
}
.input-static.input-lg, .input-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-btn {
  position: relative;
}
.input-btn .input, .input-btn .form-popup__input {
  padding-right: 30px;
}
.input-btn .btn {
  background-color: transparent;
  color: #393939;
  border-color: transparent;
  padding: 0;
  position: absolute;
  font-size: 18px;
  top: 3px;
  right: 7px;
}
.input-btn .btn:hover, .input-btn .btn:focus {
  background-color: transparent;
  border-color: transparent;
}
.input-btn .btn .icon {
  padding: 0;
}

.input-icon {
  position: relative;
}
.input-icon .input, .input-icon .form-popup__input {
  padding-right: 30px;
}
.input-icon .icon {
  position: absolute;
  font-size: 18px;
  top: 8px;
  right: 7px;
}

.form-group-sm .input, .form-group-sm .form-popup__input {
  height: 43px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px;
}
.form-group-sm select.input, .form-group-sm select.form-popup__input {
  height: 43px;
  line-height: 43px;
}
.form-group-sm textarea.input, .form-group-sm textarea.form-popup__input,
.form-group-sm select[multiple].input,
.form-group-sm select[multiple].form-popup__input {
  height: auto;
}
.form-group-sm .input-static {
  height: 43px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  min-height: 34px;
}

.form-group-lg .input, .form-group-lg .form-popup__input {
  height: 33px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 2px;
}
.form-group-lg select.input, .form-group-lg select.form-popup__input {
  height: 33px;
  line-height: 33px;
}
.form-group-lg textarea.input, .form-group-lg textarea.form-popup__input,
.form-group-lg select[multiple].input,
.form-group-lg select[multiple].form-popup__input {
  height: auto;
}
.form-group-lg .input-static {
  height: 33px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3;
  min-height: 37px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #797979;
}

.form__section-header {
  color: #0060a8;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-input__error {
  border: 1px solid #d43620;
}

.form-input__error-desc {
  color: #d43620;
  font-size: 0.6875rem;
  padding-top: 4px;
  display: none;
  font-weight: normal;
}

.form-input__error-top {
  font-size: 0.8125rem;
  font-weight: bold;
}

@media (min-width: 468px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .select {
    display: inline-block;
  }
  .form-inline .input, .form-inline .form-popup__input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .input,
  .form-inline .input-group .form-popup__input {
    width: auto;
  }
  .form-inline .input-group > .input, .form-inline .input-group > .form-popup__input {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .input-feedback {
    top: 0;
  }
}
.form-inline.form-inline-sm {
  font-size: 12px;
  position: relative;
}
.form-inline.form-inline-sm label:after {
  top: 1px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
@media (min-width: 468px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .input-feedback {
  right: 12px;
}
@media (min-width: 468px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
  }
}
@media (min-width: 468px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
  }
}

.checkbox {
  display: none;
}
.checkbox + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.checkbox + label:after {
  position: absolute;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #AFAFAF;
  border-radius: 2px;
}
.checkbox:checked + label::after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAIVBMVEUMsOYluOlCwuxJxOxrz/CG2POf4PXE7Pnm9/z7/Pz///+P3P/wAAAAQ0lEQVQIHQXBsQmAMBQFwAcSbJ3HyhHSCZnC2jEs03+Rm9K7mJgBZyZqCfSWulVG+q43OdbKkGfpjXxbBnE1ZL4DAX77siQDxNdbigAAAABJRU5ErkJggg==") no-repeat 1px 1px;
}
.checkbox.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.checkbox.form-input + label:after {
  top: 8px;
}
.checkbox.sm + label {
  font-size: 12px;
}

.checkbox2 {
  display: none;
}
.checkbox2 + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.checkbox2 + label:after {
  position: absolute;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #AFAFAF;
  border-radius: 2px;
}
.checkbox2:checked + label::after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAIVBMVEUMsOYluOlCwuxJxOxrz/CG2POf4PXE7Pnm9/z7/Pz///+P3P/wAAAAQ0lEQVQIHQXBsQmAMBQFwAcSbJ3HyhHSCZnC2jEs03+Rm9K7mJgBZyZqCfSWulVG+q43OdbKkGfpjXxbBnE1ZL4DAX77siQDxNdbigAAAABJRU5ErkJggg==") no-repeat 1px 1px;
}
.checkbox2.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.checkbox2.form-input + label:after {
  top: 8px;
}
.checkbox2.sm + label {
  font-size: 12px;
}

.radio {
  display: none;
}
.radio + label {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}
.radio + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 15px;
  height: 15px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.radio:checked + label::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAFVBMVEUAYKgacLCBsdSjxd/R4u/w9vr///8rp1q7AAAAKklEQVQIHWNIC1YOS2BIEWAQSWAIZGBgDGAwYGAAYgUgqQBlQ8QhasDqAcM6BzkTB+7tAAAAAElFTkSuQmCC");
  background-position: 2px 2px;
}
.radio.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.radio.form-input + label:after {
  top: 8px;
}
.radio.sm + label {
  font-size: 12px;
}
.radio.sm + label:after {
  top: 1px;
}

.radio2 {
  display: none;
}
.radio2 + label {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}
.radio2 + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 15px;
  height: 15px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.radio2:checked + label::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAFVBMVEUAYKgacLCBsdSjxd/R4u/w9vr///8rp1q7AAAAKklEQVQIHWNIC1YOS2BIEWAQSWAIZGBgDGAwYGAAYgUgqQBlQ8QhasDqAcM6BzkTB+7tAAAAAElFTkSuQmCC");
  background-position: 2px 2px;
}
.radio2.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.radio2.form-input + label:after {
  top: 8px;
}
.radio2.sm + label {
  font-size: 12px;
}
.radio2.sm + label:after {
  top: 1px;
}

.radio3 {
  display: none;
}
.radio3 + label {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}
.radio3 + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 15px;
  height: 15px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.radio3:checked + label::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAFVBMVEUAYKgacLCBsdSjxd/R4u/w9vr///8rp1q7AAAAKklEQVQIHWNIC1YOS2BIEWAQSWAIZGBgDGAwYGAAYgUgqQBlQ8QhasDqAcM6BzkTB+7tAAAAAElFTkSuQmCC");
  background-position: 2px 2px;
}
.radio3.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.radio3.form-input + label:after {
  top: 8px;
}
.radio3.sm + label {
  font-size: 12px;
}
.radio3.sm + label:after {
  top: 1px;
}

.checkboxicon {
  display: none;
}
.checkboxicon + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.checkboxicon + label:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\e914";
}
.checkboxicon:checked + label::after {
  content: "\e915";
}
.checkboxicon.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.checkboxicon.form-input + label:after {
  top: 8px;
}

.radioicon {
  display: none;
}
.radioicon + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.radioicon + label:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.radioicon.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.radioicon.form-input + label:after {
  top: 8px;
}

.radioicon2 {
  display: none;
}
.radioicon2 + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.radioicon2 + label:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.radioicon2.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.radioicon2.form-input + label:after {
  top: 8px;
}

.radioicon3 {
  display: none;
}
.radioicon3 + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.radioicon3 + label:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.radioicon3.form-input + label {
  font-size: 14px;
  padding: 6px 0 0 20px;
  margin: 0;
  line-height: 1.5;
}
.radioicon3.form-input + label:after {
  top: 8px;
}

.checkbox.premium + label {
  font-size: 12px;
  padding-right: 10px;
}
.checkbox.premium + label:after {
  top: 0;
}
.checkbox.premium:checked + label {
  color: #0cb0e6;
}

.form-five-cols .checkbox + label,
.form-five-cols .radio1 + label,
.form-five-cols .radio2 + label,
.form-five-cols .radio3 + label {
  display: block;
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  padding-left: 20px;
}
.form-five-cols .checkbox + label.half,
.form-five-cols .radio1 + label.half,
.form-five-cols .radio2 + label.half,
.form-five-cols .radio3 + label.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .form-five-cols .checkbox + label,
  .form-five-cols .radio1 + label,
  .form-five-cols .radio2 + label,
  .form-five-cols .radio3 + label {
    padding-right: 6px;
    padding-left: 6px;
  }
  .form-five-cols .checkbox + label.half,
  .form-five-cols .radio1 + label.half,
  .form-five-cols .radio2 + label.half,
  .form-five-cols .radio3 + label.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.form-five-cols .checkbox + label,
.form-five-cols .radio1 + label,
.form-five-cols .radio2 + label,
.form-five-cols .radio3 + label {
  width: 20%;
}

.form-input-notice {
  font-size: 12px;
  margin-top: 2px;
}
.form-input-notice span {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .form-five-cols .checkbox + label,
  .form-five-cols .radio1 + label,
  .form-five-cols .radio2 + label,
  .form-five-cols .radio3 + label {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 530px) {
  .form-five-cols .checkbox + label,
  .form-five-cols .radio1 + label,
  .form-five-cols .radio2 + label,
  .form-five-cols .radio3 + label {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .form-five-cols .checkbox + label,
  .form-five-cols .radio1 + label,
  .form-five-cols .radio2 + label,
  .form-five-cols .radio3 + label {
    width: 16.6666666667%;
  }
}
/**
  Formulare podla odporucania
  https://uxdesign.cc/design-better-forms-96fadca0f49c
 */
.registration__password-wrapper {
  position: relative;
}
.registration__password-wrapper .registration__password-show-btn {
  position: absolute;
  top: 0;
  right: 4px;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.registration__password-wrapper .registration__password-show-btn:focus, .registration__password-wrapper .registration__password-show-btn:hover {
  opacity: 0.5;
}

#password-rules {
  padding-top: 8px;
}
#password-rules > li {
  color: #999;
}
#password-rules > li.valid {
  color: #4caf50;
}
#password-rules > li.invalid {
  color: #d43620;
}

.form-final__w--registration {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-final__row {
  margin-top: 16px;
}
.form-final__row:first-child {
  margin-top: 0;
}

.form-final__col {
  padding-left: 7.5px;
}

.form-final__h3 {
  margin-bottom: 7.5px;
  color: #393939;
  font-style: italic;
  font-weight: normal;
  font-size: 1rem;
}

.form-final__label {
  display: block;
  margin-bottom: 4px;
}
.form-final__label:after {
  content: ":";
}

.form-final__label--checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.form-final__label--checkbox input[type=checkbox] {
  margin-top: 1px;
}
.form-final__label--checkbox:after {
  content: "";
}

.form-final__checkbox-text {
  display: inline-block;
  margin-left: 10px;
}

.form-final__note {
  margin-top: 4px;
}

.form-final__buttons--registration {
  margin-top: 20px;
  text-align: center;
}

.form-final__customer-type {
  padding-left: 0;
}

.form-final__customer-type-item {
  list-style: none;
  margin-top: 8px;
}
.form-final__customer-type-item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .form-final__input-w--size-2 {
    max-width: 181.5;
  }
  .form-final__input-w--size-3 {
    max-width: 272.25;
  }
  .form-final__input-w--size-4 {
    max-width: 363;
  }
  .form-final__buttons--registration {
    margin-top: 0;
    text-align: right;
  }
  .form-final__customer-type-item {
    display: inline-block;
    margin-top: 0;
    margin-left: 16px;
  }
  .form-final__customer-type-item:first-child {
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  background-color: #cbd2db;
  border-color: #cbd2db;
  color: #393939;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: background-color, border-color;
  transition-duration: 0.2s, 0.2s;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #393939;
  background-color: #adb8c6;
  border-color: #a7b3c2;
}
.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  background-image: none;
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active {
  background-color: #cbd2db;
  border-color: #cbd2db;
}
.btn .badge {
  color: #cbd2db;
  background-color: #393939;
}
.btn:hover {
  color: #393939;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}
.btn .icon {
  padding-right: 6px;
  padding-left: 6px;
}
.btn.has-badge {
  position: relative;
  padding-right: 30px;
}
.btn.has-badge::before {
  position: absolute;
  display: block;
  content: attr(data-badge);
  top: -13px;
  right: -11px;
  background-color: #c8321e;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 12px;
  z-index: 1;
}
.btn.badge-alt::before {
  background-color: #ffffff;
  color: #a5b1bf;
}

.btn-default {
  background-color: #cbd2db;
  border-color: #cbd2db;
  color: #ffffff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #adb8c6;
  border-color: #a7b3c2;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #cbd2db;
  border-color: #cbd2db;
}
.btn-default .badge {
  color: #cbd2db;
  background-color: #ffffff;
}

.btn-default-alt {
  background-color: #a5b1bf;
  border-color: #a5b1bf;
  color: #ffffff;
}
.btn-default-alt:hover, .btn-default-alt:focus, .btn-default-alt.focus, .btn-default-alt:active, .btn-default-alt.active, .open > .btn-default-alt.dropdown-toggle {
  color: #ffffff;
  background-color: #8797aa;
  border-color: #8192a6;
}
.btn-default-alt:active, .btn-default-alt.active, .open > .btn-default-alt.dropdown-toggle {
  background-image: none;
}
.btn-default-alt.disabled, .btn-default-alt.disabled:hover, .btn-default-alt.disabled:focus, .btn-default-alt.disabled.focus, .btn-default-alt.disabled:active, .btn-default-alt.disabled.active, .btn-default-alt[disabled], .btn-default-alt[disabled]:hover, .btn-default-alt[disabled]:focus, .btn-default-alt[disabled].focus, .btn-default-alt[disabled]:active, .btn-default-alt[disabled].active, fieldset[disabled] .btn-default-alt, fieldset[disabled] .btn-default-alt:hover, fieldset[disabled] .btn-default-alt:focus, fieldset[disabled] .btn-default-alt.focus, fieldset[disabled] .btn-default-alt:active, fieldset[disabled] .btn-default-alt.active {
  background-color: #a5b1bf;
  border-color: #a5b1bf;
}
.btn-default-alt .badge {
  color: #a5b1bf;
  background-color: #ffffff;
}

.btn-primary {
  background-color: #0060a8;
  border-color: #0060a8;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #004375;
  border-color: #003d6b;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0060a8;
  border-color: #0060a8;
}
.btn-primary .badge {
  color: #0060a8;
  background-color: #ffffff;
}

.btn-primary-light {
  background-color: #0cb0e6;
  border-color: #0cb0e6;
  color: #ffffff;
}
.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light.focus, .btn-primary-light:active, .btn-primary-light.active, .open > .btn-primary-light.dropdown-toggle {
  color: #ffffff;
  background-color: #098bb6;
  border-color: #0983ac;
}
.btn-primary-light:active, .btn-primary-light.active, .open > .btn-primary-light.dropdown-toggle {
  background-image: none;
}
.btn-primary-light.disabled, .btn-primary-light.disabled:hover, .btn-primary-light.disabled:focus, .btn-primary-light.disabled.focus, .btn-primary-light.disabled:active, .btn-primary-light.disabled.active, .btn-primary-light[disabled], .btn-primary-light[disabled]:hover, .btn-primary-light[disabled]:focus, .btn-primary-light[disabled].focus, .btn-primary-light[disabled]:active, .btn-primary-light[disabled].active, fieldset[disabled] .btn-primary-light, fieldset[disabled] .btn-primary-light:hover, fieldset[disabled] .btn-primary-light:focus, fieldset[disabled] .btn-primary-light.focus, fieldset[disabled] .btn-primary-light:active, fieldset[disabled] .btn-primary-light.active {
  background-color: #0cb0e6;
  border-color: #0cb0e6;
}
.btn-primary-light .badge {
  color: #0cb0e6;
  background-color: #ffffff;
}

.btn-secondary {
  background-color: #c8321e;
  border-color: #c8321e;
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #9c2717;
  border-color: #932516;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
  background-color: #c8321e;
  border-color: #c8321e;
}
.btn-secondary .badge {
  color: #c8321e;
  background-color: #ffffff;
}

.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: #39843c;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-success .badge {
  color: #4caf50;
  background-color: #ffffff;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-error {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}
.btn-error:hover, .btn-error:focus, .btn-error.focus, .btn-error:active, .btn-error.active, .open > .btn-error.dropdown-toggle {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-error:active, .btn-error.active, .open > .btn-error.dropdown-toggle {
  background-image: none;
}
.btn-error.disabled, .btn-error.disabled:hover, .btn-error.disabled:focus, .btn-error.disabled.focus, .btn-error.disabled:active, .btn-error.disabled.active, .btn-error[disabled], .btn-error[disabled]:hover, .btn-error[disabled]:focus, .btn-error[disabled].focus, .btn-error[disabled]:active, .btn-error[disabled].active, fieldset[disabled] .btn-error, fieldset[disabled] .btn-error:hover, fieldset[disabled] .btn-error:focus, fieldset[disabled] .btn-error.focus, fieldset[disabled] .btn-error:active, fieldset[disabled] .btn-error.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-error .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-link {
  color: #0060a8;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #004375;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #dae0e4;
  text-decoration: none;
}

.btn-white {
  background-color: #ffffff;
  border-color: #0060a8;
  color: #0060a8;
  font-weight: 400;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #0060a8;
  background-color: #e6e6e6;
  border-color: #003d6b;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #0060a8;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #0060a8;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #0060a8;
}

.btn-white-secondary {
  background-color: #ffffff;
  border-color: #c8321e;
  color: #c8321e;
  font-weight: 400;
}
.btn-white-secondary:hover, .btn-white-secondary:focus, .btn-white-secondary.focus, .btn-white-secondary:active, .btn-white-secondary.active, .open > .btn-white-secondary.dropdown-toggle {
  color: #c8321e;
  background-color: #e6e6e6;
  border-color: #932516;
}
.btn-white-secondary:active, .btn-white-secondary.active, .open > .btn-white-secondary.dropdown-toggle {
  background-image: none;
}
.btn-white-secondary.disabled, .btn-white-secondary.disabled:hover, .btn-white-secondary.disabled:focus, .btn-white-secondary.disabled.focus, .btn-white-secondary.disabled:active, .btn-white-secondary.disabled.active, .btn-white-secondary[disabled], .btn-white-secondary[disabled]:hover, .btn-white-secondary[disabled]:focus, .btn-white-secondary[disabled].focus, .btn-white-secondary[disabled]:active, .btn-white-secondary[disabled].active, fieldset[disabled] .btn-white-secondary, fieldset[disabled] .btn-white-secondary:hover, fieldset[disabled] .btn-white-secondary:focus, fieldset[disabled] .btn-white-secondary.focus, fieldset[disabled] .btn-white-secondary:active, fieldset[disabled] .btn-white-secondary.active {
  background-color: #ffffff;
  border-color: #c8321e;
}
.btn-white-secondary .badge {
  color: #ffffff;
  background-color: #c8321e;
}
.btn-white-secondary:hover {
  color: #ffffff;
  background-color: #c8321e;
}

a.btn:hover {
  color: #ffffff;
}

a.btn-transparent:hover {
  color: #0060a8;
}

a.btn-gray {
  background-color: #ffffff;
  border-color: #dae0e4;
  color: #717171;
  font-weight: 400;
}
a.btn-gray:hover, a.btn-gray:focus, a.btn-gray.focus, a.btn-gray:active, a.btn-gray.active, .open > a.btn-gray.dropdown-toggle {
  color: #717171;
  background-color: #e6e6e6;
  border-color: #b7c2ca;
}
a.btn-gray:active, a.btn-gray.active, .open > a.btn-gray.dropdown-toggle {
  background-image: none;
}
a.btn-gray.disabled, a.btn-gray.disabled:hover, a.btn-gray.disabled:focus, a.btn-gray.disabled.focus, a.btn-gray.disabled:active, a.btn-gray.disabled.active, a.btn-gray[disabled], a.btn-gray[disabled]:hover, a.btn-gray[disabled]:focus, a.btn-gray[disabled].focus, a.btn-gray[disabled]:active, a.btn-gray[disabled].active, fieldset[disabled] a.btn-gray, fieldset[disabled] a.btn-gray:hover, fieldset[disabled] a.btn-gray:focus, fieldset[disabled] a.btn-gray.focus, fieldset[disabled] a.btn-gray:active, fieldset[disabled] a.btn-gray.active {
  background-color: #ffffff;
  border-color: #dae0e4;
}
a.btn-gray .badge {
  color: #ffffff;
  background-color: #717171;
}
a.btn-gray:hover {
  color: #717171;
  background-color: #eaeff2;
}

.btn-wide {
  padding: 6px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-wide2 {
  padding: 6px 48px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xxs {
  font-weight: 400;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-xxs-wide {
  font-weight: 400;
  padding: 0.25px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-xs {
  font-weight: 400;
  padding: 1px 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-xs-wide {
  font-weight: 400;
  padding: 1px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-xs-wide2 {
  font-weight: 400;
  padding: 1px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-sm-wide {
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-sm-wide2 {
  padding: 5px 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 2px;
}

.btn-lg-wide {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 2px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}

.btn-lg-wide2 {
  padding: 10px 64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 2px;
}

.btn-xl {
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 6px;
}

.btn-xl-wide {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 6px;
}

.btn-xl-wide2 {
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 6px;
}

.btn-thin {
  padding: 2px 10px;
}

.btn-zero {
  padding: 0;
}

.btn-social {
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 6px;
  width: 202px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  white-space: normal;
  text-align: left;
}
.btn-social .icon {
  float: left;
}
.btn-social span {
  position: relative;
  top: 5px;
}
.btn-social .icon-facebook {
  font-size: 35px;
  line-height: 35px;
  margin-right: 20px;
}
.btn-social .icon-google-plus {
  font-size: 45px;
  line-height: 35px;
  margin-right: 30px;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}

.btn-google {
  background-color: #dc4e41;
  border-color: #dc4e41;
  color: #ffffff;
}
.btn-google:hover, .btn-google:focus, .btn-google.focus, .btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  color: #ffffff;
  background-color: #c63224;
  border-color: #bd3023;
}
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  background-image: none;
}
.btn-google.disabled, .btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google.disabled:active, .btn-google.disabled.active, .btn-google[disabled], .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus, .btn-google[disabled]:active, .btn-google[disabled].active, fieldset[disabled] .btn-google, fieldset[disabled] .btn-google:hover, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google.focus, fieldset[disabled] .btn-google:active, fieldset[disabled] .btn-google.active {
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.btn-google .badge {
  color: #dc4e41;
  background-color: #ffffff;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-big-icon .icon {
  font-size: 26px;
}
.btn-big-icon span {
  font-size: 10px;
  font-weight: 400;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #393939;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent.focus, .btn-transparent:active, .btn-transparent.active, .open > .btn-transparent.dropdown-toggle {
  color: #393939;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active, .btn-transparent.active, .open > .btn-transparent.dropdown-toggle {
  background-image: none;
}
.btn-transparent.disabled, .btn-transparent.disabled:hover, .btn-transparent.disabled:focus, .btn-transparent.disabled.focus, .btn-transparent.disabled:active, .btn-transparent.disabled.active, .btn-transparent[disabled], .btn-transparent[disabled]:hover, .btn-transparent[disabled]:focus, .btn-transparent[disabled].focus, .btn-transparent[disabled]:active, .btn-transparent[disabled].active, fieldset[disabled] .btn-transparent, fieldset[disabled] .btn-transparent:hover, fieldset[disabled] .btn-transparent:focus, fieldset[disabled] .btn-transparent.focus, fieldset[disabled] .btn-transparent:active, fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #393939;
}

.btn-primary-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #0060a8;
}
.btn-primary-transparent:hover, .btn-primary-transparent:focus, .btn-primary-transparent.focus, .btn-primary-transparent:active, .btn-primary-transparent.active, .open > .btn-primary-transparent.dropdown-toggle {
  color: #0060a8;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-transparent:active, .btn-primary-transparent.active, .open > .btn-primary-transparent.dropdown-toggle {
  background-image: none;
}
.btn-primary-transparent.disabled, .btn-primary-transparent.disabled:hover, .btn-primary-transparent.disabled:focus, .btn-primary-transparent.disabled.focus, .btn-primary-transparent.disabled:active, .btn-primary-transparent.disabled.active, .btn-primary-transparent[disabled], .btn-primary-transparent[disabled]:hover, .btn-primary-transparent[disabled]:focus, .btn-primary-transparent[disabled].focus, .btn-primary-transparent[disabled]:active, .btn-primary-transparent[disabled].active, fieldset[disabled] .btn-primary-transparent, fieldset[disabled] .btn-primary-transparent:hover, fieldset[disabled] .btn-primary-transparent:focus, fieldset[disabled] .btn-primary-transparent.focus, fieldset[disabled] .btn-primary-transparent:active, fieldset[disabled] .btn-primary-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-primary-transparent .badge {
  color: transparent;
  background-color: #0060a8;
}

.btn-primary-light-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #0cb0e6;
}
.btn-primary-light-transparent:hover, .btn-primary-light-transparent:focus, .btn-primary-light-transparent.focus, .btn-primary-light-transparent:active, .btn-primary-light-transparent.active, .open > .btn-primary-light-transparent.dropdown-toggle {
  color: #0cb0e6;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-light-transparent:active, .btn-primary-light-transparent.active, .open > .btn-primary-light-transparent.dropdown-toggle {
  background-image: none;
}
.btn-primary-light-transparent.disabled, .btn-primary-light-transparent.disabled:hover, .btn-primary-light-transparent.disabled:focus, .btn-primary-light-transparent.disabled.focus, .btn-primary-light-transparent.disabled:active, .btn-primary-light-transparent.disabled.active, .btn-primary-light-transparent[disabled], .btn-primary-light-transparent[disabled]:hover, .btn-primary-light-transparent[disabled]:focus, .btn-primary-light-transparent[disabled].focus, .btn-primary-light-transparent[disabled]:active, .btn-primary-light-transparent[disabled].active, fieldset[disabled] .btn-primary-light-transparent, fieldset[disabled] .btn-primary-light-transparent:hover, fieldset[disabled] .btn-primary-light-transparent:focus, fieldset[disabled] .btn-primary-light-transparent.focus, fieldset[disabled] .btn-primary-light-transparent:active, fieldset[disabled] .btn-primary-light-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-primary-light-transparent .badge {
  color: transparent;
  background-color: #0cb0e6;
}

.btn-secondary-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #c8321e;
}
.btn-secondary-transparent:hover, .btn-secondary-transparent:focus, .btn-secondary-transparent.focus, .btn-secondary-transparent:active, .btn-secondary-transparent.active, .open > .btn-secondary-transparent.dropdown-toggle {
  color: #c8321e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-transparent:active, .btn-secondary-transparent.active, .open > .btn-secondary-transparent.dropdown-toggle {
  background-image: none;
}
.btn-secondary-transparent.disabled, .btn-secondary-transparent.disabled:hover, .btn-secondary-transparent.disabled:focus, .btn-secondary-transparent.disabled.focus, .btn-secondary-transparent.disabled:active, .btn-secondary-transparent.disabled.active, .btn-secondary-transparent[disabled], .btn-secondary-transparent[disabled]:hover, .btn-secondary-transparent[disabled]:focus, .btn-secondary-transparent[disabled].focus, .btn-secondary-transparent[disabled]:active, .btn-secondary-transparent[disabled].active, fieldset[disabled] .btn-secondary-transparent, fieldset[disabled] .btn-secondary-transparent:hover, fieldset[disabled] .btn-secondary-transparent:focus, fieldset[disabled] .btn-secondary-transparent.focus, fieldset[disabled] .btn-secondary-transparent:active, fieldset[disabled] .btn-secondary-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-secondary-transparent .badge {
  color: transparent;
  background-color: #c8321e;
}

.btn-success-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #4caf50;
}
.btn-success-transparent:hover, .btn-success-transparent:focus, .btn-success-transparent.focus, .btn-success-transparent:active, .btn-success-transparent.active, .open > .btn-success-transparent.dropdown-toggle {
  color: #4caf50;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-success-transparent:active, .btn-success-transparent.active, .open > .btn-success-transparent.dropdown-toggle {
  background-image: none;
}
.btn-success-transparent.disabled, .btn-success-transparent.disabled:hover, .btn-success-transparent.disabled:focus, .btn-success-transparent.disabled.focus, .btn-success-transparent.disabled:active, .btn-success-transparent.disabled.active, .btn-success-transparent[disabled], .btn-success-transparent[disabled]:hover, .btn-success-transparent[disabled]:focus, .btn-success-transparent[disabled].focus, .btn-success-transparent[disabled]:active, .btn-success-transparent[disabled].active, fieldset[disabled] .btn-success-transparent, fieldset[disabled] .btn-success-transparent:hover, fieldset[disabled] .btn-success-transparent:focus, fieldset[disabled] .btn-success-transparent.focus, fieldset[disabled] .btn-success-transparent:active, fieldset[disabled] .btn-success-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-success-transparent .badge {
  color: transparent;
  background-color: #4caf50;
}

.btn-warning-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #f0ad4e;
}
.btn-warning-transparent:hover, .btn-warning-transparent:focus, .btn-warning-transparent.focus, .btn-warning-transparent:active, .btn-warning-transparent.active, .open > .btn-warning-transparent.dropdown-toggle {
  color: #f0ad4e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning-transparent:active, .btn-warning-transparent.active, .open > .btn-warning-transparent.dropdown-toggle {
  background-image: none;
}
.btn-warning-transparent.disabled, .btn-warning-transparent.disabled:hover, .btn-warning-transparent.disabled:focus, .btn-warning-transparent.disabled.focus, .btn-warning-transparent.disabled:active, .btn-warning-transparent.disabled.active, .btn-warning-transparent[disabled], .btn-warning-transparent[disabled]:hover, .btn-warning-transparent[disabled]:focus, .btn-warning-transparent[disabled].focus, .btn-warning-transparent[disabled]:active, .btn-warning-transparent[disabled].active, fieldset[disabled] .btn-warning-transparent, fieldset[disabled] .btn-warning-transparent:hover, fieldset[disabled] .btn-warning-transparent:focus, fieldset[disabled] .btn-warning-transparent.focus, fieldset[disabled] .btn-warning-transparent:active, fieldset[disabled] .btn-warning-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-warning-transparent .badge {
  color: transparent;
  background-color: #f0ad4e;
}

.btn-error-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #a94442;
}
.btn-error-transparent:hover, .btn-error-transparent:focus, .btn-error-transparent.focus, .btn-error-transparent:active, .btn-error-transparent.active, .open > .btn-error-transparent.dropdown-toggle {
  color: #a94442;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-error-transparent:active, .btn-error-transparent.active, .open > .btn-error-transparent.dropdown-toggle {
  background-image: none;
}
.btn-error-transparent.disabled, .btn-error-transparent.disabled:hover, .btn-error-transparent.disabled:focus, .btn-error-transparent.disabled.focus, .btn-error-transparent.disabled:active, .btn-error-transparent.disabled.active, .btn-error-transparent[disabled], .btn-error-transparent[disabled]:hover, .btn-error-transparent[disabled]:focus, .btn-error-transparent[disabled].focus, .btn-error-transparent[disabled]:active, .btn-error-transparent[disabled].active, fieldset[disabled] .btn-error-transparent, fieldset[disabled] .btn-error-transparent:hover, fieldset[disabled] .btn-error-transparent:focus, fieldset[disabled] .btn-error-transparent.focus, fieldset[disabled] .btn-error-transparent:active, fieldset[disabled] .btn-error-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-error-transparent .badge {
  color: transparent;
  background-color: #a94442;
}

.btn-black-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
}
.btn-black-transparent:hover, .btn-black-transparent:focus, .btn-black-transparent.focus, .btn-black-transparent:active, .btn-black-transparent.active, .open > .btn-black-transparent.dropdown-toggle {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-black-transparent:active, .btn-black-transparent.active, .open > .btn-black-transparent.dropdown-toggle {
  background-image: none;
}
.btn-black-transparent.disabled, .btn-black-transparent.disabled:hover, .btn-black-transparent.disabled:focus, .btn-black-transparent.disabled.focus, .btn-black-transparent.disabled:active, .btn-black-transparent.disabled.active, .btn-black-transparent[disabled], .btn-black-transparent[disabled]:hover, .btn-black-transparent[disabled]:focus, .btn-black-transparent[disabled].focus, .btn-black-transparent[disabled]:active, .btn-black-transparent[disabled].active, fieldset[disabled] .btn-black-transparent, fieldset[disabled] .btn-black-transparent:hover, fieldset[disabled] .btn-black-transparent:focus, fieldset[disabled] .btn-black-transparent.focus, fieldset[disabled] .btn-black-transparent:active, fieldset[disabled] .btn-black-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-black-transparent .badge {
  color: transparent;
  background-color: #000000;
}

.btn-muted-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #cbd2db;
}
.btn-muted-transparent:hover, .btn-muted-transparent:focus, .btn-muted-transparent.focus, .btn-muted-transparent:active, .btn-muted-transparent.active, .open > .btn-muted-transparent.dropdown-toggle {
  color: #cbd2db;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-muted-transparent:active, .btn-muted-transparent.active, .open > .btn-muted-transparent.dropdown-toggle {
  background-image: none;
}
.btn-muted-transparent.disabled, .btn-muted-transparent.disabled:hover, .btn-muted-transparent.disabled:focus, .btn-muted-transparent.disabled.focus, .btn-muted-transparent.disabled:active, .btn-muted-transparent.disabled.active, .btn-muted-transparent[disabled], .btn-muted-transparent[disabled]:hover, .btn-muted-transparent[disabled]:focus, .btn-muted-transparent[disabled].focus, .btn-muted-transparent[disabled]:active, .btn-muted-transparent[disabled].active, fieldset[disabled] .btn-muted-transparent, fieldset[disabled] .btn-muted-transparent:hover, fieldset[disabled] .btn-muted-transparent:focus, fieldset[disabled] .btn-muted-transparent.focus, fieldset[disabled] .btn-muted-transparent:active, fieldset[disabled] .btn-muted-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-muted-transparent .badge {
  color: transparent;
  background-color: #cbd2db;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-remove {
  background-color: transparent;
  border-color: transparent;
  color: #c8321e;
  padding: 0;
  position: relative;
  top: 0;
}
.btn-remove:hover, .btn-remove:focus, .btn-remove.focus, .btn-remove:active, .btn-remove.active, .open > .btn-remove.dropdown-toggle {
  color: #c8321e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-remove:active, .btn-remove.active, .open > .btn-remove.dropdown-toggle {
  background-image: none;
}
.btn-remove.disabled, .btn-remove.disabled:hover, .btn-remove.disabled:focus, .btn-remove.disabled.focus, .btn-remove.disabled:active, .btn-remove.disabled.active, .btn-remove[disabled], .btn-remove[disabled]:hover, .btn-remove[disabled]:focus, .btn-remove[disabled].focus, .btn-remove[disabled]:active, .btn-remove[disabled].active, fieldset[disabled] .btn-remove, fieldset[disabled] .btn-remove:hover, fieldset[disabled] .btn-remove:focus, fieldset[disabled] .btn-remove.focus, fieldset[disabled] .btn-remove:active, fieldset[disabled] .btn-remove.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-remove .badge {
  color: transparent;
  background-color: #c8321e;
}
.btn-remove:hover, .btn-remove:focus {
  color: black;
}
.btn-remove i.icon-cross {
  font-size: 0.6em;
  font-weight: bold;
}

.tabs {
  position: relative;
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin: 6px 0 0;
  padding-left: 0;
}
.tabs li {
  float: left;
  padding-right: 5px;
}
.tabs li li a {
  color: #393939;
  background-color: #dae0e4;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs li li a:hover, .tabs li li a:focus, .tabs li li a:active, .tabs li li a.active {
  color: #393939;
  background-color: #bdc7ce;
}
.tabs li li:active, .tabs li li.active {
  background-image: none;
}
.tabs li li.disabled .tabs li li[disabled] a, .tabs li li.disabled .tabs li li[disabled]:hover a, .tabs li li.disabled .tabs li li[disabled]:focus a, .tabs li li.disabled .tabs li li[disabled].focus a, .tabs li li.disabled .tabs li li[disabled]:active a, .tabs li li.disabled .tabs li li[disabled].active a, fieldset[disabled] .tabs li li a, fieldset[disabled] .tabs li li:hover a, fieldset[disabled] .tabs li li:focus a, fieldset[disabled] .tabs li li.focus a, fieldset[disabled] .tabs li li:active a, fieldset[disabled] .tabs li li.active a {
  background-color: #dae0e4;
}
.tabs li li a:hover, .tabs li li a:focus {
  text-decoration: none;
}
.tabs li:last-child {
  padding-right: 0;
}
.tabs a {
  display: block;
  color: inherit;
  padding: 10px 25px;
  font-size: 13px;
  line-height: 1.5;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-weight: 700;
}
.tabs a .icon {
  font-size: 1.1em;
}
.tabs a span {
  padding-left: 10px;
}
.tabs.justify {
  width: 100%;
}
.tabs.justify > li {
  float: none;
}
.tabs.justify li {
  display: table-cell;
  width: 1%;
}
.tabs.bottom a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tabs li a {
  color: #393939;
  background-color: #dae0e4;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs li a:hover, .tabs li a:focus, .tabs li a:active, .tabs li a.active {
  color: #393939;
  background-color: #bdc7ce;
}
.tabs li:active, .tabs li.active {
  background-image: none;
}
.tabs li.disabled .tabs li[disabled] a, .tabs li.disabled .tabs li[disabled]:hover a, .tabs li.disabled .tabs li[disabled]:focus a, .tabs li.disabled .tabs li[disabled].focus a, .tabs li.disabled .tabs li[disabled]:active a, .tabs li.disabled .tabs li[disabled].active a, fieldset[disabled] .tabs li a, fieldset[disabled] .tabs li:hover a, fieldset[disabled] .tabs li:focus a, fieldset[disabled] .tabs li.focus a, fieldset[disabled] .tabs li:active a, fieldset[disabled] .tabs li.active a {
  background-color: #dae0e4;
}
.tabs li a:hover, .tabs li a:focus {
  text-decoration: none;
}
.tabs.tabs-sm {
  margin-top: 6px;
}
.tabs.tabs-sm li {
  margin-right: 1px;
}
.tabs.tabs-sm a {
  font-weight: 400;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.4;
}
.tabs.tabs-sm a .icon {
  padding-right: 10px;
}

.tabs + .tabs-content,
.tabs-content + .tabs-content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
}

.tabs-default li a {
  color: #393939;
  background-color: #dae0e4;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-default li a:hover, .tabs-default li a:focus, .tabs-default li a:active, .tabs-default li a.active {
  color: #ffffff;
  background-color: #0060a8;
}
.tabs-default li:active, .tabs-default li.active {
  background-image: none;
}
.tabs-default li.disabled .tabs-default li[disabled] a, .tabs-default li.disabled .tabs-default li[disabled]:hover a, .tabs-default li.disabled .tabs-default li[disabled]:focus a, .tabs-default li.disabled .tabs-default li[disabled].focus a, .tabs-default li.disabled .tabs-default li[disabled]:active a, .tabs-default li.disabled .tabs-default li[disabled].active a, fieldset[disabled] .tabs-default li a, fieldset[disabled] .tabs-default li:hover a, fieldset[disabled] .tabs-default li:focus a, fieldset[disabled] .tabs-default li.focus a, fieldset[disabled] .tabs-default li:active a, fieldset[disabled] .tabs-default li.active a {
  background-color: #dae0e4;
}
.tabs-default li a:hover, .tabs-default li a:focus {
  text-decoration: none;
}

.tabs-primary li a {
  color: #ffffff;
  background-color: #0060a8;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-primary li a:hover, .tabs-primary li a:focus, .tabs-primary li a:active, .tabs-primary li a.active {
  color: #ffffff;
  background-color: #004375;
}
.tabs-primary li:active, .tabs-primary li.active {
  background-image: none;
}
.tabs-primary li.disabled .tabs-primary li[disabled] a, .tabs-primary li.disabled .tabs-primary li[disabled]:hover a, .tabs-primary li.disabled .tabs-primary li[disabled]:focus a, .tabs-primary li.disabled .tabs-primary li[disabled].focus a, .tabs-primary li.disabled .tabs-primary li[disabled]:active a, .tabs-primary li.disabled .tabs-primary li[disabled].active a, fieldset[disabled] .tabs-primary li a, fieldset[disabled] .tabs-primary li:hover a, fieldset[disabled] .tabs-primary li:focus a, fieldset[disabled] .tabs-primary li.focus a, fieldset[disabled] .tabs-primary li:active a, fieldset[disabled] .tabs-primary li.active a {
  background-color: #0060a8;
}
.tabs-primary li a:hover, .tabs-primary li a:focus {
  text-decoration: none;
}

.tabs-primary-light li a {
  color: #ffffff;
  background-color: #0cb0e6;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-primary-light li a:hover, .tabs-primary-light li a:focus, .tabs-primary-light li a:active, .tabs-primary-light li a.active {
  color: #ffffff;
  background-color: #098bb6;
}
.tabs-primary-light li:active, .tabs-primary-light li.active {
  background-image: none;
}
.tabs-primary-light li.disabled .tabs-primary-light li[disabled] a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled]:hover a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled]:focus a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled].focus a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled]:active a, .tabs-primary-light li.disabled .tabs-primary-light li[disabled].active a, fieldset[disabled] .tabs-primary-light li a, fieldset[disabled] .tabs-primary-light li:hover a, fieldset[disabled] .tabs-primary-light li:focus a, fieldset[disabled] .tabs-primary-light li.focus a, fieldset[disabled] .tabs-primary-light li:active a, fieldset[disabled] .tabs-primary-light li.active a {
  background-color: #0cb0e6;
}
.tabs-primary-light li a:hover, .tabs-primary-light li a:focus {
  text-decoration: none;
}

.tabs-secondary li a {
  color: #ffffff;
  background-color: #c8321e;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-secondary li a:hover, .tabs-secondary li a:focus, .tabs-secondary li a:active, .tabs-secondary li a.active {
  color: #ffffff;
  background-color: #9c2717;
}
.tabs-secondary li:active, .tabs-secondary li.active {
  background-image: none;
}
.tabs-secondary li.disabled .tabs-secondary li[disabled] a, .tabs-secondary li.disabled .tabs-secondary li[disabled]:hover a, .tabs-secondary li.disabled .tabs-secondary li[disabled]:focus a, .tabs-secondary li.disabled .tabs-secondary li[disabled].focus a, .tabs-secondary li.disabled .tabs-secondary li[disabled]:active a, .tabs-secondary li.disabled .tabs-secondary li[disabled].active a, fieldset[disabled] .tabs-secondary li a, fieldset[disabled] .tabs-secondary li:hover a, fieldset[disabled] .tabs-secondary li:focus a, fieldset[disabled] .tabs-secondary li.focus a, fieldset[disabled] .tabs-secondary li:active a, fieldset[disabled] .tabs-secondary li.active a {
  background-color: #c8321e;
}
.tabs-secondary li a:hover, .tabs-secondary li a:focus {
  text-decoration: none;
}

.tabs-success li a {
  color: #ffffff;
  background-color: #4caf50;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-success li a:hover, .tabs-success li a:focus, .tabs-success li a:active, .tabs-success li a.active {
  color: #ffffff;
  background-color: #3d8b40;
}
.tabs-success li:active, .tabs-success li.active {
  background-image: none;
}
.tabs-success li.disabled .tabs-success li[disabled] a, .tabs-success li.disabled .tabs-success li[disabled]:hover a, .tabs-success li.disabled .tabs-success li[disabled]:focus a, .tabs-success li.disabled .tabs-success li[disabled].focus a, .tabs-success li.disabled .tabs-success li[disabled]:active a, .tabs-success li.disabled .tabs-success li[disabled].active a, fieldset[disabled] .tabs-success li a, fieldset[disabled] .tabs-success li:hover a, fieldset[disabled] .tabs-success li:focus a, fieldset[disabled] .tabs-success li.focus a, fieldset[disabled] .tabs-success li:active a, fieldset[disabled] .tabs-success li.active a {
  background-color: #4caf50;
}
.tabs-success li a:hover, .tabs-success li a:focus {
  text-decoration: none;
}

.tabs-warning li a {
  color: #ffffff;
  background-color: #f0ad4e;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-warning li a:hover, .tabs-warning li a:focus, .tabs-warning li a:active, .tabs-warning li a.active {
  color: #ffffff;
  background-color: #ec971f;
}
.tabs-warning li:active, .tabs-warning li.active {
  background-image: none;
}
.tabs-warning li.disabled .tabs-warning li[disabled] a, .tabs-warning li.disabled .tabs-warning li[disabled]:hover a, .tabs-warning li.disabled .tabs-warning li[disabled]:focus a, .tabs-warning li.disabled .tabs-warning li[disabled].focus a, .tabs-warning li.disabled .tabs-warning li[disabled]:active a, .tabs-warning li.disabled .tabs-warning li[disabled].active a, fieldset[disabled] .tabs-warning li a, fieldset[disabled] .tabs-warning li:hover a, fieldset[disabled] .tabs-warning li:focus a, fieldset[disabled] .tabs-warning li.focus a, fieldset[disabled] .tabs-warning li:active a, fieldset[disabled] .tabs-warning li.active a {
  background-color: #f0ad4e;
}
.tabs-warning li a:hover, .tabs-warning li a:focus {
  text-decoration: none;
}

.tabs-error li a {
  color: #ffffff;
  background-color: #a94442;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-error li a:hover, .tabs-error li a:focus, .tabs-error li a:active, .tabs-error li a.active {
  color: #ffffff;
  background-color: #843534;
}
.tabs-error li:active, .tabs-error li.active {
  background-image: none;
}
.tabs-error li.disabled .tabs-error li[disabled] a, .tabs-error li.disabled .tabs-error li[disabled]:hover a, .tabs-error li.disabled .tabs-error li[disabled]:focus a, .tabs-error li.disabled .tabs-error li[disabled].focus a, .tabs-error li.disabled .tabs-error li[disabled]:active a, .tabs-error li.disabled .tabs-error li[disabled].active a, fieldset[disabled] .tabs-error li a, fieldset[disabled] .tabs-error li:hover a, fieldset[disabled] .tabs-error li:focus a, fieldset[disabled] .tabs-error li.focus a, fieldset[disabled] .tabs-error li:active a, fieldset[disabled] .tabs-error li.active a {
  background-color: #a94442;
}
.tabs-error li a:hover, .tabs-error li a:focus {
  text-decoration: none;
}

.tabs-slider li a {
  color: #ffffff;
  background-color: #0060a8;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.tabs-slider li a:hover, .tabs-slider li a:focus, .tabs-slider li a:active, .tabs-slider li a.active {
  color: #ffffff;
  background-color: #0cb0e6;
}
.tabs-slider li:active, .tabs-slider li.active {
  background-image: none;
}
.tabs-slider li.disabled .tabs-slider li[disabled] a, .tabs-slider li.disabled .tabs-slider li[disabled]:hover a, .tabs-slider li.disabled .tabs-slider li[disabled]:focus a, .tabs-slider li.disabled .tabs-slider li[disabled].focus a, .tabs-slider li.disabled .tabs-slider li[disabled]:active a, .tabs-slider li.disabled .tabs-slider li[disabled].active a, fieldset[disabled] .tabs-slider li a, fieldset[disabled] .tabs-slider li:hover a, fieldset[disabled] .tabs-slider li:focus a, fieldset[disabled] .tabs-slider li.focus a, fieldset[disabled] .tabs-slider li:active a, fieldset[disabled] .tabs-slider li.active a {
  background-color: #0060a8;
}
.tabs-slider li a:hover, .tabs-slider li a:focus {
  text-decoration: none;
}

.tabs-content {
  border: 1px solid #cbd2db;
  border-radius: 2px;
  padding: 12px 8px;
  margin: 8px 0;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__container {
    display: none;
  }
}
.breadcrumbs {
  float: left;
  list-style: none;
  margin: 12px 0;
  padding-left: 0;
  font-size: 0.875rem;
}
.breadcrumbs li {
  float: left;
  color: #393939;
  font-style: italic;
  margin-right: 4px;
  position: relative;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .breadcrumbs li {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}
.breadcrumbs li:first-child, .breadcrumbs li:last-child {
  margin-right: 8px;
}
.breadcrumbs li:first-child:after, .breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child {
  color: #393939;
}
.breadcrumbs a {
  color: #393939;
}
.breadcrumbs + .btn {
  float: right;
  position: relative;
  top: 17px;
  margin-bottom: 22px;
}

.breadcrumbs__separator {
  display: inline-block;
  color: #393939;
  top: -1px;
}
.breadcrumbs__separator svg {
  width: 0.5rem;
  height: 0.5rem;
}

.pager a {
  display: block;
  color: #757575;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  font-size: 0.875rem;
  margin-right: 4px;
}
.pager a .icon {
  top: -1px;
}
.pager a:hover, .pager a:focus {
  text-decoration: none;
  border-color: #0060a8;
  color: #0060a8;
}
.pager a.active {
  background-color: #0060a8;
  color: #ffffff;
  border-color: #0060a8;
}

.row-products {
  margin: 0 -6px;
}
.row-products.products-panel-row {
  display: flex;
  flex-wrap: wrap;
}

#article .row.row-products {
  display: flex;
  margin: 12px -6px;
}
#article .row.row-products > .col {
  flex: 1;
}
#article .row.row-products > .col > section.main {
  height: 100%;
}

.col-products-two,
.col-products-four {
  padding-left: 6px;
  padding-right: 6px;
}

.col-products-two {
  width: 50%;
}

.col-products-four {
  width: 25%;
}

section.main.product-one-fourth, section.main.product-one-half, section.main.margin-top {
  margin-top: 12px;
  height: calc(100% - 12px);
}
section.main.margin-top-half, section.main.form-popup__row {
  margin-top: 8px;
}

.product-one-fourth p,
.premium-product p {
  margin: 0;
}
.product-one-fourth .product-title,
.premium-product .product-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 13px;
  word-break: break-all;
}
.product-one-fourth .info,
.premium-product .info {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-top: 1px solid #cbd2db;
  border-bottom: 1px solid #cbd2db;
}
.product-one-fourth .manufacturer,
.premium-product .manufacturer {
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.product-one-fourth .price .left,
.product-one-fourth .price .right,
.premium-product .price .left,
.premium-product .price .right {
  display: block;
  float: left;
  width: 50%;
  line-height: 1.4em;
}
.product-one-fourth .price .left,
.premium-product .price .left {
  clear: both;
  font-size: 12px;
  text-align: right;
  padding-top: 1px;
  padding-right: 5px;
}
.product-one-fourth .price .right,
.premium-product .price .right {
  color: #c8321e;
  font-weight: 700;
}
.product-one-fourth .form,
.premium-product .form {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}
.product-one-fourth .form .amount,
.product-one-fourth .form .input,
.product-one-fourth .form .form-popup__input,
.product-one-fourth .form .amount2,
.product-one-fourth .form .btn,
.premium-product .form .amount,
.premium-product .form .input,
.premium-product .form .form-popup__input,
.premium-product .form .amount2,
.premium-product .form .btn {
  float: left;
}
.product-one-fourth .form .amount,
.premium-product .form .amount {
  width: 25%;
  text-align: right;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px;
}
.product-one-fourth .form .input, .product-one-fourth .form .form-popup__input,
.premium-product .form .input,
.premium-product .form .form-popup__input {
  width: 33%;
}
.product-one-fourth .form .amount2,
.premium-product .form .amount2 {
  font-size: 12px;
  width: 15%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
}
.product-one-fourth .form .btn,
.premium-product .form .btn {
  width: 27%;
}

section.main.product-one-half {
  display: flex;
}
section.main.product-one-half .product-one-half-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.main.product-one-half .product-one-half-container:first-child {
  min-width: 140px;
}
section.main.product-one-half .product-one-half-container:nth-child(2) {
  width: 100%;
}

@media only screen and (max-width: 860px) {
  section.main.product-one-half .product-one-half-container .operation-select {
    display: inline-flex;
  }
  section.main.product-one-half .product-one-half-container .operation-select > input {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  section.main.product-one-half {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.product-one-half p {
  margin: 0;
}
.product-one-half .col-image {
  text-align: left;
  width: 100%;
  padding: 0;
}
.product-one-half .col-image > .amount {
  text-align: left;
}
.product-one-half .product-details-block {
  padding: 8px 0 4px 0;
}
.product-one-half .amount {
  color: #4caf50;
  padding: 4px 0;
}
.product-one-half .col-desc {
  padding: 4px 0;
  width: 100%;
}
.product-one-half .col-alternatives {
  padding: 4px 0;
  width: 100%;
}
.product-one-half .product-title {
  font-weight: 700;
  font-size: 14px;
  word-break: break-all;
}
.product-one-half .product-category {
  font-size: 13px;
  color: #0cb0e6;
}
.product-one-half .product-info {
  font-size: 13px;
  margin-top: 16px;
}
.product-one-half .product-number {
  font-size: 13px;
}
.product-one-half .product-manufacturer {
  font-size: 13px;
  font-weight: 700;
  color: #0060a8;
}
.product-one-half .table-form {
  margin-top: 16px;
  font-size: 13px;
}
.product-one-half .col-price {
  width: 100%;
  padding: 4px 0;
}
.product-one-half .col-price p {
  line-height: 1.2;
}

.products-related__wrapper--cartadd {
  max-width: 800px;
}

.products-related__container-cartadd {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

.pricerequest-add__button,
.products-related__cartadd-button {
  width: 100%;
  margin-top: 15px;
}

.products-related__section {
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
.products-related__section p {
  font-size: 13px;
}

.products-related__section--r {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #cbd2db;
  margin-top: 0;
}
.products-related__section--r #table-products-body-responsive {
  display: block;
}

.products-related__header {
  text-align: center;
  background-color: #a5b1bf;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 2px 2px 0 0;
}

.products-related__content {
  background-color: #ffffff;
  border: 1px solid #a5b1bf;
  border-radius: 0 0 2px 2px;
  padding: 10px 0 10px 0;
}
.products-related__content table.table-products tbody > tr:first-child td {
  border-top: none;
}
.products-related__content table.table-products td {
  vertical-align: top;
}

.premium-filter__label {
  line-height: 36px;
  margin-bottom: 0;
}
.premium-filter__label:after {
  content: ":";
}

.premium-filter__button {
  width: 100%;
  margin-top: 10px;
}

.product__price-alternative,
.product__important-info {
  margin-top: 15px;
  padding: 7.5px;
  font-size: 0.875rem;
  border: 1px solid #f0ebb6;
  border-radius: 4px;
  background-color: #fff9c4;
}

.product__price-alternative-label:after {
  content: ":";
}

.product__price-alternative-name {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

.product__price-alternative-availability {
  color: #4caf50;
  font-weight: 600;
}

.product__why-choose-sos-wrapper {
  margin-top: 32px;
}

.product__why-choose-sos {
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  background: #fff;
}

.article-product__container {
  display: block;
  border: 1px solid #eaeff2;
  padding: 24px;
  margin-bottom: 16px;
  margin-top: 32px;
}

.article-product__image {
  display: flex;
  min-height: 125px;
  align-items: center;
  justify-content: center;
}

.article-product__image img {
  height: -moz-fit-content;
  height: fit-content;
}

.article-product__info {
  align-self: center;
}

.article-product__info-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.article-product__info-title > a {
  text-decoration: none !important;
  padding-right: 8px;
}
.article-product__info-title .article-product__info-title-icons {
  display: inline-flex;
}
.article-product__info-title .article-product__info-title-icons > .btn-sample-list {
  margin: 0;
}

.article-product__info-category,
.article-product__info-ordernr,
.article-product__info-availability,
.article-product__info-brand {
  font-size: 12px;
}
.article-product__info-category a,
.article-product__info-ordernr a,
.article-product__info-availability a,
.article-product__info-brand a {
  text-decoration: none !important;
}

.article-product__info-availability {
  padding-bottom: 8px;
}

.article-product__info-description {
  padding: 8px 0;
}

.article-product__buy-info {
  display: block;
  text-align: right;
}
.article-product__buy-info .sos-products__item-pricelist {
  white-space: nowrap;
}
.article-product__buy-info .sos-products__item-product-type-text,
.article-product__buy-info .sos-products__item-price-orderform {
  text-align: right;
}

.article-product__buy-info-inner {
  max-width: 250px;
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .product-one-fourth .form .amount,
  .premium-product .form .amount {
    width: 25%;
  }
  .product-one-fourth .form .input, .product-one-fourth .form .form-popup__input,
  .premium-product .form .input,
  .premium-product .form .form-popup__input {
    width: 50%;
  }
  .product-one-fourth .form .amount2,
  .premium-product .form .amount2 {
    width: 25%;
  }
  .product-one-fourth .form .btn,
  .premium-product .form .btn {
    width: 100%;
  }
  /*.col-products-two {
      width: 50%;
    }
    .col-products-four {
      width: 25%;
    }*/
}
@media only screen and (max-width: 860px) {
  .col-products-four {
    width: 50%;
  }
  .product-one-fourth .form .amount,
  .premium-product .form .amount {
    width: 25%;
  }
  .product-one-fourth .form .input, .product-one-fourth .form .form-popup__input,
  .premium-product .form .input,
  .premium-product .form .form-popup__input {
    width: 33%;
  }
  .product-one-fourth .form .amount2,
  .premium-product .form .amount2 {
    width: 15%;
  }
  .product-one-fourth .form .btn,
  .premium-product .form .btn {
    width: 27%;
  }
  .col-products-two {
    width: 100%;
  }
}
@media only screen and (max-width: 512px) {
  .col-products-four {
    width: 100%;
  }
  .col-products-two .col-image {
    width: 100%;
  }
  .col-products-two .col-desc {
    width: 100%;
  }
  .col-products-two .col-price > p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 400px) {
  .col-products-two .col-desc,
  .col-products-two .col-price {
    width: 100%;
    margin-top: 12px;
  }
}
.user-items__not-found {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0;
}

.user-items__tr--header {
  z-index: 4;
}
.user-items__tr--header a {
  color: #393939;
  font-weight: 700;
}
.user-items__tr--header i {
  opacity: 0.3;
}
.user-items__tr--header.fixed {
  position: fixed;
  opacity: 0.9;
}
.user-items__tr--header .check-product label {
  padding-left: 0;
}
.user-items__tr--header .check-product label::after {
  left: 0;
}

.user-items__th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.user-items__th--nowrap {
  white-space: nowrap;
}

.user-items__td--max-200 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.canvas {
  background-color: #ffffff;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}

.nowrap-of {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-items-b__not-found {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  padding: 16px;
}

.user-items-b__list .canvas {
  margin-top: 16px;
}

.user-items-b__list-tr--header {
  z-index: 4;
}
.user-items-b__list-tr--header a {
  color: #393939;
  font-weight: 700;
}
.user-items-b__list-tr--header i {
  opacity: 0.3;
}
.user-items-b__list-tr--header.fixed {
  position: fixed;
  opacity: 0.9;
}
.user-items-b__list-tr--header .check-product label {
  padding-left: 0;
}
.user-items-b__list-tr--header .check-product label::after {
  left: 0;
}

.user-items-b__list-th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.user-items-b__list-th--nowrap {
  white-space: nowrap;
}

.user-items-b__list-td--magnifier {
  text-align: right;
}

.user-items-b__list-td--max-200 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.user-items-b__list--inverted {
  border: 1px solid #dae0e4;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.user-items-b__list-r-col {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.user-items-b__list-r-item {
  margin-top: 12px;
  margin-bottom: 6px;
  padding: 6px;
}

.user-items-b__list-r-item-row label {
  margin-bottom: 0;
  float: left;
  width: 50%;
  font-weight: 700;
}
.user-items-b__list-r-item-row label:after {
  content: ":";
}
.user-items-b__list-r-item-row > span {
  float: left;
  width: 50%;
}

.user-items-b__list-r-item {
  position: relative;
}

.user-items-b__list-r-item .btn-remove {
  background-color: #c8321e;
  border-color: transparent;
  color: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 13px;
  line-height: 1.4;
}
.user-items-b__list-r-item .btn-remove:hover, .user-items-b__list-r-item .btn-remove:focus, .user-items-b__list-r-item .btn-remove.focus, .user-items-b__list-r-item .btn-remove:active, .user-items-b__list-r-item .btn-remove.active, .open > .user-items-b__list-r-item .btn-remove.dropdown-toggle {
  color: #ffffff;
  background-color: #9c2717;
  border-color: rgba(0, 0, 0, 0);
}
.user-items-b__list-r-item .btn-remove:active, .user-items-b__list-r-item .btn-remove.active, .open > .user-items-b__list-r-item .btn-remove.dropdown-toggle {
  background-image: none;
}
.user-items-b__list-r-item .btn-remove.disabled, .user-items-b__list-r-item .btn-remove.disabled:hover, .user-items-b__list-r-item .btn-remove.disabled:focus, .user-items-b__list-r-item .btn-remove.disabled.focus, .user-items-b__list-r-item .btn-remove.disabled:active, .user-items-b__list-r-item .btn-remove.disabled.active, .user-items-b__list-r-item .btn-remove[disabled], .user-items-b__list-r-item .btn-remove[disabled]:hover, .user-items-b__list-r-item .btn-remove[disabled]:focus, .user-items-b__list-r-item .btn-remove[disabled].focus, .user-items-b__list-r-item .btn-remove[disabled]:active, .user-items-b__list-r-item .btn-remove[disabled].active, fieldset[disabled] .user-items-b__list-r-item .btn-remove, fieldset[disabled] .user-items-b__list-r-item .btn-remove:hover, fieldset[disabled] .user-items-b__list-r-item .btn-remove:focus, fieldset[disabled] .user-items-b__list-r-item .btn-remove.focus, fieldset[disabled] .user-items-b__list-r-item .btn-remove:active, fieldset[disabled] .user-items-b__list-r-item .btn-remove.active {
  background-color: #c8321e;
  border-color: transparent;
}
.user-items-b__list-r-item .btn-remove .badge {
  color: #c8321e;
  background-color: #ffffff;
}

.claims-request__form label:after {
  content: ":";
}

.claims-request__form-col #search-orders-button {
  float: right;
}

.claims-request__form-description {
  height: 123px;
}

.claims__filters {
  display: flex;
  flex-direction: column;
}
.claims__filters > .claim__filter-item {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.claims__filters > .claim__filter-item:first-child, .claims__filters > .claim__filter-item:last-child {
  padding: 0;
}
.claims__filters > .claim__filter-item > input {
  margin-top: 4px;
}
.claims__filters > .claim__filter-item > input:first-child {
  margin-right: 8px;
}
.claims__filters > .claim__filter-item .claim__filter-item-checkbox:first-child > label {
  margin-left: 0;
}
.claims__filters > .claim__filter-item .claim__filter-item-checkbox > label {
  display: flex;
  align-items: center;
}
.claims__filters .claims__search-wrapper {
  display: flex;
  flex-direction: row;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  width: 100%;
  max-width: 284px;
}
.claims__filters .claims__search-wrapper .claims__search-input {
  background-color: white;
  border: none;
  padding-bottom: 4px;
}
.claims__filters .claims__search-wrapper .claims__search-btn {
  background: white url("/img/fa-search-solid.svg") no-repeat calc(100% - 8px) center;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
  width: 32px;
}
.claims__filters .show-details i,
.claims__filters .show-details-responsive i {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .claims__filters button[type=submit] {
    display: block;
    width: 100%;
  }
}
.sos-products__search-header {
  margin-top: 48px;
}

.sos-products__h2 {
  margin-top: 24px;
}

.sos-products__filters {
  margin-top: 16px;
}

.sos-products__filters--compare {
  text-align: right;
}

.sos-products__filters-item {
  padding: 8px;
}

.sos-products__filters-item--search-entry-add,
.sos-products__filters-item--export-to-csv,
.sos-products__filters-item--show-vat {
  display: none;
}

.sos-products__filters-item--compare-link {
  text-transform: uppercase;
  font-size: 13px;
  color: #0060a8;
  cursor: pointer;
  text-align: center;
}

.sos-products__filters-item-label,
.sos-products__filters-item-value {
  width: 50%;
  float: left;
}

.sos-products__filters-item-label {
  text-align: right;
  line-height: 2rem;
  padding-right: 4px;
}
.sos-products__filters-item-label:after {
  content: ":";
}

.sos-products__filters-item-value .select {
  display: inline-block;
}

.sos-products__filters-item-label--show-type:after,
.sos-products__filters-item-label--limit-per-page:after {
  content: none;
}

.sos-products__items-pager {
  padding: 8px;
  text-align: center;
  margin-top: 16px;
}

.sos-products__items-pager-inside {
  display: inline-block;
}
.sos-products__items-pager-inside > a:last-child {
  margin-right: 0;
}

.sos-products__copyright-desc {
  background-color: #ffffff;
  padding: 8px 16px;
  font-size: 12px;
  text-align: left;
}

.sos-products__item {
  width: 100%;
  padding: 8px;
}

.sos-products__item--header,
.sos-products__item--footer {
  display: none;
}

.sos-products__item-block--image {
  text-align: center;
  margin-top: 8px;
  padding-top: 8px;
}
.sos-products__item-block--image img {
  width: auto;
  max-width: 110px;
  max-height: 110px;
}

.sos-products__item-image-link {
  display: block;
  width: 110px;
  min-width: 110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sos-products__item-image-link:hover img, .sos-products__item-image-link:focus img {
  opacity: 0.5;
}

.sos-products__item-image-ribbon {
  pointer-events: none;
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.sos-products__item-image-ribbon::before, .sos-products__item-image-ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #4caf50;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.sos-products__item-image-ribbon:before {
  bottom: 0;
  left: 0;
}
.sos-products__item-image-ribbon:after {
  top: 0;
  right: 0;
}
.sos-products__item-image-ribbon > span {
  position: absolute;
  display: block;
  width: 190px;
  padding: 4px 0;
  background-color: #4caf50;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  left: -24px;
  bottom: 24px;
  transform: rotate(-45deg);
}
.sos-products__item-image-ribbon[data-ribbon=Action] > span {
  background-color: #f0ad4e;
}
.sos-products__item-image-ribbon[data-ribbon=Action]::before, .sos-products__item-image-ribbon[data-ribbon=Action]::after {
  background-color: #f0ad4e;
}
.sos-products__item-image-ribbon[data-ribbon=New] > span {
  background-color: #c8321e;
}
.sos-products__item-image-ribbon[data-ribbon=New]::before, .sos-products__item-image-ribbon[data-ribbon=New]::after {
  background-color: #c8321e;
}
.sos-products__item-image-ribbon[data-ribbon=CommingSoon] > span {
  background-color: #0060a8;
}
.sos-products__item-image-ribbon[data-ribbon=CommingSoon]::before, .sos-products__item-image-ribbon[data-ribbon=CommingSoon]::after {
  background-color: #0060a8;
}
.sos-products__item-image-ribbon[data-ribbon=SellOut] > span {
  background-color: #4caf50;
}
.sos-products__item-image-ribbon[data-ribbon=SellOut]::before, .sos-products__item-image-ribbon[data-ribbon=SellOut]::after {
  background-color: #4caf50;
}

.sos-products__item-block--information {
  text-align: center;
  margin-top: 16px;
}

.sos-products__item-block--brand-desktop {
  display: none;
}

.sos-products__item-block--new-from {
  display: none;
  text-align: center;
}

.sos-products__item-block--pricelist-a {
  display: flex;
  flex-direction: row;
}

.sos-products__item-block--pricelist-b {
  flex-grow: 1;
  padding-top: 2px;
}

.sos-products__item-block--pricelist-c {
  flex: 0 0 140px;
}

.sos-products__item-header,
.sos-products__item-header-icons {
  display: inline-block;
}

.sos-products__item-header {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: inherit;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0;
}
.sos-products__item-header h2 {
  word-break: break-all;
}

.sos-products__item-header-customer-name {
  color: #c8321e;
  font-size: 13px;
}

.sos-products__item-description {
  margin-top: 8px;
  font-size: 13px;
}

.sos-products__item-document {
  display: none;
  margin-top: 4px;
}

.sos-products__item-cad-model {
  width: 100%;
  display: block;
  float: left;
  margin-top: 8px;
}

.sos-products__item-tags-label,
.sos-products__item-tags-item {
  margin-top: 4px;
}

.sos-products__item-category {
  display: none;
}

.sos-products__item-category-link {
  font-size: 13px;
}

.sos-products__item-alternatives-item {
  text-decoration: underline;
}

.sos-products__item-block--parameters {
  display: none;
}

.sos-products__item-label {
  width: 50%;
  display: block;
  float: left;
  text-align: right;
}
.sos-products__item-label:after {
  content: ":";
  margin-right: 4px;
}

.sos-products__item-label--no-document:after {
  content: "";
}
.sos-products__item-label--no-document:hover {
  text-decoration: underline;
}

.sos-products__item-value {
  width: 50%;
  display: block;
  float: left;
  text-align: left;
}

.sos-products__item-value--ordernr {
  font-weight: 700;
}

.sos-products__item-ordernr {
  font-size: 13px;
  margin-top: 16px;
}

.sos-products__item-brand {
  font-size: 13px;
}

.sos-products__item-product-type {
  display: none;
  font-size: 13px;
  margin-top: 4px;
}

.sos-products__item-product-type-text {
  color: #c8321e;
  font-weight: 700;
  text-align: center;
}

.sos-products__item-availability {
  text-align: center;
  margin-top: 16px;
  white-space: nowrap;
}

.sos-products__item-availability-count {
  display: inline;
  color: #38843b;
}

.sos-products__item-availability-count--nostock {
  color: #666666;
}

.sos-products__item-availability-count-value {
  font-weight: 700;
}

.sos-products__item-availability-to-order {
  display: inline-block;
  white-space: nowrap;
}

.sos-products__item-availability-op,
.sos-products__item-availability-state,
.sos-products__item-availability-on-stock-delivery {
  font-size: 12px;
  text-align: center;
}

.sos-products__item-availability-op,
.sos-products__item-availability-state {
  white-space: nowrap;
}

.sos-products__item-availability-external {
  text-align: center;
}

.sos-products__item-availability-external--empty {
  display: none;
}

.sos-products__item-pricelist {
  margin-top: 16px;
}

.sos-products__item-pricelist-row {
  font-size: 13px;
  margin-top: 2px;
}

.sos-products__item-pricelist-row-quantity {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 4px;
}

.sos-products__item-pricelist-row-price {
  width: 50%;
  float: left;
  font-weight: 700;
  color: #c8321e;
}

.sos-products__item-pricelist-get-quote {
  cursor: pointer;
}
.sos-products__item-pricelist-get-quote:hover {
  text-decoration: underline;
}

.sos-products__item-pricerequest-button {
  text-align: center;
}

.sos-products__item-price-get-quote {
  text-align: left;
  margin-top: 8px;
}

.sos-products__item-price-orderform {
  text-align: left;
}
.sos-products__item-price-orderform .add-to-cart-input {
  width: 73px !important;
}
.sos-products__item-price-orderform .operation-select {
  display: flex;
  justify-content: flex-end;
}
.sos-products__item-price-orderform .operation-select-label {
  padding-right: 8px;
}
.sos-products__item-price-orderform .add-to-cart-input {
  font-size: 13px;
}

.sos-products__item-price-alternative {
  font-size: 13px;
  text-align: center;
}

.sos-products__item--header-related {
  font-weight: 400;
}

.sos-products__item-block--availability-external,
.sos-products__item-block--availability,
.sos-products__item-price-orderform {
  font-size: 13px;
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  section.main.sos-products__section {
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .sos-products__items-tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .sos-products__item {
    background: white;
    border: 1px solid #DAE0E4;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    margin: 4px;
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  section.main.sos-products__section {
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .sos-products__items-tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .sos-products__item {
    background: white;
    border: 1px solid #DAE0E4;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    margin: 4px;
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 1200px) {
  .sos-products__filters {
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
  }
  .sos-products__filters-item {
    padding-bottom: 0;
    line-height: 40px;
  }
  .sos-products__filters-item--search-entry-add,
  .sos-products__filters-item--export-to-csv,
  .sos-products__filters-item--availability,
  .sos-products__filters-item--sort-type,
  .sos-products__filters-item--show-type,
  .sos-products__filters-item--limit-per-page,
  .sos-products__filters-item--compare-link,
  .sos-products__filters-item--show-vat {
    display: inline-block;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sos-products__filters-item--search-entry-add {
    padding-right: 0;
  }
  .search-entry__add-wrapper {
    display: flex;
    flex-direction: row;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    border: 1px solid #DAE0E4;
    border-radius: 2px;
  }
  .search-entry__add-input {
    background-color: white;
    border: none;
  }
  .search-entry__add-btn {
    background: white url("/img/fa-search-solid.svg") no-repeat calc(100% - 8px) center;
    background-size: 16px 16px;
    border: none;
    cursor: pointer;
    width: 38px;
  }
  .search-entry__add-btn:focus {
    border: 1px solid #0060a8;
  }
  .sos-products__filters-item-label {
    width: auto;
    display: inline-block;
    float: none;
  }
  .sos-products__filters-item-value {
    width: auto;
    display: inline-block;
    float: none;
  }
  .sos-products__filters-item--sort-type {
    display: none;
  }
  .sos-products__filters-item-label--show-type,
  .sos-products__filters-item-label--limit-per-page {
    display: none;
  }
  .sos-products__items-pager {
    display: flex;
    justify-content: flex-end;
  }
  .sos-products__items-pager--top {
    margin-top: 0;
    float: right;
    padding-top: 4px;
  }
  .sos-products__items-pager--bottom {
    padding-top: 0;
  }
  .sos-products__items-wrapper {
    overflow-x: auto;
  }
  .sos-products__items {
    display: table;
    width: 100%;
  }
  .sos-products__item {
    display: table-row;
    width: 100%;
    padding: 0;
  }
  .sos-products__item--header {
    display: table-row;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .sos-products__item--header i {
    opacity: 0.3;
  }
  .sos-products__item--header.fixed {
    position: fixed;
    opacity: 0.9;
    z-index: 4;
  }
  .sos-products__item--header.fixed .sos-products__item-th {
    border-bottom: 1px solid #dae0e4;
    background-color: white;
  }
  .sos-products__item--header-compare .sorter-arrow,
  .sos-products__item--header-related .sorter-arrow {
    display: none;
  }
  .sos-products__item--footer {
    padding: 0;
  }
  .sos-products__item--footer .sos-products__item-block {
    padding-top: 0;
  }
  .sos-products__item-block--new-from {
    display: table-cell;
  }
  .sos-products__item-th {
    display: table-caption;
    letter-spacing: 0;
    line-height: 18px;
    color: #5b6672;
  }
  .sos-products__item-th a {
    color: #5b6672;
  }
  .sos-products__item-th th {
    text-align: center;
  }
  .sos-products__item-th--new-from {
    max-width: 150px;
  }
  .sos-products__item-th--external-stock {
    max-width: 150px;
  }
  .sos-products__items-tbody {
    display: table-row-group;
  }
  .sos-products__item-block {
    border-top: 1px solid #dae0e4;
    display: table-cell;
    padding: 8px;
    vertical-align: middle;
  }
  .sos-products__item-th--parameters {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f8f9;
  }
  .sos-products__item-block--information {
    text-align: left;
  }
  .sos-products__item-document {
    display: block;
    font-size: 12px;
  }
  .sos-products__item-label--document {
    display: inline-block;
    width: auto;
    float: none;
  }
  .sos-products__item-value--document {
    display: inline-block;
    width: auto;
    float: none;
  }
  .sos-products__item-category {
    display: block;
    font-size: 13px;
  }
  .sos-products__item-label--alternatives,
  .sos-products__item-value--alternatives {
    width: auto;
  }
  .sos-products__item-block--parameters {
    display: table-cell;
    background-color: #f5f8f9;
    text-align: center;
  }
  .sos-products__item-parameters {
    min-height: 110px;
  }
  .sos-products__item-block--brand-desktop {
    display: table-cell;
  }
  .sos-products__item-label.import-label {
    display: none;
  }
  .sos-products__item-value.import-value {
    width: 100%;
    float: none;
    text-align: center;
  }
  .sos-products__item-label--ordernr,
  .sos-products__item-label--brand {
    display: none;
  }
  .sos-products__item-ordernr {
    text-align: center;
    font-size: 13px;
    margin-top: 0;
  }
  .sos-products__item-value--ordernr {
    text-align: center;
    font-weight: 400;
    width: 100%;
  }
  .sos-products__item-product-type {
    display: block;
    text-align: center;
  }
  .sos-products__item-brand {
    display: block;
  }
  .sos-products__item-brand--responsive {
    display: none;
  }
  .sos-products__item-value--brand {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
  .sos-products__item-availability {
    margin-top: 0;
  }
  .sos-products__item-availability-external--empty {
    display: block;
  }
  .sos-products__item-block--pricelist {
    text-align: right;
  }
  .sos-products__item-block--pricelist-a {
    flex-direction: column;
  }
  .sos-products__item-block--pricelist-c {
    flex: 0 0 auto;
  }
  .sos-products__item-product-type-text {
    text-align: right;
  }
  .sos-products__item-pricelist {
    margin-top: 0;
  }
  .sos-products__item-pricelist-row {
    min-width: 245px;
    padding: 2px 8px;
  }
  .sos-products__item-pricelist-row.active {
    background: #f2f2f2;
  }
  .sos-products__item-pricelist-row-quantity {
    float: none;
    display: inline;
  }
  .sos-products__item-pricelist-row-price {
    float: none;
    display: inline;
  }
  .sos-products__item-pricerequest-button,
  .sos-products__item-price-get-quote,
  .sos-products__item-price-orderform,
  .sos-products__item-price-alternative {
    text-align: right;
  }
  .sos-products__item-price-orderform {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.sos-products__mobile-filters-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sos-products__mobile-filters-modal.show {
  opacity: 1;
  visibility: visible;
}

.sos-products__mobile-filters-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sos-products__mobile-filters-modal-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
  max-height: 80vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sos-products__mobile-filters-modal.show .sos-products__mobile-filters-modal-content {
  transform: translateY(0);
}

.sos-products__mobile-filters-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.sos-products__mobile-filters-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.sos-products__mobile-filters-modal-header button {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sos-products__mobile-filters-modal-body {
  padding: 20px;
}

.sos-products__mobile-filters-section {
  margin-bottom: 24px;
}
.sos-products__mobile-filters-section:last-child {
  margin-bottom: 0;
}
.sos-products__mobile-filters-section h4 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.sos-products__mobile-filters-item .select {
  width: 100%;
  display: block;
}

.sos-products__filters-item--mobile-filters .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 14px;
  font-weight: 600;
  background-color: #c8321e;
  border-color: #c8321e;
  border-radius: 0.375rem;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 150ms ease-in-out;
}
.sos-products__filters-item--mobile-filters .icon {
  font-size: 16px;
}

@media (min-width: 768px) {
  .sos-products__filters-item--mobile-filters,
  .sos-products__mobile-filters-modal,
  .sos-products__filters-item--mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sos-products__filters-item--desktop {
    display: none !important;
  }
  .sos-products__filters-item--mobile {
    display: block !important;
  }
}
.sos-products__filters-item--mobile-filters {
  display: block;
}
@media (min-width: 768px) {
  .sos-products__filters-item--mobile-filters {
    display: none !important;
  }
}

.sos-products__mobile-filters-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .sos-products__mobile-filters-modal {
    display: none !important;
  }
}

.sos-products__mobile-filters-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sos-products__mobile-filters-modal-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 80vh;
  background-color: white;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.sos-products__mobile-filters-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.sos-products__mobile-filters-modal-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.sos-products__mobile-filters-modal-header button {
  padding: 4px;
  background: none;
  border: none;
  color: #666;
  font-size: 1.2rem;
  cursor: pointer;
}
.sos-products__mobile-filters-modal-header button:hover {
  color: #333;
}

.sos-products__mobile-filters-modal-body {
  padding: 20px;
}

.sos-products__mobile-filters-section {
  margin-bottom: 24px;
}
.sos-products__mobile-filters-section:last-child {
  margin-bottom: 0;
}
.sos-products__mobile-filters-section h4 {
  margin: 0 0 12px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.sos-products__mobile-filters-item .select {
  width: 100%;
}
.sos-products__mobile-filters-item .select select {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: white;
  color: #333;
}
.sos-products__mobile-filters-item .select select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.sos-products__mobile-filters-item .select .icon {
  right: 12px;
  color: #666;
}

.sos-products-4__item {
  margin-top: 10px;
}
.sos-products-4__item:first-child {
  margin-top: 0;
}

.sos-products-4__item--image,
.sos-products-4__item--name,
.sos-products-4__item--description,
.sos-products-4__item--category {
  text-align: center;
}

.sos-products-4__item--image {
  display: block;
  height: 110px;
  line-height: 110px;
}
.sos-products-4__item--image img {
  width: auto;
  max-width: 110px;
  max-height: 110px;
}

.sos-products-4__item--name {
  font-weight: 700;
}

.sos-products-4__item--category a {
  color: #0cb0e6;
}

.sos-products-4__item--ordernr,
.sos-products-4__item--product-type-description,
.sos-products-4__item--brand {
  font-size: 0.75rem;
}

.sos-products-4__item--product-type-description {
  text-align: center;
  margin-top: 0;
}

.sos-products-4__item--brand {
  margin-top: 0;
}

.sos-products-4__item--availability {
  color: #4caf50;
  text-align: center;
}

.sos-products-4__item-label,
.sos-products-4__item-value {
  display: block;
  width: 50%;
  float: left;
}

.sos-products-4__item-label {
  text-align: right;
  padding-right: 5px;
}
.sos-products-4__item-label:after {
  content: ":";
}

.sos-products-4__item-value--ordernr {
  font-weight: 700;
}

.availability-popup {
  text-align: left;
}

.canvas {
  background-color: #ffffff;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}

.canvas__inside {
  padding: 15px 10px;
}

.user-favorites__groups-r-row.row {
  margin: 0 -8px;
}

.user-favorites__buttons-button {
  width: 100%;
  margin-top: 10px;
}

.user-favorites__groups,
.user-favorites__group-products {
  display: none;
}

.user-favorites__not-found {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  padding: 16px;
}

.user-favorites__groups-main {
  margin-top: 16px;
  padding: 16px;
}

.user-favorites__groups-r-col,
.user-favorites__group-products-r-col {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.user-favorites__groups-r-item {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 8px;
}

.user-favorites__groups-r-item-row label {
  margin-bottom: 0;
  float: left;
  width: 50%;
  font-weight: 700;
}
.user-favorites__groups-r-item-row label:after {
  content: ":";
}
.user-favorites__groups-r-item-row > span {
  float: left;
  width: 50%;
}

.user-favorites__groups-r-item-row--buttons {
  margin-top: 10px;
}

.user-favorites__groups-r-item-row--availability {
  text-align: center;
  margin-top: 10px;
}

.user-favorites__groups-r--detail .user-favorites__groups-r-col {
  width: 100%;
}

.user-favorites__group-products-r .product-details-left {
  float: left;
  width: 90px;
  position: relative;
  overflow: hidden;
}
.user-favorites__group-products-r .product-details-right {
  float: left;
  width: 100%;
  padding-left: 90px;
  margin-left: -90px;
}
.user-favorites__group-products-r div.product-details-right p {
  margin: 0;
}
.user-favorites__group-products-r div.product-details-right span.text-primary {
  margin-bottom: 4px;
  display: inline-block;
}
.user-favorites__group-products-r div.product-details-right .color-primary-light, .user-favorites__group-products-r div.product-details-right .form-popup__label-subtitle-text {
  font-size: 12px;
}
.user-favorites__group-products-r .pricelist {
  margin: 10px 0;
}
.user-favorites__group-products-r .pricelist-left,
.user-favorites__group-products-r .pricelist-right {
  width: 50%;
  float: left;
  padding: 0 4px;
}

.table-products > tbody > tr.product td.pricelist-only {
  min-width: 150px;
}
.table-products > tbody > tr.product td:last-child {
  width: auto;
}

.table-products .anchor {
  font-size: 12px;
}

.favorite-group__item--n {
  background-color: #fbe5e1;
  opacity: 0.95;
}

.user-favorites-detail__head {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.user-favorites-detail__head-col {
  padding-top: 8px;
}

.user-favorites-detail__head-col section {
  height: 150px;
}

.user-favorites__buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.user-favorites__buttons a {
  text-transform: uppercase;
  margin: 0 8px;
  display: flex;
  align-items: center;
}

.user-favorites__buttons .anchor:hover {
  text-decoration: underline;
}

.user-favorites__buttons .anchor i {
  margin-right: 4px;
}

.button-product-remove-from-group {
  z-index: 2;
}

.user-favorites__copy-popup {
  width: 480px;
}

@media only screen and (min-width: 1200px) {
  .user-favorites__groups,
  .user-favorites__group-products {
    display: block;
  }
  .user-favorites__groups-r,
  .user-favorites__group-products-r {
    display: none;
  }
  .user-favorites-detail__groups-head {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .user-favorites__groups-r-col,
  .user-favorites__group-products-r-col {
    width: 50%;
  }
  .user-favorites__groups-r-col:nth-child(2n+1),
  .user-favorites__group-products-r-col:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 360px) {
  .user-favorites__buttons-button {
    width: auto;
    margin-left: 8px;
  }
  .user-favorites__buttons-button:first-child {
    margin-left: 0;
  }
}
.breadcrumb-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 15px;
  background: #f2f2f2;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.breadcrumb-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0056b3;
}

.breadcrumb-steps-item {
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb-steps-link {
  color: #666;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-steps-link:hover, .breadcrumb-steps-link:focus {
  color: #0056b3;
  background-color: #e1f0ff;
  box-shadow: 0 4px 14px rgba(0, 86, 179, 0.25);
  outline: none;
  text-decoration: none;
}

.breadcrumb-steps-link:focus::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #0056b3;
  animation: focusLine 0.3s ease-in-out forwards;
}

@keyframes focusLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.breadcrumb-steps-item-active, .breadcrumb-steps-link-active {
  color: #0056b3;
  font-weight: 600;
  background-color: #e1f0ff;
}

.breadcrumb-separator {
  margin: 0 5px;
  color: #666;
  display: flex;
  align-items: center;
}

.mobile-breadcrumb {
  display: none;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 12px 15px;
  position: relative;
  overflow: hidden;
}

.mobile-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0056b3;
}

.mobile-step-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.mobile-step-counter {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.mobile-current-step {
  color: #0056b3;
  font-weight: 600;
  font-size: 14px;
}

.mobile-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
}

.mobile-progress-fill {
  height: 100%;
  background-color: #0056b3;
  border-radius: 2px;
  transition: width 0.3s ease;
}

@media (max-width: 600px) {
  .breadcrumb-steps {
    display: none;
  }
  .mobile-breadcrumb {
    display: block;
  }
}
#confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.noty_buttons {
  padding: 5px;
}

.noty_buttons button {
  margin: 3px 20px 3px 0;
  min-width: 80px;
}

@media only screen and (min-width: 1366px) {
  .pagecontent-wrapper .pagecontent-drawer-control {
    position: sticky;
    border: 0;
    top: 16px;
    left: 0;
    cursor: pointer;
    margin: 0 0 0 0px;
    height: 51px;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagecontent-wrapper .pagecontent-content.product-detail__pagecontent-content {
    width: 1200px;
  }
  .pagecontent-wrapper .pagecontent-drawer {
    display: block;
    min-width: 320px;
    max-width: 320px;
    margin: 0 0 0 0px;
    position: relative;
  }
  .pagecontent-wrapper .pagecontent-drawer.pagecontent-drawer--hidden {
    min-width: 0;
    max-width: 0;
    height: 0;
    overflow: hidden;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree {
    position: sticky;
    top: 16px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding: 16px 16px 16px 0;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    background: #fff;
    --tree-clr: #0060a8;
    --tree-font-size: 14px;
    --tree-item-height: 2;
    --tree-offset: 1.5rem;
    --tree-thickness: 2px;
    --tree-style: solid;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree > ul > li {
    border-left: 0;
    font-weight: bold;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree > ul > li > ul > li {
    font-weight: bold;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree > ul > li > ul > li .list-tree-expander {
    color: #666;
    border-color: #666;
    border-width: 1px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree > ul > li > ul > li > ul > li {
    font-weight: normal;
    margin-left: 1px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree > ul > li::before {
    width: 2px;
    height: 0;
    border-bottom-width: 0;
    left: 24px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree-icons {
    padding: 0px 0 8px 16px;
    display: flex;
    justify-content: flex-end;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree-icons .list-tree-icon {
    cursor: pointer;
    background: none;
    border: 0;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree-control {
    padding: 4px 0px 8px 16px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree-control button {
    cursor: pointer;
    border: 1px solid #666;
    background: transparent;
    padding: 4px 8px;
    color: #666;
    border-radius: 4px;
    font-size: 13px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree-control button > span {
    padding-left: 4px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree .list-tree-search-container {
    padding: 8px 0px 8px 16px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree .list-tree-search-container input {
    width: 100%;
    border: 1px solid #dae0e4;
    padding: 4px 8px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree ul {
    display: none;
    list-style: none;
    font-size: var(--tree-font-size);
    padding-left: 0;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree ul.list-tree-opened {
    display: grid;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree.list-tree-filtered ul {
    display: grid;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li {
    line-height: var(--tree-item-height);
    padding-inline-start: var(--tree-offset);
    border-left: var(--tree-thickness) var(--tree-style) var(--tree-clr);
    position: relative;
    text-indent: 0.5rem;
    border-left-width: 2px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li .list-tree-expander {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: white;
    border: var(--tree-thickness) solid #0060a8;
    position: absolute;
    top: 5px;
    left: 17px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0060a8;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 0;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li .list-tree-expander:hover > span {
    font-weight: bold;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li .list-tree-expander > span {
    display: inline-flex;
    text-indent: 0;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    opacity: 1;
    margin-top: -1px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li:last-child {
    border-color: transparent; /* hide (not remove!) border on last li element*/
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li span {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 100;
    opacity: 1;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li::before {
    content: "";
    position: absolute;
    top: calc(var(--tree-item-height) / 2 * -1 * var(--tree-font-size) + var(--tree-thickness) - 2px);
    left: calc(var(--tree-thickness) * -1);
    width: calc(var(--tree-offset) + var(--tree-thickness) * 2);
    height: calc(var(--tree-item-height) * var(--tree-font-size));
    border-left: var(--tree-thickness) var(--tree-style) var(--tree-clr);
    border-bottom: var(--tree-thickness) var(--tree-style) var(--tree-clr);
    border-left-width: 2px;
    border-bottom-width: 2px;
    left: -2px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li .list-item-active {
    font-weight: bold;
    color: #0060a8;
    text-decoration: underline;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li > a {
    padding-left: 16px;
    display: block;
    text-indent: 0;
    line-height: 24px;
    font-size: 15px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li li li {
    /*
    change line color etc.
    --tree-clr: rgb(175, 208, 84);
    */
    --tree-clr: #666;
    --tree-thickness: 1px;
  }
  .pagecontent-wrapper .pagecontent-drawer .list-tree li li > a {
    font-size: 14px;
    color: #666;
  }
  .pagecontent-wrapper .pagecontent-drawer .catalog-tree__list {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
  }
  .pagecontent-wrapper .pagecontent-drawer .catalog-tree__list.catalog-tree__primary-list {
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    background: #fff;
  }
  .pagecontent-wrapper .pagecontent-drawer .catalog-tree__list .catalog-tree__item {
    display: flex;
    flex-direction: column;
  }
  .pagecontent-wrapper .pagecontent-drawer .catalog-tree__list .catalog-tree__item .catalog-tree__item-title {
    display: flex;
    align-items: center;
  }
  .pagecontent-wrapper .pagecontent-drawer .catalog-tree__list .catalog-tree__item .catalog-tree__item-title > div:first-child {
    padding-right: 8px;
  }
  .pagecontent-wrapper .pagecontent-content {
    width: auto;
    flex-grow: 0;
    max-width: calc(100% - 380px);
  }
  .pagecontent-wrapper .pagecontent-content.pagecontent-drawer-hidden {
    max-width: calc(100% - 102px);
  }
}
.pagecontent-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
  position: relative;
}
.pagecontent-wrapper.header-visible .list-tree {
  top: 97px;
}
.pagecontent-wrapper.header-visible .pagecontent-drawer-control {
  top: 97px;
}

@media only screen and (max-width: 1365px) {
  .pagecontent-drawer-control {
    display: none !important;
  }
  .pagecontent-drawer {
    display: none;
  }
  .pagecontent-content {
    width: 100%;
  }
}
#header-placeholder {
  height: 115px;
  display: none;
}

#header .header-settings__container {
  display: none;
  margin: 8px;
}

#header .header-settings__container,
#mobile-header .header-settings__container,
#mobile-menu-content .header-settings__container {
  cursor: pointer;
  color: #48556a;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: white;
  padding: 0;
}
#header .header-settings__container:hover .header-settings__icon, #header .header-settings__container:focus .header-settings__icon,
#mobile-header .header-settings__container:hover .header-settings__icon,
#mobile-header .header-settings__container:focus .header-settings__icon,
#mobile-menu-content .header-settings__container:hover .header-settings__icon,
#mobile-menu-content .header-settings__container:focus .header-settings__icon {
  transform-origin: bottom center;
  transform: rotateZ(-15deg);
}
#header .header-settings__container:hover .header-settings__icon-btn:after, #header .header-settings__container:focus .header-settings__icon-btn:after,
#mobile-header .header-settings__container:hover .header-settings__icon-btn:after,
#mobile-header .header-settings__container:focus .header-settings__icon-btn:after,
#mobile-menu-content .header-settings__container:hover .header-settings__icon-btn:after,
#mobile-menu-content .header-settings__container:focus .header-settings__icon-btn:after {
  margin-left: 0;
  opacity: 1;
}
#header .header-settings__container .header-settings__icon-btn,
#mobile-header .header-settings__container .header-settings__icon-btn,
#mobile-menu-content .header-settings__container .header-settings__icon-btn {
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
#header .header-settings__container .header-settings__icon-btn .header-settings__icon,
#mobile-header .header-settings__container .header-settings__icon-btn .header-settings__icon,
#mobile-menu-content .header-settings__container .header-settings__icon-btn .header-settings__icon {
  font-size: 14px;
  transition: 200ms ease;
}
#header .header-settings__container .header-settings__icon-btn.light-theme,
#mobile-header .header-settings__container .header-settings__icon-btn.light-theme,
#mobile-menu-content .header-settings__container .header-settings__icon-btn.light-theme {
  background: white;
  color: #48556a;
}
#header .header-settings__container .header-settings__icon-btn:after,
#mobile-header .header-settings__container .header-settings__icon-btn:after,
#mobile-menu-content .header-settings__container .header-settings__icon-btn:after {
  display: inline-block;
  margin-left: -8px;
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  font-size: 14px;
  opacity: 0;
  transition: 200ms ease-in-out;
}
#header .header-settings__container > div,
#mobile-header .header-settings__container > div,
#mobile-menu-content .header-settings__container > div {
  padding: 4px 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-settings__container > div:first-child,
#mobile-header .header-settings__container > div:first-child,
#mobile-menu-content .header-settings__container > div:first-child {
  border-radius: 16px 0px 0px 16px;
  border-right: 1px solid #ddd;
  padding: 4px 16px;
}
#header .header-settings__container > div:last-child,
#mobile-header .header-settings__container > div:last-child,
#mobile-menu-content .header-settings__container > div:last-child {
  border-radius: 0 16px 16px 0;
}

#header {
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0392156863);
  background-color: #ffffff;
  width: 100%;
}
#header .siteheader__segments {
  display: flex;
  flex-direction: row;
  width: calc(100% - 32px);
  max-width: 1168px;
  margin: auto;
}
#header .siteheader__segment {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header .siteheader__search-row {
  padding: 0 0 0 16px;
}
#header .siteheader__navigation-row {
  width: calc(100% - 32px);
  max-width: 1168px;
  margin: auto;
}
#header .siteheader__row {
  display: flex;
  justify-content: space-between;
}
#header .siteheader__row .siteheader__headlangs-wrapper {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  padding-left: 8px;
}
#header .siteheader__row .siteheader__search-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -30px;
  max-width: 500px;
}
#header .siteheader__row .siteheader__usercart-wrapper {
  display: flex;
  justify-content: flex-end;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper {
  padding: 0 32px;
  min-width: 0;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-info {
  line-height: 1.2;
  min-width: 0;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-info .siteheader__user-name,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-info .siteheader__user-actions {
  white-space: nowrap;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-info .siteheader__user-name-wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-width: 200px;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-info .siteheader__user-name-wrapper .siteheader__user-name-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  flex-shrink: 0;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-actions a {
  color: #393939;
  font-size: 12px;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-name a {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper {
  position: relative;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .price-currency-verbose {
  display: none;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper svg.icon-svg2-chevron-down {
  width: 12px;
  height: 12px;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__cart-name-wrapper {
  display: flex;
  align-items: center;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__cart-name-wrapper #open-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__cart-name .siteheader__cart-name-link {
  font-family: "Barlow", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__cart-name a {
  color: #c8321e;
  font-weight: 500;
  font-size: 1rem;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-icon,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__cart-icon,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__user-icon,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__cart-icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-icon svg.icon-svg2-user,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__user-icon svg.icon-svg2-cart,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__cart-icon svg.icon-svg2-user,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__user-wrapper .siteheader__cart-icon svg.icon-svg2-cart,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__user-icon svg.icon-svg2-user,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__user-icon svg.icon-svg2-cart,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__cart-icon svg.icon-svg2-user,
#header .siteheader__row .siteheader__usercart-wrapper .siteheader__cart-wrapper .siteheader__cart-icon svg.icon-svg2-cart {
  width: 24px;
  height: 24px;
}
#header .headlangs {
  display: none;
  margin: 0;
  padding: 8px;
  font-size: 0.75rem;
}
#header .headlangs li {
  display: block;
  float: left;
}
#header .headlangs li.active a {
  color: #0060a8;
  font-weight: 700;
}
#header .headlangs li:last-child a:after {
  content: "";
}
#header .headlangs a {
  color: #393939;
  margin: 0 4px;
}
#header .headlangs a:after {
  content: "/";
  color: #393939;
  margin-left: 8px;
  font-weight: normal;
}
#header .headlangs a:hover, #header .headlangs a:focus {
  text-decoration: none !important;
  color: #0060a8;
}
#header.page.smaller .header-settings__container {
  display: none;
}
#header .col-headsearch {
  padding-right: 0;
  padding-left: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}
#header .headcartmeta {
  line-height: 1;
  padding-top: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #393939;
}
#header .headcartmeta .price-currency-verbose {
  display: none;
}
#header .headprice {
  white-space: nowrap;
  padding-right: 4px;
}
#header .headusermore {
  color: #0060a8;
}
#header .headusermore:hover, #header .headusermore:focus {
  color: #0060a8;
}
#header .headcartmore {
  color: #c8321e;
}
#header .headcartmore:hover, #header .headcartmore:focus {
  color: #c8321e;
}
#header .nav-links {
  display: flex;
  align-items: flex-end;
}
#header .nav-links #togglemenu {
  font-family: "Barlow", sans-serif;
}
#header .nav-links a {
  padding: 12px;
  font-size: 0.875rem;
  white-space: nowrap;
}
#header .nav-links a:first-child {
  padding: 12px 24px;
  color: #fff;
  background-color: #0060a8;
  transition-property: background-color;
  font-size: 1rem;
  font-weight: 500;
}
#header .col-logo {
  transition: 0.3s;
  padding: 16px 0;
}
#header .col-logo a {
  transition: 0.3s;
  display: block;
}
#header .col-logo a:focus {
  opacity: 0.5;
}
#header .col-logo a img {
  height: 71px;
}
#header .header-logo__text {
  visibility: hidden;
  position: absolute;
}
#header.smaller {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
}
#header.smaller .nav {
  padding: 0 !important;
  margin: 0;
}
#header.smaller .siteheader__navigation-row {
  display: none;
}
#header.smaller .siteheader__segments {
  align-items: center;
}
#header.smaller .col-logo a img {
  height: 49px;
}
#header.smaller .headlangs {
  display: none;
}
#header.smaller--down {
  top: -200px;
}
#header.smaller--up {
  transition: 0.3s;
  top: 0;
}

.header-settings__country,
.header-settings__currency {
  padding-top: 4px;
  cursor: pointer;
}

.header-settings__container .header-settings__country {
  padding-top: 0;
}
.header-settings__container .header-settings__country > .select2 {
  min-width: 200px;
}
.header-settings__container .header-settings__country > .select2 span.select2-selection {
  border: 0;
}
.header-settings__container .header-settings__country > .select2 span.select2-selection .select2-selection__arrow b {
  border-color: #393939 transparent transparent transparent;
}
.header-settings__container .header-settings__country > .select2 span.select2-selection__rendered {
  text-align: right;
  color: #393939;
}
.header-settings__container .header-settings__country select {
  display: none;
}

#header .header-settings__currency div.custom-select {
  background-color: #fff;
  padding: 0 16px;
  color: #393939;
}

#header .header-settings__select {
  border: none;
  background: none;
  color: #393939;
  cursor: pointer;
}

#header .header-settings__select option {
  color: #000;
}

.header-settings__country-select {
  cursor: pointer;
}

.header-settings__country-select span {
  padding-right: 8px;
}

.header-settings__country-select ul {
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  left: 0;
  border-radius: 0 0 3px 3px;
  border: 1px solid #ccc;
  padding: 1px;
  z-index: 2;
  max-height: 250px;
  overflow-y: scroll;
}

.header-settings__country-select ul li {
  display: block;
  float: none;
  padding: 10px 16px;
  text-align: left;
  font-size: 0.875rem;
  cursor: pointer;
  margin: 0;
  list-style-type: none;
}

#search-products-form {
  display: flex;
  flex-direction: row;
}

.header__search-input {
  flex-grow: 1;
  background-color: white;
  border: none;
  padding: 12px 12px 12px 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 50px;
}

.header__search-button {
  flex: 0 0 45px;
}

#layout-buttons {
  display: flex;
  align-items: flex-end;
  padding-left: 16px;
}
#layout-buttons .layout-button {
  margin-left: 16px;
  display: block;
  float: left;
  z-index: 2;
  position: relative;
}
#layout-buttons .layout-button svg.icon-svg2-menu {
  margin-right: 8px;
}
#layout-buttons .layout-button:first-child {
  margin-left: 0;
}
#layout-buttons .layout-button:hover span.text {
  text-decoration: underline;
}
#layout-buttons .layout-button a {
  text-decoration: none;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 12px 8px;
}
#layout-buttons .layout-button i.icon {
  position: relative;
  top: -2px;
}
#layout-buttons .layout-button span.text {
  padding-left: 4px;
  line-height: 1.2;
  position: relative;
}
#layout-buttons .layout-button--menu a {
  padding: 12px 24px;
}

#dashboard-menu-button {
  font-weight: 400;
  padding: 0 16px;
  min-height: 43px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
}

.dashboard__body {
  padding: 16px;
  margin: 16px 0;
}

.dashboard__header {
  margin-bottom: 24px;
}

#autocomplete-panel {
  position: absolute;
  background: white;
  border: 1px solid #dae0e4;
  border-radius: 2px;
  top: 47px;
  left: -1px;
  padding: 16px;
  width: 750px;
  font-size: 0.9em;
  display: none;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0392156863);
  overflow-y: auto;
  overflow-x: hidden;
}
#autocomplete-panel #suggestions .suggestions__no-results {
  font-weight: bold;
  color: #c8321e;
  margin-bottom: 2px;
}
#autocomplete-panel #suggestions a {
  color: #0bb9dc !important;
}

#autocomplete-panel hr {
  border-color: #dae0e4;
  margin: 4px 0;
}
#autocomplete-panel hr.autocomplete-panel__searches-hr, #autocomplete-panel hr.autocomplete-panel__visits-hr {
  margin: 8px 0;
}

#autocomplete-panel .part .headline {
  color: #5b6672;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

#autocomplete-panel .part-col {
  width: calc(33.33% + 16px);
  padding: 4px 16px;
  margin-left: -16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#autocomplete-panel .part-col .name {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#autocomplete-panel .part-col .name:hover {
  overflow: visible;
  position: relative;
}
#autocomplete-panel .part-col .name:hover .autocomplete-item--item-name {
  background: #fff;
  z-index: 1;
  left: 34px;
}
#autocomplete-panel .part-col .name:hover + .count {
  display: none;
}

#autocomplete-panel .part-col .name a {
  color: #5b6672 !important;
}

#autocomplete-panel .part-col .product-label {
  color: #d43620;
  font-size: 0.9em;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 93%;
}

#autocomplete-panel .part-col .count {
  float: right;
  color: #999;
}

#autocomplete-panel .part-col.product {
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: 50px;
}

#autocomplete-panel .part-col.product .img {
  float: left;
  background: #fff;
  width: 43px;
  height: 43px;
  line-height: 39px;
  text-align: center;
}

#autocomplete-panel .part-col.product .img img {
  max-width: 41px !important;
  max-height: 41px !important;
  width: auto !important;
  height: auto !important;
}

#autocomplete-panel .part-col.product .info {
  float: left;
  padding-left: 8px;
}

#autocomplete-panel .part-col.product .name {
  color: #0bb9dc;
  font-weight: bold;
  float: none;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#autocomplete-panel .part-col.product .name a {
  color: #0bb9dc !important;
}

#autocomplete-panel .part-col.product .info .descr {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.autocomplete-panel__tag {
  position: absolute;
  top: 12px;
  right: 45px;
  padding: 2px 6px 2px 12px;
  display: flex;
  align-items: center;
  background: #c8321e;
  color: white;
  border-radius: 40px;
  margin-right: 4px;
  font-size: 12px;
  cursor: pointer;
}
.autocomplete-panel__tag .autocomplete-panel__tag-name {
  padding-right: 8px;
}

#autocomplete-panel .part-row-tools {
  display: flex;
  padding-bottom: 16px;
}
#autocomplete-panel .part-row-tools a {
  padding-left: 16px;
}
#autocomplete-panel .part-row-tools a:first-child {
  padding-left: 0;
}
#autocomplete-panel .part-row-tools a i {
  padding-right: 4px;
}

#autocomplete-panel .fa-folder-open {
  color: #0060a8;
}

.autocomplete-panel__sortiment,
.autocomplete-panel__sortiment-brands,
.autocomplete-panel__sortiment-searches-keywords,
.autocomplete-panel__sortiment-visits,
.autocomplete-panel__categories,
.autocomplete-panel__brands,
.autocomplete-panel__products {
  display: flex;
  flex-direction: column;
}
.autocomplete-panel__sortiment .part-row-products,
.autocomplete-panel__sortiment-brands .part-row-products,
.autocomplete-panel__sortiment-searches-keywords .part-row-products,
.autocomplete-panel__sortiment-visits .part-row-products,
.autocomplete-panel__categories .part-row-products,
.autocomplete-panel__brands .part-row-products,
.autocomplete-panel__products .part-row-products {
  display: flex;
  flex-wrap: wrap;
}
.autocomplete-panel__sortiment .part-row-categories,
.autocomplete-panel__sortiment .part-row-brands,
.autocomplete-panel__sortiment .part-row-searches,
.autocomplete-panel__sortiment .part-row-visits,
.autocomplete-panel__sortiment-brands .part-row-categories,
.autocomplete-panel__sortiment-brands .part-row-brands,
.autocomplete-panel__sortiment-brands .part-row-searches,
.autocomplete-panel__sortiment-brands .part-row-visits,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits,
.autocomplete-panel__sortiment-visits .part-row-categories,
.autocomplete-panel__sortiment-visits .part-row-brands,
.autocomplete-panel__sortiment-visits .part-row-searches,
.autocomplete-panel__sortiment-visits .part-row-visits,
.autocomplete-panel__categories .part-row-categories,
.autocomplete-panel__categories .part-row-brands,
.autocomplete-panel__categories .part-row-searches,
.autocomplete-panel__categories .part-row-visits,
.autocomplete-panel__brands .part-row-categories,
.autocomplete-panel__brands .part-row-brands,
.autocomplete-panel__brands .part-row-searches,
.autocomplete-panel__brands .part-row-visits,
.autocomplete-panel__products .part-row-categories,
.autocomplete-panel__products .part-row-brands,
.autocomplete-panel__products .part-row-searches,
.autocomplete-panel__products .part-row-visits {
  display: flex;
  flex-wrap: wrap;
}
.autocomplete-panel__sortiment .part-row-categories div.name a:hover,
.autocomplete-panel__sortiment .part-row-categories div.name a:focus,
.autocomplete-panel__sortiment .part-row-brands div.name a:hover,
.autocomplete-panel__sortiment .part-row-brands div.name a:focus,
.autocomplete-panel__sortiment .part-row-searches div.name a:hover,
.autocomplete-panel__sortiment .part-row-searches div.name a:focus,
.autocomplete-panel__sortiment .part-row-visits div.name a:hover,
.autocomplete-panel__sortiment .part-row-visits div.name a:focus,
.autocomplete-panel__sortiment-brands .part-row-categories div.name a:hover,
.autocomplete-panel__sortiment-brands .part-row-categories div.name a:focus,
.autocomplete-panel__sortiment-brands .part-row-brands div.name a:hover,
.autocomplete-panel__sortiment-brands .part-row-brands div.name a:focus,
.autocomplete-panel__sortiment-brands .part-row-searches div.name a:hover,
.autocomplete-panel__sortiment-brands .part-row-searches div.name a:focus,
.autocomplete-panel__sortiment-brands .part-row-visits div.name a:hover,
.autocomplete-panel__sortiment-brands .part-row-visits div.name a:focus,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories div.name a:hover,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories div.name a:focus,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands div.name a:hover,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands div.name a:focus,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches div.name a:hover,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches div.name a:focus,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits div.name a:hover,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits div.name a:focus,
.autocomplete-panel__sortiment-visits .part-row-categories div.name a:hover,
.autocomplete-panel__sortiment-visits .part-row-categories div.name a:focus,
.autocomplete-panel__sortiment-visits .part-row-brands div.name a:hover,
.autocomplete-panel__sortiment-visits .part-row-brands div.name a:focus,
.autocomplete-panel__sortiment-visits .part-row-searches div.name a:hover,
.autocomplete-panel__sortiment-visits .part-row-searches div.name a:focus,
.autocomplete-panel__sortiment-visits .part-row-visits div.name a:hover,
.autocomplete-panel__sortiment-visits .part-row-visits div.name a:focus,
.autocomplete-panel__categories .part-row-categories div.name a:hover,
.autocomplete-panel__categories .part-row-categories div.name a:focus,
.autocomplete-panel__categories .part-row-brands div.name a:hover,
.autocomplete-panel__categories .part-row-brands div.name a:focus,
.autocomplete-panel__categories .part-row-searches div.name a:hover,
.autocomplete-panel__categories .part-row-searches div.name a:focus,
.autocomplete-panel__categories .part-row-visits div.name a:hover,
.autocomplete-panel__categories .part-row-visits div.name a:focus,
.autocomplete-panel__brands .part-row-categories div.name a:hover,
.autocomplete-panel__brands .part-row-categories div.name a:focus,
.autocomplete-panel__brands .part-row-brands div.name a:hover,
.autocomplete-panel__brands .part-row-brands div.name a:focus,
.autocomplete-panel__brands .part-row-searches div.name a:hover,
.autocomplete-panel__brands .part-row-searches div.name a:focus,
.autocomplete-panel__brands .part-row-visits div.name a:hover,
.autocomplete-panel__brands .part-row-visits div.name a:focus,
.autocomplete-panel__products .part-row-categories div.name a:hover,
.autocomplete-panel__products .part-row-categories div.name a:focus,
.autocomplete-panel__products .part-row-brands div.name a:hover,
.autocomplete-panel__products .part-row-brands div.name a:focus,
.autocomplete-panel__products .part-row-searches div.name a:hover,
.autocomplete-panel__products .part-row-searches div.name a:focus,
.autocomplete-panel__products .part-row-visits div.name a:hover,
.autocomplete-panel__products .part-row-visits div.name a:focus {
  text-decoration: none !important;
}
.autocomplete-panel__sortiment .part-row-categories div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment .part-row-categories div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment .part-row-brands div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment .part-row-brands div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment .part-row-searches div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment .part-row-searches div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment .part-row-visits div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment .part-row-visits div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-categories div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-categories div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-brands div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-brands div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-searches div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-searches div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-visits div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-brands .part-row-visits div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-categories div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-categories div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-brands div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-brands div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-searches div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-searches div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-visits div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__sortiment-visits .part-row-visits div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-categories div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-categories div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-brands div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-brands div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-searches div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-searches div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-visits div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__categories .part-row-visits div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-categories div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-categories div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-brands div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-brands div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-searches div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-searches div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-visits div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__brands .part-row-visits div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-categories div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-categories div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-brands div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-brands div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-searches div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-searches div.name a:focus .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-visits div.name a:hover .autocomplete-item--item-name,
.autocomplete-panel__products .part-row-visits div.name a:focus .autocomplete-item--item-name {
  text-decoration: underline;
}
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--category-image,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--producer-image,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--search-image,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--visit-image,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--category-image,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--producer-image,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--search-image,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--visit-image,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--category-image,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--producer-image,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--search-image,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--visit-image,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--category-image,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--producer-image,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--search-image,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--category-image,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--search-image,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--category-image,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--search-image,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--category-image,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--search-image,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--category-image,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--search-image,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--category-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--search-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--category-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--search-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--category-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--search-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--category-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--search-image,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--category-image,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--search-image,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--category-image,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--search-image,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--category-image,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--search-image,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--visit-image,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--category-image,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--producer-image,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--search-image,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--visit-image,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--category-image,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--producer-image,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--search-image,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--visit-image,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--category-image,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--producer-image,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--search-image,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--visit-image,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--category-image,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--producer-image,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--search-image,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--visit-image,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--category-image,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--producer-image,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--search-image,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--visit-image,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--category-image,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--producer-image,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--search-image,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--visit-image,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--category-image,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--producer-image,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--search-image,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--visit-image,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--category-image,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--producer-image,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--search-image,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--visit-image,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--category-image,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--producer-image,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--search-image,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--visit-image,
.autocomplete-panel__products .part-row-categories .autocomplete-item--category-image,
.autocomplete-panel__products .part-row-categories .autocomplete-item--producer-image,
.autocomplete-panel__products .part-row-categories .autocomplete-item--search-image,
.autocomplete-panel__products .part-row-categories .autocomplete-item--visit-image,
.autocomplete-panel__products .part-row-brands .autocomplete-item--category-image,
.autocomplete-panel__products .part-row-brands .autocomplete-item--producer-image,
.autocomplete-panel__products .part-row-brands .autocomplete-item--search-image,
.autocomplete-panel__products .part-row-brands .autocomplete-item--visit-image,
.autocomplete-panel__products .part-row-searches .autocomplete-item--category-image,
.autocomplete-panel__products .part-row-searches .autocomplete-item--producer-image,
.autocomplete-panel__products .part-row-searches .autocomplete-item--search-image,
.autocomplete-panel__products .part-row-searches .autocomplete-item--visit-image,
.autocomplete-panel__products .part-row-visits .autocomplete-item--category-image,
.autocomplete-panel__products .part-row-visits .autocomplete-item--producer-image,
.autocomplete-panel__products .part-row-visits .autocomplete-item--search-image,
.autocomplete-panel__products .part-row-visits .autocomplete-item--visit-image {
  width: 24px;
  display: inline-block;
  text-align: center;
}
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--category-image img,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--search-image img,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--category-image img,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--search-image img,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--category-image img,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--search-image img,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--category-image img,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--search-image img,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--visit-image img,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--category-image img,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--producer-image img,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--search-image img,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--visit-image img,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--category-image img,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--producer-image img,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--search-image img,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--visit-image img,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--category-image img,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--producer-image img,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--search-image img,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--visit-image img,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--category-image img,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--producer-image img,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--search-image img,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--visit-image img,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--category-image img,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--producer-image img,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--search-image img,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--visit-image img,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--category-image img,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--producer-image img,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--search-image img,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--visit-image img,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--category-image img,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--producer-image img,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--search-image img,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--visit-image img,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--category-image img,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--producer-image img,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--search-image img,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--visit-image img,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--category-image img,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--producer-image img,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--search-image img,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--visit-image img,
.autocomplete-panel__products .part-row-categories .autocomplete-item--category-image img,
.autocomplete-panel__products .part-row-categories .autocomplete-item--producer-image img,
.autocomplete-panel__products .part-row-categories .autocomplete-item--search-image img,
.autocomplete-panel__products .part-row-categories .autocomplete-item--visit-image img,
.autocomplete-panel__products .part-row-brands .autocomplete-item--category-image img,
.autocomplete-panel__products .part-row-brands .autocomplete-item--producer-image img,
.autocomplete-panel__products .part-row-brands .autocomplete-item--search-image img,
.autocomplete-panel__products .part-row-brands .autocomplete-item--visit-image img,
.autocomplete-panel__products .part-row-searches .autocomplete-item--category-image img,
.autocomplete-panel__products .part-row-searches .autocomplete-item--producer-image img,
.autocomplete-panel__products .part-row-searches .autocomplete-item--search-image img,
.autocomplete-panel__products .part-row-searches .autocomplete-item--visit-image img,
.autocomplete-panel__products .part-row-visits .autocomplete-item--category-image img,
.autocomplete-panel__products .part-row-visits .autocomplete-item--producer-image img,
.autocomplete-panel__products .part-row-visits .autocomplete-item--search-image img,
.autocomplete-panel__products .part-row-visits .autocomplete-item--visit-image img {
  max-width: 24px;
  width: auto;
  max-height: 24px;
}
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-categories .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-brands .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-searches .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment .part-row-visits .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-categories .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-brands .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-searches .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-brands .part-row-visits .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-categories .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-brands .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-searches .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-searches-keywords .part-row-visits .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-categories .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-brands .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-searches .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__sortiment-visits .part-row-visits .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__categories .part-row-categories .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__categories .part-row-brands .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__categories .part-row-searches .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__categories .part-row-visits .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__brands .part-row-categories .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__brands .part-row-brands .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__brands .part-row-searches .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__brands .part-row-visits .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__products .part-row-categories .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__products .part-row-categories .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__products .part-row-categories .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__products .part-row-categories .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__products .part-row-categories .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__products .part-row-categories .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__products .part-row-categories .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__products .part-row-categories .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__products .part-row-brands .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__products .part-row-brands .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__products .part-row-brands .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__products .part-row-brands .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__products .part-row-brands .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__products .part-row-brands .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__products .part-row-brands .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__products .part-row-brands .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__products .part-row-searches .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__products .part-row-searches .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__products .part-row-searches .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__products .part-row-searches .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__products .part-row-searches .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__products .part-row-searches .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__products .part-row-searches .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__products .part-row-searches .autocomplete-item--visit-image i.fa-regular,
.autocomplete-panel__products .part-row-visits .autocomplete-item--category-image i.fa-solid,
.autocomplete-panel__products .part-row-visits .autocomplete-item--category-image i.fa-regular,
.autocomplete-panel__products .part-row-visits .autocomplete-item--producer-image i.fa-solid,
.autocomplete-panel__products .part-row-visits .autocomplete-item--producer-image i.fa-regular,
.autocomplete-panel__products .part-row-visits .autocomplete-item--search-image i.fa-solid,
.autocomplete-panel__products .part-row-visits .autocomplete-item--search-image i.fa-regular,
.autocomplete-panel__products .part-row-visits .autocomplete-item--visit-image i.fa-solid,
.autocomplete-panel__products .part-row-visits .autocomplete-item--visit-image i.fa-regular {
  color: #0060a8;
}

.autocomplete-panel__wrapper--mobile {
  width: 100%;
  top: 1px;
  background-color: white;
  padding: 24px 8px 16px 8px;
  display: none;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__brands,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__brands-hr,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands-hr,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__categories,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__products-hr {
  display: none;
}
.autocomplete-panel__wrapper--mobile .headline {
  display: none;
}
.autocomplete-panel__wrapper--mobile .autocomplete-item {
  display: none;
}
.autocomplete-panel__wrapper--mobile img.autocomplete__lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.autocomplete-panel__wrapper--mobile .autocomplete-item--mobile {
  display: flex;
  margin-top: 16px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-item--mobile:first-child {
  margin-top: 0;
}
.autocomplete-panel__wrapper--mobile .autocomplete-item--mobile .img {
  flex: 0 0 50px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-item--mobile .img img {
  width: 42px;
  height: 42px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-item--mobile .name a {
  color: #0bb9dc;
  font-weight: bold;
}
.autocomplete-panel__wrapper--mobile .autocomplete-item--mobile .product-label {
  color: #d43620;
  font-size: 0.6875rem;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 93%;
}
.autocomplete-panel__wrapper--mobile .icon-cross {
  position: absolute;
  top: 12px;
  right: 8px;
  cursor: pointer;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__total-hr {
  display: none;
}
.autocomplete-panel__wrapper--mobile .show-more {
  width: 100%;
  margin-top: 24px;
}

#mobile-header .autocomplete-panel__tag {
  top: 7px;
  right: 36px;
}

@media only screen and (min-width: 480px) {
  .autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col,
  .autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col,
  .autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col,
  .autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col {
    width: calc(50% + 16px) !important;
  }
}
.autocomplete-panel__wrapper--mobile {
  position: relative;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches-hr,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits-hr {
  margin: 8px 0;
  border-color: #dae0e4;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-row-tools,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-row-tools,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-row-tools,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-row-tools {
  display: flex;
  padding-bottom: 16px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-row-tools a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-row-tools a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-row-tools a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-row-tools a {
  padding-left: 16px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-row-tools a:first-child,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-row-tools a:first-child,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-row-tools a:first-child,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-row-tools a:first-child {
  padding-left: 0;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-row-tools a i,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-row-tools a i,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-row-tools a i,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-row-tools a i {
  padding-right: 4px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .autocomplete-item,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .autocomplete-item,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .autocomplete-item,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .autocomplete-item {
  display: block;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col {
  width: calc(100% + 16px);
  padding: 4px 16px;
  margin-left: -16px;
  float: left;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .headline,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .headline,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .headline,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .headline {
  display: block;
  color: #5b6672;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col .name,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col .name,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col .name,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col .name {
  float: left;
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col .name a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col .name a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col .name a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col .name a {
  color: #5b6672 !important;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col .product-label,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col .product-label,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col .product-label,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col .product-label {
  color: #d43620;
  font-size: 0.9em;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 93%;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col .count,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col .count,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col .count,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col .count {
  float: right;
  color: #999;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col.product,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col.product,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col.product,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col.product {
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: 50px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col.product .img,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col.product .img,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col.product .img,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col.product .img {
  float: left;
  background: #fff;
  width: 43px;
  height: 43px;
  line-height: 39px;
  text-align: center;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col.product .img img,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col.product .img img,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col.product .img img,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col.product .img img {
  max-width: 41px !important;
  max-height: 41px !important;
  width: auto !important;
  height: auto !important;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col.product .info,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col.product .info,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col.product .info,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col.product .info {
  float: left;
  padding-left: 8px;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col.product .name,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col.product .name,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col.product .name,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col.product .name {
  color: #0bb9dc;
  font-weight: bold;
  float: none;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col.product .name a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col.product .name a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col.product .name a,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col.product .name a {
  color: #0bb9dc !important;
}
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment .part-col.product .info .descr,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__sortiment-brands .part-col.product .info .descr,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__searches .part-col.product .info .descr,
.autocomplete-panel__wrapper--mobile .autocomplete-panel__visits .part-col.product .info .descr {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.autocomplete-item-current {
  background-color: #dae0e4;
}

.autocomplete-item--product a:hover, .autocomplete-item--product a:focus {
  text-decoration: underline;
}

#cart-popup {
  min-width: 500px;
  min-height: 100px;
  position: absolute;
  z-index: 400;
  top: 46px;
  right: 15px;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cbd2db;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0392156863);
}

#cart-popup .close-button {
  position: absolute;
  right: 10px;
  top: 11px;
  cursor: pointer;
  font-size: 10px;
}

#cart-popup table tr td,
#cart-popup table tr th {
  padding: 8px;
  white-space: nowrap;
}

#cart-popup table tbody {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

#cart-popup div.buttons {
  padding: 16px;
}

#cart-popup div.empty-cart {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #d43620;
  line-height: 100px;
}

.headcart__cart-import-icon {
  fill: #0060a8;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  font-size: 0;
}
.headcart__cart-import-icon svg {
  width: 24px;
  height: 24px;
}

.headcart__pricerequest-icon {
  fill: #0060a8;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  font-size: 0;
}
.headcart__pricerequest-icon svg {
  width: 24px;
  height: 24px;
}

.headcart__icon {
  color: #c8321e;
}
.headcart__icon:hover {
  color: #c8321e;
}

.headcart__count {
  height: 21px;
  width: 22px;
  position: relative;
}
.headcart__count:after {
  width: 18px;
  height: 18px;
  content: attr(data-count);
  font-size: 0.75rem;
  background: #d43620;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  border: 2px solid #d43620;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -12px;
  top: -8px;
}
.headcart__count[data-count="0"]:after {
  display: none;
}

.headcart__pricerequest-count:after {
  width: 18px;
  height: 18px;
  content: attr(data-count);
  font-size: 0.75rem;
  background: #d43620;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  border: 2px solid #d43620;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  right: -18px;
}
.headcart__pricerequest-count[data-count="0"]:after {
  display: none;
}

#header .col-headsearch {
  background-color: #0060a8;
  border-radius: 2px;
}
#header .col-headsearch form > button {
  color: #ffffff;
  right: -2px;
  top: -2px;
  background: #0060a8;
  width: 49px;
  height: 49px;
  border-radius: 0;
  border: 2px solid #0060a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .col-headsearch form > button:hover, #header .col-headsearch form > button:focus {
  background: #004375;
  border: 2px solid #004375;
}
#header .col-headsearch > div {
  margin: 2px;
}

#mobile-menu-content .header-settings__container.header-settings__mobile-container {
  border-top: 1px solid #eee;
  border-bottom: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}
#mobile-menu-content .header-settings__container.header-settings__mobile-container .header-settings__icon-btn {
  display: none;
}

#mobile-header .header-settings__container.header-settings__mobile-container,
#mobile-menu-content .header-settings__container.header-settings__mobile-container {
  width: auto;
  display: flex;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  background: #fff;
  border-radius: 0;
}
#mobile-header .header-settings__container.header-settings__mobile-container > div,
#mobile-menu-content .header-settings__container.header-settings__mobile-container > div {
  background: transparent !important;
}

#mobile-header {
  display: none;
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 5;
}
#mobile-header .mobile-menu__content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 16px 16px;
}
#mobile-header .mobile-menu__content > div:first-child {
  height: 34px;
  width: auto;
}
#mobile-header .menu-icon {
  margin-top: 0;
  margin-right: 5px;
  vertical-align: top;
  color: #0060a8;
}
#mobile-header .menu-icon svg {
  width: 28px;
  height: 28px;
}
#mobile-header .logo {
  width: 90px;
  height: 30px;
  vertical-align: top;
}
#mobile-header i.icon {
  color: #0060a8;
  font-size: 28px;
}
#mobile-header a:active,
#mobile-header a:hover {
  text-decoration: none;
}
#mobile-header span.badge {
  float: right;
  background: #d43620;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  margin-top: 2px;
  color: #fff;
  font-weight: bold;
}
#mobile-header i.icon.icon-cart {
  top: 0;
}
#mobile-header i.icon.icon-cart:before {
  content: none;
}
#mobile-header i.icon.icon-cart::after {
  width: 18px;
  height: 18px;
  content: attr(data-count);
  font-size: 10px;
  background: #d43620;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -7px;
  padding: 2px 0;
  border: 2px solid #d43620;
  vertical-align: middle;
  text-align: center;
  font-family: Sans-Serif;
}
#mobile-header .search-container {
  width: calc(100% - 150px);
  position: relative;
  transition-duration: 0.2s;
  z-index: 5;
  background-color: #0060a8;
  border-radius: 2px;
}
#mobile-header .search-container svg {
  color: white;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
#mobile-header .search-container .search-container-inner {
  margin: 2px;
}
#mobile-header .search-container input {
  width: calc(100% - 33px);
  padding-right: 12px;
  background-color: white;
}
#mobile-header .search-container input:focus {
  outline: none;
}
#mobile-header .search-container-focus {
  width: calc(100% - 150px);
  transition-duration: 0.2s;
}
#mobile-header .mobile-search-new {
  width: calc(100% - 150px);
  position: relative;
  z-index: 5;
  margin: 2px;
}
#mobile-header .mobile-search-new form {
  position: relative;
  width: 100%;
}
#mobile-header .mobile-search-new__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  display: flex;
  align-items: center;
  z-index: 1;
  color: #3b82f6;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#mobile-header .mobile-search-new__icon:hover {
  color: #1d4ed8;
}
#mobile-header .mobile-search-new__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
#mobile-header .mobile-search-new__input {
  width: 100%;
  height: 3rem;
  padding-left: 3rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  border: 1px solid #93c5fd;
  background-color: white;
  color: #4b5563;
  font-size: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 200ms;
}
#mobile-header .mobile-search-new__input::-moz-placeholder {
  color: #9ca3af;
}
#mobile-header .mobile-search-new__input::placeholder {
  color: #9ca3af;
}
#mobile-header .mobile-search-new__input:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.5);
}

#sos-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  overflow: visible;
  z-index: 1000;
  visibility: hidden;
}
#sos-sidebar.visible {
  visibility: visible;
}
#sos-sidebar .sidebar {
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  will-change: transform;
  overflow-y: auto;
  left: 0;
  right: 0;
  transform: translateX(-100%);
  box-shadow: rgba(0, 0, 0, 0) 2px 2px 4px;
  width: 90%;
  background: #fff;
  visibility: hidden;
}
#sos-sidebar .overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out, visibility 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.5);
}
#sos-sidebar.visible .sidebar {
  transform: translateX(0%);
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  background: #f5f8f9;
  visibility: visible;
}
#sos-sidebar.visible .overlay {
  opacity: 1;
  visibility: visible;
}

#mobile-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#mobile-menu-content .mobile-menu__header {
  background: white;
  padding: 16px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}
#mobile-menu-content .mobile-menu__header i.icon-cross {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%);
}
#mobile-menu-content .mobile-menu__footer {
  position: relative;
  width: 100%;
  background: #fff;
}
#mobile-menu-content .mobile-menu__footer .mobile-menu__footer-socials {
  display: flex;
  justify-content: center;
}
#mobile-menu-content .mobile-menu__footer a {
  color: #666;
}
#mobile-menu-content .mobile-menu__footer a > .mobile-menu__segment-item > div {
  padding: 6px 12px !important;
}
#mobile-menu-content .mobile-menu__footer a > .mobile-menu__segment-item > div:nth-child(2) {
  padding: 6px 6px 6px 0 !important;
}
#mobile-menu-content .mobile-menu__segments {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 4px 0;
}
#mobile-menu-content .mobile-menu__segments.mobile-menu__categories .mobile-menu__segment-row {
  flex-wrap: wrap;
}
#mobile-menu-content .mobile-menu__segments.mobile-menu__categories .mobile-menu__segment-row > a {
  margin: 2px !important;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 4px 8px;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row {
  display: flex;
  width: 100%;
  align-items: stretch;
  margin: 2px 0;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a {
  display: flex;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  width: 100%;
  margin: 0 2px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a.mobile-menu__alternative-item {
  color: #d43620;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a:hover {
  text-decoration: none !important;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-subitem {
  border: 0;
  border-radius: 4px;
  background: #f5f8f9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  display: flex;
  border: 1px solid #eee;
  align-items: center;
  margin-right: 6px;
  font-size: 13px;
  color: #0060a8;
  padding: 0;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-subitem > div {
  padding: 6px;
  white-space: nowrap;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-subitem > div:nth-child(2) {
  padding: 6px 6px 6px 0;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-item > div {
  padding: 12px;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-item > div:nth-child(1) {
  width: 40px;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-item > div:nth-child(2) {
  padding: 12px 12px 12px 0;
}
#mobile-menu-content .mobile-menu__segments .mobile-menu__segment .mobile-menu__segment-row > a .mobile-menu__segment-item span.badge {
  background: #d43620;
  color: white;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 8px;
}

#mobile-menu-sidebar .header-strip {
  height: 60px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 16px;
  background: #fff;
  border-bottom: 1px solid #0060a8;
  z-index: 4;
}
#mobile-menu-sidebar .header-strip .menu-icon {
  margin-top: 0;
  margin-right: 4px;
  vertical-align: top;
}
#mobile-menu-sidebar .header-strip .logo {
  width: 90px;
  height: 30px;
  vertical-align: top;
}
#mobile-menu-sidebar .header-strip i.icon {
  color: #0060a8;
  font-size: 28px;
}
#mobile-menu-sidebar .header-strip i {
  top: 0;
  padding: 0;
}
#mobile-menu-sidebar .header-strip i:before {
  content: none;
}
#mobile-menu-sidebar .header-strip i svg {
  width: 1.75rem;
  height: 1.75rem;
}
#mobile-menu-sidebar .header-strip a:active,
#mobile-menu-sidebar .header-strip a:hover {
  text-decoration: none;
}
#mobile-menu-sidebar ul.menu {
  margin-top: 60px;
  padding: 0;
}
#mobile-menu-sidebar ul.menu i.icon {
  color: #ccc;
  margin-right: 16px;
  text-shadow: 1px 1px #aaa;
  font-size: 22px;
}
#mobile-menu-sidebar ul.menu i {
  top: 0;
  padding: 0;
}
#mobile-menu-sidebar ul.menu i:before {
  content: none;
}
#mobile-menu-sidebar ul.menu i svg {
  width: 1.4375rem;
  height: 1.4375rem;
}
#mobile-menu-sidebar ul.menu li {
  border-bottom: 1px solid #eee;
}
#mobile-menu-sidebar ul.menu li.logout {
  background-color: #eee;
}
#mobile-menu-sidebar ul.menu li a {
  padding: 16px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  width: 100%;
}
#mobile-menu-sidebar ul.menu li a:hover, #mobile-menu-sidebar ul.menu li a:active {
  text-decoration: none;
}
#mobile-menu-sidebar ul.menu li a.disabled {
  color: #a5b1bf;
}
#mobile-menu-sidebar ul.menu li:last-child {
  border-bottom: none;
}
#mobile-menu-sidebar ul.menu li span.badge {
  float: right;
  background: #d43620;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  margin-top: 2px;
  color: #fff;
  font-weight: bold;
}
#mobile-menu-sidebar ul.menu .header-settings__country-select {
  width: 240px;
}
#mobile-menu-sidebar ul.menu .menu-grid {
  display: grid;
  grid-template-columns: auto auto;
  padding: 16px;
  justify-content: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 18px;
}

.autocomplete-content {
  display: flex;
  flex-direction: column;
}

#autocomplete-panel button.btn.show-more {
  position: relative;
  top: auto;
  right: auto;
  background-color: #0060a8;
  border-color: #0060a8;
  color: #ffffff;
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  padding: 8px 16px;
}
#autocomplete-panel button.btn.show-more:hover, #autocomplete-panel button.btn.show-more:focus {
  background-color: #004375;
}

#autocomplete-panel a.show-more {
  color: #5b6672;
}

#autocomplete-panel div.row {
  background-color: inherit;
}

#autocomplete-panel i.icon-cross {
  cursor: pointer;
}

.header-logo__link {
  display: inline-block;
  height: 34px;
  width: 48px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  body {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-settings__container {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  #header .headlangs {
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  .autocomplete-panel__wrapper--mobile .show-more {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.autocomplete-panel__close {
  display: none;
}

@media only screen and (min-width: 768px) {
  .autocomplete-panel--mobile {
    display: none;
  }
  .autocomplete-panel__categories {
    display: block;
  }
  .autocomplete-panel__close--mobile {
    display: none;
  }
  .autocomplete-panel__close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  #header .nav-links a {
    display: none;
  }
  #header .nav-links a:first-child {
    display: block;
  }
  #header .siteheader__user-info,
  #header .siteheader__cart-name {
    display: none;
  }
  #header .siteheader__user-icon,
  #header .siteheader__cart-icon {
    padding: 0 8px;
  }
}
.siteheader__top_new {
  width: 100%;
  border-bottom: 1px solid #d1d5db;
  background-color: #f9fafb;
  font-size: 0.75rem;
  line-height: 1rem;
}
.siteheader__top_new .siteheader__settings-wrapper .header-settings__container {
  margin: 0 !important;
  font-size: 0.875rem;
}
.siteheader__top_new .siteheader__settings-wrapper .header-settings__container > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.siteheader__top_new_1 {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .siteheader__top_new_1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.siteheader__top_new_2 {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1d4ed8;
  font-weight: 500;
  margin-left: auto;
  margin-right: 1rem;
}
@media (min-width: 640px) {
  .siteheader__top_new_2 {
    display: flex;
  }
}

.siteheader__top_new-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  transition: all 150ms ease-in-out;
}
.siteheader__top_new-link:hover {
  color: #1e3a8a;
}

.header-middle {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.header-middle__container {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 100px;
}
@media (max-width: 1200px) {
  .header-middle__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header-middle__logo {
  width: 16rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-middle__logo {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .header-middle__logo {
    width: 10rem;
  }
}

.header-middle__logo-link {
  margin: 0;
  padding: 0;
}
.header-middle__logo-link a {
  display: inline-block;
}
.header-middle__logo-link .logo__wrapper {
  position: relative;
  display: inline-block;
}
.header-middle__logo-link .logo__wrapper:active {
  opacity: 0.7;
}
.header-middle__logo-link .logo__wrapper.clicked {
  opacity: 0.7;
}

.header-middle__logo-image {
  height: 4.5rem;
  width: auto;
}
@media (max-width: 768px) {
  .header-middle__logo-image {
    height: 4rem;
  }
}

.header-middle__search {
  width: 540px;
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 1200px) {
  .header-middle__search {
    width: auto;
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1000px) {
  .header-middle__search {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .header-middle__search {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    max-width: none;
  }
}

.header-search-new {
  width: 100%;
  position: relative;
}
.header-search-new form {
  position: relative;
  width: 100%;
}
.header-search-new__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  display: flex;
  align-items: center;
  z-index: 1;
  color: #3b82f6;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header-search-new__icon:hover {
  color: #1d4ed8;
}
.header-search-new__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.header-search-new__input {
  width: 100%;
  height: 3rem;
  padding-left: 3rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  border: 1px solid #93c5fd;
  background-color: white;
  color: #4b5563;
  font-size: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 200ms;
}
.header-search-new__input::-moz-placeholder {
  color: #9ca3af;
}
.header-search-new__input::placeholder {
  color: #9ca3af;
}
.header-search-new__input:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.5);
}

.header-middle .siteheader__user-wrapper {
  padding-left: 0 !important;
}
.header-middle .siteheader__user-wrapper .siteheader__user-info .siteheader__user-name-wrapper {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  max-width: 150px !important;
}
.header-middle .siteheader__user-wrapper .siteheader__user-info .siteheader__user-name-wrapper .siteheader__user-name-link {
  font-weight: 500 !important;
  font-size: 1rem !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex-shrink: 1 !important;
  min-width: 0 !important;
}
.header-middle .siteheader__user-wrapper .siteheader__user-info .siteheader__user-name-wrapper .siteheader__user-name-link a {
  font-weight: 500 !important;
  font-size: 1rem !important;
  white-space: nowrap !important;
}
.header-middle .siteheader__user-wrapper .siteheader__user-info .siteheader__user-name-wrapper .siteheader__user-name-more {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 8px !important;
  flex-shrink: 0 !important;
}
.header-middle .siteheader__user-wrapper .siteheader__user-info .siteheader__user-actions {
  white-space: nowrap !important;
}

#header.smaller .header-middle {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#header.smaller .header-middle .header-middle__container {
  min-height: 70px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#header.smaller .header-middle .header-middle__logo {
  width: 12rem;
}
#header.smaller .header-middle .header-middle__logo-image {
  height: 55px;
}
#header.smaller .header-middle .header-middle__search {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 600px;
}
#header.smaller .nav-links-new {
  display: none;
}
#header.smaller #header-top {
  display: none;
}
#header.smaller #header-placeholder {
  height: 70px;
}
#header.smaller--down .header-middle {
  top: -100px;
}
#header.smaller--up .header-middle {
  transition: all 0.3s ease;
  top: 0;
}

.nav-links-new {
  background-color: #0054a6;
  color: #ffffff;
  width: 100%;
  border: none;
  outline: none;
}

.nav-links-new__list {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  list-style: none;
}
@media (max-width: 1200px) {
  .nav-links-new__list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1000px) {
  .nav-links-new__list {
    gap: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.nav-links-new__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links-new__item:first-child {
  margin-left: -1.5rem;
}
@media (max-width: 1200px) {
  .nav-links-new__item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .nav-links-new__item:nth-child(4), .nav-links-new__item:nth-child(5), .nav-links-new__item:nth-child(6) {
    display: none;
  }
}

.nav-links-new__item--button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 84, 166, 0.9);
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.nav-links-new__item--button:hover, .nav-links-new__item--button:focus {
  transform: scale(1.03) translateY(-2px);
  background-color: rgba(0, 84, 166, 0.8);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  outline: none;
  text-decoration: none;
  color: white;
  z-index: 10;
}
.nav-links-new__item--button:visited {
  color: white;
}
.nav-links-new__item--button span {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.nav-links-new__item--icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  fill: currentColor;
}

.nav-links-new__item--icon-2 {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.25rem;
  fill: currentColor;
  transition: transform 150ms ease-in-out;
}
.group:hover .nav-links-new__item--icon-2 {
  transform: rotate(-180deg);
}
@media (max-width: 1200px) {
  .nav-links-new__item--icon-2 {
    display: none;
  }
}

.nav-links-new__item--right {
  margin-left: auto;
}

.nav-links-new__item--link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #4caf50;
  color: #ffffff;
  border-radius: 0.375rem;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 150ms ease-in-out;
}
.nav-links-new__item--link:hover {
  background-color: #047857;
  outline: none;
  text-decoration: none;
  color: #ffffff;
}

.nav-links-new__item--dropdown {
  position: relative;
}

.nav-links-new__dropdown {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 300px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, transform 250ms ease-in-out;
  transition-delay: 0s, 0s, 0s;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .nav-links-new__dropdown {
    display: none !important;
  }
}
.nav-links-new__dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100%;
  background: transparent;
  z-index: 10;
}

.nav-links-new__item--dropdown:hover .nav-links-new__dropdown,
.nav-links-new__dropdown:hover {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: translateY(0);
  transition-delay: 0s;
}

.nav-links-new__dropdown.delay-hide {
  transition-delay: 0.3s, 0.3s, 0s;
}

.nav-links-new__dropdown-item--category.keep-hover {
  background-color: #f3f4f6 !important;
  color: #1f2937 !important;
  text-decoration: none;
}
.nav-links-new__dropdown-item--category.keep-hover .nav-links-new__dropdown-chevron {
  color: #ef4444;
}

.nav-links-new__submenu-list.auto-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
.nav-links-new__submenu-list.auto-columns li {
  flex: 0 0 auto;
  width: 50%;
  padding: 0;
  margin: 0;
}
.nav-links-new__submenu-list.auto-columns li a {
  padding: 8px 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-links-new__dropdown-list {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  min-height: 350px;
}
.nav-links-new__dropdown-list li {
  padding: 0;
}
.nav-links-new__dropdown-list li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #374151;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.nav-links-new__dropdown-list li a:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.nav-links-new__dropdown-item--special {
  border-right: 1px solid #e5e7eb;
}
.nav-links-new__dropdown-item--special .nav-links-new__dropdown-item--npi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  color: #dc2626;
  border-left: 2px solid #ef4444;
  background-color: rgba(254, 242, 242, 0.3);
}
.nav-links-new__dropdown-item--special .nav-links-new__dropdown-item--npi:hover {
  background-color: #fecaca;
  color: #b91c1c;
}

.nav-links-new__dropdown-item--category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0.65rem 1.25rem;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  color: #374151;
  text-decoration: none;
}
.nav-links-new__dropdown-item--category:hover, .nav-links-new__dropdown-item--category.hover {
  background-color: #f3f4f6;
  color: #1f2937;
  text-decoration: none;
}
.nav-links-new__dropdown-item--category:hover .nav-links-new__dropdown-chevron, .nav-links-new__dropdown-item--category.hover .nav-links-new__dropdown-chevron {
  color: #ef4444;
}

.nav-links-new__submenu-header {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
}
.nav-links-new__submenu-header.nav-links-new__submenu-header--brand {
  max-width: 100%;
}
.nav-links-new__submenu-header.nav-links-new__submenu-header--brand .nav-links-new__submenu-title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
}

.nav-links-new__submenu-header-link {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit;
  text-decoration: none;
}
.nav-links-new__submenu-header-link:hover, .nav-links-new__submenu-header-link:focus {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

.nav-links-new__submenu-header-link:hover .nav-links-new__submenu-image,
.nav-links-new__submenu-header-link:focus .nav-links-new__submenu-image {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: #3b82f6;
}

.nav-links-new__submenu-header-link:hover .nav-links-new__submenu-image--logo,
.nav-links-new__submenu-header-link:focus .nav-links-new__submenu-image--logo {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #e2e8f0;
}

.nav-links-new__submenu-image {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.25rem;
  border-radius: 12px;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.nav-links-new__submenu-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: #3b82f6;
}
.nav-links-new__submenu-image.nav-links-new__submenu-image--logo {
  background-color: #ffffff;
  border: 2px solid #f1f5f9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 8px;
}
.nav-links-new__submenu-image.nav-links-new__submenu-image--logo:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #e2e8f0;
}

.nav-links-new__submenu-title {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  flex-grow: 1;
}
.nav-links-new__submenu-title h3 {
  margin: 0 0 0.25rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.2;
}
.nav-links-new__submenu-title p {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
}

.nav-links-new__description--truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.nav-links-new__category-name {
  flex-grow: 1;
  font-weight: 500;
  margin-left: 0.25rem;
}

.nav-links-new__subcategory-link {
  display: flex;
  align-items: center;
  padding: 0.65rem 1.25rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 150ms ease-in-out;
}
.nav-links-new__subcategory-link:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.nav-links-new__subcategory-image {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
  border-radius: 8px;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}
.nav-links-new__subcategory-image:not([src]), .nav-links-new__subcategory-image[src=""] {
  display: none;
}

.nav-links-new__subcategory-link:hover .nav-links-new__subcategory-image {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  border-color: #3b82f6;
}

.nav-links-new__subcategory-name {
  flex-grow: 1;
}

.nav-links-new__dropdown-chevron {
  margin-left: auto;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.nav-links-new__dropdown-item--submenu:has(.nav-links-new__submenu) .nav-links-new__dropdown-chevron {
  color: #9ca3af;
}

.nav-links-new__dropdown-item--submenu:has(.nav-links-new__submenu):hover .nav-links-new__dropdown-chevron {
  color: #ef4444;
}

.nav-links-new__dropdown-item--submenu {
  position: static;
}

.nav-links-new__submenu {
  display: none;
}

.nav-links-new__submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 100%;
  width: 500px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 1001;
  overflow: hidden;
  transform: translateX(-10px);
  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, transform 250ms ease-in-out;
  transition-delay: 0s, 0s, 0s;
  padding: 5px 0;
}
.nav-links-new__submenu.wide {
  width: 750px;
}
.nav-links-new__submenu.wide-3 {
  width: 1000px;
}
.nav-links-new__submenu.align-right {
  left: auto;
  right: 100%;
}
.nav-links-new__submenu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -80px;
  width: 80px;
  height: calc(100% + 20px);
  background: transparent;
  z-index: 10;
}

.nav-links-new__dropdown-item--submenu:hover .nav-links-new__submenu,
.nav-links-new__submenu:hover {
  opacity: 1;
  visibility: visible;
  display: flex;
  transform: translateX(0);
  transition-delay: 0s;
}

.nav-links-new__submenu.delay-hide {
  transition-delay: 0.5s, 0.5s, 0s;
}

.nav-links-new__submenu-list {
  list-style: none;
  padding: 0.75rem 0;
  margin: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.nav-links-new__submenu-list li {
  padding: 0;
}
.nav-links-new__submenu-list li a:not(.nav-links-new__subcategory-link) {
  display: block;
  padding: 0.65rem 1.25rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 150ms ease-in-out;
}
.nav-links-new__submenu-list li a:not(.nav-links-new__subcategory-link):hover {
  background-color: #f3f4f6;
  color: #1f2937;
}
.nav-links-new__submenu-list li:last-child {
  flex-grow: 1;
}
.nav-links-new__submenu-list li:last-child.submenu-spacer {
  visibility: hidden;
  pointer-events: none;
}

a.nav-links-new__dropdown-item--category {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5rem;
}

.nav-links-new__dropdown-item--category > span {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.nav-links-new__dropdown-item--category--margin {
  margin-top: 0.5rem;
}

.nav-links-new__dropdown-chevron {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-left: auto;
}

.nav-links-new__dropdown-item--brands {
  color: #374151;
  background-color: rgba(243, 244, 246, 0.7);
  padding: 0.5rem 1rem !important;
  font-size: 0.9rem;
  text-align: left;
  white-space: normal;
  transition: background-color 150ms ease-in-out;
  margin-top: 0.5rem;
}

.nav-links-new__submenu-list.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0;
  height: 100%;
}
.nav-links-new__submenu-list.columns .nav-links-new__submenu-col {
  flex: 1;
  min-height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-links-new__submenu-list.columns .nav-links-new__submenu-col li {
  padding: 0;
}
.nav-links-new__submenu-list.columns .nav-links-new__submenu-col li .nav-links-new__subcategory-link {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 150ms ease-in-out;
  border-radius: 4px;
  margin: 2px 4px;
}
.nav-links-new__submenu-list.columns .nav-links-new__submenu-col li .nav-links-new__subcategory-link:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}
.nav-links-new__submenu-list.columns .nav-links-new__submenu-col li .nav-links-new__subcategory-link .nav-links-new__subcategory-image {
  width: 36px;
  height: 36px;
  margin-right: 0.75rem;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.nav-links-new__submenu-list.columns .nav-links-new__submenu-col li .nav-links-new__subcategory-link .nav-links-new__subcategory-name {
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-links-new__submenu-col {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  min-width: 250px;
  flex: 1 1 0;
}

.nav-links-new__submenu-list li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 150ms ease-in-out;
}

.nav-links-new__submenu {
  overflow: hidden;
}

.nav-links-new__submenu.scrollable .nav-links-new__submenu-list {
  overflow-y: auto;
}

.nav-links-new__submenu.align-right {
  left: auto;
  right: 0;
}

.nav-links-new__submenu-list.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0;
}

.nav-links-new__submenu.scrollable .nav-links-new__submenu-list {
  overflow-y: auto;
}

.nav-links-new__submenu,
.nav-links-new__submenu-list {
  box-sizing: border-box;
}

.nav-links-new__submenu-list {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.nav-links-new__submenu.scrollable .nav-links-new__submenu-list {
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  padding-right: 6px;
}

.nav-links-new__submenu,
.nav-links-new__submenu-list {
  box-sizing: border-box;
}

.nav-links-new__submenu-list {
  overflow-x: hidden;
}

.nav-links-new__submenu.scrollable .nav-links-new__submenu-list {
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
}

.nav-links-new__submenu-list.columns li a,
.nav-links-new__submenu-col li a,
.nav-links-new__submenu-list > li > a {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  text-overflow: clip;
  line-height: 1.25;
}

.nav-links-new__submenu-list.auto-columns li a {
  white-space: normal !important;
  text-overflow: clip;
  overflow: visible;
}

.nav-links-new__dropdown.is-compact .nav-links-new__dropdown-list {
  min-height: 0 !important;
}

.siteheader__user-wrapper-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.siteheader__user-wrapper-dropdown.group:hover .siteheader__user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.siteheader__user-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 0.5rem;
  width: 12rem;
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  z-index: 50;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, transform 200ms ease-in-out;
}

.siteheader__user-dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #374151;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.siteheader__user-dropdown-item:hover {
  background-color: #f3f4f6;
  text-decoration: none;
}
.siteheader__user-dropdown-item--with-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.siteheader__user-dropdown-item--logout {
  color: #dc2626;
}
.siteheader__user-dropdown-item--logout:hover {
  background-color: #fef2f2;
}

.siteheader__user-dropdown-badge {
  font-size: 0.75rem;
  background-color: #d43620;
  color: white;
  border-radius: 0.25rem;
  padding: 0.125rem 0.375rem;
  font-weight: bold;
}

.header-middle__logo-link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: opacity 150ms ease-in-out;
}

.header-middle__logo-link a:active,
.header-middle__logo-link a:focus-visible {
  opacity: 0.7;
}

.nav-links-new__item--dropdown:focus-within .nav-links-new__dropdown,
.nav-links-new__dropdown:focus-within {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.nav-links-new__dropdown-item--submenu:hover > .nav-links-new__dropdown-item--category,
.nav-links-new__dropdown-item--submenu:focus-within > .nav-links-new__dropdown-item--category {
  background-color: #f3f4f6;
  color: #1f2937;
  text-decoration: none;
}

.nav-links-new__dropdown-item--submenu:hover > .nav-links-new__dropdown-item--category .nav-links-new__dropdown-chevron,
.nav-links-new__dropdown-item--submenu:focus-within > .nav-links-new__dropdown-item--category .nav-links-new__dropdown-chevron {
  color: #ef4444;
}

.nav-links-new__submenu {
  flex-direction: column;
  max-height: min(70vh, 640px);
  min-height: 100%;
}

.nav-links-new__submenu-list {
  display: grid;
  flex: 1 1 auto;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  grid-template-columns: 1fr;
  row-gap: 0.25rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin: 0;
  padding-right: 0.5rem;
  align-content: start;
  justify-content: start;
}

.nav-links-new__submenu-list > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media (min-width: 560px) {
  .nav-links-new__submenu-list {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}
.nav-links-new__submenu-list.auto-columns,
.nav-links-new__submenu-list.columns {
  display: grid;
  grid-template-columns: inherit;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.nav-links-new__submenu-title p,
.nav-links-new__submenu-header--brand p,
.nav-links-new__submenu p {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.nav-links-new__submenu-list > li > a:not(.nav-links-new__subcategory-link) {
  white-space: normal;
  overflow: visible;
}

.nav-links-new__submenu-list .nav-links-new__subcategory-link {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding: 0.5rem 0.875rem;
}

.nav-links-new__submenu-list .nav-links-new__subcategory-image {
  margin-right: 0;
  align-self: flex-start;
}

.nav-links-new__submenu-list .nav-links-new__subcategory-name {
  line-height: 1.35;
  margin-top: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
}

.sidebar {
  width: 35%;
}
.sidebar .title {
  margin: 0;
}

.sidebar-content {
  background-color: white;
  border: 1px solid #DAE0E4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  padding: 10px;
  margin: 12px 0;
}
.sidebar-content.product-one-fourth {
  padding: 12px;
}

.list-popular {
  list-style: none;
  padding-left: 0;
  font-size: 0.75rem;
  line-height: 1.3;
}
.list-popular > li {
  padding: 0 50px 0 12px;
  margin-bottom: 8px;
  position: relative;
}
.list-popular > li:last-child {
  margin-bottom: 0;
}
.list-popular > li > .icon {
  position: absolute;
  vertical-align: middle;
  font-size: 10px;
  top: 3px;
  left: 0;
}
.list-popular > li span {
  display: block;
  padding: 0 0 0 7px;
  height: 100%;
  width: 40px;
  border-left: 1px solid #dae0e4;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.list-popular a {
  color: #393939;
}
.list-popular a:hover {
  color: #131313;
}

.list-archive {
  list-style: none;
}
.list-archive ul {
  display: none;
  list-style: none;
}
.list-archive > li.open > ul {
  display: block;
}
.list-archive > li.open:before {
  content: "\e91d";
}

.list-archive li {
  position: relative;
  cursor: pointer;
  color: #0060a8;
  font-weight: 700;
}
.list-archive li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  position: absolute;
  content: "\e921";
  left: -16px;
  font-size: 8px;
  line-height: 22px;
}

.list-archive li li {
  font-size: 13px;
  color: #717171;
}
.list-archive li li:before {
  line-height: 18px;
}
.list-archive li li.open > ul {
  padding-left: 0;
  display: block;
}
.list-archive li li.open:before {
  content: "\e91d";
}

.list-archive li li li {
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}
.list-archive li li li a {
  color: #a5b1bf;
}
.list-archive li li li:before {
  content: "";
}

@media only screen and (max-width: 350px) {
  .tabs-sidebar {
    width: 100%;
  }
  .tabs-sidebar li {
    width: 100%;
    padding: 0;
    margin-bottom: 1px;
  }
}
section.main {
  background-color: #ffffff;
  border: 1px solid #DAE0E4;
  border-radius: 4px;
  margin-top: 0;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  line-height: 1.285714286;
}
section.main p {
  font-size: 13px;
}
section.main.padding-half {
  padding: 8px;
}
section.main.no-padding {
  padding: 0;
}
section.main.margin {
  margin-top: 8px;
}

.title {
  font-family: "Barlow", sans-serif;
  color: #ffffff;
  padding: 8px 10px;
  margin: 12px 0 0;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: 700;
}
.title .icon {
  padding-right: 10px;
  top: -3px;
}
.title small {
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0px;
}
.title:first-of-type {
  margin-top: 0;
}
.title.small {
  color: #0060a8;
  padding: 0;
  margin: 0;
}
.title.thin {
  padding: 7px;
  font-size: 0.9em !important;
}
.title.margin {
  margin-bottom: 12px;
}
.title + p {
  margin-top: 10.5px;
}

.content {
  width: 65%;
}

.description-box {
  background-color: #eaeff2;
  border-radius: 4px;
  padding: 12px 12px;
  margin: 12px 0;
}

.post {
  width: 50%;
}

.strip {
  color: #393939;
  font-family: "Barlow", sans-serif;
  font-size: 1.875rem;
  margin-top: 8px;
  margin-bottom: 24px;
}
.strip span {
  display: inline-block;
  margin-right: 48px;
}
.strip span:last-child {
  margin-right: 0;
}
.strip h1, .strip h2 {
  padding: 0;
  display: inline-block;
  margin: 0;
  color: #393939;
  font-weight: 400;
}
.strip .inactive {
  color: #0060a8;
  cursor: not-allowed;
}
.strip .form-group {
  margin-bottom: 0;
}
.strip a {
  color: #ffffff;
}
.strip a:hover {
  color: #ffffff;
}
.strip .color-primary {
  color: #0060a8;
}
.strip .color-primary:hover {
  color: #0060a8;
}
.strip .cancel {
  margin-left: 15px;
}
.strip .icon {
  top: 0;
}

.page-header__left {
  line-height: 30px;
}

.page-header__right {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .page-header__left {
    float: left;
  }
  .page-header__right {
    width: auto;
    float: right;
  }
}
.cookie-message__container {
  background-color: #0060a8;
  width: 100%;
  padding: 8px 0;
}

.cookie-message__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.cookie-message__text {
  color: #fff;
}

.cookie-message__btn {
  padding: 4px 16px;
  margin-top: 8px;
}

.cookies-popup__wrapper,
.settings-popup__wrapper {
  display: none;
}

.cookies-popup__overlay,
.settings-popup__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.cookies-popup__message,
.settings-popup__message {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  background: #fff;
  box-sizing: border-box;
  font-weight: normal;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  font-family: "Barlow", sans-serif;
  z-index: 1050 !important;
}

.cookies-popup__message {
  border-radius: 4px;
  max-height: 600px;
}

.settings-popup__message {
  max-height: 620px;
}
.settings-popup__message .settings-popup__toggle {
  display: flex;
  align-items: center;
}
.settings-popup__message .settings-popup__toggle > span {
  opacity: 0.5;
  cursor: pointer;
}
.settings-popup__message .settings-popup__toggle > span.active {
  font-weight: bold;
  opacity: 1;
}
.settings-popup__message .settings-popup__toggle .toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #c8321e;
  width: 2em;
  font-size: 1em;
  aspect-ratio: 2;
  border-radius: 20%/50%;
  transition: background 0.75s;
  margin: 0 8px;
  cursor: pointer;
}
.settings-popup__message .settings-popup__toggle .toggle::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 1em;
  border: 1px solid rgba(0, 0, 0, 0);
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%) scaleX(1);
  transition: left, width, height, transform;
  transition-duration: 0.5s;
  transition-delay: 0.5s, 0.5s, 0s, 0s;
}
.settings-popup__message .settings-popup__toggle .toggle:checked {
  background: #0060a8;
}
.settings-popup__message .settings-popup__toggle .toggle:checked::before {
  left: 75%;
  transform: translate(-50%, -50%);
  transition-delay: 0s, 0s, 0.5s, 0.45s;
}
.settings-popup__message .settings-popup__toggle .toggle[disabled] {
  background: #949494 !important;
}
@media print {
  .settings-popup__message .settings-popup__toggle .toggle, .settings-popup__message .settings-popup__toggle .toggle::before, .settings-popup__message .settings-popup__toggle .toggle::after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media (prefers-reduced-motion) {
  .settings-popup__message .settings-popup__toggle .toggle, .settings-popup__message .settings-popup__toggle .toggle::before, .settings-popup__message .settings-popup__toggle .toggle::after {
    transition: none !important;
    animation: none !important;
  }
}

.settings-popup__content-wrapper {
  position: relative;
}
.settings-popup__content-wrapper.loading {
  filter: blur(2px) opacity(0.5);
  pointer-events: none;
}

.cookies-popup__content,
.settings-popup__content {
  padding: 16px;
}

.settings-popup__content {
  border-top: 1px solid #dae0e4;
  border-bottom: 1px solid #dae0e4;
}

.settings-popup__actions {
  padding: 16px;
}
.settings-popup__actions button.settings-popup__action.settings-popup__action-submit {
  border: 1px solid #0060a8;
  color: white;
  background: #0060a8;
  margin-left: 16px;
  border-radius: 4px;
}
.settings-popup__actions button.settings-popup__action.settings-popup__action-submit:hover, .settings-popup__actions button.settings-popup__action.settings-popup__action-submit:focus {
  filter: saturate(0.5);
  text-decoration: underline;
}
.settings-popup__actions button.settings-popup__action.settings-popup__action-cancel {
  border: 1px solid transparent;
  color: #6c7f97;
}
.settings-popup__actions button.settings-popup__action.settings-popup__action-cancel:hover, .settings-popup__actions button.settings-popup__action.settings-popup__action-cancel:focus {
  text-decoration: underline;
}
.settings-popup__actions button.settings-popup__action {
  padding: 8px 16px;
  background: transparent;
  cursor: pointer;
  transition: 0.3s linear all;
}

.cookies-popup__title,
.settings-popup__title {
  font-weight: 500;
  padding: 16px;
  position: relative;
  color: #393939;
  font-size: 19px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies-popup__title .close_btn_right,
.settings-popup__title .close_btn_right {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-16px, -50%);
  padding: 10px;
  width: 32px;
  height: 32px;
  z-index: 1;
  border-radius: 100%;
  background-color: #393939;
  cursor: pointer;
  transition: 0.3s linear all;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
}
.cookies-popup__title .close_btn_right:hover, .cookies-popup__title .close_btn_right:focus,
.settings-popup__title .close_btn_right:hover,
.settings-popup__title .close_btn_right:focus {
  background-color: #0060a8;
}
.cookies-popup__title .close_btn_svg,
.settings-popup__title .close_btn_svg {
  stroke: #efefef;
  stroke-width: 3;
}
.cookies-popup__title .close_btn_svg:hover, .cookies-popup__title .close_btn_svg:focus,
.settings-popup__title .close_btn_svg:hover,
.settings-popup__title .close_btn_svg:focus {
  stroke: #fff;
  stroke-width: 3;
}

.settings-popup__subtitle {
  color: #393939;
  font-size: 16px;
}

.settings-popup__description {
  color: #6c7f97;
}

.settings-popup__subcontent {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #6c7f97;
}
.settings-popup__subcontent.settings-popup__flags {
  display: flex;
  justify-content: space-between;
}

img.settings-popup__flag {
  cursor: pointer;
  opacity: 0.5;
}
img.settings-popup__flag.disabled {
  opacity: 0.25;
  filter: grayscale(1);
  cursor: not-allowed;
}
img.settings-popup__flag.selected {
  opacity: 1;
}

.settings-popup__flags a:hover > img.settings-popup__flag.available,
.settings-popup__flags a:focus > img.settings-popup__flag.available {
  opacity: 1;
}

.settings-popup__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.settings-popup__loader .loader {
  width: 70px;
  height: 70px;
  position: relative;
}
.settings-popup__loader .circle {
  width: 100%;
  height: 100%;
  background-color: #0060a8;
  border-radius: 50%;
  position: absolute;
  transform-origin: center;
}
.settings-popup__loader .circle-front {
  opacity: 0; /* Set initial opacity to 0 */
  animation: fade-in 0.8s cubic-bezier(0.55, 0, 1, 0.45) forwards; /* Set infinite to continue the animation indefinitely */
}
.settings-popup__loader .circle-rear {
  background: #c8321e;
  opacity: 0; /* Set initial opacity to 0 */
  animation: rear-grow 1s infinite, fade-out 1s 1s infinite; /* Set infinite to continue the animation indefinitely */
}
.settings-popup__loader .circle-inside {
  width: 75%;
  height: 75%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
}
@keyframes rear-grow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes fade-out {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  75% {
    transform: scale(1.2);
    opacity: 1;
  }
  84% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  93% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.cookies-popup__buttons {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-evenly;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.cookies-popup__btn-default {
  background-color: #fff;
  border-color: #393939;
  color: #393939;
}
.cookies-popup__btn-default:hover {
  background-color: #fff;
  color: #393939;
  border-color: #dae0e4;
}

.cookies-popup__btn-success {
  background-color: #198753;
  border-color: #198753;
  color: #fff;
}
.cookies-popup__btn-success:hover {
  background-color: #4caf50;
  color: #fff;
  border-color: #4caf50;
}

.cookies-popup__switchers {
  padding: 16px;
  row-gap: 16px;
}

.cookies-popup__switcher-container {
  display: grid;
  grid-template-columns: 50px auto;
  padding: 4px 0;
}

.cookies-popup__switcher {
  background-color: #7f7f7f;
  border-radius: 4px;
  width: 40px;
  height: 20px;
  position: relative;
  border: none;
  cursor: not-allowed;
}
.cookies-popup__switcher:hover, .cookies-popup__switcher:focus {
  opacity: 0.7;
}
.cookies-popup__switcher.switcher-enabled {
  background-color: #198753;
  cursor: pointer;
}
.cookies-popup__switcher.switcher-disabled {
  background-color: #ff0000;
  cursor: pointer;
}

.cookies-popup__switcher-circle {
  background-color: #eaeff2;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 4px;
  right: 4px;
  position: absolute;
}

.cookies-popup__switcher.switcher-enabled .cookies-popup__switcher-circle {
  background-color: #c4dfb3;
}

.cookies-popup__switcher.switcher-disabled .cookies-popup__switcher-circle {
  background-color: #fbe5d6;
  left: 4px;
  right: auto;
}

.cookies-popup__switcher-label {
  font-weight: bold;
}

.cookies-popup__link {
  text-decoration: underline;
  color: #393939;
  text-align: center;
  cursor: pointer;
}
.cookies-popup__link :hover {
  color: #0060a8;
}

@media only screen and (min-width: 480px) {
  .cookie-message__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .cookie-message__text {
    margin-right: 40px;
  }
  .cookie-message__btn {
    margin-top: 0;
  }
  .cookies-popup__buttons {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .cookies-popup__button-reset {
    width: auto;
  }
  .cookies-popup__message,
  .settings-popup__message {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    border: 1px solid #dae0e4;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .cookies-popup__switchers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
}
.post-image {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}

.post-category {
  padding-top: 8px;
  width: 50%;
}
.post-category a {
  white-space: nowrap;
}

.post-meta {
  width: 50%;
  text-align: right;
  padding-top: 8px;
}

.post-category,
.post-meta {
  font-size: 12px;
  line-height: 1.2;
}

.post-video {
  color: #c8321e;
  border-left: 1px solid #dae0e4;
  padding-left: 8px;
  margin-left: 8px;
}

.post-list {
  white-space: nowrap;
}

.post-list-link {
  white-space: nowrap;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .post-list,
  .post-list-link,
  .post-date,
  .post-video {
    display: block;
    border: 0 none;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .post-list,
  .post-list-link,
  .post-date,
  .post-video {
    display: inline-block;
    padding-left: 0;
  }
  .post-list {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 430px) {
  .post-category,
  .post-meta {
    width: 100%;
    text-align: left;
  }
  .post-meta {
    padding-top: 0;
  }
}
.homepage__container {
  display: flex;
  flex-direction: column;
}
.homepage__container > .homepage__wrapper--about-us {
  order: 1;
}
.homepage__container > .homepage__wrapper--brands {
  order: 2;
}
.homepage__container > .homepage__wrapper--reference {
  order: 3;
}
.homepage__container > .homepage__wrapper--registration {
  order: 4;
}
.homepage__container > .homepage__wrapper--articles {
  order: 5;
}
.homepage__container > .homepage__wrapper--articles-sos {
  order: 6;
}
.homepage__container > .homepage__wrapper--articles-npi {
  display: none;
}

.homepage__wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
  width: 100%;
}

.homepage__wrapper--brands,
.homepage__wrapper--articles,
.homepage__wrapper--articles-sos,
.homepage__wrapper--articles-npi,
.homepage__wrapper--reference {
  margin-top: 24px;
}

.homepage-about-us-slogans {
  margin-top: 16px;
  position: relative;
}

.homepage__header {
  margin-bottom: 32px;
}

.icon-chevron-thin-up .icon-svg2-chevron-thin-down {
  display: none;
}

.icon-chevron-thin-down .icon-svg2-chevron-thin-up {
  display: none;
}

.homepage__header-text {
  margin-bottom: 0;
}

.btn-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #000000;
}

.btn-arrow--primary {
  border-right-color: #0060a8;
}

.btn-arrow--secondary {
  border-right-color: #c8321e;
}

.btn-arrow--horizontal {
  transform: rotate(90deg);
  top: 0;
  left: 50%;
}

.btn-arrow--size-16x8 {
  border-width: 8px;
}

.homepage-more--top {
  display: none;
  position: relative;
}
.homepage-more--top .btn {
  margin-left: 4px;
}

img.homepage-banner__lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.homepage-about-us {
  padding: 16px;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-row-gap: 0;
  grid-column-gap: 0;
}

.homepage-about-us__item--image {
  max-width: 560px;
}
.homepage-about-us__item--image .embed-container {
  background-color: #000000;
  cursor: pointer;
}
.homepage-about-us__item--image .embed-container .embed-container-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: red;
  display: flex;
  align-content: center;
  background-image: url("/img/video-play.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px;
  filter: grayscale(100%);
  opacity: 0.75;
}
.homepage-about-us__item--image .embed-container .embed-container-icon:hover {
  transition-delay: 0.1s;
  filter: grayscale(0);
  opacity: 1;
}

.homepage-about-us__item--text {
  margin-top: 16px;
}

.homepage-about-us__text-header {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #393939;
  line-height: 1.2;
  margin-bottom: 32px;
}

.homepage-about-us__text-description {
  margin-top: 16px;
  position: relative;
  max-height: 193px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 14px;
}
.homepage-about-us__text-description p,
.homepage-about-us__text-description span,
.homepage-about-us__text-description li,
.homepage-about-us__text-description div {
  font-size: 14px;
}
.homepage-about-us__text-description::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 70%, #fff 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-about-us__text-description.expanded {
  max-height: none;
}
.homepage-about-us__text-description.expanded::after {
  display: none;
}
.homepage-about-us__text-description a {
  text-decoration: underline;
}
.homepage-about-us__text-description .homepage-about-us__text-readmore {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 178px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 14px;
  color: #c8321e;
  text-decoration: underline;
  padding: 4px 16px;
  background: white;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.homepage-about-us__text-description .homepage-about-us__text-readmore.show {
  display: block !important;
}

.homepage-about-us__text-buttons {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.homepage-about-us__text-buttons a {
  margin-top: 16px;
}

.homepage-slogans {
  border-top: 1px solid #DAE0E4;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.homepage-slogans__item {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.homepage-slogans__item-icon {
  color: #0060a8;
  margin-top: 1px;
  margin-right: 12px;
  flex: 0 0 16px;
}
.homepage-slogans__item-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.homepage-brands__block {
  background: white;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 0;
}

.homepage__more {
  margin-top: 16px;
}

.homepage__more-button {
  display: block;
}

.homepage-reference {
  background: white;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  margin-top: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.homepage-reference__image,
.homepage-reference__text {
  overflow: hidden;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.homepage-reference__header {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #393939;
  line-height: 1.2;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.homepage-reference__name {
  font-size: 0.875rem;
  color: #465d5d;
}

.homepage-reference__description {
  margin-top: 16px;
}

.homepage-registration {
  background: white;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  margin-top: 16px;
  padding: 24px;
  background-color: #f6f8f9;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-auto-flow: dense;
}

.homepage-registration__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.homepage-registration__header {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #393939;
  line-height: 1.2;
  margin-bottom: 32px;
  margin-bottom: 16px;
}

.homepage-articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.homepage-articles__article {
  overflow: hidden;
  min-width: 0;
  background-color: white;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 16px;
}
.homepage-articles__article .articles__list-item-footer {
  padding-bottom: 0;
  border-bottom: none;
}

.homepage-articles__article-image {
  text-align: center;
  margin-bottom: 16px;
}
.homepage-articles__article-image a {
  display: block;
  position: relative;
}

.homepage-articles__article-image-old {
  max-height: 139px;
}

.homepage-articles__article-image-missing {
  min-height: 139px;
}

.post-image {
  position: relative;
}

.articles__video-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: red;
  display: flex;
  align-content: center;
  background-image: url("/img/video-play.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px;
}

.homepage-videos {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.homepage-videos__video {
  overflow: hidden;
  min-width: 0;
  background-color: white;
  border: 1px solid #DAE0E4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.homepage-videos__video:hover .homepage-videos__video-play {
  opacity: 1;
  visibility: visible;
}

.homepage-videos__video-image {
  flex: 0 0 100px;
}
.homepage-videos__video-image a {
  display: block;
  position: relative;
}

.homepage-videos__video-play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 4px;
  font-size: 24px;
  padding-top: 20%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.homepage-videos__video-text {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}

.homepage-videos__video-name {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  flex: 1 0 auto;
}

.homepage-videos__video-uploaded {
  font-size: 0.75rem;
  flex-shrink: 0;
}

@media only screen and (max-width: 1199px) {
  .homepage__container > .homepage__wrapper--about-us {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .linecard__top-brands,
  .linecard__brands,
  .homepage-articles {
    grid-row-gap: 8px !important;
    grid-column-gap: 8px !important;
  }
  .homepage__more,
  .homepage-about-us-slogans,
  .homepage-registration {
    margin-top: 8px;
  }
  .homepage__container {
    display: flex;
    flex-direction: column;
  }
  .homepage__container > .homepage__wrapper--about-us {
    order: 1;
  }
  .homepage__container > .homepage__wrapper--brands {
    order: 5;
  }
  .homepage__container > .homepage__wrapper--brands .linecard__top-brands {
    grid-template-columns: 1fr 1fr;
  }
  .homepage__container > .homepage__wrapper--brands .linecard__top-brands .linecard__top-brand:nth-child(7) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--brands .linecard__top-brands .linecard__top-brand:nth-child(8) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--brands .linecard__top-brands .linecard__top-brand:nth-child(9) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--reference {
    order: 7;
  }
  .homepage__container > .homepage__wrapper--registration {
    order: 4;
  }
  .homepage__container > .homepage__wrapper--articles {
    order: 2;
  }
  .homepage__container > .homepage__wrapper--articles .homepage-articles__article:nth-child(4) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--articles .homepage-articles__article:nth-child(5) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--articles .homepage-articles__article:nth-child(6) {
    display: none;
  }
  .homepage__container .homepage__wrapper--articles-npi {
    order: 3;
    display: block;
  }
  .homepage__container > .homepage__wrapper--articles-sos {
    order: 6;
  }
  .homepage__container > .homepage__wrapper--articles-sos .homepage-articles__article:nth-child(3) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--articles-sos .homepage-articles__article:nth-child(4) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--articles-sos .homepage-articles__article:nth-child(5) {
    display: none;
  }
  .homepage__container > .homepage__wrapper--articles-sos .homepage-articles__article:nth-child(6) {
    display: none;
  }
}
.actions__wrapper--first {
  margin-top: 0;
}

.actions__wrapper--product-list {
  margin-top: 0;
}
.actions__wrapper--product-list .sos-products__item-description {
  width: 230px;
  word-wrap: break-word;
}
.actions__wrapper--product-list .sos-products__item-availability-on-stock-delivery {
  white-space: normal;
}

.actions__wrapper {
  margin-top: 8px;
}

.actions__wrapper--product-list-a {
  margin-top: 8px;
}

.actions__text {
  background-color: white;
  margin-bottom: 16px;
  padding: 16px;
}

.homepage-articles--actions .articles__list-item-header--special {
  height: 1.75rem;
}

.insights-articles__articles {
  display: flex;
  flex-direction: column;
}
.insights-articles__articles > .insights-articles__article {
  margin-bottom: 16px;
}
.insights-articles__articles > .insights-articles__article:last-child {
  margin-bottom: 0;
}

.insights-articles__article {
  overflow: hidden;
  min-width: 0;
  background-color: white;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  width: 100%;
}
.insights-articles__article .insights-articles__article-footer {
  display: flex;
  align-items: center;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 11px;
  margin: 16px 16px 16px 0;
  border-top: 1px solid #eee;
  padding-top: 16px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .insights-articles__article .insights-articles__article-footer {
    /* Adds a fallback for unsupported browsers */
    font-size: 11.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      11px + (12 - 11) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .insights-articles__article .insights-articles__article-footer {
    font-size: 12px;
  }
}
.insights-articles__article .insights-articles__article-footer > div {
  padding: 0 8px;
}
.insights-articles__article .insights-articles__article-footer > div:first-child {
  padding-left: 0;
}
.insights-articles__article .insights-articles__article-footer > div:last-child {
  padding-right: 0;
}

.insights-articles__article-image {
  margin: 16px;
  height: auto;
}

.insights-articles__article-annotation {
  width: calc(100% - 120px);
}
.insights-articles__article-annotation > h3 {
  margin: 16px 0;
  height: auto;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 18px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .insights-articles__article-annotation > h3 {
    /* Adds a fallback for unsupported browsers */
    font-size: 19px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      18px + (20 - 18) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .insights-articles__article-annotation > h3 {
    font-size: 20px;
  }
}
.insights-articles__article-annotation .insights-articles__article-description {
  margin: 0px 0px 16px 0px;
  padding-right: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .insights-articles__article-annotation .insights-articles__article-description {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .insights-articles__article-annotation .insights-articles__article-description {
    font-size: 14px;
  }
}

.insights-articles__article-image-old {
  max-height: 139px;
}

.insights-articles__article-image-missing {
  min-height: 139px;
}

@keyframes opacityChange {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}
.insights-articles__article-loading {
  min-height: 184px;
}
.insights-articles__article-loading .insights-articles__skeleton-loading {
  border-radius: 10px;
  max-width: 100%;
  opacity: 0.1;
  animation: opacityChange 3s infinite alternate;
}
.insights-articles__article-loading .insights-articles__skeleton-loading.articles__list-item-header {
  height: 22px;
  width: 300px;
  display: block;
  background: #0060a8;
}
.insights-articles__article-loading .insights-articles__skeleton-loading.insights-articles__article-description {
  background: #393939;
  height: 13px;
  width: calc(100% - 16px);
  margin-bottom: 8px;
}
.insights-articles__article-loading .insights-articles__skeleton-loading.insights-articles__article-footer {
  background: #0060a8;
  height: 13px;
  width: 200px;
  padding-top: 0;
}
.insights-articles__article-loading .insights-articles__skeleton-loading.insights-articles__article-image {
  background: #393939;
  width: 120px;
  height: 120px;
}

.applications__wrapper {
  margin-top: 48px;
}

.applications__wrapper--detail {
  margin-top: 0;
}

.applications__text {
  background-color: white;
  margin-bottom: 25px;
  padding: 15px;
}

.applications__subapplications {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

.applications__subapplication {
  border: 1px solid #DAE0E4;
  background-color: white;
  overflow: hidden;
  min-width: 0;
}

.applications__subapplication-image {
  text-align: center;
  padding: 15px;
}

.applications__subapplication-name {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.applications__subapplication-name a {
  color: #0cb0e6;
}

.applications__subapplication-perex {
  text-align: center;
  padding: 0 15px 15px 15px;
}

.applications__detail {
  background-color: white;
  margin-bottom: 25px;
}

.applications__detail-image {
  text-align: center;
  padding: 15px;
}

.applications__detail-text {
  padding: 0 15px 15px 15px;
}

.applications__detail-description {
  padding-top: 15px;
}

.applications__articles {
  margin-top: 24px;
}

.applications__categories {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  margin-top: 16px;
}

.applications__category {
  border: 1px solid #DAE0E4;
  background-color: white;
  overflow: hidden;
  min-width: 0;
}

.applications__category-image {
  display: block;
  text-align: center;
  padding: 15px;
}

.applications__category-name {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.applications__category-name a {
  color: #0cb0e6;
}

.applications__categories .applications__category:nth-child(n+7) {
  display: none;
}

.applications__brands {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  margin-top: 15px;
}

.applications__brand {
  border: 1px solid #DAE0E4;
  background-color: white;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.applications__brand-image {
  display: block;
}
.applications__brand-image img {
  max-height: 75px;
}

.applications__brand-description {
  margin-top: 10px;
}

.applications__tags-wrapper {
  margin-top: 24px;
}

.applications__tags {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  margin-top: 15px;
}

.applications__tag {
  border: 1px solid #DAE0E4;
  background-color: white;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.applications__tag-image {
  display: block;
  margin-bottom: 12px;
}
.applications__tag-image img {
  max-height: 75px;
}

.applications__tag-name {
  margin-top: 0;
  margin-bottom: 0;
}
.applications__tag-name a {
  color: #0cb0e6;
}

.applications__tag-description {
  margin-top: 8px;
}

.applications__brands .applications__brand:nth-child(n+7),
.applications__tags .applications__tag:nth-child(n+7) {
  display: none;
}

.applications__show-all-btn {
  text-align: right;
  padding: 24px 0;
  display: none;
}

.applications__lead-form {
  background-color: #fff;
  padding: 16px;
}

.col-gallery {
  width: 27%;
}

.col-description {
  width: 73%;
}

.product-label {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 14px;
  color: #0060a8;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product-label {
    /* Adds a fallback for unsupported browsers */
    font-size: 15px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      14px + (16 - 14) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product-label {
    font-size: 16px;
  }
}

.thumbnail, .article__photogallery-thumbnail-r, .article__photogallery-thumbnail {
  display: block;
  border: 1px solid #eaeff2;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 8px;
}

.additional-text {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
  line-height: 1.2;
  color: #666;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .additional-text {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .additional-text {
    font-size: 14px;
  }
}

.eye-catcher {
  border-radius: 6px;
  background-color: #0cb0e6;
  color: #ffffff;
}

.product__eye-catcher {
  border-radius: 4px;
  background-color: #0060a8;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .product__eye-catcher--samples {
    background: #f5f8f9 !important;
    box-shadow: none !important;
    margin-bottom: 8px;
  }
}
.product-main__stock-info-wrapper {
  padding-top: 16px;
}
.product-main__stock-info-wrapper .product-main__stock-info {
  margin: 0;
}
.product-main__stock-info-wrapper .product-main__stock-info td.product-main__stock-info-status,
.product-main__stock-info-wrapper .product-main__stock-info th.product-main__stock-info-status {
  font-weight: 600;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 14px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product-main__stock-info-wrapper .product-main__stock-info td.product-main__stock-info-status,
  .product-main__stock-info-wrapper .product-main__stock-info th.product-main__stock-info-status {
    /* Adds a fallback for unsupported browsers */
    font-size: 15px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      14px + (16 - 14) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product-main__stock-info-wrapper .product-main__stock-info td.product-main__stock-info-status,
  .product-main__stock-info-wrapper .product-main__stock-info th.product-main__stock-info-status {
    font-size: 16px;
  }
}
.product-main__stock-info-wrapper .product-main__stock-info td.product-main__stock-info-status.color-success,
.product-main__stock-info-wrapper .product-main__stock-info th.product-main__stock-info-status.color-success {
  color: #3da35d;
}
.product-main__stock-info-wrapper .product-main__stock-info th,
.product-main__stock-info-wrapper .product-main__stock-info td {
  padding: 2px 16px;
  color: #666;
  border: 0;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product-main__stock-info-wrapper .product-main__stock-info th,
  .product-main__stock-info-wrapper .product-main__stock-info td {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product-main__stock-info-wrapper .product-main__stock-info th,
  .product-main__stock-info-wrapper .product-main__stock-info td {
    font-size: 14px;
  }
}

.product__eye-catcher--samples {
  margin: 16px 0px 0px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  background: white;
  color: #232323;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__eye-catcher--samples .product__eye-catcher--samples-text {
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
  color: #666;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product__eye-catcher--samples .product__eye-catcher--samples-text {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product__eye-catcher--samples .product__eye-catcher--samples-text {
    font-size: 14px;
  }
}
.product__eye-catcher--samples .product__eye-catcher--samples-text > div:first-child {
  padding-right: 16px;
}
.product__eye-catcher--samples .product__eye-catcher--samples-text > div:first-child > i {
  font-size: 24px;
  color: #c8321e;
}
.product__eye-catcher--samples .product__eye-catcher--samples-action {
  padding: 0 16px;
}
.product__eye-catcher--samples .product__eye-catcher--samples-action > button {
  padding: 8px 16px;
  font-weight: 600;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product__eye-catcher--samples .product__eye-catcher--samples-action > button {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product__eye-catcher--samples .product__eye-catcher--samples-action > button {
    font-size: 14px;
  }
}

.product__eye-catcher--pricelist {
  padding: 16px;
}

.product__eye-catcher--pricelist-text {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product__eye-catcher--pricelist-text {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product__eye-catcher--pricelist-text {
    font-size: 14px;
  }
}
.product__eye-catcher--pricelist-text .text-prices {
  font-family: "Barlow", sans-serif;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product__eye-catcher--pricelist-text .text-prices {
    /* Adds a fallback for unsupported browsers */
    font-size: 15px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      14px + (16 - 14) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product__eye-catcher--pricelist-text .text-prices {
    font-size: 16px;
  }
}
.product__eye-catcher--pricelist-text .text-prices .icon-svg {
  width: 24px;
  height: 24px;
  background: white;
  margin-right: 8px;
}
.product__eye-catcher--pricelist-text .text-register {
  margin-top: 8px;
}
.product__eye-catcher--pricelist-text a {
  color: #fff;
  text-decoration: underline;
}

.product__eye-catcher--pricelist-buttons {
  text-align: center;
  margin-top: 5px;
}

.search-products__no-products {
  font-weight: 700;
  text-align: center;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #dae0e4;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .search-products__no-products {
    /* Adds a fallback for unsupported browsers */
    font-size: 15px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      14px + (16 - 14) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .search-products__no-products {
    font-size: 16px;
  }
}

.search-products__suggestions {
  text-align: center;
}

.search-products__suggestions-description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-products__suggestions-description .search-products__suggestions-description-icon i {
  font-size: 32px;
  color: #0060a8;
}
.search-products__suggestions-description .search-products__suggestions-description-content {
  text-align: left;
  padding-left: 16px;
}
.search-products__suggestions-description .search-products__suggestions-description-content .search-products__suggestions-description-header {
  font-size: 18px;
  padding-bottom: 4px;
}

.search-products__suggestions-item {
  margin-top: 5px;
}

.search-products__articles-header,
.search-products__videos-header {
  margin-top: 32px;
}

.product-parameters__checkbox {
  cursor: pointer;
}

.product-parameters__buttons {
  text-align: right;
}

.product-parameters__button {
  margin-top: 16px;
  float: right;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 4px;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 13px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product-parameters__button {
    /* Adds a fallback for unsupported browsers */
    font-size: 13.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      13px + (14 - 13) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product-parameters__button {
    font-size: 14px;
  }
}

.product-sale-ended__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

.product-sale-ended__popup {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -200px;
  width: auto;
  background: #fff;
  z-index: 999999;
  box-sizing: border-box;
  padding: 24px;
}

.product-sale-ended__header {
  text-align: center;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 28px;
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .product-sale-ended__header {
    /* Adds a fallback for unsupported browsers */
    font-size: 30px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      28px + (32 - 28) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .product-sale-ended__header {
    font-size: 32px;
  }
}

.product-sale-ended__close {
  position: absolute;
  cursor: pointer;
  right: 24px;
}

.product-sale-ended__buttons {
  text-align: center;
}

.product-sale-ended__button {
  width: 100%;
  margin-top: 16px;
}
.product-sale-ended__button:first-child {
  margin-top: 0;
}

.product-detail__product-parameter {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .col-gallery {
    width: 30%;
  }
  .col-description {
    width: 70%;
    padding-left: 20px;
  }
  .row-parameters-documents .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row-parameters-documents pre {
    word-break: break-word;
    white-space: break-spaces;
    background: transparent;
    border: 0;
    padding: 8px;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
  }
}
@media only screen and (max-width: 1140px) {
  .description-box .col-cart {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .description-box .col-form {
    width: 60%;
  }
  .description-box .col-button {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .row-parameters-documents > .col {
    width: 100%;
  }
  .row-parameters-documents > .col:first-child {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 890px) {
  .description-box .col-form {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .description-box .col-button {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 850px) {
  .col-gallery {
    width: 40%;
  }
  .col-description {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .col-description {
    width: 100%;
    padding-left: 0;
  }
  .col-gallery {
    width: 100%;
    padding: 0 18%;
    text-align: center;
  }
  .col-thumbnail {
    width: 100%;
  }
  .col-thumbnail .thumbnail, .col-thumbnail .article__photogallery-thumbnail-r, .col-thumbnail .article__photogallery-thumbnail {
    display: inline-block;
  }
  .col-gallery .col-4 {
    width: 22.5%;
  }
  .row-product-tabs ul {
    width: 100%;
  }
  .row-product-tabs li {
    padding: 0;
    width: 100%;
    margin-bottom: 1px;
  }
  .row-product-tabs a {
    border-radius: 4px;
  }
  .description-box .col-form {
    width: 60%;
  }
  .description-box .col-button {
    width: 40%;
  }
}
@media only screen and (max-width: 650px) {
  .col-gallery {
    padding: 0 12%;
  }
  .description-box .col-form {
    width: 100%;
    margin-bottom: 10px;
  }
  .description-box .col-button {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .col-thumbnail {
    width: 100%;
  }
  .col-gallery {
    padding: 0;
  }
  .col-gallery .col-4 {
    width: 33.333333333%;
  }
}
.col-profile {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 16.6666666667%;
  min-height: 145px;
  border-right: 1px solid #eaeff2;
}
.col-profile.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-profile {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-profile.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-profile:last-child {
  border: none;
}
.col-profile .title {
  margin-bottom: 16px;
}
.col-profile ul {
  font-size: 12px;
}
.col-profile ul li {
  line-height: 1;
  padding: 4px 4px 7px 13px;
  position: relative;
}
.col-profile ul li svg {
  width: 0.625rem;
  height: 0.625rem;
}
.col-profile ul li .icon {
  color: #0cb0e6;
  top: 5px;
}
.col-profile ul li span.absolute {
  color: #444;
  position: absolute;
  right: 0;
  top: 4px;
}
.col-profile ul a {
  color: #444;
}
.col-profile ul li.muted .icon:before {
  color: #cbd2db;
}
.col-profile ul li.muted a {
  color: #cbd2db;
}

.thirdnews .col-news {
  width: 33.333333333%;
}

.row-news {
  margin-top: 12px;
}

.col-news {
  width: 50%;
}

.news-title {
  display: block;
  font-size: 16px;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 12px;
}

.news-description {
  display: block;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.2;
  text-align: justify;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  font-size: 12px;
  color: #c8321e;
  text-align: right;
}

@media only screen and (max-width: 1200px) and (min-width: 649px) {
  .col-profile {
    width: 33.3333333333%;
  }
  .col-profile:nth-child(3n) {
    border: none;
  }
}
@media only screen and (max-width: 800px) {
  .thirdnews .col-news {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .col-profile {
    width: 50%;
    border-right: 1px solid #eaeff2;
  }
  .col-profile:nth-child(2n) {
    border: none;
  }
}
@media only screen and (max-width: 460px) {
  .col-profile {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eaeff2;
    min-height: auto;
  }
  .col-profile:nth-child(2n) {
    border-bottom: 1px solid #eaeff2;
  }
}
.checkbox.manufacturer + label {
  margin: 10px 60px 0px 15px;
  color: #0cb0e6;
  position: relative;
  padding-right: 45px;
  width: 220px;
}
.checkbox.manufacturer + label span {
  color: #717171;
  font-size: 13px;
  position: absolute;
  top: -1px;
  right: 0;
}

.filters-container {
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}
.filters-container .container-fluid {
  padding-top: 5px;
}

.filter {
  width: 12.5%;
  float: left;
  padding: 0 12px;
  position: relative;
  min-height: 75px;
  line-height: 130%;
  box-sizing: border-box;
}
.filter img {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  max-height: 75px;
  max-width: 75px;
}
.filter span {
  color: #717171;
}
.filter p {
  color: #0cb0e6;
  font-size: 16px;
  line-height: 1.2;
  margin: 15px 0 15px 80px;
}
.filter ul {
  font-size: 12px;
  margin-left: 80px;
  margin-bottom: 40px;
}
.filter ul li {
  line-height: 1;
  padding: 4px 20px 4px 13px;
  position: relative;
}
.filter ul li .icon:before {
  content: "\e924";
  font-size: 10px;
  color: #0cb0e6;
}
.filter ul li span {
  color: #a5b1bf;
  position: absolute;
  right: 0;
  bottom: 0;
}
.filter ul a {
  color: #444;
}

.filter-active-container {
  float: left;
  width: auto;
  max-width: 250px;
  padding: 0 12px;
}

.filter-active-single {
  width: 253px;
  background-color: #ffffff;
  margin: 0 8px;
  border: 1px solid #DAE0E4;
}

.filter-active {
  background-color: #ffffff;
  border-top: 1px solid #DAE0E4;
  border-left: 1px solid #DAE0E4;
}

.filter-active-container:first-child .filter-active {
  border-left: none;
}

.filter-header {
  position: relative;
}
.filter-header p {
  font-weight: 700;
  color: #717171;
  padding: 4px 32px 4px 8px;
  margin-bottom: 5px;
}
.filter-header .btn.enlarge-parameter:focus {
  color: #0060a8;
  border: 1px solid #0060a8;
}
.filter-header .btn.enlarge-parameter,
.filter-header .btn.remove-parameter {
  position: absolute;
  color: #c8321e;
  right: 2px;
  top: 10px;
  font-size: 11px;
}

.filter-header__header-icon-ampersand {
  position: absolute;
  top: 0;
  left: -32px;
  transform: translate(100%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 100%;
  width: 32px;
  background: #f0f0f0;
  font-weight: 300;
}

.filter-header__header-icon-plus {
  position: absolute;
  top: 0;
  left: -32px;
  transform: translate(100%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 100%;
  width: 32px;
  background: #f0f0f0;
  font-weight: 300;
}

.filter-body {
  position: relative;
  background-color: #f5f8f9;
  padding: 0;
  height: 212px;
}
.filter-body .scroll-wrapper.category-filter-scrollbar {
  height: 100%;
}
.filter-body > div.category-filter-scrollbar {
  max-height: 130px;
  overflow: auto;
}
.filter-body label {
  display: block;
  padding-right: 40px;
}
.filter-body label::after {
  top: 1px;
}

.filter-footer {
  padding: 8px 8px 0 8px;
}
.filter-footer .btn {
  float: right;
}

.active-filters {
  display: inline-block;
  font-weight: 700;
  color: #0060a8;
  letter-spacing: 1px;
  margin-bottom: 24px;
  margin-right: 12px;
  margin-bottom: 0;
}

.inactive-filters {
  display: inline-block;
  font-weight: 700;
  color: #0060a8;
  letter-spacing: 1px;
  margin-top: 6px;
  position: relative;
  top: 2px;
  margin-right: 12px;
}

.category-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-description--brand {
  padding-bottom: 16px;
}

.category-description__wrapper {
  background-color: white;
}

.category-description__image,
.category-description__text {
  margin-top: 16px;
}

.category-description__image {
  text-align: center;
}

.sortiment__wrapper--brands {
  margin-top: 24px;
}

.sortiment__text {
  background-color: white;
  margin-bottom: 16px;
  padding: 16px;
  border-left: 1px solid #dae0e4;
  border-bottom: 1px solid #dae0e4;
  border-right: 1px solid #dae0e4;
}

.sortiment__categories {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.sortiment__category {
  border: 1px solid #dae0e4;
  background-color: white;
  overflow: hidden;
  min-width: 0;
}

.sortiment__category-image {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 16px;
}
.sortiment__category-image img {
  max-height: 100%;
  width: auto;
}

.sortiment__category-description {
  text-align: center;
  padding: 0 16px 16px 16px;
  word-wrap: break-word;
}

.sortiment__category-name {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
}
.sortiment__category-name a {
  color: #0cb0e6;
}

.sortiment__category-count {
  font-weight: normal;
  color: #717171;
}

.sortiment__category-subcategories {
  padding: 0 16px 16px;
  display: none;
}
.sortiment__category-subcategories a {
  color: #717171;
  font-weight: 700;
}
.sortiment__category-subcategories .subcategories-more {
  display: none;
}
.sortiment__category-subcategories .no-subcategories {
  color: #ddd;
  font-weight: normal;
  font-size: 13px;
}

.sortiment__category-subcategory {
  overflow: hidden;
}

.sortiment__category-subcategory a {
  display: inline-block;
  max-width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

a.sortiment__category-subcategories-more,
a.sortiment__category-subcategories-less {
  cursor: pointer;
  color: #0060a8;
  font-weight: 600;
  text-decoration: underline;
  font-size: 13px;
}
a.sortiment__category-subcategories-more:hover, a.sortiment__category-subcategories-more:focus,
a.sortiment__category-subcategories-less:hover,
a.sortiment__category-subcategories-less:focus {
  color: #c8321e;
}

.sortiment__brands {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin-top: 16px;
}

.sortiment__brand {
  border: 1px solid #dae0e4;
  background-color: white;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sortiment__brand-image {
  display: flex;
  align-items: center;
  height: 60px;
}
.sortiment__brand-image:hover img, .sortiment__brand-image:focus img {
  opacity: 0.5;
}
.sortiment__brand-image img {
  width: auto;
  max-height: 60px;
}

.sortiment__brand-description {
  /* autoprefixer: off */
  max-width: 100%;
  height: 2.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.sortiment__item {
  width: 100%;
}

.sortiment__item-image {
  overflow: initial;
}

.sortiment__item-header {
  margin-top: 0;
  margin-bottom: 0;
}

.sortiment__item-link {
  color: #0cb0e6;
  font-weight: 600;
  width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.filter-search__input {
  font-size: 0.75rem;
  padding: 2px 4px;
  background: white url("/img/fa-search-solid.svg") no-repeat calc(100% - 5px) center;
  background-size: 12px 12px;
}

.brand-products__inside-wrapper {
  background-color: white;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.brand-products__categories-wrapper > #used-filters > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.brand-products__categories {
  background-color: white;
  padding-top: 8px;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.brand-products__category .right {
  float: left;
  width: calc(100% - 70px);
  min-height: 60px;
}

.brand-products__category-image {
  float: left;
  margin-right: 10px;
}
.brand-products__category-image img {
  max-width: 100%;
  max-height: 100%;
}

.brand-products__category-image-link {
  width: 60px;
  height: 60px;
  text-align: center;
  overflow: initial;
  display: block;
}

.brand-products__category-name {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #0cb0e6;
}
.brand-products__category-name:hover, .brand-products__category-name:focus {
  color: #c8321e;
}

.brand-products__category-count {
  font-weight: normal;
  color: #aaa;
  padding-left: 4px;
}

.brand-products__subcategories {
  margin-top: 4px;
}
.brand-products__subcategories .subcategories-more {
  display: none;
}

.brand-products__subcategories-0 {
  color: #a5b1bf;
  font-size: 0.8125rem;
}

.brand-products__subcategories-more,
.brand-products__subcategories-less {
  cursor: pointer;
  color: #0060a8;
  font-weight: 600;
  text-decoration: underline;
  font-size: 13px;
}

.brand-products__subcategory {
  overflow: hidden;
}
.brand-products__subcategory a {
  color: #555;
  font-size: 0.8125rem;
  font-weight: bold;
  display: inline-block;
  max-width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.brand-products__subcategory a:hover, .brand-products__subcategory a:focus {
  text-decoration: underline !important;
}

.brand-products__subcategory-count {
  font-weight: normal;
  color: #aaa;
  padding-left: 4px;
  font-size: 0.8125rem;
}

.category-description__readmore {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.sos-products__wrapper,
.sos-products-noresults__wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (max-width: 1023px) {
  .sortiment__text {
    margin-bottom: 8px;
  }
  .sortiment__categories,
  .sortiment__brands {
    grid-row-gap: 8px;
    grid-column-gap: 8px;
  }
}
.col-post-content {
  width: 100%;
}

.post-data {
  position: relative;
  padding-left: 115px;
}
.post-data .post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

.post-content p,
.post-content ul {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.post-content li {
  margin-bottom: 12px;
}
.post-content .list li:before {
  top: 0;
}

.post-description-big {
  font-size: 16px;
  font-style: italic;
}

.col-post-sidebar {
  width: 26.923076923%;
}

.post-title-big {
  letter-spacing: -1px;
}

.post-gallery {
  margin: 16px auto;
  max-width: 300px;
}
.post-gallery.photogallery__old {
  float: none;
  max-width: none;
  display: block;
  margin: 0;
}

.post-competition-question {
  color: #c8321e;
  font-size: 16px;
  font-weight: 700;
}

.col-post-video {
  margin-top: 12px;
  width: 60%;
}

.col-post-video-desc {
  margin-top: 12px;
  width: 40%;
}
.col-post-video-desc p {
  letter-spacing: 0px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.article__photogallery-container {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.article__photogallery-more {
  display: none;
}

.article__photogallery-thumbnail {
  display: none;
}

.article__photogallery-thumbnail-r {
  position: relative;
}

@media only screen and (max-width: 860px) {
  .col-post-content {
    width: 100%;
  }
  .col-post-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .post-gallery {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .col-post-video,
  .col-post-video-desc {
    width: 100%;
  }
}
ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.linecard__wrapper--top-brands {
  margin-top: 24px;
}

.linecard__wrapper.linecard__wrapper--brands {
  margin-top: 48px;
}

.linecard__wrapper.linecard__wrapper--intro {
  margin: 0 auto 16px auto;
}
.linecard__wrapper.linecard__wrapper--intro > div {
  border: 1px solid #DAE0E4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  width: 100%;
  padding: 16px;
  background: #fff;
}
.linecard__wrapper.linecard__wrapper--intro > div a {
  text-decoration: underline;
}

.linecard__top-brands a:hover,
.linecard__top-brands a:focus {
  text-decoration: none;
}
.linecard__top-brands a:hover .linecard__top-brand-name,
.linecard__top-brands a:focus .linecard__top-brand-name {
  text-decoration: underline;
}

.linecard__top-brands,
.linecard__brands {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.linecard__top-brand,
.linecard__brand {
  border: 1px solid #dae0e4;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  padding: 16px;
  text-align: center;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linecard__top-brand {
  justify-content: center;
}

.linecard__brand {
  justify-content: space-between;
}

.linecard__top-brand-image,
.linecard__brand-image {
  display: flex;
  align-items: center;
  height: 60px;
  width: auto;
}
.linecard__top-brand-image img,
.linecard__brand-image img {
  flex: auto;
  width: auto;
  max-height: 60px;
}

.linecard__top-brand-name,
.linecard__brand-name {
  margin-top: 8px;
  font-weight: bold;
}

.linecard__top-brand-description {
  color: #393939;
}

.linecard__top-brand-description,
.linecard__brand-description {
  /* autoprefixer: off */
  max-width: 100%;
  height: 2.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}

.linecard__brands-letters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin: 16px 0;
}

.linecard__brands-letter {
  font-size: 1.3125rem;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #DAE0E4;
  text-align: center;
  text-transform: uppercase;
}
.linecard__brands-letter:hover, .linecard__brands-letter:focus {
  color: white;
  background-color: #0060a8;
}

.linecards-detail__logo {
  text-align: center;
  margin-bottom: 10px;
}

.linecards-detail__perex {
  margin-bottom: 10px;
}

.linecards-detail__about-block {
  width: 100%;
  margin-top: 10px;
}

.linecards-detail__about-block--image,
.linecards-detail__about-block--video {
  text-align: center;
  margin-bottom: 10px;
}

.linecards-detail__about-block-video-url {
  display: inline-block;
  position: relative;
  width: 100%;
}
.linecards-detail__about-block-video-url:hover span {
  opacity: 1;
  visibility: visible;
}
.linecards-detail__about-block-video-url img {
  border-radius: 4px;
  width: 100%;
}
.linecards-detail__about-block-video-url span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-radius: 4px;
  font-size: 24px;
  padding-top: 31%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.linecards-detail__description-wrapper {
  background-color: white;
  padding: 16px;
}

.linecards-detail__description-case-1-logo {
  text-align: center;
}

.linecards-detail__description-case-1-text {
  margin-top: 16px;
}

.linecards-detail__description-case-1-image-video {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin-top: 16px;
}

.linecards-detail__description-case-1-image {
  text-align: center;
}

.linecards-detail__description-case-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.linecards-detail__description-case-2-logo {
  text-align: center;
}

.linecards-detail__description-case-2-text {
  margin-top: 16px;
}

.linecards-detail__description-case-2-image {
  text-align: center;
}

.linecards-detail__description-case-1-video,
.linecards-detail__description-case-2-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.linecards-detail__description-case-1-video iframe,
.linecards-detail__description-case-2-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.linecards-detail__why-sos-wrapper {
  margin-top: 48px;
}

.linecards-detail__why-sos {
  padding: 16px;
}
.linecards-detail__why-sos ul {
  margin-bottom: 0;
  padding-left: 12px;
}

.linecards-detail__categories-wrapper {
  margin-top: 48px;
}
.linecards-detail__categories-wrapper > #used-filters > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.linecards-detail__categories {
  padding: 16px;
  margin-top: 16px;
  border: 1px solid #DAE0E4;
}

.linecards-detail__infoboxes {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 16px;
}
.linecards-detail__infoboxes.single-infobox {
  grid-template-columns: 1fr;
}

.linecards-detail__infoboxes-item .title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.linecards-detail__infoboxes-item-text {
  font-size: 0.8125rem;
  background-color: white;
  padding: 16px;
  border: 1px solid #DAE0E4;
  border-top: none;
  text-align: justify;
}

.linecards-detail__articles {
  margin-top: 48px;
}

.linecards-detail__videos {
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  .producer-detail__container div.article-body {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .producer-detail__container {
    padding: 0;
  }
  .producer-detail__container section.main {
    border: 0;
    box-shadow: none;
  }
}
.producer-detail__container .producer-detail__content {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 14px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .producer-detail__container .producer-detail__content {
    /* Adds a fallback for unsupported browsers */
    font-size: 15px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      14px + (16 - 14) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .producer-detail__container .producer-detail__content {
    font-size: 16px;
  }
}
.producer-detail__container .producer-detail__content ul,
.producer-detail__container .producer-detail__content ol {
  padding-left: 24px;
  margin-bottom: 12px;
}
.producer-detail__container .producer-detail__content p {
  text-align: justify;
}
.producer-detail__container .producer-detail__description {
  display: flex;
  align-items: center;
}
.producer-detail__container .producer-detail__description .producer-detail__description-logo {
  padding-right: 16px;
  flex: 0 0 150px;
}
.producer-detail__container .producer-detail__description .producer-detail__description-text {
  margin: 0;
}
.producer-detail__container .producer-detail__references .homepage-reference {
  border: none;
  box-shadow: none;
  padding: 0 24px;
  margin-top: 0;
}
.producer-detail__container .producer-detail__references .linecards-detail__categories {
  border: none;
  padding: 0;
}
.producer-detail__container .producer-detail__articles h3,
.producer-detail__container .producer-detail__videos h3 {
  font-weight: 400 !important;
}
.producer-detail__container .producer-detail__articles .articles__list-item-footer,
.producer-detail__container .producer-detail__articles .homepage-articles__article,
.producer-detail__container .producer-detail__videos .articles__list-item-footer,
.producer-detail__container .producer-detail__videos .homepage-articles__article {
  border-color: #eaeff2;
}
.producer-detail__container .producer-detail__articles .homepage-articles,
.producer-detail__container .producer-detail__articles .homepage-videos,
.producer-detail__container .producer-detail__videos .homepage-articles,
.producer-detail__container .producer-detail__videos .homepage-videos {
  margin-top: 0;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.producer-detail__container .producer-detail__articles .articles__layout-right,
.producer-detail__container .producer-detail__videos .articles__layout-right {
  display: none;
}
.producer-detail__container .producer-detail__articles .articles__wrapper,
.producer-detail__container .producer-detail__videos .articles__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.producer-detail__container .producer-detail__articles .homepage-articles__article-image,
.producer-detail__container .producer-detail__videos .homepage-articles__article-image {
  margin-bottom: 24px;
}
.producer-detail__container section.main {
  border-color: #eaeff2;
}
.producer-detail__container section.main div.article-body h2.producer-detail__header {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 32px;
  text-align: center;
  margin: 0 0 48px 0;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .producer-detail__container section.main div.article-body h2.producer-detail__header {
    /* Adds a fallback for unsupported browsers */
    font-size: 34px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      32px + (36 - 32) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .producer-detail__container section.main div.article-body h2.producer-detail__header {
    font-size: 36px;
  }
}
.producer-detail__container section.main .section-body .homepage__more a,
.producer-detail__container section.main .section-body .brand-products__category a,
.producer-detail__container section.main .section-body .articles__list-item-header a,
.producer-detail__container section.main .section-body .homepage-videos__video-name a {
  text-decoration: none;
}
.producer-detail__container .articles__list-item-footer,
.producer-detail__container .homepage-videos__video-uploaded,
.producer-detail__container .homepage-reference__name,
.producer-detail__container .brand-products__subcategory a,
.producer-detail__container .brand-products__subcategory-count,
.producer-detail__container .brand-products__subcategories-0 {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 12px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .producer-detail__container .articles__list-item-footer,
  .producer-detail__container .homepage-videos__video-uploaded,
  .producer-detail__container .homepage-reference__name,
  .producer-detail__container .brand-products__subcategory a,
  .producer-detail__container .brand-products__subcategory-count,
  .producer-detail__container .brand-products__subcategories-0 {
    /* Adds a fallback for unsupported browsers */
    font-size: 13px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      12px + (14 - 12) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .producer-detail__container .articles__list-item-footer,
  .producer-detail__container .homepage-videos__video-uploaded,
  .producer-detail__container .homepage-reference__name,
  .producer-detail__container .brand-products__subcategory a,
  .producer-detail__container .brand-products__subcategory-count,
  .producer-detail__container .brand-products__subcategories-0 {
    font-size: 14px;
  }
}
.producer-detail__container div.section-body p,
.producer-detail__container div.article-body p,
.producer-detail__container .homepage-reference__description,
.producer-detail__container .brand-products__category-name,
.producer-detail__container .brand-products__category-count,
.producer-detail__container .lead-form__wrapper label,
.producer-detail__container .lead-form__wrapper label > span,
.producer-detail__container .input,
.producer-detail__container .form-popup__input,
.producer-detail__container .btn {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 14px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .producer-detail__container div.section-body p,
  .producer-detail__container div.article-body p,
  .producer-detail__container .homepage-reference__description,
  .producer-detail__container .brand-products__category-name,
  .producer-detail__container .brand-products__category-count,
  .producer-detail__container .lead-form__wrapper label,
  .producer-detail__container .lead-form__wrapper label > span,
  .producer-detail__container .input,
  .producer-detail__container .form-popup__input,
  .producer-detail__container .btn {
    /* Adds a fallback for unsupported browsers */
    font-size: 15px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      14px + (16 - 14) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .producer-detail__container div.section-body p,
  .producer-detail__container div.article-body p,
  .producer-detail__container .homepage-reference__description,
  .producer-detail__container .brand-products__category-name,
  .producer-detail__container .brand-products__category-count,
  .producer-detail__container .lead-form__wrapper label,
  .producer-detail__container .lead-form__wrapper label > span,
  .producer-detail__container .input,
  .producer-detail__container .form-popup__input,
  .producer-detail__container .btn {
    font-size: 16px;
  }
}
.producer-detail__container .homepage-reference__header,
.producer-detail__container section.main div.article-body h3 {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 18px;
}
@media (min-width: 1176px) and (max-width: 1919px) {
  .producer-detail__container .homepage-reference__header,
  .producer-detail__container section.main div.article-body h3 {
    /* Adds a fallback for unsupported browsers */
    font-size: 19px;
    /* The fluid typography magic 🌟  */
    font-size: calc(
      18px + (20 - 18) *
        (100vw - 1176px) / (1920 - 1176)
    );
  }
}
@media (min-width: 1920px) {
  .producer-detail__container .homepage-reference__header,
  .producer-detail__container section.main div.article-body h3 {
    font-size: 20px;
  }
}
.producer-detail__container .producer-detail__separator {
  margin: 24px 0;
}
.producer-detail__container .row:not(:last-child) .producer-detail__separator {
  display: block !important;
}
.producer-detail__container .row:last-child .producer-detail__separator {
  display: none;
}
.producer-detail__container .homepage__more {
  margin-top: 24px;
}
.producer-detail__container .post-list,
.producer-detail__container .post-list-link,
.producer-detail__container .post-date,
.producer-detail__container .post-video {
  margin-bottom: 0;
}

.webinars__main-text {
  margin-bottom: 48px;
}

.input-webinar {
  width: 295px;
  float: right;
  margin-right: 24px;
}

.webinar {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dae0e4;
}
.webinar .post-video {
  border-left: none;
  margin-left: 0;
}

.webinar-thumb {
  float: left;
  margin-right: -180px;
}
.webinar-thumb img {
  border-radius: 4px;
  border: 1px solid #dae0e4;
}

.webinar-post-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 12px;
}

.webinar-content {
  float: left;
  margin-left: 180px;
}
.webinar-content .btn {
  float: right;
}
.webinar-content .post-video {
  border-left: none;
  margin-left: 0;
}

.webinar-image {
  float: left;
  margin-right: -120px;
}
.webinar-image img {
  border: 1px solid #dae0e4;
  border-radius: 4px;
}

.webinar-title {
  font-size: 18px;
  color: #0060a8;
  font-weight: 700;
}

.webinar-subtitle {
  font-size: 0.875rem;
}

.webinar-desc {
  font-size: 12px;
  line-height: 1.2;
  padding-right: 200px;
}

.webinar-term {
  font-size: 12px;
  color: #c8321e;
  margin-bottom: 0;
}

.webinar-details {
  margin-top: 24px;
  margin-bottom: 24px;
}

.webinar-post-description {
  margin-left: 120px;
  float: left;
  font-size: 12px;
  line-height: 1.2;
}

.col-webinar-detail {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 50%;
}
.col-webinar-detail.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-webinar-detail {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-webinar-detail.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-webinar-detail p {
  margin: 0;
  line-height: 1.2;
}
.col-webinar-detail .h5 {
  margin-bottom: 12px;
}

.webinar-text {
  float: left;
}

.webinar-btn {
  float: right;
}

@media only screen and (max-width: 630px) {
  .webinar-thumb {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .webinar-thumb img {
    border-radius: 4px;
    border: 1px solid #dae0e4;
  }
  .webinar-content {
    float: none;
    margin-left: 0;
  }
  .webinar-content .btn {
    float: right;
  }
  .col-webinar-detail {
    width: 100%;
    margin-bottom: 12px;
  }
  .col-webinar-detail:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .webinar-desc {
    padding-right: 0;
  }
}
.col-login {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  padding-top: 20px;
  width: 50%;
}
.col-login.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-login {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-login.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-login:first-child {
  border-right: 1px solid #eaeff2;
}
.col-login .title {
  padding-bottom: 15px;
}
.col-login .col-login-form {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 55%;
  padding-bottom: 20px;
}
.col-login .col-login-form.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-login .col-login-form {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-login .col-login-form.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-login .col-login-form .input + .input, .col-login .col-login-form .form-popup__input + .input, .col-login .col-login-form .input + .form-popup__input, .col-login .col-login-form .form-popup__input + .form-popup__input {
  margin-top: 4px;
}
.col-login .col-login-desc {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 45%;
  padding-bottom: 20px;
}
.col-login .col-login-desc.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-login .col-login-desc {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-login .col-login-desc.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.col-login {
  float: none;
  margin: 0 auto;
}

.col-login:first-child {
  border-right: none;
}

.description-text {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
  padding-right: 15px;
}

.col-login-desc {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 50%;
}
.col-login-desc.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-login-desc {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-login-desc.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-login-desc .title {
  padding-bottom: 15px;
}
.col-login-desc .text-center {
  margin-bottom: 0;
}
.col-login-desc .btn {
  margin-top: 10px;
  margin-bottom: 0;
}

#login-popup-nick {
  margin-bottom: 10px;
}

@media only screen and (max-width: 860px) {
  .col-login,
  .col-login-desc {
    width: 100%;
  }
  .col-login .col,
  .col-login-desc .col {
    display: block;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
    float: left;
    width: 50%;
  }
  .col-login .col.half,
  .col-login-desc .col.half {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media only screen and (max-width: 860px) and (max-width: 1024px) {
  .col-login .col,
  .col-login-desc .col {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-login .col.half,
  .col-login-desc .col.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media only screen and (max-width: 860px) {
  .col-login:first-child {
    border-right: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeff2;
  }
}
@media only screen and (max-width: 550px) {
  .col-login .col-login-form,
  .col-login .col-login-desc {
    width: 100%;
  }
  .col-login,
  .col-login-desc {
    width: 100%;
  }
  .col-login .col,
  .col-login-desc .col {
    width: 100%;
  }
}
.premium__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.premium__benefits .premium__benefits-item {
  width: 100%;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}
.premium__benefits .premium__benefits-item .premium__benefits-item-header {
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  height: 85px;
  display: flex;
  width: 100%;
  align-items: center;
}
.premium__benefits .premium__benefits-item .premium__benefits-item-header > span {
  padding-left: 16px;
}
.premium__benefits .premium__benefits-item .premium__benefits-item-body {
  padding: 16px;
}

.premium__cart {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% + 32px);
  margin-left: -16px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
}
.premium__cart .premium__cartinfo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
}
.premium__cart .premium__cartinfo .premium__cartinfo-item {
  margin: 0 12px;
  font-weight: bold;
}
.premium__cart .premium__cartinfo .premium__cartinfo-item > span {
  color: #0060a8;
  padding-left: 4px;
}
.premium__cart .premium__cartinfo .premium__cartinfo-item > i {
  color: #0060a8;
}
.premium__cart .premium__cartinfo .premium__cartinfo-item:last-child {
  margin-right: 0;
}

.premium__filters {
  margin-top: 16px;
}
.premium__filters > form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.premium__filters > form .premium__categories-filter {
  text-align: center;
  margin-bottom: 16px;
}
.premium__filters > form .premium__categories-filter > button {
  margin-right: 4px;
  margin-top: 8px;
}

.premium-menu,
.premium__menu {
  margin-bottom: 0;
}
.premium-menu nav,
.premium__menu nav {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border-radius: 4px;
  padding: 8px;
  margin-top: 16px;
}
.premium-menu li,
.premium__menu li {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 16.6666666667%;
}
.premium-menu li.half,
.premium__menu li.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .premium-menu li,
  .premium__menu li {
    padding-right: 6px;
    padding-left: 6px;
  }
  .premium-menu li.half,
  .premium__menu li.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.premium-menu li.active a,
.premium__menu li.active a {
  color: #0060a8;
  font-weight: 700;
}
.premium-menu a,
.premium__menu a {
  color: #393939;
  display: block;
  padding-left: 24px;
}
.premium-menu a .icon,
.premium__menu a .icon {
  position: absolute;
  top: 4px;
  left: 8px;
  color: #0cb0e6;
  font-size: 10px;
}

.col-premium-filters {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 75%;
  border-right: 1px solid #eaeff2;
}
.col-premium-filters.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-premium-filters {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-premium-filters.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.col-premium-cart {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 25%;
}
.col-premium-cart.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-premium-cart {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-premium-cart.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-premium-cart .icon {
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
}

.row-premium-cart p {
  margin-bottom: 2px;
}

.premium-pager {
  border-top: 1px solid #eaeff2;
  border-bottom: 1px solid #eaeff2;
  margin-top: 20px;
  margin-right: -24px;
  margin-left: -24px;
  padding: 10px 0;
}
.premium-pager .pager {
  top: 2px;
  float: right;
}
.premium-pager.pager-footer {
  border-bottom: none;
}

.col-premium-product {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 25%;
  margin-top: 24px;
}
.col-premium-product.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-premium-product {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-premium-product.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.input.premium-filter__input, .premium-filter__input.form-popup__input {
  background: #fff;
}

.premium__products-list {
  margin-top: 16px;
}

.row-premium-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media only screen and (max-width: 1000px) {
  .row-premium-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .row-premium-products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .premium__benefits {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
#lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#lightbox-overlay.show {
  display: block;
  opacity: 1;
}

@keyframes lightboxOpen {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes lightboxClose {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}
#lightbox-content {
  background: #fff;
  border-radius: 8px;
  max-width: 600px;
  max-height: 74vh;
  margin: 100px auto;
  padding: 16px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  animation: lightboxOpen 0.25s ease forwards;
}

@media screen and (max-width: 700px) {
  #lightbox-content {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }
}
#lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

#lightbox-close:hover {
  color: #000;
}

#lightbox-title {
  margin: 0;
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

#lightbox-footer {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lightbox-footer .premium-product__footer-points {
  color: #c8321e;
  font-weight: bold;
}
#lightbox-footer > div.form {
  display: inline-flex;
}
#lightbox-footer > div.form > div {
  display: inline-flex;
  align-items: center;
  padding-right: 8px;
}
#lightbox-footer > div.form > div input {
  max-width: 60px;
}
#lightbox-footer > div.form > div > p {
  margin: 0 0 0 8px;
}

#lightbox-body {
  margin-top: 16px;
  font-size: 1em;
  line-height: 1.4;
  overflow-y: auto;
  flex-grow: 1;
  position: relative;
  padding-bottom: 1.5em;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.premium-product__html-template {
  display: none;
}

.premium-product {
  padding: 0 16px 16px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.premium-product-title {
  font-size: 14px;
  margin-bottom: 1em !important;
}
.premium-product-title a {
  color: #0060a8 !important;
  text-decoration: none !important;
}

.premium-product-description {
  text-align: justify;
  font-size: 12px !important;
  line-height: 16px !important;
  height: 48px;
  margin-bottom: 10px !important;
}

.premium-product-detail {
  font-size: 12px !important;
}

.premium-product-points {
  color: #c8321e;
  font-size: 16px !important;
}

@media only screen and (max-width: 1170px) {
  .premium-menu li {
    width: 33.3333333333%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .col-premium-filters {
    width: 70%;
  }
  .col-premium-cart {
    width: 30%;
  }
}
@media only screen and (min-width: 860px) {
  .col-premium-product:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 860px) {
  .col-premium-product {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .premium-menu li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .col-premium-filters {
    width: 60%;
  }
  .col-premium-cart {
    width: 40%;
  }
}
@media only screen and (min-width: 512px) and (max-width: 859px) {
  .col-premium-product:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 512px) {
  .col-premium-filters,
  .col-premium-cart,
  .col-premium-product {
    width: 100%;
    border: none;
  }
  .col-premium-cart {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 467px) {
  .premium-pager .form-inline {
    margin-bottom: 10px;
  }
  .premium-pager .form-inline .select {
    margin: 0;
  }
  .premium-menu li {
    width: 100%;
  }
}
.search-manufacturers {
  background-color: #ffffff;
}
.search-manufacturers .h5 {
  padding-top: 24px;
}

.search-container {
  background-color: #ffffff;
  overflow: hidden;
}
.search-container .h5 {
  padding-top: 12px;
}

.summary {
  font-size: 12px;
  color: #232323;
  line-height: 1.2;
  text-transform: none !important;
}
.summary a {
  color: #c8321e;
  text-decoration: underline;
}

.eye-search-catcher {
  border-radius: 6px;
  background-color: #0cb0e6;
  color: #ffffff;
  margin-top: 12px;
}

.col-eye-search-text {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 70%;
}
.col-eye-search-text.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-eye-search-text {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-eye-search-text.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-eye-search-text .icon-euro {
  display: block;
  float: left;
  font-size: 38px;
  padding: 18px 10px 0 15px;
}
.col-eye-search-text p {
  margin-left: 54px;
  line-height: 1;
}
.col-eye-search-text p.text-prices {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
}
.col-eye-search-text p.text-register {
  font-size: 16px;
}

.col-eye-search-button {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
  width: 30%;
}
.col-eye-search-button.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-eye-search-button {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-eye-search-button.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.col-eye-search-button .btn {
  display: block;
  white-space: normal;
  font-size: 22px;
}

#search-products-wrapper {
  min-height: 150px;
}

.products__tag-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.products__tag {
  background-color: white;
  border-left: 1px solid #DAE0E4;
  border-right: 1px solid #DAE0E4;
  padding: 16px;
}

.products__tag-name {
  font-weight: bold;
}

.products__tag-description {
  margin-top: 8px;
}

@media only screen and (max-width: 1024px) {
  .col-eye-search-button {
    padding-right: 6px;
  }
}
@media only screen and (max-width: 860px) {
  .col-eye-search-text {
    width: 60%;
  }
  .col-eye-search-button {
    width: 40%;
    padding: 8px 12px 8px 0;
  }
}
@media only screen and (max-width: 820px) {
  .col-eye-search-text,
  .col-eye-search-button {
    width: 100%;
  }
  .col-eye-search-button {
    padding: 8px 12px;
  }
}
.basket-input {
  width: 70px;
  text-align: center;
  margin: auto;
}

.basket-price {
  font-size: 18px;
}

.basket-remove-row {
  font-size: 9px;
}

.btn-basket {
  margin: 12px 12px 12px 0;
}
.btn-basket:first-child {
  margin: 12px;
}

.col-form-basket-left,
.col-form-basket-right {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
}
.col-form-basket-left.half,
.col-form-basket-right.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-form-basket-left,
  .col-form-basket-right {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-form-basket-left.half,
  .col-form-basket-right.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.col-form-basket-left {
  width: 40%;
}

.col-form-basket-right {
  width: 60%;
  margin-bottom: 10px;
}

.basket-name-surname {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: -14px;
}

.table-products .payment-delivery__products {
  font-size: 0.875rem;
}

.payment-delivery__item-comment-info {
  margin-top: 8px;
}

.btn-basket-more {
  font-size: 9px;
  padding: 3px 12px;
}
.btn-basket-more .icon {
  padding: 0;
  top: 1px;
}

.order-buttons-left {
  float: left;
}

.order-buttons-right {
  float: right;
}

.col-form-order-left,
.col-form-order-middle,
.col-form-order-right {
  display: block;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  float: left;
}
.col-form-order-left.half,
.col-form-order-middle.half,
.col-form-order-right.half {
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .col-form-order-left,
  .col-form-order-middle,
  .col-form-order-right {
    padding-right: 6px;
    padding-left: 6px;
  }
  .col-form-order-left.half,
  .col-form-order-middle.half,
  .col-form-order-right.half {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.col-form-order-left {
  width: 30%;
}

.col-form-order-middle {
  width: 70%;
  margin-bottom: 10px;
}

.col-form-order-right {
  padding-left: 0;
  width: 20%;
  margin-bottom: 10px;
}

.btn-order {
  padding: 1px 4px 5px 6px;
}
.btn-order .icon {
  font-size: 20px;
  padding: 0;
}

.grid-padding {
  padding: 12px;
}

.basket-terms {
  color: #c8321e;
  text-decoration: underline;
}
.basket-terms:hover {
  color: #852114;
}

@media only screen and (max-width: 780px) {
  .order-buttons-left,
  .order-buttons-right {
    float: none;
  }
  .btn-basket {
    display: block;
    margin: 0 0 12px;
    width: 100%;
  }
  .btn-basket:first-child {
    margin: 0 0 12px;
  }
}
.cart-items__th {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.cart-items__th--checkbox {
  width: 40px;
}

.cart-items__th--ordernr {
  width: 120px;
}

.cart-items__th--image {
  width: 100px;
}

.cart-items__th--quantity {
  width: 120px;
}

.cart-items__th--price-total {
  text-align: right;
}

.cart-items__th--delete {
  width: 100px;
}

.cart-items__th--padding {
  width: 16px;
}

.order-items__item-comment {
  margin-top: 4px;
}

.order-items__item-comment-label {
  font-style: italic;
}
.order-items__item-comment-label:after {
  content: ":";
}

.order-items__item-comment-text {
  font-style: italic;
}

.cart-items__item-expires-at {
  color: red;
}

.cart-items__item-price-invalid {
  text-decoration: line-through;
}

.cart-items__item-price {
  white-space: nowrap;
}

.cart-items__item-price--totalprice {
  font-size: 1.125rem;
  color: #c8321e;
  font-weight: bold;
  text-align: right;
}

.cart-items__item-unit-price {
  display: none;
}

.cart-items__item-price--unitprice {
  font-size: 0.8125rem;
  color: #393939;
  font-weight: normal;
  text-align: left;
}

.cart-items__item-price--delivery {
  color: #c8321e;
  font-weight: bold;
}

.cart-items__item-price-no-vat {
  font-size: 0.6875rem;
  white-space: nowrap;
}

.cart-items__item-price-no-vat--delivery {
  font-size: 0.625rem;
}

.cart-items__item-price-no-vat--total {
  text-align: right;
}

.cart-summary__wrapper {
  padding-bottom: 8px;
}

.cart-summary__item {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.cart-summary__item--total {
  padding-top: 8px;
  border-top: 1px solid #dae0e4;
}

.cart-summary__item-label {
  flex-grow: 1;
}

.cart-summary__item-label--total {
  font-weight: bold;
  font-size: 1rem;
}

.cart-summary__item-weight {
  font-size: 0.75rem;
}

.cart-summary__price {
  font-size: 1.25rem;
  white-space: nowrap;
  color: #d43620;
  font-weight: bold;
  text-align: right;
}

.cart-summary__price--common {
  font-size: 0.875rem;
  font-weight: normal;
  color: #393939;
}

.cart-summary__price--total {
  font-size: 1.25rem;
}

.cart-summary__price--delivery {
  font-size: 0.8125rem;
}

.cart-summary__price-no-vat {
  font-size: 0.6875rem;
  white-space: nowrap;
}

.cart-summary__price-no-vat--total {
  font-size: 0.75rem;
  font-weight: bold;
  color: #666;
}

.cart-summary__delivery-row td strong {
  vertical-align: top;
}

.cart-summary__agreement-item {
  margin-top: 8px;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
.cart-summary__agreement-item:first-child {
  margin-top: 0;
}
.cart-summary__agreement-item input {
  margin: 0 4px 0 0;
}
.cart-summary__agreement-item label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cart-summary__agreement-item label:after {
  top: 1px;
}

.remove-product:hover, .remove-product:focus {
  border: 1px solid #c8321e;
}

.payment-delivery__header {
  text-transform: uppercase;
  padding-left: 20px;
  height: 50px;
}

.payment-delivery__packeta-button-wrapper {
  text-align: center;
}

.payment-delivery__packeta-note-wrapper {
  margin-top: 16px;
  font-size: 13px;
  font-style: italic;
}

.payment-delivery__packeta-address-wrapper {
  display: flex;
  justify-content: center;
}

.payment-delivery__packeta-address {
  display: inline-block;
  margin-bottom: 16px;
}

.payment-delivery__ups-button-wrapper,
.payment-delivery__gls-button-wrapper {
  text-align: center;
}

.payment-delivery__ups-note-wrapper,
.payment-delivery__gls-note-wrapper {
  margin-top: 16px;
  font-size: 13px;
  font-style: italic;
}

.payment-delivery__ups-address-wrapper,
.payment-delivery__gls-address-wrapper {
  display: flex;
  justify-content: center;
}

.payment-delivery__ups-address,
.payment-delivery__gls-address {
  display: inline-block;
  margin-bottom: 16px;
}

.delivery-address__header {
  font-weight: bold;
}

.cart-item__weight {
  font-size: 0.75rem;
}

.cart-summary__registration {
  text-align: left;
}
.cart-summary__registration .row.form-final__row:first-child {
  display: none;
}
.cart-summary__registration .col {
  width: 100%;
}

th.checkbox-select-all > label::after,
td.favorite-checkbox > label::after {
  left: 12px;
}

.strip.order-steps {
  margin-top: 0;
}

.cart-bottom-buttons > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-bottom-buttons > div > div {
  display: flex;
  align-items: center;
}
.cart-bottom-buttons > div > div > .anchor {
  display: inline-flex;
  align-items: center;
}

.cart-bottom-buttons .anchor {
  display: inline-block;
  color: #0060a8;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 16px;
  border: 0;
  background: transparent;
}
.cart-bottom-buttons .anchor span {
  margin-left: 8px;
}
.cart-bottom-buttons .anchor:hover, .cart-bottom-buttons .anchor:focus {
  color: #005493;
}
.cart-bottom-buttons .anchor:hover span, .cart-bottom-buttons .anchor:focus span {
  text-decoration: underline;
}

#cart {
  display: block;
}
#cart > .container > .cart__section {
  margin-top: 16px;
}
#cart > .container:first-child > .cart__section {
  margin-top: 0;
}

#cart-responsive {
  display: none;
}

#cart-products .cart-pricerequest {
  display: block;
}
#cart-products .cart-pricerequest-res {
  display: none;
}

div.neskladove-polozky-nadpis {
  padding: 16px;
  color: #0060a8;
}

div.neskladove-polozky-nadpis span.nadpis {
  font-size: 1.5em;
  font-weight: bold;
}

div.neskladove-polozky-nadpis span.small {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 4px;
}

#cart-popup div.neskladove-polozky-nadpis {
  padding: 8px 16px;
  color: #0060a8;
}

#cart-popup div.neskladove-polozky-nadpis span.nadpis {
  font-size: 1.3em;
  font-weight: bold;
}

#cart-popup div.neskladove-polozky-nadpis span.small {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 4px;
}

@media only screen and (max-width: 767px) {
  #cart {
    display: none;
  }
  #cart-responsive {
    display: block;
  }
  #cart-responsive .cart-item {
    position: relative;
    padding: 8px 16px;
  }
  #cart-responsive .cart-item .remove-product {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
  }
  #cart-responsive .cart-item .remove-product i.icon.icon-cross {
    font-size: 0.6em;
    font-weight: bold;
  }
  #cart-responsive .cart-item .image {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    z-index: 1;
  }
  #cart-responsive .cart-item .description {
    float: left;
    font-size: 13px;
    width: 100%;
    margin-left: -60px;
    padding-left: 72px;
    padding-right: 22px;
    line-height: 1.3;
  }
  #cart-responsive .cart-item .description > div {
    margin-bottom: 6px;
    display: block;
  }
  #cart-responsive .cart-item .description p {
    margin-bottom: 6px;
  }
  #cart-responsive .cart-item .quantity {
    margin-top: 6px;
  }
  #cart-responsive .cart-item .quantity button {
    font-size: 12px;
  }
  #cart-responsive .cart-item .price {
    margin-top: 6px;
  }
  #cart-products .cart-pricerequest {
    display: none;
  }
  #cart-products .cart-pricerequest-res {
    display: block;
  }
  #cart-products .cart-pricerequest-res .cart-item {
    position: relative;
    padding: 8px 16px;
  }
  #cart-products .cart-pricerequest-res .cart-item:first-child {
    margin-top: 10px;
  }
  #cart-products .cart-pricerequest-res .cart-item .remove-product {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
  }
  #cart-products .cart-pricerequest-res .cart-item .remove-product i.icon.icon-cross {
    font-size: 0.6em;
    font-weight: bold;
  }
  #cart-products .cart-pricerequest-res .cart-item .image {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    z-index: 1;
  }
  #cart-products .cart-pricerequest-res .cart-item .description {
    float: left;
    font-size: 13px;
    width: 100%;
    margin-left: -60px;
    padding-left: 72px;
    padding-right: 22px;
    line-height: 1.3;
  }
  #cart-products .cart-pricerequest-res .cart-item .description > div {
    margin-bottom: 6px;
    display: block;
  }
  #cart-products .cart-pricerequest-res .cart-item .description p {
    margin-bottom: 6px;
  }
  #cart-products .cart-pricerequest-res .cart-item .quantity button {
    font-size: 12px;
  }
  #cart-products .cart-pricerequest-res .cart-item .comment {
    margin-top: 6px;
  }
}
.cart-voucher-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  position: absolute;
  top: 0px;
  left: 16px;
  width: 100%;
}
.cart-voucher-wrapper .cart-voucher-header {
  font-weight: 700;
  padding-bottom: 8px;
  font-size: 16px;
}
.cart-voucher-wrapper .cart-voucher-content {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.cart-voucher-wrapper .cart-voucher-content input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}
.cart-voucher-wrapper .cart-voucher-content input:focus {
  border-color: #0060a8;
}
.cart-voucher-wrapper .cart-voucher-submit {
  background: #0060a8;
  outline: none;
  border: 1px solid #0060a8;
  color: #fff;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
}
.cart-voucher-wrapper .cart-voucher-submit:hover, .cart-voucher-wrapper .cart-voucher-submit:focus {
  opacity: 0.5;
}
.cart-voucher-wrapper.cart-voucher-wrapper-responsive {
  position: relative;
  left: 0;
}
.cart-voucher-wrapper.cart-voucher-wrapper-responsive .cart-voucher-header {
  padding-bottom: 16px;
}
.cart-voucher-wrapper.cart-voucher-wrapper-responsive .cart-voucher-content {
  max-width: 100%;
}
.cart-voucher-wrapper.cart-voucher-wrapper-responsive .cart-voucher-submit {
  height: 28px;
  width: 28px;
}

#payment-list .payment-options__item input[type=radio],
#delivery-list .delivery-options__item input[type=radio] {
  margin-right: -24px;
  z-index: 1;
}

#payment-list .payment-options__item label,
#delivery-list .delivery-options__item-label {
  position: relative;
  display: block;
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px 5px 35px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

#payment-list input[type=radio] + label::after,
#payment-list input[type=radio]:checked + label::after,
#delivery-list input[type=radio] + label::after,
#delivery-list input[type=radio]:checked + label::after {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#payment-list input[type=radio]:not(:checked) + label,
#delivery-list input[type=radio]:not(:checked) + label {
  border-color: #e0e0e0;
  background: #fff;
}

#payment-list .payment-options__item-offline-card-description {
  display: none;
}

#payment-list input[type=radio]:checked + label,
#delivery-list input[type=radio]:checked + label {
  border-color: #0060a8;
  background: #f0f8ff;
}
#payment-list input[type=radio]:checked + label .payment-options__item-offline-card-description,
#delivery-list input[type=radio]:checked + label .payment-options__item-offline-card-description {
  display: block;
}

#payment-list input[type=radio][disabled] + label,
#payment-list .color-disabled,
#delivery-list input[type=radio][disabled] + label,
#delivery-list .color-disabled {
  border-color: #ddd;
  background: #f7f7f7;
  color: #999;
  cursor: not-allowed;
}

#payment-list .payment-options__item,
#delivery-list .delivery-options__item {
  margin-bottom: 8px;
}

#payment-list .pay-alt-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  flex-wrap: wrap;
}

#payment-list .pay-alt-text {
  white-space: nowrap;
  font-size: inherit;
}

#payment-list .pay-card__logos {
  display: inline-flex;
  gap: 6px;
}

#payment-list .pay-card__logo {
  width: 48px;
  height: 30px;
  flex: 0 0 auto;
}

#payment-list .pay-card__logo[data-icon="1910"] {
  width: 54px;
  height: 32px;
}

#delivery-list .delivery-options__item-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 10px 5px 35px;
}

#delivery-list .delivery-options__item-text {
  flex: 1 1 auto;
}

#delivery-list .delivery-options__item-price {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

@media (min-width: 600px) and (max-width: 1100px) {
  #payment-list .pay-alt-row {
    gap: 4px;
  }
  #payment-list .pay-card__logos {
    gap: 4px;
  }
  #payment-list .pay-card__logo {
    width: 40px;
    height: 25px;
  }
  #payment-list .pay-card__logo[data-icon="1910"] {
    width: 46px;
    height: 27px;
  }
}
@media (max-width: 600px) {
  #payment-list .pay-alt-row {
    justify-content: center;
    gap: 4px;
    flex-wrap: nowrap;
  }
  #payment-list .pay-card__logos {
    gap: 4px;
  }
  #payment-list .pay-card__logo {
    width: 40px;
    height: 25px;
  }
  #payment-list .pay-card__logo[data-icon="1910"] {
    width: 46px;
    height: 27px;
  }
}
.container-cinema .col-cinema {
  width: 67.1052631579%;
}
.container-cinema .col-cinema-aside {
  width: 32.8947368421%;
}

.social-meta .fb-like {
  float: right;
}
.social-meta .uploaded {
  font-weight: 700;
  color: #0060a8;
  font-size: 14px;
  display: inline-block;
}
.social-meta .uploaded span {
  color: #393939;
  font-weight: 400;
}

.col-post-cinema {
  width: 50%;
}

.uploaded-detail {
  font-size: 12px;
  margin-left: 85px;
  margin-bottom: 0;
}

.post-cinema {
  padding: 18px;
  border: 1px solid #dae0e4;
  border-radius: 4px;
  margin-top: 15px;
}
.post-cinema:hover .cinema-play span {
  opacity: 1;
  visibility: visible;
}
.post-cinema .post-title-cinema {
  margin-left: 85px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  height: 30px;
}
.post-cinema .post-title-cinema a {
  color: #0060a8;
  text-decoration: none;
}
.post-cinema .post-title-cinema a:hover {
  color: #c8321e;
  text-decoration: underline;
}

.tabs-content .col-post-cinema {
  width: 100%;
  margin-top: 10px;
}
.tabs-content .post-cinema {
  border: none;
  padding: 0;
}
.tabs-content .post-cinema:first-child {
  margin-top: 0;
}

.cinema-play {
  display: block;
  float: left;
  position: relative;
}
.cinema-play img {
  border-radius: 4px;
}
.cinema-play span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 4px;
  font-size: 24px;
  padding-top: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.col-cinema-filter {
  width: 50%;
}

.cinema__detail {
  padding: 24px;
}

.articles__text-image--cinema {
  margin-top: 12px;
}
.articles__text-image--cinema:first-of-type {
  margin-top: 0;
}

.articles__text-description-perex {
  font-weight: bold;
  font-size: 1rem !important;
  font-style: italic;
  line-height: 1.375em;
  margin-bottom: 22.5px;
  text-align: justify;
}

.articles__archived-notice {
  font-style: italic;
  margin-bottom: 16px;
  text-align: justify;
}

.articles__text-description--cinema {
  text-align: justify;
}

.cinema__detail-video {
  margin-top: 32px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.cinema__detail-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cinema__detail-footer {
  font-style: italic;
  margin-top: 32px;
}

.cinema__detail-block-wrapper {
  margin-top: 48px;
}

@media only screen and (max-width: 1024px) {
  .col-cinema-filter {
    width: 100%;
    margin-bottom: 10px;
  }
  .col-cinema-filter:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 860px) {
  .container-cinema .col-cinema {
    width: 100%;
  }
  .container-cinema .col-cinema-aside {
    width: 100%;
  }
  .tabs-content .col-post-cinema {
    width: 50%;
  }
  .col-cinema-filter {
    width: 50%;
    margin-bottom: 0;
  }
  .col-cinema-filter:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  .tabs-content .col-post-cinema {
    width: 100%;
  }
  .col-post-cinema {
    width: 100%;
  }
}
.footer .list-unstyled-alt li {
  padding-bottom: 4px;
}
.footer .list-unstyled-alt a {
  color: #393939;
  font-size: 0.8125rem;
}
.footer .input-group {
  margin-bottom: 24px;
}
.footer .input-group .radio + label {
  font-size: 0.875rem;
  padding-left: 24px;
}
.footer .input-group .radio + label::after {
  top: 2px;
}
.footer .col .h5 {
  padding: 15px 0;
}

.footer__newsletter-input {
  background-color: white;
  font-size: 0.875rem;
  padding: 8px 16px;
  color: #393939;
}

.footer__newsletter-input-icon {
  opacity: 1;
}

.footer__newsletter-langs-select {
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 8px;
  grid-column-gap: 0;
}

.col-footer-profil,
.col-footer-sprievodca,
.col-footer-produkty,
.col-footer-newsletter {
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer__header {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #393939;
  line-height: 1.2;
  margin-bottom: 32px;
  color: #0060a8;
}
.footer__header .icon {
  top: 1px;
  float: right;
}

.newsletter-language {
  font-size: 0.75rem;
}

.footer__links {
  display: grid;
  grid-template-columns: 1fr;
}

.footer__icons-wrapper {
  margin-top: 24px;
  margin-bottom: 48px;
}

.footer__icons-header {
  display: none;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #393939;
  padding-right: 48px;
}

.footer__icons {
  display: grid;
  grid-template-columns: 56px 56px 56px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  max-width: 172px;
  margin-left: auto;
  margin-right: auto;
}

.footer__icon-social {
  background-color: white;
  color: #d6d9db;
  font-size: 0;
  width: 56px;
  height: 56px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__icon-social:hover {
  text-decoration: none;
}

.footer__icon-social-svg {
  width: 24px;
  height: 24px;
}
.footer__icon-social-svg svg {
  width: 1.5rem;
  height: 1.5rem;
}

.footer__icon-social__facebook:hover {
  color: #4267b2;
}

.footer__icon-social__rss:hover {
  color: #f26522;
}

.footer__icon-social__youtube:hover {
  color: #ff0000;
}

.footer__icon-social__linkedin:hover {
  color: #0077b5;
}

.footer__icon-social__twitter:hover {
  color: #000;
}

.footer__icon-social__instagram:hover {
  color: #d02e91;
}

.footer__bart {
  text-align: center;
  font-size: 0.8125rem;
  margin-top: 48px;
  margin-bottom: 48px;
}
.footer__bart a {
  color: #393939;
}

@media only screen and (min-width: 360px) {
  .footer__icons {
    grid-template-columns: 56px 56px 56px 56px 56px 56px;
    max-width: 346px;
  }
}
@media only screen and (min-width: 600px) {
  .footer__icons-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 96px;
  }
  .footer__icons-header {
    display: block;
  }
  .footer__icons {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
  .footer__links {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bart {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__links {
    grid-template-columns: 1fr 1fr 0.8fr 1.2fr;
    grid-column-gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer .input-group {
    margin-bottom: 24px;
  }
  .footer .input-group .radio + label {
    font-size: 0.875rem;
    padding-left: 24px;
    padding-right: 8px;
  }
  .footer .input-group .radio + label::after {
    top: 2px;
  }
  .col-footer-sprievodca {
    float: right;
  }
  .col-footer-newsletter {
    margin-top: 12px;
    padding-top: 8px;
  }
  .col-newsletter-left,
  .col-newsletter-right {
    width: 50%;
  }
}
@media only screen and (min-width: 480px) {
  .footer .h5 .icon,
  .footer .footer__header .icon {
    display: none;
  }
  .footer ul li i.icon {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .col-footer-profil,
  .col-footer-sprievodca,
  .col-footer-produkty {
    width: 100%;
    border-left: 0 none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .col-footer-profil ul,
  .col-footer-sprievodca ul,
  .col-footer-produkty ul {
    display: none;
  }
  .col-footer-profil ul.expanded,
  .col-footer-sprievodca ul.expanded,
  .col-footer-produkty ul.expanded {
    display: block;
  }
  .col-footer-profil ul li,
  .col-footer-sprievodca ul li,
  .col-footer-produkty ul li {
    line-height: 1.75;
  }
  .col-footer-profil ul li i.icon,
  .col-footer-sprievodca ul li i.icon,
  .col-footer-produkty ul li i.icon {
    font-size: 8px;
  }
  .col-footer-newsletter {
    border-top: 0 none;
    margin: 0;
    padding-top: 0;
  }
  .col-footer-newsletter .block-newsletter {
    display: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .col-footer-newsletter .block-newsletter.expanded {
    display: block;
  }
  .col-newsletter-left,
  .col-newsletter-right {
    width: 100%;
  }
  .footer__header {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .newsletter-language {
    margin: 0;
  }
  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer .col .h5 {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #dae0e4;
    cursor: pointer;
    margin-bottom: 0;
  }
  .footer .col .h5 .icon {
    top: 1px;
    float: right;
  }
  .footer .col:first-child .h5 {
    border-top: none;
  }
  .footer .input-group {
    margin-bottom: 8px;
  }
  .footer .input-group .checkbox + label {
    margin-top: 0;
    width: 16.666666667%;
  }
  .footer__newsletter-langs-select {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-cc__wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
}

.footer-cc {
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.footer-cc__item {
  margin-top: 16px;
}

.footer-cc__item-header {
  font-size: 0.75rem;
  margin-bottom: 16px;
  text-align: center;
}

.footer-cc__item-logos {
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 2px;
  grid-template-columns: 70px 70px 70px;
  margin-left: auto;
  margin-right: auto;
}

.footer-cc__item-logos--delivery-hu,
.footer-cc__item-logos--delivery-de,
.footer-cc__item-logos--delivery-ro {
  max-width: 70px;
}

.footer-cc__item-logos--delivery-sk,
.footer-cc__item-logos--delivery-fr,
.footer-cc__item-logos--delivery-pl,
.footer-cc__item-logos--payment-en-short,
.footer-cc__item-logos--payment-hu {
  max-width: 142px;
}

.footer-cc__item-logos--delivery-en,
.footer-cc__item-logos--delivery-it,
.footer-cc__item-logos--delivery-es,
.footer-cc__item-logos--payment-en,
.footer-cc__item-logos--payment-sk,
.footer-cc__item-logos--payment-de,
.footer-cc__item-logos--payment-ro,
.footer-cc__item-logos--payment-es,
.footer-cc__item-logos--payment-fr,
.footer-cc__item-logos--payment-it,
.footer-cc__item-logos--payment-pl,
.footer-cc__item-logos--payment-cz,
.footer-cc__item-logos--delivery-cz,
.footer-cc__item-logos--card-sk,
.footer-cc__item-logos--card-hu,
.footer-cc__item-logos--card-en,
.footer-cc__item-logos--card-ro,
.footer-cc__item-logos--card-pl,
.footer-cc__item-logos--card-it,
.footer-cc__item-logos--card-es,
.footer-cc__item-logos--card-fr {
  max-width: 214px;
}

.footer-cc__item-logo {
  width: 70px;
  height: 56px;
  border-radius: 2px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-cc__item-logo-svg {
  font-size: 0;
}
.footer-cc__item-logo-svg svg {
  width: 32px;
}

.footer-cc__item-logo-svg--delivery-1510432623820806 {
  fill: #cb0000;
}

.footer-cc__item-logo-svg--card-dc svg {
  width: 24px;
}

.footer-cc__item-logo-svg--delivery-1694858519512684 svg,
.footer-cc__item-logo-svg--delivery-408 svg,
.footer-cc__item-logo-svg--delivery-1955 svg {
  width: 56px;
}

.footer-cc__item-logo-svg--delivery-1510432623820806 svg,
.footer-cc__item-logo-svg--card-vpay svg {
  width: 28px;
}

.footer-cc__item-logo-svg--payment-122 svg,
.footer-cc__item-logo-svg--payment-1909 svg {
  width: 40px;
}

.footer-cc__item-logo-svg--payment-1910 svg {
  width: 60px;
}

.footer-cc__item-logo-svg--payment-1911 svg {
  width: 56px;
}

.footer-cc__item-logo-svg--delivery-1904 svg,
.footer-cc__item-logo-svg--delivery-1971 svg,
.footer-cc__item-logo-svg--delivery-2399 svg,
.footer-cc__item-logo-svg--delivery-2573 svg,
.footer-cc__item-logo-svg--payment-122-cz svg,
.footer-cc__item-logo-svg--payment-122-hu svg,
.footer-cc__item-logo-svg--payment-122-de svg,
.footer-cc__item-logo-svg--payment-122-en svg,
.footer-cc__item-logo-svg--payment-123-en svg,
.footer-cc__item-logo-svg--card-visa-electron svg {
  width: 48px;
}

.footer-cc__item-logo-svg--payment-123-hu svg {
  width: 52px;
}

.footer-cc__item-logo-svg--delivery-1787 svg,
.footer-cc__item-logo-svg--delivery-1799 svg,
.footer-cc__item-logo-svg--delivery-1910 svg,
.footer-cc__item-logo-svg--payment-122-ro svg,
.footer-cc__item-logo-svg--payment-122-pl svg,
.footer-cc__item-logo-svg--payment-122-it svg,
.footer-cc__item-logo-svg--payment-123 svg,
.footer-cc__item-logo-svg--payment-123-ro svg,
.footer-cc__item-logo-svg--payment-124 svg,
.footer-cc__item-logo-svg--payment-1142-de svg,
.footer-cc__item-logo-svg--payment-1142-en svg,
.footer-cc__item-logo-svg--payment-1142-ro svg,
.footer-cc__item-logo-svg--payment-2326 svg,
.footer-cc__item-logo-svg--card-discover svg,
.footer-cc__item-logo-svg--card-visa svg {
  width: 56px;
}

.footer-cc__item-logo-svg--payment-123-cz svg {
  width: 58px;
}

.footer-cc__item-logo-svg--payment-122-es svg,
.footer-cc__item-logo-svg--payment-1913-hu svg {
  width: 64px;
}

@media only screen and (min-width: 480px) {
  .footer-cc__item-logos--payment-sk {
    max-width: 288px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-cc__item-logos {
    grid-template-columns: 70px 70px 70px 70px;
  }
  .footer-cc__item-logos--delivery-en,
  .footer-cc__item-logos--delivery-it,
  .footer-cc__item-logos--delivery-es,
  .footer-cc__item-logos--delivery-fr,
  .footer-cc__item-logos--payment-ro,
  .footer-cc__item-logos--payment-en,
  .footer-cc__item-logos--payment-es,
  .footer-cc__item-logos--payment-fr,
  .footer-cc__item-logos--payment-it,
  .footer-cc__item-logos--payment-pl,
  .footer-cc__item-logos--payment-cz,
  .footer-cc__item-logos--card-sk,
  .footer-cc__item-logos--card-hu,
  .footer-cc__item-logos--card-en,
  .footer-cc__item-logos--card-ro,
  .footer-cc__item-logos--card-pl,
  .footer-cc__item-logos--card-it,
  .footer-cc__item-logos--card-es,
  .footer-cc__item-logos--card-fr {
    max-width: 286px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-cc__item-logos {
    grid-template-columns: 70px 70px 70px 70px 70px 70px 70px;
  }
  .footer-cc__item-logos--delivery-fr,
  .footer-cc__item-logos--payment-en-short {
    max-width: 142px;
  }
  .footer-cc__item-logos--payment-en,
  .footer-cc__item-logos--payment-ro,
  .footer-cc__item-logos--payment-fr,
  .footer-cc__item-logos--payment-it,
  .footer-cc__item-logos--payment-pl,
  .footer-cc__item-logos--payment-cz,
  .footer-cc__item-logos--payment-es {
    max-width: 286px;
  }
  .footer-cc__item-logos--delivery-it,
  .footer-cc__item-logos--delivery-es,
  .footer-cc__item-logos--card-sk,
  .footer-cc__item-logos--card-cz,
  .footer-cc__item-logos--card-hu,
  .footer-cc__item-logos--card-en,
  .footer-cc__item-logos--card-ro,
  .footer-cc__item-logos--card-pl,
  .footer-cc__item-logos--card-it,
  .footer-cc__item-logos--card-es,
  .footer-cc__item-logos--card-fr {
    max-width: 358px;
  }
  .footer-cc__item-logos--delivery-en,
  .footer-cc__item-logos--payment-sk {
    max-width: 430px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-cc--sk {
    grid-template-columns: auto auto auto;
  }
  .footer-cc--cz {
    grid-template-columns: 0.75fr auto auto;
  }
  .footer-cc--hu {
    grid-template-columns: 0.7fr auto auto;
  }
  .footer-cc--en {
    grid-template-columns: auto 0.65fr auto;
  }
  .footer-cc--de {
    grid-template-columns: auto auto;
  }
  .footer-cc--ro {
    grid-template-columns: 0.7fr auto auto;
  }
  .footer-cc--pl {
    grid-template-columns: 0.8fr auto auto;
  }
  .footer-cc--it {
    grid-template-columns: 1fr 0.8fr auto;
  }
  .footer-cc--es {
    grid-template-columns: auto auto auto;
  }
  .footer-cc--fr {
    grid-template-columns: auto auto auto;
  }
  .footer-cc__item--card {
    margin-left: auto;
  }
  .footer-cc__item-header {
    text-align: left;
  }
  .footer-cc__item-logos {
    margin: 0;
  }
}
.tags__detail {
  background-color: white;
  margin-bottom: 25px;
}

.tags__detail-image {
  text-align: center;
  padding: 15px;
}

.tags__detail-text {
  padding: 0 15px 15px 15px;
}

.tags__detail-description {
  padding-top: 16px;
}

.tags__articles {
  margin-top: 48px;
}

.tags__categories-wrapper {
  margin-top: 48px;
}
.tags__categories-wrapper > #used-filters > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.tags__categories {
  padding: 16px;
  margin-top: 16px;
}

.articles__wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin-top: 16px;
}

.article__picture {
  cursor: pointer;
}

.article__picture-desc,
.article__picture-with-desc div {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.article__picture-fr-m-32-32-32-0,
.article__picture-fr-m-32-0-32-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.articles__text {
  background-color: white;
  padding: 8px;
}

.articles__text-inside {
  display: flex;
  flex-direction: column;
}

.articles__text-image {
  text-align: center;
}

.articles__text-image--brand {
  margin-top: 16px;
}

.articles__text-description {
  margin-top: 16px;
}

.homepage-articles--articles {
  margin-top: 0;
  width: 100%;
}

.article__image-width-25,
.article__image-width-50,
.article__image-width-100 {
  width: 100%;
}

.article-tags__margin {
  margin-bottom: 16px;
}

.homepage-articles--cinema {
  margin-top: 0;
}

.homepage-articles--articles-no-pager,
.homepage-articles--cinema-no-pager {
  margin-top: 0;
}

.article-detail__wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
  margin-top: 16px;
}

.article-detail__fb {
  overflow: hidden;
  max-width: 320px;
}

.article-related {
  margin-top: 12px;
  padding: 16px;
}

.article-related__name {
  margin-top: 8px;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
}

.article-related__footer {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 40px auto;
  grid-column-gap: 12px;
  align-items: center;
}

.article-related__footer-brand img {
  filter: grayscale(1);
  opacity: 0.55;
}
.article-related__footer-brand img:hover {
  filter: none;
  opacity: 1;
}

.articles-block__tab-title {
  margin-bottom: 16px;
}

.articles-block {
  position: relative;
}

.articles-block__tab-disable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.articles-block.active {
  opacity: 1;
  display: block;
}

.articles-block.disabled {
  opacity: 0.5;
  display: none;
  cursor: pointer;
}

.articles-block__item--current a {
  color: #0060a8;
  font-weight: bold;
}

.article-tabs {
  display: inline-block;
  margin: 7.5px 0;
  padding: 0;
  vertical-align: middle;
}
.article-tabs li {
  display: inline-block;
  float: left;
  margin-left: 1px;
  padding-left: 5px;
  cursor: pointer;
  list-style: none;
}
.article-tabs li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.article-tabs li a {
  text-decoration: none;
  color: inherit;
}
.article-tabs li span {
  display: block;
  padding: 5px 10px;
  font-size: 0.75rem;
  background-color: #dae0e4;
  transition-property: background-color;
  transition-duration: 0.2s;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.article-tabs li.active span, .article-tabs li:hover span, .article-tabs li:focus span {
  color: #ffffff;
  background-color: #0060a8;
}

.article-tabs__title {
  color: #5b6672;
  margin-right: 16px;
}

.article-related__footer-date {
  text-align: right;
  color: #757575;
  font-size: 0.75rem;
}

.article-related__category-image {
  text-align: center;
}

.article-related__category-name {
  text-align: center;
}

.articles-related {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.articles-related .article-related,
.articles-related__categories .article-related {
  margin-top: 0;
}

.articles-related__categories {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.articles__filters {
  min-height: 40px;
}

.articles__filters .article-tabs {
  margin: 0px;
}

.articles-popular__header {
  color: #393939;
  line-height: 1.2;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.articles-popular__header .articles-popular__header-title {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 12px;
}
.articles-popular__header ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.articles-popular__header ul > li {
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
}
.articles-popular__header ul > li:hover, .articles-popular__header ul > li:focus {
  font-weight: bold;
}
.articles-popular__header ul > li.active {
  font-weight: bold;
}
.articles-popular__header ul > li.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0060a8;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .articles-popular__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.articles-popular__content {
  margin-top: 16px;
  padding: 16px;
}

.articles__popular-articles {
  padding: 0;
  margin-bottom: 16px;
}

.articles__popular-articles--hidden {
  margin-bottom: 16px;
}

.articles-block__tabs {
  margin: 16px 0;
}

.article-description-box-title {
  margin-top: 32px;
}

.title.article-description-box-title:first-of-type {
  margin-top: 32px;
}

.fr-text-column {
  display: grid;
  row-gap: 16px;
}
.fr-text-column .fr-video.fr-rv {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.fr-text-column .fr-video.fr-rv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-text-column-2,
.fr-text-column-3,
.fr-text-column-4 {
  grid-template-columns: 1fr;
}

.fr-video.fr-dvi {
  display: block;
  text-align: center;
}

.article-body span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.article-body span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.article-widget__leafing {
  border: 1px solid #eaeff2;
  box-shadow: 0 0 5px #eee;
  margin: 24px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

section.main .article-widget__leafing,
section.main .article-widget__leafing p {
  font-size: 1rem;
  line-height: 1.5;
}

.article-widget__leafing-page {
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 24px;
  grid-template-columns: 1fr;
}

.article-widget__leafing-page-image {
  padding: 16px 16px 0 16px;
  text-align: center;
}

.article-widget__leafing-page-text {
  padding: 0 16px 0 16px;
}

#article ul {
  padding-left: 32px;
  text-indent: 8px;
}

#article .article-widget__leafing-page-text h2 {
  margin-top: 0;
}

.article-widget__leafing-footer {
  position: relative;
  height: 44px;
  display: grid;
  grid-template-columns: 1fr 100px;
}

.article-widget__leafing-buttons {
  position: relative;
  height: 44px;
  float: right;
}

.article-widget__leafing .swiper-button-next {
  right: 18px;
}
.article-widget__leafing .swiper-button-prev:after,
.article-widget__leafing .swiper-button-next:after {
  font-size: 1.5rem;
}

.article-widget__links {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article-widget__links-items {
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  width: 100%;
}

.article-widget__links-item {
  background-color: white;
  border: 1px solid #eaeff2;
  box-shadow: 0 0 5px #eee;
  padding: 24px;
}

.article-widget__links-item-image {
  margin-bottom: 24px;
}

.article-widget__links-item-header {
  line-height: 1.4;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

section.main .article-widget__links-item-text p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
}

.article-widget__drop-down {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article-widget__drop-down-item-header {
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.article-widget__drop-down-item-header:hover {
  color: black;
}

.article-widget__drop-down-item-header-text {
  margin-left: 6px;
  font-weight: bold;
}

.article-widget__drop-down-item-sign {
  font-size: 2.3rem;
  font-weight: 500;
  color: #393939;
  line-height: 24px;
}

.article-widget__drop-down-item-sign--collapse {
  display: none;
}

.article-widget__drop-down-item-text {
  margin-bottom: 16px;
  display: none;
}

.article-widget__drop-down-item.expanded .article-widget__drop-down-item-sign--expand {
  display: none;
}
.article-widget__drop-down-item.expanded .article-widget__drop-down-item-sign--collapse {
  display: inline;
}
.article-widget__drop-down-item.expanded .article-widget__drop-down-item-text {
  display: block;
}

section.main .article-widget__drop-down-item-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.article-widget__social-networks {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 2em 0;
}

.confetti {
  width: 10px;
  height: 20px;
  position: fixed;
  opacity: 0.7;
}

.article-satismeter__wrapper {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin: 32px auto;
  height: 220px;
}

.article-satismeter__content {
  padding: 32px 16px;
  border-radius: 16px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.5s linear all;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.article-satismeter__content > div {
  position: absolute;
  width: calc(100% - 32px);
  max-width: 468px;
  backface-visibility: hidden;
}
.article-satismeter__content .article-satismeter__thankyou {
  transform: rotateY(180deg);
}
.article-satismeter__content .article-satismeter__heading {
  font-weight: 500;
  padding: 0 16px;
  color: #393939;
  font-size: 1.5em;
  word-break: break-word;
}
.article-satismeter__content .article-satismeter__description {
  color: #65778d;
  margin: 0;
  padding: 16px 0;
  font-size: 1em;
}
.article-satismeter__content .article-satismeter__back-to-form {
  margin-top: 16px;
}
.article-satismeter__content .article-satismeter__feedback-level {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1 {
  transform: scale(0.8);
  border-color: #ff4444 !important;
  background: rgba(255, 68, 68, 0.3) !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1 .article-satismeter__feedback-level-content {
  border-color: #ff4444 !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1:hover, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1:focus, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1.active {
  border-color: #ff4444;
  box-shadow: rgba(255, 68, 68, 0.3) 0px 0px 16px 0;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1:hover div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1:focus div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-1.active div {
  color: #ff4444;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2 {
  transform: scale(0.9);
  border-color: #ffbb32 !important;
  background: rgba(255, 187, 50, 0.3) !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2 .article-satismeter__feedback-level-content {
  border-color: #ffbb32 !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2:hover, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2:focus, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2.active {
  border-color: #ffbb32;
  box-shadow: rgba(255, 187, 50, 0.3) 0px 0px 16px 0;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2:hover div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2:focus div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-2.active div {
  color: #ffbb32;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3 {
  transform: scale(1);
  border-color: #fe8800 !important;
  background: rgba(254, 136, 0, 0.3) !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3 .article-satismeter__feedback-level-content {
  border-color: #fe8800 !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3:hover, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3:focus, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3.active {
  border-color: #fe8800;
  box-shadow: rgba(254, 136, 0, 0.3) 0px 0px 16px 0;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3:hover div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3:focus div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-3.active div {
  color: #fe8800;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4 {
  transform: scale(1.1);
  border-color: #00c851 !important;
  background: rgba(0, 200, 81, 0.3) !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4 .article-satismeter__feedback-level-content {
  border-color: #00c851 !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4:hover, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4:focus, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4.active {
  box-shadow: rgba(0, 200, 81, 0.3) 0px 0px 16px 0;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4:hover div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4:focus div, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item-4.active div {
  color: #00c851;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item {
  background: #fafafa;
  padding: 6px;
  border-radius: 50%;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  cursor: pointer;
  margin: 0 8px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0.5px solid transparent;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #eee;
  font-weight: 500;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item i {
  transition: 0.1s linear transform;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item:hover i, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item:focus i {
  transform: scale(1.15);
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.active .article-satismeter__feedback-level-content {
  font-weight: bold;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.active:hover i, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.active:focus i {
  transform: scale(1) !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.processing {
  cursor: not-allowed;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.processing:hover, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.processing:focus {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px !important;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.processing:hover i, .article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item.processing:focus i {
  color: #393939;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-item i {
  font-size: 32px;
}
.article-satismeter__content .article-satismeter__feedback-level .article-satismeter__feedback-level-content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  background-color: #fff;
  font-weight: 500;
}

.article-outdated__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

.article-outdated__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: transparent;
  z-index: 999999;
  box-sizing: border-box;
  padding: 0;
}

.article-outdated__content {
  text-align: left;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article-outdated__close {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 16px;
  color: #fff;
  z-index: 2;
}

.article-outdated__icon-wrapper {
  background: #0060a8;
  padding: 23px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100%;
  z-index: 2;
}
.article-outdated__icon-wrapper i {
  font-size: 30px;
}

.article-outdated__text-wrapper {
  background: #0060a8;
  padding: 14px 48px 14px 32px;
  min-height: 76px;
  color: white;
  margin-left: -32px;
  z-index: -1;
  border-radius: 0px 32px 32px 0px;
  z-index: 1;
}
.article-outdated__text-wrapper a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

#article .homepage-registration {
  margin: 32px auto;
}

@media only screen and (min-width: 768px) {
  .article-outdated__popup {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 100%;
    max-width: 550px;
    transform: translate(-50%, -50%);
  }
  .article-outdated__text-wrapper {
    min-width: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .article-outdated__content {
    background: #0060a8;
  }
}
.operation-select {
  position: relative;
  text-transform: none;
  display: inline-block;
  width: 100%;
}
.operation-select div.btn-product-add-to-cart {
  margin-right: 0;
  padding-left: 8px;
  width: 100%;
  margin-top: 8px;
}
.operation-select .add-to-cart-input {
  background-color: transparent;
}
.operation-select button.add-to-cart-button {
  width: 33px !important;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.operation-select div.operation-select2 {
  display: inline-block;
}
.operation-select div.operation-select2.opened button.op-menu {
  border-bottom-right-radius: 0;
}
.operation-select button.op-menu {
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.operation-select button.op-menu .icon {
  padding-left: 4px;
  padding-right: 4px;
}
.operation-select button.op-menu-detail {
  padding: 11px 3px 12px 4px;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.operation-select button.op-menu-detail .icon {
  padding-left: 4px;
  padding-right: 4px;
}
.operation-select div.custom-select {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
}
.operation-select div.custom-select i.icon {
  display: inline-block;
  transition: transform 0.2s linear;
}
.operation-select ul {
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  border-radius: 2px;
  border: 1px solid #DAE0E4;
  padding: 0;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0392156863);
}
.operation-select ul li {
  display: block;
  float: none;
  padding: 5px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
}
.operation-select ul li:hover, .operation-select ul li:focus {
  background-color: #0060a8;
  color: #fff;
}
.operation-select ul li i.icon {
  margin-right: 5px;
  top: -2px;
}

@media only screen and (min-width: 575px) {
  .operation-select {
    width: auto;
  }
  .operation-select div.btn-product-add-to-cart {
    width: auto;
    margin-top: 0;
  }
}
.dashboard__wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
  margin-top: 16px;
}

.dashboard__stats-items {
  display: grid;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-template-columns: 1fr;
}

.dashboard-item-disabled {
  filter: grayscale(1);
  opacity: 0.4;
  cursor: not-allowed;
}

.dashboard-disabled {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dashboard__stats-item {
  border: 1px solid #dae0e4;
  background-color: white;
  padding: 16px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.dashboard__products-title {
  margin-top: 32px;
}

.dashboard__products-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}

.dashboard__products-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 1px solid #dae0e4;
  background-color: white;
  height: 115px;
  max-height: 115px;
  overflow: hidden;
  padding: 8px;
}

.dashboard__products-item-description {
  color: #393939;
  font-size: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard__products-item-image {
  text-align: center;
}
.dashboard__products-item-image img {
  max-height: 80px;
  width: auto;
}

.dashboard__stats-item-title {
  font-size: 19px;
}

.dashboard__stats-item-icons {
  display: flex;
  justify-content: space-around;
}

.dashboard__stats-item-icon {
  color: #0060a8;
  margin-top: 8px;
  width: 35px;
  height: 35px;
  font-size: 0;
  position: relative;
}
.dashboard__stats-item-icon:hover {
  fill: #004375;
}
.dashboard__stats-item-icon svg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.dashboard__stats-icon-counter-circle {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background-color: #a94442;
  border-radius: 50%;
  color: #fff;
  top: -5px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard__stats-item-circle {
  font-size: 14px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  background-color: #0060a8;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
}
.dashboard__stats-item-circle:hover {
  color: white;
  text-decoration: none;
  background-color: #004375;
}

.dashboard__stats-item-arrow {
  position: relative;
  background: #0060a8;
  display: flex;
  align-self: flex-end;
  height: 28px;
  padding: 3px 10px;
  margin-right: 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.dashboard__stats-item-arrow:hover {
  color: white;
  text-decoration: none;
  background-color: #004375;
}
.dashboard__stats-item-arrow:hover .dashboard__stats-item-arrow-right {
  border-color: transparent transparent transparent #004375;
}

.dashboard__stats-item-arrow-right {
  position: absolute;
  right: -15px;
  background: white;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 15px;
  border-color: transparent transparent transparent #0060a8;
}

.dashboard__stats-item-invoices {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.dashboard__stats-invoices-stats {
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  margin-bottom: 3px;
}
.dashboard__stats-invoices-stats:hover {
  text-decoration: none;
}

.dashboard__stats-invoices-desc {
  margin-right: 10px;
}

.dashboard__stats-item-circle-small {
  font-size: 11px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard__stats-item-circle-small.circle-small-warning {
  background-color: #f0ad4e;
}
.dashboard__stats-item-circle-small.circle-small-error {
  background-color: #a94442;
}

@media only screen and (min-width: 1200px) {
  .dashboard__products-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .dashboard__stats-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dashboard__products-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .dashboard__stats-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard__products-items {
    grid-template-columns: 1fr 1fr;
  }
  .dashboard__stats-items {
    grid-template-columns: 1fr 1fr;
  }
}
.news__item {
  margin-top: 48px;
}

.news__item-btn-more {
  margin: 20px 0;
  text-align: center;
}

.news__item-article-image {
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 185px;
}
.news__item-article-image a {
  display: block;
  position: relative;
}

.news__item-widgets {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

.news__item-widgets .articles__list-item-header {
  height: 5rem;
}

.news__item-widgets .articles__list-item-description {
  height: 8rem;
}

.news__item-category {
  border: 1px solid #DAE0E4;
  background-color: white;
  overflow: hidden;
  min-width: 0;
}

.news__item-category-image {
  display: block;
  text-align: center;
  padding: 15px;
}

.news__item-category-name {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news__item-category-name a {
  color: #0cb0e6;
}

.news__aggregations-wrapper {
  margin-top: 24px;
}

.news__item-main-category {
  text-align: center;
  font-size: 11px;
}

.news__item-aggregations {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  margin-top: 15px;
}

.news__item-aggregation {
  border: 1px solid #DAE0E4;
  background-color: white;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news__item-aggregation-image {
  display: block;
}
.news__item-aggregation-image img {
  max-height: 120px;
}

.news__item-aggregation-description {
  margin-top: 10px;
}

.news__categories-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}

.news__categories-title {
  color: #5B6672;
  margin-bottom: 16px;
}

.news__categories-category {
  display: inline-block;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.news__categories-category a {
  padding: 5px 10px;
  font-size: 0.75rem;
  background-color: #DAE0E4;
  white-space: nowrap;
  text-decoration: none;
  color: #393939;
}

.news__categories-category.active a, .news__categories-category a:hover {
  color: #fff;
  background-color: #0060A8;
}

.pricerequest__autocomplete {
  position: absolute;
  background: white;
  width: calc(100% - 12px);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 2;
}

.pricerequest__autocomplete-row {
  padding: 5px 8px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  display: block;
}

.pricerequest__autocomplete-row-current,
.pricerequest__autocomplete-row:hover,
.pricerequest__autocomplete-row:focus {
  color: white;
  background-color: #0060a8;
}

.pricerequest__autocomplete-brand {
  margin-left: 5px;
}

.pricerequest__table-h2 {
  margin-top: 48px;
}

.pricerequest__table-item-td--price {
  color: #c8321e;
  font-weight: bold;
  font-size: 1rem;
}

.pricerequest__info {
  padding: 16px;
}

.pricerequest__footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 16px;
  margin-top: 32px;
}

.pricerequest__footer-form .row {
  margin-left: 0;
  margin-right: 0;
}
.pricerequest__footer-form .col {
  padding: 0;
}

.pricerequest__footer-price {
  margin-top: 32px;
}

.pricerequest__buttons {
  margin-top: 32px;
}

.pricerequest__button {
  width: 100%;
  margin-top: 16px;
}
.pricerequest__button:first-child {
  margin-top: 0;
}

.pricerequest-preparation__block-header {
  margin-bottom: 0;
  padding: 12px;
  font-size: 1.35rem;
  font-weight: 500;
  color: #0060a8;
}

.pricerequest-preparation__block-separator {
  height: 48px;
  padding: 0;
  border-left: none;
  border-right: none;
  background-color: #eaeff2;
}

.pricerequest-preparation__item-searched {
  max-width: 300px;
}

.pricerequest-preparation__item-searching-loader {
  margin-top: 4px;
  margin-bottom: 4px;
}

.pricerequest-preparation__item-delete-icon {
  color: #d43620;
  font-size: 0.525rem;
  font-weight: bold;
}

.pricerequest-preparation__item-brand {
  margin-top: 4px;
}

.pricerequest-preparation__item-delivery {
  margin-top: 4px;
}

.pricerequest-preparation__text-next {
  font-size: 0.875rem;
  margin-top: 24px;
  margin-bottom: 16px;
}

.pricerequest-preparation__item--automat td {
  padding: 0;
}

.pricerequest-preparation__pending-loader {
  height: 32px;
  margin-top: 16px;
}

.pricerequest-preparation__pending-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0060a8;
  margin-top: 24px;
  margin-bottom: 16px;
}

.automat__items {
  background-color: #f2f6f8;
}

.automat__item {
  display: grid;
  padding: 8px;
  border-top: 1px dotted #dae0e4;
}
.automat__item:first-child {
  border-top: none;
}
.automat__item:hover {
  background-color: #eaeff2;
}

.automat__item-hidden {
  display: none;
}

.automat__item-th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.automat__item-td {
  word-break: break-word;
  font-size: 0.75rem;
}

.automat__item-td--cart {
  text-align: right;
}

.automat__item-add {
  font-size: 1rem;
}

.automat__item-debug {
  position: absolute;
  background-color: white;
}

.automat__buttons {
  padding: 8px;
  text-align: right;
}

.automat__button {
  font-size: 0.8125rem;
}

.pricerequest__item-clone,
.pricerequest__item-remove {
  cursor: pointer;
  line-height: 30px;
  color: #4caf50;
}

.pricerequest__item-clone {
  margin-left: 4px;
}

.pricerequest__item-remove {
  color: #c8321e;
}

.pricerequest__table-h3 {
  margin-bottom: 8px;
}

.table-res .table-res-header {
  background-color: #f2f6f8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #dae0e4;
  padding: 8px;
}
.table-res .table-res-body {
  padding: 8px;
}
.table-res .table-res-footer {
  padding: 10px 8px 16px 8px;
  background-color: #f2f6f8;
  border-top: 1px solid #dae0e4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-res label {
  display: none;
  margin-bottom: 1px;
  font-weight: bold;
}
.table-res label:after {
  content: ":";
}
.table-res label.required:after {
  content: ": *";
}

@media only screen and (max-width: 767px) {
  .table-res .table-res-header {
    display: none;
  }
  .table-res .col {
    padding-top: 10px;
  }
  .table-res .col:first-child {
    padding-top: 0;
  }
  .table-res label {
    display: inline-block;
  }
  .table-res .input-blank {
    text-align: left;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pricerequest-preparation__text-next {
    margin: 24px 13px 8px 13px;
  }
  .automat__item {
    grid-template-columns: auto 10% 15% 10% 8% 8% 8% 200px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: center;
  }
}
.translated-text {
  background: yellow;
  color: black;
  position: relative;
}
.translated-text .edit-icon {
  display: none;
  position: absolute;
  right: 1px;
  top: 1px;
  color: white;
  font-size: 0.75rem;
  cursor: pointer;
  font-weight: bold;
  background-color: #c8321e;
  padding: 3px 4px;
  z-index: 101;
}

.translation-box {
  background: white;
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  display: none;
  width: 400px;
  z-index: 1000;
  position: absolute;
  padding: 24px;
}
.translation-box .close-button {
  color: #c8321e;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.translation-box .name {
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 10px;
}
.translation-box textarea {
  display: block;
  width: 100%;
  height: 80px;
  resize: none;
}
.translation-box button {
  display: block;
  margin-top: 20px;
  width: 100%;
}

.translation-box__textarea {
  background-color: white;
}

.translation-box__text-message {
  font-family: "PT Sans", sans-serif;
  margin: 0;
  font-size: 0.875rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.translation-box__text-en {
  font-family: "PT Sans", sans-serif;
  margin-top: 8px;
  color: #888888;
  font-size: 0.75rem;
}

.show-translations-popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px;
  bottom: 50px;
  cursor: pointer;
}
.show-translations-popup button {
  padding-left: 10px;
}

.order-items__tr--open {
  background-color: white;
}

.order-items__tr--closed {
  background-color: #eaeff2;
}

.order-items__th {
  text-transform: uppercase;
  font-weight: bold;
}

.order-items__th--required-date {
  max-width: 130px;
}

.order-header__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  background-color: #fff;
  grid-column-gap: 16px;
  margin-top: 8px;
}

.order-header__col {
  border: 1px solid #dae0e4;
}

.order-header__col-title {
  border-bottom: 1px solid #dae0e4;
  padding: 8px;
  background-color: #eaeff2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.order-header__col-content {
  padding: 8px;
}

.order-header__col-info-title {
  font-weight: bold;
}

.order-header__col-info {
  line-height: 1.5;
  padding-top: 16px;
}
.order-header__col-info:first-child {
  padding-top: 0;
}

.order-header__col-note {
  line-height: 1.5;
  font-style: italic;
}

.order-header__col-note-title {
  font-size: 12px;
  color: #0060a8;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px 0 8px 0;
}

.order-header__claim-info-row {
  margin-top: 4px;
}
.order-header__claim-info-row:first-child {
  margin-top: 0;
}

.order-header__claim-info-row--status {
  margin-top: 20px;
}

.order-header__claim-phase {
  margin-top: 4px;
  display: flex;
}
.order-header__claim-phase:first-child {
  margin-top: 0;
}

.order-header__claim-phase-date {
  flex: 0 0 80px;
}

.order-header__claim-phase-description {
  font-style: italic;
  font-size: 0.75rem;
}

.order-bottom-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4px 0 16px 0;
  line-height: 2;
}

.order-bottom-buttons div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.order-bottom-buttons .anchor {
  margin-left: 16px;
}

.order-bottom-buttons div i {
  margin-right: 4px;
}

.order-bottom-buttons div span:hover {
  text-decoration: underline;
}

.order-detail__table-container {
  max-width: 100%;
  overflow-x: scroll;
  margin-top: 32px;
}

.order-detail .order-detail__table-container table.table-products tbody tr {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.fast-order__wrapper a {
  text-decoration: underline;
}

.fast-order__h2 {
  margin-top: 32px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .order-items__table {
    border: 1px solid #DAE0E4;
  }
  .order-bottom-buttons {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .order-header__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 960px) and (max-width: 999px) {
  .order-header__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1000px) {
  .order-header__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .order-header__container--claim {
    grid-template-columns: 1fr 1fr;
  }
  .order-detail__table-container {
    max-width: 100%;
    overflow-x: auto;
  }
}
#orders-res {
  display: none;
}

@media only screen and (max-width: 1199px) {
  #orders {
    display: none;
  }
  #orders #order-list tbody tr td a {
    white-space: nowrap;
  }
  .order-list-row .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  #orders-res {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
  }
  #orders-res > section {
    margin-left: 8px;
    margin-right: 8px;
  }
  #orders-res section.order-item {
    margin-top: 10px;
    padding: 6px 6px;
  }
  #orders-res section.order-item .legend {
    margin: 6px;
  }
  #orders-res section.order-item .image {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #orders-res section.order-item .description {
    float: left;
    font-size: 13px;
    width: 100%;
    margin-left: -60px;
    padding-left: 72px;
    padding-right: 0;
    line-height: 1.3;
  }
  #orders-res section.order-item .description > div {
    margin-bottom: 6px;
    display: block;
  }
  #orders-res section.order-item .description p {
    margin-bottom: 6px;
  }
  #orders-res section.order-item .description .legend-res {
    padding: 1px 2px;
  }
  #orders-res section.order-item .item-row {
    padding: 1px 2px;
    line-height: 1;
    clear: both;
  }
  #orders-res section.order-item .item-row label {
    float: left;
    width: 50%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #orders-res section.order-item .item-row label:after {
    content: ":";
  }
  #orders-res section.order-item .item-row > span {
    float: left;
    width: 50%;
    display: block;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #orders-res section.order-item .buttons {
    margin-top: 6px;
    text-align: right;
  }
  #order-list,
  .order-list {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #orders div.tab-content {
    overflow-x: hidden;
  }
  #orders-res {
    display: block;
  }
  #orders-res section.order-item {
    margin-top: 10px;
    padding: 6px 6px;
  }
  #orders-res section.order-item .legend {
    margin: 6px;
  }
  #orders-res section.order-item .image {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #orders-res section.order-item .description {
    float: left;
    font-size: 13px;
    width: 100%;
    margin-left: -60px;
    padding-left: 72px;
    padding-right: 0;
    line-height: 1.3;
  }
  #orders-res section.order-item .description > div {
    margin-bottom: 6px;
    display: block;
  }
  #orders-res section.order-item .description p {
    margin-bottom: 6px;
  }
  #orders-res section.order-item .description .legend-res {
    padding: 1px 2px;
  }
  #orders-res section.order-item .item-row {
    padding: 1px 2px;
    line-height: 1;
    clear: both;
  }
  #orders-res section.order-item .item-row label {
    float: left;
    width: 50%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
  }
  #orders-res section.order-item .item-row label:after {
    content: ":";
  }
  #orders-res section.order-item .item-row > span {
    float: left;
    width: 50%;
    display: block;
    text-align: right;
  }
  #orders-res section.order-item .buttons {
    margin-top: 6px;
    text-align: right;
  }
}
@media only screen and (max-width: 399px) {
  #orders-res > section {
    padding: 8px;
  }
}
.order-list__button {
  width: 100%;
  margin-top: 6px;
}

@media only screen and (min-width: 1200px) {
  .order-list__button {
    width: auto;
  }
}
.order-cart-2__comment {
  min-height: 97px;
}

.order-cart-2__autoinvoicing-text {
  margin-top: 8px;
  font-size: 0.8125rem;
  font-style: italic;
}

.order-search input {
  width: 200px;
  margin-left: 6px;
  margin-right: 6px;
}

@media only screen and (max-width: 359px) {
  .order-search button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .order-search input {
    width: 100%;
    margin: 6px 0 6px 0;
  }
  .order-search button {
    float: right;
  }
}
.invoices__item-th {
  text-transform: uppercase;
  font-weight: bold;
}

.invoice-header__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  background-color: #fff;
  grid-column-gap: 16px;
  padding: 16px 0;
}

.invoice-header__col {
  border: 1px solid #dae0e4;
}

.invoice-header__col-title {
  border-bottom: 1px solid #dae0e4;
  padding: 8px;
  background-color: #eaeff2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.invoice-header__col-content {
  padding: 8px;
  line-height: 1.5;
}

.invoice__payment-methods-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.invoice__payment-methods {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  border-radius: 2px;
  border: 1px solid #dae0e4;
  padding: 0;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0392156863);
  width: 100%;
}

.invoice__payment-method {
  display: block;
  float: none;
  padding: 8px;
  text-align: left;
  font-size: 0.875rem;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
}
.invoice__payment-method:hover {
  background-color: #0060a8;
  color: #fff;
}

.invoices__filters {
  display: flex;
  flex-direction: column;
}
.invoices__filters > .invoice__filter-item {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.invoices__filters > .invoice__filter-item:first-child, .invoices__filters > .invoice__filter-item:last-child {
  padding: 0;
}
.invoices__filters > .invoice__filter-item > input {
  margin-top: 4px;
}
.invoices__filters > .invoice__filter-item > input:first-child {
  margin-right: 8px;
}
.invoices__filters > .invoice__filter-item .invoice__filter-item-checkbox:first-child > label {
  margin-left: 0;
}
.invoices__filters > .invoice__filter-item .invoice__filter-item-checkbox > label {
  display: flex;
  align-items: center;
}
.invoices__filters .invoices__search-wrapper {
  display: flex;
  flex-direction: row;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #DAE0E4;
  border-radius: 2px;
  width: 100%;
  max-width: 284px;
}
.invoices__filters .invoices__search-wrapper .invoices__search-input {
  background-color: white;
  border: none;
  padding-bottom: 4px;
}
.invoices__filters .invoices__search-wrapper .invoices__search-btn {
  background: white url("/img/fa-search-solid.svg") no-repeat calc(100% - 8px) center;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
  width: 32px;
}
.invoices__filters .show-details i,
.invoices__filters .show-details-responsive i {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .invoices__filters button[type=submit] {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .invoice__payment_processing,
  .order-list__button--invoice-payment {
    width: 100%;
    margin: 8px 0;
  }
  .order-list__button--invoice-payment {
    margin-top: 0;
  }
  .table-responsive-2 tbody tr.invoice td.buttons {
    padding-top: 8px;
    padding-bottom: 0;
    justify-content: center !important;
  }
}
.table-responsive-2 tbody tr.invoice td.buttons {
  display: flex;
  justify-content: flex-end;
}
.table-responsive-2 tbody tr.invoice td.buttons > * {
  margin: 0 2px;
}

.payment__price {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.payment__price-label {
  width: 50%;
  text-align: right;
}

.payment__price-amount {
  font-weight: bold;
  font-size: 1.5rem;
}

section.payment-result__wrapper {
  padding: 24px;
}

.payment-result__status {
  text-align: center;
  font-size: 1.25rem;
}

section.notice {
  margin-bottom: 4px;
  padding: 0;
}

section.notice-login {
  margin-bottom: 0;
}

section.notice > div:first-child {
  margin-top: 0;
}

section.notice h3 {
  border-radius: 2px 2px 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 4px 8px;
}

section.notice h3 .icon {
  padding-right: 4px;
}

section.notice div.notice-panel {
  padding: 16px;
  border: 1px solid #d43620;
  border-radius: 0 0 2px 2px;
}

section.notice div.notice-panel-primary {
  border-color: #0060a8;
}

.notice__message-promo h3 {
  background-color: #f0ad4e;
}
.notice__message-promo section.notice p {
  font-size: 0.875rem;
}

section.notice div.notice-panel.notice__text--message-promo {
  padding-bottom: 4px;
  border: 1px solid #f0ad4e;
}

div.notice button.icon-cross {
  position: absolute;
  top: 10px;
  right: 8px;
  display: inline-flex;
  background: transparent;
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
div.notice button.icon-cross:hover, div.notice button.icon-cross:focus {
  color: black;
}
div.notice h3 {
  position: relative;
}
div.notice h3 .icon-cross {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 4px;
  font-size: 12px;
  opacity: 0.7;
}
div.notice h3 .icon-cross:hover {
  opacity: 1;
}

.notice-location-mismatch .notice-panel {
  cursor: pointer;
}

section.main .error__wrapper p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.error__wrapper {
  display: flex;
  flex-direction: column;
}

.error__image {
  text-align: center;
}

.error__text {
  margin-top: 24px;
}
.error__text li {
  margin-top: 4px;
  font-size: 0.875rem;
}
.error__text li:first-child {
  margin-top: 0;
}

.error__h2 {
  margin-top: 24px;
  font-size: 1rem;
}

.lead-form__wrapper {
  margin-top: 12px;
  margin-bottom: 24px;
}
.lead-form__wrapper label {
  font-size: 0.875rem;
}
.lead-form__wrapper label:after {
  content: ":";
}
.lead-form__wrapper label.required {
  font-weight: normal;
}
.lead-form__wrapper label.required:after {
  content: ": *";
}
.lead-form__wrapper .error {
  outline: 1px solid #c8321e;
}

.lead-form__col {
  margin-top: 16px;
  position: relative;
}

.lead-form__col--agreement {
  margin-top: 8px;
}
.lead-form__col--agreement label:after {
  content: "";
}
.lead-form__col--agreement .lead-form__field-error {
  bottom: -10px;
}

.lead-form__col--buttons {
  margin-top: 16px;
}

.lead-form__field--comment {
  min-height: 60px;
}

.lead-form__field--comment-career {
  min-height: 160px;
}

.lead-form__col--required {
  font-style: italic;
  margin-bottom: 8px;
}

.lead-form__field-error {
  position: absolute;
  color: #c8321e;
  font-size: 0.75rem;
}

input[type=checkbox].lead-form__field--agreement-privacy, input[type=checkbox].lead-form__field--agreement-marketing {
  margin-right: 8px;
  cursor: pointer;
}

.lead-form__file-upload {
  position: relative;
  overflow: hidden;
}
.lead-form__file-upload .btn {
  width: 100%;
}
.lead-form__file-upload input[type=file] {
  cursor: pointer;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.lead-form__file-upload-name {
  margin-top: 4px;
  font-style: italic;
}

.lead-form__button {
  width: 100%;
}

.lead-form__dynamic-row {
  display: flex;
  align-items: flex-end;
}

.lead-form__dynamic-rows {
  margin-bottom: 16px;
  border-bottom: 1px solid #dae0e4;
  padding-bottom: 32px;
}

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel .carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.carousel .carousel__navigation-item {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #6b6b6b;
}
.carousel .carousel__navigation-item:hover, .carousel .carousel__navigation-item:focus {
  color: #333;
}
.carousel .carousel__navigation-item.carousel__navigation-prev {
  left: -40px;
}
.carousel .carousel__navigation-item.carousel__navigation-next {
  right: -40px;
}

@media only screen and (max-width: 1199px) {
  .carousel__navigation-item {
    display: none;
  }
}
#homepage-slick-progress-bar {
  width: 0%;
  height: 4px;
  background-color: white;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .article-tables__td:before, .container:before, .container-fluid:before, .row:before, .table-form:before, .btn-social:before, .breadcrumbs:before, .pager:before, .product-one-fourth:before,
.premium-product:before, .product-one-fourth .info:before,
.premium-product .info:before, .product-one-fourth .price:before,
.premium-product .price:before, .product-one-fourth .form:before,
.premium-product .form:before, .product-one-half:before, .description-box:before, .eye-catcher:before, .product__eye-catcher:before, .product__eye-catcher--samples:before, .news-meta:before, .filters-container .scrollbar-inner:before, .filter:before, .filter-footer:before, .webinar:before, .premium-menu:before,
.premium__menu:before, .eye-search-catcher:before, .social-meta:before,
.clearfix:after,
.article-tables__td:after,
.container:after,
.container-fluid:after,
.row:after,
.table-form:after,
.btn-social:after,
.breadcrumbs:after,
.pager:after,
.product-one-fourth:after,
.premium-product:after,
.product-one-fourth .info:after,
.premium-product .info:after,
.product-one-fourth .price:after,
.premium-product .price:after,
.product-one-fourth .form:after,
.premium-product .form:after,
.product-one-half:after,
.description-box:after,
.eye-catcher:after,
.product__eye-catcher:after,
.product__eye-catcher--samples:after,
.news-meta:after,
.filters-container .scrollbar-inner:after,
.filter:after,
.filter-footer:after,
.webinar:after,
.premium-menu:after,
.premium__menu:after,
.eye-search-catcher:after,
.social-meta:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after, .article-tables__td:after, .container:after, .container-fluid:after, .row:after, .table-form:after, .btn-social:after, .breadcrumbs:after, .pager:after, .product-one-fourth:after,
.premium-product:after, .product-one-fourth .info:after,
.premium-product .info:after, .product-one-fourth .price:after,
.premium-product .price:after, .product-one-fourth .form:after,
.premium-product .form:after, .product-one-half:after, .description-box:after, .eye-catcher:after, .product__eye-catcher:after, .product__eye-catcher--samples:after, .news-meta:after, .filters-container .scrollbar-inner:after, .filter:after, .filter-footer:after, .webinar:after, .premium-menu:after,
.premium__menu:after, .eye-search-catcher:after, .social-meta:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/*
* ellipsis
*/
.text-ellipsis, .text-ellipsis-nowrap, .filter-header p, .news-description, .premium-product-description, .post-cinema .post-title-cinema {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-nowrap, .filter-header p {
  white-space: nowrap;
}

i.icon-chevron-up .icon-svg2-chevron-down,
i.icon-chevron-down .icon-svg2-chevron-up {
  display: none;
}

span.label {
  font-weight: 700;
}
span.label:after {
  content: ":";
}

#no-inactive-filters {
  display: inline-block;
}

#inactive-filters button {
  margin: 1px 1px 1px 10px;
}
#inactive-filters button:first-child {
  margin-left: 0;
}

.clear {
  clear: both;
}

p.active-filters {
  margin-bottom: 13px;
}

#filters-inline {
  margin: 8px 0 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0;
}

.filter__footer-buttons {
  font-size: 0.875rem;
  padding: 8px 16px;
  display: flex;
  justify-content: flex-start;
}

.filter__footer-button {
  display: flex;
  align-items: center;
}
.filter__footer-button:focus {
  text-decoration: underline;
}
.filter__footer-button i.fa-solid,
.filter__footer-button i.fa-regular {
  flex: 0 0 16px;
  margin-right: 8px;
}
.filter__footer-button:first-child {
  margin-right: 16px;
}

.filter__footer-button--hide .icon-svg-show {
  background: #0060a8;
}

.filter__footer-button--reset .icon-svg-refresh {
  background: #0060a8;
}

#filters-inline .filter-active-container {
  box-sizing: border-box;
}

.filter-slider__inputs {
  padding: 0 5px 3px 5px;
}

.filter-slider__input {
  width: 34%;
  float: left;
  background: white;
  font-size: 0.75rem;
  padding: 2px 4px;
  text-align: center;
}

.filter-slider__dash {
  font-size: 0.75rem;
  width: 10%;
  float: left;
  text-align: center;
}

.filter-slider__button {
  margin-left: 4px;
  float: right;
  font-size: 0.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn.filter-slider__button .icon {
  padding: 0;
  font-size: 0.875rem;
}

.filter-search__params-input {
  display: flex;
}

.filter-search__params-input button {
  margin-left: 4px;
  float: none;
  font-size: 0.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.filter-search__params-input .icon {
  padding: 0;
  font-size: 0.875rem;
}

/************* SCROLLBAR PRE FILTRE *************/
#filters-inline .category-filter-scrollbar {
  max-height: 100%;
}
#filters-inline .category-filter-scrollbar label {
  margin-top: 0;
  margin-bottom: 2.61px;
}
#filters-inline .category-filter-scrollbar label:nth-of-type(1) {
  margin-top: 5.5px;
}

.articles-block__list > .scroll-element,
.articles-block__list > .scroll-element div,
#filters-inline .category-filter-scrollbar > .scroll-element,
#filters-inline .category-filter-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}
.articles-block__list > .scroll-element div,
#filters-inline .category-filter-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.articles-block__list > .scroll-element.scroll-x,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.articles-block__list > .scroll-element.scroll-y,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 8px;
}
.articles-block__list > .scroll-element .scroll-element_outer,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.articles-block__list > .scroll-element .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-element_track {
  background-color: #ebf2f6;
}
.articles-block__list > .scroll-element .scroll-bar,
#filters-inline .category-filter-scrollbar > .scroll-element .scroll-bar {
  background-color: #0060a8;
  min-height: 25px;
  cursor: pointer;
}
.articles-block__list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.articles-block__list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.articles-block__list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.articles-block__list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
#filters-inline .category-filter-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/************* SCROLLBAR PRE PARAMETRICKE FILTRE *************/
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper {
  height: auto;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element,
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 4;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x {
  bottom: -2px;
  height: 10px;
  left: 0;
  width: 100%;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 3px;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-element_track {
  background-color: #eaeef2;
  height: 8px;
  top: 0;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #0060a8;
  height: 8px;
  cursor: pointer;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element:hover .scroll-bar {
  background-color: #00467a;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #00467a;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
  height: 5px;
  top: 2px;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
  display: none;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible {
  display: none;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
#filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/************ SCROLLBAR PRE VSETKY FILTRE **************/
#filters-panel .category-all-filters-scrollbar > .scroll-element,
#filters-panel .category-all-filters-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 9px;
  left: 0;
  width: 100%;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 3px;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-element_track {
  background-color: #eaeef2;
  height: 5px;
  top: 2px;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element .scroll-bar {
  background-color: #b7bfc9;
  height: 9px;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #9da5af;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #9da5af;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
  height: 5px;
  top: 2px;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

#filters-panel .category-all-filters-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************  Scrollbar pre parametre pri produktoch  *************/
.table-bottom-scrollbar {
  height: auto;
}

.table-bottom-scrollbar > .scroll-element,
.table-bottom-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.table-bottom-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.table-bottom-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 9px;
  left: 0;
  top: 10px;
  width: 100%;
}

.table-bottom-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 3px;
}

.table-bottom-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.table-bottom-scrollbar > .scroll-element .scroll-element_track {
  background-color: #f5f8f9;
  height: 8px;
  top: 0;
}

.table-bottom-scrollbar > .scroll-element .scroll-bar {
  background-color: #0060a8;
  height: 8px;
  cursor: pointer;
}

.table-bottom-scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #00467a;
}

.table-bottom-scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #00467a;
}

.table-bottom-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
  height: 5px;
  top: 2px;
}

.table-bottom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
  display: none;
}

.table-bottom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible {
  display: none;
}

.table-bottom-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.table-bottom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.td-parameters-table {
  padding: 0;
  width: 500px;
}

td.td-parameters-table {
  background: #eaeff2;
}

td.td-parameters-table.bottom-scroll {
  background: #fff;
}

.td-parameters-table > div {
  overflow: hidden;
  max-width: 500px;
  position: relative;
}

td.td-parameters-table > div {
  min-height: 110px;
}

td.td-parameters-table.bottom-scroll > div {
  min-height: auto;
}

th.td-parameters-table table th {
  font-weight: bold;
}

td.td-quantity-info {
  width: 110px !important;
}

.table-bottom-scroller-tr.fixed {
  position: fixed;
  bottom: 0;
  opacity: 0.9;
  background-color: #f5f8f9;
  height: 32px;
  z-index: 10;
}

.table-bottom-scroller-tr.fixed .table-bottom-scrollbar > .scroll-element .scroll-element_track {
  background: #b4bbc3;
}

table.parameters-table {
  height: 100%;
  box-sizing: border-box;
  border: none;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
}

td.td-parameters-table > div > table.parameters-table {
  height: 110px;
}

td.td-parameters-table.bottom-scroll > div > table.parameters-table {
  height: 100%;
}

table.parameters-table td,
table.parameters-table th {
  vertical-align: middle;
  border: none;
  min-width: 150px;
}

table.parameters-table th {
  padding: 0 12px;
}

table.bottom-slider-table td,
table.bottom-slider-table th {
  min-width: 150px;
}

tr.table-bottom-scrollbar-tr td.td-parameters-table table {
  background: none;
}

tr.table-bottom-scrollbar-tr td.td-parameters-table td {
  background: inherit;
  border: none;
}

div.table-bottom-scrollbar table td {
  padding: 0;
  border-top-width: 0;
  height: 1px;
}

#filters-inline .sortable-placeholder {
  width: 100%;
  padding: 0 12px;
  height: 202px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 2px dashed #cbd2db;
  border-radius: 5px;
  float: left;
}

#filters-inline .filter-header {
  cursor: move;
}

#filters-container {
  transition: margin 0.4s linear;
}

@media screen and (max-width: 1120px) {
  .td-parameters-table {
    display: none;
  }
}
.message h3 {
  margin: 0 0 5px 0;
}

.message p {
  margin: 0;
}

/* --------------------- */
.category-filter__row {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.category-filter__row input {
  margin: 0 !important;
}
.category-filter__row input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 0px;
  box-shadow: 0 0 4px 0 #0060a8;
  border-radius: 3px;
}
.category-filter__row label {
  padding-left: 0 !important;
  margin: 4px 0 !important;
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.filter-active-container label span.category-filter-label {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  font-size: 0.75rem;
  padding: 0 8px 0 8px;
}

.filter-active-container label span.category-filter-count {
  color: #aaa;
  font-size: 0.75rem;
  position: absolute;
  right: 24px;
  top: 0;
  transform: translate(0%, 25%);
}

div.filter-active-container {
  /*float: none;*/
  width: 12.5%;
  padding: 0;
}

div.filter-active-container:nth-child(8n+1) {
  clear: both;
}

#filters-panel {
  position: relative;
}

.filter-active-container .filter-body label {
  padding-left: 24px;
  padding-right: 50px;
}

#subcategories-inline h2 {
  margin-bottom: 0;
}

#subcategories-inline a {
  color: #0cb0e6;
  font-weight: 600;
  width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

#subcategories-inline a.category-image {
  overflow: initial;
}

p.active-filters {
  margin-bottom: 0;
}

.filters-container .container-fluid {
  padding-top: 4px;
}

#used-filters,
#inactive-filters {
  background-color: #ffffff;
  overflow: hidden;
  max-width: 1600px;
  padding: 0 8px;
  margin: 16px auto;
}
#used-filters .used-filters-header,
#inactive-filters .used-filters-header {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
#used-filters .used-filters-header .text-uppercase,
#inactive-filters .used-filters-header .text-uppercase {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  color: #0060a8;
}
#used-filters .list,
#inactive-filters .list {
  text-align: center;
  margin-top: 8px;
  color: #717171;
}
#used-filters .used-param,
#inactive-filters .used-param {
  display: inline-block;
  margin-right: 16px;
}
#used-filters .used-param .value,
#inactive-filters .used-param .value {
  border-right: 1px solid #bbb;
  padding: 0 8px;
}
#used-filters .used-param .value:last-child,
#inactive-filters .used-param .value:last-child {
  border-right: none;
}
#used-filters .buttons .btn-primary,
#inactive-filters .buttons .btn-primary {
  margin-right: 8px;
}
#used-filters .buttons .btn-secondary,
#inactive-filters .buttons .btn-secondary {
  margin-right: 0;
}
#used-filters .filter-active-remove,
#inactive-filters .filter-active-remove {
  font-size: 10px;
  color: #c8321e;
  padding: 2px;
}
#used-filters .filter-active-remove i.icon,
#inactive-filters .filter-active-remove i.icon {
  padding: 0;
  top: -2px;
}

#used-filters .list {
  margin-bottom: 0;
}

#gdpr-form label {
  font-weight: bold;
}
#gdpr-form label:after {
  content: ":";
}
#gdpr-form label.required:after {
  content: ": *";
}

#user-dashboard-menu .col-profile a.active {
  color: #d43620;
}

#favorite-products-groups > tbody > tr {
  border-bottom: 1px solid #dae0e4;
}

#favorite-products-groups table.table-products tbody tr td {
  background: #fff;
}

#favorite-products-groups table.table-products tbody tr td.product-image img {
  width: auto;
  max-width: 50px;
  max-height: 50px;
}

#favorite-products-without-group tbody tr td.product-image img {
  width: auto;
  max-width: 50px;
  max-height: 50px;
}

.pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#webinars-list {
  position: relative;
}

.rounded {
  border-radius: 2px;
}

.alert-warning {
  background-color: #f0ebd8;
  border-color: #e9e2c6;
  color: #876f12;
}

.category-sel > div {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid #cbd2db;
}
.category-sel > div:first-child {
  border-left: none;
}
.category-sel > div.category-sel-onstock {
  margin-top: 3px;
}
.category-sel > div.category-sel-onstock label {
  margin-left: 10px;
}
.category-sel > div.category-sel-onstock label:first-child {
  margin-left: 0;
}
.category-sel > div.category-sel-perpage span {
  margin-right: 10px;
}
.category-sel > div:last-child {
  padding-right: 0;
}

.product-detail__alternatives {
  margin-top: 10px;
}

.product-detail__alternatives-item {
  font-size: 1rem;
  font-weight: bold;
}

#product .product-header {
  margin-bottom: 5px;
}
#product h1 {
  display: inline;
}
#product .product-label {
  color: #c8321e;
}
#product a.change-product-label,
#product a.product-compare-name {
  text-decoration: none;
  margin-left: 3px;
  margin-bottom: 10px;
}
#product a.change-product-label i,
#product a.product-compare-name i {
  top: -3px;
}
#product .table-product-desc th,
#product .table-product-desc td {
  width: 55%;
  vertical-align: top;
}
#product .table-product-desc th:first-child,
#product .table-product-desc td:first-child {
  width: 45%;
}

#section-product-responsive {
  display: none;
}
#section-product-responsive .product-title {
  font-size: 18px;
  margin-bottom: 3px;
  color: #0060a8;
  font-weight: 700;
  word-break: break-all;
}
#section-product-responsive .product-label {
  color: #c8321e;
}
#section-product-responsive .product-desc {
  font-size: 18px;
  margin-bottom: 0;
}
#section-product-responsive .product-brand a {
  float: right;
}
#section-product-responsive .product-brand span {
  display: none;
}
#section-product-responsive .photogallery {
  text-align: center;
  border-top: 1px solid #eaeff2;
  padding-top: 10px;
}
#section-product-responsive .product-availability {
  border-top: 1px solid #eaeff2;
  padding-top: 10px;
}
#section-product-responsive .product-availability th,
#section-product-responsive .product-availability td,
#section-product-responsive .product-description th,
#section-product-responsive .product-description td {
  width: 55%;
  text-align: right;
  vertical-align: top;
}
#section-product-responsive .product-availability th:first-child,
#section-product-responsive .product-availability td:first-child,
#section-product-responsive .product-description th:first-child,
#section-product-responsive .product-description td:first-child {
  text-align: left;
  width: 45%;
}
#section-product-responsive .product-price {
  border-top: 1px solid #eaeff2;
}
#section-product-responsive .product-buy .description-box {
  margin-top: 6px;
  padding-top: 5px;
}
#section-product-responsive .product-buy .description-box .col-cart {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
#section-product-responsive .product-buy .description-box .col-form {
  width: 75%;
  text-align: left;
}
#section-product-responsive .product-buy .description-box .col-button {
  width: 25%;
  text-align: right;
}
#section-product-responsive .product-buy .additional-text {
  margin-bottom: 0;
}

section.product-one-half .product-label,
section.product-one-fourth .product-label {
  color: #d43620;
  font-size: 0.9em;
}

section.product-one-half a.change-product-label,
section.product-one-fourth a.change-product-label {
  text-decoration: none;
}

section.product-one-fourth {
  padding-left: 22px;
  padding-right: 22px;
}

#user-items #table-products-body-responsive {
  display: none;
}

p.color-primary-light a, p.form-popup__label-subtitle-text a {
  color: #0cb0e6 !important;
  text-decoration: none !important;
}

p.color-primary-light a:hover, p.form-popup__label-subtitle-text a:hover {
  color: #0cb0e6 !important;
  text-decoration: underline !important;
}

#delivery-addresses-panel {
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  padding: 10px;
  top: 50px;
  right: 10px;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 10px #aaa;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: none;
}

#delivery-addresses-panel-mobile {
  max-height: 200px;
  min-height: 100px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: none;
  margin: 15px 0;
}
#delivery-addresses-panel-mobile div.delivery-address {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer; /* Safari */
  transition: box-shadow 0.4s;
}

#delivery-addresses-panel div.delivery-address {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer; /* Safari */
  transition: box-shadow 0.4s;
}

#delivery-addresses-panel div.delivery-address:hover {
  box-shadow: 0 0 5px #ccc;
}

#delivery-addresses-panel div.delivery-address .label {
  font-weight: bold;
}

.product-one-half .col-image img {
  width: auto;
  max-width: 110px;
  max-height: 110px;
}

#product .col-thumbnail {
  text-align: center;
}

#product .col-thumbnail img {
  max-width: 253px;
  max-height: 253px;
  width: auto;
  margin: 0 auto;
}

.product-one-fourth .product-image,
.premium-product .product-image {
  display: block;
  text-align: center;
  height: 110px;
  line-height: 110px;
}

.product-one-fourth .product-image img,
.premium-product .product-image img {
  width: auto;
  max-width: 110px;
  max-height: 110px;
}

#cart table.table-products img.product-image {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}

.widget {
  position: relative;
}

.shipping-charges-content {
  min-height: 32px;
}

/* WIDGETY OD KAMILA */
.reported-bugs {
  margin: auto;
}

@media screen and (max-width: 552px) {
  .grid-padding {
    padding: 0;
  }
}
.margin-bottom {
  margin-bottom: 20px !important;
}

.calendar {
  max-width: 400px !important;
  margin: auto !important;
}

.calendar-headline {
  width: 40%;
  text-align: left;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}

.calendar-date {
  width: 60%;
  text-align: left;
  float: left;
}

.col-checkboxes-cariers {
  width: 100%;
}

.calendar-buttons {
  position: absolute;
  right: 30px;
  top: 15px;
}

#download .tab-content {
  background: #eee;
  padding: 15px;
  border: 1px solid #cd728f;
  border-radius: 0 3px 3px 3px;
}

#calendar .ui-tabs-active a {
  background-color: #0cb0e6 !important;
  border-color: #0cb0e6 !important;
  color: #ffffff !important;
}

#orders {
  padding-bottom: 0;
}
#orders .tab-content {
  padding: 0 15px;
  border: 1px solid #dae0e4;
  border-radius: 0 3px 3px 3px;
}
#orders .ui-tabs-active a {
  background-color: #0060a8 !important;
  border-color: #0060a8 !important;
  color: #ffffff !important;
}

.filter-invoices input[type=text] {
  width: 250px;
}
.filter-invoices label {
  margin-left: 12px;
}
.filter-invoices label:first-child {
  margin-left: 0;
}

.btn-watchdog-inactive {
  opacity: 0.5;
}

.btn-watchdog-inactive .icon-dog-circle {
  opacity: 0.3;
}

@media screen and (max-width: 700px) {
  .calendar-buttons {
    position: relative;
    display: block;
    clear: both;
    margin: 0px 0px 0px 10px;
  }
  .calendar-headline {
    width: 50%;
  }
  .calendar-date {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .irrelevant {
    display: none;
  }
}
.list-articles > li {
  padding-right: 0;
  margin-bottom: 5px;
}

.list-popular > li span {
  padding-top: 0;
}

.sidebar-content hr {
  margin: 10px 0px;
}

#street-autocomplete,
#city-autocomplete {
  position: relative;
}

#street-autocomplete .results,
#city-autocomplete .results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 300px;
  z-index: 10;
}

#street-autocomplete .results .data-row,
#city-autocomplete .results .data-row {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.1s;
  min-width: 300px;
}

#street-autocomplete .results .data-row:hover,
#city-autocomplete .results .data-row:hover,
#city-autocomplete .results .data-row-current {
  background-color: #0060a8;
  color: #fff;
}

.webinar-content {
  box-sizing: border-box;
  width: 100%;
  margin-left: 115px;
  padding-right: 115px;
}

div.col.col-4.half .thumbnail, div.col.col-4.half .article__photogallery-thumbnail, div.col.col-4.half .article__photogallery-thumbnail-r {
  padding: 0px;
}

div.col.col-4.half a.thumbnail.more-photos, div.col.col-4.half a.more-photos.article__photogallery-thumbnail, div.col.col-4.half a.more-photos.article__photogallery-thumbnail-r {
  padding: 15px 0 5px 0;
}

div.col.col-4.half a.thumbnail.more-photos:hover, div.col.col-4.half a.more-photos.article__photogallery-thumbnail:hover, div.col.col-4.half a.more-photos.article__photogallery-thumbnail-r:hover {
  text-decoration: none;
}

div.col.col-4.half a.thumbnail.more-photos div, div.col.col-4.half a.more-photos.article__photogallery-thumbnail div, div.col.col-4.half a.more-photos.article__photogallery-thumbnail-r div {
  color: #c0c0c0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
}

div.col.col-4.half.small-thumbnail a {
  height: 76px;
  line-height: 72px;
  text-align: center;
}

div.col.col-4.half.small-thumbnail a img {
  max-height: 72px;
}

div.col.col-4.half.small-thumbnail a.more-photos {
  line-height: 100%;
}

a.add-to-favorites-button:hover {
  color: #8a2315;
  transition: color 1s ease;
  text-shadow: 1px 1px 1px #ccc;
  cursor: pointer;
}

.articles-filter-wrapper {
  min-height: 40px;
}

.articles-block {
  border: 1px solid #DAE0E4;
  border-radius: 0 2px 2px 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
  padding: 15px 10px;
}
.articles-block ul {
  margin-bottom: 0;
}

.articles-block__tab {
  background-color: #ffffff;
}

.articles-block__search {
  width: 100%;
  margin-bottom: 10px;
  background-color: white;
}

.articles-block__list {
  min-height: 295px;
  max-height: 295px;
}

#delivery-address .choose-another-address {
  display: none;
}

#delivery-address .hint {
  font-size: 0.8em;
  padding-top: 5px;
}

#delivery-address .hint > span {
  color: #d43620;
  font-size: 1.2em;
  font-weight: bold;
}

#delivery-address .hint .hint-item {
  margin: 0 3px;
}

.post-meta,
.post-category {
  padding-top: 5px;
}

.pcn-info-popup {
  max-width: 100vw;
  position: absolute;
  width: 500px;
  left: 0;
  top: -5px;
  z-index: 5;
  display: none;
  font-size: 14px;
  font-weight: normal;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  white-space: normal;
  border: 1px solid #dddddd;
}

div.noty_close {
  opacity: 1 !important;
  display: block !important;
}

.description-box .col-cart {
  width: 29%;
}

.description-box .col-form {
  width: 50%;
}

.description-box .col-button {
  width: 21%;
}

.article-description-box {
  font-size: 1.07143em;
  line-height: 1.375em;
}

section.main .article-description-box p {
  font-size: 1em;
  line-height: 1.375em;
}

.col-webinar-detail .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.webinar-details hr {
  margin: 5px 0;
}

div.webinar-details .col-webinar-detail p {
  margin-bottom: 3px;
}

p.post-description-big {
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.375em;
}

section.main p.article-perex {
  margin-bottom: 22.5px;
}

#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
  margin-top: 32px;
}

div.article-body {
  font-size: 1rem;
  line-height: 1.5;
}

section.main div.section-body i,
section.main div.article-body i {
  font-style: italic;
}
section.main div.section-body i.icon, section.main div.section-body i.fa-solid, section.main div.section-body i.fa-regular,
section.main div.article-body i.icon,
section.main div.article-body i.fa-solid,
section.main div.article-body i.fa-regular {
  font-style: normal;
}
section.main div.section-body p,
section.main div.article-body p {
  font-size: 1em;
}
section.main div.section-body strike,
section.main div.article-body strike {
  text-decoration: line-through;
}
section.main div.section-body sub,
section.main div.section-body sup,
section.main div.article-body sub,
section.main div.article-body sup {
  font-size: 75%;
  line-height: 0;
}
section.main div.section-body sub,
section.main div.article-body sub {
  vertical-align: sub;
}
section.main div.section-body sup,
section.main div.article-body sup {
  vertical-align: super;
}
section.main div.section-body u,
section.main div.article-body u {
  text-decoration: underline;
}
section.main div.section-body h2,
section.main div.section-body h3,
section.main div.section-body h4,
section.main div.section-body h5,
section.main div.section-body h6,
section.main div.article-body h2,
section.main div.article-body h3,
section.main div.article-body h4,
section.main div.article-body h5,
section.main div.article-body h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #393939;
}
section.main div.section-body h2.heading-green,
section.main div.section-body h3.heading-green,
section.main div.section-body h4.heading-green,
section.main div.section-body h5.heading-green,
section.main div.section-body h6.heading-green,
section.main div.article-body h2.heading-green,
section.main div.article-body h3.heading-green,
section.main div.article-body h4.heading-green,
section.main div.article-body h5.heading-green,
section.main div.article-body h6.heading-green {
  color: #56b868;
}
section.main div.section-body h2.title,
section.main div.section-body h3.title,
section.main div.section-body h4.title,
section.main div.section-body h5.title,
section.main div.section-body h6.title,
section.main div.article-body h2.title,
section.main div.article-body h3.title,
section.main div.article-body h4.title,
section.main div.article-body h5.title,
section.main div.article-body h6.title {
  color: white;
}
section.main div.section-body h2,
section.main div.article-body h2 {
  font-size: 1.5rem;
}
section.main div.section-body h3,
section.main div.article-body h3 {
  font-size: 1.35rem;
}
section.main div.section-body h4,
section.main div.article-body h4 {
  font-size: 1.25rem;
}
section.main div.section-body h5,
section.main div.article-body h5 {
  font-size: 1.125rem;
}
section.main div.section-body h6,
section.main div.article-body h6 {
  font-size: 1rem;
}

section.main .section-body {
  font-size: 1rem;
  line-height: 1.5;
}
section.main .section-body p {
  font-size: 1rem;
  line-height: 1.5;
}
section.main .section-body a {
  text-decoration: underline;
}

div.article-footer {
  color: #000;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 150%;
  font-size: 13px;
}

div.not-active-filters {
  margin-bottom: 8px;
  padding-top: 8px !important;
}

div.premium-product div.premium-image {
  width: 120px;
  height: 120px;
  margin: 16px auto;
}

div.premium-product img {
  height: auto;
  max-height: 100%;
}

div.premium-category {
  font-size: 1.5em;
  margin: 18px 0 -20px 0;
  font-weight: bold;
  color: #0060a8;
}

span.input-empty {
  color: #717171;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
  transition-duration: 0.2s;
  transition-property: border-color;
  width: 100%;
}

div.order-user-row section > div {
  margin-top: 15px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkbox.manufacturer + label {
  width: 16.66%;
  margin: 3px 0;
  float: left;
  padding-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkbox + label {
  padding-left: 35px;
}

.checkbox + label::after {
  left: 15px;
}

.checkbox.manufacturer + label span {
  right: 15px;
}

.profile th {
  font-weight: 700;
}
.profile div.row .col {
  margin-top: 10px;
}
.profile div.row .col.margin-top-none {
  margin-top: 0;
}
.profile > div.row:first-child {
  margin-top: 0;
}

.profile-responsive {
  max-width: 100%;
  overflow-x: scroll;
}
.profile-responsive table {
  min-width: 640px;
}

div.order-details-block {
  padding: 10px;
}

div.order-details-left {
  float: left;
  width: 50%;
}

div.order-details-right {
  float: right;
  width: 48%;
}

div.order-details-right-bottom {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

div.pager.white a:not(.active) {
  background: #fff;
}

ul.download {
  margin-top: 10px;
  list-style-type: square;
  margin-left: 15px;
}

ul.download li {
  padding: 3px;
}

ul.download li span.file-size,
div.pcn span.file-size {
  margin-left: 20px;
  color: #888;
}

.filter-header .btn.enlarge-parameter,
.filter-header .btn.enlarge-parameter-single {
  font-size: 11px;
  position: absolute;
  right: 16px;
  top: 10px;
  color: #393939;
}

.filter-header p {
  font-family: "Barlow", sans-serif;
  padding: 8px 48px 8px 24px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.filter-header p.filter-header-offset {
  padding: 8px 48px;
}

div.filter-body {
  transition: height 0.5s ease;
  overflow: hidden;
}

div.filter-active.large .filter-body {
  height: 278px;
}

.info-popup {
  position: absolute;
  width: 400px;
  left: 25px;
  top: 0;
  z-index: 5;
  display: none;
  font-size: 13px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  white-space: normal;
  border: 1px solid #dddddd;
}

table.table-dark {
  background-color: #eaeff2;
}

div.input-with-loader {
  position: relative;
}

div.input-with-loader div.loader-16 {
  right: 12px;
  top: 10px;
}

a.show-details {
  text-decoration: none;
  color: #fff;
}

.color-disabled {
  color: #aaa;
}

div.linecards-filters #subcategories-inline > .filter {
  width: 25%;
}

#price-request-detail .comment-responsive {
  display: none;
}

#pricerequest-detail hr {
  border-color: #ccc;
  margin: 20px 0;
}

.pricerequest_table-wrapper {
  border-radius: 4px;
  margin-bottom: 15px;
}
.pricerequest_table-wrapper:last-child {
  margin-bottom: 0;
}

.cart-item__image {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

#pricerequest-responsive-items {
  display: none;
}

#price-request-list .responsive-title {
  display: none;
}

#price-request-list i.icon-magnifier svg {
  fill: #393939;
}

#price-request-confirm-responsive {
  display: none;
}

.fb-like.fb_iframe_widget {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
}

.products-panel-response {
  padding: 15px 0 0 0 !important;
}
.products-panel-response hr:first-child {
  display: none;
}

.btn-tag,
.btn-tag-list,
.btn-new,
.btn-new-list,
.btn-sample,
.btn-sample-list {
  padding: 0 5px;
  font-weight: normal;
  font-size: 13px;
  margin-left: 4px;
}

.btn-tag {
  margin-left: 0;
  margin-right: 4px;
  margin-top: 4px;
}

.btn-tag:last-child {
  margin-right: 0;
}

.btn-tag-list {
  color: #0060a8;
  background-color: #ffffff;
  border-color: #0060a8;
}

.btn-tag-list:hover {
  color: #ffffff;
  background-color: #004375;
  border-color: #003d6b;
}

.btn-new-list {
  background-color: #ffffff;
  border-color: #c8321e;
  color: #c8321e;
}
.btn-new-list:hover, .btn-new-list:focus, .btn-new-list.focus, .btn-new-list:active, .btn-new-list.active, .open > .btn-new-list.dropdown-toggle {
  color: #c8321e;
  background-color: #e6e6e6;
  border-color: #932516;
}
.btn-new-list:active, .btn-new-list.active, .open > .btn-new-list.dropdown-toggle {
  background-image: none;
}
.btn-new-list.disabled, .btn-new-list.disabled:hover, .btn-new-list.disabled:focus, .btn-new-list.disabled.focus, .btn-new-list.disabled:active, .btn-new-list.disabled.active, .btn-new-list[disabled], .btn-new-list[disabled]:hover, .btn-new-list[disabled]:focus, .btn-new-list[disabled].focus, .btn-new-list[disabled]:active, .btn-new-list[disabled].active, fieldset[disabled] .btn-new-list, fieldset[disabled] .btn-new-list:hover, fieldset[disabled] .btn-new-list:focus, fieldset[disabled] .btn-new-list.focus, fieldset[disabled] .btn-new-list:active, fieldset[disabled] .btn-new-list.active {
  background-color: #ffffff;
  border-color: #c8321e;
}
.btn-new-list .badge {
  color: #ffffff;
  background-color: #c8321e;
}
.btn-new-list:hover {
  color: #ffffff;
  background-color: #9c2717;
  border-color: #932516;
}

.btn-sample-list {
  background-color: #ffffff;
  border-color: #c8321e;
  color: #c8321e;
}
.btn-sample-list:hover, .btn-sample-list:focus, .btn-sample-list.focus, .btn-sample-list:active, .btn-sample-list.active, .open > .btn-sample-list.dropdown-toggle {
  color: #c8321e;
  background-color: #e6e6e6;
  border-color: #932516;
}
.btn-sample-list:active, .btn-sample-list.active, .open > .btn-sample-list.dropdown-toggle {
  background-image: none;
}
.btn-sample-list.disabled, .btn-sample-list.disabled:hover, .btn-sample-list.disabled:focus, .btn-sample-list.disabled.focus, .btn-sample-list.disabled:active, .btn-sample-list.disabled.active, .btn-sample-list[disabled], .btn-sample-list[disabled]:hover, .btn-sample-list[disabled]:focus, .btn-sample-list[disabled].focus, .btn-sample-list[disabled]:active, .btn-sample-list[disabled].active, fieldset[disabled] .btn-sample-list, fieldset[disabled] .btn-sample-list:hover, fieldset[disabled] .btn-sample-list:focus, fieldset[disabled] .btn-sample-list.focus, fieldset[disabled] .btn-sample-list:active, fieldset[disabled] .btn-sample-list.active {
  background-color: #ffffff;
  border-color: #c8321e;
}
.btn-sample-list .badge {
  color: #ffffff;
  background-color: #c8321e;
}
.btn-sample-list:hover {
  color: #ffffff;
  background-color: #004375;
  border-color: #003d6b;
}

.frm-samples-note {
  height: 50px;
}

#footer-container .headlangs {
  margin: 0;
  padding: 10px 5px 5px;
  font-size: 12px;
  text-align: center;
}
#footer-container .headlangs li {
  display: inline-block;
}
#footer-container .headlangs li.active a {
  color: #d43620;
  font-weight: 700;
}
#footer-container .headlangs a {
  color: #5b6672;
  margin: 0 5px;
}
#footer-container .headlangs a::after {
  content: "/";
  color: #5b6672;
  font-weight: 400;
  margin-left: 5px;
}

div.filter-active-container {
  width: auto !important;
  float: none;
  display: inline-block;
  clear: none !important;
  vertical-align: top;
}

#filters-container {
  overflow-x: scroll;
}

#filters-inline {
  white-space: nowrap;
}

.mobile-menu__pricerequest-count {
  float: right;
  background: #d43620;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  margin-top: 2px;
  color: #fff;
  font-weight: bold;
}
.mobile-menu__pricerequest-count[data-count="0"] {
  display: none;
}

#subcategories-inline div.submenu.visible {
  opacity: 0;
}
#subcategories-inline div.submenu a:after {
  display: none;
}
#subcategories-inline div.submenu .item {
  width: 33%;
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
}
#subcategories-inline div.submenu .item .image {
  float: left;
  margin-right: 10px;
}
#subcategories-inline div.submenu .item .image div.cat-image,
#subcategories-inline div.submenu .item .image img {
  max-width: 100%;
  max-height: 100%;
}
#subcategories-inline div.submenu .item .right {
  float: left;
  width: calc(100% - 70px);
  min-height: 60px;
}
#subcategories-inline div.submenu .item .right .name {
  transition: color 0.2s linear;
  display: inline-block;
  font-size: 15px;
}
#subcategories-inline div.submenu .item .right .name a {
  color: #0060a8 !important;
  padding-right: 4px !important;
}
#subcategories-inline div.submenu .item .right .quantity {
  font-size: 11px;
  color: #757575;
  display: inline-block;
}
#subcategories-inline div.submenu .item:hover .right .name a {
  color: #d43620 !important;
}
#subcategories-inline div.submenu .item .subsubcategory a {
  color: #555 !important;
  font-size: 13px;
  display: inline-block !important;
  padding-right: 5px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 60px);
  white-space: nowrap;
  vertical-align: middle;
}
#subcategories-inline div.submenu .item .subsubcategory span {
  font-weight: normal;
  color: #aaa;
  vertical-align: middle;
  font-size: 13px;
}
#subcategories-inline div.submenu .item div.subcategories-more {
  display: none;
}
#subcategories-inline div.submenu .item a.more {
  color: #0060a8;
  font-weight: 600;
  text-decoration: underline;
  font-size: 13px;
}
#subcategories-inline div.submenu .item div.no-subcategories {
  color: #757575;
  font-weight: normal;
  font-size: 13px;
}

#subcategories-inline div.submenu .item {
  width: 24.7%;
  padding: 10px 10px 10px 10px;
}
#subcategories-inline div.submenu .item .subsubcategory a {
  max-width: calc(100% - 40px);
}
#subcategories-inline div.submenu .item .right .quantity {
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
}
#subcategories-inline div.submenu a {
  width: auto;
}
#subcategories-inline div.submenu a.category-image {
  width: 60px;
  height: 60px;
  text-align: center;
}
#subcategories-inline div.submenu a.category-image:hover img, #subcategories-inline div.submenu a.category-image:focus img {
  opacity: 0.5;
}

#ajax-filters-panel {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

#ajax-filters-panel.without-parameter-filters .category-all-filters-scrollbar {
  display: inline-block;
  width: auto !important;
  position: relative;
}
#ajax-filters-panel.without-parameter-filters .not-active-filters {
  display: none !important;
}
#ajax-filters-panel.without-parameter-filters .aktivne-filtre {
  display: none !important;
}
#ajax-filters-panel.without-parameter-filters #subcategories-panel {
  display: inline-block !important;
  width: calc(100% - 275px);
  vertical-align: top;
  padding: 8px 0 0 0;
}
#ajax-filters-panel.without-parameter-filters #filters-panel {
  display: inline-block;
  vertical-align: top;
  max-width: 305px;
  overflow-x: hidden;
}
#ajax-filters-panel.without-parameter-filters .filter {
  width: 33%;
}
#ajax-filters-panel.without-parameter-filters a.enlarge-parameter {
  display: none;
}
#ajax-filters-panel.without-parameter-filters a.remove-parameter {
  display: none;
}
#ajax-filters-panel.without-parameter-filters #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-y {
  display: none;
}
#ajax-filters-panel.without-parameter-filters #filters-panel .category-all-filters-scrollbar > .scroll-wrapper > .scroll-element.scroll-x {
  display: none;
}

#filter-finish-without-parametric-filter {
  margin: -16px 16px 16px 16px;
}
#filter-finish-without-parametric-filter.fixed {
  position: fixed;
  bottom: -10px;
  right: 0px;
}

#ajax-filters-panel.padding-bottom {
  padding-bottom: 60px;
}

#payment-delivery-table h2.pd-header {
  display: none;
}

.table-products-compare .anchor {
  font-size: 12px;
}

body.no-scroll {
  overflow: hidden;
}

#profile-subusers span.label,
#delivery-addresses-table span.label {
  display: none;
}
#profile-subusers .responsive,
#delivery-addresses-table .responsive {
  display: none;
}

#applications-tags .col-tag {
  width: 25%;
  margin-bottom: 6px;
}
#applications-tags .col-tag a {
  color: #0cb0e6;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

#applications .col-application {
  width: 25%;
  margin-bottom: 6px;
}
#applications .col-application a {
  color: #0cb0e6;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-up label {
  margin-bottom: 1px;
  font-weight: bold;
}
.form-up label:after {
  content: ":";
}
.form-up label.required:after {
  content: ": *";
}

#button-export i {
  padding-left: 0;
}

.declaration-request__product {
  margin-top: 5px;
}

.declaration-request__product--name {
  font-size: 1rem;
  font-weight: 700;
}

.form-final__label--block {
  font-weight: 700;
}

.form-final__buttons--declarations button {
  width: 100%;
}

#hp-articles .col-article {
  margin-top: 25px;
}
#hp-articles .col-article .article-hp-footer {
  font-size: 12px;
  border-bottom: 1px solid #eaeff2;
  padding-bottom: 10px;
}
#hp-articles .col-article .article-footer-left {
  width: auto;
  /* autoprefixer: off */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
#hp-articles .col-article .article-footer-right {
  float: right;
  width: auto;
}

.container-sortiment {
  background-color: #ffffff;
}

.container-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.collapsible-control-u {
  cursor: pointer;
  color: #0060a8;
}

#search-params-wrapper .loading {
  opacity: 0.5;
  width: 100%;
  height: 315px;
}

.delivery-options__item,
.payment-options__item {
  display: flex;
  align-items: center;
}
.delivery-options__item input,
.payment-options__item input {
  margin: 0;
}
.delivery-options__item label,
.payment-options__item label {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 8px;
}

.delivery-options__item-label {
  display: flex;
}

.delivery-options__item-text {
  flex-grow: 1;
}

.delivery-options__item-price {
  padding-left: 4px;
  text-align: right;
  white-space: nowrap;
}

.delivery-options__item-time {
  font-size: 0.75rem;
}

.delivery-options__note {
  padding-top: 5px;
  margin-bottom: 0;
}
.delivery-options__note span {
  font-size: 12px;
}

.filters-mobile__button-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
}

.filters-mobile__button-count,
.filters-mobile__button-show {
  width: 100%;
}

.filters-mobile__button-count {
  text-transform: uppercase;
}

.filters-desktop__loader {
  display: none;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

#registration-form label {
  font-weight: bold;
}

.reg-sk-company-wrapper .reg-sk-company {
  display: none;
}

.reg-user-wrapper {
  display: none;
}

.core-order__ic-btn,
.core-order__ic-btn--manual {
  width: 100%;
  margin-top: 5px;
}

.filters-desktop__wrapper--news-sales {
  margin-top: 0;
}

@media only screen and (max-width: 1799px) {
  div.filter-active-container, #subcategories-inline > .filter {
    width: 16.66%;
  }
  div.filter-active-container:nth-child(8n+1) {
    clear: none;
  }
  div.filter-active-container:nth-child(6n+1) {
    clear: both;
  }
  #subcategories-inline div.submenu .item {
    width: 33%;
  }
}
@media only screen and (max-width: 1599px) {
  table.table-products .external-stock {
    white-space: normal;
  }
}
@media only screen and (max-width: 1399px) {
  div.filter-active-container, #subcategories-inline > .filter {
    width: 20%;
  }
  div.filter-active-container:nth-child(6n+1) {
    clear: none;
  }
  div.filter-active-container:nth-child(5n+1) {
    clear: both;
  }
  .checkbox.manufacturer + label {
    width: 25%;
  }
  table.table-products .stock {
    white-space: normal;
  }
}
@media only screen and (max-width: 1299px) {
  table.table-products .stock {
    min-width: 0;
  }
  #subcategories-inline div.submenu .item {
    width: 49.5%;
  }
}
@media only screen and (max-width: 1199px) {
  .user-items-b__list {
    display: none;
  }
  #table-products-body-responsive .button-remove-customer-name,
  #table-products-body-responsive .button-product-remove-from-watched {
    background-color: #c8321e;
    border-color: transparent;
    color: #ffffff;
    position: absolute;
    top: -12px;
    right: -2px;
    font-size: 13px;
    line-height: 1.4;
  }
  #table-products-body-responsive .button-remove-customer-name:hover, #table-products-body-responsive .button-remove-customer-name:focus, #table-products-body-responsive .button-remove-customer-name.focus, #table-products-body-responsive .button-remove-customer-name:active, #table-products-body-responsive .button-remove-customer-name.active, .open > #table-products-body-responsive .button-remove-customer-name.dropdown-toggle,
  #table-products-body-responsive .button-product-remove-from-watched:hover,
  #table-products-body-responsive .button-product-remove-from-watched:focus,
  #table-products-body-responsive .button-product-remove-from-watched.focus,
  #table-products-body-responsive .button-product-remove-from-watched:active,
  #table-products-body-responsive .button-product-remove-from-watched.active,
  .open > #table-products-body-responsive .button-product-remove-from-watched.dropdown-toggle {
    color: #ffffff;
    background-color: #9c2717;
    border-color: rgba(0, 0, 0, 0);
  }
  #table-products-body-responsive .button-remove-customer-name:active, #table-products-body-responsive .button-remove-customer-name.active, .open > #table-products-body-responsive .button-remove-customer-name.dropdown-toggle,
  #table-products-body-responsive .button-product-remove-from-watched:active,
  #table-products-body-responsive .button-product-remove-from-watched.active,
  .open > #table-products-body-responsive .button-product-remove-from-watched.dropdown-toggle {
    background-image: none;
  }
  #table-products-body-responsive .button-remove-customer-name.disabled, #table-products-body-responsive .button-remove-customer-name.disabled:hover, #table-products-body-responsive .button-remove-customer-name.disabled:focus, #table-products-body-responsive .button-remove-customer-name.disabled.focus, #table-products-body-responsive .button-remove-customer-name.disabled:active, #table-products-body-responsive .button-remove-customer-name.disabled.active, #table-products-body-responsive .button-remove-customer-name[disabled], #table-products-body-responsive .button-remove-customer-name[disabled]:hover, #table-products-body-responsive .button-remove-customer-name[disabled]:focus, #table-products-body-responsive .button-remove-customer-name[disabled].focus, #table-products-body-responsive .button-remove-customer-name[disabled]:active, #table-products-body-responsive .button-remove-customer-name[disabled].active, fieldset[disabled] #table-products-body-responsive .button-remove-customer-name, fieldset[disabled] #table-products-body-responsive .button-remove-customer-name:hover, fieldset[disabled] #table-products-body-responsive .button-remove-customer-name:focus, fieldset[disabled] #table-products-body-responsive .button-remove-customer-name.focus, fieldset[disabled] #table-products-body-responsive .button-remove-customer-name:active, fieldset[disabled] #table-products-body-responsive .button-remove-customer-name.active,
  #table-products-body-responsive .button-product-remove-from-watched.disabled,
  #table-products-body-responsive .button-product-remove-from-watched.disabled:hover,
  #table-products-body-responsive .button-product-remove-from-watched.disabled:focus,
  #table-products-body-responsive .button-product-remove-from-watched.disabled.focus,
  #table-products-body-responsive .button-product-remove-from-watched.disabled:active,
  #table-products-body-responsive .button-product-remove-from-watched.disabled.active,
  #table-products-body-responsive .button-product-remove-from-watched[disabled],
  #table-products-body-responsive .button-product-remove-from-watched[disabled]:hover,
  #table-products-body-responsive .button-product-remove-from-watched[disabled]:focus,
  #table-products-body-responsive .button-product-remove-from-watched[disabled].focus,
  #table-products-body-responsive .button-product-remove-from-watched[disabled]:active,
  #table-products-body-responsive .button-product-remove-from-watched[disabled].active,
  fieldset[disabled] #table-products-body-responsive .button-product-remove-from-watched,
  fieldset[disabled] #table-products-body-responsive .button-product-remove-from-watched:hover,
  fieldset[disabled] #table-products-body-responsive .button-product-remove-from-watched:focus,
  fieldset[disabled] #table-products-body-responsive .button-product-remove-from-watched.focus,
  fieldset[disabled] #table-products-body-responsive .button-product-remove-from-watched:active,
  fieldset[disabled] #table-products-body-responsive .button-product-remove-from-watched.active {
    background-color: #c8321e;
    border-color: transparent;
  }
  #table-products-body-responsive .button-remove-customer-name .badge,
  #table-products-body-responsive .button-product-remove-from-watched .badge {
    color: #c8321e;
    background-color: #ffffff;
  }
  #table-products-body-responsive .button-remove-customer-name:hover, #table-products-body-responsive .button-remove-customer-name:focus,
  #table-products-body-responsive .button-product-remove-from-watched:hover,
  #table-products-body-responsive .button-product-remove-from-watched:focus {
    color: black;
  }
  #table-products-body-responsive .product-details-block {
    position: relative;
  }
  table.table-products .external-stock {
    white-space: normal;
    padding: 10px;
  }
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 25%;
  }
  div.filter-active-container:nth-child(5n+1) {
    clear: none;
  }
  div.filter-active-container:nth-child(4n+1) {
    clear: both;
  }
  .checkbox.manufacturer + label {
    width: 33.33%;
  }
  .order-buttons-left .btn, .order-buttons-right .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  ul.section-menu li {
    width: 50%;
  }
  #applications .col-application {
    width: 33.33%;
  }
  #applications-tags .col-tag {
    width: 33.33%;
  }
  .table-responsive-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table-responsive-2 thead {
    display: none;
  }
  .table-responsive-2 tbody {
    display: block;
    padding: 4px;
  }
  .table-responsive-2 tbody tr {
    display: block;
    float: left;
    width: calc(33.33% - 8px);
    margin: 4px;
    padding: 8px;
    border: 1px solid #dae0e4;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .table-responsive-2 tbody tr:first-child {
    margin-top: 0;
  }
  .table-responsive-2 tbody tr.clear {
    border: none;
  }
  .table-responsive-2 tbody tr td {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    border: none;
    padding: 0;
    text-align: left;
    overflow-x: hidden;
  }
  .table-responsive-2 tbody tr td.invoice__legend_cell {
    margin-left: -8px;
    width: calc(100% + 16px);
    padding: 0 8px;
  }
  .table-responsive-2 tbody tr td span.label {
    display: block;
  }
  .table-responsive-2 tbody tr td.image {
    text-align: center;
    overflow: inherit;
  }
  .table-responsive-2 tbody tr td.buttons {
    text-align: center;
    padding-bottom: 6px;
  }
  .table-responsive-2 tbody tr td a.show-details {
    display: none;
  }
  .table-responsive-2 tbody tr td a.show-details-responsive {
    display: inline-block;
  }
  .table-responsive-2 tbody tr td.invoice__col--payment {
    overflow: initial;
    padding-bottom: 8px;
  }
  .filter-invoices .col {
    width: 100%;
    padding-top: 6px;
  }
  .filter-invoices .col:first-child {
    padding-top: 0;
  }
  #user-items .table-products {
    display: none;
  }
  #user-items #table-products-body-responsive {
    display: block;
  }
  #table-products-body-responsive div.product-details-left > a {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
  .applications__subapplications {
    grid-template-columns: 1fr 1fr;
  }
  .applications__categories {
    grid-template-columns: 1fr 1fr;
  }
  .applications__brands {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .applications__tags {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .applications__brands .applications__brand:nth-child(n+7),
  .applications__tags .applications__tag:nth-child(n+7) {
    display: block;
  }
  .applications__categories .applications__category:nth-child(n+9) {
    display: none;
  }
  .applications__categories .applications__category:nth-child(n+7),
  .applications__brands .applications__brand:nth-child(n+10),
  .applications__tags .applications__tag:nth-child(n+10) {
    display: none;
  }
  .news__item-widgets {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sortiment__categories {
    grid-template-columns: 1fr 1fr;
  }
  .sortiment__brands {
    grid-template-columns: 1fr 1fr;
  }
  .brand-products__categories {
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }
  .linecard__top-brands {
    grid-template-columns: 1fr 1fr;
  }
  .linecard__brands-letters {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .linecard__brands {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .linecards-detail__infoboxes {
    grid-template-columns: 1fr 1fr;
  }
  .linecards-detail__infoboxes.single-infobox {
    grid-template-columns: 1fr;
  }
  .linecards-detail__categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  #orders ul.tabs {
    width: 100%;
  }
  #orders ul.tabs li {
    width: 50%;
  }
  #orders ul.tabs li:nth-child(2n) {
    padding-right: 0;
  }
  #orders ul.tabs li:nth-child(1), #orders ul.tabs li:nth-child(2) {
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #article {
    padding: 24px 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-slogans {
    grid-template-columns: 1fr 1fr;
  }
  .homepage-brands__block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .homepage-videos {
    grid-template-columns: 1fr 1fr;
  }
  .linecard__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .invoice-header__container {
    grid-template-columns: 1fr 1fr;
  }
  .table-responsive-2 tbody tr:nth-child(2), .table-responsive-2 tbody tr:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1199px) {
  #hp-articles .col-article:nth-of-type(1), #hp-articles .col-article:nth-of-type(2) {
    margin-top: 0;
  }
  .articles__list-item {
    width: 50%;
  }
  .articles__list-item:nth-of-type(1), .articles__list-item:nth-of-type(2) {
    margin-top: 0;
  }
  .articles__list-item:nth-child(2n+1) {
    clear: both;
  }
  .articles__photogallery-container a.article__photogallery-thumbnail {
    border: 1px solid #eaeff2;
  }
  .table-responsive-2 tbody tr:nth-child(2) {
    margin-top: 0;
  }
  .table-responsive-2 tbody tr td > * {
    white-space: nowrap;
  }
  .table-responsive-2 tbody tr td.image {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .claims-request__form-col {
    width: 50%;
  }
  .claims-request__form-col--buttons {
    width: 100%;
  }
  .order-unlogged-address > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .order-unlogged-2__form-h2 {
    margin-left: 0;
    margin-right: 0;
  }
  .order-unlogged-2__form-customer-type,
  .order-unlogged-2__form-fields {
    padding-left: 0;
    padding-right: 0;
  }
  .order-unlogged-2__form-h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .order-step-unlogged-2__alternative--login {
    padding-left: 15px;
  }
  .order-step-unlogged-2__alternative--registration {
    padding-right: 15px;
  }
  .pricerequest__autocomplete {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 1023px) {
  .claims-request__form-col > .row > .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  #orders div.tab-content {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .order-detail .description-box,
  .invoice-detail .description-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 999px) {
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 33.33%;
  }
  div.filter-active-container:nth-child(4n+1) {
    clear: none;
  }
  div.filter-active-container:nth-child(3n+1) {
    clear: both;
  }
  .checkbox.manufacturer + label {
    width: 50%;
  }
  a.post-image img {
    margin: 0 auto;
  }
  a.post-image {
    text-align: center;
  }
  #header .icon.icon-cart-alt::after {
    display: block;
  }
  #subcategories-inline div.submenu .item {
    width: 100%;
  }
  #registration-email .row-container > .col {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  div.order-details-left,
  div.order-details-right {
    width: 100%;
  }
  #price-request-confirm-desktop {
    display: none;
  }
  #price-request-confirm-responsive {
    display: block;
  }
  #applications .col-application {
    width: 50%;
  }
  #applications-tags .col-tag {
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .cart-items__item-price--unitprice {
    text-align: center;
  }
  .cart-summary__wrapper {
    min-width: 450px;
    float: right;
  }
  .cart-summary__agreement {
    max-width: 400px;
    margin-top: 4px;
    display: inline-block;
  }
  .cart-summary__agreement-item label:after {
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .filters-desktop__wrapper #ajax-filters-panel {
    display: none;
  }
  .filters-desktop__wrapper #ajax-filters-panel.without-parameter-filters {
    display: block;
  }
  #used-filters {
    padding: 10px 0 0 0;
  }
  #inactive-filters {
    padding: 10px 0 0 0;
  }
  .filters-mobile__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    overflow: visible;
    z-index: 1000;
    width: 100%;
  }
  .filters-mobile__background {
    z-index: 1000;
    position: fixed;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 35px;
    will-change: transform;
    transform: translateX(-110%);
    box-shadow: transparent 2px 2px 4px;
    width: calc(100% - 20px);
    background: #fff;
    border-radius: 2px;
    padding: 5px;
  }
  .filters-mobile__header {
    position: absolute;
    height: 35px;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0;
  }
  .filters-mobile__footer {
    text-align: right;
    position: absolute;
    height: 35px;
    left: 5px;
    right: 5px;
    bottom: 10px;
  }
  div.title.bg-primary i.icon.icon-cross.filters-mobile__close {
    top: 10px;
  }
  .filters-mobile__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    bottom: 57px;
    min-height: 60px;
    overflow: auto;
    border-radius: 5px;
  }
  .filters-mobile__overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out, visibility 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .filters-mobile__wrapper--visible .filters-mobile__background {
    transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  }
  .filters-mobile__wrapper--visible .filters-mobile__overlay {
    opacity: 1;
    visibility: visible;
  }
  #filters-inline {
    white-space: normal;
  }
  #filters-inline .filter-active-container {
    display: block;
    width: 100%;
  }
  #filters-inline .category-filter-scrollbar label {
    margin-bottom: 8px;
  }
  #filters-inline .category-filter-scrollbar label:nth-of-type(1) {
    margin-top: 8px;
  }
  .filters-container {
    padding-left: 0;
    padding-right: 0;
  }
  #filters-inline {
    margin-bottom: 16px;
  }
  #header .input-btn {
    padding-bottom: 10px;
  }
  #ajax-filters-panel.without-parameter-filters #subcategories-panel {
    width: 100%;
    display: block;
    padding: 0 8px;
  }
  #ajax-filters-panel.without-parameter-filters .category-all-filters-scrollbar {
    display: block !important;
  }
  #ajax-filters-panel.without-parameter-filters .scroll-content {
    display: block;
  }
  #ajax-filters-panel.without-parameter-filters .scroll-wrapper {
    display: block;
  }
  #ajax-filters-panel.without-parameter-filters #filters-panel {
    display: block;
    max-width: none;
    overflow-x: auto;
  }
  #ajax-filters-panel.without-parameter-filters div.filter-active-container {
    display: block;
  }
  #subcategories-inline div.submenu .item {
    padding: 0 15px;
    width: 33.33%;
    min-height: 77px;
    display: block;
    float: left;
  }
  #subcategories-inline div.submenu .item .image {
    float: left;
    margin: 0 10px 0 0;
  }
  #subcategories-inline div.submenu .item a.more,
  #subcategories-inline div.submenu .item .subsubcategory,
  #subcategories-inline div.submenu .item .no-subcategories {
    display: none;
  }
  #subcategories-inline div.submenu .item .right {
    float: left;
    margin: 0;
    min-height: 0;
    width: calc(100% - 70px);
    text-overflow: ellipsis;
  }
  #subcategories-inline div.submenu .item .right .name {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.3;
  }
  #subcategories-inline div.submenu .item .right .name a {
    padding-right: 0;
    font-size: 14px;
  }
  #subcategories-inline div.submenu .item .right .quantity {
    display: block;
    width: 100%;
    float: left;
    font-weight: 400;
  }
  #filter-finish-without-parametric-filter {
    margin-top: 16px;
  }
  ul.section-menu li {
    width: 100%;
    display: none;
  }
  ul.section-menu li.header {
    display: block;
  }
  ul.section-menu.expanded li {
    display: block;
  }
  .forgot-password div.col {
    margin-top: 6px;
    text-align: right;
  }
  .forgot-password div.col:first-child {
    margin-top: 0;
    text-align: left;
  }
  .profile .btn {
    margin-top: 10px;
  }
  #profile-subusers thead,
  #delivery-addresses-table thead {
    display: none;
  }
  #profile-subusers tr,
  #delivery-addresses-table tr {
    display: block;
    width: 50%;
    float: left;
    padding-top: 6px;
  }
  #profile-subusers td,
  #delivery-addresses-table td {
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 0;
    border: none;
  }
  #profile-subusers td:last-child,
  #delivery-addresses-table td:last-child {
    padding-bottom: 0;
  }
  #profile-subusers td.buttons,
  #delivery-addresses-table td.buttons {
    margin-bottom: 10px;
  }
  #profile-subusers td.buttons a,
  #delivery-addresses-table td.buttons a {
    margin-top: 6px;
    display: none;
  }
  #profile-subusers td.buttons a.responsive,
  #delivery-addresses-table td.buttons a.responsive {
    display: inline-block;
  }
  #profile-subusers td span.label,
  #delivery-addresses-table td span.label {
    display: inline-block;
  }
  #profile-subusers td span.label:after,
  #delivery-addresses-table td span.label:after {
    content: ":";
  }
  #profile-subusers td span.input-empty,
  #delivery-addresses-table td span.input-empty {
    padding: 0;
    line-height: 1;
  }
  .table-responsive-2 tbody tr {
    width: calc(50% - 8px);
    margin: 4px;
  }
  .order-detail table.table-products,
  .invoice-detail table.table-products {
    background-color: transparent;
  }
  .order-detail table.table-products thead,
  .invoice-detail table.table-products thead {
    display: none;
  }
  .order-detail table.table-products tbody,
  .invoice-detail table.table-products tbody {
    padding-bottom: 10px;
  }
  .order-detail table.table-products tbody tr,
  .invoice-detail table.table-products tbody tr {
    width: calc(50% - 8px);
    margin: 4px;
    display: block;
    float: left;
    margin-top: 10px;
    border: 1px solid #dae0e4;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .order-detail table.table-products tbody tr:first-child,
  .invoice-detail table.table-products tbody tr:first-child {
    margin-top: 0;
  }
  .order-detail table.table-products tbody tr td,
  .invoice-detail table.table-products tbody tr td {
    display: inline-block;
    width: 100%;
    border: none;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 0;
  }
  .order-detail table.table-products tbody tr td span.label,
  .invoice-detail table.table-products tbody tr td span.label {
    display: block;
    width: 100%;
  }
  .container-res {
    padding-left: 8px;
    padding-right: 8px;
    border-left: 0;
    border-right: 0;
  }
  #orders-res {
    padding-left: 0;
    padding-right: 0;
  }
  .collapsible-control {
    cursor: pointer;
  }
  .collapsible-control i.collapsible-icon {
    float: right;
    top: 2px;
  }
  #filters-inline .category-filter-scrollbar {
    max-height: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .homepage-brands__block {
    grid-template-columns: 1fr 1fr;
  }
  .homepage-articles {
    grid-template-columns: 1fr 1fr;
  }
  .article__image-width-25,
  .article__image-width-50 {
    width: 50%;
  }
  .articles-related {
    grid-template-columns: 1fr 1fr;
  }
  .articles-related__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fr-text-column-2,
  .fr-text-column-3,
  .fr-text-column-4 {
    grid-template-columns: 1fr 1fr;
  }
  .article-product__container {
    display: grid;
    grid-template-columns: 130px auto;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .article-product__buy-info {
    grid-column-start: 1;
    grid-column-end: span 2;
    justify-content: flex-end;
  }
  .lead-form__file-upload .btn {
    width: auto;
  }
  .article__author-more {
    text-align: center;
  }
  .article__author-more-button {
    width: auto;
  }
  .order-detail table.table-products tbody tr:nth-child(2),
  .invoice-detail table.table-products tbody tr:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  .sortiment__category-image {
    height: 150px;
  }
  .sortiment__category-image.sortiment__category-gradient-image {
    background: radial-gradient(circle, rgb(31, 160, 205) 0%, rgb(0, 107, 183) 100%);
  }
  .sortiment__category-subcategories {
    display: block;
  }
  .linecards-detail__infoboxes-item {
    display: flex;
    flex-direction: column;
  }
  .linecards-detail__infoboxes-item-text {
    flex-grow: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .sortiment__brands {
    grid-template-columns: 1fr 1fr;
  }
  .applications__brands {
    grid-template-columns: 1fr 1fr;
  }
  .applications__tags {
    grid-template-columns: 1fr 1fr;
  }
  .applications__categories .applications__category:nth-child(n+7),
  .applications__brands .applications__brand:nth-child(n+7),
  .applications__tags .applications__tag:nth-child(n+7) {
    display: block;
  }
  .applications__brands .applications__brand:nth-child(n+11),
  .applications__tags .applications__tag:nth-child(n+11) {
    display: none;
  }
  .news__item-widgets {
    grid-template-columns: 1fr 1fr;
  }
  .linecard__top-brands {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .applications__subapplications {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .applications__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .applications__brands {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .applications__tags {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .applications__categories .applications__category:nth-child(n+7),
  .applications__brands .applications__brand:nth-child(n+7),
  .applications__tags .applications__tag:nth-child(n+7) {
    display: block;
  }
  .applications__categories .applications__category:nth-child(n+10) {
    display: none;
  }
  .applications__brands .applications__brand:nth-child(n+13),
  .applications__tags .applications__tag:nth-child(n+13) {
    display: none;
  }
  .news__item-widgets {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .sortiment__item {
    width: 25%;
  }
  .sortiment__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sortiment__brands {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .brand-products__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .brand-products__category .right {
    width: calc(100% - 70px);
  }
  .brand-products__category-image-link {
    width: 60px;
    height: 60px;
  }
  .linecards-detail__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 50%;
  }
  div.filter-active-container:nth-child(3n+1) {
    clear: none;
  }
  div.filter-active-container:nth-child(2n+1) {
    clear: both;
  }
  .checkbox.manufacturer + label {
    width: 50%;
  }
  #payment-delivery-table h2.pd-header {
    display: block;
  }
  #payment-delivery-table tbody td, table.responsive-table tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    display: block;
    text-align: center;
    width: auto !important;
  }
  #payment-delivery-table tbody td:first-child, table.responsive-table tbody td:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-top: 10px;
  }
  #payment-delivery-table tbody td:last-child, table.responsive-table tbody td:last-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-bottom: 10px;
  }
  #delivery-address div.row:after, #delivery-address div.row:before {
    display: block !important;
  }
  table.responsive-table tbody td:last-child {
    border-bottom: 1px solid #CBD2DB;
  }
  table.responsive-table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
  #payment-delivery-table thead, table.responsive-table thead {
    display: none;
  }
  #payment-delivery-table tbody td, table.responsive-table tbody td {
    padding: 20px;
    background: #fff;
  }
  #payment-delivery-table, table.responsive-table {
    border-collapse: separate;
    border-spacing: 0 7px;
  }
  table.responsive-table tbody td {
    padding: 5px 10px;
  }
  table.responsive-table tbody td:last-child {
    padding-bottom: 10px;
  }
  #price-request-detail tbody tr td {
    background: inherit;
    border-bottom: none;
    padding: 5px 10px;
  }
  #price-request-detail tbody tr td.comment {
    display: none;
  }
  #price-request-detail .comment-responsive {
    display: block;
  }
  #report-bug-open-popup-button {
    display: none !important;
  }
  div.order-details-left {
    float: none;
    width: 100%;
  }
  div.order-details-right {
    float: none;
    width: 100%;
  }
  div.order-details-right-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
  #confirm-order {
    white-space: normal;
  }
  a.btn-basket {
    white-space: normal;
  }
  #price-request-list .responsive-title {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
  }
  #price-request-list i.icon-magnifier svg {
    fill: #fff;
  }
  #delivery-address .choose-another-address {
    display: block;
    margin-bottom: 20px;
  }
  #subcategories-inline div.submenu .item {
    width: 50%;
  }
  .linecards-description {
    margin: 10px 10px 20px;
  }
  .linecards-description .image {
    width: 100%;
    text-align: center;
  }
  .linecards-description .image img {
    padding-top: 10px;
  }
  .linecards-description p {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 6px;
  }
  #report-bug-popup {
    width: 97%;
    padding: 12px 5px;
  }
  #orders ul.tabs {
    width: 100%;
  }
  #orders ul.tabs li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1px;
  }
  #orders ul.tabs li:last-child {
    padding-bottom: 0;
  }
  #orders-res > div.col {
    width: 100%;
  }
  .filter-invoices label {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  #table-products-body-responsive div.product-details-left {
    float: left;
    width: auto;
    text-align: left;
  }
  #table-products-body-responsive div.product-details-right {
    width: 100%;
    float: none;
    padding-left: 100px;
  }
  #category-name div.category-name-block {
    width: 100%;
    text-align: center;
  }
  #category-name form {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .claims-request__form-col #search-orders-button {
    float: none;
  }
  .form-popup__delivery-addresses {
    width: 320px;
  }
  .homepage__more {
    text-align: right;
  }
  .homepage__more-button {
    display: inline-block;
  }
  .homepage-about-us__text-buttons {
    flex-direction: row;
    justify-content: center;
  }
  .homepage-about-us__text-buttons a:nth-child(2) {
    margin-left: 16px;
  }
  .article-detail__fb {
    max-width: 100%;
  }
  .article__image-align-left {
    float: left;
    margin-right: 24px;
  }
  .article__image-align-right {
    float: right;
    margin-left: 24px;
  }
  .article__image-align-center {
    display: block;
    margin: 0 auto;
  }
  .article__picture-fr-m-0-32-0-32 {
    max-width: calc(100% - 64px);
    margin-left: 32px;
    margin-right: 32px;
  }
  .article__picture-fr-m-32-32-32-0 {
    max-width: calc(100% - 32px);
    margin: 32px 32px 32px 0;
  }
  .article__picture-fr-m-32-0-32-32 {
    max-width: calc(100% - 32px);
    margin: 32px 0 32px 32px;
  }
  .article__picture-fr-w-5 {
    width: 5%;
  }
  .article__picture-fr-w-10 {
    width: 10%;
  }
  .article__picture-fr-w-15 {
    width: 15%;
  }
  .article__picture-fr-w-20 {
    width: 20%;
  }
  .article__picture-fr-w-25 {
    width: 25%;
  }
  .article__picture-fr-w-30 {
    width: 30%;
  }
  .article__picture-fr-w-35 {
    width: 35%;
  }
  .article__picture-fr-w-40 {
    width: 40%;
  }
  .article__picture-fr-w-45 {
    width: 45%;
  }
  .article__picture-fr-w-50 {
    width: 50%;
  }
  .article__picture-fr-w-55 {
    width: 55%;
  }
  .article__picture-fr-w-60 {
    width: 60%;
  }
  .article__picture-fr-w-65 {
    width: 65%;
  }
  .article__picture-fr-w-70 {
    width: 70%;
  }
  .article__picture-fr-w-75 {
    width: 75%;
  }
  .article__picture-fr-w-80 {
    width: 80%;
  }
  .article__picture-fr-w-85 {
    width: 85%;
  }
  .article__picture-fr-w-90 {
    width: 90%;
  }
  .article__picture-fr-w-95 {
    width: 95%;
  }
  .article__picture-fr-w-100 {
    width: 100%;
  }
  .form-final__buttons--declarations {
    text-align: right;
  }
  .form-final__buttons--declarations button {
    width: auto;
  }
  .news__categories-container {
    flex-direction: row;
  }
  .news__categories-title {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .applications__wrapper--shift {
    margin-top: 8px;
  }
  .lead-form__col--buttons {
    text-align: right;
  }
  .lead-form__button {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  #header .col-logo {
    width: 100px;
    overflow-x: hidden;
  }
  #header .col-logo a {
    width: 200px;
  }
  #header .headlangs {
    display: none;
  }
  #section-product-responsive .product-brand img {
    display: none;
  }
  #section-product-responsive .product-brand span {
    display: block;
    margin-top: 5px;
  }
  #section-product-responsive .product-brand a {
    float: none;
  }
  #profile-subusers tr,
  #delivery-addresses-table tr {
    width: 100%;
  }
  #report-bug-popup .buttons {
    text-align: center;
  }
  .table-responsive-2 tbody tr {
    width: calc(100% - 8px);
  }
  .order-detail table.table-products tbody tr,
  .invoice-detail table.table-products tbody tr {
    width: 100%;
  }
  .order-detail div.order-summary,
  .invoice-detail div.order-summary {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-res-footer button {
    width: 100%;
  }
  .product-details-right {
    position: relative;
  }
}
@media only screen and (max-width: 399px) {
  div.filter-active-container, #subcategories-inline > .filter, div.linecards-filters #subcategories-inline > .filter {
    width: 100%;
  }
  div.filter-active-container:nth-child(2n+1) {
    clear: both;
  }
  .checkbox.manufacturer + label {
    width: 100%;
  }
  #togglemenu span {
    display: none;
  }
  div.legend {
    margin: 10px;
  }
  div.legend > div {
    width: 100%;
    margin-top: 1px;
  }
  .order-detail .buttons .btn,
  .invoice-detail .buttons .btn {
    width: 100%;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 599px) {
  .linecard__brands-letters {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .linecard__brands {
    grid-template-columns: 1fr 1fr;
  }
  .linecards-detail__categories {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 360px) {
  .filters-mobile__button-show,
  .filters-mobile__button-count {
    width: auto;
  }
}
@media only screen and (max-width: 359px) {
  #subcategories-inline div.submenu .item {
    width: 100%;
  }
  .forgot-password button.btn {
    width: 100%;
  }
  .profile .btn {
    width: 100%;
  }
  #applications .col-application {
    width: 100%;
  }
  #applications-tags .col-tag {
    width: 100%;
  }
  #report-bug-popup button {
    width: 100%;
  }
  .filter-invoices input {
    width: 100%;
  }
}
@media only screen and (max-width: 574px) {
  #section-product-responsive .product-buy .description-box .col-cart {
    text-align: center;
  }
  #section-product-responsive .product-buy .description-box .col-form {
    width: 100%;
    text-align: center;
  }
  #section-product-responsive .product-buy .description-box .col-button {
    width: 100%;
  }
  .filter-invoices input[type=text] {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .actions__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
  .actions__text {
    background: white;
    border: 1px solid #DAE0E4;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    border-top: none;
  }
  .actions__wrapper {
    margin-top: 16px;
  }
  .actions__wrapper--product-list-a {
    margin-top: 16px;
  }
  .applications__wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .applications__text {
    background: white;
    border: 1px solid #DAE0E4;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0392156863);
    border-top: none;
  }
  .applications__detail {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .applications__detail-image {
    flex: 0 0 150px;
  }
  .applications__detail-text {
    padding-top: 15px;
  }
  .news__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
  .news__categories-category {
    margin-bottom: 16px;
  }
  .article__photogallery-more,
  .article__photogallery-thumbnail {
    display: block;
  }
  .article__photogallery-more-r,
  .article__photogallery-thumbnail-r {
    display: none;
  }
  .article__photogallery-thumbnail--small {
    max-height: 65px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 65px;
  }
  .article__photogallery-thumbnail--small img {
    max-height: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .article-tables__tr {
    display: table-row;
  }
  .article-tables__td {
    display: table-cell;
    padding: 8px;
  }
  .article-tables__td:first-child {
    border-top: 1px solid #dae0e4;
  }
  .article-tables__td-label {
    display: none;
  }
  .article-tables__td-content {
    float: none;
    width: 100%;
  }
  .article-tables__th--weight,
  .article-tables__th--price,
  .article-tables__th--delivery-date,
  .article-tables__th--comment {
    text-align: center;
  }
  .article-tables__td-content--weight,
  .article-tables__td-content--price,
  .article-tables__td-content--delivery-date,
  .article-tables__td-content--comment {
    text-align: center;
  }
  .brand-products__wrapper,
  .brand-products-lead-cta__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .brand-products__inside-wrapper {
    border-left: 1px solid #dae0e4;
    border-right: 1px solid #dae0e4;
    border-bottom: 1px solid #dae0e4;
    padding-left: 0;
    padding-right: 0;
  }
  .category-description__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    background-color: transparent;
  }
  .brand-products__categories-wrapper > #used-filters {
    padding-top: 8px;
  }
  .brand-products__categories-wrapper > #used-filters > .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
  .category-description {
    flex-direction: row;
    align-items: stretch;
    background-color: white;
    border-left: 1px solid #dae0e4;
    border-right: 1px solid #dae0e4;
    padding-bottom: 8px;
  }
  .category-description.category-description--category {
    border-top: 1px solid #dae0e4;
  }
  .category-description--application,
  .category-description--customurl {
    border-bottom: 1px solid #dae0e4;
    padding-bottom: 24px;
  }
  .category-description--brand {
    border: none;
    padding-bottom: 16px;
  }
  .brand-products__categories {
    flex-direction: row;
    align-items: stretch;
    background-color: white;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .category-description__image {
    margin-left: 16px;
    flex: 0 0 120px;
  }
  .category-description__image--brand {
    flex: 0 0 120px;
  }
  .category-description__text {
    margin-left: 16px;
    margin-right: 16px;
  }
  .form-samples__header--contact {
    margin-top: 50px;
  }
  .form-samples__delivery-address-select {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .form-popup__custom-product-label {
    width: 480px;
  }
  .order-unlogged-2__form-h3--name {
    margin-top: 0;
  }
  .order-step-unlogged-2__button {
    width: auto;
    display: inline-block;
  }
  .order-step-unlogged-2__button--back {
    margin-left: 15px;
  }
  .order-step-unlogged-2__button--send {
    float: right;
  }
  .order-step-unlogged-2__alternative--login {
    border-bottom: none;
    border-right: 0.875px solid #eaeff2;
  }
  .pricerequest_table-wrapper {
    border: 1px solid #dae0e4;
  }
  .products-related__section {
    display: block;
  }
  .products-related__section--r {
    display: none;
  }
  .products-related__header {
    text-align: left;
  }
  .pricerequest-add__button,
  .products-related__cartadd-button {
    width: auto;
  }
  .pricerequest-add__button--to-cart,
  .products-related__cartadd-button--to-cart {
    margin-left: 10px;
    float: right;
  }
  .premium-filter__label {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .premium-filter__input {
    width: auto;
    float: left;
  }
  .premium-filter__button {
    width: auto;
    margin-top: 0;
    float: left;
    margin-left: 10px;
  }
  .registration__ic-input {
    float: left;
  }
  .filters-mobile__wrapper {
    display: none;
  }
  .filters-mobile__button-wrapper {
    display: none;
  }
  .filters-desktop__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .filters-desktop__wrapper--news-sales {
    max-width: 1200px;
  }
  .filters-desktop__wrapper--news-sales #subcategories-inline div.submenu .item {
    width: 24.3%;
  }
  #search-params-wrapper {
    border-left: 1px solid #dae0e4;
    border-right: 1px solid #dae0e4;
    border-bottom: 1px solid #dae0e4;
  }
  .filters-desktop__loader {
    display: block;
  }
  .filters-mobile__header,
  .filters-mobile__footer {
    display: none;
  }
  .filters-mobile__wrapper,
  .filters-mobile__background,
  .filters-mobile__content {
    position: relative;
  }
  div.article-body {
    padding-right: 0;
  }
  .homepage__header {
    display: flex;
    align-items: center;
  }
  .homepage-more--top {
    display: block;
    margin-top: 0;
    margin-left: auto;
  }
  .homepage-about-us {
    grid-template-columns: 1fr 1fr;
  }
  .homepage-about-us__item--text {
    margin-top: 0;
    padding-left: 16px;
  }
  .homepage-about-us__text-buttons {
    justify-content: normal;
  }
  .homepage-reference {
    grid-template-columns: 1fr 2fr;
  }
  .homepage-reference__image {
    padding: 16px;
    max-height: 120px;
  }
  .homepage-reference__text {
    align-items: normal;
  }
  .homepage-registration {
    grid-template-columns: 1fr 2fr;
  }
  .homepage-registration__item--button {
    grid-column: 1;
  }
  .homepage-registration__item--text {
    grid-column: 2;
    align-items: normal;
  }
  .homepage-articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tags__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .tags__detail {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .tags__detail-image {
    flex: 0 0 150px;
  }
  .tags__detail-text {
    padding-top: 15px;
  }
  .tags__categories-wrapper > #used-filters {
    padding-top: 8px;
  }
  .tags__categories-wrapper > #used-filters > .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
  .articles__wrapper-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .articles__text {
    padding: 16px;
    border: 1px solid #DAE0E4;
  }
  .articles__text-inside {
    flex-direction: row;
    align-items: stretch;
  }
  .articles__text-image {
    flex: 0 0 120px;
    margin-top: 0;
    margin-right: 24px;
  }
  .article__image-width-25 {
    width: 25%;
  }
  .article__image-width-50 {
    width: 50%;
  }
  .article__image-width-75 {
    width: 75%;
  }
  .articles__text-description {
    margin-top: 0;
  }
  .homepage-articles--articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .articles-block__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
  }
  .articles-block.disabled {
    display: block;
  }
  .articles-popular__content .list-popular {
    margin-bottom: 0;
  }
  .articles-popular__content .list-popular li {
    padding: 0 50px 0 24px;
    font-size: 13px;
  }
  .articles-related {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .articles-related__categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fr-text-column {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .fr-text-column-2 {
    grid-template-columns: 1fr 1fr;
  }
  .fr-text-column-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fr-text-column-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fr-video.fr-dvi {
    display: inline-block;
  }
  .fr-video.fr-fvl {
    float: left;
    margin-right: 16px;
  }
  .fr-video.fr-fvr {
    float: right;
    margin-left: 16px;
  }
  .article-widget__leafing-page {
    grid-template-columns: 1fr 1fr;
  }
  .article-widget__leafing-page-image {
    padding: 24px 0 16px 24px;
  }
  .article-widget__leafing-page-text {
    padding: 24px 24px 16px 0;
  }
  .article-widget__drop-down-item-text {
    padding-left: 24px;
  }
  .linecards-detail__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
  .linecards-detail__description-wrapper {
    border: 1px solid #DAE0E4;
    border-top: none;
  }
  .linecards-detail__description-case-1-logo-text {
    display: flex;
  }
  .linecards-detail__description-case-1-logo {
    flex: 0 0 150px;
    padding-top: 2px;
    padding-right: 16px;
  }
  .linecards-detail__description-case-1-text {
    margin-top: 0;
  }
  .linecards-detail__description-case-1-image-video {
    grid-template-columns: 1fr 1fr;
  }
  .linecards-detail__description-case-1-image {
    text-align: left;
  }
  .linecards-detail__description-case-2 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
  .linecards-detail__description-case-2-image,
  .linecards-detail__description-case-2-video {
    grid-column: 1;
  }
  .linecards-detail__description-case-2-image {
    text-align: left;
  }
  .linecards-detail__description-case-2-logo {
    text-align: left;
  }
  .linecards-detail__why-sos {
    padding: 24px;
  }
  .homepage-articles--cinema {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .articles__text-inside--cinema {
    flex-direction: row-reverse;
  }
  .articles__text-description--cinema {
    margin-right: auto;
  }
  .articles__text-image--cinema {
    margin-right: 0;
    text-align: right;
    flex-basis: 104px;
    display: flex;
    align-items: center;
  }
  .articles__text-image--cinema a {
    margin-left: auto;
  }
  .articles__text-image--cinema2 {
    align-items: start;
  }
  .articles__text-description-perex {
    padding-right: 104px;
    margin-top: 16px;
  }
  .article-product__container {
    grid-template-columns: 130px auto 250px;
    display: grid;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .article-product__buy-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .invoices__item-td--actions {
    white-space: nowrap;
  }
  .invoice__payment-methods {
    width: auto;
  }
  .error__wrapper {
    flex-direction: row;
  }
  .error__image {
    flex: 0 0 220px;
    text-align: left;
  }
  .error__text {
    margin-top: 0;
    max-width: 640px;
  }
  .pricerequest__table-item-td--delivery-date {
    font-weight: bold;
  }
  .pricerequest__footer {
    grid-template-columns: 1fr 1fr;
  }
  .pricerequest__footer-price {
    margin-top: 0;
  }
  .pricerequest__button {
    width: auto;
    margin-top: 0;
    margin-left: 16px;
  }
  .pricerequest__button--back {
    margin-left: 0;
  }
  .article__authors-item-wrapper {
    width: calc(50% - 16px);
  }
  .article__author-wrapper {
    display: inline-block;
  }
  .article__author-wrapper--list {
    padding-left: 0;
    padding-right: 0;
  }
  .article__author {
    align-items: center;
    grid-template-columns: auto auto;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .article__author-more {
    text-align: right;
  }
  .article__author-more-button {
    margin-top: 0;
    width: auto;
  }
  .collapsible-control i.collapsible-icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .user-items-b__list-r-col {
    width: 33.3333333333%;
  }
  .user-items-b__list-r-col:nth-child(3n+1) {
    clear: both;
  }
  .order-list-row .col {
    width: 33.3333333333%;
  }
  .order-list-row .col:nth-child(3n+4) {
    clear: both;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .user-items-b__list-r-col {
    width: 50%;
  }
  .user-items-b__list-r-col:nth-child(2n+1) {
    clear: both;
  }
  .order-list-row .col {
    width: 50%;
  }
  .order-list-row .col:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (min-width: 1200px) {
  #hp-articles .col-article.articles__list-item:nth-of-type(1), #hp-articles .col-article.articles__list-item:nth-of-type(2) {
    margin-top: 0;
  }
  #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(1), #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(2), #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(3) {
    margin-top: 0;
  }
  .articles__list-item {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .articles__list-item:nth-child(2n+1) {
    clear: both;
  }
  .articles__photogallery-container {
    max-width: 1000px;
  }
  .articles__photogallery-container .article__photogallery-swiper {
    max-width: 850px;
  }
  .articles__photogallery-container a.article__photogallery-thumbnail {
    height: 250px;
    max-height: 250px;
    border: 1px solid #eaeff2;
  }
  .articles__photogallery-container .swiper-photogallery-button-next {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
  }
  .articles__photogallery-container .swiper-photogallery-button-prev {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
  }
  .articles__photogallery-container .swiper-photogallery-pagination {
    bottom: -10px;
  }
  .user-items-b__list-r {
    display: none;
  }
  .sortiment__wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sortiment__item {
    width: 20%;
  }
  .sortiment__brands {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .homepage-slogans {
    grid-template-columns: auto auto auto auto;
  }
  .homepage-slogans__item--slogan-4 {
    white-space: nowrap;
  }
  .homepage-slogans__item--slogan-4-hu {
    width: 359px;
  }
  .homepage-brands__block {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .homepage-videos {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .brand-products__categories {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }
  .applications__subapplications {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .applications__categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .applications__brands {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .applications__tags {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .applications__categories .applications__category:nth-child(n+7),
  .applications__brands .applications__brand:nth-child(n+7),
  .applications__tags .applications__tag:nth-child(n+7) {
    display: block;
  }
  .applications__categories .applications__category:nth-child(n+13) {
    display: none;
  }
  .applications__brands .applications__brand:nth-child(n+16),
  .applications__tags .applications__tag:nth-child(n+16) {
    display: none;
  }
  .news__item-widgets {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .homepage-articles--tags {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .article-widget__links-items {
    grid-template-columns: 1fr 1fr;
  }
  .linecard__wrapper {
    padding: 0 16px;
    max-width: 1200px;
    margin: auto;
  }
  .linecards-detail__logo {
    width: 173px;
    text-align: left;
  }
  .linecards-detail__perex {
    margin-left: -173px;
    padding-left: 183px;
  }
  .linecards-detail__about-block {
    width: 50%;
  }
  .linecards-detail__about-block:nth-of-type(2n + 1) {
    clear: both;
  }
  .homepage-articles--linecards-detail {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .linecards-detail__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .invoice-header__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #hp-articles .col-article.articles__list-item:nth-of-type(1), #hp-articles .col-article.articles__list-item:nth-of-type(2) {
    margin-top: 0;
  }
  #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(1), #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(2), #hp-articles .col-article.articles__list-item--cols-3:nth-of-type(3) {
    margin-top: 0;
  }
  .articles__list-item {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .articles__list-item:nth-child(2n+1) {
    clear: both;
  }
  .articles__photogallery-container {
    max-width: 1000px;
  }
  .articles__photogallery-container .article__photogallery-swiper {
    max-width: 850px;
  }
  .articles__photogallery-container a.article__photogallery-thumbnail {
    height: 250px;
    max-height: 250px;
    border: 1px solid #eaeff2;
  }
  .articles__photogallery-container .swiper-photogallery-button-next {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
  }
  .articles__photogallery-container .swiper-photogallery-button-prev {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
  }
  .articles__photogallery-container .swiper-photogallery-pagination {
    bottom: -10px;
  }
}
@media only screen and (min-width: 1000px) {
  .linecard__top-brands {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .linecard__brands-letters {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 8px;
  }
  .linecard__brands {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .linecards-detail__infoboxes {
    grid-template-columns: 1fr 1fr;
  }
  .linecards-detail__infoboxes.single-infobox {
    grid-template-columns: 1fr;
  }
  #article {
    padding: 24px 120px 24px 48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .sortiment__categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  .sortiment__categories {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .brand-products__categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .brand-products__category .right {
    width: calc(100% - 90px);
  }
  .brand-products__category-image-link {
    width: 80px;
    height: 80px;
  }
  .linecards-detail__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#btn-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px;
  right: 10px;
  z-index: 100;
}

#bottom-floating-panel {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 100;
}
#bottom-floating-panel > * {
  margin-left: 4px;
}
#bottom-floating-panel > *:first-child {
  margin-left: 0;
}
#bottom-floating-panel a {
  color: #fff;
}
#bottom-floating-panel a i.icon {
  padding-left: 0;
}

.position-absolute {
  position: absolute;
}

#login-popup {
  display: none;
}

#report-bug-popup {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  z-index: 101;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 12px 16px;
  display: none;
}
#report-bug-popup div.row {
  margin-top: 6px;
}

#login-popup,
#consent-popup {
  max-width: 100%;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 750px;
  min-height: 200px;
  background-color: #fff;
  z-index: 101;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 16px;
}
#login-popup .col-login,
#consent-popup .col-login {
  width: 100%;
  padding: 0;
}
#login-popup .col-login .title,
#consent-popup .col-login .title {
  padding-bottom: 8px;
}
#login-popup .col-login .col-login-form,
#consent-popup .col-login .col-login-form {
  padding-bottom: 0;
}
#login-popup div.input-group label,
#consent-popup div.input-group label {
  padding-right: 20px;
}

#overlay {
  position: fixed;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#universal-popup {
  position: absolute;
  min-width: 200px;
  min-height: 200px;
  background-color: #fff;
  z-index: 101;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0392156863);
  box-sizing: border-box;
  padding: 16px;
  display: none;
}
#universal-popup button.icon-cross {
  position: absolute;
  top: 10px;
  right: 8px;
  display: inline-flex;
  background: transparent;
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
#universal-popup button.icon-cross:hover, #universal-popup button.icon-cross:focus {
  color: black;
}

#universal-popup .popup-content {
  margin-top: 16px;
}

@media only screen and (max-width: 599px) {
  #universal-popup {
    min-width: auto;
    left: 10px;
    right: 10px;
  }
  #universal-popup > div.popup-content > div {
    width: auto !important;
  }
  #universal-popup .text-right {
    text-align: left;
  }
}
#orders-pending {
  display: none;
}

#uncomplete-order-warning {
  display: none;
}
#uncomplete-order-warning .alert {
  margin-bottom: 0;
}

.availability-popup table {
  background-color: #fff;
  margin-bottom: 0;
  border-collapse: collapse;
}

.availability-popup tr:first-child {
  border: none;
}

.availability-popup tr {
  border-top: 1px solid #ccc;
}

.availability-popup tr td {
  width: auto !important;
  border: none !important;
  background: inherit !important;
  color: #333;
}

.cart-item-popup {
  text-align: left;
}

.cart-item-popup .margin-left {
  margin-left: 5px;
}

.border-secondary {
  border-color: #d43620;
}

.border-warning {
  border-color: #f0ad4e;
}

.border-info {
  border-color: #0060a8;
}

.border-none {
  border: none;
}

.color-info {
  color: #0060a8;
}

.loading-16 {
  background: url("/img/loading-16.gif") no-repeat center center #fff;
}

.loading-24 {
  background: url("/img/loading-24.gif") no-repeat center center #fff;
}

.loading-32 {
  background: url("/img/loading-32.gif") no-repeat center center #fff;
}

.loading-64 {
  background: url("/img/loading-64.gif") no-repeat center center #fff;
}

.loading-top {
  background-position: top center;
}

div.loader-64 {
  background: url("/img/loading-32.gif") no-repeat center center;
  display: block;
  width: 64px;
  height: 64px;
}

div.loader-64.absolute-center {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}

div.loader-16 {
  background: url("/img/loading-16.gif");
  display: block;
  width: 16px;
  height: 16px;
}

div.loader-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

b {
  font-weight: bold !important;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.margin-auto {
  margin: auto auto;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-underline {
  text-decoration: underline;
}

.text-no-underline {
  text-decoration: none !important;
}

.position-relative {
  position: relative;
}

label.disabled {
  opacity: 0.4;
}

.padding-top {
  padding-top: 16px;
}

.margin-top {
  margin-top: 16px;
}

.margin-top-half, .form-popup__row {
  margin-top: 8px;
}

.margin-top-tiny {
  margin-top: 4px;
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom {
  margin-bottom: 16px;
}

.margin-bottom-half {
  margin-bottom: 8px;
}

.margin-bottom-tiny {
  margin-bottom: 4px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-left {
  margin-left: 16px;
}

.margin-left-half {
  margin-left: 8px;
}

.margin-left-double {
  margin-left: 32px;
}

.margin-right {
  margin-right: 16px;
}

.margin-right-double {
  margin-right: 32px;
}

.white-background {
  background-color: #fff;
}

.nowrap {
  white-space: nowrap;
}

.valign-top {
  vertical-align: top !important;
}

div.title.bg-primary i.icon.icon-cross {
  position: absolute;
  top: 12px;
  right: 3px;
  cursor: pointer;
}

table.table-products tr.border-top {
  border-top: 1px solid #dae0e4;
}

table.table-products tr.border-bottom {
  border-bottom: 1px solid #dae0e4;
}

table.table-products .remove-product i.icon.icon-cross {
  color: #d43620;
  font-size: 0.6em;
  font-weight: bold;
}

.table-products > tfoot > tr > td {
  font-size: 12px;
}

.table-products > thead > tr.buttons > td {
  background-color: #f2f6f8;
  vertical-align: middle;
}

#product-detail-image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
}

.pcn-info-popup {
  max-width: 100vw;
  position: absolute;
  width: 500px;
  left: 0;
  top: -5px;
  z-index: 5;
  display: none;
  font-size: 14px;
  font-weight: normal;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  white-space: normal;
  border: 1px solid #dddddd;
}

.form-note {
  font-weight: normal;
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .td-parameters-table {
    display: none;
  }
}
@media screen and (max-width: 468px) {
  .td-parameters-table {
    display: none;
  }
}
.display-inline-block {
  display: inline-block;
}

.anchor {
  color: #0060a8;
  cursor: pointer;
}

.padding-half {
  padding: 16px;
}

a.change-product-label,
a.product-compare-name {
  text-decoration: none;
}

a.product-compare-name.active {
  color: #c8321e;
}

table.table-products .product-label,
.product-details-block .product-label,
.order-list-row .product-label {
  color: #d43620;
  font-size: 0.9em;
}
table.table-products a.change-product-label,
table.table-products a.product-compare-name,
.product-details-block a.change-product-label,
.product-details-block a.product-compare-name,
.order-list-row a.change-product-label,
.order-list-row a.product-compare-name {
  text-decoration: none;
  margin: 0 2px;
}

table.table-products .check-product {
  width: 30px;
}

table.table-products tr.table-header .check-product label {
  padding-left: 0;
}

table.table-products tr.table-header .check-product label::after {
  left: 0;
}

table.table-products .checkbox2 + label {
  display: inline-flex;
}

table.table-products tr.product td.check-product {
  text-align: center;
}

table.table-products tr.product td.product-image {
  width: 120px;
}
table.table-products tr.product td.product-image a:hover, table.table-products tr.product td.product-image a:focus {
  opacity: 0.5;
}

table.table-products tr.product td.product-image img {
  width: auto;
  max-width: 110px;
  max-height: 110px;
}

table.table-products tr.product td.product-image img.default {
  max-width: 70px;
  max-height: 70px;
}

#table-products-body-responsive .sort-by .pull-left {
  width: 50%;
  text-align: right;
  padding-right: 5px;
}

#table-products-body-responsive .sort-by .pull-right {
  width: 50%;
  text-align: left;
  padding-left: 5px;
}

#table-products-body-responsive .limit .pull-left {
  width: 50%;
  text-align: right;
  padding-right: 5px;
}

#table-products-body-responsive .limit .pull-right {
  width: 50%;
  text-align: left;
  padding-left: 5px;
}

.table-products > tbody > tr.product td.price-info {
  min-width: 245px;
}

.table-products .sorter-arrow,
.sos-products__items .sorter-arrow {
  cursor: pointer;
}
.table-products .sorter-arrow:hover,
.sos-products__items .sorter-arrow:hover {
  color: #c8321e;
  opacity: 1;
}
.table-products .sorter-nowrap,
.sos-products__items .sorter-nowrap {
  display: block;
  white-space: nowrap;
}

tr.table-header,
tr.table-header-popup {
  z-index: 4;
}

tr.table-header.fixed,
tr.table-header-popup.fixed {
  position: fixed;
  opacity: 0.9;
}

tr.table-header a,
tr.table-header-popup a {
  color: #5b6672;
  font-weight: 700;
}
tr.table-header i,
tr.table-header-popup i {
  opacity: 0.3;
}

#table-products-body {
  display: block;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#table-products-body table {
  max-width: 1600px;
}

#table-products-body-responsive {
  display: none;
  padding: 7.5px;
}
#table-products-body-responsive section {
  padding: 10px;
}
#table-products-body-responsive img {
  width: 80px;
}
#table-products-body-responsive div.product-details-left {
  float: left;
  width: 50%;
  text-align: right;
}
#table-products-body-responsive div.product-details-right {
  width: 50%;
  float: left;
  text-align: left;
}
#table-products-body-responsive div.product-details-right p {
  margin: 0;
}
#table-products-body-responsive div.product-details-right span.text-primary {
  margin-bottom: 3px;
  display: inline-block;
}
#table-products-body-responsive div.product-details-right .color-primary-light, #table-products-body-responsive div.product-details-right .form-popup__label-subtitle-text {
  font-size: 12px;
}
#table-products-body-responsive button.add-to-cart-button {
  width: 33px !important;
  padding-left: 0;
  padding-right: 0;
}
#table-products-body-responsive input.add-to-cart-input {
  width: 100px !important;
}
#table-products-body-responsive div.pricelist {
  margin: 10px 0;
}
#table-products-body-responsive div.pricelist-left {
  width: 50%;
  float: left;
  padding: 0 3px;
}
#table-products-body-responsive div.pricelist-right {
  width: 50%;
  float: left;
  padding: 0 3px;
}
#table-products-body-responsive hr {
  margin: 20px 0;
  border-color: #ccc;
}

.table-products button.add-to-cart-button,
button.list-add-to-favorites-button,
button.list-basket-add-to-favorites-button,
button.basket-offer-button,
.product-one-half button.add-to-cart-button,
.product-one-fourth button.add-to-cart-button,
button.list-add-to-watched-button,
a.list-add-to-pricerequest {
  width: 33px !important;
  padding-left: 0;
  padding-right: 0;
}

.table-products button.add-to-cart-button,
button.basket-offer-button,
.product-one-half button.add-to-cart-button,
.product-one-fourth button.add-to-cart-button,
button.list-add-to-favorites-button,
a.list-add-to-pricerequest {
  margin-right: 5px;
}

#favorites-popup {
  position: absolute;
  background-color: #fff;
  z-index: 101;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  max-width: 600px;
  min-height: 150px;
  margin: 0 auto;
  padding: 16px 32px;
}
#favorites-popup button.icon-cross {
  position: absolute;
  top: 10px;
  right: 8px;
  display: inline-flex;
  background: transparent;
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
#favorites-popup button.icon-cross:hover, #favorites-popup button.icon-cross:focus {
  color: black;
}

#favorites-popup .contents h1 {
  font-size: 1.5em;
}

#favorites-popup .contents {
  padding: 24px;
}

div.legend div {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
}

.legend-orders {
  padding: 16px 0;
}
.legend-orders > div {
  margin: 2px 0;
}

@media only screen and (max-width: 399px) {
  .legend-orders > div {
    margin: 4px 0;
  }
  .legend-orders > div:first-child {
    margin-top: 0;
  }
  .legend-orders > div:last-child {
    margin-bottom: 0;
  }
}
.legend-skladovy {
  background-color: #eeeeee;
}

.legend-na-objednavku,
.legend-unpaid-before {
  background-color: #f0ad4e;
  color: #fff;
}

.legend-nekompletna,
.legend-unpaid-after {
  background-color: #c8321e;
  color: #fff;
}

.legend-paid {
  background-color: #4caf50;
  color: #fff;
}

.legend-current-status {
  background-color: #f2f6f8;
}

.legend-in-stock {
  background-color: #eeeeee;
}

@media screen and (max-width: 700px) {
  section.main {
    padding: 16px;
  }
  .margin-top {
    margin-top: 16px;
  }
  .pull-left:first-child {
    margin-top: 0px !important;
  }
  hr {
    margin-bottom: 4px;
  }
}
.order-detail div.order-header,
.invoice-detail div.order-header {
  font-size: 13px;
}
.order-detail div.order-header .row,
.invoice-detail div.order-header .row {
  margin-top: 6px;
}
.order-detail table.table-products span.label,
.invoice-detail table.table-products span.label {
  display: none;
}
.order-detail div.order-summary,
.invoice-detail div.order-summary {
  float: right;
}

@media screen and (max-width: 1024px) {
  .order-detail div.order-header,
  .invoice-detail div.order-header {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-checkboxes-cariers {
    clear: both;
    display: block;
  }
}
.table-responsive-2 span.label {
  display: none;
  width: 100%;
}
.table-responsive-2 span.label:after {
  content: ":";
}
.table-responsive-2 a.show-details-responsive {
  display: none;
}

ul.section-menu li {
  width: 25%;
  margin: 5px 0;
}
ul.section-menu li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.section-menu li.header {
  display: none;
  color: #0060a8;
  font-weight: 700;
}
ul.section-menu li.header .icon {
  position: inherit;
}

div.table-form {
  margin-top: 16px;
}

table.table-products td.product-information {
  min-width: 200px;
}

table.table-products .external-stock {
  white-space: normal;
}

table.table-products .stock {
  min-width: 150px;
}

@media only screen and (min-width: 600px) {
  .strip .order-steps__step {
    font-size: 1.5rem;
    margin-left: 32px;
    margin-right: 0;
  }
  .strip .order-steps__step:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  div.strip.order-steps span {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .strip.order-steps {
    white-space: nowrap;
  }
}
.input.error, .error.form-popup__input {
  border-color: #d43620;
}

label.required {
  font-weight: bold;
}

#order-summary-details .responsive {
  display: none;
}

@media only screen and (max-width: 599px) {
  #order-summary-details .responsive {
    display: block;
  }
  #order-summary-details tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    display: block;
    text-align: center;
    width: auto !important;
  }
  #order-summary-details tbody td:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-top: 10px;
  }
  #order-summary-details tbody td:last-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-width: 0;
    padding-bottom: 10px;
  }
  #order-summary-details thead {
    display: none;
  }
  #order-summary-details tbody td {
    padding: 20px;
    background: #fff;
  }
  #order-summary-details {
    border-collapse: separate;
    border-spacing: 0 7px;
  }
  #order-summary-details .responsive {
    display: block;
  }
}
#summary {
  display: block;
}
#summary .table-products td {
  vertical-align: top;
}

#summary-responsive {
  display: none;
}

@media only screen and (max-width: 799px) {
  #summary {
    display: none;
  }
  #summary-responsive {
    display: block;
  }
}
.color-black {
  color: #666 !important;
}