/* line 3, ../sass/framework/base/_base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/framework/base/_base.scss */
a {
  text-decoration: none;
}

/* line 13, ../sass/framework/base/_base.scss */
a img {
  border: none;
}

/* line 17, ../sass/framework/base/_base.scss */
img {
  display: block;
}

/* line 26, ../sass/framework/base/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* line 30, ../sass/framework/base/_base.scss */
*:focus {
  outline: none;
}

/* line 34, ../sass/framework/base/_base.scss */
textarea {
  resize: none;
  overflow: auto;
}

/* line 40, ../sass/framework/base/_base.scss */
html,
body {
  min-height: 100%;
}

/* line 44, ../sass/framework/base/_base.scss */
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  color: #464b4f;
  background-color: #fff;
}

/* line 2, ../sass/framework/base/_clearfix.scss */
.cf,
.clearfix {
  *zoom: 1;
}

/* line 9, ../sass/framework/base/_clearfix.scss */
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 15, ../sass/framework/base/_clearfix.scss */
.cf:after,
.clearfix:after {
  clear: both;
}

/* line 2, ../sass/framework/base/_floats.scss */
.alignleft,
.fl {
  float: left;
}

/* line 7, ../sass/framework/base/_floats.scss */
.alignright,
.fr {
  float: right;
}

/* line 11, ../sass/framework/base/_floats.scss */
.aligncenter {
  margin: 0 auto;
  display: block;
}

