a {
  transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -khtml-transition: color 0.2s ease 0s;
  outline: 0 !important;
  color: inherit; }
  a img {
    outline: 0 !important; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000; }

html, body {
  background: #030303;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden; }

#page {
  /*    @media screen and (max-width: 1199px){
          padding-top: 50px;
      }*/
  margin-top: 0;
  /*    @media screen and (max-width: 1339px){
          padding-left: 20px;
          padding-right: 20px;
      }
      @media screen and (max-width: 599px){
          padding-left: 10px;
          padding-right: 10px;
      }*/ }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
body {
  backface-visibility: hidden;
  min-width: 320px !important;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding-top: 120px;
  /*&#body3, &#body4, &#body12{*/
  padding-top: 105px;
  /*}*/ }
  body.alwaysSticky {
    padding-top: 85px; }
  body.mobile .headerPhoto {
    background-size: cover; }
  body #inBody {
    background: white; }
  @media screen and (max-width: 1199px) {
    body #loaderTint {
      display: none; } }
  @media screen and (min-width: 1200px) {
    body {
      /*            #inBody{
                      @include transitions(1s linear 0s);
                      backface-visibility: hidden;
                      transform: none;
                      -webkit-transform: none;
                  }*/ }
      body #loaderTint {
        transition: 0.5s linear 0s;
        -webkit-transition: 0.5s linear 0s;
        -ms-transition: 0.5s linear 0s;
        -o-transition: 0.5s linear 0s;
        -moz-transition: 0.5s linear 0s;
        -khtml-transition: 0.5s linear 0s;
        position: fixed;
        z-index: 9999;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        /*                transform: rotateY(90deg);
                        -webkit-transform: rotateY(90deg);*/
        text-align: center;
        font-size: 46px;
        visibility: hidden; }
        body #loaderTint svg {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        body #loaderTint div {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          /*
                              width: 250px;
                              height: 225px;*/
          /*                    position: absolute;
                              top: 0; left: 0; right: 0; bottom: 0;
                              margin: auto;*/ }
          body #loaderTint div img {
            width: 180px;
            margin-bottom: 60px;
            display: none; }
          body #loaderTint div span {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
            animation: sk-rotatePlane 1.2s infinite ease-in-out;
            transform: rotateY(0);
            -webkit-transform: rotateY(0);
            display: block;
            width: 50px;
            height: 50px;
            background: #fff;
            margin: auto; }
    body.loading #inBody {
      overflow: hidden !important;
      transform: scale(0.98) rotateY(180deg);
      -webkit-transform: scale(0.98) rotateY(180deg); }
    body.loading #loaderTint {
      visibility: visible;
      transform: rotateY(0);
      -webkit-transform: rotateY(0); } }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

.zaslepka {
  margin: 5px; }
  .zaslepka > div {
    border: 1px solid black;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

.button {
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -khtml-transition: 0.5s ease 0s;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border: 2px solid #101010; }

.backBtn {
  cursor: pointer;
  display: block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  margin: 40px auto; }
  .backBtn:hover {
    background: #101010;
    color: white; }

#tilesList .list-view {
  padding: 0; }
#tilesList .summary {
  display: none; }

#top {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  min-width: 320px !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  font-size: 15px;
  background: #204A8A;
  height: 70px;
  padding: 12px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px; }
  #top, #top * {
    color: white; }
  #top a, #top a i.fa {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    /*        &:hover{
                color: #ddd;
            }*/ }
  #top #logo {
    display: block;
    max-height: 100%;
    max-width: 100%;
    float: left; }
    #top #logo img {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      max-height: 46px;
      max-width: 100%; }
  #top .socialMedia a, #top .socialMedia span {
    color: black !important; }
  #top .socialMedia {
    padding-left: 30px;
    padding-right: 10px;
    float: right;
    margin-top: -12px;
    height: 70px;
    line-height: 70px; }
    #top .socialMedia a {
      color: black;
      line-height: 70px;
      vertical-align: middle; }
      #top .socialMedia a i.fa {
        line-height: 67px; }
  #top #topMenu {
    float: right;
    margin: 0;
    margin-top: -12px;
    padding: 0 20px;
    list-style: none;
    height: 70px;
    /*text-transform: uppercase;*/ }
    #top #topMenu > li {
      display: inline-block;
      float: left;
      line-height: 70px;
      height: 70px; }
      #top #topMenu > li > a {
        font-weight: 500;
        display: block;
        padding: 0 20px;
        position: relative;
        /*                &::after{
                            @include transitions(width 0.3s ease 0s);
                            content: '';
                            display: block;
                            background: black;
                            height: 2px;
                            position: absolute;
                            left: 0; right: 0;
                            bottom: 0;
                            margin: 0 auto;
                            width: 0;
                        }*/ }
      #top #topMenu > li > a:hover, #top #topMenu > li.active > a {
        /*                &::after{
                            width: 100%;
                        }*/ }
  #top #logo img {
    max-height: 50px; }
  #top .socialMedia {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 70px;
    line-height: 70px; }
    #top .socialMedia a {
      line-height: 70px; }
      #top .socialMedia a i.fa {
        line-height: 70px; }
  #top #topMenu {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 70px; }
    #top #topMenu > li {
      line-height: 70px;
      height: 70px; }
  #top.sticky {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 55px;
    /*background: #204A8A;*/ }
    #top.sticky .languages .other {
      background: #fff;
      padding-bottom: 5px; }
    #top.sticky #logo img {
      max-height: 43px;
      margin-top: 1px; }
    #top.sticky .socialMedia {
      margin-top: -5px;
      height: 55px;
      line-height: 55px; }
      #top.sticky .socialMedia a {
        line-height: 55px; }
        #top.sticky .socialMedia a i.fa {
          line-height: 55px; }
    #top.sticky #topMenu {
      margin-top: -5px;
      height: 55px; }
      #top.sticky #topMenu > li, #top.sticky #topMenu .category {
        line-height: 55px;
        height: 55px; }
        #top.sticky #topMenu > li a, #top.sticky #topMenu .category a {
          line-height: 55px;
          height: 55px; }

#body3 #top:not(.sticky), #body4 #top:not(.sticky), #body12 #top:not(.sticky) {
  /*background: transparent;*/ }

.container {
  max-width: 100%; }
  .container.wide {
    width: auto; }

.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 {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px !important; }

.cmsPage > div .section, #homePageNews > div .section {
  min-height: 1px;
  /*padding: 20px 0;*/
  /*        @media screen and (min-width: 992px){
              padding: 0 0 $colSpacing;
          }*/
  margin-left: -30px;
  margin-right: -30px;
  font-size: 18px;
  /*background: $bgColor;*/
  /*color: #000000;*/ }
  @media screen and (max-width: 1199px) {
    .cmsPage > div .section, #homePageNews > div .section {
      margin-left: -5px;
      margin-right: -5px; } }
  .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
    /*margin: 0 $halfColSpacing;*/
    /*            @media screen and (max-width: 1199px){
                    margin: 0 $rwdHalfColSpacing;
                }*/ }
  .cmsPage > div .section > .container, #homePageNews > div .section > .container {
    /*width: 1380px;*/
    padding: 0; }
  .cmsPage > div .section:first-child, #homePageNews > div .section:first-child {
    /*padding-top: 40px;*/ }
  .cmsPage > div .section:last-child, #homePageNews > div .section:last-child {
    /*padding-bottom: 40px;*/ }
  .cmsPage > div .section .column, #homePageNews > div .section .column {
    /*overflow: hidden;*/ }
  .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
    margin-bottom: 60px;
    /*            @media screen and (min-width: 992px){
                    &:last-child{
                        margin-bottom: 0;
                    }
                }*/ }
    @media screen and (max-width: 1199px) {
      .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        margin-bottom: 10px; } }
    @media screen and (min-width: 992px) {
      .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        /*margin-bottom: $colSpacing;*/ } }
    .cmsPage > div .section .widgetBox[data-type=photo], #homePageNews > div .section .widgetBox[data-type=photo] {
      /*padding: 0 10px;*/ }
    .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
      /*margin-bottom: 40px;*/ }
  .cmsPage > div .section.fullSection, #homePageNews > div .section.fullSection {
    /*            margin-left: -0 !important;
                margin-right: -0 !important;
                .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{
                    padding-left: 0 !important;
                    padding-right: 0 !important;
                }
                .widgetBox{
                    margin-bottom: 0;
                }
                .section .col-md-12 > div.widgetBox[data-type=locationMap]{
                    margin-left: -0 !important;
                    margin-right: -0 !important;
                                margin-top: -40px;
                                margin-bottom: -40px;
                }*/
    /*        div.widgetBox[data-type=locationMap]{
                margin-left: -20px;
                margin-right: -20px;
                margin-top: -40px;
                margin-bottom: 0;
            }
            #tilesList{
                overflow: hidden;
                margin-top: -40px;
                margin-bottom: -42px;
                @media screen and (max-width: 767px){
                    margin-bottom: -22px;
                }
                margin-left: -20px;
                margin-right: -20px;
            }*/ }
    @media screen and (min-width: 1921px) {
      .cmsPage > div .section.fullSection .column.col-md-6.half-wided, #homePageNews > div .section.fullSection .column.col-md-6.half-wided {
        padding-left: calc(960px - 610px) !important; }
        .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
          padding-left: 30px !important;
          padding-right: calc(960px - 610px) !important; } }
    @media screen and (min-width: 1921px) and (max-width: 1199px) {
      .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
        padding-left: 5px !important; } }

.cmsPage h1.title, #homePageNews h1.title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.cmsPage .widgetBox, #homePageNews .widgetBox {
  /*margin-bottom: 20px;*/
  /*box-shadow: 0 3px 2px rgba(black, 0.1);*/
  /*margin-bottom: 40px;*/
  /*overflow: hidden;*/ }
  @media screen and (max-width: 767px) {
    .cmsPage .widgetBox, #homePageNews .widgetBox {
      /*margin-bottom: 20px;*/ } }
@media screen and (min-width: 992px) {
  .cmsPage .col-md-12 .widgetBox[data-type=banner] span.whiteBox, #homePageNews .col-md-12 .widgetBox[data-type=banner] span.whiteBox {
    right: auto;
    width: 50%; } }
.cmsPage .headerPhoto, #homePageNews .headerPhoto {
  margin-bottom: 40px;
  height: 300px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 1199px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      background-attachment: initial; } }
  .cmsPage .headerPhoto::after, #homePageNews .headerPhoto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: black;
    opacity: 0.3;
    z-index: 0; }
  .cmsPage .headerPhoto .container, #homePageNews .headerPhoto .container {
    height: 100%;
    position: relative; }
  .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    font-weight: 700;
    left: 20px;
    font-size: 72px;
    opacity: 0.85;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 1349px) and (min-width: 992px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      height: 300px; } }
  @media screen and (max-width: 991px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      height: 200px; }
      .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
        bottom: 20px;
        font-size: 62px;
        line-height: 1.1em; } }
  @media screen and (max-width: 649px) {
    .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
      font-size: 36px; } }

.lockRatio {
  position: relative; }
  .lockRatio.lockRatio50 .dummy {
    padding-top: 50%; }
  .lockRatio.lockRatio30 .dummy {
    padding-top: 30%; }
  .lockRatio.lockRatio66 .dummy {
    padding-top: 66%; }
  .lockRatio.lockRatio40 .dummy {
    padding-top: 40%; }
  .lockRatio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .lockRatio.locationMap .dummy {
    padding-top: 40%; }
  @media screen and (max-width: 1199px) and (min-width: 361px) {
    .lockRatio.locationMap .dummy {
      padding-top: 50%; } }
  @media screen and (max-width: 360px) {
    .lockRatio.locationMap .dummy {
      padding-top: 65%; } }

.locationMap > .content {
  background-image: url("../../admin/img/loader.gif");
  background-position: center center;
  background-repeat: no-repeat; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  /*display: none;*/ }
  .pace .pace-progress {
    background: #D97925;
    background: transparent;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 100%;
    width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 4px; }

.pace-inactive {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
  display: none; }

#errorPage {
  text-align: center; }

