html, body {
  font-family: 'Lato', sans-serif;
}
html {
  overflow-x: hidden;
}
.header {
  height: 113px;
  z-index: 99;
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
.page .header {
  border-bottom: 1px solid #e8e9e9;
}
.home .header {
  /*position: absolute;*/
  left: 0;
  right: 0;
  /*top: 0;*/
  position: relative;
  top: 113px;
  margin-top: -113px;
}
@media (max-width: 767px) {
  .home .header.menu-active {
    top: 0;
    margin-top: 0;
    position: absolute !important;
    z-index: 999999;
  }
}
@media (max-width: 991px) {
  .header {
    height: auto;
    position: relative !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header.menu-active {
    top: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    position: absolute !important;
  }
  .header .header__right--top .header__info--seasons, .header .header__right--top .header__info--socials {
    display: none;
  }
  .header.menu-active {
    position: fixed;
  }
}
.header__info {
  display: inline-block;
  vertical-align: top;
}
.header__info--seasons {
  margin-right: 18px;
  display: none;
}
.header__right {
  text-align: right;
}
@media (max-width: 991px) {
  .header__right {
    text-align: center;
  }
}
.header__right--top {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .header__right--top {
    display: none;
  }
}
.header .social {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-top: 5px;
  margin-left: 5px;
}
.header .social--fb {
  background: #455795 no-repeat center url(../img/facebook.svg);
  background-size: 7px;
}
.header .social--instagram {
  background: #e10253 no-repeat center url(../img/instagram.svg);
  background-size: 15px;
}
.header .social--youtube {
  background: #ed462f no-repeat center url(../img/youtube.svg);
  background-size: 15px;
}
.header .button--season {
  display: inline-block;
  vertical-align: top;
  height: 25px;
  margin-top: 6px;
  width: 82px;
  margin-left: 10px;
  float: left;
  border: 1px solid #e8e9e9;
  border-radius: 30px;
  color: #a7a9ac;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  line-height: 22px;
  padding-left: 11px;
  position: relative;
}
.header .button--season.active {
  border-color: #a2c61d;
  color: #a2c61d;
}
.header .button--season:not(.active) {
  filter: grayscale(100%);
}
.header .button--season-winter::before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../img/winter.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 3px;
}
.header .button--season-summer::before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../img/summer.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 3px;
}
.header__info--mail, .header__info--phone {
  margin-right: 18px;
  margin-left: 10px;
  margin-top: 9px;
  color: #a2c61d;
}
.header__info--mail span, .header__info--phone span, .header__info--mail a, .header__info--phone a {
  color: #2b2e32;
  transition: 0.25s all;
}
.header__info--mail span:hover, .header__info--phone span:hover, .header__info--mail a:hover, .header__info--phone a:hover, .header__info--mail span:active, .header__info--phone span:active, .header__info--mail a:active, .header__info--phone a:active, .header__info--mail span:focus, .header__info--phone span:focus, .header__info--mail a:focus, .header__info--phone a:focus {
  color: #a2c61d;
  text-decoration: none;
}
@media (max-width: 991px) {
  .header__info--mail, .header__info--phone {
    display: none;
  }
}
.header__info--phone {
  margin-right: 0;
}
.header .col-xs-12 {
  position: unset;
}
.header .container {
  position: relative;
}
.header--new .logo {
  display: block;
  margin-top: 0;
  height: 55px;
  background: #a2c61d;
  padding: 2px 42px 0 42px;
}
@media (max-width: 1199px) {
  .header--new .logo {
    padding: 2px 15px 0;
  }
}
@media (max-width: 991px) {
  /*        .menu-glowne {
   display: block;
   margin-top:0;
   text-align:center;
   @media (max-width:991px){
   margin-top: 10px;
   }
   & > ul > li {
   white-space: nowrap;
   display: table-cell !important;
   width: 1%;
   @media (max-width: 767px) {
   width:100%;
   display: block!important;
   }
   }
   .sub-menu {
   text-align:right;
   }
   }*/
  .header--new .logo {
    padding: 0;
    background: none;
    margin-top: 10px;
  }
}
.visible-mobile {
  display: none;
}
@media (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
}
.visible-mobile .header__info {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
}
.visible-mobile .header__info .button--season {
  float: none;
  margin: 5px;
}
.logo {
  display: block;
  margin-top: 29px;
}
.logo svg {
  max-width: 100%;
}
@media (max-width: 767px) {
  .logo {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .logo svg {
    width: 100%;
    max-width: 160px;
  }
}
.container {
  padding-right: 30px;
  padding-left: 30px;
}
.button {
  height: 37px;
  line-height: 37px;
  padding-left: 18px;
  border-radius: 30px;
  transition: 0.25s all;
}
.button--white {
  background: #f8f8f8;
  color: #2b2e32;
  box-shadow: 0px 2px 0px 0px rgba(109, 110, 113, 0.24), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.29);
}
.button--white::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #dcdcdd;
  position: absolute;
  right: 14px;
  top: 4px;
  bottom: 0;
  display: block;
  margin: auto;
  transition: 0.25s all;
}
.button--white:hover, .button--white:active, .button--white:focus {
  background: rgba(109, 110, 113, 0.24);
  text-decoration: none;
  color: #2b2e32;
}
.button--white:hover::after, .button--white:active::after, .button--white:focus::after {
  border-color: transparent transparent transparent #2b2e32;
}
.button--blue {
  background: #76ced9;
  color: #2b2e32;
  box-shadow: 0px 2px 0px 0px rgba(109, 110, 113, 0.24), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.29);
  border: none;
}
.button--blue::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #4bb1bd;
  position: absolute;
  right: 14px;
  top: 4px;
  bottom: 0;
  display: block;
  margin: auto;
  transition: 0.25s all;
}
.button--blue:hover, .button--blue:active, .button--blue:focus {
  background: rgba(109, 110, 113, 0.24);
  text-decoration: none;
  color: #2b2e32;
}
.button--blue:hover::after, .button--blue:active::after, .button--blue:focus::after {
  border-color: transparent transparent transparent #2b2e32;
}
.button--red {
  background: red;
  color: #fff;
}
.mobile__item-kamery-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #f8f8f8;
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .mobile__item-kamery-wrapper {
    display: block;
  }
}
.mobile__item-kamery {
  width: 40px;
  height: 40px;
  background: #d10054 url(../img/ico-camera.svg) no-repeat center / 18px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.menu-glowne {
  padding-top: 18px;
  border-top: 1px solid #e8e9e9;
  display: block;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .menu-glowne {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .menu-glowne {
    padding: 20px 0;
    top: 0;
    padding-top: 0;
    text-align: left;
    z-index: 10;
    margin-top: 0;
    width: 100%;
  }
}
.menu-glowne .menu {
  margin: 0;
  padding: 0;
}
.menu-glowne .menu > li {
  white-space: nowrap;
  display: table-cell !important;
  width: 1%;
}
@media (max-width: 767px) {
  .menu-glowne .menu > li {
    width: 100%;
    display: block !important;
  }
}
.menu-glowne .menu li {
  display: inline-block;
}
.menu-glowne .menu li.current_page_item a, .menu-glowne .menu li a:hover, .menu-glowne .menu li a:focus, .menu-glowne .menu li a:active {
  border-bottom: 2px solid #a2c61d;
  text-decoration: none;
  color: #2b2e32;
}
.menu-glowne .menu li:not(:first-of-type) a {
  margin: 0 0 0 34.5px;
}
@media (max-width: 1199px) {
  .menu-glowne .menu li:not(:first-of-type) a {
    margin: 0 0 0 15px;
  }
}
.menu-glowne .menu a {
  display: block;
  color: #2b2e32;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 27px;
  border-bottom: 2px solid transparent;
  height: 38px;
  transition: 0.25s all;
}
@media (max-width: 1199px) {
  .menu-glowne .menu a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .menu-mobile-wrapper {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 99;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    text-align: center;
    padding-bottom: 20px;
    top: 70px;
    margin-top: 0;
  }
  .menu-mobile-wrapper.active {
    display: block;
  }
  .menu-mobile-wrapper .menu-glowne > li {
    padding: 0 20px;
  }
  .menu-mobile-wrapper .menu-glowne li {
    display: block;
    position: relative;
  }
  .menu-mobile-wrapper .menu-glowne a {
    margin: 0 !important;
    padding: 10px 10px;
    padding-left: 25px;
    border-bottom: 1px solid #f8f8f8;
    line-height: 30px;
    height: 50px;
  }
  .menu-mobile-wrapper .menu-glowne .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 19px;
    font-size: 21px;
    height: 12px;
    width: 12px;
    border: 2px solid #a2c61d;
    display: block;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    transition: 0.25s all;
  }
  .menu-mobile-wrapper .menu-glowne .menu-item-has-children > a.active::after {
    transform: rotate(45deg);
  }
}
.toggle-menu {
  position: absolute;
  left: 20px;
  top: 22px;
  z-index: 12;
  width: 30px;
}
@media (min-width: 768px) {
  .toggle-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .toggle-menu {
    right: 10px;
  }
}
.toggle-menu span {
  width: 30px;
  height: 6px;
  border-radius: 6px;
  background: #d10054;
  margin-bottom: 4px;
  display: block;
  transition: all 0.25s;
}
.toggle-menu span:nth-of-type(3) {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.toggle-menu.active span:first-of-type, .toggle-menu.active span:last-of-type {
  opacity: 0;
}
.toggle-menu.active span:nth-of-type(2) {
  transform: rotate(45deg);
}
.toggle-menu.active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.sub-menu {
  display: none;
  position: absolute;
  background: #a2c61d;
  left: 0;
  right: 0;
  height: 62px;
  line-height: 70px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .sub-menu {
    height: auto;
  }
}
@media (max-width: 767px) {
  .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 0;
    display: block;
    background: #f8f8f8;
  }
  .sub-menu.active {
    height: auto;
    padding-bottom: 10px;
  }
}
.sub-menu::before {
  content: '';
  background: #a2c61d;
  position: absolute;
  width: 100vw;
  top: 0;
  height: 62px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .sub-menu::before {
    display: none;
  }
}
.sub-menu a {
  text-transform: inherit !important;
  height: 41px !important;
}
.sub-menu a:hover, .sub-menu a a:focus, .sub-menu a a:active {
  border-color: #fff !important;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
.widget-cam {
  position: fixed;
  right: 0;
  top: 26%;
  width: 50px;
  height: 60px;
  background: #d10054 url(../img/cam.svg) no-repeat center 25px /22px;
  z-index: 999;
  color: #fff;
  opacity: 0;
  transition: 0.25s all;
  text-align: center;
  padding-top: 3px;
}
.widget-cam.active {
  opacity: 1;
}
.widget-cam:hover, .widget-cam:focus, .widget-cam:active {
  color: #fff;
  text-decoration: none;
}
.widget-temp {
  position: fixed;
  top: 38%;
  right: 0;
  z-index: 999;
  background: #d10054 url(../img/temp.svg) no-repeat center 10px /18px;
  width: 50px;
  height: 80px;
  line-height: 115px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: 0.25s all;
}
.widget-temp.active {
  opacity: 1;
}
.widget-temp:hover, .widget-temp:focus, .widget-temp:active {
  color: #fff;
  text-decoration: none;
}
.widget {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  border-radius: 15px 0 0 0;
  opacity: 0;
  transition: 0.25s all;
  visibility: hidden;
}
.widget.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 550px) {
  .widget.show {
    display: none !important;
  }
}
.widget a {
  width: 64px;
  height: 64px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  transition: 0.25s all;
}
.widget a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 8px 6.5px 0;
  border-color: transparent #d10054 transparent transparent;
  position: absolute;
  left: -8px;
  top: 25px;
  opacity: 0;
  transition: 0.25s all;
}
.widget a:hover::after {
  opacity: 1;
}
.widget a.freeski {
  background: #a2c61d url(../img/freeski.svg) no-repeat center/27px;
  border-radius: 15px 0 0 0;
}
.widget a.freeski:hover::after {
  opacity: 0;
}
.widget a.weather {
  background: #2a3e52;
  font-size: 14px;
  color: #fff;
  padding: 1px;
  border: 1px solid #3a5760;
}
.widget a.weather:hover {
  background: #d10054;
  border-color: #d10054;
  text-decoration: none;
}
.widget a.weather::before {
  content: '';
  background: url(../img/weather.svg);
  width: 26px;
  height: 22px;
  display: block;
  margin: 10px auto 3px;
}
.widget a.weather span {
  display: block;
}
.widget a.cam {
  background: #2a3e52;
  font-size: 10px;
  color: #fff;
  padding: 1px;
  border: 1px solid #3a5760;
  border-top: none;
}
.widget a.cam:hover {
  background: #d10054;
  border-color: #d10054;
  text-decoration: none;
}
.widget a.cam::before {
  content: '';
  background: url(../img/ico-camera.svg);
  width: 26px;
  height: 22px;
  display: block;
  margin: 12px auto 5px;
}
.widget a.cam span {
  display: block;
}
.bannertop {
  display: block;
  position: relative;
  z-index: 9;
}
.bannertop .mobile {
  display: none;
}
@media (max-width: 500px) {
  .bannertop .mobile {
    display: block;
  }
}
@media (max-width: 500px) {
  .bannertop .desktop {
    display: none;
  }
}
.bannertop img {
  max-width: 100%;
}
.menu-item.red {
  background: red !important;
  position: relative;
}
.menu-item.red a {
  color: #fff !important;
}
.menu-item.red::before {
  content: '';
  height: 10px;
  width: 100%;
  position: absolute;
  top: -10px;
  background: red;
  left: 0;
  right: 0;
}
.slider {
  height: 700px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-height: 800px) {
  .slider {
    height: 580px;
  }
}
@media (max-width: 991px) {
  .slider {
    height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .slider {
    padding-bottom: 0;
    margin-bottom: 0;
    height: calc(100vh - 207px);
    max-height: 540px;
    min-height: 430px;
  }
}
.slider__content {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider__content .container {
  height: 100%;
}
.slider__text {
  margin-top: 16%;
  width: 50%;
  float: left;
  color: #fff;
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .slider__text {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .slider__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider__text {
    margin-top: 10px;
    padding-left: 0;
  }
}
.slider__text h1 {
  font-size: 77px;
  line-height: 78px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .slider__text h1 {
    font-size: 31px;
    line-height: 31px;
    text-align: center;
    font-weight: 800;
  }
}
.slider__text h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #a2c61d;
  font-weight: 400;
}
@media (max-width: 767px) {
  .slider__text h2 {
    margin: 0;
    font-size: 14px;
    margin-top: 10px;
  }
}
.slider .image {
  position: absolute;
  top: 18%;
  width: 59%;
  left: 50%;
}
.slider .image img {
  width: 100%;
}
@media (max-width: 1199px) {
  .slider .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .slider .image {
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .slider .image {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider .image {
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
    top: 100px;
    bottom: 0;
    margin: auto;
  }
  .slider .image img {
    width: auto;
    left: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.slider .container {
  position: relative;
  /*z-index:999;*/
}
.slider__items {
  margin-top: 84px;
}
@media (max-height: 800px) {
  .slider__items {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .slider__items {
    display: none;
  }
}
.slider__item {
  display: inline-block;
  margin-right: 47px;
}
.slider__item-number {
  font-size: 30px;
  color: #76ced9;
  text-align: center;
}
.slider__item-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 3px;
}
.slider .video-bg {
  width: auto;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .slider .video-bg {
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .slider .video-bg {
    background: no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .slider .video-bg video {
    display: none;
  }
}
@media (max-width: 991px) {
  .slider--video {
    height: 500px;
    padding-bottom: 0;
  }
  .slider--video .mainbar {
    bottom: 44px;
  }
}
.slider--video .container {
  z-index: 999;
}
.slider--video .slider__text {
  margin-top: 22%;
}
@media (max-width: 991px) {
  .slider--video .slider__text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .slider--video .slider__text {
    margin-top: 0;
    top: 60%;
    position: relative;
    transform: translateY(-50%);
    width: 100%;
  }
}
.slider--video .slider__text h1, .slider--video .slider__text h2, .slider--video .slider__text .slider__items {
  padding: 10px 20px;
  display: inline-block;
}
.slider--video .slider__text h1 {
  background: #a2c61d;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  .slider--video .slider__text h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .slider--video .slider__text h1 {
    font-size: 13px;
  }
}
.slider--video .slider__text h2 {
  background: #76ced9;
  color: #fff;
  margin: 0;
  font-size: 48px;
}
@media (max-width: 991px) {
  .slider--video .slider__text h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .slider--video .slider__text h2 {
    font-size: 18px;
  }
}
.slider--video .slider__items {
  background: #d10054;
  color: #fff;
  margin: 0;
}
.slider--video .slider__item-number {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .slider--video .slider__item-number {
    line-height: 35px;
    font-size: 13px;
    line-height: 1;
  }
}
.slider--video .slider__item {
  margin-right: 0;
}
.slider--video .image {
  display: none;
}
.slider--video .hero__image--video {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .slider--video .hero__image--video {
    display: none;
  }
}
.mainbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -43px;
  background: #fff;
  max-width: 1110px;
  margin: 0 auto;
  height: 86px;
  border-top: 2px solid #a2c61d;
  text-align: center;
  line-height: 85px;
  box-shadow: 0px 2px 46px 0px rgba(109, 110, 113, 0.24);
}
@media (max-width: 991px) {
  .mainbar {
    height: auto;
    line-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .mainbar {
    bottom: 0;
    margin-top: 0;
    border-top: 0;
    padding: 0;
    height: 57px;
    line-height: 57px;
    z-index: 9999;
  }
}
.mainbar::after {
  content: '';
  clear: both;
  display: table;
}
.mainbar__item {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2e32;
  margin: 0 13px;
  position: relative;
}
.mainbar__item div {
  display: none;
}
@media (max-width: 767px) {
  .mainbar__item {
    float: left;
    width: 25%;
    margin: 0;
    text-align: center;
    padding-top: 6px;
  }
  .mainbar__item:not(.mainbar__item-kontakt) {
    border-right: 1px solid #f8f8f8;
  }
  .mainbar__item span {
    display: none;
  }
  .mainbar__item div {
    display: block;
  }
}
.mainbar__item:hover {
  text-decoration: none;
  color: #2b2e32;
}
.mainbar__item:not(.mainbar__item-kamery)::before {
  content: '';
  width: 37px;
  height: 37px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .mainbar__item:not(.mainbar__item-kamery)::before {
    display: block;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
    position: absolute;
  }
}
.mainbar__item-kamery {
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  background: #d10054;
  color: #fff;
  width: 161px;
  border-radius: 30px;
  text-transform: lowercase;
  position: relative;
  padding-left: 18px;
  transition: 0.25s all;
}
@media (max-width: 767px) {
  .mainbar__item-kamery {
    display: none;
  }
}
.mainbar__item-kamery:hover {
  text-decoration: none;
  color: #fff;
  background: #76ced9;
}
.mainbar__item-kamery::before {
  content: '';
  width: 37px;
  height: 37px;
  background: url(../img/ico-camera.svg) no-repeat center / 22px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 0;
}
.mainbar__item-trasy::before {
  background: #a2c61d url(../img/ico-trasy.svg) no-repeat center;
  background-size: 14px;
}
.mainbar__item-temp::before {
  background: #a2c61d url(../img/temp.svg) no-repeat center;
}
.mainbar__item-opady::before {
  background: #a2c61d url(../img/opady.svg) no-repeat center;
}
.mainbar__item-open::before {
  background: #a2c61d url(../img/open.svg) no-repeat center;
}
.mainbar__item-open::before {
  background: #a2c61d url(../img/clock.svg) no-repeat center;
}
.mainbar__item-kontakt::before {
  background: #a2c61d url(../img/kontakt.svg) no-repeat center;
}
.mainbar__item-kontakt:hover {
  color: #76ced9;
}
.columns2 {
  padding-top: 70px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .columns2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.columns2__header {
  padding-left: 27%;
  font-size: 63px;
  font-weight: 600;
  margin-top: 28px;
  color: #2b2e32;
}
@media (max-width: 1199px) {
  .columns2__header {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .columns2__header {
    margin-top: 0;
    text-align: center;
  }
}
.columns2__subheader {
  padding-left: 27%;
  font-size: 17px;
  position: relative;
  top: -9px;
  color: #2b2e32;
}
@media (max-width: 1199px) {
  .columns2__subheader {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .columns2__subheader {
    text-align: center;
  }
}
.columns2__text {
  padding-right: 12%;
  text-align: justify;
  color: #6d6e71;
  font-size: 16px;
  line-height: 24px;
  margin-top: -5px;
}
@media (max-width: 1199px) {
  .columns2__text {
    padding-right: 0;
  }
}
.komunikat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
  background: #d10054;
  max-width: 1110px;
  margin: 0 auto;
  height: 59px;
  text-align: left;
  line-height: 59px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 9999;
}
.komunikat a {
  color: #fff;
}
.komunikat .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  top: -15px;
  right: -15px;
  opacity: 1;
}
@media (max-width: 767px) {
  .komunikat .close {
    right: 0;
  }
}
.komunikat .close::before, .komunikat .close::after {
  content: '';
  width: 4px;
  height: 17px;
  background: #d10054;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  border-radius: 10px;
  margin: auto;
}
.komunikat .close::after {
  transform: rotate(-45deg);
}
.komunikat__inside {
  height: 59px;
  overflow: hidden;
  position: relative;
}
.komunikat__text {
  height: 59px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 0;
  animation: rotateNews 20s infinite;
  animation-timing-function: linear;
}
.komunikat .js-marquee {
  min-width: 1150px;
}
@keyframes rotateNews {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
.news {
  background: no-repeat 30px 0 url(../img/bg-aktualnosci.png);
  padding-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .news {
    background-position: 0 0;
  }
}
.news__header {
  margin-top: 70px;
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .news__header {
    text-align: center;
  }
}
.news__header span {
  display: inline-block;
  position: relative;
}
.news__header span::after {
  content: '';
  height: 2px;
  width: 300%;
  background: #fff;
  position: absolute;
  bottom: 7px;
  right: -305%;
}
@media (max-width: 767px) {
  .news__header span::after {
    display: none;
  }
}
.news .button {
  position: relative;
  top: 284px;
  display: block;
  margin: 0 auto;
  width: 160px;
  left: 13px;
}
@media (max-width: 767px) {
  .news .button {
    top: 0;
    left: 0;
  }
}
.post {
  display: block;
  background: #fff;
  max-width: 255px;
}
.page-template-news .post {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post {
    margin: 30px auto 0;
  }
}
.post:hover {
  text-decoration: none;
}
.post__image {
  padding-bottom: 78.4%;
  background: no-repeat center /cover;
  display: block;
  transition: 0.25s all;
}
.post__image:hover {
  transform: scale(1.1);
}
.post__image-wrapper {
  overflow: hidden;
}
.post__cats {
  font-size: 12px;
  text-transform: uppercase;
}
.post__cats span, .post__cats a {
  color: #6d6e71;
  display: inline-block;
  margin-right: 5px;
}
.post__bottom {
  background: #f8f8f8;
  padding: 8px 25px 20px;
  height: 200px;
  overflow: hidden;
}
.page-template-news .post__bottom {
  background: #fff;
}
@media (max-width: 1199px) {
  .post__bottom {
    padding: 8px 15px 20px;
  }
}
.post__title {
  margin-top: 10px;
  color: #2b2e32;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 10px;
  height: 38px;
  overflow: hidden;
  display: block;
  transition: 0.25s all;
}
.post__title:hover {
  text-decoration: none;
  color: #76ced9;
}
.post__excerpt {
  font-size: 14px;
  color: #6d6e71;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  text-align: justify;
}
@media (max-width: 991px) {
  .section.news .post-3 {
    display: none;
  }
}
.entry {
  background: #f8f8f8;
  padding-top: 60px;
}
.entry__header {
  padding-bottom: 39%;
  background: no-repeat center /cover;
}
.entry__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
}
.entry__bg {
  padding: 85px 95px 150px;
  background: #fff;
}
@media (max-width: 767px) {
  .entry__bg {
    padding: 25px 15px 50px;
  }
}
.entry-mini__wrapper .post {
  margin: 0 auto 20px;
}
.entry-mini__wrapper .post__bottom {
  background: #fff;
}
.entry-mini__title {
  font-weight: 800;
  color: #d10054;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
.blogmodule {
  font-size: 16px;
  line-height: 24px;
  color: #6d6e71;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.blogmodule a {
  color: #a2c61d;
}
.squares {
  background: #efefef url(../img/pattern.png) no-repeat 96% 24%;
  padding-top: 55px;
}
.square {
  margin-bottom: 28px;
  padding-bottom: 28px;
}
.square::after {
  content: '';
  display: table;
  clear: both;
}
.square__image {
  height: 175px;
  background: no-repeat center;
  display: block;
  position: relative;
}
.square--img .square__image {
  background-size: cover;
}
.square--img {
  background-color: #fff;
}
.square--ico {
  background-color: #76ced9;
}
.square--ico .square__image {
  background-color: #fff;
  width: 50%;
}
.square--ico .square__bottom {
  width: 67%;
  float: right;
  padding: 28px 10px 0 10px;
}
.square--ico .square__desc {
  color: #fff;
}
.square__bottom {
  padding: 28px 38px 0 38px;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .square__bottom {
    padding: 28px 20px 0 20px;
  }
}
.square__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  min-height: 36px;
  max-height: 63px;
  padding-bottom: 3px;
  overflow: hidden;
  color: #2b2e32;
  display: block;
  transition: 0.25s all;
}
.square__title:hover {
  text-decoration: none;
  color: #a2c61d;
}
.square__desc {
  line-height: 24px;
}
.square__arrow {
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s all;
}
.square__arrow::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  transition: 0.5s all;
}
.square--ico .square__arrow {
  background: #a2c61d !important;
}
.square--ico .square__arrow:hover {
  background: #fff !important;
}
.square--ico .square__arrow:hover::after {
  border-color: transparent transparent transparent #a2c61d !important;
}
.square__item:nth-of-type(3n+1) .square__arrow {
  background: #d10054;
}
.square__item:nth-of-type(3n+1) .square__arrow:hover {
  background: #fff;
}
.square__item:nth-of-type(3n+1) .square__arrow:hover::after {
  border-color: transparent transparent transparent #d10054;
}
.square__item:nth-of-type(3n+2) .square__arrow {
  background: #76ced9;
}
.square__item:nth-of-type(3n+2) .square__arrow:hover {
  background: #fff;
}
.square__item:nth-of-type(3n+2) .square__arrow:hover::after {
  border-color: transparent transparent transparent #76ced9;
}
.square__item:nth-of-type(3n + 3) .square__arrow {
  background: #a2c61d;
}
.square__item:nth-of-type(3n + 3) .square__arrow:hover {
  background: #fff;
}
.square__item:nth-of-type(3n + 3) .square__arrow:hover::after {
  border-color: transparent transparent transparent #a2c61d;
}
.gray-template {
  margin-bottom: 50px;
}
.gray-template .textsection {
  max-width: 800px;
}
.gray-background + .footer {
  background: #f8f8f8;
}
@media (max-width: 500px) {
  .footer {
    text-align: center;
  }
}
.footer__inner {
  background: #a2c61d;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 82px;
}
@media (max-width: 767px) {
  .footer__inner {
    padding-top: 20px;
  }
}
.footer__header {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .footer__header {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .footer__header {
    text-align: center;
  }
}
.footer__box {
  padding-left: 20%;
}
@media (max-width: 1199px) {
  .footer__box {
    padding-left: 0;
  }
}
.footer__box ul {
  padding-left: 0;
  margin-top: 30px;
}
.footer__box li {
  display: inline-block;
  min-width: 30%;
}
@media (max-width: 767px) {
  .footer__box li {
    width: 100%;
  }
}
.footer__box li a {
  color: #fff;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 6px;
  transition: 0.25s all;
  border-bottom: 1px solid transparent;
}
.footer__box li a:hover {
  border-bottom: 1px solid #fff;
}
.footer__item {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  height: 41px;
  line-height: 38px;
  padding-left: 57px;
  margin-bottom: 7px;
  position: relative;
}
@media (max-width: 500px) {
  .footer__item {
    line-height: 18px;
    padding: 0;
    height: auto;
    text-align: center;
  }
}
.footer__item::before {
  content: '';
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
@media (max-width: 500px) {
  .footer__item::before {
    display: block;
    position: relative;
    margin: 10px auto;
  }
}
@media (max-width: 991px) {
  .footer__address {
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .footer__address {
    line-height: 41px;
  }
}
.footer__address::before {
  background: #76ced9 url(../img/pin.svg) no-repeat center;
}
.footer__phone::before {
  background: #76ced9 url(../img/phone.svg) no-repeat center;
}
.footer__email::before {
  background: #76ced9 url(../img/mail.svg) no-repeat center;
}
.footer__social {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  height: 41px;
  line-height: 38px;
  padding-left: 57px;
  margin-bottom: 7px;
  position: relative;
  display: block;
}
@media (max-width: 500px) {
  .footer__social {
    padding: 0;
    height: auto;
  }
}
.footer__social::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
@media (max-width: 500px) {
  .footer__social::before {
    position: relative;
    margin: 10px auto;
  }
}
.footer__fb::before {
  background: #455795 no-repeat center url(../img/facebook.svg);
  background-size: 10px;
}
.footer__instagram::before {
  background: #e10253 no-repeat center url(../img/instagram.svg);
  background-size: 24px;
}
.footer__youtube::before {
  background: #ed462f no-repeat center url(../img/youtube.svg);
  background-size: 24px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: none;
  color: #fff;
}
.footer__partners {
  background: #fff;
  margin-top: 70px;
  padding: 24px 38px;
}
.partners__header {
  font-size: 24px;
  line-height: 25px;
  font-weight: 800;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .partners__header {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.partners {
  display: inline-block !important;
  width: calc(100% - 130px);
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .partners {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.partners a {
  display: block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 100px;
}
@media (max-width: 500px) {
  .col-xss-12 {
    width: 100%;
  }
}
.subpage__header {
  width: 100%;
  text-align: left;
  font-size: 40px;
  margin: 30px 0;
}
.kamery__code {
  margin: 20px auto;
  max-width: 800px;
}
.kamery__image {
  display: block;
  margin: 20px auto;
  text-align: center;
  max-width: 800px;
}
.kamery__image img {
  width: 100%;
}
.small_text {
  font-size: 14px;
  color: #6d6e71;
}
.text-center + .small_text {
  text-align: center;
}
.subpage {
  background: #f8f8f8;
  padding-top: 60px;
  min-height: 30vh;
}
.subpage__title {
  text-align: center;
  font-weight: 800;
  position: relative;
  margin-top: 5px;
  margin-bottom: 45px;
}
.subpage__title::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  background: #e8e9e9;
  z-index: 1;
}
.subpage__title span {
  display: inline-block;
  background: #f8f8f8;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}
.white-template__inner {
  background: #fff;
  padding: 20px 95px 50px;
}
@media (max-width: 1199px) {
  .white-template__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.white-template__header {
  height: 322px;
  background: no-repeat center /cover;
  position: relative;
}
@media (max-width: 500px) {
  .white-template__header {
    height: 110px;
  }
}
.white-template__header img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
}
.white-template__header + .white-template__inner {
  padding-top: 65px;
}
@media (max-width: 767px) {
  .white-template__header + .white-template__inner {
    padding-top: 35px;
  }
}
.white-template__header.header-big {
  height: auto;
}
.white-template__header.header-big > img:not(.white-template__ico) {
  position: relative;
  bottom: 0;
}
@media (max-width: 767px) {
  .white-template__header .white-template__ico {
    display: none;
  }
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.ico-text {
  margin: 50px auto;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #6d6e71;
}
.ico-text a {
  color: #6d6e71;
  border-bottom: 1px solid #6d6e71;
  display: inline-block;
}
.ico-text a:hover, .ico-text a:focus {
  cursor: pointer;
  text-decoration: none;
  color: #76ced9;
}
.ico-text img {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.columns2-text {
  color: #6d6e71;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
.columns2-text h2 {
  margin-top: 0;
  color: #2b2e32;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
.columns2-text p {
  margin-bottom: 20px;
}
.columns2-text ul {
  padding-left: 13px;
}
.columns2-text .pink-link {
  color: #d10054;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.columns2-text .pink-link img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.columns2-text a {
  color: #a2c61d;
}
.columns2-text__2right {
  width: 60%;
  float: left;
}
.columns2-text__2right:nth-of-type(2) {
  float: right;
  width: 40%;
}
@media (max-width: 1199px) {
  .columns2-text__2right {
    width: 50%;
  }
  .columns2-text__2right:nth-of-type(2) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .columns2-text__2right {
    width: 100%;
  }
  .columns2-text__2right:nth-of-type(2) {
    width: 100%;
  }
}
.columns2-text__ico {
  margin-bottom: 15px;
}
.columns2-text__ico::after {
  content: '';
  display: table;
  clear: left;
}
.columns2-text__ico .ico {
  display: inline-block;
  width: 50px;
  float: left;
}
.columns2-text__ico .icotext {
  display: inline-block;
  width: calc(100% - 50px);
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}
.columns2-text__ico .icotext a {
  color: #6d6e71;
}
.kontaktbar {
  background: #76ced9;
  color: #fff;
  text-align: center;
  padding: 35px 30px 50px;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
.kontaktbar a {
  color: #fff;
  text-decoration: none;
}
.kontaktbar a:hover {
  color: #fff;
}
.kontaktbar h2 {
  font-size: 30px;
  color: #2b2e32;
  margin-bottom: 40px;
  font-weight: 800;
  position: relative;
}
.kontaktbar h2::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
}
.kontaktbar h2 span {
  display: inline-block;
  background: #76ced9;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}
.textsection {
  color: #6d6e71;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  max-width: 920px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
.textsection a {
  color: #a2c61d;
}
.textsection .button {
  display: inline-block;
  padding: 0 20px;
  background: #a2c61d;
  color: #fff;
}
.textsection .button:hover {
  text-decoration: none;
  background: #76ced9;
}
.textsection .button--red {
  background: red;
  color: #fff;
}
.gallery {
  margin: 40px 0;
}
.gallery::after {
  content: '';
  display: table;
  clear: both;
}
.gallery .photo-wrapper {
  display: inline-block;
  width: 25%;
  float: left;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery .photo-wrapper {
    width: 50%;
  }
}
.gallery .photo {
  padding-bottom: 100%;
  background: no-repeat center /cover;
  display: block;
  transition: 0.25s all;
}
.gallery .photo:hover {
  transform: scale(1.1);
}
.cookieinfo {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 1050px;
  padding: 30px 40px 30px;
  text-align: center;
  background: #fff;
  border: 2px solid #d10054;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.cookieinfo a {
  color: #d10054;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.cookieinfo a:hover, .cookieinfo a:focus, .cookieinfo a:active {
  text-decoration: none;
}
.cookieinfo .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  opacity: 1;
  border: 2px solid #d10054;
}
.cookieinfo .close::before, .cookieinfo .close::after {
  content: '';
  width: 4px;
  height: 17px;
  background: #d10054;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  border-radius: 10px;
  margin: auto;
}
.cookieinfo .close::after {
  transform: rotate(-45deg);
}
.cookieinfo .button--close {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  width: 30px;
  margin: 0 auto;
  line-height: 33px;
  padding: 0;
}
.cookieinfo .button--close:hover {
  cursor: pointer;
}
.banner_text {
  margin: 30px 0;
}
.banner_text img {
  width: 100%;
}
.owl-carousel.partners .owl-item img {
  width: auto !important;
  /*max-width: 140px;*/
  max-height: 90px;
  display: inline-block !important;
  padding: 10px;
}
form input, form textarea {
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #d1d3d4;
  border-radius: 5px;
}
form input {
  height: 41px;
  padding: 0 15px;
}
form textarea {
  height: 140px;
  padding: 15px;
}
form .button-wrapper {
  text-align: right;
  margin-top: 30px;
}
form .button {
  display: inline-block;
  position: relative;
  width: 160px;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
form .button input {
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
form .wpcf7-list-item {
  margin: 0;
}
form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
form .wpcf7-list-item-label {
  padding-left: 30px;
  display: inline-block;
}
form label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: justify;
  position: relative;
}
.icons_text {
  margin: 50px 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .icons_text {
    margin: 10px 0;
    text-align: center;
    display: block;
  }
}
.icons_text__ico {
  margin-bottom: 15px;
}
.icons_text .ico {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .icons_text .ico {
    display: block;
    margin: 10px auto;
  }
}
.icons_text .icotext {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
  color: #6d6e71;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .icons_text .icotext {
    display: block;
    width: 100%;
  }
}
.icons_text .icotext-after {
  color: #6d6e71;
  margin: 10px 0;
  text-align: center;
  display: block;
}
.modal-content {
  box-shadow: none;
  border: none;
  background: transparent;
  text-align: center;
}
.modal-content .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    background: #d10054;
    width: 40px;
    height: 40px;
  }
}
.modal-dialog {
  width: 480px;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .modal-dialog {
    top: 0;
    transform: none;
    margin: 0;
  }
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
.popup__text {
  padding: 40px;
  background: #fff;
  font-size: 18px;
  margin: 20px 0;
}
.popup__text strong {
  color: #a2c61d;
}
.modal {
  z-index: 9999999;
}
.columns3-text {
  margin: 50px 0;
}
.test {
  color: red;
}
.offers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0;
}
.offers a {
  display: inline-block;
  padding-bottom: 33%;
  background: no-repeat center /cover;
  flex: 0 0 33%;
  margin: 1px;
}
@media (max-width: 767px) {
  .offers a {
    flex: 0 0 48%;
    padding-bottom: 48%;
    margin-bottom: 10px;
  }
}
#basesystem-shop .bs-inline-block {
  border: none;
  background: none;
}
.themetable {
  width: auto;
  margin: 20px auto 40px;
}
.themetable.width-full {
  width: 100%;
  max-width: 920px;
}
.themetable th, .themetable td {
  padding: 0px 15px;
  height: 50px;
  border-top: none;
  border-bottom: none;
  text-align: center;
  color: #2b2e32;
  line-height: 18px;
  font-size: 16px;
}
.themetable th:not(:last-of-type), .themetable td:not(:last-of-type) {
  border-right: 2px solid #fff;
}
@media (min-width: 1200px) {
  .themetable th, .themetable td {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .themetable th, .themetable td {
    padding: 0 8px !Important;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .themetable th, .themetable td {
    padding: 0 15px !Important;
    font-size: 13px;
  }
}
.themetable tr:nth-of-type(2n) td {
  background: #e4e4e4;
}
.themetable tr:nth-of-type(2n+1) td {
  background: #fff;
}
.themetable th {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.themetable th:first-of-type {
  border-radius: 10px 0 0 0;
}
.themetable th:nth-of-type(4n-3) {
  background: #2a3e52;
}
.themetable th:nth-of-type(4n-2) {
  background: #a2c61d;
}
.themetable th:nth-of-type(4n-1) {
  background: #d10054;
}
.themetable th:nth-of-type(4n-0) {
  background: #76ced9;
}
.themetable--gray th {
  background: #f8f8f8 !important;
  color: #6d6e71;
  height: 66px;
}
.themetable--gray td {
  color: #6d6e71;
  padding: 0 8px;
  height: 60px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .themetable--gray td {
    min-width: 150px;
  }
}
.themetable--green th {
  background: #a2c61d !important;
  color: #fff;
}
.themetable--green th:first-of-type {
  background: #2a3e52 !important;
}
.table-responsive {
  border: none;
}
.table-365 th:first-of-type, .table-365 td:first-of-type {
  width: 50px !important;
  text-align: center;
}
.table-365 td {
  text-align: left;
  padding: 10px !important;
}
.table-365 th, .table-365 td {
  width: 80%;
  font-size: 15px;
}
/*# sourceMappingURL=custom.css.map */