
body {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  position: relative;
  color: #494968;
}

@media only screen and (max-width: 1300px) {
  .superwash_logo {
    width: 100px;
  }
}

img.asp_logo {
  width: 6vw;
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 1300px) {
  img.asp_logo {
    width: 9vw;
  }
}
@media only screen and (max-width: 650px) {
  img.asp_logo {
    width: 15vw;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px #03d0fd solid;
  border-radius: 50%;
  width: 11vw;
  height: 11vw;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s;
  font-size: 0.8vw;
}
@media only screen and (max-width: 1300px) {
  .btn {
    width: 20vw;
    height: 20vw;
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 650px) {
  .btn {
    width: 220px;
    height: 220px;
    font-size: 16px;
    text-align: center;
  }
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

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

.header {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  z-index: 10;
}
.header .header__inner {
  display: flex;
  justify-content: center;
  padding-top: 4vw;
}
@media only screen and (max-width: 650px) {
  .header .header__inner {
    padding-top: 12vw;
    padding-top: 50px;
  }
}
.header .header__inner a.logo {
  display: inline-block;
  margin: 0 auto;
}
.header .header__inner a.logo img {
  width: 24.4375rem;
  width: 27vw;
  max-width: 390px;
}
@media only screen and (max-width: 650px) {
  .header .header__inner a.logo img {
    width: 270px;
  }
}
.header .header__inner .header_slogan {
  color: #fff;
  font-size: 0.9vw;
  text-transform: uppercase;
  margin-top: 0.8vw;
  letter-spacing: 1px;
  padding: 0px 10px;
}
@media only screen and (max-width: 650px) {
  .header .header__inner .header_slogan {
    font-size: 12px;
    margin-top: 10px;
  }
}

.slider_buttons {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 40px;
  z-index: 10;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 721px) {
  .slider_buttons {
    display: flex;
    justify-content: center;
    padding: 0;
    bottom: 130px;
  }
}
.slider_buttons a {
  display: inline-block;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 13px 15px;
  margin: 0px 10px;
  min-width: 270px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media only screen and (max-width: 980px) {
  .slider_buttons a {
    min-width: 210px;
  }
}
@media only screen and (max-width: 720px) {
  .slider_buttons a {
    width: 230px;
    margin: 0;
    margin-bottom: 10px;
  }
}
.slider_buttons a:hover {
  color: #03d0fd;
}

.main_slider {
  position: relative;
}
.main_slider .swiper {
  height: 100vh;
  min-height: 670px;
  max-height: 1400px;
}
@media only screen and (max-width: 650px) {
  .main_slider .swiper {
    height: 700px;
    min-height: initial;
    max-height: initial;
  }
}
.main_slider .swiper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.main_slider .swiper .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
}
.main_slider .swiper-pagination {
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5vw;
  /* button style */
  /* button circle */
}
@media only screen and (max-width: 650px) {
  .main_slider .swiper-pagination {
    transform: scale(0.5);
  }
}
.main_slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  opacity: 1;
}
.main_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  display: none;
}
.main_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle {
  display: block;
}
.main_slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.main_slider .swiper-pagination .progress {
  transform: rotate(-90deg);
}
.main_slider .swiper-pagination .circle-origin {
  fill: transparent;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}
.main_slider .swiper-pagination .circle {
  display: none;
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
  stroke-dashoffset: 0px;
}
.main_slider .swiper-pagination .swiper-pagination-bullet-active .circle-origin {
  animation: progress 12s;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.main_slider .main_slider_text {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding-bottom: 5vw;
}
@media only screen and (max-width: 650px) {
  .main_slider .main_slider_text {
    padding: 15px;
    align-items: flex-start;
    padding-top: 250px;
  }
}
.main_slider .main_slider_text h1 {
  font-size: 5.2vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 915px) {
  .main_slider .main_slider_text h1 {
    font-size: 8.2vw;
  }
}
.main_slider .main_slider_text p {
  text-transform: uppercase;
  font-size: 1.1vw;
  letter-spacing: 3px;
  color: #03d0fd;
}
@media only screen and (max-width: 915px) {
  .main_slider .main_slider_text p {
    font-size: 15px;
  }
}
.main_slider img {
  max-width: 100%;
}

.content-center {
  display: flex;
  justify-content: center;
}

.content_line {
  display: flex;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1300px) {
  .content_line.content_line--individual {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1300px) {
  .content_line.content_line--individual .content_line_col_1 {
    flex: 0 0 50%;
    min-height: initial;
    height: auto;
    padding: 4vw 4vw !important;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line.content_line--individual .content_line_col_1 {
    flex: 0 0 100%;
    background: #252324 !important;
    padding: 50px 50px !important;
    padding-bottom: 0px !important;
  }
  .content_line.content_line--individual .content_line_col_1.light_gray {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .content_line.content_line--individual .content_line_col_2 {
    flex: 0 0 100%;
    height: 600px;
    background-position: left center !important;
  }
  .content_line.content_line--individual .content_line_col_2.map {
    background-position: center center !important;
  }
}
.content_line.content_line--individual .light_gray h2 {
  opacity: 0;
}
@media only screen and (max-width: 1300px) {
  .content_line.content_line--individual .light_gray h2 {
    display: none;
  }
}
.content_line.content_line--individual .content_line_content .umisteni:first-child {
  margin-top: 20px;
}
.content_line.content_line--prohlidka {
  flex-wrap: wrap;
}
@media only screen and (max-width: 650px) {
  .content_line.content_line--prohlidka {
    display: block;
  }
}
@media only screen and (max-width: 1300px) {
  .content_line.content_line--prohlidka .content_line_col_1 {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 650px) {
  .content_line.content_line--prohlidka .content_line_col_1 {
    width: 100%;
    display: block;
  }
  .content_line.content_line--prohlidka .content_line_col_1.href_circle {
    height: 500px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line.content_line--prohlidka .content_line_col_1 .content_line_content__image {
    background-position: bottom 30% center !important;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line.content_line--key .bg_faded {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line.content_line--app .bg_faded {
    flex: 0 0 100%;
  }
  .content_line.content_line--app h2 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line.content_line--vacuum .bg_faded {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line.content_line--company .bg_faded {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line.content_line--magenticKey .content_line_col_2 {
    display: block;
    padding-top: 40px !important;
    padding-bottom: 80px !important;
    min-height: initial;
    max-height: initial;
    height: auto;
  }
  .content_line.content_line--magenticKey .content_line_col_2.vertical_center {
    display: block;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 650px) {
  .content_line.content_line--pobocky {
    padding-bottom: 600px;
    background-position: bottom right -350px;
    background-size: 1200px;
  }
}
@media only screen and (max-width: 1300px) {
  .content_line.content_line--pobocky .hide-sm {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .content_line.content_line--pobocky .bg_faded {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 650px) {
  .content_line.content_line--pobocky .bg_faded {
    flex: 0 0 100%;
    background: #252324 !important;
  }
}
.content_line .content_line_col_1,
.content_line .content_line_col_2 {
  height: 100vh;
  min-height: 670px;
  max-height: 1400px;
  background-color: #252324;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1580px) {
  .content_line .content_line_col_1,
.content_line .content_line_col_2 {
    max-height: 1000px;
    min-height: 550px;
  }
}
@media only screen and (max-width: 1000px) {
  .content_line .content_line_col_1,
.content_line .content_line_col_2 {
    max-height: 600px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 650px) {
  .content_line .content_line_col_1,
.content_line .content_line_col_2 {
    max-height: initial;
    min-height: initial;
    height: auto;
  }
}
.content_line .content_line_col_1 .margin-top,
.content_line .content_line_col_2 .margin-top {
  margin-top: 3vw;
}
.content_line .content_line_col_1.light_gray,
.content_line .content_line_col_2.light_gray {
  background-color: #2b292a;
}
.content_line .content_line_col_1.bg_faded,
.content_line .content_line_col_2.bg_faded {
  background-color: rgba(37, 35, 36, 0.7);
}
@media only screen and (max-width: 1000px) {
  .content_line .content_line_col_1.bg_faded,
.content_line .content_line_col_2.bg_faded {
    background-color: rgba(37, 35, 36, 0.8);
  }
}
.content_line .content_line_col_1.transparent,
.content_line .content_line_col_2.transparent {
  background-color: transparent;
}
.content_line .content_line_col_1.href_circle:hover .content_line_content__image,
.content_line .content_line_col_2.href_circle:hover .content_line_content__image {
  transform: scale(1.1);
}
.content_line .content_line_col_1.href_circle .content_line_content__image,
.content_line .content_line_col_2.href_circle .content_line_content__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform: scale(1.01);
}
.content_line .content_line_col_1.href_circle .content_line_content,
.content_line .content_line_col_2.href_circle .content_line_content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 4vw;
  text-decoration: none;
}
@media only screen and (max-width: 650px) {
  .content_line .content_line_col_1.href_circle .content_line_content,
.content_line .content_line_col_2.href_circle .content_line_content {
    padding-bottom: 6vw;
  }
}
.content_line .content_line_col_1.href_circle .btn:hover,
.content_line .content_line_col_2.href_circle .btn:hover {
  color: #fff;
  background-color: transparent;
}
.content_line .content_line_col_1.vertical_center, .content_line .content_line_col_1.vertical_center_fix, .content_line .content_line_col_1.vertical_bottom,
.content_line .content_line_col_2.vertical_center,
.content_line .content_line_col_2.vertical_center_fix,
.content_line .content_line_col_2.vertical_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vw;
  padding-top: 2vw;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .content_line .content_line_col_1.vertical_center, .content_line .content_line_col_1.vertical_center_fix, .content_line .content_line_col_1.vertical_bottom,
.content_line .content_line_col_2.vertical_center,
.content_line .content_line_col_2.vertical_center_fix,
.content_line .content_line_col_2.vertical_bottom {
    padding: 100px 50px;
  }
}
.content_line .content_line_col_1.vertical_center h2, .content_line .content_line_col_1.vertical_center_fix h2, .content_line .content_line_col_1.vertical_bottom h2,
.content_line .content_line_col_2.vertical_center h2,
.content_line .content_line_col_2.vertical_center_fix h2,
.content_line .content_line_col_2.vertical_bottom h2 {
  font-size: 3vw;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .content_line .content_line_col_1.vertical_center h2, .content_line .content_line_col_1.vertical_center_fix h2, .content_line .content_line_col_1.vertical_bottom h2,
.content_line .content_line_col_2.vertical_center h2,
.content_line .content_line_col_2.vertical_center_fix h2,
.content_line .content_line_col_2.vertical_bottom h2 {
    font-size: 30px;
  }
}
.content_line .content_line_col_1.vertical_center h2 strong, .content_line .content_line_col_1.vertical_center_fix h2 strong, .content_line .content_line_col_1.vertical_bottom h2 strong,
.content_line .content_line_col_2.vertical_center h2 strong,
.content_line .content_line_col_2.vertical_center_fix h2 strong,
.content_line .content_line_col_2.vertical_bottom h2 strong {
  font-weight: 500;
  color: #03d0fd;
}
.content_line .content_line_col_1.vertical_center h3, .content_line .content_line_col_1.vertical_center_fix h3, .content_line .content_line_col_1.vertical_bottom h3,
.content_line .content_line_col_2.vertical_center h3,
.content_line .content_line_col_2.vertical_center_fix h3,
.content_line .content_line_col_2.vertical_bottom h3 {
  text-transform: uppercase;
  font-size: 1.6vw;
}
@media only screen and (max-width: 1300px) {
  .content_line .content_line_col_1.vertical_center h3, .content_line .content_line_col_1.vertical_center_fix h3, .content_line .content_line_col_1.vertical_bottom h3,
.content_line .content_line_col_2.vertical_center h3,
.content_line .content_line_col_2.vertical_center_fix h3,
.content_line .content_line_col_2.vertical_bottom h3 {
    font-size: 18px;
  }
}
.content_line .content_line_col_1.vertical_center p, .content_line .content_line_col_1.vertical_center_fix p, .content_line .content_line_col_1.vertical_bottom p,
.content_line .content_line_col_2.vertical_center p,
.content_line .content_line_col_2.vertical_center_fix p,
.content_line .content_line_col_2.vertical_bottom p {
  font-size: 0.8vw;
  color: #ffffff;
  line-height: 1.2;
}
@media only screen and (max-width: 1700px) {
  .content_line .content_line_col_1.vertical_center p, .content_line .content_line_col_1.vertical_center_fix p, .content_line .content_line_col_1.vertical_bottom p,
.content_line .content_line_col_2.vertical_center p,
.content_line .content_line_col_2.vertical_center_fix p,
.content_line .content_line_col_2.vertical_bottom p {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1300px) {
  .content_line .content_line_col_1.vertical_center p, .content_line .content_line_col_1.vertical_center_fix p, .content_line .content_line_col_1.vertical_bottom p,
.content_line .content_line_col_2.vertical_center p,
.content_line .content_line_col_2.vertical_center_fix p,
.content_line .content_line_col_2.vertical_bottom p {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 1100px) {
  .content_line .content_line_col_1.vertical_center p, .content_line .content_line_col_1.vertical_center_fix p, .content_line .content_line_col_1.vertical_bottom p,
.content_line .content_line_col_2.vertical_center p,
.content_line .content_line_col_2.vertical_center_fix p,
.content_line .content_line_col_2.vertical_bottom p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 650px) {
  .content_line .content_line_col_1.vertical_center p, .content_line .content_line_col_1.vertical_center_fix p, .content_line .content_line_col_1.vertical_bottom p,
.content_line .content_line_col_2.vertical_center p,
.content_line .content_line_col_2.vertical_center_fix p,
.content_line .content_line_col_2.vertical_bottom p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.content_line .content_line_col_1.vertical_center .content_line_content, .content_line .content_line_col_1.vertical_center_fix .content_line_content, .content_line .content_line_col_1.vertical_bottom .content_line_content,
.content_line .content_line_col_2.vertical_center .content_line_content,
.content_line .content_line_col_2.vertical_center_fix .content_line_content,
.content_line .content_line_col_2.vertical_bottom .content_line_content {
  width: 100%;
}
.content_line .content_line_col_1.vertical_center .content_line_content.text-gray p, .content_line .content_line_col_1.vertical_center_fix .content_line_content.text-gray p, .content_line .content_line_col_1.vertical_bottom .content_line_content.text-gray p,
.content_line .content_line_col_2.vertical_center .content_line_content.text-gray p,
.content_line .content_line_col_2.vertical_center_fix .content_line_content.text-gray p,
.content_line .content_line_col_2.vertical_bottom .content_line_content.text-gray p {
  color: #999999;
}
.content_line .content_line_col_1.vertical_center_fix,
.content_line .content_line_col_2.vertical_center_fix {
  align-items: flex-start;
  padding-top: 20vh;
}
@media only screen and (min-width: 1580px) {
  .content_line .content_line_col_1.vertical_center_fix,
.content_line .content_line_col_2.vertical_center_fix {
    padding-top: 40vh;
  }
}
.content_line .content_line_col_1.vertical_center_fix h2,
.content_line .content_line_col_2.vertical_center_fix h2 {
  margin-top: 0;
}
.content_line .content_line_col_1.vertical_bottom,
.content_line .content_line_col_2.vertical_bottom {
  align-items: flex-end;
}
.content_line .content_line_col_1 {
  width: 25%;
}
.content_line .content_line_col_2 {
  width: 50%;
}
@media only screen and (min-width: 1301px) {
  .content_line .content_line_col_2.vertical_center {
    padding: 8vw;
  }
}

.section {
  background: #000;
  position: relative;
}

.umisteni {
  display: block;
  margin-bottom: 2.5vw;
  margin-top: 3vw;
  color: white;
  text-decoration: none;
}
.umisteni:hover {
  color: white;
}
@media only screen and (max-width: 1300px) {
  .umisteni {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.umisteni h3 {
  margin-top: 5px;
}
.umisteni p {
  color: #fff !important;
}

.superwash_place_href {
  text-align: center;
}
.superwash_place_href h3 {
  color: #fff;
  font-size: 1.6vw;
  font-weight: normal;
  margin-top: 0.7vw;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .superwash_place_href h3 {
    font-size: 22px;
  }
}
.superwash_place_href span {
  display: block;
  background: url(../images/arrow-circle.png) center center no-repeat;
  background-size: 19vw;
  width: 19vw;
  height: 7vw;
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  margin-top: 3vw;
}
@media only screen and (max-width: 1000px) {
  .superwash_place_href span {
    font-size: 15px;
    width: 240px;
    background-size: 240px;
    height: 100px;
    margin-top: 30px;
  }
}

.price_table {
  width: 100%;
  max-width: 600px;
  text-transform: uppercase;
  margin: 2vw 0;
  font-size: 1.3vw;
}
@media only screen and (min-width: 1920px) {
  .price_table {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .price_table {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .price_table {
    display: block;
  }
  .price_table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: flex-end;
  }
}
.price_table td.arrow {
  width: 80px;
  background: url(../images/arrow-gray-right.png) right center no-repeat;
  background-size: 150px;
}
@media only screen and (min-width: 1480px) {
  .price_table td.arrow {
    width: 130px;
  }
}
.price_table td:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 650px) {
  .price_table td:first-child {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.price_table td:last-child {
  padding-left: 15px;
}

.app_icons {
  margin-top: 2vw;
}
.app_icons a {
  display: inline-block;
  margin-right: 25px;
}
@media only screen and (max-width: 1000px) {
  .app_icons a {
    margin-right: 15px;
  }
}
.app_icons img {
  width: 80px;
}
@media only screen and (max-width: 1000px) {
  .app_icons img {
    width: 50px;
  }
}

strong.blue {
  display: block;
  color: #03d0fd;
  font-size: 1.2vw;
  text-transform: uppercase;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 1000px) {
  strong.blue {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.contacts {
  margin-top: 1.8vw;
  font-weight: 500;
  color: #999999;
}
.contacts p {
  margin-bottom: 1.3vw;
}
@media only screen and (max-width: 1000px) {
  .contacts p {
    margin-bottom: 10px !important;
  }
}
.contacts a {
  color: #999999;
  text-decoration: none;
  font-size: 1.4vw;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .contacts a {
    font-size: 20px;
  }
}

#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small {
  background: #03d0fd;
  color: white;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small:hover {
  color: white;
  background: #02bce5;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button {
  background: #f5f5f5;
  color: #000;
  border: 1px solid #aaa;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button:hover {
  color: #02bce5;
  border-color: #02bce5;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-text a {
  color: #03d0fd;
}

#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-text a {
  color: #03d0fd;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-choice .cookie-settings-type-text-toggle span {
  color: #03d0fd;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all {
  background: #03d0fd;
  color: #fff;
}
@media (max-width: 767px) {
  #cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all {
    margin-bottom: 10px;
  }
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all:hover {
  background: #02bce5;
  text-decoration: none;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-selection:hover {
  color: #02bce5;
  border-color: #02bce5;
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