.form {
  padding-bottom: 0;
  overflow: hidden; }
  .form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form select, .form textarea {
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    /*border-bottom:2px solid #000;*/
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit; }
  .form textarea {
    padding: 10px 20px;
    height: 180px;
    font-family: inherit;
    resize: none; }
  .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 1199px) {
      .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px; } }
  .form label {
    /*padding: 15px 0 10px;*/
    font-weight: 300; }
  .form .row > .col-md-3 {
    height: 50px;
    text-align: right;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
    -webkit-align-items: center;
    -webkit-justify-content: right;
    align-items: -webkit-center;
    justify-content: -webkit-right; }
  .form input[type=checkbox] {
    margin-right: 5px; }
  .form .note {
    display: none;
    font-size: 14px; }
  .form .row.buttons {
    /*padding-top: 20px;*/
    margin-right: 10px; }
    .form .row.buttons .btn {
      width: auto;
      margin: 0 auto;
      display: block;
      background: #CF202F;
      white-space: nowrap;
      height: 40px;
      float: right;
      line-height: 42px;
      padding: 0 25px;
      font-weight: 800;
      font-size: 18px;
      /*display: inline-block;*/
      border: none;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color2+0,a0cc3b+50,9fca3c+51,93c63d+100 */
      background: #a1cb3b;
      /* Old browsers */
      background: -moz-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color2', endColorstr='#93c63d',GradientType=0 );
      /* IE6-9 */
      color: white;
      border-radius: 2px;
      /*padding: 20px 45px;*/
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      .form .row.buttons .btn:hover, .form .row.buttons .btn:active, .form .row.buttons .btn:focus {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c63d+0,9fca3c+49,a0cc3b+50,a1cb3b+100 */
        background: #93c63d;
        /* Old browsers */
        background: -moz-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c63d', endColorstr='$color2',GradientType=0 );
        /* IE6-9 */ }
  .form .note {
    margin-bottom: 20px; }
  .form .select {
    overflow: hidden;
    background: url("../img/select.png") no-repeat right #F5F5F5; }
    .form .select select {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      width: calc(100% + 20px) !important;
      background: transparent;
      -webkit-appearance: none;
      padding: 0;
      padding-right: 30px; }
      .form .select select[disabled] {
        background: rgba(0, 0, 0, 0.05); }

.row {
  margin-left: 0;
  margin-right: 0; }

.btn {
  white-space: nowrap;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  background: #CF202F;
  white-space: nowrap;
  height: 40px;
  line-height: 42px;
  padding: 0 25px;
  font-weight: 800;
  font-size: 18px;
  /*display: inline-block;*/
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color2+0,a0cc3b+50,9fca3c+51,93c63d+100 */
  background: #a1cb3b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color2', endColorstr='#93c63d',GradientType=0 );
  /* IE6-9 */
  color: white;
  border-radius: 2px;
  /*padding: 20px 45px;*/
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  .btn i.fa {
    margin-right: 5px; }
  .btn:hover, .btn:active, .btn:focus {
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c63d+0,9fca3c+49,a0cc3b+50,a1cb3b+100 */
    background: #93c63d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c63d', endColorstr='$color2',GradientType=0 );
    /* IE6-9 */ }

.downloadFiles {
  width: 100%; }
  .downloadFiles tr:nth-child(2n) {
    background: #F5F5F5; }
  .downloadFiles tr:nth-child(2n+1) {
    background: #FFFFFF; }
  .downloadFiles td {
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300; }
  .downloadFiles td:first-child {
    padding-left: 40px;
    width: 30px;
    color: black;
    font-size: 32px; }
  .downloadFiles td:last-child {
    text-align: right;
    padding-right: 40px; }
  @media screen and (max-width: 499px) {
    .downloadFiles td {
      vertical-align: middle;
      padding: 10px; }
    .downloadFiles td:first-child {
      padding-left: 20px; }
    .downloadFiles td:last-child {
      padding-right: 20px; } }

.pager {
  margin: 0 !important;
  clear: both;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .pager {
      padding-bottom: 20px; } }
  .pager .yiiPager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 150px; }
    @media screen and (max-width: 1199px) and (min-width: 600px) {
      .pager .yiiPager {
        padding: 40px 50px; } }
    @media screen and (max-width: 599px) {
      .pager .yiiPager {
        padding: 40px 20px; } }
    .pager .yiiPager li a {
      border-radius: 100px;
      background: #204A8A;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      margin: 0 5px;
      color: #fff;
      border: 1px solid #fff;
      width: 50px;
      height: 50px;
      border-radius: 0;
      font-size: 18px;
      font-weight: 300;
      vertical-align: middle;
      line-height: 48px; }
    .pager .yiiPager li.selected a, .pager .yiiPager li a:hover {
      background: #163461; }
  .pager .next > a, .pager .next > span {
    float: none; }
  .pager .previous > a, .pager .previous > span {
    float: none; }

#cookies-message {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #000; }

#accept-cookies-checkbox {
  /*display: block;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 2px 5px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  #accept-cookies-checkbox:hover {
    background: black; }
  @media screen and (max-width: 767px) {
    #accept-cookies-checkbox {
      padding: 3px 10px; } }

#content > .portlet > .portlet-content > .breadCrumbs {
  background: #082B49;
  color: white;
  font-size: 14px;
  padding: 5px 0; }
  #content > .portlet > .portlet-content > .breadCrumbs .separator {
    font-size: 10px;
    margin: 0 5px 0;
    position: relative;
    top: -1px; }
  #content > .portlet > .portlet-content > .breadCrumbs a:hover {
    color: #000; }

/**{
    animation: rotate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/
#homePageNews {
  padding: 0;
  overflow: hidden; }
  #homePageNews .newsMainPhoto {
    /*height: 230px;*/
    margin: 0; }
  #homePageNews a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #homePageNews .news > div {
    padding-bottom: 40px; }
    #homePageNews .news > div .newsBox {
      background: transparent;
      box-shadow: none;
      overflow: hidden;
      padding: 5px 10px;
      flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      height: 100%;
      margin-bottom: 0; }
      #homePageNews .news > div .newsBox h4 {
        font-size: 12px;
        margin-bottom: 0; }
      #homePageNews .news > div .newsBox h2 {
        font-size: 22px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden; }
        #homePageNews .news > div .newsBox h2 a {
          color: inherit;
          transition: color 0.3s ease 0s;
          -webkit-transition: color 0.3s ease 0s;
          -ms-transition: color 0.3s ease 0s;
          -o-transition: color 0.3s ease 0s;
          -moz-transition: color 0.3s ease 0s;
          -khtml-transition: color 0.3s ease 0s; }
          #homePageNews .news > div .newsBox h2 a:hover {
            color: #888; }
      #homePageNews .news > div .newsBox div.description {
        height: 100px;
        overflow: hidden;
        overflow-y: auto; }
        #homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description * {
          font-size: 14px !important;
          line-height: 18px; }
      #homePageNews .news > div .newsBox .newsMainPhoto .bg {
        background-size: contain;
        background-repeat: no-repeat;
        backgrond-position: center center; }
  #homePageNews .col-xs-1, #homePageNews .col-sm-1, #homePageNews .col-md-1, #homePageNews .col-lg-1, #homePageNews .col-xs-2, #homePageNews .col-sm-2, #homePageNews .col-md-2, #homePageNews .col-lg-2, #homePageNews .col-xs-3, #homePageNews .col-sm-3, #homePageNews .col-md-3, #homePageNews .col-lg-3, #homePageNews .col-xs-4, #homePageNews .col-sm-4, #homePageNews .col-md-4, #homePageNews .col-lg-4, #homePageNews .col-xs-5, #homePageNews .col-sm-5, #homePageNews .col-md-5, #homePageNews .col-lg-5, #homePageNews .col-xs-6, #homePageNews .col-sm-6, #homePageNews .col-md-6, #homePageNews .col-lg-6, #homePageNews .col-xs-7, #homePageNews .col-sm-7, #homePageNews .col-md-7, #homePageNews .col-lg-7, #homePageNews .col-xs-8, #homePageNews .col-sm-8, #homePageNews .col-md-8, #homePageNews .col-lg-8, #homePageNews .col-xs-9, #homePageNews .col-sm-9, #homePageNews .col-md-9, #homePageNews .col-lg-9, #homePageNews .col-xs-10, #homePageNews .col-sm-10, #homePageNews .col-md-10, #homePageNews .col-lg-10, #homePageNews .col-xs-11, #homePageNews .col-sm-11, #homePageNews .col-md-11, #homePageNews .col-lg-11, #homePageNews .col-xs-12, #homePageNews .col-sm-12, #homePageNews .col-md-12, #homePageNews .col-lg-12 {
    padding: 0 !important; }
    #homePageNews .col-xs-1:nth-child(2n+1), #homePageNews .col-sm-1:nth-child(2n+1), #homePageNews .col-md-1:nth-child(2n+1), #homePageNews .col-lg-1:nth-child(2n+1), #homePageNews .col-xs-2:nth-child(2n+1), #homePageNews .col-sm-2:nth-child(2n+1), #homePageNews .col-md-2:nth-child(2n+1), #homePageNews .col-lg-2:nth-child(2n+1), #homePageNews .col-xs-3:nth-child(2n+1), #homePageNews .col-sm-3:nth-child(2n+1), #homePageNews .col-md-3:nth-child(2n+1), #homePageNews .col-lg-3:nth-child(2n+1), #homePageNews .col-xs-4:nth-child(2n+1), #homePageNews .col-sm-4:nth-child(2n+1), #homePageNews .col-md-4:nth-child(2n+1), #homePageNews .col-lg-4:nth-child(2n+1), #homePageNews .col-xs-5:nth-child(2n+1), #homePageNews .col-sm-5:nth-child(2n+1), #homePageNews .col-md-5:nth-child(2n+1), #homePageNews .col-lg-5:nth-child(2n+1), #homePageNews .col-xs-6:nth-child(2n+1), #homePageNews .col-sm-6:nth-child(2n+1), #homePageNews .col-md-6:nth-child(2n+1), #homePageNews .col-lg-6:nth-child(2n+1), #homePageNews .col-xs-7:nth-child(2n+1), #homePageNews .col-sm-7:nth-child(2n+1), #homePageNews .col-md-7:nth-child(2n+1), #homePageNews .col-lg-7:nth-child(2n+1), #homePageNews .col-xs-8:nth-child(2n+1), #homePageNews .col-sm-8:nth-child(2n+1), #homePageNews .col-md-8:nth-child(2n+1), #homePageNews .col-lg-8:nth-child(2n+1), #homePageNews .col-xs-9:nth-child(2n+1), #homePageNews .col-sm-9:nth-child(2n+1), #homePageNews .col-md-9:nth-child(2n+1), #homePageNews .col-lg-9:nth-child(2n+1), #homePageNews .col-xs-10:nth-child(2n+1), #homePageNews .col-sm-10:nth-child(2n+1), #homePageNews .col-md-10:nth-child(2n+1), #homePageNews .col-lg-10:nth-child(2n+1), #homePageNews .col-xs-11:nth-child(2n+1), #homePageNews .col-sm-11:nth-child(2n+1), #homePageNews .col-md-11:nth-child(2n+1), #homePageNews .col-lg-11:nth-child(2n+1), #homePageNews .col-xs-12:nth-child(2n+1), #homePageNews .col-sm-12:nth-child(2n+1), #homePageNews .col-md-12:nth-child(2n+1), #homePageNews .col-lg-12:nth-child(2n+1) {
      background: #fff; }
    #homePageNews .col-xs-1:nth-child(2n), #homePageNews .col-sm-1:nth-child(2n), #homePageNews .col-md-1:nth-child(2n), #homePageNews .col-lg-1:nth-child(2n), #homePageNews .col-xs-2:nth-child(2n), #homePageNews .col-sm-2:nth-child(2n), #homePageNews .col-md-2:nth-child(2n), #homePageNews .col-lg-2:nth-child(2n), #homePageNews .col-xs-3:nth-child(2n), #homePageNews .col-sm-3:nth-child(2n), #homePageNews .col-md-3:nth-child(2n), #homePageNews .col-lg-3:nth-child(2n), #homePageNews .col-xs-4:nth-child(2n), #homePageNews .col-sm-4:nth-child(2n), #homePageNews .col-md-4:nth-child(2n), #homePageNews .col-lg-4:nth-child(2n), #homePageNews .col-xs-5:nth-child(2n), #homePageNews .col-sm-5:nth-child(2n), #homePageNews .col-md-5:nth-child(2n), #homePageNews .col-lg-5:nth-child(2n), #homePageNews .col-xs-6:nth-child(2n), #homePageNews .col-sm-6:nth-child(2n), #homePageNews .col-md-6:nth-child(2n), #homePageNews .col-lg-6:nth-child(2n), #homePageNews .col-xs-7:nth-child(2n), #homePageNews .col-sm-7:nth-child(2n), #homePageNews .col-md-7:nth-child(2n), #homePageNews .col-lg-7:nth-child(2n), #homePageNews .col-xs-8:nth-child(2n), #homePageNews .col-sm-8:nth-child(2n), #homePageNews .col-md-8:nth-child(2n), #homePageNews .col-lg-8:nth-child(2n), #homePageNews .col-xs-9:nth-child(2n), #homePageNews .col-sm-9:nth-child(2n), #homePageNews .col-md-9:nth-child(2n), #homePageNews .col-lg-9:nth-child(2n), #homePageNews .col-xs-10:nth-child(2n), #homePageNews .col-sm-10:nth-child(2n), #homePageNews .col-md-10:nth-child(2n), #homePageNews .col-lg-10:nth-child(2n), #homePageNews .col-xs-11:nth-child(2n), #homePageNews .col-sm-11:nth-child(2n), #homePageNews .col-md-11:nth-child(2n), #homePageNews .col-lg-11:nth-child(2n), #homePageNews .col-xs-12:nth-child(2n), #homePageNews .col-sm-12:nth-child(2n), #homePageNews .col-md-12:nth-child(2n), #homePageNews .col-lg-12:nth-child(2n) {
      background: #F5F5F5; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #homePageNews .col-xs-1:nth-child(4n+2), #homePageNews .col-xs-1:nth-child(4n+3), #homePageNews .col-sm-1:nth-child(4n+2), #homePageNews .col-sm-1:nth-child(4n+3), #homePageNews .col-md-1:nth-child(4n+2), #homePageNews .col-md-1:nth-child(4n+3), #homePageNews .col-lg-1:nth-child(4n+2), #homePageNews .col-lg-1:nth-child(4n+3), #homePageNews .col-xs-2:nth-child(4n+2), #homePageNews .col-xs-2:nth-child(4n+3), #homePageNews .col-sm-2:nth-child(4n+2), #homePageNews .col-sm-2:nth-child(4n+3), #homePageNews .col-md-2:nth-child(4n+2), #homePageNews .col-md-2:nth-child(4n+3), #homePageNews .col-lg-2:nth-child(4n+2), #homePageNews .col-lg-2:nth-child(4n+3), #homePageNews .col-xs-3:nth-child(4n+2), #homePageNews .col-xs-3:nth-child(4n+3), #homePageNews .col-sm-3:nth-child(4n+2), #homePageNews .col-sm-3:nth-child(4n+3), #homePageNews .col-md-3:nth-child(4n+2), #homePageNews .col-md-3:nth-child(4n+3), #homePageNews .col-lg-3:nth-child(4n+2), #homePageNews .col-lg-3:nth-child(4n+3), #homePageNews .col-xs-4:nth-child(4n+2), #homePageNews .col-xs-4:nth-child(4n+3), #homePageNews .col-sm-4:nth-child(4n+2), #homePageNews .col-sm-4:nth-child(4n+3), #homePageNews .col-md-4:nth-child(4n+2), #homePageNews .col-md-4:nth-child(4n+3), #homePageNews .col-lg-4:nth-child(4n+2), #homePageNews .col-lg-4:nth-child(4n+3), #homePageNews .col-xs-5:nth-child(4n+2), #homePageNews .col-xs-5:nth-child(4n+3), #homePageNews .col-sm-5:nth-child(4n+2), #homePageNews .col-sm-5:nth-child(4n+3), #homePageNews .col-md-5:nth-child(4n+2), #homePageNews .col-md-5:nth-child(4n+3), #homePageNews .col-lg-5:nth-child(4n+2), #homePageNews .col-lg-5:nth-child(4n+3), #homePageNews .col-xs-6:nth-child(4n+2), #homePageNews .col-xs-6:nth-child(4n+3), #homePageNews .col-sm-6:nth-child(4n+2), #homePageNews .col-sm-6:nth-child(4n+3), #homePageNews .col-md-6:nth-child(4n+2), #homePageNews .col-md-6:nth-child(4n+3), #homePageNews .col-lg-6:nth-child(4n+2), #homePageNews .col-lg-6:nth-child(4n+3), #homePageNews .col-xs-7:nth-child(4n+2), #homePageNews .col-xs-7:nth-child(4n+3), #homePageNews .col-sm-7:nth-child(4n+2), #homePageNews .col-sm-7:nth-child(4n+3), #homePageNews .col-md-7:nth-child(4n+2), #homePageNews .col-md-7:nth-child(4n+3), #homePageNews .col-lg-7:nth-child(4n+2), #homePageNews .col-lg-7:nth-child(4n+3), #homePageNews .col-xs-8:nth-child(4n+2), #homePageNews .col-xs-8:nth-child(4n+3), #homePageNews .col-sm-8:nth-child(4n+2), #homePageNews .col-sm-8:nth-child(4n+3), #homePageNews .col-md-8:nth-child(4n+2), #homePageNews .col-md-8:nth-child(4n+3), #homePageNews .col-lg-8:nth-child(4n+2), #homePageNews .col-lg-8:nth-child(4n+3), #homePageNews .col-xs-9:nth-child(4n+2), #homePageNews .col-xs-9:nth-child(4n+3), #homePageNews .col-sm-9:nth-child(4n+2), #homePageNews .col-sm-9:nth-child(4n+3), #homePageNews .col-md-9:nth-child(4n+2), #homePageNews .col-md-9:nth-child(4n+3), #homePageNews .col-lg-9:nth-child(4n+2), #homePageNews .col-lg-9:nth-child(4n+3), #homePageNews .col-xs-10:nth-child(4n+2), #homePageNews .col-xs-10:nth-child(4n+3), #homePageNews .col-sm-10:nth-child(4n+2), #homePageNews .col-sm-10:nth-child(4n+3), #homePageNews .col-md-10:nth-child(4n+2), #homePageNews .col-md-10:nth-child(4n+3), #homePageNews .col-lg-10:nth-child(4n+2), #homePageNews .col-lg-10:nth-child(4n+3), #homePageNews .col-xs-11:nth-child(4n+2), #homePageNews .col-xs-11:nth-child(4n+3), #homePageNews .col-sm-11:nth-child(4n+2), #homePageNews .col-sm-11:nth-child(4n+3), #homePageNews .col-md-11:nth-child(4n+2), #homePageNews .col-md-11:nth-child(4n+3), #homePageNews .col-lg-11:nth-child(4n+2), #homePageNews .col-lg-11:nth-child(4n+3), #homePageNews .col-xs-12:nth-child(4n+2), #homePageNews .col-xs-12:nth-child(4n+3), #homePageNews .col-sm-12:nth-child(4n+2), #homePageNews .col-sm-12:nth-child(4n+3), #homePageNews .col-md-12:nth-child(4n+2), #homePageNews .col-md-12:nth-child(4n+3), #homePageNews .col-lg-12:nth-child(4n+2), #homePageNews .col-lg-12:nth-child(4n+3) {
        background: #fff !important; }
      #homePageNews .col-xs-1:nth-child(4n+1), #homePageNews .col-xs-1:nth-child(4n), #homePageNews .col-sm-1:nth-child(4n+1), #homePageNews .col-sm-1:nth-child(4n), #homePageNews .col-md-1:nth-child(4n+1), #homePageNews .col-md-1:nth-child(4n), #homePageNews .col-lg-1:nth-child(4n+1), #homePageNews .col-lg-1:nth-child(4n), #homePageNews .col-xs-2:nth-child(4n+1), #homePageNews .col-xs-2:nth-child(4n), #homePageNews .col-sm-2:nth-child(4n+1), #homePageNews .col-sm-2:nth-child(4n), #homePageNews .col-md-2:nth-child(4n+1), #homePageNews .col-md-2:nth-child(4n), #homePageNews .col-lg-2:nth-child(4n+1), #homePageNews .col-lg-2:nth-child(4n), #homePageNews .col-xs-3:nth-child(4n+1), #homePageNews .col-xs-3:nth-child(4n), #homePageNews .col-sm-3:nth-child(4n+1), #homePageNews .col-sm-3:nth-child(4n), #homePageNews .col-md-3:nth-child(4n+1), #homePageNews .col-md-3:nth-child(4n), #homePageNews .col-lg-3:nth-child(4n+1), #homePageNews .col-lg-3:nth-child(4n), #homePageNews .col-xs-4:nth-child(4n+1), #homePageNews .col-xs-4:nth-child(4n), #homePageNews .col-sm-4:nth-child(4n+1), #homePageNews .col-sm-4:nth-child(4n), #homePageNews .col-md-4:nth-child(4n+1), #homePageNews .col-md-4:nth-child(4n), #homePageNews .col-lg-4:nth-child(4n+1), #homePageNews .col-lg-4:nth-child(4n), #homePageNews .col-xs-5:nth-child(4n+1), #homePageNews .col-xs-5:nth-child(4n), #homePageNews .col-sm-5:nth-child(4n+1), #homePageNews .col-sm-5:nth-child(4n), #homePageNews .col-md-5:nth-child(4n+1), #homePageNews .col-md-5:nth-child(4n), #homePageNews .col-lg-5:nth-child(4n+1), #homePageNews .col-lg-5:nth-child(4n), #homePageNews .col-xs-6:nth-child(4n+1), #homePageNews .col-xs-6:nth-child(4n), #homePageNews .col-sm-6:nth-child(4n+1), #homePageNews .col-sm-6:nth-child(4n), #homePageNews .col-md-6:nth-child(4n+1), #homePageNews .col-md-6:nth-child(4n), #homePageNews .col-lg-6:nth-child(4n+1), #homePageNews .col-lg-6:nth-child(4n), #homePageNews .col-xs-7:nth-child(4n+1), #homePageNews .col-xs-7:nth-child(4n), #homePageNews .col-sm-7:nth-child(4n+1), #homePageNews .col-sm-7:nth-child(4n), #homePageNews .col-md-7:nth-child(4n+1), #homePageNews .col-md-7:nth-child(4n), #homePageNews .col-lg-7:nth-child(4n+1), #homePageNews .col-lg-7:nth-child(4n), #homePageNews .col-xs-8:nth-child(4n+1), #homePageNews .col-xs-8:nth-child(4n), #homePageNews .col-sm-8:nth-child(4n+1), #homePageNews .col-sm-8:nth-child(4n), #homePageNews .col-md-8:nth-child(4n+1), #homePageNews .col-md-8:nth-child(4n), #homePageNews .col-lg-8:nth-child(4n+1), #homePageNews .col-lg-8:nth-child(4n), #homePageNews .col-xs-9:nth-child(4n+1), #homePageNews .col-xs-9:nth-child(4n), #homePageNews .col-sm-9:nth-child(4n+1), #homePageNews .col-sm-9:nth-child(4n), #homePageNews .col-md-9:nth-child(4n+1), #homePageNews .col-md-9:nth-child(4n), #homePageNews .col-lg-9:nth-child(4n+1), #homePageNews .col-lg-9:nth-child(4n), #homePageNews .col-xs-10:nth-child(4n+1), #homePageNews .col-xs-10:nth-child(4n), #homePageNews .col-sm-10:nth-child(4n+1), #homePageNews .col-sm-10:nth-child(4n), #homePageNews .col-md-10:nth-child(4n+1), #homePageNews .col-md-10:nth-child(4n), #homePageNews .col-lg-10:nth-child(4n+1), #homePageNews .col-lg-10:nth-child(4n), #homePageNews .col-xs-11:nth-child(4n+1), #homePageNews .col-xs-11:nth-child(4n), #homePageNews .col-sm-11:nth-child(4n+1), #homePageNews .col-sm-11:nth-child(4n), #homePageNews .col-md-11:nth-child(4n+1), #homePageNews .col-md-11:nth-child(4n), #homePageNews .col-lg-11:nth-child(4n+1), #homePageNews .col-lg-11:nth-child(4n), #homePageNews .col-xs-12:nth-child(4n+1), #homePageNews .col-xs-12:nth-child(4n), #homePageNews .col-sm-12:nth-child(4n+1), #homePageNews .col-sm-12:nth-child(4n), #homePageNews .col-md-12:nth-child(4n+1), #homePageNews .col-md-12:nth-child(4n), #homePageNews .col-lg-12:nth-child(4n+1), #homePageNews .col-lg-12:nth-child(4n) {
        background: #F5F5F5 !important; } }

.awards {
  padding: 30px 40px 0;
  text-align: center; }
  .awards .award {
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 30px; }
    .awards .award img {
      vertical-align: top;
      max-width: 100%;
      width: 180px; }
    .awards .award p {
      margin-top: 10px;
      vertical-align: top;
      text-align: left;
      width: 180px; }

.reviews {
  table-layout: fixed;
  width: 100%; }
  .reviews tr {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    position: relative;
    background: #fff; }
    .reviews tr .publisherPhoto {
      width: 65px;
      display: inline-block;
      margin-right: 10px; }
      .reviews tr .publisherPhoto img {
        vertical-align: middle;
        max-width: 100%; }
    .reviews tr:nth-child(2n) {
      background: #F5F5F5; }
    .reviews tr:hover {
      background: #EBEBEB; }
    .reviews tr td {
      position: relative;
      width: 50%;
      font-size: 16px;
      font-weight: light; }
      .reviews tr td b {
        font-size: 16px;
        font-weight: 300; }
      .reviews tr td .btn {
        margin: 0 !important; }
  .reviews .absoluteLink {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.reviewsPage .widgetBox {
  padding-bottom: 30px; }
  .reviewsPage .widgetBox .publisherData {
    padding: 30px;
    overflow: hidden; }
    .reviewsPage .widgetBox .publisherData .name {
      float: left;
      font-size: 24px;
      font-weight: bold; }
    .reviewsPage .widgetBox .publisherData .thumb {
      float: right; }
      .reviewsPage .widgetBox .publisherData .thumb img {
        max-height: 80px; }
  .reviewsPage .widgetBox .reviews > div {
    display: none;
    line-height: 33px; }
    .reviewsPage .widgetBox .reviews > div:nth-child(1), .reviewsPage .widgetBox .reviews > div:nth-child(2), .reviewsPage .widgetBox .reviews > div:nth-child(3), .reviewsPage .widgetBox .reviews > div:nth-child(4), .reviewsPage .widgetBox .reviews > div:nth-child(5) {
      display: block; }
    .reviewsPage .widgetBox .reviews > div:nth-child(2n+1) {
      background: #F5F5F5; }
    .reviewsPage .widgetBox .reviews > div a {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      color: #303030;
      display: block;
      padding: 0 30px;
      font-size: 15px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .reviewsPage .widgetBox .reviews > div a:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  .reviewsPage .widgetBox .moreReviews {
    margin: 30px 0 0 30px; }
  .reviewsPage .widgetBox.filter {
    padding: 30px; }
    .reviewsPage .widgetBox.filter b {
      font-size: 15px;
      font-weight: 300; }
    .reviewsPage .widgetBox.filter .row {
      margin: 30px -15px 0; }
    .reviewsPage .widgetBox.filter .select {
      margin-top: 5px; }
    .reviewsPage .widgetBox.filter .form {
      padding-bottom: 0; }
    .reviewsPage .widgetBox.filter .btn {
      margin-top: 30px; }

.productDetails .halfCol {
  overflow: hidden;
  width: 50%;
  float: left; }
  @media screen and (max-width: 1024px) {
    .productDetails .halfCol {
      width: auto;
      float: none; } }
.productDetails .gallery {
  float: none !important;
  width: auto;
  height: auto;
  background: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  min-height: 100px; }
  .productDetails .gallery .col-xs-1, .productDetails .gallery .col-sm-1, .productDetails .gallery .col-md-1, .productDetails .gallery .col-lg-1, .productDetails .gallery .col-xs-2, .productDetails .gallery .col-sm-2, .productDetails .gallery .col-md-2, .productDetails .gallery .col-lg-2, .productDetails .gallery .col-xs-3, .productDetails .gallery .col-sm-3, .productDetails .gallery .col-md-3, .productDetails .gallery .col-lg-3, .productDetails .gallery .col-xs-4, .productDetails .gallery .col-sm-4, .productDetails .gallery .col-md-4, .productDetails .gallery .col-lg-4, .productDetails .gallery .col-xs-5, .productDetails .gallery .col-sm-5, .productDetails .gallery .col-md-5, .productDetails .gallery .col-lg-5, .productDetails .gallery .col-xs-6, .productDetails .gallery .col-sm-6, .productDetails .gallery .col-md-6, .productDetails .gallery .col-lg-6, .productDetails .gallery .col-xs-7, .productDetails .gallery .col-sm-7, .productDetails .gallery .col-md-7, .productDetails .gallery .col-lg-7, .productDetails .gallery .col-xs-8, .productDetails .gallery .col-sm-8, .productDetails .gallery .col-md-8, .productDetails .gallery .col-lg-8, .productDetails .gallery .col-xs-9, .productDetails .gallery .col-sm-9, .productDetails .gallery .col-md-9, .productDetails .gallery .col-lg-9, .productDetails .gallery .col-xs-10, .productDetails .gallery .col-sm-10, .productDetails .gallery .col-md-10, .productDetails .gallery .col-lg-10, .productDetails .gallery .col-xs-11, .productDetails .gallery .col-sm-11, .productDetails .gallery .col-md-11, .productDetails .gallery .col-lg-11, .productDetails .gallery .col-xs-12, .productDetails .gallery .col-sm-12, .productDetails .gallery .col-md-12, .productDetails .gallery .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .productDetails .gallery > div {
    overflow: hidden;
    background-color: white;
    border: 2px solid white; }
    .productDetails .gallery > div img {
      display: none; }
    .productDetails .gallery > div a, .productDetails .gallery > div .bg {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: contain;
      background-position: center center; }
      .productDetails .gallery > div a:hover, .productDetails .gallery > div a:focus, .productDetails .gallery > div a:active, .productDetails .gallery > div .bg:hover, .productDetails .gallery > div .bg:focus, .productDetails .gallery > div .bg:active {
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
.productDetails .versions {
  text-transform: uppercase;
  margin-bottom: 16px; }
  .productDetails .versions b {
    margin-right: 3px; }
.productDetails .backBtn, .productDetails .btn {
  margin: 20px 20px 0 20px;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  /*        &:first-child{
              margin-left: 30px;
          }*/ }
.productDetails .buttons, .productDetails .gallery {
  padding: 0; }
.productDetails .buttons {
  /*@include transitions(0.5s ease 0s);*/
  opacity: 0;
  visibility: hidden;
  background: #EBEBEB;
  float: right; }
  .productDetails .buttons.visible {
    opacity: 1;
    visibility: visible; }
@media screen and (max-width: 1024px) {
  .productDetails .buttons {
    overflow: hidden;
    float: none;
    width: auto;
    clear: both; }
  .productDetails .gallery {
    background: #FFFFFF;
    padding-top: 20px; } }
@media screen and (max-width: 767px) {
  .productDetails .buttons {
    text-align: center; }
    .productDetails .buttons .backBtn, .productDetails .buttons .btn {
      margin: 10px !important;
      vertical-align: top;
      display: inline-block; }
      .productDetails .buttons .backBtn:nth-child(3), .productDetails .buttons .btn:nth-child(3) {
        /*margin-top: -10px !important;*/ } }
.productDetails .buttons {
  float: none;
  width: auto;
  padding: 10px 20px 30px 20px; }
.productDetails .text {
  float: none;
  width: auto;
  height: auto;
  max-height: 700px; }

.cmsSubPage {
  padding: 40px 0; }

.ajaxSubmit i.fa {
  line-height: 50px; }

@media screen and (max-width: 699px) {
  p {
    word-wrap: break-word; } }
.gm-style .gm-style-iw {
  font-size: 12px; }
  .gm-style .gm-style-iw br {
    line-height: 0.7em; }
  .gm-style .gm-style-iw big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  .gm-style .gm-style-iw .city {
    text-transform: uppercase; }

.lb-data .lb-caption {
  text-transform: uppercase; }

.parallaxImg {
  margin: 0 -10px;
  height: 450px;
  /*height: 300px;*/
  /*background-size: auto 450px;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  /*background-attachment: fixed;*/ }
  @media screen and (max-width: 999px) {
    .parallaxImg {
      height: 250px;
      background-attachment: initial;
      background-position: center center !important;
      background-size: cover; } }

.mainHeader {
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  background: #112037;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 56px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .mainHeader::after {
    position: absolute;
    bottom: 40px;
    background: white;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    display: block;
    content: '';
    left: 0;
    right: 0; }

.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 {
  min-height: 0; }

#footer {
  color: #005B8C;
  font-size: 14px;
  margin: 0;
  background: #fff;
  padding: 0 0 30px;
  text-align: center;
  /*    @media screen and (max-width: 599px){
  
          .pull-right{
              float: none !important;
              clear: both;
          }
          .c#BC1C08its{
              display: block;
              height: auto;
              padding-top: 20px;
              text-align: right;
          }
      }*/ }
  #footer .socialMedia {
    padding: 10px 0;
    height: 50px;
    line-height: 30px;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
  #footer .footer2 {
    padding-top: 30px;
    /*border-top: 1px solid mix(#fff, $color1, 7);*/ }
  @media screen and (max-width: 1339px) {
    #footer .socialMedia, #footer .footer2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 599px) {
    #footer .socialMedia, #footer .footer2 {
      padding-left: 10px;
      padding-right: 10px; } }
  #footer .container {
    padding: 0; }
  @media screen and (max-width: 1199px) {
    #footer {
      padding-bottom: 10px; }
      #footer .container {
        padding: 0; }
        #footer .container > div > div > div {
          padding-bottom: 20px; } }
  #footer a {
    color: inherit; }
  #footer .markaC#BC1C08its {
    float: right;
    font-size: 14px;
    text-align: right;
    font-weight: 700; }
    #footer .markaC#BC1C08its small {
      font-weight: 300;
      font-size: 11px; }
  #footer #footerLogo {
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s; }
    #footer #footerLogo:hover {
      filter: brightness(0.9);
      -webkit-filter: brightness(0.9); }
    #footer #footerLogo img {
      max-width: 100%;
      width: 300px; }
  @media screen and (max-width: 767px) {
    #footer {
      text-align: center; }
      #footer #footerLogo {
        float: none; } }
  #footer #footerMenu {
    margin: 30px 0 40px; }
    #footer #footerMenu, #footer #footerMenu li {
      padding: 0;
      list-style: none; }
      #footer #footerMenu a, #footer #footerMenu li a {
        margin: 0 15px;
        text-transform: uppercase;
        line-height: 33px; }
        #footer #footerMenu a:hover, #footer #footerMenu li a:hover {
          color: #D23F38; }
    #footer #footerMenu li {
      display: inline-block; }
  #footer br.onlyRwd {
    display: none; }
  #footer .c#BC1C08its {
    height: 120px;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    #footer .c#BC1C08its a {
      transition: 0.2s ease 0s;
      -webkit-transition: 0.2s ease 0s;
      -ms-transition: 0.2s ease 0s;
      -o-transition: 0.2s ease 0s;
      -moz-transition: 0.2s ease 0s;
      -khtml-transition: 0.2s ease 0s; }
      #footer .c#BC1C08its a:hover {
        filter: brightness(0.8);
        -webkit-filter: brightness(0.8); }
    @media screen and (max-width: 767px) {
      #footer .c#BC1C08its {
        display: block;
        height: auto; } }
  #footer #powe#BC1C08ByZlepszejstrony {
    text-align: center;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 300; }
    #footer #powe#BC1C08ByZlepszejstrony a {
      font-weight: 700;
      color: #D23F38; }
      #footer #powe#BC1C08ByZlepszejstrony a:hover {
        color: #e07974; }