/* line 6, ../sass/framework/mixins/_grid.scss */
[class*=col-sm] {
  float: left;
}
/* line 9, ../sass/framework/mixins/_grid.scss */
[class*=col-sm].with-padding {
  padding-left: 12px;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-1 {
  width: 100px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-2 {
  width: 200px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-3 {
  width: 300px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-4 {
  width: 400px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-5 {
  width: 500px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-6 {
  width: 600px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-7 {
  width: 700px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-8 {
  width: 800px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-9 {
  width: 900px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-10 {
  width: 1000px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-11 {
  width: 1100px;
  max-width: 100%;
}

/* line 15, ../sass/framework/mixins/_grid.scss */
.col-sm-12 {
  width: 1200px;
  max-width: 100%;
}

/* line 2162, basic/*.png */
.basic-sprite {
  background: url('../img/basic-s758054cec5.png') no-repeat;
}

/* line 442, arrows/*.png */
.arrows-sprite {
  background: url('../img/arrows-sf5cea04f47.png') no-repeat;
}

/* line 370, calc/*.png */
.calc-sprite {
  background: url('../img/calc-sba240245b2.png') no-repeat;
}

@media (min-width: 320px) and (max-width: 1024px) {
  /* line 6, ../sass/responsive/_news.scss */
  #main .news-container,
  #main .news-item {
    padding-left: 4.375% !important;
    padding-right: 4.375% !important;
    box-sizing: border-box;
  }
  /* line 13, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li,
  #main .news-item {
    margin-top: 70px;
    width: 100%;
    float: none;
    padding: 0;
  }
  /* line 19, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li:first-child,
  #main .news-item:first-child {
    margin-top: 0;
  }
  /* line 23, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li .subtitle,
  #main .news-item .subtitle {
    font-size: 31px;
    margin-top: 15px;
  }
  /* line 30, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li .text-wrapper h3,
  #main .news-item .text-wrapper h3 {
    font-size: 23px;
    line-height: 28px;
  }
  /* line 34, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li .text-wrapper h3 a,
  #main .news-item .text-wrapper h3 a {
    font-size: 23px;
    line-height: 28px;
  }
  /* line 40, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li .text-wrapper p,
  #main .news-item .text-wrapper p {
    font-size: 17px;
    line-height: 27px;
  }
  /* line 44, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li .text-wrapper p a,
  #main .news-item .text-wrapper p a {
    clear: both;
    color: #2c3077;
    display: block;
    float: right;
    font-size: 20px;
    margin-top: 10px;
    text-align: right;
    width: 100%;
  }
  /* line 56, ../sass/responsive/_news.scss */
  #main .news-container .news-list ul li .text-wrapper .date,
  #main .news-item .text-wrapper .date {
    font-size: 15px;
    line-height: auto;
  }

  /* line 64, ../sass/responsive/_news.scss */
  #main .quick-nav {
    padding-left: 4.375%;
    padding-right: 4.375%;
  }
  /* line 68, ../sass/responsive/_news.scss */
  #main .quick-nav .subtitle {
    font-size: 31px;
    margin-top: 15px;
  }
  /* line 73, ../sass/responsive/_news.scss */
  #main .quick-nav .quick-nav-list ul li {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  /* line 79, ../sass/responsive/_news.scss */
  #main .quick-nav .quick-nav-list ul li .img-wrapper a img {
    width: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
  }

  /* line 88, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news {
    margin: 0;
    width: 100%;
  }
  /* line 92, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news {
    width: 100%;
  }
  /* line 97, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .img-wrapper {
    width: 40%;
    display: block;
    float: left;
    height: auto;
    min-height: 128px;
  }
  /* line 108, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .img-wrapper a img {
    width: 100%;
    height: auto;
  }
  /* line 114, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .text-wrapper {
    width: 60%;
    display: block;
    float: left;
    margin: 0;
    padding: 0 15px;
  }
  /* line 121, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .text-wrapper h3 {
    font-size: 21px;
    font-weight: 300;
  }
  /* line 126, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .text-wrapper p {
    display: none;
  }
  /* line 130, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .text-wrapper .date {
    color: #464b4f;
    font-size: 20px;
    font-weight: 300;
    display: block;
  }
  /* line 140, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination {
    margin-bottom: 95px;
    width: 100%;
  }
  /* line 144, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li {
    display: none;
  }
  /* line 149, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.next,
  #main div.content-wrapper div.content.news ul.pagination li.prev {
    display: block;
    float: left;
    width: 45%;
  }
  /* line 154, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.next a,
  #main div.content-wrapper div.content.news ul.pagination li.prev a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    padding: 14px 0;
    height: 54px;
    width: 100%;
  }
  /* line 165, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.next {
    float: right;
    border: 3px solid #e9283c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  /* line 170, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.next a {
    color: #e9283c;
    padding-right: 32px;
    text-align: right;
  }
  /* line 175, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.next a:before {
    right: 12px;
    top: 50%;
    margin-top: -11.5px;
    background-position: 0 -780px;
    width: 10px;
    height: 23px;
  }
  /* line 185, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.next:hover a {
    color: #e9283c;
  }
  /* line 190, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.prev {
    border: 3px solid #a9a9a9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  /* line 194, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.prev a {
    color: #a9a9a9;
    padding-left: 32px;
    text-align: left;
  }
  /* line 199, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.prev a:before {
    right: 12px;
    top: 50%;
    margin-top: -11.5px;
    background-position: 0 -735px;
    width: 10px;
    height: 23px;
  }
  /* line 209, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.pagination li.prev:hover a {
    color: #a9a9a9;
  }
}
@media (min-width: 320px) and (max-width: 1024px) and (max-width: 768px) {
  /* line 97, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .img-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 219, ../sass/responsive/_news.scss */
  #main div.content-wrapper div.content.news ul.news li .text-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  /* line 5, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content .post-content ul li {
    font-size: 21px;
    line-height: 28px;
    margin-top: 20px;
  }
  /* line 10, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content .post-content ul li:first-child {
    margin-top: 0;
  }
  /* line 15, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content .post-content ul.steps.steps4 {
    background: none;
  }
  /* line 18, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content .post-content ul.steps.steps4 li {
    width: 100%;
  }

  /* line 24, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post {
    margin: 0;
    width: 100%;
  }
  /* line 28, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post h1 {
    font-size: 28px;
    line-height: 1.25;
  }
  /* line 33, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post h2 {
    font-size: 23px;
    line-height: 30px;
  }
  /* line 38, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .btn-back {
    display: block;
    width: 100%;
    background: #e4e5e6;
    font-size: 18px;
    padding: 20px 20px 20px 65px;
    color: #2c3077;
    font-weight: 300;
    position: relative;
    margin: 25px 0;
  }
  /* line 49, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .btn-back:before {
    background-position: 0 -709px;
    width: 9px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -12px;
    position: absolute;
    content: " ";
    left: 25px;
  }
  /* line 62, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .date {
    display: none;
  }
  /* line 66, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .post-content {
    border-top: 0;
  }
  /* line 69, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .post-content p {
    font-size: 18px;
    line-height: 25px;
  }
  /* line 74, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .post-content .post-slider {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  /* line 79, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .post-content .post-slider .slider {
    margin: 0 auto;
  }
  /* line 83, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .post-content .post-slider .carousel {
    display: none;
  }
  /* line 92, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons .print {
    display: none;
  }
  /* line 96, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  /* line 102, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li {
    float: left;
    margin-left: 18px;
  }
  /* line 106, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li:first-child {
    margin-left: 0px;
  }
  /* line 110, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li a {
    display: block;
    width: 79px;
    height: 79px;
    transition: all ease 0.3s;
    zoom: 0.60;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    margin-right: -29px;
    margin-bottom: -29px;
  }
  /* line 122, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li.facebook a {
    background-position: 0 -6217px;
  }
  /* line 125, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li.facebook a:hover {
    background-position: 0 -6301px;
  }
  /* line 130, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li.twitter a {
    background-position: 0 -5766px;
  }
  /* line 133, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li.twitter a:hover {
    background-position: 0 -5850px;
  }
  /* line 138, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li.gplus a {
    background-position: 0 -5087px;
  }
  /* line 141, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li.gplus a:hover {
    background-position: 0 -5171px;
  }
  /* line 146, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .social-icons ul.social-navigation li .details {
    width: 100%;
  }
  /* line 154, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation {
    border-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  /* line 159, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a {
    display: none;
  }
  /* line 164, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a.next,
  #main div.content-wrapper div.content.post .blog-navigation a.prev {
    display: block;
    float: left;
    width: 45%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 23px;
    font-weight: 600;
    padding: 15px 0;
  }
  /* line 174, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a.next {
    float: right;
    border: 3px solid #e9283c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #e9283c;
  }
  /* line 180, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a.next:before {
    right: 15px;
    top: 50%;
    margin-top: -11.5px;
    background-position: 0 -780px;
    width: 10px;
    height: 23px;
  }
  /* line 189, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a.next:hover {
    color: #fff;
    background: #e9283c;
  }
  /* line 195, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a.prev {
    border: 3px solid #a9a9a9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #a9a9a9;
  }
  /* line 200, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a.prev:before {
    left: 15px;
    top: 50%;
    margin-top: -11.5px;
    background-position: 0 -735px;
    width: 10px;
    height: 23px;
  }
  /* line 209, ../sass/responsive/_post.scss */
  #main div.content-wrapper div.content.post .blog-navigation a.prev:hover {
    background: #a9a9a9;
    color: #fff;
  }
}
@media all and (max-width: 1024px) {
  /* line 3, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page {
    margin: 0;
    width: 100%;
  }
  /* line 7, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .right {
    display: none;
  }
  /* line 13, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .post-content .nav-points {
    margin: 0;
    width: 100%;
  }
  /* line 18, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .post-content .nav-points .first-row,
  #main div.content-wrapper div.content.contact-page .post-content .nav-points .second-row {
    border: 0 !important;
  }
  /* line 23, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .post-content .nav-points .left-col,
  #main div.content-wrapper div.content.contact-page .post-content .nav-points .right-col {
    border: 1px solid #e4e5e6 !important;
    width: 100% !important;
    float: none;
    margin: 0;
  }
  /* line 32, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .post-content .nav-points .first-row .left-col,
  #main div.content-wrapper div.content.contact-page .post-content .nav-points .first-row .right-col {
    margin-bottom: 30px;
  }
  /* line 37, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .post-content .nav-points .second-row .right-col {
    margin: 25px 0 0 0;
  }
  /* line 44, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .subtitle {
    margin-top: 20px;
    display: block;
  }
  /* line 49, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page .contact-page-bg {
    display: none;
  }
  /* line 53, ../sass/responsive/_contact_page.scss */
  #main div.content-wrapper div.content.contact-page h1 {
    display: none;
  }

  /* line 58, ../sass/responsive/_contact_page.scss */
  #main .content-wrapper.full-contact .content.contact-page .post-content .nav-points {
    width: 100% !important;
  }

  /* line 62, ../sass/responsive/_contact_page.scss */
  .office-map {
    width: 100%;
    height: 520px;
  }
  /* line 67, ../sass/responsive/_contact_page.scss */
  .office-map .left,
  .office-map .right {
    width: 100%;
    float: none;
  }
  /* line 71, ../sass/responsive/_contact_page.scss */
  .office-map .left > h2,
  .office-map .right > h2 {
    display: none;
  }
  /* line 76, ../sass/responsive/_contact_page.scss */
  .office-map .left {
    clear: both;
    height: auto;
  }
  /* line 80, ../sass/responsive/_contact_page.scss */
  .office-map .left form {
    padding: 10px 25px 25px 25px;
    display: block;
    float: left;
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 !important;
    background: #EBECED;
  }
  /* line 90, ../sass/responsive/_contact_page.scss */
  .office-map .left form #find-bok-popup-form-msg {
    display: block;
    float: left;
  }
  /* line 95, ../sass/responsive/_contact_page.scss */
  .office-map .left form .field.zip-code {
    display: block;
    float: left;
    margin: 0 auto;
    min-width: 130px;
    position: relative;
    width: 40%;
  }
  /* line 103, ../sass/responsive/_contact_page.scss */
  .office-map .left form .field.zip-code label {
    color: #464b4f;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
  }
  /* line 111, ../sass/responsive/_contact_page.scss */
  .office-map .left form .field.zip-code input[type=text] {
    font-size: 20px;
    min-width: 80px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  /* line 120, ../sass/responsive/_contact_page.scss */
  .office-map .left form button.btn {
    border: 0 none;
    display: block;
    float: left;
    margin: 38px auto 0 10px;
    min-width: 85px;
    padding: 0;
    text-align: center;
    width: 20%;
  }
  /* line 133, ../sass/responsive/_contact_page.scss */
  .office-map .right {
    height: 100%;
  }

  /* line 140, ../sass/responsive/_contact_page.scss */
  #main .content-wrapper.full-contact .post-content {
    clear: both;
  }
  /* line 144, ../sass/responsive/_contact_page.scss */
  #main .content-wrapper.full-contact aside.right {
    position: static;
    float: left;
    width: 100%;
  }
  /* line 150, ../sass/responsive/_contact_page.scss */
  #main .content-wrapper.full-contact .column {
    display: block;
    float: left;
    margin-left: 0 !important;
    width: 100%;
  }
  /* line 156, ../sass/responsive/_contact_page.scss */
  #main .content-wrapper.full-contact .column a.element {
    border: none !important;
    width: 100% !important;
  }
  /* line 161, ../sass/responsive/_contact_page.scss */
  #main .content-wrapper.full-contact .column:first-child {
    margin-top: 15px;
  }
  /* line 166, ../sass/responsive/_contact_page.scss */
  #main .content-wrapper.full-contact .content.contact-page .contact-links {
    clear: both;
  }
}
@media all and (max-width: 1024px) {
  /* line 5, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view {
    margin-top: 20px;
  }
  /* line 8, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left {
    width: 100%;
    height: 300px;
    margin-right: 0;
    padding: 20px;
  }
  /* line 14, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left img.bg-image {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  /* line 25, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .right {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    margin-left: 0;
    padding: 20px;
  }
  /* line 34, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left,
  #main div.content-wrapper div.content.contact-numbers .block-view .right {
    min-height: auto !important;
    float: none;
  }
  /* line 38, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left .details,
  #main div.content-wrapper div.content.contact-numbers .block-view .right .details {
    padding: 0;
  }

  /* line 45, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers {
    width: 100%;
  }
  /* line 48, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .widget-helpline .section {
    float: none;
    width: 100%;
    height: auto;
  }

  /* line 55, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .phone-numbers ul li {
    position: relative;
    width: 100%;
    height: 150px;
    border-top: 1px solid #bfc2c4;
    border-left: 0;
  }
  /* line 62, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .phone-numbers ul li:first-child {
    border: 0;
  }
  /* line 66, ../sass/responsive/_contact_numbers.scss */
  #main div.content-wrapper div.content.contact-numbers .phone-numbers ul li .align-element {
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* line 77, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile {
    margin-top: 50px;
  }
  /* line 80, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile h3.section {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #464b4f;
  }
  /* line 92, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .back-btn-container .btn-back {
    display: block;
    width: 100%;
    background: #e4e5e6;
    font-size: 25px;
    padding: 20px 20px 20px 65px;
    color: #2c3077;
    font-weight: 300;
    position: relative;
    margin: 25px 0;
  }
  /* line 103, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .back-btn-container .btn-back:before {
    background-position: 0 -709px;
    width: 9px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -12px;
    position: absolute;
    content: " ";
    left: 25px;
  }
  /* line 117, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile ul.phone-numbers-mobile {
    padding: 0;
  }
  /* line 120, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile ul.phone-numbers-mobile li {
    padding: 20px 0;
    border-top: 1px solid #E4E5E6;
    list-style: none;
  }
  /* line 125, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile ul.phone-numbers-mobile li:first-child {
    border: 0;
  }
  /* line 129, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile ul.phone-numbers-mobile li .description {
    display: block;
    font-weight: 300;
    color: #464b4f;
    font-size: 20px;
  }
  /* line 136, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile ul.phone-numbers-mobile li .value {
    display: block;
    color: #0098e7;
    font-size: 25px;
    font-weight: 300;
  }
  /* line 147, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list h3 {
    padding: 0 20px;
  }
  /* line 153, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list .accordion-content h4 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px 0;
    font-weight: 600;
    color: #464b4f;
  }
  /* line 162, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list .accordion-content ul {
    list-style: none;
  }
  /* line 165, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list .accordion-content ul li {
    padding: 20px 0;
  }
  /* line 168, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list .accordion-content ul li span {
    display: block;
  }
  /* line 172, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list .accordion-content ul li .phone {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }
  /* line 177, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list .accordion-content ul li .phone .smaller {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 300;
  }
  /* line 184, ../sass/responsive/_contact_numbers.scss */
  #main .phone-numbers-mobile .phone-list .accordion-content ul li .mail {
    font-size: 25px;
    line-height: 30px;
    color: #2f2c71;
    font-weight: 300;
  }
  /* line 196, ../sass/responsive/_contact_numbers.scss */
  #main h3 {
    font-size: 22px;
    line-height: 29px;
  }
  /* line 201, ../sass/responsive/_contact_numbers.scss */
  #main p {
    font-weight: 300;
  }
  /* line 204, ../sass/responsive/_contact_numbers.scss */
  #main p.disable-map__info {
    width: 100%;
    padding-top: 15px;
    float: left;
  }
  /* line 213, ../sass/responsive/_contact_numbers.scss */
  #main form p.asterix-info {
    height: auto;
    font-size: 16px;
  }
  /* line 220, ../sass/responsive/_contact_numbers.scss */
  #main form .field label {
    font-size: 18px;
  }
  /* line 224, ../sass/responsive/_contact_numbers.scss */
  #main form .field.radio-wrapper .radio-field label {
    font-size: 18px;
  }
  /* line 228, ../sass/responsive/_contact_numbers.scss */
  #main form .field div.uploader {
    min-height: 55px;
  }
  /* line 231, ../sass/responsive/_contact_numbers.scss */
  #main form .field div.uploader span.action {
    font-size: 17px;
    line-height: 48px;
    height: 50px;
  }
  /* line 239, ../sass/responsive/_contact_numbers.scss */
  #main form button.btn {
    height: 55px;
    font-size: 18px;
    line-height: 49px;
  }
  /* line 250, ../sass/responsive/_contact_numbers.scss */
  #main .post-content form p.asterix-info {
    height: auto;
    font-size: 16px;
  }
  /* line 257, ../sass/responsive/_contact_numbers.scss */
  #main .post-content form .field label {
    font-size: 18px;
  }
  /* line 261, ../sass/responsive/_contact_numbers.scss */
  #main .post-content form .field.radio-wrapper .radio-field label {
    font-size: 18px;
  }
  /* line 265, ../sass/responsive/_contact_numbers.scss */
  #main .post-content form .field div.uploader {
    min-height: 55px;
  }
  /* line 268, ../sass/responsive/_contact_numbers.scss */
  #main .post-content form .field div.uploader span.action {
    font-size: 17px;
    line-height: 48px;
    height: 50px;
  }
  /* line 276, ../sass/responsive/_contact_numbers.scss */
  #main .post-content form button.btn {
    height: 55px;
    font-size: 18px;
    line-height: 49px;
  }
  /* line 283, ../sass/responsive/_contact_numbers.scss */
  #main .post-content .nav-points {
    margin: 0;
    width: 100%;
  }
  /* line 288, ../sass/responsive/_contact_numbers.scss */
  #main .post-content .nav-points .first-row,
  #main .post-content .nav-points .second-row {
    border: 0 !important;
  }
  /* line 293, ../sass/responsive/_contact_numbers.scss */
  #main .post-content .nav-points .left-col,
  #main .post-content .nav-points .right-col {
    border: 1px solid #e4e5e6 !important;
    width: 45.3125% !important;
  }
  /* line 298, ../sass/responsive/_contact_numbers.scss */
  #main .post-content .nav-points .right-col {
    margin-left: 30px;
  }
  /* line 304, ../sass/responsive/_contact_numbers.scss */
  #main .post-content .nav-points .second-row .left-col,
  #main .post-content .nav-points .second-row .right-col {
    margin-top: 30px;
  }
  /* line 313, ../sass/responsive/_contact_numbers.scss */
  #main .contact-links .column {
    width: 100%;
    margin: 0;
    border: 0;
  }
  /* line 318, ../sass/responsive/_contact_numbers.scss */
  #main .contact-links .column a.element {
    height: 100px;
    font-size: 30px;
    border: 0;
    border-top: 1px solid #d2d4d6;
    width: 100%;
    padding-top: 30px;
  }
  /* line 326, ../sass/responsive/_contact_numbers.scss */
  #main .contact-links .column a.element:first-child {
    border-top: 1px solid #d2d4d6;
  }
  /* line 330, ../sass/responsive/_contact_numbers.scss */
  #main .contact-links .column a.element:after {
    background-position: 0 -685px;
    width: 9px;
    height: 22px;
  }
  /* line 337, ../sass/responsive/_contact_numbers.scss */
  #main .contact-links .column:first-child {
    margin: 0;
  }
  /* line 340, ../sass/responsive/_contact_numbers.scss */
  #main .contact-links .column:first-child a.element:first-child {
    border-top: 0;
  }
  /* line 346, ../sass/responsive/_contact_numbers.scss */
  #main .contact-links .marked-info {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  /* line 3, ../sass/responsive/_product.scss */
  #main .row .content-wrapper {
    margin: 2.1875% auto 2.1875% 4.375%;
    width: 91.25%;
  }

  /* line 8, ../sass/responsive/_product.scss */
  #main .single-offer {
    max-height: none !important;
    min-height: none !important;
    padding-bottom: 20px !important;
  }
  /* line 13, ../sass/responsive/_product.scss */
  #main .single-offer .left {
    width: 100%;
    float: none;
    max-height: none !important;
    min-height: none;
  }
  /* line 19, ../sass/responsive/_product.scss */
  #main .single-offer .left p {
    max-height: none !important;
    padding-bottom: 20px !important;
  }
  /* line 25, ../sass/responsive/_product.scss */
  #main .single-offer .right {
    display: none;
  }

  /* line 30, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin {
    margin: 0;
    width: 100%;
  }
  /* line 34, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container {
    float: none;
  }
  /* line 37, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .contact-box {
    display: none;
  }
  /* line 41, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .custom-tabs .custom-tabs-nav li.active a {
    background: #129EE6;
  }
  /* line 44, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .custom-tabs .custom-tabs-nav li.active a .triangle-down {
    display: none;
  }
  /* line 54, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.energy-area,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.network-name,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.business-type {
    padding-top: 45px;
    width: 100%;
  }
  /* line 58, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section:first-child,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.energy-area:first-child,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.network-name:first-child,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.business-type:first-child {
    padding-top: 0;
  }
  /* line 62, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section .field .radio-field,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.energy-area .field .radio-field,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.network-name .field .radio-field,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.business-type .field .radio-field {
    float: left;
  }
  /* line 65, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section .field .radio-field:first-child,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.energy-area .field .radio-field:first-child,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.network-name .field .radio-field:first-child,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.business-type .field .radio-field:first-child {
    padding-right: 35px;
  }
  /* line 69, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section .field .radio-field label,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.energy-area .field .radio-field label,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.network-name .field .radio-field label,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.business-type .field .radio-field label {
    font-size: 18px;
  }
  /* line 73, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section .field .radio-field .map-button,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.energy-area .field .radio-field .map-button,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.network-name .field .radio-field .map-button,
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.business-type .field .radio-field .map-button {
    position: static;
    margin: 8px 0 20px 49px;
  }
  /* line 80, ../sass/responsive/_product.scss */
  #main div.content-wrapper .content.full-width.no-margin .offerfiltercompany-container .filters .section.network-name {
    margin-top: 15px;
  }

  /* line 87, ../sass/responsive/_product.scss */
  .post-content {
    margin: 0;
    width: 100%;
  }
  /* line 91, ../sass/responsive/_product.scss */
  .post-content .description {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
  /* line 98, ../sass/responsive/_product.scss */
  .post-content .offer-bg {
    position: static;
    width: 150%;
    height: 150%;
    min-width: 800px;
    margin-left: -300px;
  }
  /* line 106, ../sass/responsive/_product.scss */
  .post-content .discount-circle {
    top: inherit;
    left: 0;
    width: 170px;
    height: 170px;
  }
  /* line 112, ../sass/responsive/_product.scss */
  .post-content .discount-circle span {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 116, ../sass/responsive/_product.scss */
  .post-content .discount-circle span.bigger {
    font-size: 55px;
    line-height: 100px;
  }
  /* line 122, ../sass/responsive/_product.scss */
  .post-content .discount-circle .border {
    width: 190px;
    height: 190px;
  }
  /* line 128, ../sass/responsive/_product.scss */
  .post-content .ticked-list li {
    font-size: 30px;
    line-height: 50px;
  }
  /* line 132, ../sass/responsive/_product.scss */
  .post-content .ticked-list li:before {
    margin: 15px 20px 0 0;
    background-position: 0 -13927px;
    width: 27px;
    height: 19px;
  }

  /* line 141, ../sass/responsive/_product.scss */
  #main .contact-box {
    clear: both;
    display: block;
    height: auto;
    line-height: 0;
    margin: 30px 0 35px;
    padding: 20px;
    width: 100%;
  }
  /* line 150, ../sass/responsive/_product.scss */
  #main .contact-box p {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  /* line 156, ../sass/responsive/_product.scss */
  #main .contact-box .button-container {
    display: block;
    width: 100%;
  }
  /* line 160, ../sass/responsive/_product.scss */
  #main .contact-box .button-container a.btn {
    margin: 20px auto;
    min-width: 185px;
    width: 50%;
  }

  /* line 170, ../sass/responsive/_product.scss */
  .boxed .savings {
    width: 100%;
  }
  /* line 173, ../sass/responsive/_product.scss */
  .boxed .savings .subtitle {
    font-size: 40px;
  }
  /* line 177, ../sass/responsive/_product.scss */
  .boxed .savings p {
    font-size: 21px;
  }
  /* line 181, ../sass/responsive/_product.scss */
  .boxed .savings .overall {
    width: 100%;
  }
  /* line 184, ../sass/responsive/_product.scss */
  .boxed .savings .overall .right-col {
    width: 100%;
  }
  /* line 187, ../sass/responsive/_product.scss */
  .boxed .savings .overall .right-col .saving {
    display: block;
    float: left;
    font-size: 21px;
    line-height: 60px;
  }
  /* line 194, ../sass/responsive/_product.scss */
  .boxed .savings .overall .right-col .price {
    display: block;
    float: right;
  }
  /* line 207, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.grey, .boxed .savings .savings-table .row.blue, .boxed .savings .savings-table .row.overall {
    height: auto;
    line-height: 0;
  }
  /* line 214, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.grey .left-col > span,
  .boxed .savings .savings-table .row.grey .right-col > span, .boxed .savings .savings-table .row.blue .left-col > span,
  .boxed .savings .savings-table .row.blue .right-col > span, .boxed .savings .savings-table .row.overall .left-col > span,
  .boxed .savings .savings-table .row.overall .right-col > span {
    display: block;
    padding: 10px 0;
  }
  /* line 224, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.overall .left-col,
  .boxed .savings .savings-table .row.overall .right-col {
    line-height: 0;
    width: 50%;
  }
  /* line 230, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.blue {
    vertical-align: middle;
    width: 100%;
  }
  /* line 234, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.blue .left-col {
    position: relative;
  }
  /* line 237, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.blue .left-col span:first-child {
    display: block;
    float: left;
  }
  /* line 242, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.blue .left-col .fix-price-button {
    height: auto;
    text-align: center;
    float: left;
    display: block;
    line-height: 15px;
    padding: 5px;
    margin: 15px 0 15px 15px;
  }
  /* line 253, ../sass/responsive/_product.scss */
  .boxed .savings .savings-table .row.blue.sum-up {
    background: #3c3f76;
  }
  /* line 261, ../sass/responsive/_product.scss */
  .boxed .additional-asset {
    width: 100%;
    margin-top: 50px;
  }
  /* line 265, ../sass/responsive/_product.scss */
  .boxed .additional-asset .big-title {
    font-size: 32px;
    margin-top: 45px;
    display: block;
  }
  /* line 273, ../sass/responsive/_product.scss */
  .boxed .additional-asset .info-blocks .block {
    position: relative;
    padding-right: 105px;
    height: auto;
    width: 100%;
  }
  /* line 279, ../sass/responsive/_product.scss */
  .boxed .additional-asset .info-blocks .block.smaller {
    width: 100%;
    height: auto;
  }
  /* line 284, ../sass/responsive/_product.scss */
  .boxed .additional-asset .info-blocks .block p {
    font-size: 30px;
    padding-left: 10px;
  }
  /* line 289, ../sass/responsive/_product.scss */
  .boxed .additional-asset .info-blocks .block .ico {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
  }
  /* line 298, ../sass/responsive/_product.scss */
  .boxed .additional-asset a {
    font-size: 20px;
    margin-top: 20px;
    float: none;
    top: none;
    left: none;
    text-align: center;
  }
  /* line 306, ../sass/responsive/_product.scss */
  .boxed .additional-asset a:before {
    background-position: 0 -685px;
    width: 9px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: -10px;
  }
  /* line 315, ../sass/responsive/_product.scss */
  .boxed .additional-asset a:hover {
    text-decoration: none;
  }
  /* line 321, ../sass/responsive/_product.scss */
  .boxed .subtitle {
    font-size: 40px;
  }

  /* line 326, ../sass/responsive/_product.scss */
  .sep {
    display: none;
  }

  /* line 332, ../sass/responsive/_product.scss */
  .table-text span {
    font-weight: 300;
  }
  /* line 336, ../sass/responsive/_product.scss */
  .table-text .smaller {
    display: block;
    font-size: 15px;
    margin: 0;
    line-height: 40px;
  }

  /* line 346, ../sass/responsive/_product.scss */
  .offer-container .radio-wrapper {
    width: 100%;
  }
  /* line 349, ../sass/responsive/_product.scss */
  .offer-container .radio-wrapper .radio-field {
    float: left;
    width: 100%;
  }
  /* line 353, ../sass/responsive/_product.scss */
  .offer-container .radio-wrapper .radio-field label {
    padding-left: 25px;
    font-weight: 300;
    font-size: 25px;
    line-height: 22px;
    color: #464b4f;
  }
  /* line 361, ../sass/responsive/_product.scss */
  .offer-container .radio-wrapper .radio-field.is-checked label {
    font-weight: 600;
  }
  /* line 365, ../sass/responsive/_product.scss */
  .offer-container .radio-wrapper .radio-field .radio {
    line-height: 34px;
  }
  /* line 371, ../sass/responsive/_product.scss */
  .offer-container .offer-table {
    width: 100%;
  }
  /* line 376, ../sass/responsive/_product.scss */
  .offer-container .offer-table tbody .table-row {
    width: 100%;
  }
  /* line 379, ../sass/responsive/_product.scss */
  .offer-container .offer-table tbody .table-row td {
    font-size: 16px;
    width: 25%;
  }
  /* line 383, ../sass/responsive/_product.scss */
  .offer-container .offer-table tbody .table-row td.set {
    text-align: center;
    padding: 0;
  }
  /* line 387, ../sass/responsive/_product.scss */
  .offer-container .offer-table tbody .table-row td.set span {
    float: none;
    font-size: 16px;
  }
  /* line 391, ../sass/responsive/_product.scss */
  .offer-container .offer-table tbody .table-row td.set span.smaller i.help {
    margin: 0 auto;
    float: none;
  }
  /* line 400, ../sass/responsive/_product.scss */
  .offer-container .offer-table tbody .latest-offer td:first-child {
    text-align: center;
    padding: 0;
  }

  /* line 413, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .offers .single-offer {
    max-height: none !important;
    min-height: none !important;
  }
  /* line 417, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .offers .single-offer .left {
    width: 100%;
    float: none;
    max-height: none !important;
    min-height: none;
  }
  /* line 423, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .offers .single-offer .left p {
    max-height: none;
  }
  /* line 427, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .offers .single-offer .left .more {
    margin-top: 20px;
    position: static;
    font-size: 16px;
  }
  /* line 433, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .offers .single-offer .left ul.info {
    display: none !important;
  }
  /* line 438, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .offers .single-offer .right {
    display: none;
  }
  /* line 444, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart img.product-cart-bg {
    position: relative;
    width: 100%;
    top: -22px;
  }
  /* line 450, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .product-desc {
    width: 100%;
    min-height: 150px;
  }
  /* line 454, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .product-desc h3 {
    width: 66%;
    font-size: 30px;
    font-weight: 600;
  }
  /* line 460, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .product-desc p {
    font-size: 30px;
    line-height: 40px;
    color: #464b4f;
  }
  /* line 467, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart h3.subtitle {
    margin-top: 34px;
    font-weight: 600;
    font-size: 30px;
  }
  /* line 477, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav {
    width: 100%;
  }
  /* line 480, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li {
    margin-top: 50px;
    box-shadow: 0px 0px 7px #b6b6b6;
    border: 1px solid #c8c9cb;
    display: block;
    width: 100%;
    padding: 0;
    height: auto !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden;
  }
  /* line 495, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .box-body {
    height: 0;
    transition: height 0.3s;
  }
  /* line 500, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li h3 {
    color: #464b4f;
    height: auto;
  }
  /* line 507, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li p {
    padding: 20px;
    margin: 0 20px;
    border-top: 1px solid #bfc2c4;
  }
  /* line 521, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li ul li {
    border: 0 none;
    box-shadow: none;
  }
  /* line 526, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li:first-child {
    margin-top: 0;
  }
  /* line 530, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li:before {
    border: 0 !important;
  }
  /* line 534, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active {
    box-shadow: 0px 0px 7px #b6b6b6;
    color: #464b4f;
    padding-top: 38px;
    position: relative;
    background-color: #129ee6;
    padding: 0;
    top: 0;
  }
  /* line 558, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active h3 {
    color: #fff;
  }
  /* line 562, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .details {
    padding: 20px 20px 20px 20px;
    height: 64px;
  }
  /* line 568, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .details .roll,
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .details .unroll {
    padding-right: 30px;
    color: #e9283c;
  }
  /* line 573, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .details .roll {
    display: none;
  }
  /* line 577, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .details:before {
    content: "";
    display: block;
    background-position: 0 -673px;
    width: 23px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
  /* line 590, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active:after {
    background: none;
  }
  /* line 595, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .ico-wrapper {
    height: 56px;
  }
  /* line 599, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .ico-wrapper i.ico {
    display: block;
    margin: 0 auto;
  }
  /* line 603, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .ico-wrapper i.ico.outlet {
    background-position: 0 -12373px;
    width: 58px;
    height: 56px;
  }
  /* line 609, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .ico-wrapper i.ico.moon {
    background-position: 0 -11816px;
    width: 79px;
    height: 63px;
  }
  /* line 615, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .ico-wrapper i.ico.star {
    background-position: 0 -7235px;
    width: 62px;
    height: 67px;
  }
  /* line 623, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li span.details {
    width: 75%;
    height: auto;
    border: 3px solid #e9283c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #e9283c;
    font-size: 23px;
    line-height: auto;
    padding: 20px 20px 20px 20px;
  }
  /* line 634, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li span.details .roll,
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li span.details .unroll {
    padding-right: 30px;
    color: #e9283c;
  }
  /* line 639, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li span.details:before {
    content: "";
    display: block;
    background-position: 0 -673px;
    width: 23px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
  }
  /* line 651, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li span.details:hover {
    color: #e9283c;
  }
  /* line 656, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li span.details .roll {
    display: none;
  }
  /* line 660, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li span.details .unroll {
    display: block;
  }
  /* line 666, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .ui-accordion-content {
    padding: 0;
  }
  /* line 672, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container {
    text-align: left;
  }
  /* line 675, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container h4 {
    margin: 30px 0 12px 0;
    padding: 0;
    display: block;
    color: #464b4f;
    font-size: 25px;
    font-weight: 600;
  }
  /* line 684, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container p {
    margin: 30px 0;
    padding: 0;
    color: #464b4f;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    border: 0;
  }
  /* line 694, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .btn {
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 23px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    width: 50%;
    padding: 0 30px 0 0;
    min-height: none;
    height: 60px;
    line-height: 60px;
    background-color: #e9283c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  /* line 712, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .btn:after {
    content: "";
    display: block;
    background-position: 0 -867px;
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 16px;
    border: 0;
  }
  /* line 725, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .btn:before {
    border: 0;
  }
  /* line 729, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .btn:hover {
    background-color: #ad1a2a;
  }
  /* line 734, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .for-who {
    width: 100%;
    padding: 0 35px 35px 35px;
    background: #ebeced;
  }
  /* line 741, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees {
    padding: 0 20px 20px 20px;
    margin-top: -2px;
    margin-bottom: 40px;
    background-color: #EBECED;
  }
  /* line 747, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees h4.title {
    margin: 2px 0 18px 0;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #464b4f;
  }
  /* line 756, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees span.info {
    font-size: 20px;
    font-weight: 300;
    color: #464b4f;
    font-style: italic;
  }
  /* line 763, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs {
    display: block;
    margin: 0;
    padding: 7px 0 0 0;
    list-style: none;
  }
  /* line 769, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li {
    position: relative;
    box-shadow: none;
    background: none !important;
    border: 0;
    padding: 25px 0 12px 0;
    border-top: 1px solid #bfc2c4;
  }
  /* line 777, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li:first-child {
    border-top: none;
  }
  /* line 781, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .color {
    position: absolute;
    left: 0;
    top: 26px;
  }
  /* line 786, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .color span {
    display: block;
    width: 19px;
    height: 19px;
    margin-top: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  /* line 795, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .description {
    padding-left: 40px;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #464b4f;
  }
  /* line 804, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .description h4 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }
  /* line 812, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .description p {
    margin: 10px 0;
  }
  /* line 816, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .description h4 + p {
    margin: 0 0 10px 0;
  }
  /* line 820, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .description ul {
    display: block;
    padding-left: 22px;
    margin: 10px 0;
    list-style-type: disc;
  }
  /* line 826, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .description ul li {
    padding: 10px 0;
    border: 0;
    box-shadow: none;
    background: none !important;
    margin: 5px 0;
  }
  /* line 836, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .price {
    padding-left: 40px;
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #464b4f;
  }
  /* line 843, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .price p {
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }
  /* line 850, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees ul.tariffs > li .price p span {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
  }
  /* line 862, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper {
    border-top: 1px solid #bfc2c4;
    padding: 26px 0 35px 0;
  }
  /* line 866, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper:first-child {
    border-top: none;
  }
  /* line 870, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper p {
    margin: 0;
  }
  /* line 874, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph {
    width: 100%;
    height: 25px;
    margin-top: 37px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    font-size: 0;
  }
  /* line 882, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph a {
    height: 25px !important;
  }
  /* line 886, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph:before {
    border: 0;
    content: "00:00";
    font-size: 13px;
    font-weight: 300;
    color: #464b4f;
    position: absolute;
    left: -16px;
    bottom: 21px;
  }
  /* line 897, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph:after {
    content: "";
    font-size: 13px;
    font-weight: 300;
    color: #464b4f;
    position: absolute;
    right: -16px;
    bottom: 21px;
  }
  /* line 907, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours {
    height: 30px;
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
  }
  /* line 916, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours.width-1 {
    width: 20%;
  }
  /* line 916, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours.width-2 {
    width: 40%;
  }
  /* line 916, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours.width-3 {
    width: 60%;
  }
  /* line 916, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours.width-4 {
    width: 80%;
  }
  /* line 916, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours.width-5 {
    width: 100%;
  }
  /* line 921, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours span {
    font-size: 13px;
    font-weight: 300;
    color: #464b4f;
    position: absolute;
    bottom: -27px;
    right: -16px;
  }
  /* line 930, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours:before {
    border: 0;
  }
  /* line 934, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours:first-child {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
  }
  /* line 938, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours:last-child {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
  }
  /* line 942, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .table-of-fees .graph-of-tariffs .graph-wrapper .graph .hours:only-child {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  /* line 951, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs {
    margin-top: 0;
  }
  /* line 956, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion h3 {
    padding: 0 20px;
    font-size: 30px;
    font-weight: 300;
    color: #2f2c71;
    background: #ebeced;
    position: relative;
  }
  /* line 964, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion h3:after {
    content: "";
    display: block;
    background-position: 0 -645px;
    width: 34px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
  }
  /* line 977, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content {
    padding-top: 14px;
    margin-top: -14px;
  }
  /* line 981, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content li {
    background: none !important;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  /* line 987, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content li a {
    border: 0;
    display: block;
  }
  /* line 993, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner {
    padding-bottom: 30px;
  }
  /* line 996, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner .files {
    padding: 0;
  }
  /* line 999, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner .files h4 {
    margin-top: 0;
  }
  /* line 1009, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner .files ol li ul li {
    display: inline-block;
  }
  /* line 1012, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner .files ol li ul li a {
    text-align: left;
    background-color: none;
    box-shadow: none;
    padding: 0;
    height: auto;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #2f2c71;
    display: inline-block;
  }
  /* line 1024, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner .files ol li ul li a:before {
    border: 0;
    width: auto;
  }
  /* line 1030, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner .files ol li ul li:active {
    background-color: none;
  }
  /* line 1039, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content .tab-inner .files ul {
    display: block;
  }
  /* line 1046, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content div {
    padding: 0 20px;
  }
  /* line 1049, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content div > h4 {
    font-size: 20px;
    font-weight: 600;
  }
  /* line 1054, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content div > p {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
  }
  /* line 1060, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content div a.btn {
    text-align: center;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px 10px 0px;
    position: relative;
    width: 70%;
    height: 60px;
    line-height: 60px;
  }
  /* line 1078, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content span.tel {
    color: #464b4f;
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 20px;
  }
  /* line 1085, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content span.tel.with-icon {
    padding-left: 35px;
    position: relative;
  }
  /* line 1089, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .accordion-toggle-container .custom-tabs .accordion .accordion-content span.tel.with-icon:before {
    content: "";
    display: block;
    background-position: 0 -1735px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
  }
  /* line 1109, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .ui-state-active .roll {
    display: block;
  }
  /* line 1113, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li .accordion-toggle .ui-state-active .unroll {
    display: none;
  }
  /* line 1123, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special .tab-content .single-offer {
    min-height: auto;
    max-height: auto;
  }
  /* line 1128, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special .tab-content .for-who {
    width: 45%;
  }

  /* line 1138, ../sass/responsive/_product.scss */
  #main .single-offer .left p {
    line-height: auto !important;
  }
  /* line 1142, ../sass/responsive/_product.scss */
  #main .single-offer .left ul.info {
    display: none !important;
  }

  /* line 1149, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .additional-asset .big-title {
    color: #464b4f;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin: 35px 0;
  }
  /* line 1157, ../sass/responsive/_product.scss */
  #main .content-wrapper .custom-tabs ul.custom-tabs-nav li.active a {
    background: none;
  }
  /* line 1161, ../sass/responsive/_product.scss */
  #main .content-wrapper .custom-tabs > .r-tabs-accordion-title {
    display: none;
  }
  /* line 1165, ../sass/responsive/_product.scss */
  #main .content-wrapper .tab-inner > div > p {
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
  }

  /* line 1172, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav > li.active span.details:before {
    content: "";
    display: block;
    background-position: 0 -673px;
    width: 23px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
  }

  /* line 1184, ../sass/responsive/_product.scss */
  #main .content-wrapper .filters .section.energy-area .radio-wrapper {
    padding-left: 0;
  }

  /* line 1190, ../sass/responsive/_product.scss */
  #main .single-offer .left p {
    max-height: none;
    margin-bottom: 0px;
  }
  /* line 1195, ../sass/responsive/_product.scss */
  #main .single-offer .left a.more {
    position: static;
  }

  /* line 1202, ../sass/responsive/_product.scss */
  #main .content-wrapper .custom-tabs ul.custom-tabs-nav li {
    display: block;
  }
  /* line 1210, ../sass/responsive/_product.scss */
  #main .content-wrapper .custom-tabs .tab-content .single-offer .left {
    width: 100%;
    float: none;
    max-height: auto;
    max-height: auto;
  }
  /* line 1216, ../sass/responsive/_product.scss */
  #main .content-wrapper .custom-tabs .tab-content .single-offer .left p {
    font-size: 17px;
    line-height: 24px;
  }
  /* line 1221, ../sass/responsive/_product.scss */
  #main .content-wrapper .custom-tabs .tab-content .single-offer .left .more {
    position: static;
    font-size: 16px;
  }
  /* line 1227, ../sass/responsive/_product.scss */
  #main .content-wrapper .custom-tabs .tab-content .single-offer .right {
    display: none;
  }

  /* line 1234, ../sass/responsive/_product.scss */
  #main .content-wrapper .filters {
    padding: 25px;
  }
  /* line 1237, ../sass/responsive/_product.scss */
  #main .content-wrapper .filters a.fancybox-region-map {
    display: none !important;
  }
  /* line 1241, ../sass/responsive/_product.scss */
  #main .content-wrapper .filters .section.network-name {
    margin-top: 15px !important;
    float: left;
    width: 100%;
    clear: both;
  }
  /* line 1248, ../sass/responsive/_product.scss */
  #main .content-wrapper .filters .section .radio-wrapper .radio-field a.map-button {
    display: none;
  }

  /* line 1253, ../sass/responsive/_product.scss */
  .white-block .button-white-block {
    display: block;
    transform: translateX(-50%);
    width: 250px;
    left: 50%;
    margin-bottom: 20px;
  }

  /* line 1261, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav > li {
    padding: 0 20px;
    margin-top: 5px;
  }
  /* line 1265, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav > li p {
    margin: 0;
  }
  /* line 1269, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav > li span.details {
    display: none;
  }
  /* line 1272, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav > li.active {
    padding: 0 20px;
  }
  /* line 1275, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav > li.active ul {
    color: #fff;
  }
}
@media all and (max-width: 1024px) and (max-width: 1024px) {
  /* line 545, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .box-body {
    height: 200px;
  }
}
@media all and (max-width: 1024px) and (max-width: 640px) {
  /* line 545, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .box-body {
    height: 230px;
  }
}
@media all and (max-width: 1024px) and (max-width: 400px) {
  /* line 545, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special ul.custom-tabs-nav li.active .box-body {
    height: 270px;
  }
}
@media all and (max-width: 700px) {
  /* line 1295, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special .tab-content .for-who {
    width: 100%;
    min-height: 417px;
    padding-bottom: 239px;
  }
  /* line 1301, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart .custom-tabs.special .tab-content img.tab-content-bg {
    top: 145px;
  }
}
@media all and (max-width: 600px) {
  /* line 1314, ../sass/responsive/_product.scss */
  #main .content-wrapper .content.product-cart img.product-cart-bg {
    position: relative;
    width: 100%;
    top: -15px;
  }
}
@media all and (max-width: 400px) {
  /* line 1326, ../sass/responsive/_product.scss */
  .additional-asset {
    padding: 0 20px !important;
  }

  /* line 1332, ../sass/responsive/_product.scss */
  .white-block .img-white-block {
    padding: 20px;
  }
  /* line 1338, ../sass/responsive/_product.scss */
  .white-block .info-white-block p {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  /* line 3, ../sass/responsive/_be_customer.scss */
  #main .row .content-wrapper {
    margin: 2.1875% auto 2.1875% 4.375%;
    width: 91.25%;
  }

  /* line 8, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer {
    margin: 0;
    width: 100%;
  }
  /* line 12, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content {
    margin: 0;
    width: 100%;
  }
  /* line 16, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content p {
    padding-left: 0;
    font-size: 20px;
  }
  /* line 21, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .description {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    padding-left: 0;
  }
  /* line 28, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .be-customer-bg {
    position: static;
    width: 150%;
    height: 150%;
    min-width: 800px;
    margin-left: -190px;
    display: none;
  }
  /* line 37, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .discount-circle {
    top: inherit;
    left: 0;
    width: 170px;
    height: 170px;
  }
  /* line 43, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .discount-circle span {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 47, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .discount-circle span.bigger {
    font-size: 55px;
    line-height: 100px;
  }
  /* line 53, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .discount-circle .border {
    width: 190px;
    height: 190px;
  }
  /* line 59, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .ticked-list {
    padding-left: 25px;
  }
  /* line 62, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .ticked-list li {
    font-size: 20px;
    line-height: 25px;
    padding-left: 15px;
  }
  /* line 67, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .ticked-list li:before {
    margin: 5px 20px 0 0;
    background-position: 0 -13927px;
    width: 27px;
    height: 19px;
  }
  /* line 76, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer .post-content .form-fill {
    display: none;
  }
  /* line 83, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer form p {
    font-size: 16px;
    line-height: 22px;
  }
  /* line 88, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer form p.asterix-info {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 97, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer form .field input {
    width: 100%;
    font-size: 20px;
  }
  /* line 102, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer form .field label {
    font-size: 20px;
  }
  /* line 107, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer form h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 35px;
  }
  /* line 112, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer form h3:first-child {
    margin-top: 15px;
  }
  /* line 117, ../sass/responsive/_be_customer.scss */
  #main div.content-wrapper .content.be-customer form .btn {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 1024px) {
  /* line 3, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content {
    margin: 0;
    width: 100%;
  }
  /* line 7, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content h1 {
    margin-top: 30px;
    font-size: 35px;
  }
  /* line 11, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content h1.with-image {
    margin-top: 0;
  }
  /* line 18, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .post-content p {
    font-size: 20px;
  }
  /* line 22, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .post-content h4 {
    font-weight: 300;
    line-height: auto;
  }
  /* line 27, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .post-content ul {
    margin-bottom: 40px;
  }
  /* line 30, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .post-content ul li {
    line-height: auto;
  }
  /* line 38, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion h3 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #464b4f;
  }
  /* line 45, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion h3 span {
    display: block;
    font-weight: 300;
  }
  /* line 53, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion h3 {
    font-size: 30px;
    font-weight: 300;
    color: #2f2c71;
    background: #ebeced;
    position: relative;
  }
  /* line 60, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion h3:after {
    content: "";
    display: block;
    background-position: 0 -645px;
    width: 34px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
  }
  /* line 73, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion .ui-accordion-content {
    background: #ebeced;
  }
  /* line 77, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point {
    background-color: #fff;
    padding: 17px 0px 17px 25px;
    margin-top: 24px;
  }
  /* line 82, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point:first-child {
    margin-top: 0px;
  }
  /* line 86, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point h4 {
    margin-top: 30px;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    color: #464b4f;
  }
  /* line 94, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point .fancybox-map {
    display: none;
  }
  /* line 100, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point .custom-row .col {
    padding-left: 20px;
    width: 100% !important;
    float: none;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    color: #464b4f;
  }
  /* line 109, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point .custom-row .col p {
    margin: 15px 0;
    font-size: 25px;
    line-height: 40px;
  }
  /* line 115, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point .custom-row .col strong {
    font-weight: 600;
  }
  /* line 119, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point .custom-row .col.first {
    margin-top: 0;
    width: 100%;
  }
  /* line 124, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point .custom-row .col a {
    display: inline-block;
    color: #2f2c71;
    padding-right: 10px;
    position: relative;
  }
  /* line 130, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point .custom-row .col a:before {
    content: "";
    display: block;
    background-position: 0 -940px;
    width: 4px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0px;
  }
  /* line 145, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point > a {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #2f2c71;
    position: relative;
    padding-left: 28px;
  }
  /* line 153, ../sass/responsive/_customer_service.scss */
  #main div.content-wrapper div.content .customer-service-accordion .accordion > div .service-point > a:before {
    content: "";
    display: block;
    background-position: 0 -13831px;
    width: 17px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0px;
  }

  /* line 170, ../sass/responsive/_customer_service.scss */
  #main .customer-service-tabs .tabs {
    margin-top: 0;
  }
  /* line 173, ../sass/responsive/_customer_service.scss */
  #main .customer-service-tabs .tabs > div .service-point .custom-row .col {
    width: 100%;
  }
  /* line 177, ../sass/responsive/_customer_service.scss */
  #main .customer-service-tabs .tabs .ui-tabs-nav {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  /* line 5, ../sass/responsive/_job_offers.scss */
  #main div.content-wrapper div.content.job-offers .offer-header {
    background: #fff;
  }
  /* line 8, ../sass/responsive/_job_offers.scss */
  #main div.content-wrapper div.content.job-offers .offer-header > img {
    height: 33.333333% !important;
    width: 33.3333333% !important;
  }
  /* line 12, ../sass/responsive/_job_offers.scss */
  #main div.content-wrapper div.content.job-offers .offer-header > img:first-child {
    margin-top: 12px !important;
  }
  /* line 19, ../sass/responsive/_job_offers.scss */
  #main div.content-wrapper div.content.job-offers .dots .offer-header {
    background: #fff;
  }
  /* line 22, ../sass/responsive/_job_offers.scss */
  #main div.content-wrapper div.content.job-offers .dots .offer-header > img {
    height: auto !important;
    width: 100% !important;
  }
  /* line 29, ../sass/responsive/_job_offers.scss */
  #main div.content-wrapper div.content.job-offers ul.offers-list li .text-wrapper .offer-params > span {
    display: block;
    font-size: 16px !important;
    line-height: auto;
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }
  /* line 37, ../sass/responsive/_job_offers.scss */
  #main div.content-wrapper div.content.job-offers ul.offers-list li .text-wrapper .offer-params > span span.strong {
    font-size: 16px !important;
    line-height: auto;
  }
}
@media all and (max-width: 1024px) {
  /* line 7, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map div.map-container .layer-map {
    display: none !important;
  }
  /* line 11, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map div.map-container #massive-failures-map {
    display: none;
  }
  /* line 15, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map div.map-container .filter-options {
    margin-top: 20px;
    width: 100%;
  }
  /* line 23, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map .ajax-pagination ul {
    position: relative;
    height: 25px;
    width: 100%;
  }
  /* line 28, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map .ajax-pagination ul li {
    display: none;
  }
  /* line 31, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map .ajax-pagination ul li:first-child {
    width: 120px;
    left: 0;
    position: absolute;
    display: block;
  }
  /* line 37, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map .ajax-pagination ul li:first-child a {
    font-size: 17px;
  }
  /* line 42, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map .ajax-pagination ul li:last-child {
    width: 120px;
    right: 0;
    position: absolute;
    display: block;
  }
  /* line 48, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper div.content.disable-map .ajax-pagination ul li:last-child a {
    font-size: 17px;
  }

  /* line 57, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .faq {
    border-top: none;
    margin-top: 0;
    padding: 0;
  }

  /* line 65, ../sass/responsive/_subpages.scss */
  div.faq .faq-tabs .r-tabs-accordion-title {
    display: none !important;
  }
  /* line 69, ../sass/responsive/_subpages.scss */
  div.faq .faq-tabs .r-tabs-panel .faq-accordion .ui-accordion-header {
    padding: 25px 70px 20px 25px !important;
  }

  /* line 74, ../sass/responsive/_subpages.scss */
  .calc label {
    font-size: 16px !important;
  }

  /* line 81, ../sass/responsive/_subpages.scss */
  .calc .calc-result > li .item-left,
  .calc .calc-result > li .item-right {
    width: 100%;
    float: left;
    max-width: none;
  }
  /* line 86, ../sass/responsive/_subpages.scss */
  .calc .calc-result > li .item-left .best,
  .calc .calc-result > li .item-right .best {
    margin-top: 5px;
  }
  /* line 91, ../sass/responsive/_subpages.scss */
  .calc .calc-result > li .timeline-desc {
    display: none;
  }

  /* line 96, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .calc aside.right {
    background: none;
    color: #464b4f;
    float: left;
    font-size: 20px;
    height: 120px;
    padding: 22px 0;
    width: 100%;
  }

  /* line 106, ../sass/responsive/_subpages.scss */
  .open-details-wrapper {
    padding-top: 10px;
  }

  /* line 110, ../sass/responsive/_subpages.scss */
  .table-details th > h3 {
    display: none;
  }

  /* line 114, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .files ol {
    padding: 15px 0 0 15px;
  }
  /* line 117, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .files ol li {
    font-size: 20px;
  }
  /* line 120, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .files ol li ul {
    list-style: none;
  }
  /* line 123, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .files ol li ul li {
    padding: 6px 0;
  }
  /* line 126, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .files ol li ul li a {
    color: #2f2c71;
    display: block;
    font-size: 20px;
    margin: 5px 0 20px;
    padding-left: 22px;
    position: relative;
  }

  /* line 139, ../sass/responsive/_subpages.scss */
  .regions-map {
    width: 100%;
    height: 520px;
  }
  /* line 144, ../sass/responsive/_subpages.scss */
  .regions-map .left,
  .regions-map .right {
    width: 100%;
    float: none;
  }
  /* line 148, ../sass/responsive/_subpages.scss */
  .regions-map .left > h2,
  .regions-map .right > h2 {
    display: none;
  }
  /* line 153, ../sass/responsive/_subpages.scss */
  .regions-map .left {
    float: left !important;
    clear: both;
    height: auto;
  }
  /* line 158, ../sass/responsive/_subpages.scss */
  .regions-map .left form {
    padding: 10px 25px 25px 25px;
    display: block;
    float: left;
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 !important;
    background: #EBECED;
  }
  /* line 168, ../sass/responsive/_subpages.scss */
  .regions-map .left form p:first-child {
    display: none;
  }
  /* line 172, ../sass/responsive/_subpages.scss */
  .regions-map .left form .info {
    width: 100%;
    float: left;
  }
  /* line 177, ../sass/responsive/_subpages.scss */
  .regions-map .left form #find-bok-popup-form-msg {
    display: block;
    float: left;
  }
  /* line 182, ../sass/responsive/_subpages.scss */
  .regions-map .left form .field.zip-code {
    display: block;
    float: left;
    margin: 0 auto;
    min-width: 130px;
    position: relative;
    width: 40%;
  }
  /* line 190, ../sass/responsive/_subpages.scss */
  .regions-map .left form .field.zip-code label {
    color: #464b4f;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
  }
  /* line 198, ../sass/responsive/_subpages.scss */
  .regions-map .left form .field.zip-code input[type=text] {
    font-size: 20px;
    min-width: 80px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  /* line 207, ../sass/responsive/_subpages.scss */
  .regions-map .left form button.btn {
    border: 0 none;
    display: block;
    float: left;
    margin: 38px auto 0 10px;
    min-width: 85px;
    padding: 0;
    text-align: center;
    width: 20%;
  }
  /* line 220, ../sass/responsive/_subpages.scss */
  .regions-map .right {
    float: left !important;
    width: 100%;
    height: 100%;
  }

  /* line 227, ../sass/responsive/_subpages.scss */
  .calc .fieldset {
    position: relative;
  }
  /* line 230, ../sass/responsive/_subpages.scss */
  .calc .fieldset .field {
    position: static;
  }
  /* line 233, ../sass/responsive/_subpages.scss */
  .calc .fieldset .field .error {
    position: absolute;
    bottom: -15px;
  }

  /* line 240, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .content .how-to-be-boxes .box {
    padding: 0 20px 0 20px;
  }
  /* line 243, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .content .how-to-be-boxes .box.current-on:before {
    content: none;
  }
  /* line 247, ../sass/responsive/_subpages.scss */
  #main div.content-wrapper .content .how-to-be-boxes .box.current-off:before {
    content: none;
  }

  /* line 252, ../sass/responsive/_subpages.scss */
  footer .bottom .other-navigation ul.social-navigation li a {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 1024px) {
  /* line 3, ../sass/responsive/_bip.scss */
  #main div.content-wrapper.bip {
    width: 91.25%;
    margin: 0 4.375% 0 4.375%;
  }
  /* line 9, ../sass/responsive/_bip.scss */
  #main div.content-wrapper.bip .row-inner > .content {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #464b4f;
    margin-top: 20px;
    padding-top: 5px;
    padding-right: 0;
  }
  /* line 20, ../sass/responsive/_bip.scss */
  #main div.content-wrapper.bip .row-inner > .content img {
    width: 100%;
  }
  /* line 25, ../sass/responsive/_bip.scss */
  #main div.content-wrapper.bip .row-inner > .right {
    width: 100%;
    min-height: 100px;
    padding-bottom: 30px;
  }

  /* line 33, ../sass/responsive/_bip.scss */
  .bip-img-ico {
    margin: 0px 6px 0px 0px !important;
    display: block;
    margin-top: 4px;
    padding-top: 4px;
  }
}
@media all and (max-width: 1024px) {
  /* line 5, ../sass/responsive/_auctions.scss */
  .auctions .single-auction h1 {
    font-size: 26px;
  }
  /* line 8, ../sass/responsive/_auctions.scss */
  .auctions .single-auction h1 .auc-nr {
    word-break: break-all;
  }
  /* line 13, ../sass/responsive/_auctions.scss */
  .auctions .single-auction table tr td {
    display: inline-block;
    word-break: break-all;
  }
  /* line 17, ../sass/responsive/_auctions.scss */
  .auctions .single-auction table tr td:first-child {
    width: 50%;
    word-break: normal;
  }
  /* line 22, ../sass/responsive/_auctions.scss */
  .auctions .single-auction table tr td:last-child {
    width: 50%;
  }
}
@media (max-width: 668px) {
  /* line 32, ../sass/responsive/_auctions.scss */
  .auctions .search-box .right,
  .auctions .search-box .left {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 46, ../sass/responsive/_auctions.scss */
  .auctions-list table,
  .auctions-list tbody,
  .auctions-list thead,
  .auctions-list tfoot,
  .auctions-list tr,
  .auctions-list td {
    display: block;
  }

  /* line 54, ../sass/responsive/_auctions.scss */
  .auctions .auctions-list table thead {
    display: none !important;
  }
  /* line 59, ../sass/responsive/_auctions.scss */
  .auctions .auctions-list table tr td {
    text-align: left !important;
    border: 0 none;
  }
}
@media all and (max-width: 1024px) {
  /* line 5, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .custom-wrapper {
    position: relative;
    padding-right: 398px;
  }
  /* line 10, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper div.content.narrow {
    width: 100%;
  }
  /* line 14, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper aside.right.wide {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
@media all and (max-width: 1024px) {
  /* line 26, ../sass/responsive/_sales_filter.scss */
  #main div.content-wrapper.sales-filter .content h1 {
    padding: 0 15px 15px 15px;
    font-size: 25px;
    line-height: 32px;
  }
  /* line 32, ../sass/responsive/_sales_filter.scss */
  #main div.content-wrapper.sales-filter .content h2 {
    padding: 0 15px;
    font-size: 15px;
    line-height: 20px;
  }

  /* line 41, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper .search {
    background: #ebeced;
    padding: 35px;
    margin: 30px 15px;
    width: auto;
  }
  /* line 47, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper .search .ico-srch {
    top: 40px;
    right: 43px;
  }
  /* line 53, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list {
    padding: 0 15px 30px 15px;
    min-height: auto;
  }
  /* line 57, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li {
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    border-top: 1px solid #f1f1f2;
  }
  /* line 64, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li .text-wrapper h3 a {
    border-top: 1px solid #e1e3e3;
  }
  /* line 68, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li:first-child {
    border-top: none;
  }
  /* line 71, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li:first-child .text-wrapper h3 a {
    border-top: none;
  }
  /* line 76, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li:nth-child(2):not(.other-block) {
    width: 100%;
    padding-right: 0px;
  }
  /* line 81, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li.other-block {
    display: none;
  }
  /* line 85, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li .img-wrapper {
    display: none;
  }
  /* line 89, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li .text-wrapper {
    height: auto;
  }
  /* line 92, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li .text-wrapper h3 {
    text-align: left;
    font-size: 15px !important;
    margin: 0 !important;
  }
  /* line 97, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li .text-wrapper h3 a {
    display: block;
    line-height: 55px;
    padding: 0 25px 0 15px;
    position: relative;
  }
  /* line 103, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li .text-wrapper h3 a:after {
    display: block;
  }
  /* line 109, ../sass/responsive/_sales_filter.scss */
  .news-list_wrapper ul.news-list li .text-wrapper .text {
    display: none;
  }

  /* line 119, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .single-offer {
    min-height: 0px !important;
  }
  /* line 122, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .single-offer .left {
    width: 100%;
    height: auto;
    max-height: none !important;
    min-height: 0px;
    padding-bottom: 65px;
  }
  /* line 129, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .single-offer .left a.btn {
    bottom: 10px;
  }
  /* line 135, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper div.content.narrow {
    width: 100%;
  }
  /* line 138, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper div.content.narrow h1 {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 144, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper aside.right.wide {
    width: 100%;
    padding-bottom: 15px;
  }
  /* line 149, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single p.map-info {
    margin: 20px 0;
    height: auto;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 155, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single p.map-info a {
    top: 50%;
    right: 0px;
  }
  /* line 161, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .post-content {
    font-size: 15px !important;
    line-height: 20px;
  }
  /* line 165, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .post-content p {
    font-size: 15px !important;
    line-height: 20px;
  }
  /* line 170, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .post-content .read-more-button.link {
    margin: 25px 0;
  }
  /* line 175, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .visible-on-mobile {
    display: block;
  }
  /* line 179, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .hidden-on-mobile {
    display: none;
  }
  /* line 183, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .separator {
    border-top: 1px solid #bfc2c4;
    padding: 30px 0 20px 0;
    margin-top: 10px;
  }
  /* line 188, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .separator h2 {
    font-size: 20px;
  }
  /* line 192, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .separator p {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 198, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .widget-helpline {
    margin: 0 auto !important;
    float: none !important;
  }
  /* line 203, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single form.contact-form {
    padding-bottom: 30px;
  }
  /* line 208, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single form.contact-form .field label {
    font-size: 15px;
    padding-bottom: 5px;
  }
  /* line 213, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single form.contact-form .field .radio-field {
    padding-left: 0px;
  }
  /* line 216, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single form.contact-form .field .radio-field label {
    font-size: 15px;
  }
  /* line 220, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single form.contact-form .field .radio-field.is-checked label {
    font-weight: 400;
  }
  /* line 226, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single form.contact-form button[type="submit"] {
    margin: 0 auto;
    float: none !important;
    width: 200px;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    margin-top: 30px;
  }
  /* line 237, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper .files {
    margin-bottom: 30px;
  }
  /* line 242, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper .files ol li {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 246, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper .files ol li a {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0 5px;
  }
  /* line 253, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single div.content-wrapper .files ol > li ul {
    padding-left: 0;
  }
  /* line 259, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .similar-services {
    display: none;
  }

  /* line 264, ../sass/responsive/_sales_filter.scss */
  .office-map.sales-filter-map {
    width: 500px;
  }
  /* line 267, ../sass/responsive/_sales_filter.scss */
  .office-map.sales-filter-map #gmap {
    width: 500px;
  }
}
@media (max-width: 550px) {
  /* line 277, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single p.map-info {
    padding-right: 140px;
  }
  /* line 280, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single p.map-info a {
    right: 20px;
  }
  /* line 285, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider .slider ul.flex-direction-nav a.flex-prev {
    left: 10px;
    z-index: 10;
  }
  /* line 290, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider .slider ul.flex-direction-nav a.flex-next {
    right: 10px;
    z-index: 10;
  }
  /* line 295, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider {
    width: 292px;
  }
  /* line 298, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider .slider {
    width: 292px;
    height: 292px;
  }
  /* line 302, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider .slider ul.slides li {
    width: 292px;
    height: 292px;
  }
  /* line 309, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider .slider ul.flex-direction-nav a.flex-prev {
    left: 10px;
    z-index: 10;
  }
  /* line 314, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider .slider ul.flex-direction-nav a.flex-next {
    right: 10px;
    z-index: 10;
  }
  /* line 321, ../sass/responsive/_sales_filter.scss */
  #main .sales-filter-single .sales-filter-slider .carousel {
    width: 292px;
  }

  /* line 327, ../sass/responsive/_sales_filter.scss */
  .office-map.sales-filter-map {
    width: 280px;
  }
  /* line 330, ../sass/responsive/_sales_filter.scss */
  .office-map.sales-filter-map #gmap {
    width: 280px;
  }
}
@media all and (max-width: 1200px) {
  /* line 43, ../sass/mobile.scss */
  header .header-top ul li a {
    padding: 0 20px;
  }
}
@media all and (max-width: 1024px) {
  /* line 51, ../sass/mobile.scss */
  #wrapper > header:after {
    background-image: none;
  }

  /* line 56, ../sass/mobile.scss */
  .files-link {
    line-height: 1.4 !important;
    font-size: 16px !important;
  }
  /* line 60, ../sass/mobile.scss */
  .files-link a {
    line-height: 1.4 !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-bottom: 5px !important;
  }

  /* line 68, ../sass/mobile.scss */
  .logo-przyjazna-mobile {
    display: block;
  }

  /* line 72, ../sass/mobile.scss */
  .logo-przyjazna-desktop {
    display: none !important;
  }

  /* line 76, ../sass/mobile.scss */
  #main {
    min-height: 0;
  }

  /* line 80, ../sass/mobile.scss */
  #info-tabs {
    width: 100%;
  }

  /* line 85, ../sass/mobile.scss */
  #main #home-info {
    max-width: auto;
    min-width: auto;
    padding: 0 5%;
  }
  /* line 90, ../sass/mobile.scss */
  #main #home-info .col-sm-9, #main #home-info .col-sm-12 {
    width: 100%;
  }
  /* line 96, ../sass/mobile.scss */
  #main #home-info .info-box ul {
    width: 100%;
  }
  /* line 104, ../sass/mobile.scss */
  #main #home-info .info-box li.info-box-icon, #main #home-info .info-box li.info-box-title, #main #home-info .info-box li.info-box-desc {
    display: block;
    width: 90%;
    padding: 25px 5%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 111, ../sass/mobile.scss */
  #main #home-info .info-box li.info-box-icon img, #main #home-info .info-box li.info-box-title img, #main #home-info .info-box li.info-box-desc img {
    margin: 0 auto;
  }

  /* line 122, ../sass/mobile.scss */
  div#alerts .message {
    width: 100% !important;
  }
  /* line 126, ../sass/mobile.scss */
  div#alerts.alert-fancy {
    width: 100% !important;
  }

  /* line 131, ../sass/mobile.scss */
  body {
    width: 100%;
  }

  /* line 137, ../sass/mobile.scss */
  .mobile-hidden,
  #mobile-menu:not(.mm-menu) {
    display: none;
  }

  /* line 141, ../sass/mobile.scss */
  .desktop-hidden {
    display: block;
  }

  /* line 145, ../sass/mobile.scss */
  #main aside.left {
    width: 100%;
    min-height: 0 !important;
    padding-bottom: 0;
  }
  /* line 150, ../sass/mobile.scss */
  #main aside.left .widget {
    display: none;
  }
  /* line 153, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation {
    display: block;
  }
  /* line 158, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul li > a {
    padding: 20px 15px 20px 45px;
    font-size: 20px;
  }
  /* line 163, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul li.active > a {
    background: url("../img/basic/ico-plus.png") 10px center no-repeat #0098e7;
    padding-left: 45px;
  }
  /* line 167, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul li.active > a:hover {
    cursor: pointer;
  }
  /* line 172, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul li:not(.active) {
    display: none !important;
  }
  /* line 176, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul.opened li:not(.active) {
    display: block !important;
  }
  /* line 178, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul.opened li:not(.active) > a {
    opacity: 1 !important;
  }
  /* line 184, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul.opened li.active > a {
    padding-left: 45px;
    background: url("../img/basic/ico-minus.png") 10px center no-repeat #0098e7;
  }
  /* line 191, ../sass/mobile.scss */
  #main aside.left > img {
    display: none;
  }

  /* line 200, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .left, #wrapper .cookie-uokik-info .right {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 10px;
  }
  /* line 207, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .left p,
  #wrapper .cookie-uokik-info .left i, #wrapper .cookie-uokik-info .right p,
  #wrapper .cookie-uokik-info .right i {
    padding: 0;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  /* line 216, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .left i, #wrapper .cookie-uokik-info .right i {
    margin-bottom: 10px;
  }
  /* line 220, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .left a, #wrapper .cookie-uokik-info .right a {
    display: block;
    float: none;
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
  }
  /* line 230, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .left p {
    line-height: 1.3;
  }
  /* line 234, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .right {
    padding: 10px;
    display: table;
    border-top: 1px solid #e4e5e6;
  }
  /* line 240, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .right i,
  #wrapper .cookie-uokik-info .right p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
  }
  /* line 246, ../sass/mobile.scss */
  #wrapper .cookie-uokik-info .right i {
    display: none;
  }
  /* line 254, ../sass/mobile.scss */
  #wrapper .cookie-info p {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 55px 10px 12px;
  }
  /* line 260, ../sass/mobile.scss */
  #wrapper .cookie-info a.close {
    color: #66696d;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
    margin-top: -38px;
    padding: 0 37px 0 0;
    text-indent: -9999px;
    text-decoration: none;
  }
  /* line 270, ../sass/mobile.scss */
  #wrapper .cookie-info a.close:before {
    right: 10px;
    text-decoration: none;
  }

  /* line 278, ../sass/mobile.scss */
  .widget-newsletter {
    width: 100%;
  }

  /* line 283, ../sass/mobile.scss */
  .row,
  .row-inner {
    width: 100%;
  }
  /* line 286, ../sass/mobile.scss */
  .row .related-posts,
  .row-inner .related-posts {
    display: none;
  }

  /* line 295, ../sass/mobile.scss */
  .operator-page header .header-top ul li a:hover {
    border-radius: 0;
  }
  /* line 300, ../sass/mobile.scss */
  .operator-page header:after {
    left: 0;
    margin-left: 0;
  }

  /* line 309, ../sass/mobile.scss */
  header .header-top {
    height: 49px;
  }
  /* line 312, ../sass/mobile.scss */
  header .header-top ul {
    width: 216px;
    position: absolute;
    margin: 0;
    float: right;
    right: 4.375%;
    z-index: 998;
  }
  /* line 320, ../sass/mobile.scss */
  header .header-top ul.opened li {
    display: block;
  }
  /* line 324, ../sass/mobile.scss */
  header .header-top ul li {
    border-radius: 0;
    background: #fff;
    float: none;
    display: none;
  }
  /* line 330, ../sass/mobile.scss */
  header .header-top ul li a {
    border-radius: 0;
    padding: 1px 15px 0 20px;
    font-weight: 300;
    font-size: 19px;
    color: #2c3077;
  }
  /* line 337, ../sass/mobile.scss */
  header .header-top ul li a:hover {
    border-radius: 0;
  }
  /* line 342, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile {
    text-align: left;
    background: #fff;
  }
  /* line 346, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile:hover {
    background-color: #efefef;
  }
  /* line 350, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile a {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 49px;
    padding-left: 78px;
  }
  /* line 357, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile a:hover {
    background-color: #efefef;
  }
  /* line 364, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile--ebok a {
    position: relative;
  }
  /* line 366, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile--ebok a:before {
    position: absolute;
    left: 19px;
    top: 12px;
    content: '';
  }
  /* line 376, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile--strefa a {
    position: relative;
  }
  /* line 378, ../sass/mobile.scss */
  header .header-top ul li.ebok_mobile--strefa a:before {
    position: absolute;
    left: 22px;
    top: 8px;
    content: '';
  }
  /* line 387, ../sass/mobile.scss */
  header .header-top ul li.active {
    display: block;
  }
  /* line 390, ../sass/mobile.scss */
  header .header-top ul li.active a {
    padding: 1px 55px 0 20px;
    background: url("../img/responsive/arrow-down-blue.png") 92% center no-repeat white;
  }
  /* line 398, ../sass/mobile.scss */
  header .header-top a.btn {
    display: none;
  }
  /* line 403, ../sass/mobile.scss */
  header .header-bottom {
    height: auto;
  }
  /* line 406, ../sass/mobile.scss */
  header .header-bottom .logo {
    margin: 20px 0 25px 15px;
  }
  /* line 409, ../sass/mobile.scss */
  header .header-bottom .logo a {
    background-size: 141px 59px;
    background-position: center;
    background-image: url("../img/retina/logo2x.png");
  }
  /* line 416, ../sass/mobile.scss */
  header .header-bottom .open-search {
    display: block;
    background-position: 0 -7611px;
    width: 40px;
    height: 40px;
    right: 90px;
    top: 40px;
    text-indent: -99999px;
  }
  /* line 425, ../sass/mobile.scss */
  header .header-bottom .open-search.active {
    background-position: 0 -7566px;
    width: 40px;
    height: 40px;
  }
  /* line 432, ../sass/mobile.scss */
  header .header-bottom .searchform {
    display: none;
    width: 100%;
    position: absolute;
    top: 104px;
    left: 0;
    height: 56px;
    margin-top: 0;
    padding: 2px 1.5% 8px 1.5%;
    z-index: 101;
    background-color: white;
  }
  /* line 444, ../sass/mobile.scss */
  header .header-bottom .searchform.expanded {
    display: block;
  }
  /* line 448, ../sass/mobile.scss */
  header .header-bottom .searchform #submit-inactive {
    background: transparent;
    float: right;
    height: 40px;
    margin-right: 25px;
    margin-top: -9px;
    width: 44px;
    cursor: pointer;
  }
  /* line 457, ../sass/mobile.scss */
  header .header-bottom .searchform #submit-inactive input[type="submit"] {
    z-index: -1;
  }
  /* line 462, ../sass/mobile.scss */
  header .header-bottom .searchform input[type="submit"] {
    content: 'Szukaj';
    text-align: center;
    min-width: 60px;
    top: 0;
    float: left;
    max-width: 30%;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #e9283c;
    position: relative;
    text-indent: 0;
    right: 0;
    color: white;
    font-size: 16px;
  }
  /* line 479, ../sass/mobile.scss */
  header .header-bottom .searchform input[type="submit"]:hover {
    background: #ad1a2a;
    width: 100%;
    height: 46px;
  }
  /* line 487, ../sass/mobile.scss */
  header .header-bottom .searchform input[type="text"] {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    height: 46px;
    padding: 5px 10px;
    float: left;
    min-width: 190px;
    max-width: 70%;
    z-index: 997;
  }
  /* line 498, ../sass/mobile.scss */
  header .header-bottom .searchform input[type="text"]:focus {
    border-bottom: 1px solid #ccc;
  }
  /* line 501, ../sass/mobile.scss */
  header .header-bottom .searchform input[type="text"]:focus + input[type="submit"] {
    display: block;
    background: #e9283c;
    width: 100%;
    height: 46px;
  }
  /* line 507, ../sass/mobile.scss */
  header .header-bottom .searchform input[type="text"]:focus + input[type="submit"]:hover {
    background: #ad1a2a;
  }
  /* line 515, ../sass/mobile.scss */
  header .header-bottom nav {
    float: right;
  }
  /* line 518, ../sass/mobile.scss */
  header .header-bottom nav a.desktop-hidden {
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    color: #2c3077;
    float: right;
    margin-right: 0;
    width: 80px;
    height: 104px;
    font-size: 20px;
    text-indent: -9999px;
    position: relative;
  }
  /* line 531, ../sass/mobile.scss */
  header .header-bottom nav a.desktop-hidden:after {
    content: "";
    display: block;
    background: url("../img/responsive/ico-mobile-menu.png") center no-repeat;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 30px;
  }
  /* line 542, ../sass/mobile.scss */
  header .header-bottom nav a.desktop-hidden.active {
    color: #fff;
    background: #0098e7;
  }
  /* line 546, ../sass/mobile.scss */
  header .header-bottom nav a.desktop-hidden.active:after {
    background: url("../img/responsive/ico-mobile-menu-white.png") center no-repeat;
  }
  /* line 553, ../sass/mobile.scss */
  header .header-bottom nav > ul {
    margin: 20px 0 0 0;
    border-top: 1px solid #bfc2c4;
  }
  /* line 559, ../sass/mobile.scss */
  header .header-bottom nav > ul.mobile-menu > li {
    display: table;
  }
  /* line 562, ../sass/mobile.scss */
  header .header-bottom nav > ul.mobile-menu > li .submenu-right {
    top: 70px;
  }
  /* line 566, ../sass/mobile.scss */
  header .header-bottom nav > ul.mobile-menu > li > a {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    font-weight: 300;
    padding: 0 60px 0 20px;
    margin: 10px;
  }
  /* line 574, ../sass/mobile.scss */
  header .header-bottom nav > ul.mobile-menu > li > a:before {
    background-position: 0 -121px;
    width: 23px;
    height: 8px;
  }
  /* line 583, ../sass/mobile.scss */
  header .header-bottom nav > ul.mobile-menu > li.hover > a:before {
    background-position: 0 -131px;
    width: 23px;
    height: 8px;
  }
  /* line 592, ../sass/mobile.scss */
  header .header-bottom nav > ul > li {
    margin: 0;
    width: 50%;
  }
  /* line 598, ../sass/mobile.scss */
  header .header-bottom nav > ul > li .submenu-right .top .left .nav.long {
    display: none;
  }
  /* line 602, ../sass/mobile.scss */
  header .header-bottom nav > ul > li .submenu-right .top .left .nav.short h4 {
    display: none;
  }
  /* line 607, ../sass/mobile.scss */
  header .header-bottom nav > ul > li > a {
    padding: 8px 45px 0 10px;
    line-height: 20px;
  }
  /* line 613, ../sass/mobile.scss */
  header .header-bottom nav > ul li:first-child {
    border-right: 1px solid #bfc2c4;
  }
  /* line 618, ../sass/mobile.scss */
  header .header-bottom nav .menu-overlay {
    display: none !important;
  }

  /* line 625, ../sass/mobile.scss */
  #main {
    padding-bottom: 0 !important;
  }
  /* line 628, ../sass/mobile.scss */
  #main div.content-wrapper .content.full-width, #main div.content-wrapper .content.full-width.no-margin {
    width: 100%;
  }
  /* line 631, ../sass/mobile.scss */
  #main div.content-wrapper .content.full-width .how-to-be-boxes, #main div.content-wrapper .content.full-width.no-margin .how-to-be-boxes {
    width: 100%;
  }
  /* line 634, ../sass/mobile.scss */
  #main div.content-wrapper .content.full-width .how-to-be-boxes .box, #main div.content-wrapper .content.full-width.no-margin .how-to-be-boxes .box {
    width: 100%;
  }
  /* line 640, ../sass/mobile.scss */
  #main .row {
    position: relative;
    top: 0px;
    left: 0;
    margin-left: 0;
  }
  /* line 646, ../sass/mobile.scss */
  #main .row .content-wrapper {
    width: 91.25%;
  }
  /* line 649, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right {
    width: 100%;
  }
  /* line 652, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget {
    margin-top: 25px !important;
  }
  /* line 655, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget .title {
    line-height: 50px;
  }
  /* line 662, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter .info {
    display: none;
  }
  /* line 666, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter h3 {
    font-size: 17px;
    padding: 0 15px;
  }
  /* line 671, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter form {
    padding: 17px 15px 30px;
  }
  /* line 674, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter form .field > input {
    font-size: 17px;
  }
  /* line 678, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter form p {
    font-size: 17px;
  }
  /* line 682, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter form label[for="accept-terms"] {
    font-size: 15px;
    line-height: 16px;
  }
  /* line 688, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter form label.term-optional span {
    font-size: 15px;
    line-height: 16px;
  }
  /* line 694, ../sass/mobile.scss */
  #main .row .content-wrapper aside.right .widget-newsletter form button[type="submit"] {
    font-size: 18px;
  }
  /* line 702, ../sass/mobile.scss */
  #main #home-slider {
    max-width: 100%;
    min-width: 100%;
  }
  /* line 706, ../sass/mobile.scss */
  #main #home-slider .row {
    position: relative;
    top: 0px;
    left: 0;
    margin-left: 0;
  }
  /* line 712, ../sass/mobile.scss */
  #main #home-slider .row .content-wrapper {
    width: 91.25%;
  }
  /* line 715, ../sass/mobile.scss */
  #main #home-slider .row .content-wrapper aside.right {
    width: 100%;
  }
  /* line 720, ../sass/mobile.scss */
  #main #home-slider .row .col-sm-3 {
    width: 91.25%;
    margin: 4.375% 4.375% 4.375% auto;
  }
  /* line 726, ../sass/mobile.scss */
  #main #home-slider .row .col-sm-3 .help p {
    font-size: 28px;
    line-height: 28px;
  }
  /* line 731, ../sass/mobile.scss */
  #main #home-slider .row .col-sm-3 .help ul li {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 740, ../sass/mobile.scss */
  #main #home-slider .inner ul.slides li .row .inner .text p {
    display: none;
  }
  /* line 747, ../sass/mobile.scss */
  #main .accordion h3 {
    font-size: 30px;
    font-weight: 300;
    color: #2f2c71;
    background: #ebeced;
    position: relative;
  }
  /* line 754, ../sass/mobile.scss */
  #main .accordion h3:after {
    content: "";
    display: block;
    background-position: 0 -645px;
    width: 34px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
  }
  /* line 767, ../sass/mobile.scss */
  #main .accordion .ui-accordion-content {
    background: #ebeced;
  }
  /* line 774, ../sass/mobile.scss */
  #main .accordion .accordion-content div > h4 {
    font-size: 20px;
    font-weight: 600;
  }
  /* line 779, ../sass/mobile.scss */
  #main .accordion .accordion-content div > p {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
  }
  /* line 785, ../sass/mobile.scss */
  #main .accordion .accordion-content div a.btn {
    text-align: center;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px 10px 0px;
    position: relative;
    width: 70%;
  }
  /* line 801, ../sass/mobile.scss */
  #main .accordion .accordion-content span.tel {
    color: #464b4f;
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 20px;
  }
  /* line 808, ../sass/mobile.scss */
  #main .accordion .accordion-content span.tel.with-icon {
    padding-left: 35px;
    position: relative;
  }
  /* line 812, ../sass/mobile.scss */
  #main .accordion .accordion-content span.tel.with-icon:before {
    content: "";
    display: block;
    background-position: 0 -13714px;
    width: 20px;
    height: 19px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
  }

  /* line 840, ../sass/mobile.scss */
  footer .col-sm-3,
  .footer-box .col-sm-3 {
    width: 91.25%;
    margin: 2.1875% auto 2.1875% 4.375%;
  }
  /* line 844, ../sass/mobile.scss */
  footer .col-sm-3.with-padding,
  .footer-box .col-sm-3.with-padding {
    padding: 0;
  }
  /* line 852, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter h3,
  .footer-box .col-sm-3 .widget-newsletter h3 {
    font-size: 18px;
  }
  /* line 855, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter h3.title,
  .footer-box .col-sm-3 .widget-newsletter h3.title {
    padding: 0 20px;
  }
  /* line 860, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter form,
  .footer-box .col-sm-3 .widget-newsletter form {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-height: none;
  }
  /* line 865, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter form .field > input,
  .footer-box .col-sm-3 .widget-newsletter form .field > input {
    font-size: 17px;
  }
  /* line 869, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter form p,
  .footer-box .col-sm-3 .widget-newsletter form p {
    font-size: 17px;
  }
  /* line 873, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter form label[for="accept-terms"],
  .footer-box .col-sm-3 .widget-newsletter form label[for="accept-terms"] {
    font-size: 15px;
    line-height: 16px;
  }
  /* line 879, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter form label.term-optional span,
  .footer-box .col-sm-3 .widget-newsletter form label.term-optional span {
    font-size: 15px;
    line-height: 16px;
  }
  /* line 885, ../sass/mobile.scss */
  footer .col-sm-3 .widget-newsletter form button[type="submit"],
  .footer-box .col-sm-3 .widget-newsletter form button[type="submit"] {
    font-size: 18px;
  }
  /* line 891, ../sass/mobile.scss */
  footer .col-sm-3 .widget-navigation,
  .footer-box .col-sm-3 .widget-navigation {
    border-bottom: 1px solid #c8c9cb;
  }
  /* line 894, ../sass/mobile.scss */
  footer .col-sm-3 .widget-navigation h3,
  .footer-box .col-sm-3 .widget-navigation h3 {
    padding: 0 0 0 4.6875%;
    background: url("../img/responsive/plus-ico.png") 95% center no-repeat;
    background-size: 8%;
    height: 65px;
    line-height: 65px;
    border-top: 1px solid #c8c9cb;
    border-left: 1px solid #c8c9cb;
    border-right: 1px solid #c8c9cb;
    cursor: pointer;
  }
  /* line 905, ../sass/mobile.scss */
  footer .col-sm-3 .widget-navigation h3.ui-accordion-header-active,
  .footer-box .col-sm-3 .widget-navigation h3.ui-accordion-header-active {
    background: url("../img/responsive/minus-ico.png") 95% center no-repeat;
    background-size: 8%;
  }
  /* line 911, ../sass/mobile.scss */
  footer .col-sm-3 .widget-navigation ul,
  .footer-box .col-sm-3 .widget-navigation ul {
    overflow: hidden;
    display: none;
    padding: 0 0 9.375% 9.375%;
    border-left: 1px solid #c8c9cb;
    border-right: 1px solid #c8c9cb;
  }
  /* line 918, ../sass/mobile.scss */
  footer .col-sm-3 .widget-navigation ul li a,
  .footer-box .col-sm-3 .widget-navigation ul li a {
    color: #464b4f;
    font-size: 17px;
    font-weight: 300;
    line-height: 43px;
  }

  /* line 929, ../sass/mobile.scss */
  footer {
    height: auto !important;
    position: static !important;
    padding-bottom: 20px;
  }
  /* line 935, ../sass/mobile.scss */
  footer .col-sm-4,
  footer .col-sm-8 {
    width: 100%;
  }
  /* line 939, ../sass/mobile.scss */
  footer .bottom {
    background: none;
    width: 91.25%;
    margin: 4.375% 4.375% 4.375% auto;
    margin-top: 20px;
  }
  /* line 945, ../sass/mobile.scss */
  footer .bottom .footer-navigation {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  /* line 949, ../sass/mobile.scss */
  footer .bottom .footer-navigation ul {
    border-top: 1px solid #bfc2c4;
    padding-top: 20px;
  }
  /* line 953, ../sass/mobile.scss */
  footer .bottom .footer-navigation ul li {
    margin: 12px 0;
    line-height: 22px;
  }
  /* line 957, ../sass/mobile.scss */
  footer .bottom .footer-navigation ul li:nth-child(odd) {
    width: 50%;
  }
  /* line 961, ../sass/mobile.scss */
  footer .bottom .footer-navigation ul li:nth-child(even) {
    width: 50%;
  }
  /* line 965, ../sass/mobile.scss */
  footer .bottom .footer-navigation ul li a {
    color: #464b4f;
    font-size: 17px;
    font-weight: 300;
    font-family: "Signika";
  }
  /* line 975, ../sass/mobile.scss */
  footer .bottom .other-navigation {
    border-top: 1px solid #bfc2c4;
    padding: 20px 0 40px 0;
  }
  /* line 979, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation {
    float: left;
    padding: 0;
    margin-right: 30px;
  }
  /* line 987, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.print, footer .bottom .other-navigation ul.additional-navigation li.contrast, footer .bottom .other-navigation ul.additional-navigation li.font-size {
    display: none;
  }
  /* line 991, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.lang {
    margin-top: 2px;
  }
  /* line 994, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.lang .selectricWrapper .selectricItems li {
    font-size: 20px;
    line-height: 38px;
  }
  /* line 999, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.lang .selectricWrapper .selectric {
    height: 40px;
    max-width: 130px;
    width: 100px;
    background-color: #fff;
  }
  /* line 1005, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.lang .selectricWrapper .selectric .label {
    line-height: 40px;
    min-height: 40px;
    font-size: 20px;
  }
  /* line 1011, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.lang .selectricWrapper .selectric .button {
    height: 38px;
  }
  /* line 1016, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.lang .selectricItems .selectricScroll ul li {
    min-height: 40px;
  }
  /* line 1021, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.additional-navigation li.bip {
    margin-top: 8px;
  }
  /* line 1027, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    border-left: none;
  }
  /* line 1034, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li {
    float: left;
    margin-left: 18px;
  }
  /* line 1038, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li:first-child {
    margin-left: 0px;
  }
  /* line 1042, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li a {
    display: block;
    width: 79px;
    height: 79px;
    transition: all ease 0.3s;
    zoom: 0.60;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    margin-right: -29px;
    margin-bottom: -29px;
  }
  /* line 1054, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.facebook a {
    background-position: 0 -6217px;
  }
  /* line 1057, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.facebook a:hover {
    transform: translateY(-8px);
  }
  /* line 1062, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.twitter a {
    background-position: 0 -5766px;
  }
  /* line 1065, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.twitter a:hover {
    transform: translateY(-8px);
  }
  /* line 1070, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.gplus a {
    background-position: 0 -5087px;
  }
  /* line 1073, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.gplus a:hover {
    transform: translateY(-8px);
  }
  /* line 1078, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.youtube a {
    background-position: 0;
    background-image: url("../img/retina/ico-youtube-big-2x.png") !important;
    background-size: 79px 79px !important;
  }
  /* line 1083, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.youtube a:hover {
    transform: translateY(-8px);
  }
  /* line 1088, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li .details {
    width: 100%;
  }
  /* line 1096, ../sass/mobile.scss */
  footer .bottom .other-navigation .row .content-wrapper {
    margin: 2.1875% auto 2.1875% 4.375%;
    width: 91.25%;
  }

  /* line 1116, ../sass/mobile.scss */
  .form-container .field input[type=text],
  .form-container .field input[type=email],
  .form-container .field input[type=password],
  .form-container .field input[type=number],
  form.contact-form .field input[type=text],
  form.contact-form .field input[type=email],
  form.contact-form .field input[type=password],
  form.contact-form .field input[type=number],
  .form-container .field select,
  .form-container .field .selectricWrapper,
  form.contact-form .field .selectricWrapper,
  form.contact-form .field label {
    width: 100% !important;
  }

  /* line 1120, ../sass/mobile.scss */
  .js-dynamic {
    width: 100% !important;
  }

  /* line 1126, ../sass/mobile.scss */
  .mm-menu.mm-horizontal > .mm-panel {
    transition: transform 0.4s ease;
  }
  /* line 1130, ../sass/mobile.scss */
  .mm-menu .mm-hidden {
    display: none;
  }

  /* line 1135, ../sass/mobile.scss */
  .mm-wrapper {
    overflow-x: hidden;
    position: relative;
  }

  /* line 1140, ../sass/mobile.scss */
  .mm-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
  }
  /* line 1152, ../sass/mobile.scss */
  .mm-menu > .mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    transform: translate(100%, 0);
  }
  /* line 1168, ../sass/mobile.scss */
  .mm-menu > .mm-panel.mm-opened {
    transform: translate(0%, 0);
  }
  /* line 1172, ../sass/mobile.scss */
  .mm-menu > .mm-panel.mm-subopened {
    transform: translate(-30%, 0);
  }
  /* line 1176, ../sass/mobile.scss */
  .mm-menu > .mm-panel.mm-highest {
    z-index: 1;
  }
  /* line 1181, ../sass/mobile.scss */
  .mm-menu .mm-list {
    padding: 20px 15px 0 15px;
  }
  /* line 1185, ../sass/mobile.scss */
  .mm-menu > .mm-list {
    padding-bottom: 0;
  }
  /* line 1188, ../sass/mobile.scss */
  .mm-menu > .mm-list:after {
    content: '';
    display: block;
    height: 40px;
  }

  /* line 1196, ../sass/mobile.scss */
  .mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 1200, ../sass/mobile.scss */
  .mm-panel > .mm-list:first-child {
    padding-top: 0;
  }

  /* line 1205, ../sass/mobile.scss */
  .mm-list {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 20px;
    font-weight: 300;
  }
  /* line 1214, ../sass/mobile.scss */
  .mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 1221, ../sass/mobile.scss */
  .mm-list a {
    text-decoration: none;
  }
  /* line 1224, ../sass/mobile.scss */
  .mm-list a.btn {
    margin-top: 20px;
  }
  /* line 1228, ../sass/mobile.scss */
  .mm-list a:hover {
    text-decoration: none;
  }
  /* line 1232, ../sass/mobile.scss */
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  /* line 1242, ../sass/mobile.scss */
  .mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 1253, ../sass/mobile.scss */
  .mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
  }
  /* line 1256, ../sass/mobile.scss */
  .mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
  }
  /* line 1263, ../sass/mobile.scss */
  .mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px;
  }
  /* line 1270, ../sass/mobile.scss */
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
  }
  /* line 1276, ../sass/mobile.scss */
  .mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
  }
  /* line 1288, ../sass/mobile.scss */
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
  }
  /* line 1294, ../sass/mobile.scss */
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -8px;
    left: 22px;
  }
  /* line 1302, ../sass/mobile.scss */
  .mm-list > li {
    position: relative;
  }
  /* line 1307, ../sass/mobile.scss */
  .mm-list > li > a, .mm-list > li > span {
    text-overflow: ellipsis;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 22px 10px 22px 20px;
    margin: 0;
  }
  /* line 1318, ../sass/mobile.scss */
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto;
  }
  /* line 1336, ../sass/mobile.scss */
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent;
  }
  /* line 1342, ../sass/mobile.scss */
  .mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0;
  }
  /* line 1351, ../sass/mobile.scss */
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
  }
  /* line 1362, ../sass/mobile.scss */
  .mm-list > li.mm-spacer {
    padding-top: 40px;
  }
  /* line 1365, ../sass/mobile.scss */
  .mm-list > li.mm-spacer.mm-label {
    padding-top: 25px;
  }

  /* line 1373, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
  }
  /* line 1377, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
  }
  /* line 1382, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
  }
  /* line 1388, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 40px;
  }
  /* line 1391, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto;
  }
  /* line 1397, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    transform: rotate(45deg);
  }
  /* line 1401, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
    height: 25px;
  }

  /* line 1407, ../sass/mobile.scss */
  .mm-menu {
    background: #0098e7;
    color: #fff;
  }
  /* line 1413, ../sass/mobile.scss */
  .mm-menu .mm-list > li:after {
    border: none !important;
  }
  /* line 1419, ../sass/mobile.scss */
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
  }
  /* line 1425, ../sass/mobile.scss */
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
  }
  /* line 1429, ../sass/mobile.scss */
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
  }
  /* line 1437, ../sass/mobile.scss */
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 1442, ../sass/mobile.scss */
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05);
  }
  /* line 1450, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05);
  }

  /* line 1456, ../sass/mobile.scss */
  .mm-page {
    box-sizing: border-box;
    position: relative;
  }

  /* line 1461, ../sass/mobile.scss */
  .mm-slideout {
    transition: transform 0.4s ease;
  }

  /* line 1467, ../sass/mobile.scss */
  html.mm-opened {
    position: relative;
  }
  /* line 1471, ../sass/mobile.scss */
  html.mm-background .mm-page {
    background: inherit;
  }

  /* line 1476, ../sass/mobile.scss */
  #mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }

  /* line 1490, ../sass/mobile.scss */
  html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
    display: block;
  }

  /* line 1495, ../sass/mobile.scss */
  .mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
  }
  /* line 1500, ../sass/mobile.scss */
  .mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
  }
  /* line 1505, ../sass/mobile.scss */
  .mm-menu.mm-current {
    display: block;
  }

  /* line 1510, ../sass/mobile.scss */
  html.mm-opening .mm-slideout {
    transform: translate(80%, 0);
  }

  /* line 1528, ../sass/mobile.scss */
  .mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
  }
  /* line 1539, ../sass/mobile.scss */
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 1547, ../sass/mobile.scss */
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 1559, ../sass/mobile.scss */
  .mm-buttonbar > a {
    text-decoration: none;
  }
  /* line 1563, ../sass/mobile.scss */
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px;
  }
  /* line 1568, ../sass/mobile.scss */
  .mm-buttonbar > input:checked + label {
    border-color: transparent !important;
  }
  /* line 1574, ../sass/mobile.scss */
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none;
  }
  /* line 1579, ../sass/mobile.scss */
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%;
  }
  /* line 1583, ../sass/mobile.scss */
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%;
  }
  /* line 1587, ../sass/mobile.scss */
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%;
  }
  /* line 1591, ../sass/mobile.scss */
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%;
  }

  /* line 1596, ../sass/mobile.scss */
  .mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
  }

  /* line 1602, ../sass/mobile.scss */
  .mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
  }
  /* line 1608, ../sass/mobile.scss */
  .mm-footer .mm-buttonbar > * {
    border-left: none;
  }

  /* line 1613, ../sass/mobile.scss */
  .mm-list > li > .mm-buttonbar {
    margin: 10px 20px;
  }

  /* line 1617, ../sass/mobile.scss */
  .mm-menu .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: #333333;
  }
  /* line 1623, ../sass/mobile.scss */
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6);
  }
  /* line 1627, ../sass/mobile.scss */
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
  }

  /* line 1634, ../sass/mobile.scss */
  em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
  }
  /* line 1648, ../sass/mobile.scss */
  em.mm-counter + a.mm-subopen {
    padding-left: 40px;
  }
  /* line 1652, ../sass/mobile.scss */
  em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
    margin-right: 80px;
  }
  /* line 1658, ../sass/mobile.scss */
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
  }

  /* line 1664, ../sass/mobile.scss */
  .mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
  }

  /* line 1669, ../sass/mobile.scss */
  .mm-nosubresults > em.mm-counter {
    display: none;
  }

  /* line 1673, ../sass/mobile.scss */
  .mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
  }

  /* line 1683, ../sass/mobile.scss */
  html.mm-opened.mm-dragging .mm-menu,
  html.mm-opened.mm-dragging .mm-page,
  html.mm-opened.mm-dragging .mm-fixed-top,
  html.mm-opened.mm-dragging .mm-fixed-bottom,
  html.mm-opened.mm-dragging #mm-blocker {
    transition-duration: 0s;
  }

  /* line 1688, ../sass/mobile.scss */
  .mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
  }

  /* line 1705, ../sass/mobile.scss */
  .mm-menu.mm-hasfooter > .mm-panel:after {
    height: 80px;
  }
  /* line 1709, ../sass/mobile.scss */
  .mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
  }

  /* line 1715, ../sass/mobile.scss */
  .mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  /* line 1732, ../sass/mobile.scss */
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    padding-top: 30px;
  }
  /* line 1736, ../sass/mobile.scss */
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  /* line 1747, ../sass/mobile.scss */
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  /* line 1758, ../sass/mobile.scss */
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0;
  }
  /* line 1764, ../sass/mobile.scss */
  .mm-header .mm-next, .mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0;
  }
  /* line 1773, ../sass/mobile.scss */
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
  }
  /* line 1782, ../sass/mobile.scss */
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px;
  }
  /* line 1790, ../sass/mobile.scss */
  .mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px;
  }
  /* line 1795, ../sass/mobile.scss */
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
  }
  /* line 1800, ../sass/mobile.scss */
  .mm-header [href].mm-close:after {
    content: 'x';
  }

  /* line 1808, ../sass/mobile.scss */
  .mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px;
  }
  /* line 1815, ../sass/mobile.scss */
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next,
  .mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px;
  }
  /* line 1822, ../sass/mobile.scss */
  .mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
  }
  /* line 1826, ../sass/mobile.scss */
  .mm-menu.mm-hasheader > .mm-panel {
    padding-top: 80px;
  }
  /* line 1829, ../sass/mobile.scss */
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px;
  }
  /* line 1833, ../sass/mobile.scss */
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px;
  }
  /* line 1838, ../sass/mobile.scss */
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px;
  }
  /* line 1841, ../sass/mobile.scss */
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px;
  }
  /* line 1847, ../sass/mobile.scss */
  .mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
  }
  /* line 1853, ../sass/mobile.scss */
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after,
  .mm-menu .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
  }

  /* line 1859, ../sass/mobile.scss */
  .mm-list li {
    border-top: 1px solid #5fc0f3;
  }
  /* line 1862, ../sass/mobile.scss */
  .mm-list li:first-child {
    border: none;
  }
  /* line 1866, ../sass/mobile.scss */
  .mm-list li:hover {
    background: #0082d4;
  }
  /* line 1872, ../sass/mobile.scss */
  .mm-list li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
  }
  /* line 1880, ../sass/mobile.scss */
  .mm-list li.mm-label.mm-opened a.mm-subopen:after {
    transform: rotate(45deg);
  }
  /* line 1885, ../sass/mobile.scss */
  .mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
  }

  /* line 1892, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
    top: 8.5px;
  }
  /* line 1896, ../sass/mobile.scss */
  .mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.05);
  }

  /* line 1901, ../sass/mobile.scss */
  .mm-search {
    box-sizing: border-box;
  }
  /* line 1904, ../sass/mobile.scss */
  .mm-search input {
    box-sizing: border-box;
  }

  /* line 1911, ../sass/mobile.scss */
  .mm-list > li.mm-search {
    padding: 10px;
    margin-top: -20px;
  }
  /* line 1916, ../sass/mobile.scss */
  .mm-list > li.mm-subtitle + li.mm-search {
    margin-top: 0;
  }

  /* line 1921, ../sass/mobile.scss */
  div.mm-panel > div.mm-search {
    padding: 0 0 10px 0;
  }

  /* line 1927, ../sass/mobile.scss */
  .mm-menu.mm-hasheader .mm-list > li.mm-search {
    margin-top: 0;
  }
  /* line 1931, ../sass/mobile.scss */
  .mm-menu > .mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  /* line 1941, ../sass/mobile.scss */
  .mm-search {
    padding: 10px;
  }
  /* line 1944, ../sass/mobile.scss */
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
  }
  /* line 1956, ../sass/mobile.scss */
  .mm-search input::-ms-clear {
    display: none;
  }

  /* line 1962, ../sass/mobile.scss */
  .mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
  }
  /* line 1968, ../sass/mobile.scss */
  .mm-menu .mm-noresultsmsg:after {
    border: none !important;
  }

  /* line 1973, ../sass/mobile.scss */
  .mm-noresults .mm-noresultsmsg {
    display: block;
  }

  /* line 1979, ../sass/mobile.scss */
  .mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
  }
  /* line 1984, ../sass/mobile.scss */
  .mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px;
  }
  /* line 1990, ../sass/mobile.scss */
  .mm-menu.mm-hassearch > .mm-panel {
    padding-top: 70px;
  }
  /* line 1993, ../sass/mobile.scss */
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px;
  }
  /* line 1998, ../sass/mobile.scss */
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
    margin-top: -10px;
  }
  /* line 2001, ../sass/mobile.scss */
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0;
  }
  /* line 2006, ../sass/mobile.scss */
  .mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 2011, ../sass/mobile.scss */
  .mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
  }

  /* line 2019, ../sass/mobile.scss */
  input.mm-toggle, input.mm-check {
    position: absolute;
    left: -10000px;
  }

  /* line 2028, ../sass/mobile.scss */
  label.mm-toggle, label.mm-check {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
  }
  /* line 2036, ../sass/mobile.scss */
  label.mm-toggle:before, label.mm-check:before {
    content: '';
    display: block;
  }
  /* line 2041, ../sass/mobile.scss */
  label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
  }
  /* line 2047, ../sass/mobile.scss */
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
  }

  /* line 2056, ../sass/mobile.scss */
  input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
  }

  /* line 2060, ../sass/mobile.scss */
  label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
  }
  /* line 2065, ../sass/mobile.scss */
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    transform: rotate(-45deg);
  }

  /* line 2076, ../sass/mobile.scss */
  input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
  }

  /* line 2083, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
    bottom: auto;
    margin-bottom: 0;
  }
  /* line 2089, ../sass/mobile.scss */
  .mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
    top: 5px;
  }

  /* line 2096, ../sass/mobile.scss */
  label.mm-toggle, label.mm-check {
    right: 20px;
  }
  /* line 2102, ../sass/mobile.scss */
  label.mm-toggle + a, label.mm-toggle + span {
    margin-right: 70px;
  }
  /* line 2109, ../sass/mobile.scss */
  label.mm-check + a, label.mm-check + span {
    margin-right: 50px;
  }

  /* line 2118, ../sass/mobile.scss */
  a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
    right: 50px;
  }
  /* line 2124, ../sass/mobile.scss */
  a.mm-subopen + label.mm-toggle + a, a.mm-subopen + label.mm-toggle + span {
    margin-right: 100px;
  }
  /* line 2131, ../sass/mobile.scss */
  a.mm-subopen + label.mm-check + a, a.mm-subopen + label.mm-check + span {
    margin-right: 80px;
  }

  /* line 2140, ../sass/mobile.scss */
  em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
    right: 90px;
  }
  /* line 2146, ../sass/mobile.scss */
  em.mm-counter + a.mm-subopen + label.mm-toggle + a, em.mm-counter + a.mm-subopen + label.mm-toggle + span {
    margin-right: 140px;
  }
  /* line 2153, ../sass/mobile.scss */
  em.mm-counter + a.mm-subopen + label.mm-check + a, em.mm-counter + a.mm-subopen + label.mm-check + span {
    margin-right: 120px;
  }

  /* line 2161, ../sass/mobile.scss */
  .mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
  }
  /* line 2164, ../sass/mobile.scss */
  .mm-menu label.mm-toggle:before {
    background: #333333;
  }
  /* line 2169, ../sass/mobile.scss */
  .mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
  }
  /* line 2173, ../sass/mobile.scss */
  .mm-menu label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
  }

  /* line 2181, ../sass/mobile.scss */
  html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  /* line 2186, ../sass/mobile.scss */
  html.mm-slide.mm-opened .mm-menu {
    transform: translateX(-30%);
  }
  /* line 2190, ../sass/mobile.scss */
  html.mm-slide.mm-opening .mm-menu {
    transform: translateX(0%);
  }
  /* line 2196, ../sass/mobile.scss */
  html.mm-slide.mm-right.mm-opened .mm-menu {
    transform: translateX(30%);
  }
  /* line 2200, ../sass/mobile.scss */
  html.mm-slide.mm-right.mm-opening .mm-menu {
    transform: translateX(0%);
  }
  /* line 2207, ../sass/mobile.scss */
  html.mm-slide.mm-top.mm-opened .mm-menu {
    transform: translateY(-30%);
  }
  /* line 2211, ../sass/mobile.scss */
  html.mm-slide.mm-top.mm-opening .mm-menu {
    transform: translateY(0%);
  }
  /* line 2218, ../sass/mobile.scss */
  html.mm-slide.mm-bottom.mm-opened .mm-menu {
    transform: translateY(30%);
  }
  /* line 2222, ../sass/mobile.scss */
  html.mm-slide.mm-bottom.mm-opening .mm-menu {
    transform: translateY(0%);
  }
  /* line 2230, ../sass/mobile.scss */
  html.mm-zoom-menu .mm-menu {
    transition: transform 0.4s ease;
  }
  /* line 2234, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-opened .mm-menu {
    transform: scale(0.7, 0.7) translateX(-30%);
    transform-origin: left center;
  }
  /* line 2239, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-opening .mm-menu {
    transform: scale(1, 1) translateX(0%);
  }
  /* line 2245, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    transform: scale(0.7, 0.7) translateX(30%);
    transform-origin: right center;
  }
  /* line 2250, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    transform: scale(1, 1) translateX(0%);
  }
  /* line 2256, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    transform: scale(0.7, 0.7) translateY(-30%);
    transform-origin: center top;
  }
  /* line 2261, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    transform: scale(1, 1) translateY(0%);
  }
  /* line 2268, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    transform: scale(0.7, 0.7) translateY(30%);
    transform-origin: center bottom;
  }
  /* line 2273, ../sass/mobile.scss */
  html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    transform: scale(1, 1) translateY(0%);
  }
  /* line 2279, ../sass/mobile.scss */
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
    transform: scale(1.5, 1.5) translateX(100%);
    transform-origin: left center;
    transition-property: transform, left;
  }
  /* line 2284, ../sass/mobile.scss */
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    transform: scale(1, 1) translateX(0%);
  }
  /* line 2287, ../sass/mobile.scss */
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
    transform: scale(0.7, 0.7) translateX(-30%);
  }

  /* line 2294, ../sass/mobile.scss */
  .mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
  }

  /* line 2302, ../sass/mobile.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(100%, 0);
  }
  /* line 2306, ../sass/mobile.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-100%, 0);
  }

  /* line 2342, ../sass/mobile.scss */
  .mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
  }

  /* line 2349, ../sass/mobile.scss */
  html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
  }

  /* line 2356, ../sass/mobile.scss */
  .mm-menu.mm-top, .mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  /* line 2362, ../sass/mobile.scss */
  .mm-menu.mm-right {
    left: auto;
    right: 0;
  }
  /* line 2367, ../sass/mobile.scss */
  .mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
  }

  /* line 2375, ../sass/mobile.scss */
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-80%, 0);
  }
  /* line 2379, ../sass/mobile.scss */
  html.mm-front .mm-slideout {
    transform: none !important;
    z-index: 0 !important;
  }

  /* line 2399, ../sass/mobile.scss */
  .mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }

  /* line 2404, ../sass/mobile.scss */
  html.mm-opened.mm-next .mm-page {
    box-shadow: none;
  }

  /* line 2411, ../sass/mobile.scss */
  .mm-menu.mm-front, .mm-menu.mm-next {
    transition: transform 0.4s ease;
    transform: translate(-100%, 0);
  }
  /* line 2417, ../sass/mobile.scss */
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    transform: translate(100%, 0);
  }
  /* line 2423, ../sass/mobile.scss */
  .mm-menu.mm-front.mm-top {
    transform: translate(0, -100%);
  }
  /* line 2427, ../sass/mobile.scss */
  .mm-menu.mm-front.mm-bottom {
    transform: translate(0, 100%);
  }

  /* line 2436, ../sass/mobile.scss */
  html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    transform: translate(0, 0);
  }

  /* line 2444, ../sass/mobile.scss */
  .mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
  }

  /* line 2451, ../sass/mobile.scss */
  html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  /* line 2455, ../sass/mobile.scss */
  .mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.6);
  }
  /* line 2461, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2467, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2473, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
  }
  /* line 2477, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2484, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6);
  }
  /* line 2489, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
  }
  /* line 2497, ../sass/mobile.scss */
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
  }
  /* line 2502, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: #f3f3f3;
  }
  /* line 2508, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6);
  }
  /* line 2512, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3;
  }
  /* line 2519, ../sass/mobile.scss */
  .mm-menu.mm-light label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
  }
  /* line 2523, ../sass/mobile.scss */
  .mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2527, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2532, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2538, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
  }
  /* line 2543, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
  }
  /* line 2547, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
  }
  /* line 2552, ../sass/mobile.scss */
  .mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2556, ../sass/mobile.scss */
  .mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 2559, ../sass/mobile.scss */
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3;
  }
  /* line 2564, ../sass/mobile.scss */
  .mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
  }

  /* line 2569, ../sass/mobile.scss */
  html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  /* line 2573, ../sass/mobile.scss */
  .mm-menu.mm-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
  }
  /* line 2579, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2585, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2591, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
  }
  /* line 2595, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2602, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06);
  }
  /* line 2607, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
  }
  /* line 2614, ../sass/mobile.scss */
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
  }
  /* line 2619, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: white;
  }
  /* line 2625, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6);
  }
  /* line 2629, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  /* line 2636, ../sass/mobile.scss */
  .mm-menu.mm-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
  }
  /* line 2640, ../sass/mobile.scss */
  .mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2644, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2649, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2655, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
  }
  /* line 2660, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
  }
  /* line 2664, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
  }
  /* line 2669, ../sass/mobile.scss */
  .mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 2673, ../sass/mobile.scss */
  .mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 2676, ../sass/mobile.scss */
  .mm-menu.mm-white label.mm-toggle:before {
    background: white;
  }
  /* line 2681, ../sass/mobile.scss */
  .mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
  }

  /* line 2686, ../sass/mobile.scss */
  html.mm-opened.mm-black .mm-page {
    box-shadow: none;
  }

  /* line 2690, ../sass/mobile.scss */
  .mm-menu.mm-black {
    background: black;
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 2696, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2);
  }
  /* line 2702, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3);
  }
  /* line 2708, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
  }
  /* line 2712, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2);
  }
  /* line 2719, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25);
  }
  /* line 2724, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15);
  }
  /* line 2731, ../sass/mobile.scss */
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15);
  }
  /* line 2736, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: black;
  }
  /* line 2742, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6);
  }
  /* line 2746, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black;
  }
  /* line 2753, ../sass/mobile.scss */
  .mm-menu.mm-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
  }
  /* line 2757, ../sass/mobile.scss */
  .mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
  }
  /* line 2761, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-footer {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
  }
  /* line 2766, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
  }
  /* line 2772, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
  }
  /* line 2777, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.15);
  }
  /* line 2781, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 2786, ../sass/mobile.scss */
  .mm-menu.mm-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
  }
  /* line 2790, ../sass/mobile.scss */
  .mm-menu.mm-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
  }
  /* line 2793, ../sass/mobile.scss */
  .mm-menu.mm-black label.mm-toggle:before {
    background: black;
  }
  /* line 2798, ../sass/mobile.scss */
  .mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
  }

  /* line 2803, ../sass/mobile.scss */
  .order-online .change-btn {
    position: relative;
    left: 0;
    float: left;
    margin: 35px 0;
  }

  /* line 2814, ../sass/mobile.scss */
  .form-pager .formHeading li {
    width: 10%;
  }
  /* line 2817, ../sass/mobile.scss */
  .form-pager .formHeading li .fromHeading-styling {
    width: 60%;
  }
  /* line 2820, ../sass/mobile.scss */
  .form-pager .formHeading li .fromHeading-styling span {
    width: 0;
    color: transparent !important;
  }
  /* line 2824, ../sass/mobile.scss */
  .form-pager .formHeading li .fromHeading-styling span:before {
    margin: -15px 0 0 -10px;
  }
  /* line 2832, ../sass/mobile.scss */
  .form-pager .order-online .change-btn {
    position: relative;
    left: 0;
    float: left;
    margin: 35px 0;
  }
  /* line 2841, ../sass/mobile.scss */
  .form-pager form .field.shortField.rightField {
    margin-left: 0;
    display: block;
  }
  /* line 2850, ../sass/mobile.scss */
  .form-pager form button.prev, .form-pager form button.next {
    width: 36%;
    text-align: center;
    padding: 0 36px 0 16px !important;
    margin-top: 40px;
  }
  /* line 2861, ../sass/mobile.scss */
  .form-pager form button.prev {
    padding: 0 16px 0 36px !important;
  }
  /* line 2864, ../sass/mobile.scss */
  .form-pager form button.prev:before {
    left: 14px;
  }
  /* line 2870, ../sass/mobile.scss */
  .form-pager form button.next:before {
    right: 16px;
  }
  /* line 2877, ../sass/mobile.scss */
  .form-pager form .field.shortField label {
    min-height: 64px;
  }
  /* line 2881, ../sass/mobile.scss */
  .form-pager form .fieldsetDescription {
    display: none;
  }

  /* line 2886, ../sass/mobile.scss */
  .summation .data.cust {
    width: 100%;
  }

  /* line 2890, ../sass/mobile.scss */
  .wysiwyg-container.fwm .col50.mobile-col50 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  /* line 831, ../sass/mobile.scss */
  .footer .col-sm-3.with-padding {
    margin: 0;
  }
}

