/* line 3, ../scss/_base.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../scss/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 12, ../scss/_base.scss */
html {
  font-size: 62.5%;
}

/* line 15, ../scss/_base.scss */
body {
  font-family: "Roboto", Helvetica, sans-serif;
}
@media (min-width: 768px) {
  /* line 15, ../scss/_base.scss */
  body {
    padding-top: 60px !important;
  }
}
@media (min-width: 992px) {
  /* line 15, ../scss/_base.scss */
  body {
    padding-top: 90px !important;
  }
}

/* line 27, ../scss/_base.scss */
strong {
  font-weight: 700;
}

/* line 33, ../scss/_base.scss */
a {
  text-decoration: none;
}

/* line 1, ../scss/modules/_button.scss */
.button {
  display: block;
  padding: 18px 17px;
  border: 1px solid #19156b;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 45px;
  border-radius: 3px;
  color: #19156b;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 14, ../scss/modules/_button.scss */
.button:hover {
  border: 1px solid #19156b;
  background-color: #19156b;
  color: white;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_button.scss */
  .button {
    width: 178px;
  }
}
/* line 22, ../scss/modules/_button.scss */
.button--newsBack {
  width: 203px;
  color: #19156b;
}
/* line 26, ../scss/modules/_button.scss */
.button--blue {
  background: #19156b;
  color: #fff;
}
/* line 30, ../scss/modules/_button.scss */
.button--transparent {
  border: 1px solid #c7c7c7;
}
/* line 33, ../scss/modules/_button.scss */
.button--contact {
  border: 1px solid #c7c7c7;
}
/* line 36, ../scss/modules/_button.scss */
.button--gray {
  background-color: #a4a4a4;
  color: #fff;
  border: 1px solid #a4a4a4;
  position: absolute;
  right: 31px;
  bottom: 24px;
}
/* line 44, ../scss/modules/_button.scss */
.button--news {
  padding: 15px 24px;
  width: auto;
  border: 1px solid #c7c7c7;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 50, ../scss/modules/_button.scss */
.button--send {
  margin: 0;
  margin-top: 19px;
  background-color: #19156b;
  color: #fff;
  line-height: 1;
}
/* line 56, ../scss/modules/_button.scss */
.button--send:hover {
  background-color: #110E5A;
  cursor: pointer;
}

/* line 7, ../scss/modules/_navbar.scss */
.navbar {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 7, ../scss/modules/_navbar.scss */
  .navbar {
    height: 60px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  /* line 7, ../scss/modules/_navbar.scss */
  .navbar {
    height: 90px;
  }
}
@media (min-width: 768px) {
  /* line 25, ../scss/modules/_navbar.scss */
  .navbar.js-hidden {
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
@media (max-width: 767px) {
  /* line 30, ../scss/modules/_navbar.scss */
  .navbar .container {
    padding: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  /* line 30, ../scss/modules/_navbar.scss */
  .navbar .container {
    *zoom: 1;
  }
  /* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .navbar .container:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 39, ../scss/modules/_navbar.scss */
.navbar__toggle {
  height: 44px;
  width: 44px;
  padding: 16px 0 0 12px;
  float: left;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 39, ../scss/modules/_navbar.scss */
  .navbar__toggle {
    display: none;
  }
}
/* line 49, ../scss/modules/_navbar.scss */
.navbar__toggle > span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #19156b;
}
/* line 56, ../scss/modules/_navbar.scss */
.navbar__toggle > span:last-child {
  margin-bottom: 0;
}
/* line 61, ../scss/modules/_navbar.scss */
.navbar__brand {
  height: 44px;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 61, ../scss/modules/_navbar.scss */
  .navbar__brand {
    height: auto;
    float: left;
    margin-left: -15px;
    background-color: transparent;
  }
}
/* line 72, ../scss/modules/_navbar.scss */
.navbar__brand__logo {
  display: block;
  height: 100%;
  padding: 5px 10px;
  float: right;
  position: relative;
  margin-right: 70px;
}
@media (min-width: 768px) {
  /* line 72, ../scss/modules/_navbar.scss */
  .navbar__brand__logo {
    height: 60px;
    float: none;
    padding: 10px 15px;
    margin-right: 0;
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  /* line 72, ../scss/modules/_navbar.scss */
  .navbar__brand__logo {
    height: 90px;
    padding: 13px 15px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px){
  .navbar__brand__logo{
    margin: 0;
  }
}
/* line 86, ../scss/modules/_navbar.scss */
.navbar__brand__logo > img {
  display: block;
  height: 100%;
  width: auto;
}

.navbar__brand__logo .jubileusz {
    height: 60px;
    float: none;  
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
  }
  @media (min-width: 1200px){
    .navbar__brand__logo .jubileusz{
      right: -100px;
    }
  }




/* line 93, ../scss/modules/_navbar.scss */
.navbar__nav {
  padding: 44px 0 24px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -240px;
  width: 240px;
  overflow-Y: auto;
  background-color: #1d1d35;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  /* line 93, ../scss/modules/_navbar.scss */
  .navbar__nav {
    width: auto;
    position: static;
    float: right;
    margin-top: 7px;
    padding: 0;
    overflow-Y: visible;
    font-size: 0;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  /* line 93, ../scss/modules/_navbar.scss */
  .navbar__nav {
    margin-top: 19px;
  }
}
/* line 120, ../scss/modules/_navbar.scss */
.navbar__nav__close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/mobile-nav-close.png") no-repeat center;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 120, ../scss/modules/_navbar.scss */
  .navbar__nav__close {
    display: none;
  }
}
/* line 134, ../scss/modules/_navbar.scss */
.navbar__nav__list {
  padding: 8px 10px;
}
@media (min-width: 768px) {
  /* line 134, ../scss/modules/_navbar.scss */
  .navbar__nav__list {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0;
    position: relative;
    bottom: 1px;
  }
}
@media (min-width: 992px) {
  /* line 134, ../scss/modules/_navbar.scss */
  .navbar__nav__list {
    margin-right: 20px;
  }
}
@media (min-width: 1230px) {
  /* line 134, ../scss/modules/_navbar.scss */
  .navbar__nav__list {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  /* line 150, ../scss/modules/_navbar.scss */
  .navbar__nav__list > li {
    display: inline-block;
  }
  /* line 154, ../scss/modules/_navbar.scss */
  .navbar__nav__list > li:last-child {
    margin-right: 0;
  }
}
.menu_ue::after {
    content: url("/gfx/ue_flag.jpg");
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.menu_ue {
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    font-size: 1.5rem;
    vertical-align: middle;
    color: #000;
}

/* line 164, ../scss/modules/_navbar.scss */
.navbar__nav__list > li > a {
  display: block;
  padding: 9px 0 10px;
  opacity: .8;
  filter: alpha(opacity=80);
  color: #fff;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  /* line 164, ../scss/modules/_navbar.scss */
  .navbar__nav__list > li > a {
    padding: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #868686;
    font-size: 1.3rem;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 164, ../scss/modules/_navbar.scss */
  .navbar__nav__list > li > a {
    font-size: 1.5rem;
    padding: 10px;
  }
}
@media (min-width: 1230px){
  .navbar__nav__list > li > a{
    padding: 10px 20px;
  }
}
/* line 186, ../scss/modules/_navbar.scss */
.navbar__nav__list > li > a:hover {
  border: 1px solid #19156b;
  margin: 0 -1px;
}
.navbar__nav__list > li.active{
  border: 1px solid #19156b;
  margin: 0 -1px;
}
/* line 193, ../scss/modules/_navbar.scss */
.navbar__nav__shop {
  display: block;
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  /* line 193, ../scss/modules/_navbar.scss */
  .navbar__nav__shop {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 0;
    padding: 12px;
    font-size: 1.3rem;
    background-color: #19156b;
    border-radius: 3px;
  }
  /* line 208, ../scss/modules/_navbar.scss */
  .navbar__nav__shop:hover {
    background-color: #110E5A;
  }
}
@media (min-width: 992px) {
  /* line 193, ../scss/modules/_navbar.scss */
  .navbar__nav__shop {
    font-size: 1.5rem;
    padding: 13px 17px 10px;
  }
  /* line 217, ../scss/modules/_navbar.scss */
  .navbar__nav__shop:after {
    content: url("../img/shop-icon.png");
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  /* line 225, ../scss/modules/_navbar.scss */
  .navbar__langDropdown {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 77px;
    height: 46px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  /* line 238, ../scss/modules/_navbar.scss */
  .navbar__langDropdown.js-open .navbar__langDropdown__langs {
    height: auto;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  }
}
/* line 246, ../scss/modules/_navbar.scss */
.navbar__langDropdown__langs {
  overflow: hidden;
  margin-left: 5px;
  margin-bottom: 8px;
  font-size: 0;
}
@media (min-width: 768px) {
  /* line 246, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs {
    width: 100%;
    height: 46px;
    padding-top: 44px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
  }
}
/* line 265, ../scss/modules/_navbar.scss */
.navbar__langDropdown__langs > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
/* line 269, ../scss/modules/_navbar.scss */
.navbar__langDropdown__langs > li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 274, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li:hover > span,
  .navbar__langDropdown__langs > li:hover > a {
    background-color: #f1f1f1;
  }
}
@media (min-width: 768px) {
  /* line 265, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li {
    display: block;
    margin-right: 0;
  }
  /* line 283, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li.active {
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 289, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li.active > span,
  .navbar__langDropdown__langs > li.active > a {
    height: 100%;
    border-top: 0;
  }
  /* line 295, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li.active .navbar__langDropdown__langContent {
    top: 16px;
  }
  /* line 297, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li.active .navbar__langDropdown__langContent > span {
    display: none;
  }
  /* line 302, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li.active .navbar__langDropdown__langContent {
    top: 16px;
  }
  /* line 305, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li.active .navbar__flag {
    position: relative;
  }
  /* line 307, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li.active .navbar__flag:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: absolute;
    top: 3px;
    right: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #c9c9c9 transparent transparent transparent;
  }
}
/* line 324, ../scss/modules/_navbar.scss */
.navbar__langDropdown__langs > li > a,
.navbar__langDropdown__langs > li > span {
  display: block;
  padding: 5px;
}
@media (min-width: 768px) {
  /* line 324, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langs > li > a,
  .navbar__langDropdown__langs > li > span {
    width: 100%;
    height: 33px;
    padding: 0;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
  }
}
@media (min-width: 768px) {
  /* line 340, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langContent {
    position: absolute;
    top: 10px;
    left: 18px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  /* line 348, ../scss/modules/_navbar.scss */
  .navbar__langDropdown__langContent > span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    bottom: 1px;
    margin-left: 10px;
    color: #c9c9c9;
    font-size: 1.1rem;
  }
}
/* line 361, ../scss/modules/_navbar.scss */
.navbar__flag {
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/flags-sprite.jpg") no-repeat;
}
@media (min-width: 768px) {
  /* line 361, ../scss/modules/_navbar.scss */
  .navbar__flag {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 371, ../scss/modules/_navbar.scss */
.navbar__flag--polish {
  background-position: 0;
}
/* line 374, ../scss/modules/_navbar.scss */
.navbar__flag--english {
  background-position: -16px;
}
/* line 377, ../scss/modules/_navbar.scss */
.navbar__flag--deutch {
  background-position: -32px;
}
/* line 380, ../scss/modules/_navbar.scss */
.navbar__flag--french {
  background-position: -48px;
}

/* line 386, ../scss/modules/_navbar.scss */
body {
  padding-top: 44px;
}
@media (min-width: 768px) {
  /* line 386, ../scss/modules/_navbar.scss */
  body {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 393, ../scss/modules/_navbar.scss */
  body.js-mobileNavOpen .navbar__nav {
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    transform: translateX(240px);
  }
}

/* line 2, ../scss/modules/_langDropdown.scss */
.langDropdown__langs {
  margin-left: 5px;
  margin-bottom: 8px;
  font-size: 0;
}
/* line 7, ../scss/modules/_langDropdown.scss */
.langDropdown__langs > li {
  display: inline-block;
  margin-right: 10px;
}
/* line 10, ../scss/modules/_langDropdown.scss */
.langDropdown__langs > li:last-child {
  margin-right: 0;
}
/* line 13, ../scss/modules/_langDropdown.scss */
.langDropdown__langs > li > a {
  display: block;
  padding: 5px;
}
/* line 19, ../scss/modules/_langDropdown.scss */
.langDropdown__flag {
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/flags-sprite.jpg") no-repeat;
}
/* line 26, ../scss/modules/_langDropdown.scss */
.langDropdown__flag--polish {
  background-position: 0;
}
/* line 29, ../scss/modules/_langDropdown.scss */
.langDropdown__flag--english {
  background-position: -16px;
}
/* line 32, ../scss/modules/_langDropdown.scss */
.langDropdown__flag--german {
  background-position: -32px;
}
/* line 35, ../scss/modules/_langDropdown.scss */
.langDropdown__flag--french {
  background-position: -48px;
}

/* line 2, ../scss/modules/_primarySlider.scss */
.primarySlider__heading {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.1875;
  text-shadow: 1px 1px 1px #666;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  max-width: 800px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 2, ../scss/modules/_primarySlider.scss */
  .primarySlider__heading {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1230px) {
  /* line 2, ../scss/modules/_primarySlider.scss */
  .primarySlider__heading {
    font-size: 4.8rem;
  }
}
/* line 18, ../scss/modules/_primarySlider.scss */
.primarySlider__lead {
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  display: none;
  color: #fff;
  line-height: 1.2525;
  padding: 22px 0 15px;
  text-align: center;
  width: 232px;
  margin: 0 auto;
  text-shadow: 1px 1px 1px #666;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 18, ../scss/modules/_primarySlider.scss */
  .primarySlider__lead {
    text-align: left;
    display: block;
    width: 505px;
    margin: 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1230px) {
  /* line 18, ../scss/modules/_primarySlider.scss */
  .primarySlider__lead {
    width: 770px;
    padding: 55px 0;
    font-size: 16px;
    line-height: 1.6875;
    text-align: left;
    margin: 0;
  }
}
/* line 43, ../scss/modules/_primarySlider.scss */
.primarySlider__button {
  display: table;
  margin: 0 auto;
transition: background .2s ease-in-out,
            border .2s ease-in-out;
}
.primarySlider__button:hover{
  background-color: #F58D14;
  border-color: #F58D14;
}
@media (min-width: 768px) {
  /* line 43, ../scss/modules/_primarySlider.scss */
  .primarySlider__button {
    display: inline-block;
    margin: 0;
  }
}
/* line 51, ../scss/modules/_primarySlider.scss */
.primarySlider__slide {
  background: url("../img/sliderbg_1.jpg");
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important; 
  height: 320px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  /* line 51, ../scss/modules/_primarySlider.scss */
  .primarySlider__slide {
    height: 330px;
  }
}
@media (min-width: 1230px) {
  /* line 51, ../scss/modules/_primarySlider.scss */
  .primarySlider__slide {
    height: 775px;
    padding-top: 289px;
  }
}
/* line 64, ../scss/modules/_primarySlider.scss */
.primarySlider__slide__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);  
}
@media (min-width: 1230px) {
  /* line 64, ../scss/modules/_primarySlider.scss */
  .primarySlider__slide__inner {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
/*
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/

    /*position: relative;
    top: 125px;*/
  }
}
/* line 75, ../scss/modules/_primarySlider.scss */
.primarySlider__pagination {
  position: absolute;
  top: 298px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}
@media (min-width: 768px) {
  /* line 75, ../scss/modules/_primarySlider.scss */
  .primarySlider__pagination {
    margin-top: -49px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
  }
}
/* line 88, ../scss/modules/_primarySlider.scss */
.primarySlider__pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  /*transition: all 0.2s linear;*/
}
/* line 93, ../scss/modules/_primarySlider.scss */
.primarySlider__pagination .swiper-pagination-bullet:hover {
  background-color: #fa9012;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 88, ../scss/modules/_primarySlider.scss */
  .primarySlider__pagination .swiper-pagination-bullet {
    margin-right: 0;
    margin-bottom: 22px;
    display: block;
  }
}
/* line 105, ../scss/modules/_primarySlider.scss */
.primarySlider__pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
/* line 108, ../scss/modules/_primarySlider.scss */
.primarySlider__pagination .swiper-pagination-bullet-active {
  background-color: #fa9012;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 1, ../scss/modules/_newsbar.scss */
.newsbar {
  padding: 20px 0;
  text-align: center;
  background-color: #19156b;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_newsbar.scss */
  .newsbar {
    text-align: left;
  }
}
@media (min-width: 1230px) {
  /* line 1, ../scss/modules/_newsbar.scss */
  .newsbar {
    height: 81px;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    top: -81px;
    margin-bottom: -81px;
    background-color: rgba(25, 21, 107, 0.85);
  }
}
/* line 20, ../scss/modules/_newsbar.scss */
.newsbar .container {
  font-size: 0;
}
.newsbar__head{
  display: none;
}
@media (min-width: 768px) {
  /* line 23, ../scss/modules/_newsbar.scss */
  .newsbar__head {
    display: block;
    margin-right: 30px;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    vertical-align: middle;
    width: 190px;
    font-size: 0;
    white-space: nowrap;
  }
}
/* line 36, ../scss/modules/_newsbar.scss */
.newsbar__heading {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 36, ../scss/modules/_newsbar.scss */
  .newsbar__heading {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 31px;
  }
}
/* line 51, ../scss/modules/_newsbar.scss */
.newsbar__controls {
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 51, ../scss/modules/_newsbar.scss */
  .newsbar__controls {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }
}
/* line 62, ../scss/modules/_newsbar.scss */
.newsbar__control {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  position: relative;
  background-color: #3b3872;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;

  -webkit-transition: background .2s ease-in-out;

          transition: background .2s ease-in-out;
}
.newsbar__control:hover{
  background-color: #F58D14;
}
/* line 73, ../scss/modules/_newsbar.scss */
.newsbar__control:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
/* line 86, ../scss/modules/_newsbar.scss */
.newsbar__control:last-child {
  margin-right: 0;
}
/* line 90, ../scss/modules/_newsbar.scss */
.newsbar__control--prev:after {
  border-width: 4px 6px 4px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* line 96, ../scss/modules/_newsbar.scss */
.newsbar__control--next:after {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}
/* line 102, ../scss/modules/_newsbar.scss */

@media (min-width: 768px) {
  /* line 102, ../scss/modules/_newsbar.scss */
  .newsbar__slider {
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  /* line 102, ../scss/modules/_newsbar.scss */
  .newsbar__slider {
    width: 720px;
  }
}
@media (min-width: 1230px) {
  /* line 102, ../scss/modules/_newsbar.scss */
  .newsbar__slider {
    width: 950px;
  }
}
@media (min-width: 768px) {
  /* line 118, ../scss/modules/_newsbar.scss */
  .newsbar__slide__inner {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* line 125, ../scss/modules/_newsbar.scss */
.newsbar__slide__icon {
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  /* line 125, ../scss/modules/_newsbar.scss */
  .newsbar__slide__icon {
    margin: 0 10px 0 0;
  }
}
/* line 132, ../scss/modules/_newsbar.scss */
.newsbar__slide__text {
  color: #fff;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.25;
}
.newsbar__slide__text:hover{
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 132, ../scss/modules/_newsbar.scss */
  .newsbar__slide__text {
    -webkit-flex: 0 1 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 1.5rem;
  }
}
@media (min-width: 1230px) {
  /* line 132, ../scss/modules/_newsbar.scss */
  .newsbar__slide__text {
    font-size: 1.7rem;
  }
}
/* line 145, ../scss/modules/_newsbar.scss */
.newsbar__slide__date {
  display: table;
  margin: 10px auto 0;
  padding: 9px 14px 10px;
  color: #fa9012;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #3b3872;
  border-radius: 5px;
}
@media (min-width: 768px) {
  /* line 145, ../scss/modules/_newsbar.scss */
  .newsbar__slide__date {
    margin: 0 0 0 10px;
  }
}

/* line 1, ../scss/modules/_aboutUs.scss */
.aboutUs {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
@media (min-width: 992px) {
  /* line 1, ../scss/modules/_aboutUs.scss */
  .aboutUs {
    height: 470px;
  }
}
@media (min-width: 1230px) {
  /* line 1, ../scss/modules/_aboutUs.scss */
  .aboutUs {
    height: 505px;
  }
}
/* line 14, ../scss/modules/_aboutUs.scss */
.aboutUs .container {
  height: 100%;
}
/* line 17, ../scss/modules/_aboutUs.scss */
.aboutUs__left, .aboutUs__right {
  display: block;
}
@inluce sm {
  /* line 17, ../scss/modules/_aboutUs.scss */
  .aboutUs__left, .aboutUs__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 100%;
  }
}
.aboutUs__left > .lead {
  max-width: 555px;
}
@media (min-width: 992px) {
  /* line 17, ../scss/modules/_aboutUs.scss */
  .aboutUs__left, .aboutUs__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media (min-width: 1230px) {
  /* line 17, ../scss/modules/_aboutUs.scss */
  .aboutUs__left, .aboutUs__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 31, ../scss/modules/_aboutUs.scss */
.aboutUs__left {
  padding-top: 48px;
  height: auto;
  margin-bottom: 41px;
}
@media (min-width: 992px) {
  /* line 31, ../scss/modules/_aboutUs.scss */
  .aboutUs__left {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 470px;
    height: 470px;
    padding-right: 25px;
  }
}
@media (min-width: 1230px) {
  /* line 31, ../scss/modules/_aboutUs.scss */
  .aboutUs__left {
    width: 665px;
  }
}
/* line 45, ../scss/modules/_aboutUs.scss */
.aboutUs__right {
  margin: 41px -10px 0;
  background: url("../img/aboutus_bg.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  /* line 45, ../scss/modules/_aboutUs.scss */
  .aboutUs__right {
    display: block;
    margin: 0;
  }
}
@media (min-width: 992px) {
  /* line 45, ../scss/modules/_aboutUs.scss */
  .aboutUs__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 470px;
    height: 470px;
    position: relative;
    margin: 0;
    background-image: none;
  }
}
@media (min-width: 1230px) {
  /* line 45, ../scss/modules/_aboutUs.scss */
  .aboutUs__right {
    margin-top: 0;
    width: 505px;
    height: 504px;
  }
}
/* line 67, ../scss/modules/_aboutUs.scss */
.aboutUs__right > img {
  display: none;
}
@media (min-width: 992px) {
  /* line 67, ../scss/modules/_aboutUs.scss */
  .aboutUs__right > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  /* line 67, ../scss/modules/_aboutUs.scss */
  .aboutUs__right > img {
    height: 100%;
  }
}

/* line 1, ../scss/modules/_typography.scss */
.heading {
  font-size: 45px;
  font-size: 45px;
  font-size: 4.5rem;
  color: #000;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_typography.scss */
  .heading {
    text-align: left;
  }
}
/* line 9, ../scss/modules/_typography.scss */
.heading--firma {
  color: #fff;
  text-align: left;
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
/* line 13, ../scss/modules/_typography.scss */
.heading--light {
  color: #484848;
}
/* line 16, ../scss/modules/_typography.scss */
.heading--small {
  font-size: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333;
  text-align: left;
}
/* line 21, ../scss/modules/_typography.scss */
.heading--history {
  text-align: center;
  display: block;
  margin-bottom: 74px;
}
/* line 26, ../scss/modules/_typography.scss */
.heading--oferta {
  color: #fff;
  margin-top: 18px;
}
/* line 30, ../scss/modules/_typography.scss */
.heading--contactContact {
  margin-bottom: 57px;
}
/* line 33, ../scss/modules/_typography.scss */
.heading--offerWork {
  font-size: 36px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  /* line 33, ../scss/modules/_typography.scss */
  .heading--offerWork {
    font-size: 4.5rem;
  }
}

/* line 41, ../scss/modules/_typography.scss */
.lead {
  font-size: 22px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #484848;
  line-height: 1.4545;
  margin: 20px 0;
}
@media (min-width: 768px) {
  /* line 41, ../scss/modules/_typography.scss */
  .lead {
    text-align: left;
  }
}
@media (min-width: 992px) {
  /* line 41, ../scss/modules/_typography.scss */
  .lead {
    padding: 30px 0;
    margin: 0;
  }
}
/* line 55, ../scss/modules/_typography.scss */
.lead > span {
  color: #2a2167;
  font-weight: 700;
}
/* line 61, ../scss/modules/_typography.scss */
.lead--contact {
  margin-bottom: 46px;
  padding: 0;
  margin-top: 30px;
}
/* line 66, ../scss/modules/_typography.scss */
.lead--contactContact {
  margin-top: 0;
  padding: 0;
  padding-bottom: 43px;
}
/* line 71, ../scss/modules/_typography.scss */
.lead--news {
  color: #19156b;
}

/* line 76, ../scss/modules/_typography.scss */
.text {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #818181;
  line-height: 1.8571;
}
@media (min-width: 1230px) {
  /* line 84, ../scss/modules/_typography.scss */
  .text--aboutUs {
    width: 526px;
  }
}
/* line 90, ../scss/modules/_typography.scss */
.text--offer > span {
  font-weight: 700;
  color: #383838;
}
/* line 95, ../scss/modules/_typography.scss */
.text--big {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666;
}
/* line 99, ../scss/modules/_typography.scss */
.text--dark {
  color: #6a6a6a;
}
/* line 102, ../scss/modules/_typography.scss */
.text--oferta {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 104, ../scss/modules/_typography.scss */
.text--oferta > span {
  color: #4e4e4e;
  font-weight: 500;
}
/* line 109, ../scss/modules/_typography.scss */
.text--oferta2 {
  clear: both;
  display: block;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666;
}
/* line 115, ../scss/modules/_typography.scss */
.text--oferta3 {
  color: black;
  margin-left: 15px;
}
/* line 118, ../scss/modules/_typography.scss */
.text--oferta3 > li {
  list-style-type: disc;
}
/* line 120, ../scss/modules/_typography.scss */
.text--oferta3 > li > span {
  color: #818181;
}

/* line 1, ../scss/modules/_boxs.scss */
.boxs {
  width: 252px;
  background-color: #19156b;
}
/* line 4, ../scss/modules/_boxs.scss */
.boxs__slider {
  padding: 30px 0;
}
@media (min-width: 992px) {
  /* line 4, ../scss/modules/_boxs.scss */
  .boxs__slider {
    height: 100%;
    padding: 0;
  }
}
/* line 11, ../scss/modules/_boxs.scss */
.boxs__slide {
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 11, ../scss/modules/_boxs.scss */
  .boxs__slide {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  /* line 11, ../scss/modules/_boxs.scss */
  .boxs__slide {
    padding: 39px 25px;
  }
}
@media (min-width: 1230px) {
  /* line 11, ../scss/modules/_boxs.scss */
  .boxs__slide {
    padding: 31px 21px;
  }
}
/* line 25, ../scss/modules/_boxs.scss */
.boxs__pagination {
  display: block;
  z-index: 20;
  text-align: center;
  margin-top: 25px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  /* line 25, ../scss/modules/_boxs.scss */
  .boxs__pagination {
    display: inline-block;
    left: auto;
    top: 50%;
    right: 25px;
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  /* line 25, ../scss/modules/_boxs.scss */
  .boxs__pagination {
    margin: 0;
    top: auto;
    left: 25%;
    bottom: 30px;
    -ms-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@media (min-width: 1230px) {
  /* line 25, ../scss/modules/_boxs.scss */
  .boxs__pagination {
    bottom: 36px;
  }
}
/* line 52, ../scss/modules/_boxs.scss */
.boxs__pagination .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  margin-right: 19px;
  border-radius: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 58, ../scss/modules/_boxs.scss */
.boxs__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
/* line 61, ../scss/modules/_boxs.scss */
.boxs__pagination .swiper-pagination-bullet:hover {
  background-color: #fa9012;
}
@media (min-width: 768px) {
  /* line 52, ../scss/modules/_boxs.scss */
  .boxs__pagination .swiper-pagination-bullet {
    display: block;
    width: 2px;
    height: 20px;
    margin-bottom: 20px;
  }
  /* line 69, ../scss/modules/_boxs.scss */
  .boxs__pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 52, ../scss/modules/_boxs.scss */
  .boxs__pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 28px;
    height: 2px;
    margin-right: 19px;
    margin-bottom: 0;
    border-radius: 0;
  }
  /* line 80, ../scss/modules/_boxs.scss */
  .boxs__pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
}
/* line 87, ../scss/modules/_boxs.scss */
.boxs__pagination .swiper-pagination-bullet-active {
  height: 3px;
  background-color: #fa9012;
}
@media (min-width: 768px) {
  /* line 87, ../scss/modules/_boxs.scss */
  .boxs__pagination .swiper-pagination-bullet-active {
    height: 20px;
    width: 3px;
  }
}
@media (min-width: 992px) {
  /* line 87, ../scss/modules/_boxs.scss */
  .boxs__pagination .swiper-pagination-bullet-active {
    height: 3px;
    width: 28px;
  }
}
/* line 101, ../scss/modules/_boxs.scss */
.boxs__text {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 101, ../scss/modules/_boxs.scss */
  .boxs__text {
    font-size: 2rem;
    padding-top: 0;
  }
}
@media (min-width: 1230px) {
  /* line 101, ../scss/modules/_boxs.scss */
  .boxs__text {
    font-size: 1.6rem;
  }
}
/* line 112, ../scss/modules/_boxs.scss */
.boxs__heading {
  padding-top: 28px;
  font-weight: 100;
  font-size: 64px;
  font-size: 64px;
  font-size: 6.4rem;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 112, ../scss/modules/_boxs.scss */
  .boxs__heading {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  /* line 112, ../scss/modules/_boxs.scss */
  .boxs__heading {
    font-size: 4.2rem;
  }
}
@media (min-width: 1230px) {
  /* line 112, ../scss/modules/_boxs.scss */
  .boxs__heading {
    font-size: 4.8rem;
  }
}
/* line 127, ../scss/modules/_boxs.scss */
.boxs__heading .super {
  vertical-align: super;
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
}
/* line 132, ../scss/modules/_boxs.scss */
.boxs__extratext {
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  color: #fff;
  line-height: 1.2857;
  padding-top: 10px;
}
@media (min-width: 768px) {
  /* line 132, ../scss/modules/_boxs.scss */
  .boxs__extratext {
    font-size: 1.6rem;
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  /* line 132, ../scss/modules/_boxs.scss */
  .boxs__extratext {
    font-size: 1.3rem;
  }
}
@media (min-width: 1230px) {
  /* line 132, ../scss/modules/_boxs.scss */
  .boxs__extratext {
    font-size: 1.4rem;
  }
}
/* line 149, ../scss/modules/_boxs.scss */
.boxs--1 {
  display: none;
}
@media (min-width: 768px) {
  /* line 149, ../scss/modules/_boxs.scss */
  .boxs--1 {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 149, ../scss/modules/_boxs.scss */
  .boxs--1 {
    display: block;
    width: 235px;
    height: 235px;
    position: relative;
    background-color: rgba(88, 85, 136, 0.9);
  }
}
@media (min-width: 1230px) {
  /* line 149, ../scss/modules/_boxs.scss */
  .boxs--1 {
    width: 252px;
    height: 252px;
  }
}
/* line 166, ../scss/modules/_boxs.scss */
.boxs--2 {
  background-color: rgba(25, 21, 107, 0.9);
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 166, ../scss/modules/_boxs.scss */
  .boxs--2 {
    margin: 0;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media (min-width: 992px) {
  /* line 166, ../scss/modules/_boxs.scss */
  .boxs--2 {
    margin: 0;
    width: 235px;
    height: 235px;
    left: 235px;
  }
}
@media (min-width: 1230px) {
  /* line 166, ../scss/modules/_boxs.scss */
  .boxs--2 {
    position: absolute;
    top: 252px;
    left: 252px;
    width: 251px;
    height: 252px;
    z-index: 10;
  }
}

/* line 1, ../scss/modules/_offer.scss */
.offer {
  background-color: #f7f7f7;
  height: auto;
  z-index: 999;
}
/* line 6, ../scss/modules/_offer.scss */
.offer__left {
  padding-top: 48px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  /* line 6, ../scss/modules/_offer.scss */
  .offer__left {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  /* line 6, ../scss/modules/_offer.scss */
  .offer__left {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media (min-width: 1230px) {
  /* line 6, ../scss/modules/_offer.scss */
  .offer__left {
    width: 410px;
    padding-right: 61px;
  }
}
/* line 22, ../scss/modules/_offer.scss */
.offer__right {
  margin: 0 -10px;
}
@media (min-width: 768px) {
  /* line 22, ../scss/modules/_offer.scss */
  .offer__right {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  /* line 22, ../scss/modules/_offer.scss */
  .offer__right {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 1230px) {
  /* line 22, ../scss/modules/_offer.scss */
  .offer__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 757px;
  }
}

/* line 1, ../scss/modules/_domain.scss */
.domain {
  width: 100%;
  display: block;
  padding: 23px 10px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 8, ../scss/modules/_domain.scss */
.domain:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  box-sizing: content-box;
}
@media (min-width: 992px) {
  /* line 21, ../scss/modules/_domain.scss */
  .domain:hover {
    z-index: 999999;
    box-shadow: 1px 0 37px rgba(25, 21, 107, 0.16);
  }
  /* line 26, ../scss/modules/_domain.scss */
  .domain:hover .domain__more__text {
    width: 37px;
    margin-right: 8px;
  }
  /* line 30, ../scss/modules/_domain.scss */
  .domain:hover .domain__more__arrow {
    width: 12px;
  }
  /* line 34, ../scss/modules/_domain.scss */
  .domain:hover:after {
    padding: 6px;
    top: -6px;
    left: -6px;
    background-color: #fff !important;
  }
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_domain.scss */
  .domain {
    padding: 23px 20px;
  }
}
@media (min-width: 992px) {
  /* line 1, ../scss/modules/_domain.scss */
  .domain {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 188px;
    height: 300px;
    margin: 0;
  }
}
@media (min-width: 1230px) {
  /* line 1, ../scss/modules/_domain.scss */
  .domain {
    width: 252px;
    height: 252px;
  }
}
/* line 57, ../scss/modules/_domain.scss */
.domain:nth-child(odd) {
  background-color: #ededed;
}
/* line 59, ../scss/modules/_domain.scss */
.domain:nth-child(odd):after {
  background-color: #ededed;
}
/* line 63, ../scss/modules/_domain.scss */
.domain__heading {
  color: #19156b;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 21px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 63, ../scss/modules/_domain.scss */
  .domain__heading {
    padding-bottom: 0px;
    font-size: 1.7rem;
  }
}
/* line 73, ../scss/modules/_domain.scss */
.domain__lead {
  color: #818181;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  /* line 73, ../scss/modules/_domain.scss */
  .domain__lead {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  /* line 73, ../scss/modules/_domain.scss */
  .domain__lead {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  /* line 85, ../scss/modules/_domain.scss */
  .domain__more {
    margin-top: 20px;
    position: absolute;
    bottom: 31px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 85, ../scss/modules/_domain.scss */
  .domain__more {
    bottom: 17px;
  }
}

/* line 95, ../scss/modules/_domain.scss */
.domain__more__text {
  margin-right: 8px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #19156b;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: width 0.2s ease-in-out, margin-right 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, margin-right 0.2s ease-in-out;
}
@media (min-width: 992px) {
  /* line 95, ../scss/modules/_domain.scss */
  .domain__more__text {
    width: 0;
  }
}
@media (min-width: 992px) {
  /* line 109, ../scss/modules/_domain.scss */
  .domain__more__text__inner {
    float: right;
  }
}
/* line 115, ../scss/modules/_domain.scss */
.domain__more__arrow {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24px;
  height: 7px;
  background: url("../img/arrow.png") no-repeat center right;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

/* line 1, ../scss/modules/_parallax.scss */
.parallax {
  padding: 50px 0;
}
@media (min-width: 1230px) {
  /* line 1, ../scss/modules/_parallax.scss */
  .parallax {
    padding: 93px 0 120px;
  }
}
/* line 7, ../scss/modules/_parallax.scss */
.parallax .container > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 13, ../scss/modules/_parallax.scss */
.parallax__heading {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 13, ../scss/modules/_parallax.scss */
  .parallax__heading {
    font-size: 4.6rem;
  }
}
/* line 24, ../scss/modules/_parallax.scss */
.parallax__text {
  color: #a9a8b9;
  font-weight: 300;
  max-width: 815px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  /* line 24, ../scss/modules/_parallax.scss */
  .parallax__text {
    margin-top: 32px;
  }
}

/* line 1, ../scss/modules/_contact.scss */
.contact {
  height: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_contact.scss */
  .contact {
    font-size: 0;
  }
}
/* line 7, ../scss/modules/_contact.scss */
.contact__left {
  display: block;
  padding-top: 48px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 7, ../scss/modules/_contact.scss */
  .contact__left {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  /* line 7, ../scss/modules/_contact.scss */
  .contact__left {
    width: 395px;
    padding-right: 40px;
  }
}
/* line 21, ../scss/modules/_contact.scss */
.contact__left__branch {
  margin-bottom: 45px;
}
/* line 23, ../scss/modules/_contact.scss */
.contact__left__branch:nth-last-child(2) {
  margin-bottom: 54px;
}
/* line 26, ../scss/modules/_contact.scss */
.contact__left__branch > img {
  @incliude inline-block(top);
  margin-right: 19px;
}
/* line 30, ../scss/modules/_contact.scss */
.contact__left__branch__text {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #818181;
  max-width: 150px;
  line-height: 1.3925;
}
/* line 36, ../scss/modules/_contact.scss */
.contact__left__branch__text--underline {
  text-decoration: underline;
}
.contact__left__branch__text--underline:hover{
  color: #F68E14;
}
/* line 40, ../scss/modules/_contact.scss */
.contact__left__branch--margin {
  margin-bottom: 15px;
}
/* line 43, ../scss/modules/_contact.scss */
.contact__left__branch a {
  color: #19156b;
}
/* line 48, ../scss/modules/_contact.scss */
.contact__right {
  height: 200px;
}
@media (min-width: 768px) {
  /* line 48, ../scss/modules/_contact.scss */
  .contact__right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 400px;
    height: 550px;
  }
}
@media (min-width: 992px) {
  /* line 48, ../scss/modules/_contact.scss */
  .contact__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 545px;
    height: 570px;
  }
}
@media (min-width: 1230px) {
  /* line 48, ../scss/modules/_contact.scss */
  .contact__right {
    width: 775px;
  }
}
/* line 65, ../scss/modules/_contact.scss */
.contact__right__inner {
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  /* line 65, ../scss/modules/_contact.scss */
  .contact__right__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
/* line 73, ../scss/modules/_contact.scss */
.contact__right__inner .button {
  position: absolute;
  right: 50px;
  bottom: 24px;
  z-index: 1;
}
/* line 81, ../scss/modules/_contact.scss */
.contact__map {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 81, ../scss/modules/_contact.scss */
  .contact__map {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* line 90, ../scss/modules/_contact.scss */
.contact__map .gmnoprint {
  /*display: none;*/
}
/* line 93, ../scss/modules/_contact.scss */
.contact__map .button {
  position: absolute;
  bottom: 22px;
  right: 24px;
}

/* line 1, ../scss/modules/_footer.scss */
.footer {
  background-color: #fff;
  height: auto;
  height: auto;
  position: relative;
  padding: 35px 0;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_footer.scss */
  .footer {
    padding: 65px 0;
  }
}
/* line 10, ../scss/modules/_footer.scss */
.footer__left {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 10, ../scss/modules/_footer.scss */
  .footer__left {
    float: left;
    position: relative;
  }
}
/* line 18, ../scss/modules/_footer.scss */
.footer__left > a {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 18, ../scss/modules/_footer.scss */
  .footer__left > a {
    position: absolute;
    left: 0;
    bottom: -50%;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
/* line 28, ../scss/modules/_footer.scss */
.footer__left > a > img {
  display: block;
  margin: 0 auto;
}
/* line 33, ../scss/modules/_footer.scss */
.footer__left__text {
  display: block;
  text-align: center;
  background: url("img/logo_footer");
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
}
@media (min-width: 768px) {
  /* line 33, ../scss/modules/_footer.scss */
  .footer__left__text {
    padding-left: 91px;
  }
}
/* line 42, ../scss/modules/_footer.scss */
.footer__left__text > span {
  color: #19156b;
  font-weight: 600;
}
/* line 48, ../scss/modules/_footer.scss */
.footer__right {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 48, ../scss/modules/_footer.scss */
  .footer__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: right;
  }
}
/* line 55, ../scss/modules/_footer.scss */
.footer__right__text {
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 60, ../scss/modules/_footer.scss */
.footer__right a {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 1, ../scss/modules/_title.scss */
.title {
  background: url("../img/firma_wood.jpg") no-repeat center/cover;
  min-height: 154px;
  padding-top: 87px;
  padding-bottom: 15px;
  margin-bottom: 41px;
}
/* line 6, ../scss/modules/_title.scss */
.title--offer {
  padding-top: 58px;
  padding-bottom: 18px;
}
/* line 11, ../scss/modules/_title.scss */
.title .breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 13, ../scss/modules/_title.scss */
.title .breadcrumbs li > a {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: rgba(132, 131, 152, 0.7);
}
/* line 16, ../scss/modules/_title.scss */
.title .breadcrumbs li > a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 7px;
  width: 5px;
  height: 9px;
  background: url("../img/offer_arrow.png");
}
/* line 26, ../scss/modules/_title.scss */
.title .breadcrumbs li:last-child > a {
  color: #fff;
}
/* line 28, ../scss/modules/_title.scss */
.title .breadcrumbs li:last-child > a:after {
  content: none;
}

/* line 1, ../scss/modules/_info.scss */
.info {
  font-size: 0;
}
/* line 3, ../scss/modules/_info.scss */
.info--1 {
  padding-top: 40px;
  margin-bottom: 80px;
  overflow: hidden;
}
/* line 7, ../scss/modules/_info.scss */
.info--1 .info__left {
  padding-top: 40px;
  margin-bottom: 20px;
  margin-right: 0;
}
@media (min-width: 992px) {
  /* line 7, ../scss/modules/_info.scss */
  .info--1 .info__left {
    padding-top: 25px;
    width: 500px;
    margin-right: 25px;
  }
}
@media (min-width: 1230px) {
  /* line 7, ../scss/modules/_info.scss */
  .info--1 .info__left {
    width: 630px;
    padding-right: 50px;
  }
}
/* line 21, ../scss/modules/_info.scss */
.info--1 .info__right {
  display: block;
}
@media (min-width: 992px) {
  /* line 21, ../scss/modules/_info.scss */
  .info--1 .info__right {
    position: relative;
    width: 305px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 29, ../scss/modules/_info.scss */
.info--1 .info__right > img {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 29, ../scss/modules/_info.scss */
  .info--1 .info__right > img {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 29, ../scss/modules/_info.scss */
  .info--1 .info__right > img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* line 43, ../scss/modules/_info.scss */
.info--2 {
  margin-bottom: 160px;
}
/* line 45, ../scss/modules/_info.scss */
.info--2 .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  /* line 45, ../scss/modules/_info.scss */
  .info--2 .container {
    display: block;
  }
}
/* line 52, ../scss/modules/_info.scss */
.info--2 .info__left {
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 52, ../scss/modules/_info.scss */
  .info--2 .info__left {
    width: 490px;
  }
}
@media (min-width: 1230px) {
  /* line 52, ../scss/modules/_info.scss */
  .info--2 .info__left {
    width: 610px;
  }
}
@media (min-width: 992px) {
  /* line 62, ../scss/modules/_info.scss */
  .info--2 .info__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 400px;
  }
}
@media (min-width: 1230px) {
  /* line 62, ../scss/modules/_info.scss */
  .info--2 .info__right {
    width: 510px;
    padding-top: 21px;
  }
}
/* line 73, ../scss/modules/_info.scss */
.info--2 .info__left__inner img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
}
/* line 79, ../scss/modules/_info.scss */
.info--2 .info__left__inner img:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 73, ../scss/modules/_info.scss */
  .info--2 .info__left__inner img {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
  }
  /* line 86, ../scss/modules/_info.scss */
  .info--2 .info__left__inner img:last-child {
    margin-right: 0;
  }
  /* line 89, ../scss/modules/_info.scss */
  .info--2 .info__left__inner img:first-child {
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 72, ../scss/modules/_info.scss */
  .info--2 .info__left__inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 688px;
  }
}
/* line 102, ../scss/modules/_info.scss */
.info--3 {
  margin-bottom: 103px;
}
/* line 104, ../scss/modules/_info.scss */
.info--3 .info__left {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 104, ../scss/modules/_info.scss */
  .info--3 .info__left {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 420px;
  }
}
@media (min-width: 1230px) {
  /* line 104, ../scss/modules/_info.scss */
  .info--3 .info__left {
    width: 629px;
    padding-right: 93px;
  }
}
@media (min-width: 992px) {
  /* line 116, ../scss/modules/_info.scss */
  .info--3 .info__right {
    width: 516px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 121, ../scss/modules/_info.scss */
.info--3 .info__right > img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 121, ../scss/modules/_info.scss */
  .info--3 .info__right > img {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 130, ../scss/modules/_info.scss */
.info__left {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 130, ../scss/modules/_info.scss */
  .info__left {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
  }
}
/* line 139, ../scss/modules/_info.scss */
.info__right {
  display: block;
}
@media (min-width: 768px) {
  /* line 139, ../scss/modules/_info.scss */
  .info__right {
    display: block;
  }
}
/* line 146, ../scss/modules/_info.scss */
.info__right__box {
  display: none;
}
@media (min-width: 768px) {
  /* line 146, ../scss/modules/_info.scss */
  .info__right__box {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 270px;
    height: 224px;
    background-color: #19156b;
    opacity: .21;
    filter: alpha(opacity=21);
  }
}

/* line 1, ../scss/modules/_upFooter.scss */
.upFooter {
  background: url("../img/firma_wood.jpg") no-repeat;
  height: 154px;
  margin-top: 87px;
}

/* line 1, ../scss/modules/_history.scss */
.history {
  display: none;
}
@media (min-width: 992px) {
  /* line 1, ../scss/modules/_history.scss */
  .history {
    display: block;
    height: 699px;
    padding: 70px 0;
    position: relative;
    font-size: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("../img/history_bg.jpg");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #f1f1f1), color-stop(100%, rgba(0, 0, 0, 0))), url("../img/history_bg.jpg");
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 20%, rgba(0, 0, 0, 0)), url("../img/history_bg.jpg");
    background-image: linear-gradient(to top, #f1f1f1 20%, rgba(0, 0, 0, 0)), url("../img/history_bg.jpg");
  }
}
/* line 14, ../scss/modules/_history.scss */
.history__sliders {
  position: relative;
}
/* line 16, ../scss/modules/_history.scss */
.history__sliders:before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, #f1f1f1), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #f1f1f1 30%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #f1f1f1 30%, rgba(0, 0, 0, 0));
  pointer-events: none;
}
/* line 30, ../scss/modules/_history.scss */
.history__textSlider, .history__datesSlider {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 450px;
}
/* line 38, ../scss/modules/_history.scss */
.history__textSlider .swiper-wrapper {
  height: 100%;
}
/* line 40, ../scss/modules/_history.scss */
.history__textSlider .swiper-wrapper .swiper-slide {
  height: auto;
  margin-bottom: 19px;
}
/* line 43, ../scss/modules/_history.scss */
.history__textSlider .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 80px;
}
/* line 46, ../scss/modules/_history.scss */
.history__textSlider .swiper-wrapper .swiper-slide p {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666;
  color: #6a6a6a;
  margin-bottom: 19px;
}
/* line 51, ../scss/modules/_history.scss */
.history__textSlider .swiper-wrapper .swiper-slide p:last-child {
  margin-bottom: 0;
}
/* line 58, ../scss/modules/_history.scss */
.history__datesSlider {
  position: relative;
}
/* line 60, ../scss/modules/_history.scss */
.history__datesSlider .swiper-slide {
  *zoom: 1;
  height: auto;
  margin-bottom: 33px;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.history__datesSlider .swiper-slide:after {
  content: "";
  display: table;
  clear: both;
}
/* line 64, ../scss/modules/_history.scss */
.history__datesSlider .swiper-slide:last-child {
  margin-bottom: 80px;
}
/* line 68, ../scss/modules/_history.scss */
.history__datesSlider__timeline {
  display: block;
  width: 1px;
  position: absolute;
  z-index: -1;
  right: 432px;
  background-color: #d0cfdc;
}
@media (min-width: 1230px) {
  /* line 68, ../scss/modules/_history.scss */
  .history__datesSlider__timeline {
    right: 492px;
  }
}
/* line 81, ../scss/modules/_history.scss */
.history__datesSlider__box {
  float: right;
  width: 248px;
  padding: 18px 23px 23px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 1px 30px rgba(35, 31, 32, 0.04);
}
/* line 92, ../scss/modules/_history.scss */
.history__datesSlider__box:before {
  content: '';
  display: block;
  width: 123px;
  height: 1px;
  position: absolute;
  z-index: -2;
  left: -138px;
  top: 50%;
  margin-top: -1px;
  background-color: #d0cfdc;
}
@media (min-width: 1230px) {
  /* line 92, ../scss/modules/_history.scss */
  .history__datesSlider__box:before {
    width: 163px;
    left: -198px;
  }
}
/* line 109, ../scss/modules/_history.scss */
.history__datesSlider__box__dot {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: -143px;
  margin-top: -5px;
  background-color: #19156b;
  border-radius: 50%;
}
/* line 122, ../scss/modules/_history.scss */
.swiper-slide:first-child .history__datesSlider__box__dot:after, .swiper-slide:last-child .history__datesSlider__box__dot:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  top: -4px;
  left: -4px;
  position: absolute;
  z-index: -1;
  background-color: rgba(25, 21, 107, 0.08);
  border-radius: 50%;
}
@media (min-width: 1230px) {
  /* line 109, ../scss/modules/_history.scss */
  .history__datesSlider__box__dot {
    left: -203px;
  }
}
/* line 140, ../scss/modules/_history.scss */
.swiper-slide:first-child .history__datesSlider__box__dot, .swiper-slide:last-child .history__datesSlider__box__dot {
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
/* line 146, ../scss/modules/_history.scss */
.history__datesSlider__date {
  margin-bottom: 3px;
  color: #8e8e8e;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 152, ../scss/modules/_history.scss */
.history__datesSlider__title {
  color: #19156b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2222;
}

/* line 1, ../scss/modules/_firmaSlider.scss */
.firmaSlider {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 1, ../scss/modules/_firmaSlider.scss */
  .firmaSlider {
    display: block;
    position: relative;
    padding-bottom: 30px;
    padding-top: 95px;
    font-size: 0;
  }
}
/* line 10, ../scss/modules/_firmaSlider.scss */
.firmaSlider .swiper-slide {
  box-sizing: border-box;
}
/* line 14, ../scss/modules/_firmaSlider.scss */
.firmaSlider .heading {
  margin: 20px 0;
}
@media (min-width: 768px) {
  /* line 14, ../scss/modules/_firmaSlider.scss */
  .firmaSlider .heading {
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  /* line 14, ../scss/modules/_firmaSlider.scss */
  .firmaSlider .heading {
    margin: 0;
  }
}
/* line 23, ../scss/modules/_firmaSlider.scss */
.firmaSlider__left {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 23, ../scss/modules/_firmaSlider.scss */
  .firmaSlider__left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 29, ../scss/modules/_firmaSlider.scss */
.firmaSlider__left .text {
  display: none;
}
@media (min-width: 992px) {
  /* line 29, ../scss/modules/_firmaSlider.scss */
  .firmaSlider__left .text {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 37, ../scss/modules/_firmaSlider.scss */
.firmaSlider__right > img {
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 36, ../scss/modules/_firmaSlider.scss */
  .firmaSlider__right {
    width: 50%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 36, ../scss/modules/_firmaSlider.scss */
  .firmaSlider__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

/* line 47, ../scss/modules/_firmaSlider.scss */
.firmaSlider__pagination {
  margin-top: 20px;
}
@media (min-width: 1230px) {
  /* line 47, ../scss/modules/_firmaSlider.scss */
  .firmaSlider__pagination {
    margin-top: 0;
  }
}
.firmaSlider__pagination > .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active){
  cursor: pointer;
  background-color: red;
}
/* line 52, ../scss/modules/_firmaSlider.scss */
.firmaSlider__pagination .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 0;
  margin-right: 18px;
}
/* line 57, ../scss/modules/_firmaSlider.scss */
.firmaSlider__pagination .swiper-pagination-bullet-active {
  background-color: #fa9012;
  height: 3px;
}
/* line 63, ../scss/modules/_firmaSlider.scss */
.firmaSlider .swiper-button-prev {
  display: none;
}
@media (min-width: 1230px) {
  /* line 63, ../scss/modules/_firmaSlider.scss */
  .firmaSlider .swiper-button-prev {
    display: block;
    width: 43px;
    height: 84px;
    background: url("../img/arrow_left.png");
    left: 100px;
  }
}
/* line 74, ../scss/modules/_firmaSlider.scss */
.firmaSlider .swiper-button-next {
  display: none;
}
@media (min-width: 1230px) {
  /* line 74, ../scss/modules/_firmaSlider.scss */
  .firmaSlider .swiper-button-next {
    display: block;
    width: 43px;
    height: 84px;
    background: url("../img/arrow_right.png");
    right: 150px;
  }
}

/* line 1, ../scss/modules/_eco.scss */
.eco {
  padding-top: 40px;
  height: auto;
  font-size: 0;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_eco.scss */
  .eco {
    position: relative;
  }
}
/* line 10, ../scss/modules/_eco.scss */
.eco__left {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  /* line 10, ../scss/modules/_eco.scss */
  .eco__left {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: auto;
  }
}
@media (min-width: 992px) {
  /* line 10, ../scss/modules/_eco.scss */
  .eco__left {
    width: 57%;
  }
}
/* line 23, ../scss/modules/_eco.scss */
.eco__left > img:nth-child(2) {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 23, ../scss/modules/_eco.scss */
  .eco__left > img:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 23, ../scss/modules/_eco.scss */
  .eco__left > img:nth-child(2) {
    display: block;
    position: absolute;
    top: 187px;
    right: 375px;
  }
}

/* line 38, ../scss/modules/_eco.scss */
.eco__left > img:nth-child(3) {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 38, ../scss/modules/_eco.scss */
  .eco__left > img:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  /* line 38, ../scss/modules/_eco.scss */
  .eco__left > img:nth-child(3) {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  /* line 56, ../scss/modules/_eco.scss */
  .eco__right {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 56, ../scss/modules/_eco.scss */
  .eco__right {
    width: 404px;
    margin-top: 23px;
  }
}
@media (min-width: 1230px) {
  /* line 56, ../scss/modules/_eco.scss */
  .eco__right {
    width: 450px;
  }
}
/* line 70, ../scss/modules/_eco.scss */
.eco__right__heading {
  font-size: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 24px;
  color: #484848;
}
/* line 75, ../scss/modules/_eco.scss */
.eco__right__text {
  color: #6a6a6a;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666;
}
@media (min-width: 768px) {
  /* line 75, ../scss/modules/_eco.scss */
  .eco__right__text {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 1.7777;
  }
}
@media (min-width: 992px) {
  /* line 75, ../scss/modules/_eco.scss */
  .eco__right__text {
    line-height: 1.8666;
  }
}
/* line 86, ../scss/modules/_eco.scss */
.eco__right__text > span {
  color: #19156b;
  font-weight: 500;
}
/* line 92, ../scss/modules/_eco.scss */
.eco__box {
  display: none;
}
@media (min-width: 992px) {
  /* line 92, ../scss/modules/_eco.scss */
  .eco__box {
    display: block;
    width: 180px;
    height: 134px;
    background-color: #d7deca;
    position: absolute;
    top: 37px;
    right: 375px;
  }
}

/* line 1, ../scss/modules/_subnav.scss */
.subnav {
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin: 40px 0;
  box-shadow: 1px 0 30px rgba(35, 32, 31, 0.04);
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_subnav.scss */
  .subnav {
    width: auto;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 30px;
  }
}
/* line 11, ../scss/modules/_subnav.scss */
.subnav > li {
  cursor: pointer;
  border: 1px solid #f2f2f2;
  border-top: none;
  position: relative;
}
/* line 16, ../scss/modules/_subnav.scss */
.subnav > li:first-child {
  border-top: 1px solid #f2f2f2;
}
/* line 19, ../scss/modules/_subnav.scss */
.subnav > li:hover {
  background-color: #19156b;
}
/* line 21, ../scss/modules/_subnav.scss */
.subnav > li:hover > a {
  color: #fff;
}
@media (min-width: 768px) {
  /* line 11, ../scss/modules/_subnav.scss */
  .subnav > li {
    width: 250px;
  }
}
@media (min-width: 992px) {
  /* line 11, ../scss/modules/_subnav.scss */
  .subnav > li {
    width: 285px;
  }
}
/* line 31, ../scss/modules/_subnav.scss */
.subnav > li.js-open {
  background-color: #19156b;
}
/* line 33, ../scss/modules/_subnav.scss */
.subnav > li.js-open > a {
  color: #fff;
}
/* line 35, ../scss/modules/_subnav.scss */
.subnav > li.js-open > a:after {
  width: 11px;
  height: 6px;
  background: url("../img/arrow__offer--orange.png");
}
/* line 42, ../scss/modules/_subnav.scss */
.subnav > li > a {
  display: block;
  padding: 20px;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #6a6a6a;
  height: 100%;
}
/* line 48, ../scss/modules/_subnav.scss */
.subnav > li > a:after {
  content: '';
  width: 6px;
  height: 11px;
  background: url("../img/arrow_offer.png");
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  right: 24px;
  top: 25px;
}
/* line 59, ../scss/modules/_subnav.scss */
.subnav > li > ul {
  display: none;
  width: 100%;
  background-color: #e8e7f0;
  border: 1px solid #dcdbe4;
  padding-left: 25px;
  position: relative;
  left: 0;
  top: 0;
}
/* line 70, ../scss/modules/_subnav.scss */
.subnav > li > ul > li {
  display: block;
}
/* line 75, ../scss/modules/_subnav.scss */
.subnav > li > ul > li > a {
  display: block;
  padding: 11px;
  color: #6e6e6e;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 80, ../scss/modules/_subnav.scss */
.subnav > li > ul > li > a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 7px;
  width: 4px;
  height: 7px;
  background: url("../img/secound_level_arrow.png") no-repeat;
}
/* line 88, ../scss/modules/_subnav.scss */
.subnav > li > ul > li > a:hover {
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  color: #19156b;
}

/* line 1, ../scss/modules/_offerActive.scss */
.offerActive {
  margin-top: 41px;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_offerActive.scss */
  .offerActive {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 440px;
  }
}
@media (min-width: 992px) {
  /* line 1, ../scss/modules/_offerActive.scss */
  .offerActive {
    width: 625px;
  }
}
@media (min-width: 1230px) {
  /* line 1, ../scss/modules/_offerActive.scss */
  .offerActive {
    width: 855px;
  }
}
/* line 13, ../scss/modules/_offerActive.scss */
.offerActive p {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #818181;
  line-height: 1.8666;
}
/* line 18, ../scss/modules/_offerActive.scss */
.offerActive a {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #818181;
}
/* line 22, ../scss/modules/_offerActive.scss */
.offerActive strong {
  font-weight: bold;
  color: #4e4e4e;
}
/* line 26, ../scss/modules/_offerActive.scss */
.offerActive ul {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #818181;
  margin-left: 15px;
}
/* line 31, ../scss/modules/_offerActive.scss */
.offerActive li {
  list-style-type: disc;
  line-height: 1.8666;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #818181;
}
/* line 40, ../scss/modules/_offerActive.scss */
.offerActive h1 {
  font-size: 45px;
  font-size: 45px;
  /*font-size: 4.5rem; */
    font-size: 3.2rem;
}
/* line 43, ../scss/modules/_offerActive.scss */
.offerActive h2 {
  font-size: 32px;
  font-size: 32px;
  font-size: 3.2rem;
}

/* line 46, ../scss/modules/_offerActive.scss */
.offerActive h3 {
  font-size: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #484848;
}
/* line 50, ../scss/modules/_offerActive.scss */
.offerActive h4 {
  font-size: 21px;
  font-size: 21px;
  font-size: 2.1rem;
}
/* line 53, ../scss/modules/_offerActive.scss */
.offerActive h5 {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 56, ../scss/modules/_offerActive.scss */
.offerActive h6 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 59, ../scss/modules/_offerActive.scss */
.offerActive__title {
  margin-bottom: 20px;
}
/* line 62, ../scss/modules/_offerActive.scss */
.offerActive img {
  max-width: 100%;
  height: auto !important;
}
/* line 69, ../scss/modules/_offerActive.scss */
.offerActive table td {
  vertical-align: top;
}
/* line 72, ../scss/modules/_offerActive.scss */
.offerActive table.color {
  width: 100%;
}
/* line 75, ../scss/modules/_offerActive.scss */
.offerActive table.color tr > td {
  width: 33.3333%;
  display: inline-block;
}
/* line 82, ../scss/modules/_offerActive.scss */
.offerActive table.striped td {
  vertical-align: middle;
}
/* line 85, ../scss/modules/_offerActive.scss */
.offerActive table.striped thead {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #818181;
}
/* line 93, ../scss/modules/_offerActive.scss */
.offerActive table.striped tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 96, ../scss/modules/_offerActive.scss */
.offerActive table.striped tr td {
  padding: 10px;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #818181;
}

/* line 108, ../scss/modules/_offerActive.scss */
.responsive {
  width: 100% !important;
}
/* line 114, ../scss/modules/_offerActive.scss */
.responsive > tbody > tr > td a,
.responsive > thead > tr > td a {
  display: block;
}
/* line 116, ../scss/modules/_offerActive.scss */
.responsive > tbody > tr > td a img,
.responsive > thead > tr > td a img {
  width: 100%;
}
/* line 123, ../scss/modules/_offerActive.scss */
.responsive td {
  display: block;
}
@media (min-width: 768px) {
  /* line 123, ../scss/modules/_offerActive.scss */
  .responsive td {
    width: 33.3333%;
    display: table-cell;
    padding: 10px;
  }
}

/* line 132, ../scss/modules/_offerActive.scss */
.przycisk1 {
  float: right;
  text-decoration: underline;
}
/* line 135, ../scss/modules/_offerActive.scss */
.przycisk1:hover {
  color: #fa9012;
}

/* line 140, ../scss/modules/_offerActive.scss */
.tableOferta2 {
  font-size: 0;
}
/* line 145, ../scss/modules/_offerActive.scss */
.tableOferta2 > tbody > tr > td,
.tableOferta2 > thead > tr > td {
  max-width: 190px;
}
/* line 148, ../scss/modules/_offerActive.scss */
.tableOferta2 > tbody > tr > td a:hover,
.tableOferta2 > thead > tr > td a:hover {
  color: #fa9012;
  text-decoration: underline;
}

/* line 159, ../scss/modules/_offerActive.scss */
.imgLink {
  display: inline-block;
  vertical-align: top;
}

/* line 1, ../scss/modules/_doPobrania.scss */
.doPobrania {
  margin: 40px 0;
  font-size: 0;
  height: 1024px;
}
/* line 5, ../scss/modules/_doPobrania.scss */
.doPobrania__box {
  box-shadow: 1px 0 30px rgba(35, 32, 31, 0.04);
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 15px;
  padding: 52px 0;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media (min-width: 768px) {
  /* line 5, ../scss/modules/_doPobrania.scss */
  .doPobrania__box {
    width: 352px;
    margin-right: 15px;
  }
  /* line 18, ../scss/modules/_doPobrania.scss */
  .doPobrania__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  /* line 5, ../scss/modules/_doPobrania.scss */
  .doPobrania__box {
    width: 303px;
  }
  /* line 24, ../scss/modules/_doPobrania.scss */
  .doPobrania__box:nth-child(2n) {
    margin-right: 15px;
  }
  /* line 27, ../scss/modules/_doPobrania.scss */
  .doPobrania__box:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1230px) {
  /* line 5, ../scss/modules/_doPobrania.scss */
  .doPobrania__box {
    width: 380px;
  }
}
/* line 35, ../scss/modules/_doPobrania.scss */
.doPobrania__box > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 29px;
}
/* line 40, ../scss/modules/_doPobrania.scss */
.doPobrania__box__text {
  color: #6e6e6e;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
/* line 44, ../scss/modules/_doPobrania.scss */
.doPobrania__box__text > span {
  color: #231f20;
  font-weight: 500;
}

/* line 1, ../scss/modules/_input.scss */
.input {
  font-size: 0;
  width: 100%;
  height: 55px;
  border: 1px solid #c7c7c7;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
  border-radius: 4px;
  outline: none;
  display: block;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  /* line 1, ../scss/modules/_input.scss */
  .input {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 277px;
  }
  /* line 16, ../scss/modules/_input.scss */
  .input:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1230px) {
  /* line 1, ../scss/modules/_input.scss */
  .input {
    width: 341px;
    font-family: arial;
  }
  input:focus{
    border-color: #19156b;
  }
}
/* line 23, ../scss/modules/_input.scss */
.input.error {
  border-color: #CC0000;
}

/* line 27, ../scss/modules/_input.scss */
.textarea {
  width: 100%;
  height: 184px;
  border: 1px solid #c7c7c7;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
  border-radius: 4px;
  padding-top: 20px;
  outline: none;
  font-family: arial;
}
@media (min-width: 992px) {
  /* line 27, ../scss/modules/_input.scss */
  .textarea {
    width: 572px;
  }
}
@media (min-width: 1230px) {
  /* line 27, ../scss/modules/_input.scss */
  .textarea {
    width: 700px;
  }
}
/* line 42, ../scss/modules/_input.scss */
.textarea.error {
  border-color: #CC0000;
}

/* line 1, ../scss/modules/_contactContact.scss */
.contactContact {

  display: block;
  height: auto;
  background-color: #fff;
  padding-top: 61px;
}
/* line 6, ../scss/modules/_contactContact.scss */
.contactContact__left {
  display: block;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  /* line 6, ../scss/modules/_contactContact.scss */
  .contactContact__left {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 15px;
  }
}
@media (min-width: 1230px) {
  /* line 6, ../scss/modules/_contactContact.scss */
  .contactContact__left {
    width: 467px;
    padding-right: 40px;
  }
}
/* line 17, ../scss/modules/_contactContact.scss */
.contactContact__left > p {
  max-width: 350px;
}
/* line 20, ../scss/modules/_contactContact.scss */
.contactContact__left__branch {
  margin-bottom: 33px;
}
/* line 22, ../scss/modules/_contactContact.scss */
.contactContact__left__branch:nth-last-child(2) {
  /*margin-bottom: 54px;*/
}
/* line 25, ../scss/modules/_contactContact.scss */
.contactContact__left__branch > img {
  @incliude inline-block(top);
  margin-right: 19px;
}
/* line 29, ../scss/modules/_contactContact.scss */
.contactContact__left__branch__text {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #818181;
  max-width: 150px;
  line-height: 1.3925;
}
/* line 35, ../scss/modules/_contactContact.scss */
.contactContact__left__branch__text--underline {
  text-decoration: underline;
}
/* line 39, ../scss/modules/_contactContact.scss */
.contactContact__left__branch--margin {
  margin-bottom: 15px;
}
/* line 42, ../scss/modules/_contactContact.scss */
.contactContact__left__branch a {
  color: #19156b;
}
/* line 47, ../scss/modules/_contactContact.scss */
.contactContact__right {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
}
@media (min-width: 992px) {
  /* line 47, ../scss/modules/_contactContact.scss */
  .contactContact__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 572px;
  }
}
@media (min-width: 1230px) {
  /* line 47, ../scss/modules/_contactContact.scss */
  .contactContact__right {
    width: 700px;
  }
}
/* line 58, ../scss/modules/_contactContact.scss */
.contactContact__right .l-right {
  float: right;
}
/* line 62, ../scss/modules/_contactContact.scss */
.contactContact__right #contactForm label.error {
  display: none !important;
}
@media (min-width: 768px) {
  /* line 65, ../scss/modules/_contactContact.scss */
  .contactContact__right #contactForm .l-grid {
    margin: 0 -8px;
    font-size: 0;
  }
}
@media (min-width: 768px) {
  /* line 72, ../scss/modules/_contactContact.scss */
  .contactContact__right #contactForm .l-gridWrap {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    width: 50%;
  }
}
.contactContact__right .required {
  float: left;
  font-size: 15px;
  color: #c7c7c7;
  margin-top: 35px;
}
/* line 82, ../scss/modules/_contactContact.scss */
.contactContact__right__thanks__text {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
/* line 88, ../scss/modules/_contactContact.scss */
.contactContact__errors {
  margin-top: 20px;
}
/* line 90, ../scss/modules/_contactContact.scss */
.contactContact__errors > label {
  display: block;
  margin-bottom: 7px;
  color: #CC0000;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
/* line 97, ../scss/modules/_contactContact.scss */
.contactContact__errors > label:last-child {
  margin-bottom: 0;
}

/* line 1, ../scss/modules/_news.scss */
.news {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid #f2f2f2;
  padding: 0 21px 31px;
  box-shadow: 1px 0 30px rgba(35, 32, 31, 0.04);
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_news.scss */
  .news {
    width: 352px;
  }
}
@media (min-width: 992px) {
  /* line 1, ../scss/modules/_news.scss */
  .news {
    width: 303px;
  }
}
@media (min-width: 1230px) {
  /* line 1, ../scss/modules/_news.scss */
  .news {
    width: 380px;
  }
}
/* line 19, ../scss/modules/_news.scss */
.news__bg {
  background-repeat: no-repeat;
  background-position: center;
  height: 230px;
  position: relative;
  margin: 0 -21px;
}
/* line 25, ../scss/modules/_news.scss */
.news__bg .date {
  margin-top: 0;
  position: absolute;
  bottom: 19px;
  left: 17px;
}
/* line 33, ../scss/modules/_news.scss */
.news .date {
  display: table;
  margin-top: 27px;
}
/* line 36, ../scss/modules/_news.scss */
.news .date > p {
  margin-top: 0;
}

/* line 1, ../scss/modules/_date.scss */
.date {
  padding: 11px 14px;
  color: #fa9012;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #19156b;
  border-radius: 2px;
}
/* line 18, ../scss/modules/_date.scss */
.date--up > p {
  margin-top: 27px;
  position: static;
}
/* line 23, ../scss/modules/_date.scss */
.date--title {
  /*display: table;
  position: absolute;
  right: 0;
  bottom: 6px;*/
  display: inline-block;
  vertical-align: top;
}

/* line 1, ../scss/modules/_career.scss */
.career {
  font-size: 0;
  margin-bottom: 51px;
}
/* line 4, ../scss/modules/_career.scss */
.career__left {
  width: 100%;
}
@media (min-width: 1230px) {
  /* line 4, ../scss/modules/_career.scss */
  .career__left {
    width: 665px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 11, ../scss/modules/_career.scss */
.career__right {
  max-width: 100%;
}
@inclide lg {
  /* line 11, ../scss/modules/_career.scss */
  .career__right {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 505px;
  }
}
.workOffer__offer{
  margin: 33px 0;
}
.workOffer__offer:hover{
  cursor: pointer;
}
/* line 21, ../scss/modules/_career.scss */
.workOffer__heading {
  font-size: 22px;
  font-size: 22px;
  font-size: 2.2rem;
  width: 240px;
  color: #777;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media (min-width: 992px) {
  /* line 21, ../scss/modules/_career.scss */
  .workOffer__heading {
    width: auto;
  }
}
/* line 31, ../scss/modules/_career.scss */
.workOffer .text {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 34, ../scss/modules/_career.scss */
.workOffer__toggle {
  float: right;
  width: 44px;
  height: 44px;
  position: relative;
}
/* line 39, ../scss/modules/_career.scss */
.workOffer__toggle:hover {
  cursor: pointer;
}
/* line 42, ../scss/modules/_career.scss */
.workOffer__toggle.js-open {
  border: 1px solid #d0d0d0;
  border-radius: 50%;
}
/* line 45, ../scss/modules/_career.scss */
.workOffer__toggle.js-open > span {
  width: 7px;
  height: 2px;
}
/* line 48, ../scss/modules/_career.scss */
.workOffer__toggle.js-open > span:last-child {
  display: none;
}
/* line 53, ../scss/modules/_career.scss */
.workOffer__toggle > span {
  display: block;
  height: 1px;
  width: 17px;
  background-color: #484848;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
/* line 62, ../scss/modules/_career.scss */
.workOffer__toggle > span:last-child {
  width: 1px;
  height: 17px;
  position: absolute;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 70, ../scss/modules/_career.scss */
.workOffer hr {
  /*margin: 33px 0;*/
  opacity: .4;
  filter: alpha(opacity=40);
}
/* line 75, ../scss/modules/_career.scss */
.workOffer__content {
  display: none;
  margin-left: 29px;
  font-size: 0;
}
/* line 79, ../scss/modules/_career.scss */
.workOffer__content h6 {
  font-weight: 800;
  color: #000;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 22px 0;
}
/* line 85, ../scss/modules/_career.scss */
.workOffer__content p {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #6a6a6a;
  line-height: 1.7333;
  margin-top: 27px;
}
/* line 91, ../scss/modules/_career.scss */
.workOffer__content ul {
  margin-left: 17px;
  margin-bottom: 17px;
  list-style-type: disc;
}
/* line 95, ../scss/modules/_career.scss */
.workOffer__content ul li {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7333;
  color: black;
}
/* line 100, ../scss/modules/_career.scss */
.workOffer__content ul li > span {
  color: #6a6a6a;
}
/* line 105, ../scss/modules/_career.scss */
.workOffer__content a {
  color: #19156b;
  text-decoration: underline;
  font-weight: 800;
}

/* line 1, ../scss/modules/_newsActive.scss */
.newsActive {
  overflow: hidden;
  font-size: 0;
}
/* line 4, ../scss/modules/_newsActive.scss */
.newsActive p {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #818181;
  line-height: 1.8666;
}
/* line 9, ../scss/modules/_newsActive.scss */
.newsActive .left {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 9, ../scss/modules/_newsActive.scss */
  .newsActive .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: 15px;
  }
}
@media (min-width: 1230px) {
  /* line 9, ../scss/modules/_newsActive.scss */
  .newsActive .left {
    width: 60%;
  }
}
/* line 22, ../scss/modules/_newsActive.scss */
.newsActive .right {
  display: block;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  /* line 22, ../scss/modules/_newsActive.scss */
  .newsActive .right {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    margin: 0;
  }
}
@media (min-width: 1230px) {
  /* line 22, ../scss/modules/_newsActive.scss */
  .newsActive .right {
    width: 38%;
  }
}
/* line 36, ../scss/modules/_newsActive.scss */
.newsActive .right > img {
  width: 100%;
}
/* line 41, ../scss/modules/_newsActive.scss */
.newsActive .news_gallery > ul {
  font-size: 0;
}
/* line 43, ../scss/modules/_newsActive.scss */
.newsActive .news_gallery > ul > li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
}
/* line 48, ../scss/modules/_newsActive.scss */
.newsActive .news_gallery > ul > li > a > img {
  width: 98%;
  margin: 4px;
}

/* line 1, ../scss/layout/_container.scss */
.container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  /* line 1, ../scss/layout/_container.scss */
  .container {
    width: 750px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  /* line 1, ../scss/layout/_container.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  /* line 1, ../scss/layout/_container.scss */
  .container {
    width: 1200px;
  }
}

/* line 2, ../scss/layout/_l-firma.scss */
.l-firma .info {
  margin-bottom: 69px;
}
/* line 4, ../scss/layout/_l-firma.scss */
.l-firma .info .heading {
  margin-bottom: 35px;
}
/* line 12, ../scss/layout/_l-firma.scss */
.l-firma .info--1 .heading {
  max-width: 464px;
}
@media (min-width: 768px) {
  /* line 16, ../scss/layout/_l-firma.scss */
  .l-firma .info--2 {
    margin-bottom: 111px;
  }
}
.l-firma .breadcrumbs{
  display: none;
  
}

/* line 2, ../scss/layout/_l-news.scss */
.l-news .l-newsGridWrapper {
  max-width: 380px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 2, ../scss/layout/_l-news.scss */
  .l-news .l-newsGridWrapper {
    max-width: none;
  }
}
/* line 9, ../scss/layout/_l-news.scss */
.l-news #newsGrid {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 2, ../scss/layout/_l-kontakt.scss */
.l-kontakt .l-map {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  /* line 2, ../scss/layout/_l-kontakt.scss */
  .l-kontakt .l-map {
    display: block;
    height: 200px;
  }
}
@media (min-width: 992px) {
  /* line 2, ../scss/layout/_l-kontakt.scss */
  .l-kontakt .l-map {
    height: 300px;
  }
}
@media (min-width: 1230px) {
  /* line 2, ../scss/layout/_l-kontakt.scss */
  .l-kontakt .l-map {
    height: 400px;
  }
}
/* line 15, ../scss/layout/_l-kontakt.scss */
.l-kontakt .l-map #map {
  height: 100%;
}
/* line 21, ../scss/layout/_l-kontakt.scss */
.l-kontakt .contactContact__right .button {
  float: right !important;
}

/* line 4, ../scss/layout/_l-kariera.scss */
.l-kariera .career__left .lead {
  width: 100%;
}
@media (min-width: 1230px) {
  /* line 4, ../scss/layout/_l-kariera.scss */
  .l-kariera .career__left .lead {
    width: 559px;
  }
}
/* line 10, ../scss/layout/_l-kariera.scss */
.l-kariera .career__left .text {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1230px) {
  /* line 10, ../scss/layout/_l-kariera.scss */
  .l-kariera .career__left .text {
    width: 575px;
  }
}
/* line 16, ../scss/layout/_l-kariera.scss */
.l-kariera .career__left .text > a {
  text-decoration: underline;
  color: #19156b;
  font-weight: 700;
}
/* line 25, ../scss/layout/_l-kariera.scss */
.l-kariera .workOffer .heading {
  margin-bottom: 59px;
}
/* line 28, ../scss/layout/_l-kariera.scss */
.l-kariera .workOffer .text {
  margin-left: 0;
  font-size: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 28, ../scss/layout/_l-kariera.scss */
  .l-kariera .workOffer .text {
    margin-left: 29px;
  }
}

/* line 2, ../scss/layout/_l-oferta.scss */
.l-oferta .l-mainContainer {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 2, ../scss/layout/_l-oferta.scss */
  .l-oferta .l-mainContainer {
    display: block;
    font-size: 0;
  }
}
/* line 10, ../scss/layout/_l-oferta.scss */
.l-oferta .scrollTable {
  overflow: auto;
}
.lightbox{
  top: 50%!important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lightbox .lb-details{
  display: none;
}
.lb-next,
.lb-prev{
  display: block;
  
}
.cookies {
  background-color: #19156b;;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
      transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .cookies.js-visible {
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0); }
  .cookies .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .cookies__text {
    font-size: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px;
    color: #fff;
    font-family: sans-serif; }
    .cookies__text > a {
      color: orange; }
  .cookies__close {
    min-width: 68px;
    font-size: 13px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #141248;
    color: #fff;
    padding: 13px 15px 15px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: center; }


.lightboxOverlay{
  z-index: 10000!important;
}


.succes{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-color: #fff;
}
.succes__image{
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border: 1px solid #19156B;
  border-radius: 50%;

  position: relative;
}
.succes__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*succes form*/
.succes.js-anim-success{
  display: block!important;
}


.boxs__pagination .swiper-pagination-bullet:hover {
  background-color: #fa9012;
  cursor: pointer;
}

.lb-outerContainer{
  background: none;
  border-radius: 0;
}
.lb-outerContainer{
  position: relative;
}
.lb-dataContainer{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);

}
/*.closeIMG{1
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #19156b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  top: -20px;
  right: -20px;
  border-radius: 50%;
}
.closeIMG:hover{
  cursor: pointer;
  background-color: #E7851A; 
}*/

 @media only screen and (max-width: 773px) {
 
li#link {
display: block!important;
padding: 9px 0 10px;
opacity: .8;
filter: alpha(opacity=80);
font-size: 15px;
font-size: 15px;
font-size: 1.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}  

li#link a {
color: #fff!important;
}
      
 li#link ul{
display:none;
  }
}


@media only screen and (min-width: 772px) {
       ul#nav 
      {
      font-size:1.5rem;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
      /*display: table-cell;
      vertical-align: middle;*/
      }
      ul#nav li
      {
      float: left;
      position: relative;
      font-size: 1.5rem;
      color:#868686;
      
      }
      
      #link:hover {
       border: 1px solid #19156b;
        margin: 0 -1px;
      }
      ul#nav li li
      {
      font-size: 1.5rem;
      }
      ul#nav ul 
      {
      background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: left;
      display: none;
      }
      
      ul#nav li:hover > ul 
      {
      
      display: block;
      position: absolute;
      }
      ul#nav a:link, ul#nav a:visited
      {
      display: block;
      width: 110px;
      
      text-decoration: none;
      color: #000;
      }
      ul#nav ul a:link, ul#nav ul a:visited 
      {
      width: 135px;
      }
      ul#nav a:hover, ul#nav a:active
      {
      color: #868686;
      
      }
      ul#nav ul ul
      {
      position: absolute;
      top: 0;
      left: 100%;
      }
      ul#nav ul li:hover >  ul
      {
      display: block;
      }
      
      #nav ul>li {
      padding:10px;
      }
      #nav ul>li>ul>li {
      padding:10px;
      }
      
      .navbar__nav__list li {
      padding:0px;
      }
      
      .navbar__nav__list {
      margin-right:0px;
      }
}

.fundusze-ue {
	max-width: 538px;
    display: block;
    margin: 0 auto;
}

.fundusze-ue img {
	max-height: 75px;	
	max-width: 100%;
}

.ue-center {
	max-height: 125px;
    display: block;
    margin: 0 auto;
    max-width: 100%;	
}

@media screen and (min-width: 760px) and (max-width: 1227px) {
	.fundusze-ue img {
		margin-top: 70px;
	}	
}

.fund-img{
	text-align: center;
	margin-top: 2em;
}