.list-view {
  padding: 0; }

#carousel {
  overflow: hidden; }
  #carousel .owl-carousel .owl-stage {
    overflow: hidden;
    padding-top: 39px;
    padding-bottom: 39px; }
    #carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 39px;
      visibility: visible;
      background: url("../img/klisza.png"); }
    #carousel .owl-carousel .owl-stage span, #carousel .owl-carousel .owl-stage a {
      display: block; }
    #carousel .owl-carousel .owl-stage::after {
      top: auto;
      bottom: 0; }
    @media screen and (max-width: 767px) {
      #carousel .owl-carousel .owl-stage {
        padding-top: 20px;
        padding-bottom: 20px; }
        #carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
          height: 20px;
          background-size: auto 20px; } }
  #carousel .owl-item > div {
    padding: 0 10px; }
  #carousel .promotedPhoto {
    padding-top: 82%;
    background-size: cover;
    background-position: center center; }

@media screen and (max-width: 1239px) {
  .section:not(.fullSection) {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 1199px) {
    .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
      padding-left: 5px;
      padding-right: 5px; } }

.tos-close span::before, .tos-close span::after {
  content: '';
  width: 20px;
  height: 3px;
  background: white;
  border: none;
  left: 0;
  right: 0;
  margin: auto; }
.tos-close span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.tos-pagination {
  z-index: 100000; }

#facebook {
  float: right;
  poition: absolute;
  right: 0;
  color: white;
  margin: 0 10px; }
  #facebook i.fa {
    font-size: 22px;
    line-height: 70px; }

#facebook2 {
  float: right;
  color: white;
  margin: 3px 60px 0 10px; }
  #facebook2 i.fa {
    font-size: 22px;
    line-height: 70px; }

body {
  min-height: 100vh;
  background: #fff;
  position: relative;
  font-size: 16px; }
  body.sticky .sliderArrow {
    transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -khtml-transition: opacity 1s ease 0s;
    opacity: 0 !important;
    pointer-events: none; }
  @media screen and (min-width: 1200px) {
    body {
      /*&.sticky{*/
      /*padding-top: 70px;*/
      /*}*/ } }
  body .enterPrompt {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
    background: white;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, white 0%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center; }
    body .enterPrompt .cmsPage {
      width: 100%; }
    body .enterPrompt p {
      text-transform: none; }
    body .enterPrompt .pelno {
      margin: 10px 40px 0;
      display: inline-block;
      font-weight: 300;
      text-align: center;
      font-size: 24px;
      cursor: pointer;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      body .enterPrompt .pelno:hover {
        color: #B8A377; }

#topBarRwd {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  min-width: 320px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  text-align: center; }
  #topBarRwd .socialMedia {
    display: none; }
  #topBarRwd > .container {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transaprent; }
  #topBarRwd #logoRwd img {
    max-height: 50px;
    max-width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
  #topBarRwd #topMenuRwd {
    background: #fff;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    top: 0;
    width: 250px;
    left: -250px;
    position: fixed;
    right: auto;
    height: 100%;
    padding-top: 50px;
    padding-left: 0;
    border-right: 3px solid #005B8C;
    /*border-right: 5px solid $color1dark;*/
    list-style: none;
    z-index: 100;
    overflow-y: auto; }
    #topBarRwd #topMenuRwd .subMenu {
      display: none; }
    #topBarRwd #topMenuRwd li, #topBarRwd #topMenuRwd .category {
      padding: 0;
      display: block;
      padding: 0 25px; }
      #topBarRwd #topMenuRwd li a, #topBarRwd #topMenuRwd .category a {
        text-transform: uppercase;
        color: #005B8C;
        display: inline-block;
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        font-size: 18px;
        text-align: center;
        position: relative;
        display: block;
        padding: 10px 0; }
        #topBarRwd #topMenuRwd li a::after, #topBarRwd #topMenuRwd .category a::after {
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s;
          content: '';
          position: absolute;
          display: block;
          width: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 5px;
          height: 2px;
          background: #000; }
    #topBarRwd #topMenuRwd.menuOpen {
      left: 0px; }
  #topBarRwd .menuButton {
    float: left;
    cursor: pointer;
    width: 30px;
    left: 20px;
    height: 21px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101; }
    #topBarRwd .menuButton span {
      display: block;
      position: absolute;
      margin: 0;
      margin: auto;
      transition: 0.5s ease 0s;
      -webkit-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
      -o-transition: 0.5s ease 0s;
      -moz-transition: 0.5s ease 0s;
      -khtml-transition: 0.5s ease 0s;
      height: 3px;
      width: 30px;
      border-radius: 1px;
      background: #005B8C;
      left: 0;
      right: 0; }
      #topBarRwd .menuButton span.bar1 {
        top: 0;
        bottom: 18px; }
      #topBarRwd .menuButton span.bar2 {
        top: 0;
        bottom: 0; }
      #topBarRwd .menuButton span.bar3 {
        top: 18px;
        bottom: 0; }
    #topBarRwd .menuButton.menuOpen {
      /*           position: fixed;
             left: 20px;
               top: 72px;
               bottom: auto;
               margin: 0;*/ }
      #topBarRwd .menuButton.menuOpen span {
        /*background: $color2;*/
        top: 0;
        bottom: 0; }
        #topBarRwd .menuButton.menuOpen span.bar1, #topBarRwd .menuButton.menuOpen span.bar3 {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #topBarRwd .menuButton.menuOpen span.bar2 {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
      #topBarRwd .menuButton.menuOpen + #logoRwd {
        margin-left: 60px; }
  #topBarRwd #logoRwd {
    float: right;
    margin: 0; }
  #topBarRwd .menuButton {
    position: absolute; }
  #topBarRwd .menuButton.menuOpen + #logoRwd {
    margin: 0; }
  #topBarRwd #topMenuRwd {
    text-align: left; }

@media screen and (max-width: 1199px) {
  #top {
    display: none; }

  #topBarRwd {
    display: block; }
    #topBarRwd .versionSelect .languages {
      margin: 5px 0px 0 20px; }
      #topBarRwd .versionSelect .languages .other {
        background: #fff; }

  body {
    padding-top: 50px; }
    body #topBarRwd, body #page, body #footer {
      position: relative;
      transition: left 0.5s ease 0s;
      -webkit-transition: left 0.5s ease 0s;
      -ms-transition: left 0.5s ease 0s;
      -o-transition: left 0.5s ease 0s;
      -moz-transition: left 0.5s ease 0s;
      -khtml-transition: left 0.5s ease 0s;
      left: 0; }
    body.menuOpen #topBarRwd, body.menuOpen #page, body.menuOpen #footer {
      left: 250px !important; } }
.cmsPage {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none; }
  .cmsPage .textWidget {
    line-height: 1.5em; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3, .cmsPage h4, .cmsPage h5, .cmsPage h6 {
    line-height: normal;
    font-weight: 300; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3 {
    color: #000;
    line-height: normal;
    font-weight: 900; }
  .cmsPage h1 {
    font-size: 36px; }
  .cmsPage h2 {
    font-size: 36px; }
  .cmsPage h3 {
    font-size: 28px; }
  .cmsPage h4 {
    font-size: 24px; }
  .cmsPage h5 {
    font-size: 20px; }
  .cmsPage h6 {
    font-size: 18px; }
  .cmsPage .textWidget strong, .cmsPage .textWidget b {
    color: #000; }

.cmsPage {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /*    display: flex;
      -webkit-display: flex;
      display: -webkit-flex;
      align-items: end;
      -webkit-align-items: end;*/ }
  .cmsPage > div {
    display: block;
    width: 100%; }

.classicSlider {
  overflow: hidden;
  min-height: 400px !important; }
  @media screen and (max-width: 599px) {
    .classicSlider {
      min-height: 400px !important; } }
  .classicSlider .owl-wrapper-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important; }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-wrapper-outer {
        min-height: 400px !important; } }
    .classicSlider .owl-wrapper-outer .owl-wrapper {
      height: 100% !important; }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 100% !important;
        min-height: 400px !important; }
        @media screen and (max-width: 599px) {
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
            min-height: 400px !important; } }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
          overflow: hidden;
          min-height: 400px !important;
          background-color: #000000;
          background-repeat: no-repeat;
          width: 100%;
          background-size: cover;
          background-position: center center;
          position: relative; }
          @media screen and (max-width: 599px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              min-height: 400px !important; } }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after {
            content: '';
            z-index: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /*background: rgba(black, 0.3);*/ }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
            overflow: hidden;
            height: 100%; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
              position: absolute;
              z-index: 2;
              bottom: 50px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                color: white;
                /*text-shadow: 2px 2px 1px rgba(black, 0.3);*/
                position: relative;
                transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -webkit-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -ms-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -o-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -moz-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -khtml-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img {
                width: auto;
                max-width: 100%; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 46px;
                line-height: 56px;
                font-weight: 500;
                background: #F1DD38;
                padding: 2px 20px;
                font-weight: 900;
                display: inline-block;
                color: #005B8C;
                left: -100vw;
                text-transform: uppercase; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                font-size: 24px;
                font-weight: 500;
                display: inline-block;
                padding: 2px 20px;
                background: #005B8C;
                max-width: 100%;
                left: 100vw; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                left: 100vw; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                font-size: 32px;
                font-weight: 400;
                left: -100vw;
                margin-top: 15px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                font-size: 32px;
                font-weight: 300; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                left: -100vw;
                margin-top: 25px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
                  display: inline-block;
                  padding: 0 18px;
                  height: 52px;
                  line-height: 50px;
                  font-size: 16px;
                  color: #fff;
                  border: 1px solid #fff;
                  border-radius: 100px;
                  text-transform: uppercase;
                  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -ms-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -khtml-transition: color 0.3s ease 0s, background-color 0.3s ease 0s; }
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover {
                    background: white;
                    color: black; }
              @media screen and (max-width: 899px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 52px; }
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 img {
                    max-height: 60px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 22px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                  font-size: 24px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                  font-size: 24px; } }
              @media screen and (max-width: 599px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 46px; }
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 img {
                    max-height: 50px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 18px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                  font-size: 22px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                  font-size: 22px; } }
              @media screen and (max-width: 399px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 38px; }
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 img {
                    max-height: none;
                    max-width: 250px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 16px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                  font-size: 22px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                  font-size: 22px; } }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text5 {
          left: 0;
          right: 0; }
  .classicSlider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-controls {
        display: none; } }
    .classicSlider .owl-controls .owl-page {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: inline-block;
      width: 15px;
      height: 15px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border: 1px solid #fff;
      border-radius: 15px;
      margin: 0 7px;
      cursor: pointer; }
      .classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
        background: #fff; }

.socialMedia {
  text-align: right; }
  .socialMedia a, .socialMedia span {
    margin-right: 10px;
    display: inline-block; }
    .socialMedia a:last-child, .socialMedia span:last-child {
      margin-right: 0; }
    .socialMedia a i.fa, .socialMedia span i.fa {
      font-size: 22px;
      top: 2px;
      position: relative; }

#tilesList {
  overflow: hidden;
  /*    margin-left: -10px;
      margin-right: -10px;*/
  margin-bottom: -10px; }
  #tilesList .tileContainer {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    float: left; }
    #tilesList .tileContainer .tile {
      overflow: hidden;
      position: relative; }
      #tilesList .tileContainer .tile .dummy {
        padding-top: 66%; }
      #tilesList .tileContainer .tile .text {
        transition: background 0.3s ease 0s;
        -webkit-transition: background 0.3s ease 0s;
        -ms-transition: background 0.3s ease 0s;
        -o-transition: background 0.3s ease 0s;
        -moz-transition: background 0.3s ease 0s;
        -khtml-transition: background 0.3s ease 0s;
        background: rgba(52, 193, 231, 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        -webkit-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        align-items: -webkit-center;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: -webkit-center;
        color: white;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: center; }
        #tilesList .tileContainer .tile .text h3 > span > span {
          font-size: 0.6em; }
      #tilesList .tileContainer .tile .thumb {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile a.absoluteLink {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile:hover .text {
        background: rgba(52, 193, 231, 0.8); }
      #tilesList .tileContainer .tile:hover .thumb {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }

.downloads, .downloads li {
  list-style: none;
  padding: 0; }
.downloads i.fa {
  margin-right: 5px; }

#blogArticlePage h1 {
  text-align: center; }
#blogArticlePage .btn::before {
  display: none !important; }

div[data-type=blogArticlesList] {
  padding-top: 20px; }
  div[data-type=blogArticlesList] .article {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    div[data-type=blogArticlesList] .article h3 {
      margin-top: 0; }
      div[data-type=blogArticlesList] .article h3 small {
        margin-bottom: 5px;
        display: inline-block; }
    div[data-type=blogArticlesList] .article:last-child {
      border-bottom: 0; }
    div[data-type=blogArticlesList] .article .bg {
      padding-top: 75%;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        div[data-type=blogArticlesList] .article .bg {
          padding-top: 40%;
          margin-bottom: 10px; } }
      div[data-type=blogArticlesList] .article .bg > div {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center; }
      div[data-type=blogArticlesList] .article .bg a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      div[data-type=blogArticlesList] .article .bg:hover > div {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    div[data-type=blogArticlesList] .article p {
      font-size: 0.9em; }
    div[data-type=blogArticlesList] .article a.more {
      text-decoration: underline; }

.hasBgPhoto {
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (max-width: 999px) {
    .hasBgPhoto {
      background-attachment: initial;
      background-position: center center !important;
      background-size: cover; } }

#content > .cmsPage:nth-child(2) > div > .section:first-child {
  padding-top: 0; }

#topBarRwd, #topBarRwd > .container {
  color: #005B8C;
  height: 70px; }
#topBarRwd .subcategories {
  display: none; }
#topBarRwd #logoRwd img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 55%; }
#topBarRwd .socialMedia {
  margin-right: -20px;
  float: right;
  line-height: 60px; }
  #topBarRwd .socialMedia a {
    margin-top: 10px;
    color: black; }
    #topBarRwd .socialMedia a:hover {
      color: #000 !important; }
    #topBarRwd .socialMedia a i.fa {
      font-size: 28px; }

/*body.sticky{*/
#topBarRwd {
  background: #fff;
  height: 50px; }
  #topBarRwd #logoRwd img {
    max-height: 30px; }

/*}*/
@media screen and (max-width: 991px) and (min-width: 768px) {
  .col-sm-6:nth-child(2n+1) {
    clear: both; } }
@media screen and (min-width: 1240px) {
  .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 30px !important; } }
  @media screen and (min-width: 1240px) and (max-width: 1199px) {
    .section.fullSection .col-md-6.column.half-wided.half-wided-right {
      padding-left: 5px !important; } }

.cmsSubPage:last-child {
  padding-bottom: 0; }
  .cmsSubPage:last-child > .section.fullSection:last-child {
    padding-bottom: 0; }

.footerCircles {
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 499px) {
    .footerCircles {
      width: 100% !important; } }
  .footerCircles i.fa {
    font-size: 26px;
    margin-bottom: 5px; }

.companyDetails {
  font-size: 12px;
  color: ddd;
  margin-top: 20px; }
  .companyDetails b {
    font-size: 13px;
    /*color: #fff;*/ }

#body476 .textWidget, #body577 .textWidget {
  padding-left: 40px !important;
  padding-right: 40px !important; }
  @media screen and (max-width: 991px) and (min-width: 786px) {
    #body476 .textWidget, #body577 .textWidget {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (max-width: 767px) {
    #body476 .textWidget, #body577 .textWidget {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
#body476 .infinityPhone, #body577 .infinityPhone {
  margin-bottom: -40px; }
#body476 .cmsSubPage, #body577 .cmsSubPage {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1199px) {
    #body476 .cmsSubPage, #body577 .cmsSubPage {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      align-items: -webkit-center;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: -webkit-row; }
      #body476 .cmsSubPage .section, #body577 .cmsSubPage .section {
        /*flex: 1 0 auto;*/
        display: block;
        width: auto;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: -webkit-center; }
        #body476 .cmsSubPage .section .column, #body577 .cmsSubPage .section .column {
          /*                    flex: 1 0 auto;
                              -webkit-flex: 1 0 auto;*/
          height: 100%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: -webkit-box;
          -ms-display: flex;
          display: flex;
          -webkit-display: flex;
          display: -webkit-flex; }
          #body476 .cmsSubPage .section .column > *, #body577 .cmsSubPage .section .column > * {
            /*                        flex: 1 0 auto;
                                    -webkit-flex: 1 0 auto;
                                    -ms-flex: 1 0 auto;*/ } }
  #body476 .cmsSubPage:nth-child(2), #body476 .cmsSubPage:nth-child(2) .section, #body476 .cmsSubPage:nth-child(2) .column, #body476 .cmsSubPage:nth-child(5), #body476 .cmsSubPage:nth-child(5) .section, #body476 .cmsSubPage:nth-child(5) .column, #body476 .cmsSubPage:nth-child(7), #body476 .cmsSubPage:nth-child(7) .section, #body476 .cmsSubPage:nth-child(7) .column, #body476 .cmsSubPage:last-child, #body476 .cmsSubPage:last-child .section, #body476 .cmsSubPage:last-child .column, #body577 .cmsSubPage:nth-child(2), #body577 .cmsSubPage:nth-child(2) .section, #body577 .cmsSubPage:nth-child(2) .column, #body577 .cmsSubPage:nth-child(5), #body577 .cmsSubPage:nth-child(5) .section, #body577 .cmsSubPage:nth-child(5) .column, #body577 .cmsSubPage:nth-child(7), #body577 .cmsSubPage:nth-child(7) .section, #body577 .cmsSubPage:nth-child(7) .column, #body577 .cmsSubPage:last-child, #body577 .cmsSubPage:last-child .section, #body577 .cmsSubPage:last-child .column {
    display: block !important; }