@media all and (max-width: 1024px) and (max-width: 175px) {
  /* line 1516, ../sass/mobile.scss */
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
  }
}
@media all and (max-width: 1024px) and (min-width: 550px) {
  /* line 1523, ../sass/mobile.scss */
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0);
  }
}
@media all and (max-width: 1024px) and (max-width: 140px) {
  /* line 2313, ../sass/mobile.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(140px, 0);
  }
}
@media all and (max-width: 1024px) and (min-width: 10000px) {
  /* line 2320, ../sass/mobile.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(10000px, 0);
  }
}
@media all and (max-width: 1024px) and (max-width: 140px) {
  /* line 2327, ../sass/mobile.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-140px, 0);
  }
}
@media all and (max-width: 1024px) and (min-width: 10000px) {
  /* line 2334, ../sass/mobile.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-10000px, 0);
  }
}
@media all and (max-width: 1024px) and (max-width: 175px) {
  /* line 2387, ../sass/mobile.scss */
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0);
  }
}
@media all and (max-width: 1024px) and (min-width: 550px) {
  /* line 2394, ../sass/mobile.scss */
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0);
  }
}
@media all and (max-width: 1024px) and (max-width: 550px) {
  /* line 2850, ../sass/mobile.scss */
  .form-pager form button.prev, .form-pager form button.next {
    width: 47%;
  }
}
@media (min-width: 550px) and (max-width: 1024px) {
  /* line 2897, ../sass/mobile.scss */
  .widget-navigation h3 {
    background-size: 6% !important;
  }
  /* line 2900, ../sass/mobile.scss */
  .widget-navigation h3.ui-accordion-header-active {
    background-size: 6% !important;
  }

  /* line 2908, ../sass/mobile.scss */
  .form-pager form button.prev, .form-pager form button.next {
    padding: 0 53px 0 30px;
  }
}
/* line 2914, ../sass/mobile.scss */
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

