@import "fancybox.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
.nixhier {
  display: none;
}
.clearfix {
  clear: both;
  visibility: hidden;
}
body {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
}
.wrapper {
  margin: 0 auto;
  width: 94%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (min-width: 990px) {
  .wrapper {
    width: 90%px;
  }
}
@media screen and (min-width: 1220px) {
  .wrapper {
    width: 90%;
    max-width: 1440px;
  }
}
.hide {
  display: none;
}
.handwritting {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2em !important;
}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.homepage-top-left-circles {
  position: relative;
}
.homepage-top-left-circles:before {
  display: none;
  position: absolute;
  top: -350px;
  left: -350px;
  content: "";
  width: 650px;
  height: 650px;
  border-radius: 100%;
  background: #E8E8E8;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .homepage-top-left-circles:before {
    top: -150px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.homepage-top-left-circles:after {
  display: none;
  position: absolute;
  top: -400px;
  left: -400px;
  content: '';
  width: 800px;
  height: 800px;
  border-radius: 100%;
  background: #f4f4f4;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .homepage-top-left-circles:after {
    top: -200px;
    left: -200px;
    width: 425px;
    height: 425px;
  }
}
.homepage-top-left-circles .homepage-content {
  position: relative;
  z-index: 2;
}
.homepage-top-left-circles .homepage-content .homepage-video-section {
  background-color: #f6f6f6;
  margin-top: 100px;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex {
  padding: 80px 0px;
  display: flex;
  gap: 100px;
  align-items: center;
  overflow: hidden;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-content {
  width: 40%;
  padding-left: 50px;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-content h2 {
  color: #c8a460;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 60px;
  position: relative;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-content h2::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100px;
  height: 20px;
  background-image: url(../img/heading.dash.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-content p {
  line-height: 1.5;
  max-width: 100%;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video {
  width: 60%;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video .video {
  width: 60%;
  padding: 0px 20%;
  position: relative;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video .video .video-play-button {
  left: 0px;
  position: absolute;
  z-index: 3;
  width: 40%;
  height: 100%;
  background-image: url(../img/play-button-back.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video .video .video-play-button a {
  position: absolute;
  width: 23%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video .video .video-play-button a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 50%;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video .video .video-dots {
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: calc(78%);
  width: 100%;
  height: 50%;
  max-width: 100%;
  max-height: 100%;
}
.homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video .video img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 990px) {
  .homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex {
    gap: 40px;
  }
  .homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-content {
    width: 40%;
  }
  .homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex {
    flex-direction: column;
    gap: 80px;
  }
  .homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-content {
    width: 100%;
  }
  .homepage-top-left-circles .homepage-content .homepage-video-section .wrapper .video-section-flex .video-section-video {
    width: 100%;
  }
}
.homepage-photogalery {
  padding: 80px 0px;
  background: #3d3d3d;
  background: linear-gradient(90deg,#3d3d3d 0%,#232323 100%);
}
.homepage-photogalery .wrapper .photogalery-slider h2 {
  color: #c8a460;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.homepage-photogalery .wrapper .photogalery-slider p {
  line-height: 1.5;
  max-width: 100%;
  color: white;
  text-align: center;
  padding-bottom: 60px;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one {
  position: relative;
  display: flex;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .owl-stage {
  display: flex;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .owl-stage-outer {
  overflow: hidden;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .item {
  max-width: 100%;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-18px);
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .owl-nav .owl-prev,
.homepage-photogalery .wrapper .photogalery-slider .owl-one .owl-nav .owl-next {
  font-size: 0px;
  width: 35px;
  height: 35px;
  background-image: url(../img/arrow-slider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .owl-nav .owl-prev {
  transform: rotate(180deg);
  left: -60px;
}
.homepage-photogalery .wrapper .photogalery-slider .owl-one .owl-nav .owl-next {
  right: -60px;
}
@media screen and (max-width: 1220px) {
  .homepage-photogalery {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-photogalery .wrapper .photogalery-slider .owl-one .item .images .bottom-images {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .homepage-photogalery .wrapper .photogalery-slider .owl-one .item .images {
    display: block;
  }
  .homepage-photogalery .wrapper .photogalery-slider .owl-one .item .images .top-images {
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }
  .homepage-photogalery .wrapper .photogalery-slider .owl-one .item .images .top-images div {
    width: 100%;
    max-width: 100%;
  }
}
.homepage-hero .wrapper .hero-flex {
  background-color: #f8f8f8;
  display: flex;
  background-image: url(../img/hero-image-salon-style.jpeg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .homepage-hero .wrapper .hero-flex {
    background-size: cover;
  }
}
.homepage-hero .wrapper .hero-flex:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right,rgba(246,241,246,0.9),rgba(255,238,199,0.9));
  height: 100%;
  width: 100%;
  z-index: 1;
}
.homepage-hero .wrapper .hero-flex .hero-content {
  width: 60%;
  padding-left: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1220px) {
  .homepage-hero .wrapper .hero-flex .hero-content {
    padding-left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .homepage-hero .wrapper .hero-flex .hero-content {
    width: 100%;
    padding: 50px 30px;
  }
}
.homepage-hero .wrapper .hero-flex .hero-content h1 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 400;
}
@media screen and (max-width: 1220px) {
  .homepage-hero .wrapper .hero-flex .hero-content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-hero .wrapper .hero-flex .hero-content h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-hero .wrapper .hero-flex .hero-content h1 {
    font-size: 18px;
  }
}
.homepage-hero .wrapper .hero-flex .hero-content h1 strong {
  font-size: 82px;
  font-weight: bold;
  color: #c8a460;
  display: block;
}
@media screen and (max-width: 1220px) {
  .homepage-hero .wrapper .hero-flex .hero-content h1 strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-hero .wrapper .hero-flex .hero-content h1 strong {
    font-size: 42px;
  }
}
.homepage-hero .wrapper .hero-flex .hero-content p {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1220px) {
  .homepage-hero .wrapper .hero-flex .hero-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-hero .wrapper .hero-flex .hero-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-hero .wrapper .hero-flex .hero-content p {
    font-size: 16px;
  }
}
.homepage-hero .wrapper .hero-flex .hero-content a {
  margin-top: 50px;
  background-color: #c8a460;
  padding: 10px 20px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  transition: .2s ease-in;
}
@media screen and (max-width: 1220px) {
  .homepage-hero .wrapper .hero-flex .hero-content a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-hero .wrapper .hero-flex .hero-content a {
    margin-top: 20px;
    font-size: 16px;
  }
}
.homepage-hero .wrapper .hero-flex .hero-content a:hover {
  background-color: #484848;
  color: #fff;
}
.homepage-hero .wrapper .hero-flex .hero-content .image {
  width: 100%;
}
.homepage-hero .wrapper .hero-flex .hero-content .image img {
  max-width: 70%;
  max-height: 700px;
}
.homepage-hero .wrapper .hero-flex .hero-image {
  position: relative;
  z-index: 11;
  width: 50%;
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .homepage-hero .wrapper .hero-flex .hero-image {
    display: none;
  }
}
.homepage-hero .wrapper .hero-flex .hero-image img {
  position: relative;
  top: 5px;
  max-width: 100%;
  max-height: 600px;
}
@media screen and (max-width: 1220px) {
  .homepage-hero .wrapper .hero-flex .hero-image img {
    max-height: 470px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-hero .wrapper {
    width: 94%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .homepage-hero .wrapper .hero-flex .hero-content {
    padding-left: 40px;
  }
  .homepage-hero .wrapper .hero-flex .hero-content .image img {
    max-width: 100%;
    max-height: 100%;
  }
  .homepage-hero .wrapper .hero-flex .hero-image {
    padding-top: 40px;
  }
}
.homepage-services {
  position: relative;
}
.homepage-services:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #000000;
  opacity: 0.07;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .homepage-services:before {
    height: 40%;
  }
}
.homepage-services .wrapper .services-flex {
  display: flex;
  gap: 40px;
  padding-top: 30px;
  align-items: center;
}
.homepage-services .wrapper .services-flex h2 {
  font-size: 42px;
  color: #c8a460;
  text-align: center;
  margin: 50px 0;
  width: 100%;
}
.homepage-services .wrapper .services-flex .cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.homepage-services .wrapper .services-flex .cards .link-card {
  width: calc(33% - 18px);
  background: #fff;
  box-shadow: 0 19px 38px rgba(200,200,200,0.1), 0 15px 12px rgba(200,200,200,0.1);
  height: 280px;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  transition: 0.3s;
  background-color: white;
  border: 1px solid #E0E0E0;
}
@media screen and (max-width: 1220px) {
  .homepage-services .wrapper .services-flex .cards .link-card {
    height: 300px;
  }
}
.homepage-services .wrapper .services-flex .cards .link-card:hover {
  transition: 0.3s;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.homepage-services .wrapper .services-flex .cards .link-card a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 40px;
}
.homepage-services .wrapper .services-flex .cards .link-card a .card-heading {
  text-align: start;
}
.homepage-services .wrapper .services-flex .cards .link-card a .card-heading h3 {
  color: #c8a460;
  font-size: 30px;
  text-transform: uppercase;
  max-width: 60%;
  padding-bottom: 10px;
}
@media screen and (max-width: 1220px) {
  .homepage-services .wrapper .services-flex .cards .link-card a .card-heading h3 {
    font-size: 22px;
  }
}
.homepage-services .wrapper .services-flex .cards .link-card a .card-heading p {
  color: #848484;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  max-width: 70%;
}
.homepage-services .wrapper .services-flex .cards .link-card a .btn {
  margin-top: 10px;
  background-color: #c8a460;
  padding: 10px 20px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  transition: .2s ease-in;
}
.homepage-services .wrapper .services-flex .cards .link-card a .btn:hover {
  background-color: #484848;
  color: #fff;
}
.homepage-services .wrapper .services-flex .cards .link-card a .link-card-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.homepage-services .wrapper .services-flex .cards .link-card a .link-card-arrow div {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.homepage-services .wrapper .services-flex .cards .card-1 {
  background-image: url(../img/damsky-salon.png);
  background-size: 150px;
}
.homepage-services .wrapper .services-flex .cards .card-1:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 10%;
  background-image: url(../img/logo.svg);
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .homepage-services .wrapper .services-flex .cards .card-1:after {
    right: 20%;
  }
}
.homepage-services .wrapper .services-flex .cards .card-2 {
  background-image: url(../img/barber-shop.png);
  background-size: 190px;
}
.homepage-services .wrapper .services-flex .cards .card-3 {
  background-image: url(../img/kosmetika.png);
  background-size: 190px;
}
@media screen and (max-width: 1220px) {
  .homepage-services .wrapper .services-flex .cards .card-3 {
    background-size: 170px;
  }
}
.homepage-services .wrapper .services-flex .cards .card-3:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 10%;
  background-image: url(../img/zdrave-vlasy.svg);
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .homepage-services .wrapper .services-flex .cards .card-3:after {
    right: 20%;
  }
}
.homepage-services .wrapper .services-flex .cards .card-4 {
  background-image: url(../img/rasy.png);
  background-size: 150px;
}
.homepage-services .wrapper .services-flex .cards .card-5 {
  background-image: url(../img/uvod-kosmetika.png);
  background-size: 210px;
}
.homepage-services .wrapper .services-flex .cards .card-6 {
  background-image: url(../img/pedikura.png);
  background-size: 190px;
}
.homepage-services .wrapper .services-flex .moto {
  width: 30%;
}
.homepage-services .wrapper .services-flex .moto img {
  max-width: 80%;
  max-height: 80%;
}
@media screen and (max-width: 990px) {
  .homepage-services .wrapper {
    width: 94%;
    margin: auto;
  }
  .homepage-services .wrapper .services-flex .cards .link-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .homepage-services .wrapper .services-flex {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
  .homepage-services .wrapper .services-flex .cards {
    width: 100%;
  }
  .homepage-services .wrapper .services-flex .cards .link-card {
    width: 100%;
    height: 210px;
  }
  .homepage-services .wrapper .services-flex .moto {
    width: 30%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .homepage-services .wrapper .services-flex {
    flex-direction: column;
    justify-content: center;
  }
  .homepage-services .wrapper .services-flex .cards {
    width: 100%;
  }
  .homepage-services .wrapper .services-flex .cards .link-card {
    width: 100%;
    height: 260px;
  }
  .homepage-services .wrapper .services-flex .moto {
    width: 70%;
    text-align: center;
  }
}
.homepage-quote {
  background-color: rgba(0,0,0,0.07);
  padding-top: 80px;
}
.homepage-quote-left {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 70%;
  align-self: center;
  padding-left: 80px;
}
@media screen and (max-width: 600px) {
  .homepage-quote-left {
    width: 100%;
    padding: 40px;
  }
}
.homepage-quote-right {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 25%;
  padding-right: 11%;
}
@media screen and (max-width: 600px) {
  .homepage-quote-right {
    width: 100%;
    padding-right: 0%;
  }
}
.homepage-quote-right img {
  width: 100%;
}
.homepage-quote .wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #e0e0e0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .homepage-quote .wrapper {
    flex-wrap: wrap;
  }
}
.homepage-quote .wrapper span {
  font-size: 42px;
  color: #c8a460;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}
.homepage-quote .wrapper p {
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .homepage-quote .wrapper p {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .homepage-quote {
    text-align: left;
  }
  .homepage-quote .wrapper {
    width: 90%;
    margin: auto;
  }
  .homepage-quote .wrapper p {
    width: 100%;
  }
}
.hairdressers-section {
  color: #484848;
}
.hairdressers-section h2 {
  font-size: 42px;
  color: #c8a460;
  text-align: center;
  margin: 80px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hairdressers-section .wrapper {
    width: 90%;
  }
}
.hairdressers-section .wrapper .hairdresser-card {
  display: flex;
  padding-top: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.hairdressers-section .wrapper .hairdresser-card:nth-child(n+2) {
  padding-top: 0px;
}
.hairdressers-section .wrapper .hairdresser-card:nth-child(even) {
  background-color: #f4f4f4;
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .hairdresser-card {
    flex-wrap: wrap;
    padding-top: 0px;
  }
}
.hairdressers-section .wrapper .hairdresser-card .left-section {
  width: 30%;
}
@media screen and (max-width: 1600px) {
  .hairdressers-section .wrapper .hairdresser-card .left-section {
    width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .hairdressers-section .wrapper .hairdresser-card .left-section {
    width: 43%;
  }
}
@media screen and (max-width: 480px) {
  .hairdressers-section .wrapper .hairdresser-card .left-section {
    width: 100%;
  }
}
.hairdressers-section .wrapper .hairdresser-card .left-section img {
  width: 100%;
}
.hairdressers-section .wrapper .hairdresser-card .right-section {
  width: 70%;
  padding: 0 5%;
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name {
    flex-wrap: wrap;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .position {
  color: #c8a460;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .name {
  font-weight: 300;
  font-size: 27px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .name {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .info {
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .phone {
  background-image: url(../img/telefon.svg);
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-bottom: 8px;
  background-size: 35px auto;
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .phone {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .phone a {
  text-decoration: none;
  transition: .2s ease-in;
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .phone a:hover {
  color: #c8a460;
}
.hairdressers-section .wrapper .hairdresser-card .right-section .hairdresser-name .phone p {
  font-size: 20px;
  font-weight: 300;
  padding-left: 60px;
}
.hairdressers-section .wrapper .hairdresser-card .right-section h2 {
  color: #c8a460;
  font-size: 45px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1220px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section h2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 990px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section h2 {
    margin-bottom: 20px;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .services {
  border: 1px solid #F4F4F4;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  height: 90%;
}
.hairdressers-section .wrapper .hairdresser-card .right-section .services p {
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services {
    border: none;
    padding: 0px;
  }
}
@media screen and (max-width: 990px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services {
    border: 1px solid #F4F4F4;
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services {
    padding: 30px;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .services-list {
  display: flex;
  padding-top: 10px;
  width: 95%;
  padding-left: 20px;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services-list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services-list {
    display: flex;
    padding-top: 10px;
    width: 95%;
    padding-left: 20px;
    gap: 0px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services-list ul {
    width: 95%;
  }
}
@media screen and (max-width: 1440px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services-list ul {
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services-list ul {
    width: 95%;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .services-list ul li {
  list-style-image: url(../img/li.svg);
  font-weight: 300;
  padding-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .services-list ul li {
    padding-top: 0px;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .services-list ul li::marker {
  font-size: 25px;
}
.hairdressers-section .wrapper .hairdresser-card .right-section .services-list ul li span {
  position: relative;
  left: 10px;
}
.hairdressers-section .wrapper .hairdresser-card .right-section .booking-button a {
  text-decoration: none;
  background-color: #c8a460;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 7px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hairdressers-section .wrapper .hairdresser-card .right-section .booking-button a {
    margin-bottom: 50px;
    display: table;
  }
}
.hairdressers-section .wrapper .hairdresser-card .right-section .booking-button a::before {
  content: "";
  background-image: url(../img/objednat.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.hairdressers-section .wrapper .hairdresser-card:nth-child(even) .right-section .services {
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 1220px) {
  .hairdressers-section .wrapper .hairdresser-card:nth-child(even) .right-section .services {
    border: none;
    padding: 0px;
  }
}
@media screen and (max-width: 990px) {
  .hairdressers-section .wrapper .hairdresser-card:nth-child(even) .right-section .services {
    border: 1px solid #e9e9e9;
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .hairdresser-card:nth-child(even) .right-section {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .grenova .left-section {
    text-align: center;
  }
  .hairdressers-section .wrapper .grenova .left-section img {
    width: 50%;
  }
}
.hairdressers-section .wrapper .fedorova {
  background-image: url(../img/Michaela-fedorova.png);
  background-position-x: 15%;
  background-position-y: 20px;
}
@media screen and (max-width: 990px) {
  .hairdressers-section .wrapper .fedorova .left-section {
    width: 100%;
    background-image: url(../img/Michaela-fedorova.png);
    background-position-x: 100%;
    background-position-y: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 990px) {
  .hairdressers-section .wrapper .hairdresser-card-first {
    flex-direction: column;
    background-image: none;
  }
  .hairdressers-section .wrapper .hairdresser-card-first .right-section {
    width: 90%;
    padding: 10% 0;
  }
}
@media screen and (max-width: 600px) {
  .hairdressers-section .wrapper .hairdresser-card-first .left-section {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .hairdressers-section .wrapper .hairdresser-card-first .left-section {
    background-size: 50%;
  }
  .hairdressers-section .wrapper .hairdresser-card-first .left-section .phone {
    width: 100%;
  }
  .hairdressers-section .wrapper .hairdresser-card-first .right-section .services-list {
    gap: 0px;
    flex-direction: column;
  }
}
@media screen and (max-width: 990px) {
  .hairdressers-section .wrapper .hairdresser-card-second {
    flex-direction: column;
    background-image: none;
  }
  .hairdressers-section .wrapper .hairdresser-card-second .right-section {
    width: 90%;
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  .hairdressers-section .wrapper .hairdresser-card-second .left-section {
    background-size: 50%;
  }
  .hairdressers-section .wrapper .hairdresser-card-second .left-section .phone {
    width: 100%;
  }
  .hairdressers-section .wrapper .hairdresser-card-second .right-section .services-list {
    gap: 0px;
    flex-direction: column;
  }
}
@media screen and (max-width: 990px) {
  .hairdressers-section .wrapper .hairdresser-card-third {
    flex-direction: column;
    background-image: none;
  }
  .hairdressers-section .wrapper .hairdresser-card-third .right-section {
    width: 90%;
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  .hairdressers-section .wrapper .hairdresser-card-third .left-section {
    background-size: 50%;
  }
  .hairdressers-section .wrapper .hairdresser-card-third .left-section .phone {
    width: 100%;
  }
  .hairdressers-section .wrapper .hairdresser-card-third .right-section .services-list {
    gap: 0px;
    flex-direction: column;
  }
}
.price-list-section .wrapper .price-list-content {
  background-color: #303030;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 120px;
  padding-right: 120px;
  transition: .2s ease-in;
}
@media screen and (max-width: 990px) {
  .price-list-section .wrapper .price-list-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 600px) {
  .price-list-section .wrapper .price-list-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.price-list-section .wrapper .price-list-content .price-list-header {
  text-align: center;
}
.price-list-section .wrapper .price-list-content .price-list-header h2 {
  color: #c8a460;
  font-size: 45px;
  font-weight: 700;
}
.price-list-section .wrapper .price-list-content .price-list-header p {
  color: #fff;
  font-weight: 300;
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.price-list-section .wrapper .price-list-content .price-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.price-list-section .wrapper .price-list-content .price-list .more {
  width: 100%;
  display: block;
  color: white;
  text-align: center;
  font-size: 18px;
  transition: .2s ease-in;
  cursor: pointer;
}
.price-list-section .wrapper .price-list-content .price-list .more:hover {
  color: #c8a460;
}
.price-list-section .wrapper .price-list-content .price-list .description {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 300;
  color: white;
  margin-top: 15px;
}
.price-list-section .wrapper .price-list-content .price-list .description:nth-of-type(1) {
  margin-top: 50px;
}
.price-list-section .wrapper .price-list-content .price-list .description:last-of-type {
  margin-bottom: 30px;
}
.price-list-section .wrapper .price-list-content .price-list table {
  width: 100%;
}
.price-list-section .wrapper .price-list-content .price-list table tr {
  padding-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .price-list-section .wrapper .price-list-content .price-list table tr {
    margin-top: 20px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #545454;
  }
}
.price-list-section .wrapper .price-list-content .price-list table tr th {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 300;
  color: white;
}
@media screen and (max-width: 480px) {
  .price-list-section .wrapper .price-list-content .price-list table tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
.price-list-section .wrapper .price-list-content .price-list table tr td {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  color: white;
}
@media screen and (max-width: 768px) {
  .price-list-section .wrapper .price-list-content .price-list table tr td {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .price-list-section .wrapper .price-list-content .price-list table tr td {
    padding-bottom: 40px;
  }
  .price-list-section .wrapper .price-list-content .price-list table tr td:nth-child(n+2) {
    display: block;
    border: none;
    position: relative;
    padding-left: 60%;
  }
  .price-list-section .wrapper .price-list-content .price-list table tr td:nth-of-type(2):before {
    content: "Junior:   ";
    padding-right: 10px;
  }
  .price-list-section .wrapper .price-list-content .price-list table tr td:nth-of-type(3):before {
    content: "Stylist:   ";
    padding-right: 10px;
  }
  .price-list-section .wrapper .price-list-content .price-list table tr td:nth-of-type(4):before {
    content: "Master Stylist: ";
    padding-right: 10px;
  }
}
@media screen and (max-width: 990px) {
  .price-list-section .wrapper .price-list-content .price-list table tr td:first-child {
    max-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .price-list-section .wrapper .price-list-content .price-list table tr td:first-child {
    max-width: 150px;
    width: 40%;
  }
}
.price-list-section .wrapper .price-list-content .price-list table tr td span {
  display: block;
  font-size: 15px;
  padding-top: 10px;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .price-list-section .wrapper .price-list-content .price-list table tr td span {
    font-size: 14px;
  }
}
.price-list-section .wrapper .price-list-content .price-list table tr td:nth-child(n+2) {
  padding-top: 20px;
  color: #c8a460;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .price-list-section .wrapper .price-list-content .price-list table tr td:nth-child(n+2) {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .price-list-section .wrapper .price-list-content .price-list table tr td:nth-child(n+2) {
    text-align: left;
    padding: 3px 10px;
  }
  .price-list-section .wrapper .price-list-content .price-list table tr td:nth-child(n+2):before:nth-child(n+2) {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 14px;
  }
}
.price-list-section .wrapper .price-list-content .price-list .left,
.price-list-section .wrapper .price-list-content .price-list .right {
  width: 50%;
}
.price-list-section .wrapper .price-list-content .price-list .left .item,
.price-list-section .wrapper .price-list-content .price-list .right .item {
  padding-bottom: 35px;
  color: #fff;
  line-height: 1.2;
}
.price-list-section .wrapper .price-list-content .price-list .left .item .heading,
.price-list-section .wrapper .price-list-content .price-list .right .item .heading {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.price-list-section .wrapper .price-list-content .price-list .left .item .heading span,
.price-list-section .wrapper .price-list-content .price-list .right .item .heading span {
  color: #c8a460;
}
.price-list-section .wrapper .price-list-content .price-list .left .item .heading .underparagraph,
.price-list-section .wrapper .price-list-content .price-list .right .item .heading .underparagraph {
  font-size: 15px;
  font-weight: 300;
}
.price-list-section .wrapper .price-list-content .price-list .left .item .desc,
.price-list-section .wrapper .price-list-content .price-list .right .item .desc {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .price-list-section .wrapper .price-list-content .price-list .left .item .desc,
  .price-list-section .wrapper .price-list-content .price-list .right .item .desc {
    line-height: 1.5;
  }
}
.price-list-section .wrapper .price-list-content .price-list .full {
  width: 100%;
}
.price-list-section .wrapper .price-list-content .price-list .full .item {
  padding-bottom: 35px;
  color: #fff;
  line-height: 1.2;
}
.price-list-section .wrapper .price-list-content .price-list .full .item .heading {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.price-list-section .wrapper .price-list-content .price-list .full .item .heading span {
  color: #c8a460;
}
.price-list-section .wrapper .price-list-content .price-list .full .item .heading .underparagraph {
  font-size: 15px;
  font-weight: 300;
}
.price-list-section .wrapper .price-list-content .price-list .full .item .desc {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .price-list-section .wrapper .price-list-content .price-list .full .item .desc {
    line-height: 1.5;
  }
}
.price-list-section .wrapper .price-list-content .price-list .hidden {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition: .2s ease-in;
}
.price-list-section .wrapper .price-list-content .price-list .expand {
  visibility: visible;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .price-list-section .wrapper .price-list-content .price-list {
    justify-content: center;
    flex-direction: column;
  }
  .price-list-section .wrapper .price-list-content .price-list .left {
    width: 100%;
  }
  .price-list-section .wrapper .price-list-content .price-list .right {
    width: 100%;
  }
}
.order-section {
  background: #F7F7F7;
  padding: 100px;
}
@media screen and (max-width: 600px) {
  .order-section {
    padding: 40px;
  }
}
.order-section h2 {
  font-size: 42px;
  color: #c8a460;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.map-section {
  position: relative;
}
.map-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000000;
  opacity: 0.07;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .map-section .wrapper {
    height: 690px;
  }
}
.map-section .wrapper .map-bg {
  height: 400px;
  margin: 0px 40px;
}
@media screen and (max-width: 600px) {
  .map-section .wrapper .map-bg {
    padding: 0 0 40px 0;
  }
}
.map-section .wrapper .map-bg .map-desc {
  width: 250px;
  margin: 40px 0 0 40px;
  padding: 40px;
  position: absolute;
  top: 0px;
  right: 70px;
  z-index: 10;
  max-height: 230px;
  height: calc(100% - 80px);
  background-color: #2f2f2f;
}
@media screen and (max-width: 600px) {
  .map-section .wrapper .map-bg .map-desc {
    width: calc(100% - 80px);
    margin: 0px 0 0 0;
    top: 400px;
    right: 0px;
  }
}
.map-section .wrapper .map-bg .map-desc h3 {
  color: #c8a460;
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 20px;
}
.map-section .wrapper .map-bg .map-desc .address {
  font-weight: 300;
  padding-left: 40px;
  padding-bottom: 40px;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.map-section .wrapper .map-bg .map-desc .address::before {
  content: "";
  background-image: url(../img/place.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.map-section .wrapper .map-bg .map-desc .address .heading {
  color: #c8a460;
  font-size: 11px;
}
.map-section .wrapper .map-bg .map-desc .address .content {
  font-size: 17px;
  padding-bottom: 10px;
}
.map-section .wrapper .map-bg .map-desc .address .upper-line {
  margin-top: 10px;
  position: relative;
}
.map-section .wrapper .map-bg .map-desc .address .upper-line::before {
  content: "";
  border-top: 1px solid #c8a460;
  width: 80px;
  height: 1px;
  position: absolute;
  top: -10px;
  left: 0px;
}
.map-section .wrapper .map-bg .map-desc .telefon {
  font-weight: 300;
  padding-left: 40px;
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.map-section .wrapper .map-bg .map-desc .telefon p {
  font-size: 17px;
  line-height: 1.5;
}
.map-section .wrapper .map-bg .map-desc .telefon p span {
  color: #c8a460;
}
.map-section .wrapper .map-bg .map-desc .telefon::before {
  content: "";
  background-image: url(../img/telefon-map.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 5px;
}
.map-section .wrapper .map-bg .map-desc .email {
  font-weight: 300;
  padding-left: 40px;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.map-section .wrapper .map-bg .map-desc .email p {
  font-size: 17px;
  line-height: 1.5;
}
.map-section .wrapper .map-bg .map-desc .email p span {
  color: #c8a460;
}
.map-section .wrapper .map-bg .map-desc .email::before {
  content: "";
  background-image: url(../img/e-mail.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .map-section .wrapper .map-bg {
    background-size: cover;
  }
}
.choose {
  z-index: 1000;
  background: rgba(0,0,0,0.8);
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
}
.choose .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.choose .close {
  position: absolute;
  right: 0px;
  top: -90px;
  font-weight: bold;
  color: white;
  font-size: 42px;
  text-decoration: none;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .2s ease-in;
}
.choose .close:hover {
  transform: rotate(-45deg);
}
.choose-inner {
  width: 600px;
  position: relative;
  height: 150px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .choose-inner {
    flex-wrap: wrap;
    gap: 20px;
    height: 400px;
  }
}
.choose-inner div {
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 150px;
  padding: 35px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .choose-inner div {
    width: 40%;
    height: 150px;
  }
  .choose-inner div img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .choose-inner div {
    width: 90%;
    height: 120px;
  }
  .choose-inner div img {
    max-width: 250px;
  }
}
.choose-inner div a {
  text-decoration: none;
  background-color: #c8a460;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 7px;
  color: #fff;
  font-weight: 300;
  position: relative;
  transition: .2s ease-in;
  cursor: pointer;
}
.choose-inner div a:hover {
  transform: scale(1.05);
}
.vybrat-salon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #F4F4F4;
  padding: 30px 80px 30px 30px;
  cursor: pointer;
  text-decoration: none;
  transition: .2s ease-in;
  box-shadow: 10px 10px 50px rgba(0,0,0,0.1);
}
.vybrat-salon:hover {
  transform: scale(1.1);
}
.vybrat-salon::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.career-top-section .wrapper .career-flex {
  display: flex;
  gap: 60px;
}
.career-top-section .wrapper .career-flex .career-img {
  width: 30%;
}
.career-top-section .wrapper .career-flex .career-img img {
  max-width: 100%;
  max-height: 100%;
}
.career-top-section .wrapper .career-flex .career-content {
  width: 70%;
}
.career-top-section .wrapper .career-flex .career-content h1 {
  color: #c8a460;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 35px;
}
.career-top-section .wrapper .career-flex .career-content p {
  line-height: 1.5;
}
.career-top-section .wrapper .career-flex .career-content .content-box {
  padding: 30px;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  margin-top: 50px;
}
.career-top-section .wrapper .career-flex .career-content .content-box h3 {
  color: #c8a460;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.career-top-section .wrapper .career-flex .career-content .content-box ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.career-top-section .wrapper .career-flex .career-content .content-box ul li {
  padding-bottom: 15px;
  line-height: 1.5;
}
.career-top-section .wrapper .career-flex .career-content .content-box ul li:last-of-type {
  padding-bottom: 0px;
}
.career-top-section .wrapper .career-flex .career-content .content-box ul li::marker {
  color: #c8a460;
}
@media screen and (max-width: 1220px) {
  .career-top-section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 990px) {
  .career-top-section .wrapper .career-flex {
    flex-direction: column;
  }
  .career-top-section .wrapper .career-flex .career-img {
    width: auto;
    height: 300px;
  }
  .career-top-section .wrapper .career-flex .career-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .career-top-section .wrapper .career-flex .career-content {
    width: auto;
  }
}
.career-open-positions .wrapper .career-positions-bg {
  background-color: #F4F4F4;
  padding: 50px;
}
.career-open-positions .wrapper .career-positions-bg h2 {
  text-align: center;
  color: #c8a460;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 35px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg {
  background-color: #EEEEEE;
  padding: 40px;
  border-radius: 10px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position {
  display: flex;
  gap: 40px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content {
  width: 80%;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content h3 {
  color: #c8a460;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content p {
  line-height: 1.5;
  padding-bottom: 15px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content ul li {
  padding-bottom: 15px;
  line-height: 1.5;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content ul li:last-of-type {
  padding-bottom: 0px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content ul li::marker {
  color: #c8a460;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person {
  width: 20%;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 13px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .card-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info {
  padding: 0px 15px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .person-content {
  padding-top: 40px;
  padding-bottom: 20px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .person-content .card-position {
  text-transform: uppercase;
  font-weight: 700;
  color: #c8a460;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .person-content .card-name {
  font-size: 22px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .card-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .card-phone img {
  max-width: 100%;
  max-height: 100%;
  width: 35px;
}
.career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .card-phone p {
  font-size: 20px;
}
@media screen and (max-width: 1220px) {
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content {
    width: 70%;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person {
    width: 30%;
  }
}
@media screen and (max-width: 990px) {
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position {
    flex-direction: column;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-content {
    width: auto;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person {
    width: auto;
    display: inline-block;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .card-img {
    width: 30%;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info {
    width: 70%;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .person-content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .career-open-positions .wrapper .career-positions-bg {
    padding: 40px 20px;
  }
  .career-open-positions .wrapper .career-positions-bg h2 {
    font-size: 30px;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .card-img {
    width: 30%;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info {
    width: 70%;
  }
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg .position .position-person .person-card .person-info .person-content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .career-open-positions .wrapper .career-positions-bg .open-positions-bg {
    padding: 40px 20px;
  }
}
.career-images {
  background-color: #353535;
  padding: 80px;
  box-sizing: border-box;
}
.career-images .wrapper {
  max-width: 100%;
  box-sizing: border-box;
}
.career-images .wrapper .images-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.career-images .wrapper .img {
  flex: 1 1 calc(23.33%);
  aspect-ratio: 1;
  overflow: hidden;
}
.career-images .wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .career-images {
    padding: 80px 20px;
  }
}
.eshop-section {
  background-color: rgba(0,0,0,0.07);
}
@media screen and (max-width: 768px) {
  .eshop-section .wrapper {
    width: 90%;
  }
}
.eshop-section .wrapper .eshop-content {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
}
@media screen and (min-width: 1600px) {
  .eshop-section .wrapper .eshop-content {
    background-position-y: 50px;
  }
}
.eshop-section .wrapper .eshop-content .left-section {
  width: 100%;
  text-align: center;
}
.eshop-section .wrapper .eshop-content .left-section h2 {
  color: #c8a460;
  font-size: 35px;
  font-weight: 700;
}
.eshop-section .wrapper .eshop-content .left-section .text-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.eshop-section .wrapper .eshop-content .left-section .text-section p {
  line-height: 1.8;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 30px;
}
.eshop-section .wrapper .eshop-content .left-section .eshop-button {
  align-items: center;
  gap: 10px;
}
.eshop-section .wrapper .eshop-content .left-section .eshop-button a {
  text-decoration: none;
  background-color: #c8a460;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.eshop-section .wrapper .eshop-content .left-section .eshop-button a.call {
  padding-left: 50px;
}
.eshop-section .wrapper .eshop-content .left-section .eshop-button a.call::before {
  content: "";
  background-image: url(../img/telefon-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.eshop-section .wrapper .eshop-content .img-section {
  width: 100%;
  text-align: center;
  position: relative;
}
.eshop-section .wrapper .eshop-content .img-section img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 990px) {
  .eshop-section .wrapper .eshop-content .img-section img {
    max-height: 70%;
  }
}
@media screen and (max-width: 600px) {
  .eshop-section .wrapper .eshop-content .img-section img {
    max-width: 50%;
    margin-left: -20%;
  }
}
.eshop-section .wrapper .eshop-content .img-section .img-section-some {
  display: flex;
  position: absolute;
  right: 10%;
  top: 10px;
  width: 200px;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}
@media screen and (max-width: 990px) {
  .eshop-section .wrapper .eshop-content .img-section .img-section-some {
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .eshop-section .wrapper .eshop-content .img-section .img-section-some {
    right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .eshop-section .wrapper .eshop-content .img-section .img-section-some {
    margin-top: 35px;
  }
  .eshop-section .wrapper .eshop-content .img-section .img-section-some img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .eshop-section .wrapper .eshop-content .img-section .img-section-some {
    margin-top: 20px;
    width: 110px;
  }
}
.eshop-section .wrapper .eshop-content .img-section .img-section-some a {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 990px) {
  .eshop-section .wrapper .eshop-content .img-section .img-section-some a {
    height: 35px;
    width: 35px;
  }
}
.eshop-section .wrapper .eshop-content .img-section .img-section-some a img {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .eshop-section .wrapper .eshop-content {
    margin-top: 0px;
  }
  .eshop-section .wrapper .eshop-content .left-section {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .eshop-section .wrapper .eshop-content {
    flex-direction: column;
  }
  .eshop-section .wrapper .eshop-content .left-section {
    width: 100%;
  }
  .eshop-section .wrapper .eshop-content .img-section {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .voucher-section .wrapper {
    width: 90%;
  }
}
.voucher-section .wrapper .voucher-content {
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: url(../img/darkovypoukaz.png);
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1600px) {
  .voucher-section .wrapper .voucher-content {
    background-position-y: 50px;
  }
}
.voucher-section .wrapper .voucher-content .left-section {
  width: 50%;
  padding-left: 50px;
}
.voucher-section .wrapper .voucher-content .left-section h1 {
  color: #c8a460;
  font-size: 35px;
  font-weight: 700;
}
.voucher-section .wrapper .voucher-content .left-section .text-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.voucher-section .wrapper .voucher-content .left-section .text-section p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 10px;
}
.voucher-section .wrapper .voucher-content .left-section .voucher-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.voucher-section .wrapper .voucher-content .left-section .voucher-button a {
  text-decoration: none;
  background-color: #c8a460;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.voucher-section .wrapper .voucher-content .left-section .voucher-button a.call {
  padding-left: 50px;
}
.voucher-section .wrapper .voucher-content .left-section .voucher-button a.call::before {
  content: "";
  background-image: url(../img/telefon-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 1220px) {
  .voucher-section .wrapper .voucher-content {
    background-size: 500px;
  }
}
@media screen and (max-width: 990px) {
  .voucher-section .wrapper .voucher-content {
    background-size: 350px;
  }
}
@media screen and (max-width: 768px) {
  .voucher-section .wrapper .voucher-content {
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 280px;
    margin-top: 0px;
  }
  .voucher-section .wrapper .voucher-content .left-section {
    width: 60%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .voucher-section .wrapper .voucher-content {
    background-position-x: 0%;
    background-position-y: 100%;
    background-size: 250px;
    padding-top: 0px;
    padding-bottom: 250px;
    margin-top: 80px;
  }
  .voucher-section .wrapper .voucher-content .left-section {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kontakt-section .wrapper {
    width: 90%;
  }
}
.kontakt-section .wrapper .kontakt-content {
  padding-top: 80px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .kontakt-section .wrapper .kontakt-content {
    background-position-y: 50px;
  }
}
.kontakt-section .wrapper .kontakt-content .right-section {
  width: 50%;
}
.kontakt-section .wrapper .kontakt-content .right-section img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .kontakt-section .wrapper .kontakt-content .right-section img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kontakt-section .wrapper .kontakt-content .right-section {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .kontakt-section .wrapper .kontakt-content .right-section {
    width: 100%;
    display: inherit;
  }
  .kontakt-section .wrapper .kontakt-content .right-section img {
    display: inherit;
  }
}
.kontakt-section .wrapper .kontakt-content .left-section {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 990px) {
  .kontakt-section .wrapper .kontakt-content .left-section {
    width: 100%;
    margin-bottom: 80px;
  }
}
.kontakt-section .wrapper .kontakt-content .left-section h1 {
  color: #c8a460;
  font-size: 60px;
  font-weight: 700;
}
.kontakt-section .wrapper .kontakt-content .left-section .text-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.kontakt-section .wrapper .kontakt-content .left-section .text-section p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 10px;
}
.kontakt-section .wrapper .kontakt-content .left-section .voucher-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kontakt-section .wrapper .kontakt-content .left-section .voucher-button a {
  text-decoration: none;
  background-color: #c8a460;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.kontakt-section .wrapper .kontakt-content .left-section .voucher-button a.call {
  padding-left: 50px;
}
.kontakt-section .wrapper .kontakt-content .left-section .voucher-button a.call::before {
  content: "";
  background-image: url(../img/telefon-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 1220px) {
  .kontakt-section .wrapper .kontakt-content {
    background-size: 500px;
  }
}
@media screen and (max-width: 990px) {
  .kontakt-section .wrapper .kontakt-content {
    background-size: 350px;
  }
}
@media screen and (max-width: 768px) {
  .kontakt-section .wrapper .kontakt-content {
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 280px;
    margin-top: 0px;
  }
  .kontakt-section .wrapper .kontakt-content .left-section {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .kontakt-section .wrapper .kontakt-content {
    background-position-x: 0%;
    background-position-y: 100%;
    background-size: 250px;
    padding-top: 0px;
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .kontakt-section .wrapper .kontakt-content .left-section {
    width: 90%;
    padding-left: 5%;
  }
}
.voucher-form .wrapper .voucher-bg {
  background-color: #F4F4F4;
  margin-bottom: 00px;
  padding: 80px 200px 80px 200px;
}
.voucher-form .wrapper .voucher-bg h2 {
  color: #c8a460;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
}
.voucher-form .wrapper .voucher-bg .form-content .inputs {
  padding: 60px 0px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.voucher-form .wrapper .voucher-bg .form-content .inputs input,
.voucher-form .wrapper .voucher-bg .form-content .inputs textarea {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 25px 20px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.voucher-form .wrapper .voucher-bg .form-content .inputs textarea {
  grid-column: 1 / 3;
}
@media screen and (max-width: 600px) {
  .voucher-form .wrapper .voucher-bg .form-content .inputs textarea {
    grid-column: 1 / 2;
  }
}
.voucher-form .wrapper .voucher-bg .form-content .inputs select {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 25px 20px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 25px;
  background-size: 25px;
}
.voucher-form .wrapper .voucher-bg .form-content .submit-btn {
  text-align: center;
}
.voucher-form .wrapper .voucher-bg .form-content .submit-btn button {
  cursor: pointer;
  background-color: #c8a460;
  border: none;
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  font-size: 18px;
  padding: 13px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 990px) {
  .voucher-form .wrapper .voucher-bg {
    padding: 80px 40px 180px 40px;
  }
}
@media screen and (max-width: 600px) {
  .voucher-form .wrapper .voucher-bg .form-content .inputs {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
}
.salony-rezervace-div {
  display: none;
}
.active {
  display: block;
  background: #C8A360;
  color: white;
}
.salony-rezervace {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 60px 0 90px 0px;
}
@media screen and (max-width: 600px) {
  .salony-rezervace {
    flex-wrap: wrap;
  }
}
.salony-rezervace li {
  padding: 10px 20px;
  border: 1px solid #C8A360;
  border-radius: 40px;
  text-decoration: none;
  transition: .2s ease-in;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .salony-rezervace li {
    width: 100%;
    text-align: center;
    border-radius: 20px;
  }
}
.salony-rezervace li .active {
  background: #C8A360;
  color: white;
}
.salony-rezervace li:hover {
  background: #C8A360;
  color: white;
}
.choose-salon .wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 990px) {
  .choose-salon .wrapper {
    flex-wrap: wrap;
  }
}
.choose-salon .wrapper div {
  width: 50%;
  padding: 100px 100px 200px 100px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .choose-salon .wrapper div {
    width: 100%;
    padding: 80px 80px 100px 80px;
  }
}
.choose-salon .wrapper div a {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 50px;
  background-color: #c8a460;
  padding: 10px 20px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  transition: .2s ease-in;
}
@media screen and (max-width: 1220px) {
  .choose-salon .wrapper div a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .choose-salon .wrapper div a {
    margin-top: 20px;
    font-size: 16px;
  }
}
.choose-salon .wrapper div a:hover {
  background-color: #484848;
  color: #fff;
}
.choose-salon .wrapper div span {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}
@media screen and (max-width: 1220px) {
  .choose-salon .wrapper div span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .choose-salon .wrapper div span {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .choose-salon .wrapper div span {
    font-size: 18px;
  }
}
.choose-salon .wrapper div strong {
  font-size: 66px;
  font-weight: bold;
  color: #c8a460;
  display: block;
}
@media screen and (max-width: 1220px) {
  .choose-salon .wrapper div strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .choose-salon .wrapper div strong {
    font-size: 42px;
  }
}
.choose-salon .wrapper div ul li {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1220px) {
  .choose-salon .wrapper div ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .choose-salon .wrapper div ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .choose-salon .wrapper div ul li {
    font-size: 16px;
  }
}
.choose-salon-left {
  position: relative;
  background: linear-gradient(180deg,rgba(255,255,255,0.9),rgba(255,238,199,0.9));
  border: 1px solid rgba(200,163,96,0.5);
}
.choose-salon-left:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/hero-image-salon-style.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.choose-salon-right {
  position: relative;
  background: linear-gradient(180deg,rgba(255,255,255,0.9),rgba(255,219,209,0.9));
  border: 1px solid rgba(200,105,95,0.5);
}
.choose-salon-right:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/salonstyle-zdrave-vlasy-mo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}
html {
  scroll-behavior: smooth;
}
header .desktop-navbar {
  padding: 30px 0px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
}
header .desktop-navbar .wrapper .desktop-nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left {
  display: flex;
  align-items: center;
  gap: 150px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .left-logo a {
  display: inline-block;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .left-logo a img {
  max-width: 100%;
  max-height: 100%;
  width: 130px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .pobocky {
  position: relative;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .pobocky-button {
  border: 1px solid #c8a460;
  padding: 8px 10px 8px 40px;
  background-image: url(../img/dropdown.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-radius: 5px;
  transition: .2s ease-in;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .pobocky-button:hover {
  background-color: #c8a460;
  color: white;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .pobocky-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0;
  background-color: #484848;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  border-radius: 6px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .pobocky-menu a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
  transition: 0.3s;
  padding: 12px 16px;
  font-weight: 300;
  background-color: #5A5959;
  color: white;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .pobocky-menu a:hover {
  background-color: #c8a460;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .pobocky:hover .pobocky-menu {
  display: block;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .left-socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .left-socials a {
  display: inline-block;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-left .left-socials a img {
  max-width: 100%;
  max-height: 100%;
  height: 15px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item {
  position: relative;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item#voucher-item .main-menu-lvl1-link {
  border: 1px solid #c8a460;
  padding: 8px 10px 8px 40px;
  background-image: url(../img/platba-kartou.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-radius: 5px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item:hover::before,
.main-menu-lvl1-link:hover + header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item::before {
  opacity: 1;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl1-link {
  background-color: transparent;
  color: ;
  text-decoration: none;
  font-weight: 300;
  font-size: 1rem;
  padding: 5px 0px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  overflow: visible;
  border-bottom: 1px solid transparent;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl1-link:hover {
  border-bottom: 1px solid #c8a460;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item:has(.main-menu-lvl2-wrapper) .main-menu-lvl1-link {
  padding-right: 20px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl2-wrapper .has-child {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  right: 2px;
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl2-wrapper .main-menu-lvl2 {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 5px);
  left: 0px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl2-wrapper .main-menu-lvl2::after {
  display: block;
  overflow: hidden;
  content: '';
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0px;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl2-wrapper .main-menu-lvl2 .main-menu-lvl2-item {
  color: #fff;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl2-wrapper .main-menu-lvl2 .main-menu-lvl2-item .main-menu-lvl2-link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
  transition: 0.3s;
  padding: 12px 16px;
  font-weight: 300;
  background-color: #5A5959;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl2-wrapper .main-menu-lvl2 .main-menu-lvl2-item .main-menu-lvl2-link:hover {
  background-color: #c8a460;
}
header .desktop-navbar .wrapper .desktop-nav-flex .flex-right .right-navbar .booking-item a {
  background-color: #c8a460;
  padding: 8px 10px 8px 40px;
  background-image: url(../img/rezervace-white.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  header .desktop-navbar .wrapper .desktop-nav-flex {
    gap: 40px;
  }
  header .desktop-navbar .wrapper .desktop-nav-flex .flex-left {
    gap: 100px;
  }
}
@media screen and (max-width: 990px) {
  header .desktop-navbar {
    display: none;
  }
}
header .mobile-navbar {
  display: none;
}
header .mobile-navbar nav {
  height: 6rem;
  width: 100vw;
}
header .mobile-navbar nav .navbar-flex {
  display: flex;
  position: relative;
  z-index: 10;
}
header .mobile-navbar nav .navbar-flex .navbar-line {
  width: 100%;
  margin: 0 auto;
}
header .mobile-navbar nav .navbar-flex .navbar-line .wrapper {
  min-height: 100px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .nav-logo {
  padding-top: 35px;
  padding-left: 10px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .pobocky {
  position: relative;
  top: 20px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .pobocky-button {
  border: 1px solid #c8a460;
  padding: 8px 10px 8px 40px;
  background-image: url(../img/dropdown.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-radius: 5px;
  transition: .2s ease-in;
}
header .mobile-navbar nav .navbar-flex .navbar-line .pobocky-button:hover {
  background-color: #c8a460;
  color: white;
}
header .mobile-navbar nav .navbar-flex .navbar-line .pobocky-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0;
  background-color: #484848;
  min-width: 100%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  border-radius: 6px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .pobocky-menu a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
  transition: 0.3s;
  padding: 12px 16px;
  font-weight: 300;
  background-color: #5A5959;
  color: white;
}
header .mobile-navbar nav .navbar-flex .navbar-line .pobocky-menu a:hover {
  background-color: #c8a460;
}
header .mobile-navbar nav .navbar-flex .navbar-line .pobocky:hover .pobocky-menu {
  display: block;
}
header .mobile-navbar nav .navbar-flex .navbar-line .voucher-button {
  position: absolute;
  right: calc(3% + 130px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  header .mobile-navbar nav .navbar-flex .navbar-line .voucher-button {
    display: none;
  }
}
header .mobile-navbar nav .navbar-flex .navbar-line .voucher-button a {
  text-decoration: none;
  background-color: #c8a460;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 19px;
  border-radius: 7px;
  color: #fff;
  font-weight: 300;
  font-size: 0.8rem;
  position: relative;
}
header .mobile-navbar nav .navbar-flex .navbar-line .voucher-button a::before {
  content: "";
  background-image: url(../img/objednat.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 10px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .voucher-button a:hover {
  transform: scale(1.05);
}
header .mobile-navbar nav .navbar-flex .navbar-line .hamburger {
  display: block;
  position: absolute;
  cursor: pointer;
  right: calc(3% + 40px);
  top: 54%;
  transform: translate(-5%,-70%);
  z-index: 2;
  transition: all 0.7s ease;
}
header .mobile-navbar nav .navbar-flex .navbar-line .hamburger .line1,
header .mobile-navbar nav .navbar-flex .navbar-line .hamburger .line2,
header .mobile-navbar nav .navbar-flex .navbar-line .hamburger .line3 {
  background: #6f6f6f;
}
header .mobile-navbar nav .navbar-flex .navbar-line .reservation {
  display: block;
  position: absolute;
  right: calc(3% + 250px);
  top: 33%;
  z-index: 1;
}
header .mobile-navbar nav .navbar-flex .navbar-line .reservation a {
  text-decoration: none;
  background-color: #c8a460;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 7px;
  transition: .2s ease-in;
  color: #fff;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
header .mobile-navbar nav .navbar-flex .navbar-line .reservation a::before {
  content: "";
  background-image: url(../img/objednat.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 10px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .reservation a:hover {
  transform: scale(1.05);
}
header .mobile-navbar nav .navbar-flex .navbar-line .navbar-social-links {
  display: block;
  position: absolute;
  right: calc(3% + 120px);
  top: 41%;
  z-index: 1;
}
header .mobile-navbar nav .navbar-flex .navbar-line .navbar-social-links .navbar-social-links-flex {
  display: flex;
  gap: 20px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .navbar-social-links .navbar-social-links-flex a {
  transition: .2s ease;
}
header .mobile-navbar nav .navbar-flex .navbar-line .navbar-social-links .navbar-social-links-flex a :hover {
  transform: scale(1.1);
}
header .mobile-navbar nav .navbar-flex .navbar-line .navbar-social-links .navbar-social-links-flex img {
  width: 15px;
  height: 15px;
}
header .mobile-navbar nav .navbar-flex .navbar-line .hamburger-heading {
  display: block;
  position: absolute;
  right: 3%;
  top: 38%;
  transform: translateY(25%);
  z-index: 1;
  color: #6f6f6f;
}
header .mobile-navbar .nav-logo {
  padding-top: 40px;
}
header .mobile-navbar .nav-logo img {
  height: 100%;
  width: 150px;
}
@media screen and (max-width: 600px) {
  header .mobile-navbar .nav-logo img {
    width: 100px;
  }
}
header .mobile-navbar .nav-links {
  display: flex;
  list-style: none;
  width: 88vw;
  justify-content: flex-end;
  align-items: center;
}
header .mobile-navbar .nav-links li {
  position: relative;
  padding-top: 20px;
}
header .mobile-navbar .nav-links li a {
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
}
header .mobile-navbar .hamburger div {
  width: 30px;
  height: 2px;
  background: #f2f5f7;
  margin: 5px;
  transition: all 0.3s ease;
}
header .mobile-navbar .hamburger {
  display: none;
}
header .mobile-navbar nav {
  position: relative;
  z-index: 3;
}
header .mobile-navbar .nav-links {
  position: fixed;
  background: #131418;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  clip-path: circle(50px at 90% -20%);
  -webkit-clip-path: circle(50px at 90% -10%);
  transition: all 1s ease-out;
  pointer-events: none;
  padding-top: 60px;
  justify-content: flex-start;
}
header .mobile-navbar .nav-links.open {
  clip-path: circle(150% at 90% -10%);
  -webkit-clip-path: circle(150% at 90% -10%);
  pointer-events: all;
}
@media screen and (max-width: 600px) {
  header .mobile-navbar .nav-links.open {
    clip-path: circle(110% at 80% -10%);
    -webkit-clip-path: circle(110% at 80% -10%);
    margin-top: -1px;
    border-top: 1px solid black;
  }
}
header .mobile-navbar .nav-links li {
  opacity: 0;
}
header .mobile-navbar .nav-links li:nth-child(1) {
  transition: all 0.5s ease 0.2s;
}
header .mobile-navbar .nav-links li:nth-child(2) {
  transition: all 0.5s ease 0.4s;
}
header .mobile-navbar .nav-links li:nth-child(3) {
  transition: all 0.5s ease 0.6s;
}
header .mobile-navbar .nav-links li:nth-child(4) {
  transition: all 0.5s ease 0.7s;
}
header .mobile-navbar .nav-links li:nth-child(5) {
  transition: all 0.5s ease 0.8s;
}
header .mobile-navbar .nav-links li:nth-child(6) {
  transition: all 0.5s ease 0.9s;
  margin: 0;
}
header .mobile-navbar .nav-links li:nth-child(7) {
  transition: all 0.5s ease 1s;
  margin: 0;
}
header .mobile-navbar li.fade {
  opacity: 1;
}
header .mobile-navbar .toggle .line1 {
  transform: rotate(-45deg) translate(-5px,5px);
}
header .mobile-navbar .toggle .line2 {
  transition: all 0.4s ease;
  width: 0;
}
header .mobile-navbar .toggle .line3 {
  transform: rotate(45deg) translate(-5px,-5px);
}
header .mobile-navbar .header-sections {
  background: url('../img/horni-light-bg.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 400px;
  overflow-x: hidden;
}
header .mobile-navbar .header-sections .wrapper .header-section-flex {
  display: flex;
  gap: 100px;
  align-items: center;
}
header .mobile-navbar .header-sections .wrapper .header-section-flex .content {
  width: 50%;
}
header .mobile-navbar .header-sections .wrapper .header-section-flex .content .before-heading-text {
  color: ;
  font-weight: 300;
}
header .mobile-navbar .header-sections .wrapper .header-section-flex .content h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  font-size: 40px;
  word-spacing: 9999999px;
  padding-top: 10px;
  padding-bottom: 20px;
}
header .mobile-navbar .header-sections .wrapper .header-section-flex .content p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}
header .mobile-navbar .header-sections .wrapper .header-section-flex .mockup-image {
  width: 50%;
}
header .mobile-navbar .header-sections .wrapper .header-section-flex .mockup-image img {
  max-width: 100%;
  max-height: 100%;
}
header .mobile-navbar .header-sections .header-services {
  padding-top: 80px;
  padding-bottom: 80px;
}
header .mobile-navbar .header-sections .header-services .header-services-heading {
  width: 100%;
}
header .mobile-navbar .header-sections .header-services .header-services-heading h2 {
  text-align: center;
  color: ;
  font-size: 30px;
  font-weight: 800;
  position: relative;
}
header .mobile-navbar .header-sections .header-services .header-services-heading h2::before {
  content: "";
  height: 6px;
  width: 50px;
  border-radius: 10px;
  background: ;
  position: absolute;
  top: 45px;
  left: calc(50% - 80px);
}
header .mobile-navbar .header-sections .header-services .header-services-heading h2::after {
  content: "";
  height: 6px;
  width: 130px;
  border-radius: 10px;
  background: ;
  position: absolute;
  top: 45px;
  left: calc(50% - 25px);
}
header .mobile-navbar .header-sections .header-services .services-section {
  padding-top: 120px;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex {
  display: flex;
  flex-wrap: wrap;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service {
  width: calc((100% / 3) - 1px);
  border-right: 1px dashed #D2D2D2;
  border-bottom: 1px dashed #D2D2D2;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service:nth-of-type(3) {
  border-right: 0;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service:nth-of-type(6) {
  border-right: 0;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service:nth-of-type(n + 4) {
  border-bottom: 0;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service:hover {
  transition: 0.4s;
  box-shadow: 0px 5px 50px #0000000D;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service:hover .service-link .service-content {
  transition: 0.4s;
  transform: scale(1.1);
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link {
  text-decoration: none;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link .service-content {
  padding: 40px;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link .service-content .service-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link .service-content .service-heading .service-heading-img {
  width: 20%;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link .service-content .service-heading .service-heading-img img {
  max-width: 100%;
  max-height: 100%;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link .service-content .service-heading h3 {
  color: ;
  font-size: 20px;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link .service-content .service-text {
  padding-top: 20px;
}
header .mobile-navbar .header-sections .header-services .services-section .services-section-flex .service .service-link .service-content .service-text p {
  color: ;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 990px) {
  header .mobile-navbar {
    display: block;
  }
}
.mobileNavbarParentLink {
  text-align: center;
  position: relative;
  width: 300px;
}
.mobileNavbarParentLink::before {
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../img/plus.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
}
.mobileNavbarParentLink .main-menu-lvl1-link {
  cursor: pointer;
  pointer-events: auto;
}
.mobileNavbarParentLink.secondary-menu-open::before {
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../img/menu-x.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
}
.mobile-navbar .main-menu-lvl2-wrapper {
  transition: all 0s !important;
  width: 0;
  height: 0;
  text-align: center;
}
.mobile-navbar .main-menu-lvl2-item {
  transition: all 0s !important;
  text-align: center;
  width: 300px;
}
.main-menu-lvl1-item.secondary-menu-open .main-menu-lvl2-wrapper {
  width: auto;
  height: auto;
}
.main-menu-lvl1-item.secondary-menu-open .main-menu-lvl2-wrapper .main-menu-lvl2 .main-menu-lvl2-item {
  opacity: 1;
  background-color: #c8a460;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}
.main-menu-lvl1-item.secondary-menu-open .main-menu-lvl2-wrapper .main-menu-lvl2 .main-menu-lvl2-item a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.time {
  position: absolute;
  left: 300px;
  top: 60px;
  display: flex;
  width: 250px;
  gap: 20px;
}
@media screen and (max-width: 990px) {
  .time {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .time {
    top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .time {
    display: none;
  }
}
.time img {
  max-width: 30px;
  max-height: 30px;
}
.time div .small-text {
  color: #C8A360;
  font-size: 14px;
}
.time div .bigger-text {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  .time div .bigger-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-top-left-circles header nav .navbar-flex .navbar-line .wrapper .time {
    left: calc(35%);
    visibility: visible;
  }
}
@media screen and (max-width: 480px) {
  .homepage-top-left-circles header nav .navbar-flex .navbar-line .wrapper .time {
    display: none;
  }
}
#content {
  line-height: 25px;
}
#content table,
#content ul,
#content ol,
#content p,
#content h2,
#content h3,
#content h4,
#content h5,
#content hr {
  margin: 0 0 15px 0;
}
#content a {
  color: inherit;
}
#content hr {
  display: block;
  height: 1px;
  border: none;
  background: #e4e4e4;
}
#content h2 {
  font-size: 26px;
}
#content h3 {
  font-size: 23px;
}
#content h4 {
  font-size: 18px;
}
#content h5 {
  font-size: 16px;
}
#content ul li {
  padding: 2px 0 2px 20px;
  background: url('../img/content_li.png') 0 13px no-repeat;
  background-size: 8px 12px;
}
#content ul ul {
  margin-left: 13px;
  margin-bottom: 0px;
}
#content table {
  width: 100%;
}
#content table thead tr {
  background: #dcefff;
}
#content table thead tr th {
  padding: 12px 10px 12px 10px;
  font-weight: 400;
}
#content table thead tr th:first-child {
  text-align: left;
}
#content table thead tr th:last-child {
  text-align: right;
}
#content table tbody tr td {
  padding: 8px 10px 8px 10px;
}
footer {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer .wrapper {
    width: 90%;
  }
}
footer .wrapper .footer-navbar-section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}
footer .wrapper .footer-navbar-section .footer-logo img {
  height: 50px;
  width: auto;
}
footer .wrapper .footer-navbar-section .footer-navbar {
  display: flex;
  align-items: center;
}
footer .wrapper .footer-navbar-section .footer-navbar ul {
  display: flex;
}
footer .wrapper .footer-navbar-section .footer-navbar ul li {
  margin-left: 80px;
}
footer .wrapper .footer-navbar-section .footer-navbar ul li a {
  text-decoration: none;
  font-weight: 300;
  font-size: 17px;
}
footer .wrapper .footer-navbar-section .footer-navbar ul li a:hover {
  color: #c8a460;
  transition: 0.3s;
}
footer .wrapper .footer-navbar-section .footer-navbar ul li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  footer .wrapper .footer-navbar-section {
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .wrapper .footer-navbar-section .footer-logo {
    margin: 0 auto 40px auto;
  }
  footer .wrapper .footer-navbar-section .footer-navbar {
    justify-content: space-evenly;
  }
  footer .wrapper .footer-navbar-section .footer-navbar ul {
    justify-content: space-between;
    gap: 40px;
  }
  footer .wrapper .footer-navbar-section .footer-navbar ul li {
    margin-left: 0px;
  }
}
footer .wrapper .underline-section {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0;
}
footer .wrapper .underline-section .copyright-section {
  width: 50%;
  display: flex;
}
footer .wrapper .underline-section .copyright-section .moto img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .wrapper .underline-section .copyright-section .moto img {
    position: relative;
    top: -30px;
  }
}
footer .wrapper .underline-section .right-section {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .wrapper .underline-section .right-section .socials {
  display: flex;
  gap: 20px;
}
footer .wrapper .underline-section .right-section .socials img {
  width: 25px;
  height: 25px;
}
footer .wrapper .underline-section .right-section .info {
  font-weight: 300;
}
footer .wrapper .underline-section .right-section .info p {
  display: inline-block;
}
footer .wrapper .underline-section .right-section .info a {
  display: inline-block;
}
footer .wrapper .underline-section .right-section .info .site-map {
  position: relative;
  bottom: 5px;
  border-right: 1px solid #d6d6d6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  text-decoration: none;
}
footer .wrapper .underline-section .right-section .info .site-map:hover {
  text-decoration: underline;
}
footer .wrapper .underline-section .right-section .info .heading {
  position: relative;
  bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
footer .wrapper .underline-section .right-section .info .dimio-logo img {
  height: 20px;
  width: auto;
}
@media screen and (max-width: 990px) {
  footer .wrapper .underline-section {
    flex-direction: column;
  }
  footer .wrapper .underline-section .copyright-section {
    width: 100%;
    justify-content: space-between;
  }
  footer .wrapper .underline-section .copyright-section .moto img {
    width: 70px;
    height: auto;
    top: 0px;
  }
  footer .wrapper .underline-section .right-section {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .wrapper .underline-section .copyright {
    width: 70%;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  footer .wrapper .underline-section .right-section {
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .wrapper .underline-section .right-section .info {
    padding-top: 20px;
  }
}
.pixio-control-panel {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.pixio-control-panel .pixio-container {
  background: #141b21;
  display: none;
  padding: 10px 20px;
  float: left;
}
.pixio-control-panel .pixio-container a {
  display: block;
  width: 54px;
  height: 20px;
  text-indent: -5555px;
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel .pixio-container a {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
@media screen and (min-width: 768px) {
  .pixio-control-panel .pixio-container {
    display: inline-block;
  }
}
.pixio-control-panel-ul {
  margin: 3px 0 10px 0;
}
.pixio-control-panel-ul li {
  color: #818181;
  display: block;
  margin: 7px 15px 13px 15px;
  float: left;
}
.pixio-control-panel-ul li span {
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel-ul li span {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
.pixio-control-panel-ul li a {
  color: #1c68a3;
  text-decoration: none;
  font-weight: bold;
}
.pixio-control-panel-ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul li {
    margin: 0 15px;
  }
}
.pixio-control-panel-ul-left {
  float: left;
}
.pixio-control-panel-ul-left li#block-loading-time,
.pixio-control-panel-ul-left li#block-file-upload {
  display: none;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul-left li#block-loading-time,
  .pixio-control-panel-ul-left li#block-file-upload {
    display: block;
  }
}
.pixio-control-panel-ul-left li#block-loading-time span {
  background-position: 0px -20px;
}
.pixio-control-panel-ul-left li#block-edit-page span {
  background-position: 0px -40px;
}
.pixio-control-panel-ul-left li#block-page-settings span {
  background-position: -20px -20px;
}
.pixio-control-panel-ul-left li#block-file-upload span {
  background-position: -20px -40px;
}
.pixio-control-panel-ul-right {
  float: right;
  display: none;
}
.pixio-control-panel-ul-right li#block-logout a {
  color: #c50001;
}
.pixio-control-panel-ul-right li#block-logout span {
  background-position: -40px -20px;
}
.pixio-control-panel-ul-right li#block-user-name span {
  background-position: -40px -40px;
}
@media screen and (min-width: 990px) {
  .pixio-control-panel-ul-right {
    display: block;
  }
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.DownloadGalleryTable img {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.gallery-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
}
.gallery-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.bookings_sheet tr td {
  text-align: center;
}
@media screen and (min-width: 990px) {
  .bookings_sheet tr td {
    padding: 6px 4px !important;
  }
}
@media screen and (min-width: 1220px) {
  .bookings_sheet tr td {
    padding: 6px 2px !important;
  }
}
.bookings_sheet tr:hover {
  background: none !important;
}
.bookings_month {
  font-size: 17px;
  font-family: ;
  padding: 7px 0 25px;
}
.bookings_tooltip {
  display: block;
  width: 100%;
  font-size: 14px;
  color: white !important;
  text-align: center;
}
.bookings_tooltip .booking_detail {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.bookings_tooltip .booking_detail strong {
  margin-bottom: 4px;
  display: block;
}
.bookings_tooltip:hover .booking_detail {
  display: block;
}
.news-item {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news-item-content {
  float: left;
}
.news-item-content-text {
  margin-bottom: 10px;
}
.news-item-content-date {
  color: #5e5e5e;
}
.news-item-content-more {
  margin: 0 5px;
}
.news-item-thumb {
  float: left;
}
.news-item-thumb img {
  margin-right: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form-help {
  display: none;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  width: calc(100% - 20px);
  border: 1px solid #e8e8e8;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
}
.registrace-form small {
  margin-top: 13px;
  font-size: 13px;
  display: block;
}
.error_box {
  color: #c51919;
  display: block;
  padding: 3px;
}
.success_box {
  color: #3db812;
  display: block;
  padding: 3px;
}
.album-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
}
.album-item-title {
  display: block;
  text-align: center;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