@media screen and (max-width: 767px) {
  #body476 div[data-type=photo], #body476 div[data-type=youtube], #body577 div[data-type=photo], #body577 div[data-type=youtube] {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 1239px) {
  .section.fullSection .col-md-6.column.half-wided, .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

#body577 #topMenu > li:first-child {
  display: none; }
@media screen and (min-width: 1199px) {
  #body577 .cmsSubPage:first-child {
    min-height: 100vh; } }
#body577 .cmsSubPage:first-child .section {
  width: 100%;
  margin: 0; }
  #body577 .cmsSubPage:first-child .section .column {
    flex-direction: column;
    -webkit-flex-direction: column; }
  #body577 .cmsSubPage:first-child .section form {
    padding: 10px 30px; }
    #body577 .cmsSubPage:first-child .section form input {
      color: white;
      border-bottom: 1px solid white;
      background: transparent; }
    #body577 .cmsSubPage:first-child .section form .btn {
      border: 1px solid white;
      color: white;
      background: transparent; }
      #body577 .cmsSubPage:first-child .section form .btn:hover {
        background: white;
        color: black; }
  #body577 .cmsSubPage:first-child .section .widgetBox {
    width: 100%;
    margin: 0; }
@media screen and (max-width: 991px) {
  #body577 .cmsSubPage:first-child .textWidget * {
    text-align: center !important; } }
#body577 .cmsSubPage:first-child .textWidget h2 {
  font-weight: 100;
  font-size: 52px; }
#body577 .cmsSubPage:first-child .textWidget h3 {
  font-size: 34px; }
#body577 .cmsSubPage:first-child .textWidget h4 {
  font-size: 28px; }

#body476 .cmsPage > div #section969 + .cmsSubPage {
  display: block;
  overflow: hidden; }

#body476 .cmsSubPage #section1439.section {
  display: block; }

#body476 .cmsSubPage #section1439.section .column {
  display: block; }

/*SKLEP-----------------------------------------------------------------------------*/
.breadcrumbs {
  background: #EEEEEE;
  line-height: 20px;
  padding: 16px 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway', Arial, sans-serif; }
  .breadcrumbs a {
    font-weight: 400;
    opacity: 0.6; }
    .breadcrumbs a:hover {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      padding: 16px 20px; } }
  .breadcrumbs .separator {
    width: 6px;
    height: 8px;
    margin: 0 20px;
    display: inline-block;
    background: url("../img/separator.png"); }

#filters {
  /*        transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -webkit-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -ms-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -o-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -moz-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -khtml-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;*/
  position: fixed;
  bottom: 0 !important;
  left: 0px;
  padding-right: 20px;
  padding-left: 40px;
  padding-top: 20px;
  z-index: 9999;
  /*border-bottom: 2px solid #204A8A;*/
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    #filters {
      padding-left: 10px; } }
  #filters h3.small:first-child {
    margin-bottom: 30px;
    color: black; }
  #filters h4 {
    font-size: 16px;
    color: black;
    text-transform: none;
    font-weight: 900;
    font-family: 'Montserrat', Arial, sans-serif; }
  #filters #priceFilter {
    margin-bottom: 30px; }
  #filters #categoriesFilter {
    margin-top: 20px;
    font-size: 14px;
    line-height: 31px;
    padding-right: 10px;
    padding-bottom: 20px; }
    #filters #categoriesFilter .category {
      position: relative; }
      #filters #categoriesFilter .category > .arrow {
        position: absolute;
        top: 10px;
        right: 0;
        width: 15px;
        height: 12px;
        /*background: rgba(#BC1C08, 0.3);*/
        cursor: pointer; }
        #filters #categoriesFilter .category > .arrow::after, #filters #categoriesFilter .category > .arrow::before {
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s;
          content: '';
          display: block;
          position: absolute;
          width: 7px;
          height: 2px;
          background: #8B8B8B;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        #filters #categoriesFilter .category > .arrow::after {
          margin-left: 2px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #filters #categoriesFilter .category > .arrow::before {
          margin-right: 1px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
      #filters #categoriesFilter .category.open > .arrow::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      #filters #categoriesFilter .category.open > .arrow::before {
        margin-right: 1px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
    #filters #categoriesFilter > .category > a {
      color: #8b8b8b;
      font-weight: bold;
      letter-spacing: 0.16em;
      text-transform: uppercase; }
    #filters #categoriesFilter > .category.active > a, #filters #categoriesFilter > .category > a:hover {
      color: black; }
    #filters #categoriesFilter > .category .subcategories {
      display: none;
      padding-left: 20px; }
      #filters #categoriesFilter > .category .subcategories > .category a {
        color: black;
        text-transform: none; }
      #filters #categoriesFilter > .category .subcategories > .category.active > a, #filters #categoriesFilter > .category .subcategories > .category > a:hover {
        font-weight: bold; }
      #filters #categoriesFilter > .category .subcategories .subcategories > .category a {
        color: #8B8B8B; }
      #filters #categoriesFilter > .category .subcategories .subcategories > .category.active a, #filters #categoriesFilter > .category .subcategories .subcategories > .category a:hover {
        color: black; }

@media screen and (min-width: 768px) {
  #filters {
    display: block !important; } }
@media screen and (max-width: 767px) {
  #filters {
    display: none; } }
#productsList {
  /*border-bottom: 2px solid #204A8A;*/
  min-height: 90vh; }