/* line 2919, ../sass/mobile.scss */
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

/* line 2925, ../sass/mobile.scss */
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

/* line 2930, ../sass/mobile.scss */
.r-tabs .r-tabs-accordion-title {
  display: none;
}

/* line 2934, ../sass/mobile.scss */
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
/* line 2937, ../sass/mobile.scss */
.r-tabs .r-tabs-panel.r-tabs-state-active .r-tabs-anchor {
  display: block;
}

@media only screen and (max-width: 768px) {
  /* line 2948, ../sass/mobile.scss */
  .info-box-home > ul > li {
    padding: 0;
    width: 100%;
    display: table;
    float: none;
    min-height: 0;
    border: 1px solid #e4e5e6;
    border-bottom: 0;
  }
  /* line 2957, ../sass/mobile.scss */
  .info-box-home > ul > li:last-child {
    border-bottom: 1px solid #e4e5e6;
  }
  /* line 2965, ../sass/mobile.scss */
  .info-box-home > ul > li ul li.info-box-title, .info-box-home > ul > li ul li.info-box-desc, .info-box-home > ul > li ul li.info-box-icon {
    display: block;
    padding: 20px;
  }
  /* line 2970, ../sass/mobile.scss */
  .info-box-home > ul > li ul li.info-box-icon {
    width: 50%;
    padding: 0;
    margin: 0 auto;
  }
  /* line 2976, ../sass/mobile.scss */
  .info-box-home > ul > li ul li.info-box-title {
    width: 50%;
    text-align: center;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  /* line 2984, ../sass/mobile.scss */
  .info-box-home > ul > li ul li.info-box-desc {
    padding: 20px;
    width: 100%;
    display: block;
  }
  /* line 2989, ../sass/mobile.scss */
  .info-box-home > ul > li ul li.info-box-desc li {
    text-align: center;
  }
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 1024px) {
  /* line 3005, ../sass/mobile.scss */
  #mobileView div.custom-tabs-nav {
    display: block !important;
  }

  /* line 3013, ../sass/mobile.scss */
  .info-box-home li.info-box-title, .info-box-home li.info-box-desc {
    padding: 0;
  }
  /* line 3017, ../sass/mobile.scss */
  .info-box-home li.info-box-title {
    font-size: 16px;
    margin-bottom: 28px;
  }
  /* line 3022, ../sass/mobile.scss */
  .info-box-home li.info-box-desc {
    font-size: 13px;
  }
  /* line 3025, ../sass/mobile.scss */
  .info-box-home li.info-box-desc ul li {
    padding: 0 0 13px 0;
  }

  /* line 3031, ../sass/mobile.scss */
  .r-tabs .r-tabs-nav {
    display: none;
  }

  /* line 3035, ../sass/mobile.scss */
  .r-tabs .r-tabs-accordion-title {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }
  /* line 3040, ../sass/mobile.scss */
  .r-tabs .r-tabs-accordion-title:first-child {
    margin-top: 0;
  }
  /* line 3044, ../sass/mobile.scss */
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    position: relative;
    width: 100%;
    background-color: #E4E5E6;
    padding: 14px 70px 14px 16px;
    color: #2c3077;
    font-size: 20px;
    font-weight: 300;
  }
  /* line 3054, ../sass/mobile.scss */
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
    position: absolute;
    content: '';
    background: url('../img/basic-s653d31de89.png') 0 -7932px;
    background-color: #E4E5E6;
    background-position: 0 -7932px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  /* line 3073, ../sass/mobile.scss */
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    display: block;
    width: 100%;
    background-color: #E4E5E6;
    padding: 14px 70px 14px 16px;
    color: #2c3077;
    font-size: 20px;
    font-weight: 300;
  }
  /* line 3082, ../sass/mobile.scss */
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
    position: absolute;
    content: '';
    background: url('../img/basic-s653d31de89.png') 0 -8467px;
    background-color: #E4E5E6;
    background-position: 0 -8467px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  /* line 3100, ../sass/mobile.scss */
  .r-tabs .r-tabs-panel .r-tabs-anchor {
    display: block;
    width: 100%;
    background-color: #E4E5E6;
    padding: 14px 70px 14px 16px;
    color: #2c3077;
    font-size: 20px;
    font-weight: 300;
  }
  /* line 3109, ../sass/mobile.scss */
  .r-tabs .r-tabs-panel .r-tabs-anchor :after {
    position: absolute;
    content: '';
    background: url('../img/basic-s653d31de89.png') 0 -7932px;
    background-color: #E4E5E6;
    background-position: 0 -7932px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  /* line 3130, ../sass/mobile.scss */
  .r-tabs .tab-inner .col50 {
    width: 100% !important;
  }

  /* line 3134, ../sass/mobile.scss */
  .widget ul li.menu-rotate-animation {
    display: none !important;
  }

  /* line 3138, ../sass/mobile.scss */
  .order-online i.fa.fa-info-circle {
    position: relative;
    left: 93%;
    top: -80px;
    color: #0098E7;
    font-size: 21px;
    cursor: pointer;
    z-index: 9999;
  }
}
@media (min-width: 1024px) {
  /* line 3155, ../sass/mobile.scss */
  footer .row .col-sm-3 div > ul,
  .footer-box .col-sm-3 div > ul {
    display: block !important;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 3168, ../sass/mobile.scss */
  .logo-przyjazna-mobile {
    display: block;
  }

  /* line 3172, ../sass/mobile.scss */
  .logo-przyjazna-desktop {
    display: none !important;
  }

  /* line 3176, ../sass/mobile.scss */
  .enea-main-tabs {
    width: 100%;
  }
  /* line 3179, ../sass/mobile.scss */
  .enea-main-tabs .col-sm-3.with-padding {
    width: 25%;
  }

  /* line 3184, ../sass/mobile.scss */
  #info-tabs {
    width: 100%;
  }
  /* line 3187, ../sass/mobile.scss */
  #info-tabs .info-box-home > ul > li {
    min-height: 620px;
  }

  /* line 3194, ../sass/mobile.scss */
  .cookie-uokik-info .left {
    width: 708px;
  }
  /* line 3198, ../sass/mobile.scss */
  .cookie-uokik-info .right {
    width: 300px;
  }

  /* line 3203, ../sass/mobile.scss */
  body {
    width: 100%;
    min-width: 100%;
  }
  /* line 3207, ../sass/mobile.scss */
  body #main div.content-wrapper {
    margin-left: 0 !important;
    padding: 0 15px !important;
    width: 100% !important;
  }
  /* line 3212, ../sass/mobile.scss */
  body #main div.content-wrapper .content.full-width {
    width: 100% !important;
  }
  /* line 3215, ../sass/mobile.scss */
  body #main div.content-wrapper .content.full-width.no-margin {
    width: 100%;
  }

  /* line 3222, ../sass/mobile.scss */
  #main aside.left {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
  }
  /* line 3227, ../sass/mobile.scss */
  #main aside.left .widget {
    display: none;
  }
  /* line 3230, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation {
    display: block;
  }
  /* line 3235, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul li.active > a {
    background: url("../img/basic/ico-plus.png") 10px center no-repeat #0098e7;
    padding-left: 45px;
  }
  /* line 3239, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul li.active > a:hover {
    cursor: pointer;
  }
  /* line 3244, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul li:not(.active) {
    display: none !important;
  }
  /* line 3248, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul.opened li:not(.active) {
    display: block !important;
  }
  /* line 3250, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul.opened li:not(.active) > a {
    opacity: 1 !important;
  }
  /* line 3256, ../sass/mobile.scss */
  #main aside.left .widget.widget-multilevel-navigation > ul.opened li.active {
    background: url("../img/basic/ico-minus.png") 10px center no-repeat #0098e7;
  }
  /* line 3262, ../sass/mobile.scss */
  #main aside.left > img {
    display: none;
  }

  /* line 3268, ../sass/mobile.scss */
  .row,
  .row-inner {
    width: 100%;
  }

  /* line 3272, ../sass/mobile.scss */
  #main div.content-wrapper div.content {
    width: 100%;
  }

  /* line 3276, ../sass/mobile.scss */
  #main #home-slider {
    max-width: 100%;
    min-width: 100%;
  }
  /* line 3280, ../sass/mobile.scss */
  #main #home-slider .row {
    top: 0px;
    left: 0;
    margin-left: 0;
  }
  /* line 3285, ../sass/mobile.scss */
  #main #home-slider .row .content-wrapper {
    width: 91.25%;
  }
  /* line 3288, ../sass/mobile.scss */
  #main #home-slider .row .content-wrapper aside.right {
    width: 100%;
  }
  /* line 3293, ../sass/mobile.scss */
  #main #home-slider .row .col-sm-3 {
    position: static;
    top: 0;
    right: 15px;
  }
  /* line 3300, ../sass/mobile.scss */
  #main #home-slider .row .col-sm-3 .help p {
    font-size: 22px;
    line-height: 28px;
  }
  /* line 3305, ../sass/mobile.scss */
  #main #home-slider .row .col-sm-3 .help ul li {
    font-size: 17px;
    line-height: 22px;
  }

  /* line 3318, ../sass/mobile.scss */
  header .header-bottom .row .logo {
    margin: 20px 0 25px 15px;
  }
  /* line 3321, ../sass/mobile.scss */
  header .header-bottom .row .logo a {
    background-size: 141px 59px;
    background-position: center;
    background-image: url("../img/retina/logo2x.png");
  }
  /* line 3328, ../sass/mobile.scss */
  header .header-bottom .row nav {
    position: relative;
  }
  /* line 3333, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li {
    position: static !important;
    margin-left: 10px;
  }
  /* line 3337, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li a {
    padding-right: 25px;
    padding-left: 10px;
  }
  /* line 3341, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li a:before {
    right: 6px;
  }
  /* line 3348, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li.single-item a {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 3356, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li:nth-child(1) > div {
    position: absolute;
    top: 84px;
    left: -144px;
  }
  /* line 3365, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li:nth-child(2) > div {
    position: absolute;
    top: 84px;
    left: -144px;
  }
  /* line 3372, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li:nth-child(2) > div.submenu-right .top .left {
    padding-left: 0;
  }
  /* line 3376, ../sass/mobile.scss */
  header .header-bottom .row nav .hover-menu li:nth-child(2) > div.submenu-right .top .right {
    right: 54px;
  }

  /* line 3389, ../sass/mobile.scss */
  footer .row {
    padding: 0 15px;
  }
  /* line 3392, ../sass/mobile.scss */
  footer .row .col-sm-3 {
    width: 37%;
  }
  /* line 3395, ../sass/mobile.scss */
  footer .row .col-sm-3.with-padding {
    width: 21%;
    padding: 0;
  }
  /* line 3404, ../sass/mobile.scss */
  footer .bottom .row .footer-navigation {
    width: 50%;
    float: left;
  }
  /* line 3409, ../sass/mobile.scss */
  footer .bottom .row .other-navigation {
    width: 50%;
    float: right;
  }
  /* line 3417, ../sass/mobile.scss */
  footer .bottom .row .other-navigation ul.additional-navigation .font-size,
  footer .bottom .row .other-navigation ul.additional-navigation .contrast,
  footer .bottom .row .other-navigation ul.additional-navigation .print {
    display: none !important;
  }
  /* line 3424, ../sass/mobile.scss */
  footer .bottom .row .other-navigation ul.social-navigation li.youtube a {
    background-position: 0;
    background-size: 29px 29px !important;
    background-image: url("../img/retina/ico-youtube-big-2x.png") !important;
  }
  /* line 3429, ../sass/mobile.scss */
  footer .bottom .row .other-navigation ul.social-navigation li.youtube a:hover {
    transform: translateY(-5px);
  }
  /* line 3434, ../sass/mobile.scss */
  footer .bottom .row .other-navigation ul.social-navigation li a {
    margin-right: 0 !important;
  }

  /* line 3443, ../sass/mobile.scss */
  #main div.content-wrapper div.content.job-offers .offer-header {
    background: #fff !important;
  }
  /* line 3446, ../sass/mobile.scss */
  #main div.content-wrapper div.content.job-offers .offer-header > img {
    height: 33.333333% !important;
    width: 33.3333333% !important;
  }
  /* line 3450, ../sass/mobile.scss */
  #main div.content-wrapper div.content.job-offers .offer-header > img:first-child {
    margin-top: 12px !important;
  }
  /* line 3456, ../sass/mobile.scss */
  #main div.content-wrapper div.content.job-offers .dots .offer-header {
    background: #fff;
  }
  /* line 3459, ../sass/mobile.scss */
  #main div.content-wrapper div.content.job-offers .dots .offer-header > img {
    height: auto !important;
    width: 100% !important;
  }

  /* line 3467, ../sass/mobile.scss */
  #main div.content-wrapper div.content.contact-numbers {
    width: 100%;
  }
  /* line 3470, ../sass/mobile.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view {
    margin-top: 20px;
  }
  /* line 3473, ../sass/mobile.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left {
    width: 60%;
    margin-right: 0;
    padding: 20px;
  }
  /* line 3478, ../sass/mobile.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left img.bg-image {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  /* line 3489, ../sass/mobile.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .right {
    width: 40%;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }
  /* line 3497, ../sass/mobile.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left,
  #main div.content-wrapper div.content.contact-numbers .block-view .right {
    height: 464px;
    min-height: auto !important;
    float: left;
  }
  /* line 3502, ../sass/mobile.scss */
  #main div.content-wrapper div.content.contact-numbers .block-view .left .details,
  #main div.content-wrapper div.content.contact-numbers .block-view .right .details {
    padding: 0;
  }

  /* line 3509, ../sass/mobile.scss */
  #main div.content-wrapper div.content.disable-map div.map-container .filter-options {
    width: 100%;
  }

  /* line 3513, ../sass/mobile.scss */
  .widget ul li.menu-rotate-animation {
    display: none !important;
  }

  /* line 3517, ../sass/mobile.scss */
  .js-menu-show-more {
    display: block !important;
  }

  /* line 3521, ../sass/mobile.scss */
  .js-menu-show-more > a {
    opacity: 1;
  }

  /* line 3525, ../sass/mobile.scss */
  .calc .fieldset {
    position: relative;
  }
  /* line 3528, ../sass/mobile.scss */
  .calc .fieldset .field {
    position: static;
  }
  /* line 3531, ../sass/mobile.scss */
  .calc .fieldset .field .error {
    position: absolute;
    bottom: -15px;
  }

  /* line 3538, ../sass/mobile.scss */
  .formHeading li .fromHeading-styling span {
    font-size: 0.8em;
    width: 30%;
  }
}
@media all and (max-width: 1200px) {
  /* line 3546, ../sass/mobile.scss */
  header .header-bottom .row form {
    margin-right: 15px;
    width: 16%;
  }
}
@media all and (max-width: 1024px) {
  /* line 3554, ../sass/mobile.scss */
  header .header-bottom .row form {
    margin-right: 0;
    width: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 3564, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.youtube a {
    background-image: url("../img/retina/ico-youtube-big-2x.png") !important;
    background-size: cover;
    background-position: 0;
  }
  /* line 3569, ../sass/mobile.scss */
  footer .bottom .other-navigation ul.social-navigation li.youtube a:hover {
    transform: translateY(-5px);
  }
}