body #productsList, body #filters .productsCarousel, body .pProductsSwitch .productsCarousel, body .productsCarousel, body .widgetBox[data-type=promotionProducts], body .widgetBox[data-type=promotedProducts], body .widgetBox[data-type=newProducts], body .widgetBox[data-type=promotedProductsSwitcher], body .categoryList, #front #productsList, #front #filters .productsCarousel, #front .pProductsSwitch .productsCarousel, #front .productsCarousel, #front .widgetBox[data-type=promotionProducts], #front .widgetBox[data-type=promotedProducts], #front .widgetBox[data-type=newProducts], #front .widgetBox[data-type=promotedProductsSwitcher], #front .categoryList {
  padding: 40px 0;
  overflow: hidden; }
  body #productsList .alert, body #filters .productsCarousel .alert, body .pProductsSwitch .productsCarousel .alert, body .productsCarousel .alert, body .widgetBox[data-type=promotionProducts] .alert, body .widgetBox[data-type=promotedProducts] .alert, body .widgetBox[data-type=newProducts] .alert, body .widgetBox[data-type=promotedProductsSwitcher] .alert, body .categoryList .alert, #front #productsList .alert, #front #filters .productsCarousel .alert, #front .pProductsSwitch .productsCarousel .alert, #front .productsCarousel .alert, #front .widgetBox[data-type=promotionProducts] .alert, #front .widgetBox[data-type=promotedProducts] .alert, #front .widgetBox[data-type=newProducts] .alert, #front .widgetBox[data-type=promotedProductsSwitcher] .alert, #front .categoryList .alert {
    margin-right: 20px; }
  body #productsList .list-view .summary, body #filters .productsCarousel .list-view .summary, body .pProductsSwitch .productsCarousel .list-view .summary, body .productsCarousel .list-view .summary, body .widgetBox[data-type=promotionProducts] .list-view .summary, body .widgetBox[data-type=promotedProducts] .list-view .summary, body .widgetBox[data-type=newProducts] .list-view .summary, body .widgetBox[data-type=promotedProductsSwitcher] .list-view .summary, body .categoryList .list-view .summary, #front #productsList .list-view .summary, #front #filters .productsCarousel .list-view .summary, #front .pProductsSwitch .productsCarousel .list-view .summary, #front .productsCarousel .list-view .summary, #front .widgetBox[data-type=promotionProducts] .list-view .summary, #front .widgetBox[data-type=promotedProducts] .list-view .summary, #front .widgetBox[data-type=newProducts] .list-view .summary, #front .widgetBox[data-type=promotedProductsSwitcher] .list-view .summary, #front .categoryList .list-view .summary {
    margin: 0; }
  body #productsList .productItem, body #productsList .categoryItem, body #filters .productsCarousel .productItem, body #filters .productsCarousel .categoryItem, body .pProductsSwitch .productsCarousel .productItem, body .pProductsSwitch .productsCarousel .categoryItem, body .productsCarousel .productItem, body .productsCarousel .categoryItem, body .widgetBox[data-type=promotionProducts] .productItem, body .widgetBox[data-type=promotionProducts] .categoryItem, body .widgetBox[data-type=promotedProducts] .productItem, body .widgetBox[data-type=promotedProducts] .categoryItem, body .widgetBox[data-type=newProducts] .productItem, body .widgetBox[data-type=newProducts] .categoryItem, body .widgetBox[data-type=promotedProductsSwitcher] .productItem, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem, body .categoryList .productItem, body .categoryList .categoryItem, #front #productsList .productItem, #front #productsList .categoryItem, #front #filters .productsCarousel .productItem, #front #filters .productsCarousel .categoryItem, #front .pProductsSwitch .productsCarousel .productItem, #front .pProductsSwitch .productsCarousel .categoryItem, #front .productsCarousel .productItem, #front .productsCarousel .categoryItem, #front .widgetBox[data-type=promotionProducts] .productItem, #front .widgetBox[data-type=promotionProducts] .categoryItem, #front .widgetBox[data-type=promotedProducts] .productItem, #front .widgetBox[data-type=promotedProducts] .categoryItem, #front .widgetBox[data-type=newProducts] .productItem, #front .widgetBox[data-type=newProducts] .categoryItem, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem, #front .categoryList .productItem, #front .categoryList .categoryItem {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center; }
    body #productsList .productItem *, body #productsList .categoryItem *, body #filters .productsCarousel .productItem *, body #filters .productsCarousel .categoryItem *, body .pProductsSwitch .productsCarousel .productItem *, body .pProductsSwitch .productsCarousel .categoryItem *, body .productsCarousel .productItem *, body .productsCarousel .categoryItem *, body .widgetBox[data-type=promotionProducts] .productItem *, body .widgetBox[data-type=promotionProducts] .categoryItem *, body .widgetBox[data-type=promotedProducts] .productItem *, body .widgetBox[data-type=promotedProducts] .categoryItem *, body .widgetBox[data-type=newProducts] .productItem *, body .widgetBox[data-type=newProducts] .categoryItem *, body .widgetBox[data-type=promotedProductsSwitcher] .productItem *, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem *, body .categoryList .productItem *, body .categoryList .categoryItem *, #front #productsList .productItem *, #front #productsList .categoryItem *, #front #filters .productsCarousel .productItem *, #front #filters .productsCarousel .categoryItem *, #front .pProductsSwitch .productsCarousel .productItem *, #front .pProductsSwitch .productsCarousel .categoryItem *, #front .productsCarousel .productItem *, #front .productsCarousel .categoryItem *, #front .widgetBox[data-type=promotionProducts] .productItem *, #front .widgetBox[data-type=promotionProducts] .categoryItem *, #front .widgetBox[data-type=promotedProducts] .productItem *, #front .widgetBox[data-type=promotedProducts] .categoryItem *, #front .widgetBox[data-type=newProducts] .productItem *, #front .widgetBox[data-type=newProducts] .categoryItem *, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem *, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem *, #front .categoryList .productItem *, #front .categoryList .categoryItem * {
      letter-spacing: 0.120em; }
    body #productsList .productItem a.absoluteLink, body #productsList .categoryItem a.absoluteLink, body #filters .productsCarousel .productItem a.absoluteLink, body #filters .productsCarousel .categoryItem a.absoluteLink, body .pProductsSwitch .productsCarousel .productItem a.absoluteLink, body .pProductsSwitch .productsCarousel .categoryItem a.absoluteLink, body .productsCarousel .productItem a.absoluteLink, body .productsCarousel .categoryItem a.absoluteLink, body .widgetBox[data-type=promotionProducts] .productItem a.absoluteLink, body .widgetBox[data-type=promotionProducts] .categoryItem a.absoluteLink, body .widgetBox[data-type=promotedProducts] .productItem a.absoluteLink, body .widgetBox[data-type=promotedProducts] .categoryItem a.absoluteLink, body .widgetBox[data-type=newProducts] .productItem a.absoluteLink, body .widgetBox[data-type=newProducts] .categoryItem a.absoluteLink, body .widgetBox[data-type=promotedProductsSwitcher] .productItem a.absoluteLink, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem a.absoluteLink, body .categoryList .productItem a.absoluteLink, body .categoryList .categoryItem a.absoluteLink, #front #productsList .productItem a.absoluteLink, #front #productsList .categoryItem a.absoluteLink, #front #filters .productsCarousel .productItem a.absoluteLink, #front #filters .productsCarousel .categoryItem a.absoluteLink, #front .pProductsSwitch .productsCarousel .productItem a.absoluteLink, #front .pProductsSwitch .productsCarousel .categoryItem a.absoluteLink, #front .productsCarousel .productItem a.absoluteLink, #front .productsCarousel .categoryItem a.absoluteLink, #front .widgetBox[data-type=promotionProducts] .productItem a.absoluteLink, #front .widgetBox[data-type=promotionProducts] .categoryItem a.absoluteLink, #front .widgetBox[data-type=promotedProducts] .productItem a.absoluteLink, #front .widgetBox[data-type=promotedProducts] .categoryItem a.absoluteLink, #front .widgetBox[data-type=newProducts] .productItem a.absoluteLink, #front .widgetBox[data-type=newProducts] .categoryItem a.absoluteLink, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem a.absoluteLink, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem a.absoluteLink, #front .categoryList .productItem a.absoluteLink, #front .categoryList .categoryItem a.absoluteLink {
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      bottom: 20px;
      display: block;
      z-index: 1; }
    body #productsList .productItem .oldPrice, body #productsList .categoryItem .oldPrice, body #filters .productsCarousel .productItem .oldPrice, body #filters .productsCarousel .categoryItem .oldPrice, body .pProductsSwitch .productsCarousel .productItem .oldPrice, body .pProductsSwitch .productsCarousel .categoryItem .oldPrice, body .productsCarousel .productItem .oldPrice, body .productsCarousel .categoryItem .oldPrice, body .widgetBox[data-type=promotionProducts] .productItem .oldPrice, body .widgetBox[data-type=promotionProducts] .categoryItem .oldPrice, body .widgetBox[data-type=promotedProducts] .productItem .oldPrice, body .widgetBox[data-type=promotedProducts] .categoryItem .oldPrice, body .widgetBox[data-type=newProducts] .productItem .oldPrice, body .widgetBox[data-type=newProducts] .categoryItem .oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .oldPrice, body .categoryList .productItem .oldPrice, body .categoryList .categoryItem .oldPrice, #front #productsList .productItem .oldPrice, #front #productsList .categoryItem .oldPrice, #front #filters .productsCarousel .productItem .oldPrice, #front #filters .productsCarousel .categoryItem .oldPrice, #front .pProductsSwitch .productsCarousel .productItem .oldPrice, #front .pProductsSwitch .productsCarousel .categoryItem .oldPrice, #front .productsCarousel .productItem .oldPrice, #front .productsCarousel .categoryItem .oldPrice, #front .widgetBox[data-type=promotionProducts] .productItem .oldPrice, #front .widgetBox[data-type=promotionProducts] .categoryItem .oldPrice, #front .widgetBox[data-type=promotedProducts] .productItem .oldPrice, #front .widgetBox[data-type=promotedProducts] .categoryItem .oldPrice, #front .widgetBox[data-type=newProducts] .productItem .oldPrice, #front .widgetBox[data-type=newProducts] .categoryItem .oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .oldPrice, #front .categoryList .productItem .oldPrice, #front .categoryList .categoryItem .oldPrice {
      text-decoration: line-through;
      margin-right: 15px; }
    body #productsList .productItem .newPrice, body #productsList .categoryItem .newPrice, body #filters .productsCarousel .productItem .newPrice, body #filters .productsCarousel .categoryItem .newPrice, body .pProductsSwitch .productsCarousel .productItem .newPrice, body .pProductsSwitch .productsCarousel .categoryItem .newPrice, body .productsCarousel .productItem .newPrice, body .productsCarousel .categoryItem .newPrice, body .widgetBox[data-type=promotionProducts] .productItem .newPrice, body .widgetBox[data-type=promotionProducts] .categoryItem .newPrice, body .widgetBox[data-type=promotedProducts] .productItem .newPrice, body .widgetBox[data-type=promotedProducts] .categoryItem .newPrice, body .widgetBox[data-type=newProducts] .productItem .newPrice, body .widgetBox[data-type=newProducts] .categoryItem .newPrice, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .newPrice, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .newPrice, body .categoryList .productItem .newPrice, body .categoryList .categoryItem .newPrice, #front #productsList .productItem .newPrice, #front #productsList .categoryItem .newPrice, #front #filters .productsCarousel .productItem .newPrice, #front #filters .productsCarousel .categoryItem .newPrice, #front .pProductsSwitch .productsCarousel .productItem .newPrice, #front .pProductsSwitch .productsCarousel .categoryItem .newPrice, #front .productsCarousel .productItem .newPrice, #front .productsCarousel .categoryItem .newPrice, #front .widgetBox[data-type=promotionProducts] .productItem .newPrice, #front .widgetBox[data-type=promotionProducts] .categoryItem .newPrice, #front .widgetBox[data-type=promotedProducts] .productItem .newPrice, #front .widgetBox[data-type=promotedProducts] .categoryItem .newPrice, #front .widgetBox[data-type=newProducts] .productItem .newPrice, #front .widgetBox[data-type=newProducts] .categoryItem .newPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .newPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .newPrice, #front .categoryList .productItem .newPrice, #front .categoryList .categoryItem .newPrice {
      font-weight: 700;
      color: #E67263; }
    body #productsList .productItem .addToCart, body #productsList .categoryItem .addToCart, body #filters .productsCarousel .productItem .addToCart, body #filters .productsCarousel .categoryItem .addToCart, body .pProductsSwitch .productsCarousel .productItem .addToCart, body .pProductsSwitch .productsCarousel .categoryItem .addToCart, body .productsCarousel .productItem .addToCart, body .productsCarousel .categoryItem .addToCart, body .widgetBox[data-type=promotionProducts] .productItem .addToCart, body .widgetBox[data-type=promotionProducts] .categoryItem .addToCart, body .widgetBox[data-type=promotedProducts] .productItem .addToCart, body .widgetBox[data-type=promotedProducts] .categoryItem .addToCart, body .widgetBox[data-type=newProducts] .productItem .addToCart, body .widgetBox[data-type=newProducts] .categoryItem .addToCart, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .addToCart, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .addToCart, body .categoryList .productItem .addToCart, body .categoryList .categoryItem .addToCart, #front #productsList .productItem .addToCart, #front #productsList .categoryItem .addToCart, #front #filters .productsCarousel .productItem .addToCart, #front #filters .productsCarousel .categoryItem .addToCart, #front .pProductsSwitch .productsCarousel .productItem .addToCart, #front .pProductsSwitch .productsCarousel .categoryItem .addToCart, #front .productsCarousel .productItem .addToCart, #front .productsCarousel .categoryItem .addToCart, #front .widgetBox[data-type=promotionProducts] .productItem .addToCart, #front .widgetBox[data-type=promotionProducts] .categoryItem .addToCart, #front .widgetBox[data-type=promotedProducts] .productItem .addToCart, #front .widgetBox[data-type=promotedProducts] .categoryItem .addToCart, #front .widgetBox[data-type=newProducts] .productItem .addToCart, #front .widgetBox[data-type=newProducts] .categoryItem .addToCart, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .addToCart, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .addToCart, #front .categoryList .productItem .addToCart, #front .categoryList .categoryItem .addToCart {
      position: relative;
      z-index: 2; }
    @media screen and (min-width: 992px) {
      body #productsList .productItem:nth-child(3n+1), body #productsList .categoryItem:nth-child(3n+1), body #filters .productsCarousel .productItem:nth-child(3n+1), body #filters .productsCarousel .categoryItem:nth-child(3n+1), body .pProductsSwitch .productsCarousel .productItem:nth-child(3n+1), body .pProductsSwitch .productsCarousel .categoryItem:nth-child(3n+1), body .productsCarousel .productItem:nth-child(3n+1), body .productsCarousel .categoryItem:nth-child(3n+1), body .widgetBox[data-type=promotionProducts] .productItem:nth-child(3n+1), body .widgetBox[data-type=promotionProducts] .categoryItem:nth-child(3n+1), body .widgetBox[data-type=promotedProducts] .productItem:nth-child(3n+1), body .widgetBox[data-type=promotedProducts] .categoryItem:nth-child(3n+1), body .widgetBox[data-type=newProducts] .productItem:nth-child(3n+1), body .widgetBox[data-type=newProducts] .categoryItem:nth-child(3n+1), body .widgetBox[data-type=promotedProductsSwitcher] .productItem:nth-child(3n+1), body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem:nth-child(3n+1), body .categoryList .productItem:nth-child(3n+1), body .categoryList .categoryItem:nth-child(3n+1), #front #productsList .productItem:nth-child(3n+1), #front #productsList .categoryItem:nth-child(3n+1), #front #filters .productsCarousel .productItem:nth-child(3n+1), #front #filters .productsCarousel .categoryItem:nth-child(3n+1), #front .pProductsSwitch .productsCarousel .productItem:nth-child(3n+1), #front .pProductsSwitch .productsCarousel .categoryItem:nth-child(3n+1), #front .productsCarousel .productItem:nth-child(3n+1), #front .productsCarousel .categoryItem:nth-child(3n+1), #front .widgetBox[data-type=promotionProducts] .productItem:nth-child(3n+1), #front .widgetBox[data-type=promotionProducts] .categoryItem:nth-child(3n+1), #front .widgetBox[data-type=promotedProducts] .productItem:nth-child(3n+1), #front .widgetBox[data-type=promotedProducts] .categoryItem:nth-child(3n+1), #front .widgetBox[data-type=newProducts] .productItem:nth-child(3n+1), #front .widgetBox[data-type=newProducts] .categoryItem:nth-child(3n+1), #front .widgetBox[data-type=promotedProductsSwitcher] .productItem:nth-child(3n+1), #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem:nth-child(3n+1), #front .categoryList .productItem:nth-child(3n+1), #front .categoryList .categoryItem:nth-child(3n+1) {
        clear: both; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      body #productsList .productItem:nth-child(2n+1), body #productsList .categoryItem:nth-child(2n+1), body #filters .productsCarousel .productItem:nth-child(2n+1), body #filters .productsCarousel .categoryItem:nth-child(2n+1), body .pProductsSwitch .productsCarousel .productItem:nth-child(2n+1), body .pProductsSwitch .productsCarousel .categoryItem:nth-child(2n+1), body .productsCarousel .productItem:nth-child(2n+1), body .productsCarousel .categoryItem:nth-child(2n+1), body .widgetBox[data-type=promotionProducts] .productItem:nth-child(2n+1), body .widgetBox[data-type=promotionProducts] .categoryItem:nth-child(2n+1), body .widgetBox[data-type=promotedProducts] .productItem:nth-child(2n+1), body .widgetBox[data-type=promotedProducts] .categoryItem:nth-child(2n+1), body .widgetBox[data-type=newProducts] .productItem:nth-child(2n+1), body .widgetBox[data-type=newProducts] .categoryItem:nth-child(2n+1), body .widgetBox[data-type=promotedProductsSwitcher] .productItem:nth-child(2n+1), body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem:nth-child(2n+1), body .categoryList .productItem:nth-child(2n+1), body .categoryList .categoryItem:nth-child(2n+1), #front #productsList .productItem:nth-child(2n+1), #front #productsList .categoryItem:nth-child(2n+1), #front #filters .productsCarousel .productItem:nth-child(2n+1), #front #filters .productsCarousel .categoryItem:nth-child(2n+1), #front .pProductsSwitch .productsCarousel .productItem:nth-child(2n+1), #front .pProductsSwitch .productsCarousel .categoryItem:nth-child(2n+1), #front .productsCarousel .productItem:nth-child(2n+1), #front .productsCarousel .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=promotionProducts] .productItem:nth-child(2n+1), #front .widgetBox[data-type=promotionProducts] .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProducts] .productItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProducts] .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=newProducts] .productItem:nth-child(2n+1), #front .widgetBox[data-type=newProducts] .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProductsSwitcher] .productItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem:nth-child(2n+1), #front .categoryList .productItem:nth-child(2n+1), #front .categoryList .categoryItem:nth-child(2n+1) {
        clear: both; } }
    @media screen and (max-width: 767px) and (min-width: 600px) {
      body #productsList .productItem:nth-child(2n+1), body #productsList .categoryItem:nth-child(2n+1), body #filters .productsCarousel .productItem:nth-child(2n+1), body #filters .productsCarousel .categoryItem:nth-child(2n+1), body .pProductsSwitch .productsCarousel .productItem:nth-child(2n+1), body .pProductsSwitch .productsCarousel .categoryItem:nth-child(2n+1), body .productsCarousel .productItem:nth-child(2n+1), body .productsCarousel .categoryItem:nth-child(2n+1), body .widgetBox[data-type=promotionProducts] .productItem:nth-child(2n+1), body .widgetBox[data-type=promotionProducts] .categoryItem:nth-child(2n+1), body .widgetBox[data-type=promotedProducts] .productItem:nth-child(2n+1), body .widgetBox[data-type=promotedProducts] .categoryItem:nth-child(2n+1), body .widgetBox[data-type=newProducts] .productItem:nth-child(2n+1), body .widgetBox[data-type=newProducts] .categoryItem:nth-child(2n+1), body .widgetBox[data-type=promotedProductsSwitcher] .productItem:nth-child(2n+1), body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem:nth-child(2n+1), body .categoryList .productItem:nth-child(2n+1), body .categoryList .categoryItem:nth-child(2n+1), #front #productsList .productItem:nth-child(2n+1), #front #productsList .categoryItem:nth-child(2n+1), #front #filters .productsCarousel .productItem:nth-child(2n+1), #front #filters .productsCarousel .categoryItem:nth-child(2n+1), #front .pProductsSwitch .productsCarousel .productItem:nth-child(2n+1), #front .pProductsSwitch .productsCarousel .categoryItem:nth-child(2n+1), #front .productsCarousel .productItem:nth-child(2n+1), #front .productsCarousel .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=promotionProducts] .productItem:nth-child(2n+1), #front .widgetBox[data-type=promotionProducts] .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProducts] .productItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProducts] .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=newProducts] .productItem:nth-child(2n+1), #front .widgetBox[data-type=newProducts] .categoryItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProductsSwitcher] .productItem:nth-child(2n+1), #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem:nth-child(2n+1), #front .categoryList .productItem:nth-child(2n+1), #front .categoryList .categoryItem:nth-child(2n+1) {
        clear: both; } }
    @media screen and (max-width: 599px) {
      body #productsList .productItem, body #productsList .categoryItem, body #filters .productsCarousel .productItem, body #filters .productsCarousel .categoryItem, body .pProductsSwitch .productsCarousel .productItem, body .pProductsSwitch .productsCarousel .categoryItem, body .productsCarousel .productItem, body .productsCarousel .categoryItem, body .widgetBox[data-type=promotionProducts] .productItem, body .widgetBox[data-type=promotionProducts] .categoryItem, body .widgetBox[data-type=promotedProducts] .productItem, body .widgetBox[data-type=promotedProducts] .categoryItem, body .widgetBox[data-type=newProducts] .productItem, body .widgetBox[data-type=newProducts] .categoryItem, body .widgetBox[data-type=promotedProductsSwitcher] .productItem, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem, body .categoryList .productItem, body .categoryList .categoryItem, #front #productsList .productItem, #front #productsList .categoryItem, #front #filters .productsCarousel .productItem, #front #filters .productsCarousel .categoryItem, #front .pProductsSwitch .productsCarousel .productItem, #front .pProductsSwitch .productsCarousel .categoryItem, #front .productsCarousel .productItem, #front .productsCarousel .categoryItem, #front .widgetBox[data-type=promotionProducts] .productItem, #front .widgetBox[data-type=promotionProducts] .categoryItem, #front .widgetBox[data-type=promotedProducts] .productItem, #front .widgetBox[data-type=promotedProducts] .categoryItem, #front .widgetBox[data-type=newProducts] .productItem, #front .widgetBox[data-type=newProducts] .categoryItem, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem, #front .categoryList .productItem, #front .categoryList .categoryItem {
        float: none;
        width: auto; } }
    body #productsList .productItem .thumb, body #productsList .categoryItem .thumb, body #filters .productsCarousel .productItem .thumb, body #filters .productsCarousel .categoryItem .thumb, body .pProductsSwitch .productsCarousel .productItem .thumb, body .pProductsSwitch .productsCarousel .categoryItem .thumb, body .productsCarousel .productItem .thumb, body .productsCarousel .categoryItem .thumb, body .widgetBox[data-type=promotionProducts] .productItem .thumb, body .widgetBox[data-type=promotionProducts] .categoryItem .thumb, body .widgetBox[data-type=promotedProducts] .productItem .thumb, body .widgetBox[data-type=promotedProducts] .categoryItem .thumb, body .widgetBox[data-type=newProducts] .productItem .thumb, body .widgetBox[data-type=newProducts] .categoryItem .thumb, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb, body .categoryList .productItem .thumb, body .categoryList .categoryItem .thumb, #front #productsList .productItem .thumb, #front #productsList .categoryItem .thumb, #front #filters .productsCarousel .productItem .thumb, #front #filters .productsCarousel .categoryItem .thumb, #front .pProductsSwitch .productsCarousel .productItem .thumb, #front .pProductsSwitch .productsCarousel .categoryItem .thumb, #front .productsCarousel .productItem .thumb, #front .productsCarousel .categoryItem .thumb, #front .widgetBox[data-type=promotionProducts] .productItem .thumb, #front .widgetBox[data-type=promotionProducts] .categoryItem .thumb, #front .widgetBox[data-type=promotedProducts] .productItem .thumb, #front .widgetBox[data-type=promotedProducts] .categoryItem .thumb, #front .widgetBox[data-type=newProducts] .productItem .thumb, #front .widgetBox[data-type=newProducts] .categoryItem .thumb, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb, #front .categoryList .productItem .thumb, #front .categoryList .categoryItem .thumb {
      padding-top: 50%;
      position: relative; }
      body #productsList .productItem .thumb::after, body #productsList .categoryItem .thumb::after, body #filters .productsCarousel .productItem .thumb::after, body #filters .productsCarousel .categoryItem .thumb::after, body .pProductsSwitch .productsCarousel .productItem .thumb::after, body .pProductsSwitch .productsCarousel .categoryItem .thumb::after, body .productsCarousel .productItem .thumb::after, body .productsCarousel .categoryItem .thumb::after, body .widgetBox[data-type=promotionProducts] .productItem .thumb::after, body .widgetBox[data-type=promotionProducts] .categoryItem .thumb::after, body .widgetBox[data-type=promotedProducts] .productItem .thumb::after, body .widgetBox[data-type=promotedProducts] .categoryItem .thumb::after, body .widgetBox[data-type=newProducts] .productItem .thumb::after, body .widgetBox[data-type=newProducts] .categoryItem .thumb::after, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb::after, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb::after, body .categoryList .productItem .thumb::after, body .categoryList .categoryItem .thumb::after, #front #productsList .productItem .thumb::after, #front #productsList .categoryItem .thumb::after, #front #filters .productsCarousel .productItem .thumb::after, #front #filters .productsCarousel .categoryItem .thumb::after, #front .pProductsSwitch .productsCarousel .productItem .thumb::after, #front .pProductsSwitch .productsCarousel .categoryItem .thumb::after, #front .productsCarousel .productItem .thumb::after, #front .productsCarousel .categoryItem .thumb::after, #front .widgetBox[data-type=promotionProducts] .productItem .thumb::after, #front .widgetBox[data-type=promotionProducts] .categoryItem .thumb::after, #front .widgetBox[data-type=promotedProducts] .productItem .thumb::after, #front .widgetBox[data-type=promotedProducts] .categoryItem .thumb::after, #front .widgetBox[data-type=newProducts] .productItem .thumb::after, #front .widgetBox[data-type=newProducts] .categoryItem .thumb::after, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb::after, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb::after, #front .categoryList .productItem .thumb::after, #front .categoryList .categoryItem .thumb::after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: block;
        background: black;
        opacity: 0.03; }
      body #productsList .productItem .thumb .img, body #productsList .categoryItem .thumb .img, body #filters .productsCarousel .productItem .thumb .img, body #filters .productsCarousel .categoryItem .thumb .img, body .pProductsSwitch .productsCarousel .productItem .thumb .img, body .pProductsSwitch .productsCarousel .categoryItem .thumb .img, body .productsCarousel .productItem .thumb .img, body .productsCarousel .categoryItem .thumb .img, body .widgetBox[data-type=promotionProducts] .productItem .thumb .img, body .widgetBox[data-type=promotionProducts] .categoryItem .thumb .img, body .widgetBox[data-type=promotedProducts] .productItem .thumb .img, body .widgetBox[data-type=promotedProducts] .categoryItem .thumb .img, body .widgetBox[data-type=newProducts] .productItem .thumb .img, body .widgetBox[data-type=newProducts] .categoryItem .thumb .img, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb .img, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb .img, body .categoryList .productItem .thumb .img, body .categoryList .categoryItem .thumb .img, #front #productsList .productItem .thumb .img, #front #productsList .categoryItem .thumb .img, #front #filters .productsCarousel .productItem .thumb .img, #front #filters .productsCarousel .categoryItem .thumb .img, #front .pProductsSwitch .productsCarousel .productItem .thumb .img, #front .pProductsSwitch .productsCarousel .categoryItem .thumb .img, #front .productsCarousel .productItem .thumb .img, #front .productsCarousel .categoryItem .thumb .img, #front .widgetBox[data-type=promotionProducts] .productItem .thumb .img, #front .widgetBox[data-type=promotionProducts] .categoryItem .thumb .img, #front .widgetBox[data-type=promotedProducts] .productItem .thumb .img, #front .widgetBox[data-type=promotedProducts] .categoryItem .thumb .img, #front .widgetBox[data-type=newProducts] .productItem .thumb .img, #front .widgetBox[data-type=newProducts] .categoryItem .thumb .img, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb .img, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb .img, #front .categoryList .productItem .thumb .img, #front .categoryList .categoryItem .thumb .img {
        text-align: center;
        position: absolute;
        top: 20px;
        right: 20px;
        left: 20px;
        bottom: 20px;
        background-size: contain;
        background-color: white;
        background-position: center center;
        background-repeat: no-repeat; }
        body #productsList .productItem .thumb .img img, body #productsList .categoryItem .thumb .img img, body #filters .productsCarousel .productItem .thumb .img img, body #filters .productsCarousel .categoryItem .thumb .img img, body .pProductsSwitch .productsCarousel .productItem .thumb .img img, body .pProductsSwitch .productsCarousel .categoryItem .thumb .img img, body .productsCarousel .productItem .thumb .img img, body .productsCarousel .categoryItem .thumb .img img, body .widgetBox[data-type=promotionProducts] .productItem .thumb .img img, body .widgetBox[data-type=promotionProducts] .categoryItem .thumb .img img, body .widgetBox[data-type=promotedProducts] .productItem .thumb .img img, body .widgetBox[data-type=promotedProducts] .categoryItem .thumb .img img, body .widgetBox[data-type=newProducts] .productItem .thumb .img img, body .widgetBox[data-type=newProducts] .categoryItem .thumb .img img, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb .img img, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb .img img, body .categoryList .productItem .thumb .img img, body .categoryList .categoryItem .thumb .img img, #front #productsList .productItem .thumb .img img, #front #productsList .categoryItem .thumb .img img, #front #filters .productsCarousel .productItem .thumb .img img, #front #filters .productsCarousel .categoryItem .thumb .img img, #front .pProductsSwitch .productsCarousel .productItem .thumb .img img, #front .pProductsSwitch .productsCarousel .categoryItem .thumb .img img, #front .productsCarousel .productItem .thumb .img img, #front .productsCarousel .categoryItem .thumb .img img, #front .widgetBox[data-type=promotionProducts] .productItem .thumb .img img, #front .widgetBox[data-type=promotionProducts] .categoryItem .thumb .img img, #front .widgetBox[data-type=promotedProducts] .productItem .thumb .img img, #front .widgetBox[data-type=promotedProducts] .categoryItem .thumb .img img, #front .widgetBox[data-type=newProducts] .productItem .thumb .img img, #front .widgetBox[data-type=newProducts] .categoryItem .thumb .img img, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .thumb .img img, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .thumb .img img, #front .categoryList .productItem .thumb .img img, #front .categoryList .categoryItem .thumb .img img {
          max-width: 100%;
          max-height: 100%;
          height: auto !important;
          width: auto !important;
          display: inline-block !important;
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s; }
    body #productsList .productItem .names, body #productsList .categoryItem .names, body #filters .productsCarousel .productItem .names, body #filters .productsCarousel .categoryItem .names, body .pProductsSwitch .productsCarousel .productItem .names, body .pProductsSwitch .productsCarousel .categoryItem .names, body .productsCarousel .productItem .names, body .productsCarousel .categoryItem .names, body .widgetBox[data-type=promotionProducts] .productItem .names, body .widgetBox[data-type=promotionProducts] .categoryItem .names, body .widgetBox[data-type=promotedProducts] .productItem .names, body .widgetBox[data-type=promotedProducts] .categoryItem .names, body .widgetBox[data-type=newProducts] .productItem .names, body .widgetBox[data-type=newProducts] .categoryItem .names, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .names, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .names, body .categoryList .productItem .names, body .categoryList .categoryItem .names, #front #productsList .productItem .names, #front #productsList .categoryItem .names, #front #filters .productsCarousel .productItem .names, #front #filters .productsCarousel .categoryItem .names, #front .pProductsSwitch .productsCarousel .productItem .names, #front .pProductsSwitch .productsCarousel .categoryItem .names, #front .productsCarousel .productItem .names, #front .productsCarousel .categoryItem .names, #front .widgetBox[data-type=promotionProducts] .productItem .names, #front .widgetBox[data-type=promotionProducts] .categoryItem .names, #front .widgetBox[data-type=promotedProducts] .productItem .names, #front .widgetBox[data-type=promotedProducts] .categoryItem .names, #front .widgetBox[data-type=newProducts] .productItem .names, #front .widgetBox[data-type=newProducts] .categoryItem .names, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .names, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .names, #front .categoryList .productItem .names, #front .categoryList .categoryItem .names {
      padding: 10px 0 10px; }
      body #productsList .productItem .names h2, body #productsList .categoryItem .names h2, body #filters .productsCarousel .productItem .names h2, body #filters .productsCarousel .categoryItem .names h2, body .pProductsSwitch .productsCarousel .productItem .names h2, body .pProductsSwitch .productsCarousel .categoryItem .names h2, body .productsCarousel .productItem .names h2, body .productsCarousel .categoryItem .names h2, body .widgetBox[data-type=promotionProducts] .productItem .names h2, body .widgetBox[data-type=promotionProducts] .categoryItem .names h2, body .widgetBox[data-type=promotedProducts] .productItem .names h2, body .widgetBox[data-type=promotedProducts] .categoryItem .names h2, body .widgetBox[data-type=newProducts] .productItem .names h2, body .widgetBox[data-type=newProducts] .categoryItem .names h2, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .names h2, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .names h2, body .categoryList .productItem .names h2, body .categoryList .categoryItem .names h2, #front #productsList .productItem .names h2, #front #productsList .categoryItem .names h2, #front #filters .productsCarousel .productItem .names h2, #front #filters .productsCarousel .categoryItem .names h2, #front .pProductsSwitch .productsCarousel .productItem .names h2, #front .pProductsSwitch .productsCarousel .categoryItem .names h2, #front .productsCarousel .productItem .names h2, #front .productsCarousel .categoryItem .names h2, #front .widgetBox[data-type=promotionProducts] .productItem .names h2, #front .widgetBox[data-type=promotionProducts] .categoryItem .names h2, #front .widgetBox[data-type=promotedProducts] .productItem .names h2, #front .widgetBox[data-type=promotedProducts] .categoryItem .names h2, #front .widgetBox[data-type=newProducts] .productItem .names h2, #front .widgetBox[data-type=newProducts] .categoryItem .names h2, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .names h2, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .names h2, #front .categoryList .productItem .names h2, #front .categoryList .categoryItem .names h2 {
        margin-top: 15px !important;
        font-size: 26px !important;
        letter-spacing: 0.120em !important;
        font-weight: 700 !important;
        text-transform: none !important; }
      body #productsList .productItem .names h3, body #productsList .categoryItem .names h3, body #filters .productsCarousel .productItem .names h3, body #filters .productsCarousel .categoryItem .names h3, body .pProductsSwitch .productsCarousel .productItem .names h3, body .pProductsSwitch .productsCarousel .categoryItem .names h3, body .productsCarousel .productItem .names h3, body .productsCarousel .categoryItem .names h3, body .widgetBox[data-type=promotionProducts] .productItem .names h3, body .widgetBox[data-type=promotionProducts] .categoryItem .names h3, body .widgetBox[data-type=promotedProducts] .productItem .names h3, body .widgetBox[data-type=promotedProducts] .categoryItem .names h3, body .widgetBox[data-type=newProducts] .productItem .names h3, body .widgetBox[data-type=newProducts] .categoryItem .names h3, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .names h3, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .names h3, body .categoryList .productItem .names h3, body .categoryList .categoryItem .names h3, #front #productsList .productItem .names h3, #front #productsList .categoryItem .names h3, #front #filters .productsCarousel .productItem .names h3, #front #filters .productsCarousel .categoryItem .names h3, #front .pProductsSwitch .productsCarousel .productItem .names h3, #front .pProductsSwitch .productsCarousel .categoryItem .names h3, #front .productsCarousel .productItem .names h3, #front .productsCarousel .categoryItem .names h3, #front .widgetBox[data-type=promotionProducts] .productItem .names h3, #front .widgetBox[data-type=promotionProducts] .categoryItem .names h3, #front .widgetBox[data-type=promotedProducts] .productItem .names h3, #front .widgetBox[data-type=promotedProducts] .categoryItem .names h3, #front .widgetBox[data-type=newProducts] .productItem .names h3, #front .widgetBox[data-type=newProducts] .categoryItem .names h3, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .names h3, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .names h3, #front .categoryList .productItem .names h3, #front .categoryList .categoryItem .names h3 {
        margin-bottom: 15px !important;
        letter-spacing: 0.120em !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-transform: uppercase !important; }
    body #productsList .productItem h4, body #productsList .categoryItem h4, body #filters .productsCarousel .productItem h4, body #filters .productsCarousel .categoryItem h4, body .pProductsSwitch .productsCarousel .productItem h4, body .pProductsSwitch .productsCarousel .categoryItem h4, body .productsCarousel .productItem h4, body .productsCarousel .categoryItem h4, body .widgetBox[data-type=promotionProducts] .productItem h4, body .widgetBox[data-type=promotionProducts] .categoryItem h4, body .widgetBox[data-type=promotedProducts] .productItem h4, body .widgetBox[data-type=promotedProducts] .categoryItem h4, body .widgetBox[data-type=newProducts] .productItem h4, body .widgetBox[data-type=newProducts] .categoryItem h4, body .widgetBox[data-type=promotedProductsSwitcher] .productItem h4, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem h4, body .categoryList .productItem h4, body .categoryList .categoryItem h4, #front #productsList .productItem h4, #front #productsList .categoryItem h4, #front #filters .productsCarousel .productItem h4, #front #filters .productsCarousel .categoryItem h4, #front .pProductsSwitch .productsCarousel .productItem h4, #front .pProductsSwitch .productsCarousel .categoryItem h4, #front .productsCarousel .productItem h4, #front .productsCarousel .categoryItem h4, #front .widgetBox[data-type=promotionProducts] .productItem h4, #front .widgetBox[data-type=promotionProducts] .categoryItem h4, #front .widgetBox[data-type=promotedProducts] .productItem h4, #front .widgetBox[data-type=promotedProducts] .categoryItem h4, #front .widgetBox[data-type=newProducts] .productItem h4, #front .widgetBox[data-type=newProducts] .categoryItem h4, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem h4, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem h4, #front .categoryList .productItem h4, #front .categoryList .categoryItem h4 {
      font-size: 18px; }
      body #productsList .productItem h4.oldPrice, body #productsList .categoryItem h4.oldPrice, body #filters .productsCarousel .productItem h4.oldPrice, body #filters .productsCarousel .categoryItem h4.oldPrice, body .pProductsSwitch .productsCarousel .productItem h4.oldPrice, body .pProductsSwitch .productsCarousel .categoryItem h4.oldPrice, body .productsCarousel .productItem h4.oldPrice, body .productsCarousel .categoryItem h4.oldPrice, body .widgetBox[data-type=promotionProducts] .productItem h4.oldPrice, body .widgetBox[data-type=promotionProducts] .categoryItem h4.oldPrice, body .widgetBox[data-type=promotedProducts] .productItem h4.oldPrice, body .widgetBox[data-type=promotedProducts] .categoryItem h4.oldPrice, body .widgetBox[data-type=newProducts] .productItem h4.oldPrice, body .widgetBox[data-type=newProducts] .categoryItem h4.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .productItem h4.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem h4.oldPrice, body .categoryList .productItem h4.oldPrice, body .categoryList .categoryItem h4.oldPrice, #front #productsList .productItem h4.oldPrice, #front #productsList .categoryItem h4.oldPrice, #front #filters .productsCarousel .productItem h4.oldPrice, #front #filters .productsCarousel .categoryItem h4.oldPrice, #front .pProductsSwitch .productsCarousel .productItem h4.oldPrice, #front .pProductsSwitch .productsCarousel .categoryItem h4.oldPrice, #front .productsCarousel .productItem h4.oldPrice, #front .productsCarousel .categoryItem h4.oldPrice, #front .widgetBox[data-type=promotionProducts] .productItem h4.oldPrice, #front .widgetBox[data-type=promotionProducts] .categoryItem h4.oldPrice, #front .widgetBox[data-type=promotedProducts] .productItem h4.oldPrice, #front .widgetBox[data-type=promotedProducts] .categoryItem h4.oldPrice, #front .widgetBox[data-type=newProducts] .productItem h4.oldPrice, #front .widgetBox[data-type=newProducts] .categoryItem h4.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem h4.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem h4.oldPrice, #front .categoryList .productItem h4.oldPrice, #front .categoryList .categoryItem h4.oldPrice {
        font-size: 16px; }
    body #productsList .productItem .priceItem, body #productsList .categoryItem .priceItem, body #filters .productsCarousel .productItem .priceItem, body #filters .productsCarousel .categoryItem .priceItem, body .pProductsSwitch .productsCarousel .productItem .priceItem, body .pProductsSwitch .productsCarousel .categoryItem .priceItem, body .productsCarousel .productItem .priceItem, body .productsCarousel .categoryItem .priceItem, body .widgetBox[data-type=promotionProducts] .productItem .priceItem, body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem, body .widgetBox[data-type=promotedProducts] .productItem .priceItem, body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem, body .widgetBox[data-type=newProducts] .productItem .priceItem, body .widgetBox[data-type=newProducts] .categoryItem .priceItem, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem, body .categoryList .productItem .priceItem, body .categoryList .categoryItem .priceItem, #front #productsList .productItem .priceItem, #front #productsList .categoryItem .priceItem, #front #filters .productsCarousel .productItem .priceItem, #front #filters .productsCarousel .categoryItem .priceItem, #front .pProductsSwitch .productsCarousel .productItem .priceItem, #front .pProductsSwitch .productsCarousel .categoryItem .priceItem, #front .productsCarousel .productItem .priceItem, #front .productsCarousel .categoryItem .priceItem, #front .widgetBox[data-type=promotionProducts] .productItem .priceItem, #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem, #front .widgetBox[data-type=promotedProducts] .productItem .priceItem, #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem, #front .widgetBox[data-type=newProducts] .productItem .priceItem, #front .widgetBox[data-type=newProducts] .categoryItem .priceItem, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem, #front .categoryList .productItem .priceItem, #front .categoryList .categoryItem .priceItem {
      max-width: 300px;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto; }
      body #productsList .productItem .priceItem .col-md-6:nth-child(1), body #productsList .categoryItem .priceItem .col-md-6:nth-child(1), body #filters .productsCarousel .productItem .priceItem .col-md-6:nth-child(1), body #filters .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(1), body .pProductsSwitch .productsCarousel .productItem .priceItem .col-md-6:nth-child(1), body .pProductsSwitch .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(1), body .productsCarousel .productItem .priceItem .col-md-6:nth-child(1), body .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=promotionProducts] .productItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=promotedProducts] .productItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=newProducts] .productItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=newProducts] .categoryItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem .col-md-6:nth-child(1), body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem .col-md-6:nth-child(1), body .categoryList .productItem .priceItem .col-md-6:nth-child(1), body .categoryList .categoryItem .priceItem .col-md-6:nth-child(1), #front #productsList .productItem .priceItem .col-md-6:nth-child(1), #front #productsList .categoryItem .priceItem .col-md-6:nth-child(1), #front #filters .productsCarousel .productItem .priceItem .col-md-6:nth-child(1), #front #filters .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(1), #front .pProductsSwitch .productsCarousel .productItem .priceItem .col-md-6:nth-child(1), #front .pProductsSwitch .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(1), #front .productsCarousel .productItem .priceItem .col-md-6:nth-child(1), #front .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=promotionProducts] .productItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=promotedProducts] .productItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=newProducts] .productItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=newProducts] .categoryItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem .col-md-6:nth-child(1), #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem .col-md-6:nth-child(1), #front .categoryList .productItem .priceItem .col-md-6:nth-child(1), #front .categoryList .categoryItem .priceItem .col-md-6:nth-child(1) {
        padding: 0px 5px 0 0; }
      body #productsList .productItem .priceItem .col-md-6:nth-child(2), body #productsList .categoryItem .priceItem .col-md-6:nth-child(2), body #filters .productsCarousel .productItem .priceItem .col-md-6:nth-child(2), body #filters .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(2), body .pProductsSwitch .productsCarousel .productItem .priceItem .col-md-6:nth-child(2), body .pProductsSwitch .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(2), body .productsCarousel .productItem .priceItem .col-md-6:nth-child(2), body .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=promotionProducts] .productItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=promotedProducts] .productItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=newProducts] .productItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=newProducts] .categoryItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem .col-md-6:nth-child(2), body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem .col-md-6:nth-child(2), body .categoryList .productItem .priceItem .col-md-6:nth-child(2), body .categoryList .categoryItem .priceItem .col-md-6:nth-child(2), #front #productsList .productItem .priceItem .col-md-6:nth-child(2), #front #productsList .categoryItem .priceItem .col-md-6:nth-child(2), #front #filters .productsCarousel .productItem .priceItem .col-md-6:nth-child(2), #front #filters .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(2), #front .pProductsSwitch .productsCarousel .productItem .priceItem .col-md-6:nth-child(2), #front .pProductsSwitch .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(2), #front .productsCarousel .productItem .priceItem .col-md-6:nth-child(2), #front .productsCarousel .categoryItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=promotionProducts] .productItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=promotedProducts] .productItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=newProducts] .productItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=newProducts] .categoryItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem .col-md-6:nth-child(2), #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem .col-md-6:nth-child(2), #front .categoryList .productItem .priceItem .col-md-6:nth-child(2), #front .categoryList .categoryItem .priceItem .col-md-6:nth-child(2) {
        padding: 0px 0 0 5px; }
      body #productsList .productItem .priceItem h4, body #productsList .categoryItem .priceItem h4, body #filters .productsCarousel .productItem .priceItem h4, body #filters .productsCarousel .categoryItem .priceItem h4, body .pProductsSwitch .productsCarousel .productItem .priceItem h4, body .pProductsSwitch .productsCarousel .categoryItem .priceItem h4, body .productsCarousel .productItem .priceItem h4, body .productsCarousel .categoryItem .priceItem h4, body .widgetBox[data-type=promotionProducts] .productItem .priceItem h4, body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h4, body .widgetBox[data-type=promotedProducts] .productItem .priceItem h4, body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h4, body .widgetBox[data-type=newProducts] .productItem .priceItem h4, body .widgetBox[data-type=newProducts] .categoryItem .priceItem h4, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h4, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h4, body .categoryList .productItem .priceItem h4, body .categoryList .categoryItem .priceItem h4, #front #productsList .productItem .priceItem h4, #front #productsList .categoryItem .priceItem h4, #front #filters .productsCarousel .productItem .priceItem h4, #front #filters .productsCarousel .categoryItem .priceItem h4, #front .pProductsSwitch .productsCarousel .productItem .priceItem h4, #front .pProductsSwitch .productsCarousel .categoryItem .priceItem h4, #front .productsCarousel .productItem .priceItem h4, #front .productsCarousel .categoryItem .priceItem h4, #front .widgetBox[data-type=promotionProducts] .productItem .priceItem h4, #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h4, #front .widgetBox[data-type=promotedProducts] .productItem .priceItem h4, #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h4, #front .widgetBox[data-type=newProducts] .productItem .priceItem h4, #front .widgetBox[data-type=newProducts] .categoryItem .priceItem h4, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h4, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h4, #front .categoryList .productItem .priceItem h4, #front .categoryList .categoryItem .priceItem h4 {
        font-size: 18px; }
        body #productsList .productItem .priceItem h4.oldPrice, body #productsList .categoryItem .priceItem h4.oldPrice, body #filters .productsCarousel .productItem .priceItem h4.oldPrice, body #filters .productsCarousel .categoryItem .priceItem h4.oldPrice, body .pProductsSwitch .productsCarousel .productItem .priceItem h4.oldPrice, body .pProductsSwitch .productsCarousel .categoryItem .priceItem h4.oldPrice, body .productsCarousel .productItem .priceItem h4.oldPrice, body .productsCarousel .categoryItem .priceItem h4.oldPrice, body .widgetBox[data-type=promotionProducts] .productItem .priceItem h4.oldPrice, body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProducts] .productItem .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h4.oldPrice, body .widgetBox[data-type=newProducts] .productItem .priceItem h4.oldPrice, body .widgetBox[data-type=newProducts] .categoryItem .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h4.oldPrice, body .categoryList .productItem .priceItem h4.oldPrice, body .categoryList .categoryItem .priceItem h4.oldPrice, #front #productsList .productItem .priceItem h4.oldPrice, #front #productsList .categoryItem .priceItem h4.oldPrice, #front #filters .productsCarousel .productItem .priceItem h4.oldPrice, #front #filters .productsCarousel .categoryItem .priceItem h4.oldPrice, #front .pProductsSwitch .productsCarousel .productItem .priceItem h4.oldPrice, #front .pProductsSwitch .productsCarousel .categoryItem .priceItem h4.oldPrice, #front .productsCarousel .productItem .priceItem h4.oldPrice, #front .productsCarousel .categoryItem .priceItem h4.oldPrice, #front .widgetBox[data-type=promotionProducts] .productItem .priceItem h4.oldPrice, #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProducts] .productItem .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h4.oldPrice, #front .widgetBox[data-type=newProducts] .productItem .priceItem h4.oldPrice, #front .widgetBox[data-type=newProducts] .categoryItem .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h4.oldPrice, #front .categoryList .productItem .priceItem h4.oldPrice, #front .categoryList .categoryItem .priceItem h4.oldPrice {
          font-size: 16px; }
      body #productsList .productItem .priceItem h6, body #productsList .categoryItem .priceItem h6, body #filters .productsCarousel .productItem .priceItem h6, body #filters .productsCarousel .categoryItem .priceItem h6, body .pProductsSwitch .productsCarousel .productItem .priceItem h6, body .pProductsSwitch .productsCarousel .categoryItem .priceItem h6, body .productsCarousel .productItem .priceItem h6, body .productsCarousel .categoryItem .priceItem h6, body .widgetBox[data-type=promotionProducts] .productItem .priceItem h6, body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h6, body .widgetBox[data-type=promotedProducts] .productItem .priceItem h6, body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h6, body .widgetBox[data-type=newProducts] .productItem .priceItem h6, body .widgetBox[data-type=newProducts] .categoryItem .priceItem h6, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h6, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h6, body .categoryList .productItem .priceItem h6, body .categoryList .categoryItem .priceItem h6, #front #productsList .productItem .priceItem h6, #front #productsList .categoryItem .priceItem h6, #front #filters .productsCarousel .productItem .priceItem h6, #front #filters .productsCarousel .categoryItem .priceItem h6, #front .pProductsSwitch .productsCarousel .productItem .priceItem h6, #front .pProductsSwitch .productsCarousel .categoryItem .priceItem h6, #front .productsCarousel .productItem .priceItem h6, #front .productsCarousel .categoryItem .priceItem h6, #front .widgetBox[data-type=promotionProducts] .productItem .priceItem h6, #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h6, #front .widgetBox[data-type=promotedProducts] .productItem .priceItem h6, #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h6, #front .widgetBox[data-type=newProducts] .productItem .priceItem h6, #front .widgetBox[data-type=newProducts] .categoryItem .priceItem h6, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h6, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h6, #front .categoryList .productItem .priceItem h6, #front .categoryList .categoryItem .priceItem h6 {
        font-size: 16px; }
        body #productsList .productItem .priceItem h6.oldPrice, body #productsList .categoryItem .priceItem h6.oldPrice, body #filters .productsCarousel .productItem .priceItem h6.oldPrice, body #filters .productsCarousel .categoryItem .priceItem h6.oldPrice, body .pProductsSwitch .productsCarousel .productItem .priceItem h6.oldPrice, body .pProductsSwitch .productsCarousel .categoryItem .priceItem h6.oldPrice, body .productsCarousel .productItem .priceItem h6.oldPrice, body .productsCarousel .categoryItem .priceItem h6.oldPrice, body .widgetBox[data-type=promotionProducts] .productItem .priceItem h6.oldPrice, body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProducts] .productItem .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h6.oldPrice, body .widgetBox[data-type=newProducts] .productItem .priceItem h6.oldPrice, body .widgetBox[data-type=newProducts] .categoryItem .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h6.oldPrice, body .categoryList .productItem .priceItem h6.oldPrice, body .categoryList .categoryItem .priceItem h6.oldPrice, #front #productsList .productItem .priceItem h6.oldPrice, #front #productsList .categoryItem .priceItem h6.oldPrice, #front #filters .productsCarousel .productItem .priceItem h6.oldPrice, #front #filters .productsCarousel .categoryItem .priceItem h6.oldPrice, #front .pProductsSwitch .productsCarousel .productItem .priceItem h6.oldPrice, #front .pProductsSwitch .productsCarousel .categoryItem .priceItem h6.oldPrice, #front .productsCarousel .productItem .priceItem h6.oldPrice, #front .productsCarousel .categoryItem .priceItem h6.oldPrice, #front .widgetBox[data-type=promotionProducts] .productItem .priceItem h6.oldPrice, #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProducts] .productItem .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem h6.oldPrice, #front .widgetBox[data-type=newProducts] .productItem .priceItem h6.oldPrice, #front .widgetBox[data-type=newProducts] .categoryItem .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem h6.oldPrice, #front .categoryList .productItem .priceItem h6.oldPrice, #front .categoryList .categoryItem .priceItem h6.oldPrice {
          font-size: 14px; }
      body #productsList .productItem .priceItem span, body #productsList .categoryItem .priceItem span, body #filters .productsCarousel .productItem .priceItem span, body #filters .productsCarousel .categoryItem .priceItem span, body .pProductsSwitch .productsCarousel .productItem .priceItem span, body .pProductsSwitch .productsCarousel .categoryItem .priceItem span, body .productsCarousel .productItem .priceItem span, body .productsCarousel .categoryItem .priceItem span, body .widgetBox[data-type=promotionProducts] .productItem .priceItem span, body .widgetBox[data-type=promotionProducts] .categoryItem .priceItem span, body .widgetBox[data-type=promotedProducts] .productItem .priceItem span, body .widgetBox[data-type=promotedProducts] .categoryItem .priceItem span, body .widgetBox[data-type=newProducts] .productItem .priceItem span, body .widgetBox[data-type=newProducts] .categoryItem .priceItem span, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem span, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem span, body .categoryList .productItem .priceItem span, body .categoryList .categoryItem .priceItem span, #front #productsList .productItem .priceItem span, #front #productsList .categoryItem .priceItem span, #front #filters .productsCarousel .productItem .priceItem span, #front #filters .productsCarousel .categoryItem .priceItem span, #front .pProductsSwitch .productsCarousel .productItem .priceItem span, #front .pProductsSwitch .productsCarousel .categoryItem .priceItem span, #front .productsCarousel .productItem .priceItem span, #front .productsCarousel .categoryItem .priceItem span, #front .widgetBox[data-type=promotionProducts] .productItem .priceItem span, #front .widgetBox[data-type=promotionProducts] .categoryItem .priceItem span, #front .widgetBox[data-type=promotedProducts] .productItem .priceItem span, #front .widgetBox[data-type=promotedProducts] .categoryItem .priceItem span, #front .widgetBox[data-type=newProducts] .productItem .priceItem span, #front .widgetBox[data-type=newProducts] .categoryItem .priceItem span, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .priceItem span, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .priceItem span, #front .categoryList .productItem .priceItem span, #front .categoryList .categoryItem .priceItem span {
        font-size: 16px;
        letter-spacing: 0.120em;
        font-weight: 400; }
    body #productsList .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body #productsList .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body #productsList .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body #productsList .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body #filters .productsCarousel .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body #filters .productsCarousel .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body .productsCarousel .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body .productsCarousel .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body .productsCarousel .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body .productsCarousel .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), body .categoryList .productItem.hasOldPrice .priceItem h4:not(.oldPrice), body .categoryList .productItem.hasOldPrice .priceItem h6:not(.oldPrice), body .categoryList .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), body .categoryList .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front #productsList .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front #productsList .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front #productsList .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front #productsList .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front #filters .productsCarousel .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front #filters .productsCarousel .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .productsCarousel .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .productsCarousel .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .productsCarousel .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .productsCarousel .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .categoryList .productItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .categoryList .productItem.hasOldPrice .priceItem h6:not(.oldPrice), #front .categoryList .categoryItem.hasOldPrice .priceItem h4:not(.oldPrice), #front .categoryList .categoryItem.hasOldPrice .priceItem h6:not(.oldPrice) {
      color: #BC1C08; }
    body #productsList .productItem.hasOldPrice .priceItem h4.oldPrice, body #productsList .productItem.hasOldPrice .priceItem h6.oldPrice, body #productsList .categoryItem.hasOldPrice .priceItem h4.oldPrice, body #productsList .categoryItem.hasOldPrice .priceItem h6.oldPrice, body #filters .productsCarousel .productItem.hasOldPrice .priceItem h4.oldPrice, body #filters .productsCarousel .productItem.hasOldPrice .priceItem h6.oldPrice, body #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h4.oldPrice, body #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h6.oldPrice, body .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h4.oldPrice, body .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h6.oldPrice, body .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h4.oldPrice, body .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h6.oldPrice, body .productsCarousel .productItem.hasOldPrice .priceItem h4.oldPrice, body .productsCarousel .productItem.hasOldPrice .priceItem h6.oldPrice, body .productsCarousel .categoryItem.hasOldPrice .priceItem h4.oldPrice, body .productsCarousel .categoryItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h6.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h4.oldPrice, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h6.oldPrice, body .categoryList .productItem.hasOldPrice .priceItem h4.oldPrice, body .categoryList .productItem.hasOldPrice .priceItem h6.oldPrice, body .categoryList .categoryItem.hasOldPrice .priceItem h4.oldPrice, body .categoryList .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front #productsList .productItem.hasOldPrice .priceItem h4.oldPrice, #front #productsList .productItem.hasOldPrice .priceItem h6.oldPrice, #front #productsList .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front #productsList .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front #filters .productsCarousel .productItem.hasOldPrice .priceItem h4.oldPrice, #front #filters .productsCarousel .productItem.hasOldPrice .priceItem h6.oldPrice, #front #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front #filters .productsCarousel .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h4.oldPrice, #front .pProductsSwitch .productsCarousel .productItem.hasOldPrice .priceItem h6.oldPrice, #front .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front .pProductsSwitch .productsCarousel .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front .productsCarousel .productItem.hasOldPrice .priceItem h4.oldPrice, #front .productsCarousel .productItem.hasOldPrice .priceItem h6.oldPrice, #front .productsCarousel .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front .productsCarousel .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=promotionProducts] .productItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=promotionProducts] .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProducts] .productItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProducts] .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=newProducts] .productItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=newProducts] .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem.hasOldPrice .priceItem h6.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem.hasOldPrice .priceItem h6.oldPrice, #front .categoryList .productItem.hasOldPrice .priceItem h4.oldPrice, #front .categoryList .productItem.hasOldPrice .priceItem h6.oldPrice, #front .categoryList .categoryItem.hasOldPrice .priceItem h4.oldPrice, #front .categoryList .categoryItem.hasOldPrice .priceItem h6.oldPrice {
      text-decoration-color: #BC1C08; }
    body #productsList .productItem .buttons, body #productsList .categoryItem .buttons, body #filters .productsCarousel .productItem .buttons, body #filters .productsCarousel .categoryItem .buttons, body .pProductsSwitch .productsCarousel .productItem .buttons, body .pProductsSwitch .productsCarousel .categoryItem .buttons, body .productsCarousel .productItem .buttons, body .productsCarousel .categoryItem .buttons, body .widgetBox[data-type=promotionProducts] .productItem .buttons, body .widgetBox[data-type=promotionProducts] .categoryItem .buttons, body .widgetBox[data-type=promotedProducts] .productItem .buttons, body .widgetBox[data-type=promotedProducts] .categoryItem .buttons, body .widgetBox[data-type=newProducts] .productItem .buttons, body .widgetBox[data-type=newProducts] .categoryItem .buttons, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .buttons, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .buttons, body .categoryList .productItem .buttons, body .categoryList .categoryItem .buttons, #front #productsList .productItem .buttons, #front #productsList .categoryItem .buttons, #front #filters .productsCarousel .productItem .buttons, #front #filters .productsCarousel .categoryItem .buttons, #front .pProductsSwitch .productsCarousel .productItem .buttons, #front .pProductsSwitch .productsCarousel .categoryItem .buttons, #front .productsCarousel .productItem .buttons, #front .productsCarousel .categoryItem .buttons, #front .widgetBox[data-type=promotionProducts] .productItem .buttons, #front .widgetBox[data-type=promotionProducts] .categoryItem .buttons, #front .widgetBox[data-type=promotedProducts] .productItem .buttons, #front .widgetBox[data-type=promotedProducts] .categoryItem .buttons, #front .widgetBox[data-type=newProducts] .productItem .buttons, #front .widgetBox[data-type=newProducts] .categoryItem .buttons, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .buttons, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .buttons, #front .categoryList .productItem .buttons, #front .categoryList .categoryItem .buttons {
      overflow: hidden; }
    body #productsList .productItem > div:hover .thumb .img img, body #productsList .categoryItem > div:hover .thumb .img img, body #filters .productsCarousel .productItem > div:hover .thumb .img img, body #filters .productsCarousel .categoryItem > div:hover .thumb .img img, body .pProductsSwitch .productsCarousel .productItem > div:hover .thumb .img img, body .pProductsSwitch .productsCarousel .categoryItem > div:hover .thumb .img img, body .productsCarousel .productItem > div:hover .thumb .img img, body .productsCarousel .categoryItem > div:hover .thumb .img img, body .widgetBox[data-type=promotionProducts] .productItem > div:hover .thumb .img img, body .widgetBox[data-type=promotionProducts] .categoryItem > div:hover .thumb .img img, body .widgetBox[data-type=promotedProducts] .productItem > div:hover .thumb .img img, body .widgetBox[data-type=promotedProducts] .categoryItem > div:hover .thumb .img img, body .widgetBox[data-type=newProducts] .productItem > div:hover .thumb .img img, body .widgetBox[data-type=newProducts] .categoryItem > div:hover .thumb .img img, body .widgetBox[data-type=promotedProductsSwitcher] .productItem > div:hover .thumb .img img, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem > div:hover .thumb .img img, body .categoryList .productItem > div:hover .thumb .img img, body .categoryList .categoryItem > div:hover .thumb .img img, #front #productsList .productItem > div:hover .thumb .img img, #front #productsList .categoryItem > div:hover .thumb .img img, #front #filters .productsCarousel .productItem > div:hover .thumb .img img, #front #filters .productsCarousel .categoryItem > div:hover .thumb .img img, #front .pProductsSwitch .productsCarousel .productItem > div:hover .thumb .img img, #front .pProductsSwitch .productsCarousel .categoryItem > div:hover .thumb .img img, #front .productsCarousel .productItem > div:hover .thumb .img img, #front .productsCarousel .categoryItem > div:hover .thumb .img img, #front .widgetBox[data-type=promotionProducts] .productItem > div:hover .thumb .img img, #front .widgetBox[data-type=promotionProducts] .categoryItem > div:hover .thumb .img img, #front .widgetBox[data-type=promotedProducts] .productItem > div:hover .thumb .img img, #front .widgetBox[data-type=promotedProducts] .categoryItem > div:hover .thumb .img img, #front .widgetBox[data-type=newProducts] .productItem > div:hover .thumb .img img, #front .widgetBox[data-type=newProducts] .categoryItem > div:hover .thumb .img img, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem > div:hover .thumb .img img, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem > div:hover .thumb .img img, #front .categoryList .productItem > div:hover .thumb .img img, #front .categoryList .categoryItem > div:hover .thumb .img img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05); }
    body #productsList .productItem .oldPriceIcon, body #productsList .categoryItem .oldPriceIcon, body #filters .productsCarousel .productItem .oldPriceIcon, body #filters .productsCarousel .categoryItem .oldPriceIcon, body .pProductsSwitch .productsCarousel .productItem .oldPriceIcon, body .pProductsSwitch .productsCarousel .categoryItem .oldPriceIcon, body .productsCarousel .productItem .oldPriceIcon, body .productsCarousel .categoryItem .oldPriceIcon, body .widgetBox[data-type=promotionProducts] .productItem .oldPriceIcon, body .widgetBox[data-type=promotionProducts] .categoryItem .oldPriceIcon, body .widgetBox[data-type=promotedProducts] .productItem .oldPriceIcon, body .widgetBox[data-type=promotedProducts] .categoryItem .oldPriceIcon, body .widgetBox[data-type=newProducts] .productItem .oldPriceIcon, body .widgetBox[data-type=newProducts] .categoryItem .oldPriceIcon, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .oldPriceIcon, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .oldPriceIcon, body .categoryList .productItem .oldPriceIcon, body .categoryList .categoryItem .oldPriceIcon, #front #productsList .productItem .oldPriceIcon, #front #productsList .categoryItem .oldPriceIcon, #front #filters .productsCarousel .productItem .oldPriceIcon, #front #filters .productsCarousel .categoryItem .oldPriceIcon, #front .pProductsSwitch .productsCarousel .productItem .oldPriceIcon, #front .pProductsSwitch .productsCarousel .categoryItem .oldPriceIcon, #front .productsCarousel .productItem .oldPriceIcon, #front .productsCarousel .categoryItem .oldPriceIcon, #front .widgetBox[data-type=promotionProducts] .productItem .oldPriceIcon, #front .widgetBox[data-type=promotionProducts] .categoryItem .oldPriceIcon, #front .widgetBox[data-type=promotedProducts] .productItem .oldPriceIcon, #front .widgetBox[data-type=promotedProducts] .categoryItem .oldPriceIcon, #front .widgetBox[data-type=newProducts] .productItem .oldPriceIcon, #front .widgetBox[data-type=newProducts] .categoryItem .oldPriceIcon, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .oldPriceIcon, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .oldPriceIcon, #front .categoryList .productItem .oldPriceIcon, #front .categoryList .categoryItem .oldPriceIcon {
      width: 50px;
      height: 50px;
      background: #E67263;
      position: absolute;
      right: 20px;
      top: 20px;
      border-radius: 50px; }
      body #productsList .productItem .oldPriceIcon i.fa, body #productsList .categoryItem .oldPriceIcon i.fa, body #filters .productsCarousel .productItem .oldPriceIcon i.fa, body #filters .productsCarousel .categoryItem .oldPriceIcon i.fa, body .pProductsSwitch .productsCarousel .productItem .oldPriceIcon i.fa, body .pProductsSwitch .productsCarousel .categoryItem .oldPriceIcon i.fa, body .productsCarousel .productItem .oldPriceIcon i.fa, body .productsCarousel .categoryItem .oldPriceIcon i.fa, body .widgetBox[data-type=promotionProducts] .productItem .oldPriceIcon i.fa, body .widgetBox[data-type=promotionProducts] .categoryItem .oldPriceIcon i.fa, body .widgetBox[data-type=promotedProducts] .productItem .oldPriceIcon i.fa, body .widgetBox[data-type=promotedProducts] .categoryItem .oldPriceIcon i.fa, body .widgetBox[data-type=newProducts] .productItem .oldPriceIcon i.fa, body .widgetBox[data-type=newProducts] .categoryItem .oldPriceIcon i.fa, body .widgetBox[data-type=promotedProductsSwitcher] .productItem .oldPriceIcon i.fa, body .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .oldPriceIcon i.fa, body .categoryList .productItem .oldPriceIcon i.fa, body .categoryList .categoryItem .oldPriceIcon i.fa, #front #productsList .productItem .oldPriceIcon i.fa, #front #productsList .categoryItem .oldPriceIcon i.fa, #front #filters .productsCarousel .productItem .oldPriceIcon i.fa, #front #filters .productsCarousel .categoryItem .oldPriceIcon i.fa, #front .pProductsSwitch .productsCarousel .productItem .oldPriceIcon i.fa, #front .pProductsSwitch .productsCarousel .categoryItem .oldPriceIcon i.fa, #front .productsCarousel .productItem .oldPriceIcon i.fa, #front .productsCarousel .categoryItem .oldPriceIcon i.fa, #front .widgetBox[data-type=promotionProducts] .productItem .oldPriceIcon i.fa, #front .widgetBox[data-type=promotionProducts] .categoryItem .oldPriceIcon i.fa, #front .widgetBox[data-type=promotedProducts] .productItem .oldPriceIcon i.fa, #front .widgetBox[data-type=promotedProducts] .categoryItem .oldPriceIcon i.fa, #front .widgetBox[data-type=newProducts] .productItem .oldPriceIcon i.fa, #front .widgetBox[data-type=newProducts] .categoryItem .oldPriceIcon i.fa, #front .widgetBox[data-type=promotedProductsSwitcher] .productItem .oldPriceIcon i.fa, #front .widgetBox[data-type=promotedProductsSwitcher] .categoryItem .oldPriceIcon i.fa, #front .categoryList .productItem .oldPriceIcon i.fa, #front .categoryList .categoryItem .oldPriceIcon i.fa {
        font-size: 24px;
        color: white;
        line-height: 50px; }
  body #productsList #products-list-view::after, body #filters .productsCarousel #products-list-view::after, body .pProductsSwitch .productsCarousel #products-list-view::after, body .productsCarousel #products-list-view::after, body .widgetBox[data-type=promotionProducts] #products-list-view::after, body .widgetBox[data-type=promotedProducts] #products-list-view::after, body .widgetBox[data-type=newProducts] #products-list-view::after, body .widgetBox[data-type=promotedProductsSwitcher] #products-list-view::after, body .categoryList #products-list-view::after, #front #productsList #products-list-view::after, #front #filters .productsCarousel #products-list-view::after, #front .pProductsSwitch .productsCarousel #products-list-view::after, #front .productsCarousel #products-list-view::after, #front .widgetBox[data-type=promotionProducts] #products-list-view::after, #front .widgetBox[data-type=promotedProducts] #products-list-view::after, #front .widgetBox[data-type=newProducts] #products-list-view::after, #front .widgetBox[data-type=promotedProductsSwitcher] #products-list-view::after, #front .categoryList #products-list-view::after {
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -khtml-transition: opacity 0.3s ease 0s;
    content: '';
    background: #fff url("../images/loading.gif") center 200px no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden; }
  body #productsList #products-list-view.list-view-loading, body #filters .productsCarousel #products-list-view.list-view-loading, body .pProductsSwitch .productsCarousel #products-list-view.list-view-loading, body .productsCarousel #products-list-view.list-view-loading, body .widgetBox[data-type=promotionProducts] #products-list-view.list-view-loading, body .widgetBox[data-type=promotedProducts] #products-list-view.list-view-loading, body .widgetBox[data-type=newProducts] #products-list-view.list-view-loading, body .widgetBox[data-type=promotedProductsSwitcher] #products-list-view.list-view-loading, body .categoryList #products-list-view.list-view-loading, #front #productsList #products-list-view.list-view-loading, #front #filters .productsCarousel #products-list-view.list-view-loading, #front .pProductsSwitch .productsCarousel #products-list-view.list-view-loading, #front .productsCarousel #products-list-view.list-view-loading, #front .widgetBox[data-type=promotionProducts] #products-list-view.list-view-loading, #front .widgetBox[data-type=promotedProducts] #products-list-view.list-view-loading, #front .widgetBox[data-type=newProducts] #products-list-view.list-view-loading, #front .widgetBox[data-type=promotedProductsSwitcher] #products-list-view.list-view-loading, #front .categoryList #products-list-view.list-view-loading {
    background: none; }
    body #productsList #products-list-view.list-view-loading::after, body #filters .productsCarousel #products-list-view.list-view-loading::after, body .pProductsSwitch .productsCarousel #products-list-view.list-view-loading::after, body .productsCarousel #products-list-view.list-view-loading::after, body .widgetBox[data-type=promotionProducts] #products-list-view.list-view-loading::after, body .widgetBox[data-type=promotedProducts] #products-list-view.list-view-loading::after, body .widgetBox[data-type=newProducts] #products-list-view.list-view-loading::after, body .widgetBox[data-type=promotedProductsSwitcher] #products-list-view.list-view-loading::after, body .categoryList #products-list-view.list-view-loading::after, #front #productsList #products-list-view.list-view-loading::after, #front #filters .productsCarousel #products-list-view.list-view-loading::after, #front .pProductsSwitch .productsCarousel #products-list-view.list-view-loading::after, #front .productsCarousel #products-list-view.list-view-loading::after, #front .widgetBox[data-type=promotionProducts] #products-list-view.list-view-loading::after, #front .widgetBox[data-type=promotedProducts] #products-list-view.list-view-loading::after, #front .widgetBox[data-type=newProducts] #products-list-view.list-view-loading::after, #front .widgetBox[data-type=promotedProductsSwitcher] #products-list-view.list-view-loading::after, #front .categoryList #products-list-view.list-view-loading::after {
      opacity: 0.7;
      visibility: visible; }

.pProductsSwitch > nav, .productSwitcher > nav {
  padding: 60px 0 40px;
  text-align: center; }
  .pProductsSwitch > nav .switch, .productSwitcher > nav .switch {
    display: inline-block;
    margin: 0 50px 20px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16em;
    cursor: pointer;
    position: relative; }
    .pProductsSwitch > nav .switch::after, .productSwitcher > nav .switch::after {
      position: absolute;
      right: -53px;
      height: 1px;
      bottom: 5px;
      top: 5px;
      background: #DFDFDF;
      width: 2px;
      display: block;
      height: auto;
      content: '';
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
    .pProductsSwitch > nav .switch:hover, .pProductsSwitch > nav .switch.active, .productSwitcher > nav .switch:hover, .productSwitcher > nav .switch.active {
      font-weight: 700; }
    .pProductsSwitch > nav .switch:last-child:after, .productSwitcher > nav .switch:last-child:after {
      display: none; }
    @media screen and (max-width: 729px) {
      .pProductsSwitch > nav .switch, .productSwitcher > nav .switch {
        margin: 0 20px 10px; }
        .pProductsSwitch > nav .switch:after, .productSwitcher > nav .switch:after {
          right: -23px; } }
    @media screen and (max-width: 499px) {
      .pProductsSwitch > nav .switch, .productSwitcher > nav .switch {
        margin: 0 15px 10px;
        font-size: 14px; }
        .pProductsSwitch > nav .switch:after, .productSwitcher > nav .switch:after {
          right: -18px; } }
    @media screen and (max-width: 419px) {
      .pProductsSwitch > nav .switch, .productSwitcher > nav .switch {
        margin: 0 5px 10px;
        font-size: 12px; }
        .pProductsSwitch > nav .switch:after, .productSwitcher > nav .switch:after {
          right: -8px; } }
.pProductsSwitch .sections, .productSwitcher .sections {
  min-height: 300px !important; }
  @media screen and (max-width: 991px) {
    .pProductsSwitch .sections, .productSwitcher .sections {
      height: auto !important;
      min-height: auto !important; } }
  .pProductsSwitch .sections > div, .productSwitcher .sections > div {
    display: none; }
    .pProductsSwitch .sections > div:first-child, .productSwitcher .sections > div:first-child {
      display: block; }
.pProductsSwitch .owl-pagination, .productSwitcher .owl-pagination {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  .pProductsSwitch .owl-pagination .owl-page, .productSwitcher .owl-pagination .owl-page {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px; }
    @media screen and (max-width: 1199px) and (min-width: 500px) {
      .pProductsSwitch .owl-pagination .owl-page, .productSwitcher .owl-pagination .owl-page {
        width: 14px;
        height: 14px; } }
    @media screen and (max-width: 499px) {
      .pProductsSwitch .owl-pagination .owl-page, .productSwitcher .owl-pagination .owl-page {
        width: 16px;
        height: 16px; } }
    .pProductsSwitch .owl-pagination .owl-page.active, .pProductsSwitch .owl-pagination .owl-page:hover, .productSwitcher .owl-pagination .owl-page.active, .productSwitcher .owl-pagination .owl-page:hover {
      background: black; }
.pProductsSwitch.productSwitcher > nav, .productSwitcher.productSwitcher > nav {
  margin: 0 -20px;
  padding: 40px 0;
  text-align: left; }
.pProductsSwitch.productSwitcher .sections, .productSwitcher.productSwitcher .sections {
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -10px; }

#filtersButton {
  margin-top: 40px; }

#productDetails .mainPhoto {
  margin-left: -10px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  /*        &::after{
              background: black;
              opacity: 0.03;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
          }*/ }
  #productDetails .mainPhoto .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #productDetails .mainPhoto img {
    vertical-align: middle;
    max-width: 99%;
    max-height: 99%; }
  @media screen and (max-width: 991px) {
    #productDetails .mainPhoto {
      margin-right: -10px;
      height: auto !important; }
      #productDetails .mainPhoto .helper {
        display: none; } }
#productDetails .buttons {
  margin: 10px -10px 0;
  overflow: hidden; }
  #productDetails .buttons .btn {
    margin: 5px 10px; }
  @media screen and (max-width: 991px) {
    #productDetails .buttons > * {
      float: none !important; } }
#productDetails .productInfo {
  overflow: hidden; }
  #productDetails .productInfo h1 {
    font-size: 28px;
    font-weight: 900;
    margin-top: 20px !important; }
  #productDetails .productInfo h2 {
    letter-spacing: 0.16em;
    margin-top: 40px !important;
    text-transform: uppercase;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal; }
#productDetails .galleryItem {
  padding-top: 100%;
  margin-bottom: 20px;
  position: relative;
  display: block; }
  #productDetails .galleryItem::after {
    background: black;
    opacity: 0.03;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  #productDetails .galleryItem .bg {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    margin: 20px;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #productDetails .galleryItem:hover .bg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  #productDetails .galleryItem img {
    display: none; }
@media screen and (max-width: 991px) {
  #productDetails .productSwitcher nav {
    text-align: center; } }
#productDetails div[data-section=filmy] iframe {
  width: 100%;
  margin-bottom: 20px; }
#productDetails div[data-section="galeria"] > div:first-child .galleryItem {
  padding-top: 70%; }
@media screen and (max-width: 499px) {
  #productDetails div[data-section="galeria"] > div {
    width: 100% !important; } }
#productDetails #productVersionSelect {
  margin: 5px 10px;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #14284b;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 300; }

.cartIcon {
  margin-left: 20px;
  position: relative;
  top: -4px;
  /*    .amount{
          background: black;
          color: white;
          position: absolute;
          top: -8px; left: 90%;
          line-height: 10px;
          font-size: 11px;
          padding: 3px 6px;
          border-radius: 10px;
          @media screen and (max-width: 767px){
              left: 70%;
              top: -6px;
              z-index: 999;
          }
      }*/ }
  .cartIcon i.fa {
    font-size: 24px; }

#front #cart {
  padding-top: 40px;
  padding-bottom: 40px; }
  #front #cart .row {
    /*margin: 0 -10px;*/ }
  #front #cart h1 {
    font-size: 38px; }
  #front #cart h2 {
    font-size: 32px; }
  #front #cart h3 {
    font-size: 28px;
    margin: 20px 0 10px !important; }
  #front #cart i.fa.fa-times {
    color: #BC1C08;
    font-size: 22px; }
  #front #cart .table tr.hasEasyProtect, #front #cart .table tr.hasEasyProtect td, #front #cart .table tr.hasEasyProtect th {
    border-bottom: none !important; }
  #front #cart .table tr.hasEasyProtect + tr, #front #cart .table tr.hasEasyProtect + tr td, #front #cart .table tr.hasEasyProtect + tr th {
    border-top: none !important; }
  #front #cart .table td, #front #cart .table th {
    vertical-align: middle; }
    #front #cart .table td:last-child, #front #cart .table th:last-child {
      text-align: right; }
  #front #cart input[type=number] {
    width: 80px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    padding: 2px 5px 2px 20px; }
  #front #cart .summary {
    font-size: 20px; }
  @media screen and (max-width: 767px) {
    #front #cart .table, #front #cart .table td, #front #cart .table th, #front #cart .table tbody, #front #cart .table thead, #front #cart .table tr {
      display: block;
      border: none; }
    #front #cart .table thead {
      display: none; }
    #front #cart .table tr {
      padding: 10px 0;
      position: relative;
      /*border-bottom: 1px solid #DDDDDD;*/
      overflow: hidden;
      column-count: 2; }
      #front #cart .table tr:last-child {
        border-bottom: none; }
      #front #cart .table tr td {
        height: 56px; }
        #front #cart .table tr td:first-child {
          height: 116px; }
        #front #cart .table tr td:last-child {
          height: 0; }
          #front #cart .table tr td:last-child a {
            position: absolute;
            top: 10px;
            right: 0; } }
  @media screen and (max-width: 499px) {
    #front #cart .table tr {
      column-count: 1; }
      #front #cart .table tr, #front #cart .table tr td {
        text-align: center; } }
  #front #cart .deliverySelect b {
    margin-bottom: 5px;
    display: block; }
  #front #cart .deliverySelect .delivery, #front #cart .deliverySelect .payment {
    padding-left: 20px; }
    #front #cart .deliverySelect .delivery input[type=radio], #front #cart .deliverySelect .payment input[type=radio] {
      margin-left: -20px; }
    #front #cart .deliverySelect .delivery label, #front #cart .deliverySelect .payment label {
      font-weight: 400;
      font-size: 0.9em; }
  #front #cart #deliveryOptions, #front #cart #paymentOptions {
    overflow: hidden;
    clear: both; }
  #front #cart textarea {
    height: 120px; }

.row.noMargin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

#order-details-form .errorMessage {
  color: #BC1C08;
  opacity: 0.6;
  margin-top: -20px;
  margin-bottom: 20px; }

#addedToCart, #easyProtect {
  min-width: 320px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  padding: 20px; }
  #addedToCart h3, #easyProtect h3 {
    margin-bottom: 50px !important; }
  #addedToCart > div, #easyProtect > div {
    position: relative;
    padding: 20px;
    background: white;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    margin: auto;
    width: 500px;
    max-width: 100%;
    max-height: 90vh;
    max-height: calc(100vh - 40px);
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    #addedToCart > div a, #addedToCart > div span, #easyProtect > div a, #easyProtect > div span {
      margin: 5px; }

.sorter {
  padding: 0 20px 10px; }

.field_adnotacja {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both; }

#viewOrder table {
  width: 100%; }
  #viewOrder table, #viewOrder table * {
    vertical-align: top; }
#viewOrder .logoLink {
  display: none; }
#viewOrder #orderButtons {
  margin-bottom: 10px; }

.productStatus {
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 99;
  max-width: 165px;
  margin-right: 12px; }
  .productStatus > div {
    display: inline-block; }
  @media screen and (max-width: 799px) {
    .productStatus {
      left: 20px; } }

.newItem {
  pointer-events: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 7px;
  background: #21915B;
  pointer-events: none;
  color: white;
  margin-bottom: 2px; }
  .newItem.promotion {
    color: white;
    background: #DE6C60; }
    .newItem.promotion.productView {
      position: static;
      display: inline-block; }
  .newItem.new {
    position: static;
    display: inline-block; }
  .newItem.selectedItem {
    color: white;
    background: #204A8A; }
    .newItem.selectedItem.polecane {
      position: static;
      display: inline-block; }

@media screen and (max-width: 435px) {
  .productStatus .newItem {
    font-size: 10px; } }

.promoText {
  font-weight: bold;
  color: #DE6C60;
  font-size: 16px;
  margin-bottom: 10px; }

#priceFilter > div {
  overflow: hidden; }
  #priceFilter > div input {
    -moz-appearance: textfield;
    outline: none; }
    #priceFilter > div input:focus {
      outline: none; }
  #priceFilter > div input::-webkit-outer-spin-button,
  #priceFilter > div input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }
  #priceFilter > div > div {
    width: 45%;
    width: calc(50% - 20px);
    border-bottom: 1px solid #000000;
    float: left; }
    @media screen and (max-width: 1499px) and (min-width: 768px) {
      #priceFilter > div > div {
        width: 100%; }
        #priceFilter > div > div:first-child {
          margin-bottom: 10px; } }
    #priceFilter > div > div:last-child {
      float: right; }
    #priceFilter > div > div span {
      display: block;
      width: 16%; }
      #priceFilter > div > div span:first-child {
        float: left;
        color: #101010; }
      #priceFilter > div > div span:last-child {
        float: right;
        text-align: right;
        color: #AAA; }
    #priceFilter > div > div input {
      padding: 0 10px;
      border: none;
      width: 68%; }
      #priceFilter > div > div input:focus {
        box-shadow: none; }
    #priceFilter > div > div span, #priceFilter > div > div input {
      font-size: 14px;
      height: 32px;
      line-height: 32px; }

.cartWrap {
  float: right;
  margin-top: 15px; }
  .cartWrap i.fa {
    font-size: 20px;
    margin-right: 5px; }

.form *:disabled {
  opacity: 0.3;
  cursor: not-allowed; }

.widgetBox[data-type=aSlider] #slider #slides li .stage .element > .textLink {
  background: transparent;
  color: white;
  border: 1px solid white; }
  .widgetBox[data-type=aSlider] #slider #slides li .stage .element > .textLink:hover {
    background: white;
    color: black; }

#front .categoryDesc {
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    #front .categoryDesc {
      padding-left: 20px; } }
  #front .categoryDesc h1 {
    font-size: 52px;
    margin-top: 0.67em !important;
    margin-bottom: 0.67em !important; }
  #front .categoryDesc h2 {
    font-size: 42px;
    margin-top: 0.83em !important;
    margin-bottom: 0.83em !important; }
  #front .categoryDesc h3 {
    font-size: 32px;
    margin-top: 1em !important;
    margin-bottom: 1em !important; }

* {
  scrollbar-color: #F1DD38 #005B8C; }

::-webkit-scrollbar {
  width: 17px; }

::-webkit-scrollbar-track {
  background: #005B8C; }

::-webkit-scrollbar-thumb {
  background: #F1DD38; }

::-webkit-scrollbar-thumb:hover {
  background: #e6cf10; }

.section.fullSection:last-child .widgetBox[data-type=parallaxPhoto]:last-child {
  margin-bottom: 0; }

.versionSelect .languages {
  cursor: pointer;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  width: 70px;
  position: relative;
  height: 20px;
  text-align: center;
  margin: 13px 0 0 10px;
  float: right;
  font-weight: bold; }
  .versionSelect .languages::after {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    width: 9px;
    height: 6px;
    background-image: url("../img/langArrow.png");
    /*filter: invert(100);*/
    /*-webkit-filter: invert(100);*/
    display: block; }
  .versionSelect .languages .other {
    opacity: 0;
    overflow: hidden;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    visibility: hidden;
    max-height: 0;
    position: absolute; }
  .versionSelect .languages .lang {
    display: block;
    width: 70px;
    padding-left: 20px;
    padding-right: 24px; }
    .versionSelect .languages .lang:hover {
      color: white; }
  .versionSelect .languages:hover:not(.closed) .other, .versionSelect .languages.hover:not(.closed) .other {
    visibility: visible;
    max-height: 120px;
    opacity: 1; }
  .versionSelect .languages:hover:not(.closed)::after, .versionSelect .languages.hover:not(.closed)::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

.addons > div, #front .addons > div {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  margin-bottom: 20px; }
  .addons > div input[type=checkbox], #front .addons > div input[type=checkbox] {
    margin: 15px;
    margin-top: 15px;
    cursor: pointer;
    outline: none !important;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border: 2px solid #204A8A; }
    .addons > div input[type=checkbox]:checked, #front .addons > div input[type=checkbox]:checked {
      background-image: url("../img/tick.png");
      background-position: center center;
      background-size: contain; }
.addons .addon h4, #front .addons .addon h4 {
  font-size: 20px !important; }
.addons .addon h5, #front .addons .addon h5 {
  display: inline-block;
  margin-top: 5px !important;
  font-size: 18px !important; }
  .addons .addon h5 small, #front .addons .addon h5 small {
    font-size: 0.8em; }
.addons .addon h6, #front .addons .addon h6 {
  display: inline-block;
  margin-top: 5px !important;
  font-size: 16px !important; }
  .addons .addon h6 small, #front .addons .addon h6 small {
    font-size: 0.8em; }
.addons img, #front .addons img {
  max-width: 100%;
  max-height: 50px; }

.cartTable img {
  max-width: 200px; }
.cartTable .hasAddons td:first-child {
  border-left: 10px solid #eee; }
.cartTable .hasAddons td:nth-child(2) {
  font-size: 22px; }
.cartTable tr:not(.addonRow) {
  font-weight: BOLD; }
.cartTable .addonRow td {
  height: auto !important;
  border-top: none; }
.cartTable .addonRow td:first-child {
  border-left: 10px solid #eee;
  padding-left: 25px; }
  .cartTable .addonRow td:first-child img {
    max-width: 150px; }
.cartTable .addonRow.addonTitleRow td:first-child {
  /*padding-left: 0;*/ }
.cartTable .addonRow.addonTitleRow td {
  padding-top: 0;
  padding-bottom: 0; }

@media screen and (max-width: 767px) {
  tr:not(.addonRow):not(:first-child) {
    border-top: 2px solid #bbb !important; } }
#front .locationData, .locationData {
  overflow: hidden;
  margin: 45px -15px 30px; }
  #front .locationData > div, .locationData > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px; }
    #front .locationData > div > div, .locationData > div > div {
      padding: 20px;
      background: #eee; }
      #front .locationData > div > div h4, .locationData > div > div h4 {
        font-size: 26px; }

/*@media screen and (min-width: 1200px){
    #top{
        width: 300px;
        min-width: 300px !important;
        overflow: hidden;
        height: auto;
        bottom: 0;
        right: auto;
        background: white;
        box-shadow: 1px 3px 5px 0px rgba(black,0.15 );
        *{
            color: #005B8C;
        }
        #logo{
            margin: 20px 0;
            float: none;
        }
        .cartWrap{
            float: none;
            margin-left: 0;
            text-align: center;
            a{
                margin: 0;
            }
        }
        .socialMedia{
            margin-top: 15px;
            height: auto;
            width: auto;
            line-height: normal;
            padding: 0;
            text-align: center;
            > *{
                display: block;
                margin-right: 0;
                margin-bottom: 7px;
                font-weight: 700;
                font-size: 20px;
            }
            a, i.fa{
                line-height: normal !important;
            }
            #c#BC1C08its{
                margin-top: 10px;
                font-weight: 300;
                font-size: 12px;
                letter-spacing: 0.45em;
                text-transform: uppercase;
                &, a{
                    color: #888 !important;
                }
            }
        }
        #topMenu{
            height: auto;
            height: calc(100% - 300px);
            margin: 10px -20px;
            padding: 20px;
            overflow-y: auto;
            float: none;
            > li{
                height: auto; line-height: normal;
                float: none;
                display: block;
                a{
                    padding: 0;
                    font-weight: bold;
                    font-size: 16px;
                    margin-bottom: 20px;
                    text-transform: uppercase;
                    letter-spacing: 0.1em;
                }
            }
            #categoriesFilter{
                margin-bottom: 20px;
                @include transitions(0.3s ease 0s);
                > div{
                    @include transitions(0.3s ease 0s);
                    padding: 50px;
                    height: 100%;
                    overflow: hidden;
                    overflow-y: auto;

                    > .category > .subcategories{
                        > *:first-child{
                            margin-top: 30px !important;
                        }
                        padding-bottom: 0 !important;
                        overflow: hidden;
                    }
                    .category{
                        position: relative;
                        a{
                            padding-right: 18px;}
                        > .arrow{
                            position: absolute;
                            top: 5px; right: 0;
                            width: 15px;
                            height: 12px;
                            background: rgba(#BC1C08, 0.3);
                            cursor: pointer;
                            &::after, &::before{
                                @include transitions(0.3s ease 0s);
                                content: '';
                                display: block;
                                position: absolute;
                                width: 7px;
                                height: 2px;
                                background: #005B8C;
                                left: 0;
                                top: 0;
                                bottom: 0;
                                right: 0;
                                margin: auto;
                            }

                            &::after{
                                margin-left: 2px;
                                transform: rotate(45deg);
                                -webkit-transform: rotate(45deg);
                            }
                            &::before{
                                margin-right: 1px;
                                transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                            }
                        }
                        &.open > .arrow{
                            &::after{
                                transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                            }
                            &::before{
                                margin-right: 1px;
                                transform: rotate(45deg);
                                -webkit-transform: rotate(45deg);
                            }
                        }

                    }
                    text-transform: uppercase;
                    letter-spacing: 0.1em;
                    > .category{
                        margin-bottom: 20px;
                        &:last-child{
                            margin-bottom: 0;
                        }
                        > a{
                            color: #005B8C;
                            font-weight: bold;
                            font-size: 16px;
                            margin-bottom: 20px;
                        }
                        &.active > a, > a:hover{
                            color: lighten(#005B8C, 10);
                        }

                        .subcategories{
                            > *:first-child{
                                margin-top: 10px;
                            }
                            display: none;
                            padding-left: 20px;

                            > .category{
                                margin-bottom: 10px;
                                a{
                                    color: #005B8C;
                                    font-size: 14px;
                                }
                                &.active > a, > a:hover{
                                    font-weight: bold;
                                    color: #C3AB91;
                                }

                            }
                            .subcategories{
                                padding-top: 20px;
                                > *:first-child{
                                    margin-top: 20px;
                                }
                                > .category{
                                    margin-bottom: 20px;
                                    a{
                                        color: #8B8B8B;
                                        font-size: 12px;

                                    }
                                    &.active a, a:hover{
                                        color: #C3AB91;
                                    }

                                }
                            }
                        } 

                    }
                }


            }
        }
        .languages{
            float: none;
            width: auto;

            a, div{
                display: inline-block;
            }
            div{
                text-decoration: underline;
            }
            a:hover, div{
                color: #BB1E10;
            }

        }
        .socialMedia{

        }
    }
    #inBody{
        padding-left: 300px;
    }
}*/
@media screen and (min-width: 1200px) {
  #top {
    background: white;
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.15); }
    #top * {
      color: #005B8C; }
    #top #topMenu {
      float: right; }
      #top #topMenu .portlet, #top #topMenu li, #top #topMenu .category {
        float: left; }
      #top #topMenu li, #top #topMenu .category {
        margin: 0;
        padding: 0; }
        #top #topMenu li a, #top #topMenu .category a {
          padding: 0 5px;
          height: 70px;
          line-height: 70px;
          margin: 0 5px;
          font-weight: bold; }
      #top #topMenu #categoriesFilter {
        float: left; }
        #top #topMenu #categoriesFilter li {
          float: left; }
      #top #topMenu .subcategories {
        display: none !important; } }
@media screen and (max-width: 1399px) {
  #top #logo img, #top.sticky #logo img {
    max-height: 30px;
    margin-top: 8px; } }
@media screen and (max-width: 1299px) {
  #top
  #topMenu {
    padding: 0 10px; }
    #top
    #topMenu li a, #top
    #topMenu .category a {
      margin-left: 0;
      margin-right: 0; } }
#top2 {
  transition: 0.2s ease 0s;
  -webkit-transition: 0.2s ease 0s;
  -ms-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -khtml-transition: 0.2s ease 0s;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: #F1DD38;
  z-index: 1000;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #005B8C;
  font-weight: bold;
  font-size: 18px; }
  #top2 * {
    display: inline-block; }
  #top2 a {
    font-size: 16px; }
  #top2 a, #top2 span {
    margin: 0 20px; }

#top.sticky + #top2 {
  top: 54px;
  height: 30px;
  line-height: 30px; }

@media screen and (max-width: 1199px) {
  #top2 {
    display: none; } }
div.widgetBox[data-type=gmap] {
  margin-bottom: 60px !important; }

#productsListPage #categoriesFilter, #productDetails #categoriesFilter {
  margin-bottom: 20px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  #productsListPage #categoriesFilter > div, #productDetails #categoriesFilter > div {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    /*padding: 50px;*/
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    #productsListPage #categoriesFilter > div > .category > .subcategories, #productDetails #categoriesFilter > div > .category > .subcategories {
      padding-bottom: 0 !important;
      overflow: hidden; }
      #productsListPage #categoriesFilter > div > .category > .subcategories > *:first-child, #productDetails #categoriesFilter > div > .category > .subcategories > *:first-child {
        margin-top: 10px !important; }
    #productsListPage #categoriesFilter > div .category, #productDetails #categoriesFilter > div .category {
      position: relative; }
      #productsListPage #categoriesFilter > div .category a, #productDetails #categoriesFilter > div .category a {
        padding-right: 18px; }
      #productsListPage #categoriesFilter > div .category > .arrow, #productDetails #categoriesFilter > div .category > .arrow {
        position: absolute;
        top: 5px;
        right: 0;
        width: 15px;
        height: 12px;
        /*background: rgba(#BC1C08, 0.3);*/
        cursor: pointer; }
        #productsListPage #categoriesFilter > div .category > .arrow::after, #productsListPage #categoriesFilter > div .category > .arrow::before, #productDetails #categoriesFilter > div .category > .arrow::after, #productDetails #categoriesFilter > div .category > .arrow::before {
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s;
          content: '';
          display: block;
          position: absolute;
          width: 7px;
          height: 2px;
          background: #005B8C;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        #productsListPage #categoriesFilter > div .category > .arrow::after, #productDetails #categoriesFilter > div .category > .arrow::after {
          margin-left: 2px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #productsListPage #categoriesFilter > div .category > .arrow::before, #productDetails #categoriesFilter > div .category > .arrow::before {
          margin-right: 1px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
      #productsListPage #categoriesFilter > div .category.open > .arrow::after, #productDetails #categoriesFilter > div .category.open > .arrow::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      #productsListPage #categoriesFilter > div .category.open > .arrow::before, #productDetails #categoriesFilter > div .category.open > .arrow::before {
        margin-right: 1px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
    #productsListPage #categoriesFilter > div > .category, #productDetails #categoriesFilter > div > .category {
      margin-bottom: 10px; }
      #productsListPage #categoriesFilter > div > .category:last-child, #productDetails #categoriesFilter > div > .category:last-child {
        margin-bottom: 0; }
      #productsListPage #categoriesFilter > div > .category > a, #productDetails #categoriesFilter > div > .category > a {
        color: #005B8C;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px; }
      #productsListPage #categoriesFilter > div > .category.active > a, #productsListPage #categoriesFilter > div > .category > a:hover, #productDetails #categoriesFilter > div > .category.active > a, #productDetails #categoriesFilter > div > .category > a:hover {
        color: #BC1C08; }
      #productsListPage #categoriesFilter > div > .category .subcategories, #productDetails #categoriesFilter > div > .category .subcategories {
        font-weight: bold;
        display: none;
        padding-left: 20px; }
        #productsListPage #categoriesFilter > div > .category .subcategories > *:first-child, #productDetails #categoriesFilter > div > .category .subcategories > *:first-child {
          margin-top: 10px; }
        #productsListPage #categoriesFilter > div > .category .subcategories > .category, #productDetails #categoriesFilter > div > .category .subcategories > .category {
          margin-bottom: 0px; }
          #productsListPage #categoriesFilter > div > .category .subcategories > .category a, #productDetails #categoriesFilter > div > .category .subcategories > .category a {
            color: #005B8C;
            font-size: 14px; }
          #productsListPage #categoriesFilter > div > .category .subcategories > .category.active > a, #productsListPage #categoriesFilter > div > .category .subcategories > .category > a:hover, #productDetails #categoriesFilter > div > .category .subcategories > .category.active > a, #productDetails #categoriesFilter > div > .category .subcategories > .category > a:hover {
            font-weight: bold;
            color: #BC1C08; }
        #productsListPage #categoriesFilter > div > .category .subcategories .subcategories, #productDetails #categoriesFilter > div > .category .subcategories .subcategories {
          padding-top: 20px; }
          #productsListPage #categoriesFilter > div > .category .subcategories .subcategories > *:first-child, #productDetails #categoriesFilter > div > .category .subcategories .subcategories > *:first-child {
            margin-top: 20px; }
          #productsListPage #categoriesFilter > div > .category .subcategories .subcategories > .category, #productDetails #categoriesFilter > div > .category .subcategories .subcategories > .category {
            margin-bottom: 20px; }
            #productsListPage #categoriesFilter > div > .category .subcategories .subcategories > .category a, #productDetails #categoriesFilter > div > .category .subcategories .subcategories > .category a {
              color: #8B8B8B;
              font-size: 12px; }
            #productsListPage #categoriesFilter > div > .category .subcategories .subcategories > .category.active a, #productsListPage #categoriesFilter > div > .category .subcategories .subcategories > .category a:hover, #productDetails #categoriesFilter > div > .category .subcategories .subcategories > .category.active a, #productDetails #categoriesFilter > div > .category .subcategories .subcategories > .category a:hover {
              color: #C3AB91; }

#filters {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1); }
  #filters .productsCarousel {
    /*width: 100%;*/ }

#productDetails h5.hasOldPrice {
  color: #BC1C08; }
  #productDetails h5.hasOldPrice span {
    display: block !important; }
#productDetails h5.oldPrice {
  font-size: 22px;
  text-decoration: line-through;
  text-decoration-color: #BC1C08; }
  #productDetails h5.oldPrice span {
    display: block !important;
    text-decoration: line-through;
    text-decoration-color: #BC1C08; }

.pParams {
  font-size: 13px; }
