@charset "UTF-8";
@import url("kontakt_form.css");
@import url("eshop.css");
* {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
}

.display_none {
  display: none;
}

@font-face {
  font-family: "Mulish";
  src: url("../font/Mulish-Regular.woff");
}

@font-face {
  font-family: "Mulish-Bold";
  src: url("../font/Mulish-Bold.woff");
}

@font-face {
  font-family: "Mulish-ExtraLight";
  src: url("../font/Mulish-ExtraLight.woff");
}

@font-face {
  font-family: "Mulish-Light";
  src: url("../font/Mulish-Light.woff");
}

.clr {
  clear: both;
  float: none;
}

body {
  font-family: "Mulish";
}

body .acc_log {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

body .acc_log .wrap {
  display: block;
  position: fixed;
  width: 380px;
  height: 300px;
  left: calc(50% - 190px);
  top: calc(25% - 150px);
  background-color: white;
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  body .acc_log .wrap {
    top: 20px;
  }
}

body .acc_log .wrap .nadpis {
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5;
  color: #000D83;
  text-align: center;
  margin-top: 15px;
}

body .acc_log .wrap .reg {
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5;
  color: #60627F;
  text-align: center;
  width: 100%;
}

body .acc_log .wrap .reg a {
  color: #F88081;
}

body .acc_log .wrap #prihlasit_form {
  text-align: center;
}

body .acc_log .wrap #prihlasit_form label {
  width: 90%;
  margin: 0 auto;
}

body .acc_log .wrap #prihlasit_form label p {
  text-align: left;
  max-width: 200px;
  margin: 0 auto;
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5;
  color: #60627F;
}

body .acc_log .wrap #prihlasit_form label p span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5p;
  color: #60627F;
  display: block;
}

body .acc_log .wrap #prihlasit_form label.req p {
  font-family: "Mulish-Bold";
}

body .acc_log .wrap #prihlasit_form label input {
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
  height: 40px;
  border: solid 1px #ededed;
  border-radius: 5px;
  padding: 0px 10px;
}

body .acc_log .wrap #prihlasit_form input[type="submit"] {
  max-width: 200px;
  height: 40px;
  font-size: 18px;
  margin: 5px auto;
}

body .acc_log .wrap #prihlasit_form #prihlasit_form_odpoved {
  font-size: 12px;
  line-height: 15px;
}

body #rating_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0px;
  left: 0px;
}

body #rating_wrap .rating_content {
  display: block;
  position: fixed;
  width: 640px;
  height: 700px;
  left: calc(50% - 320px);
  top: calc(50% - 350px);
  background-color: white;
  border-radius: 10px;
  overflow-y: scroll;
  padding: 10px;
}

@media screen and (max-width: 980px) {
  body #rating_wrap .rating_content {
    width: 90%;
    height: 90vh;
    left: 5%;
    top: 5vh;
  }
}

body #rating_wrap .rating_content h2 {
  text-align: center;
}

body #rating_wrap .rating_content select {
  display: block;
  float: none;
  width: 100px;
  margin: 10px auto;
  margin-top: 30px;
  border: solid 1px gray;
  border-radius: 10px;
  padding: 10px;
}

body #rating_wrap .rating_content textarea {
  display: block;
  float: none;
  width: 100%;
  height: 80px;
  margin: 10px auto;
  border: solid 1px gray;
  border-radius: 10px;
  padding: 10px;
  font-family: "Mulish-Light";
}

body #rating_wrap .rating_content textarea::-webkit-input-placeholder {
  font-family: "Mulish-Light";
}

body #rating_wrap .rating_content textarea:-ms-input-placeholder {
  font-family: "Mulish-Light";
}

body #rating_wrap .rating_content textarea::-ms-input-placeholder {
  font-family: "Mulish-Light";
}

body #rating_wrap .rating_content textarea::placeholder {
  font-family: "Mulish-Light";
}

body #rating_wrap .rating_content input {
  display: block;
  float: none;
  width: 100px;
  margin: 10px auto;
  color: white;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  background-color: #F88081;
}

body #rating_wrap .rating_content input:hover {
  background-color: black;
}

body #rating_wrap .rating_content #vloz_hodnoceni_odpoved_nacitaci {
  display: none;
  width: 40px;
  margin: 0 auto;
}

body #rating_wrap .rating_content #vloz_hodnoceni_odpoved_nacitaci img {
  display: block;
  width: 100%;
}

body #rating_wrap .rating_content #prihlasit_form_odpoved_ok {
  padding: 10px 0px;
  color: #278502;
  line-height: 22px;
  font-family: "Mulish-Bold";
  text-align: center;
}

body #rating_wrap .rating_content #prihlasit_form_odpoved {
  padding: 10px 0px;
  color: red;
  line-height: 22px;
  font-family: "Mulish-Bold";
  text-align: center;
}

body #rating_wrap .rating_content .hodnoceni_item {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: solid 1px #ededed;
  margin-bottom: 15px;
}

body #rating_wrap .rating_content .hodnoceni_item .jmeno {
  float: left;
  width: calc(100% - 200px - 100px);
  color: #45ACFE;
}

body #rating_wrap .rating_content .hodnoceni_item .hodnoceni_hvezdy {
  width: 200px;
  float: left;
}

body #rating_wrap .rating_content .hodnoceni_item .hodnoceni_hvezdy span {
  display: inline-block;
  background-image: url("../img/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
  margin-top: 0px;
}

body #rating_wrap .rating_content .hodnoceni_item .hodnoceni_hvezdy span.no {
  background-image: url("../img/star_none.png");
}

body #rating_wrap .rating_content .hodnoceni_item .datum {
  font-style: italic;
  color: #9f9f9f;
}

body #rating_wrap .rating_content .hodnoceni_item p {
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  body #rating_wrap .rating_content .hodnoceni_item .jmeno, body #rating_wrap .rating_content .hodnoceni_item .hodnoceni_hvezdy, body #rating_wrap .rating_content .hodnoceni_item .datum {
    width: 100%;
    text-align: center;
  }
}

body #prihlasit_form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

body #prihlasit_form label p {
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
}

body #prihlasit_form label p span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5p;
  color: #60627F;
  display: block;
}

body #prihlasit_form label.req p {
  font-family: "Mulish-Bold";
}

body #prihlasit_form label input {
  width: 100%;
  max-width: 400px;
  height: 60px;
  border: solid 1px #ededed;
  border-radius: 5px;
  padding: 0px 15px;
}

body #prihlasit_form input[type="submit"] {
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  background-color: #F88081;
  color: white;
  font-size: 22px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body #prihlasit_form input[type="submit"]:hover {
  background-color: #45ACFE;
}

body #prihlasit_form #prihlasit_form_odpoved_nacitaci {
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  display: none;
}

body #prihlasit_form #prihlasit_form_odpoved {
  padding: 10px 0px;
  color: red;
  line-height: 22px;
  font-family: "Mulish-Bold";
}

body #header .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body #header .zarovnani #logo {
  display: block;
  width: 126px;
  height: 90px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin-top: 15px;
  float: left;
}

body #header .zarovnani #nav {
  float: left;
  width: calc(100% - 126px - 96px);
  position: relative;
}

@media screen and (max-width: 980px) {
  body #header .zarovnani #nav #hamburger {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
  }
  body #header .zarovnani #nav #hamburger span {
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: black;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  body #header .zarovnani #nav #hamburger span:nth-child(1) {
    top: 0px;
  }
  body #header .zarovnani #nav #hamburger span:nth-child(2) {
    top: 18px;
  }
  body #header .zarovnani #nav #hamburger span:nth-child(3) {
    top: 36px;
  }
  body #header .zarovnani #nav #hamburger:hover span:nth-child(1), body #header .zarovnani #nav #hamburger.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    background-color: #4cbfeb;
  }
  body #header .zarovnani #nav #hamburger:hover span:nth-child(2), body #header .zarovnani #nav #hamburger.open span:nth-child(2) {
    top: 20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background-color: #f88081;
  }
  body #header .zarovnani #nav #hamburger:hover span:nth-child(3), body #header .zarovnani #nav #hamburger.open span:nth-child(3) {
    display: none;
    background-color: #4cbfeb;
  }
}

body #header .zarovnani #nav ul {
  list-style: none;
  text-align: center;
  margin-top: 49px;
  z-index: 999;
}

@media screen and (max-width: 980px) {
  body #header .zarovnani #nav ul {
    margin-top: 9px;
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0px 20px 40px -1px rgba(96, 98, 127, 0.151763);
            box-shadow: 0px 20px 40px -1px rgba(96, 98, 127, 0.151763);
  }
}

body #header .zarovnani #nav ul li {
  display: inline-block;
  margin: 0px 16px;
}

@media screen and (max-width: 1050px) {
  body #header .zarovnani #nav ul li {
    margin: 0px 10px;
  }
}

@media screen and (max-width: 980px) {
  body #header .zarovnani #nav ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: rgba(96, 98, 127, 0.151763) solid 1px;
  }
}

body #header .zarovnani #nav ul li a {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.57143px;
  color: #000D83;
  text-align: center;
  margin-bottom: 2px;
  text-decoration: none;
  -webkit-transition: 500ms;
  transition: 500ms;
}

@media screen and (max-width: 980px) {
  body #header .zarovnani #nav ul li a {
    padding: 10px 0px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

body #header .zarovnani #nav ul li a.active, body #header .zarovnani #nav ul li a:hover {
  border-bottom: dashed #45ACFE 1px;
  color: #45ACFE;
}

@media screen and (max-width: 980px) {
  body #header .zarovnani #nav ul li a.active, body #header .zarovnani #nav ul li a:hover {
    border-bottom: none;
    background-color: #45ACFE;
    color: white;
  }
}

body #header .zarovnani .account {
  float: right;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 36px;
  background-image: url("../img/account.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}

body #header .zarovnani .cart {
  float: right;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 36px;
  margin-left: 16px;
  background-image: url("../img/cart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}

body #header .zarovnani .cart .dot {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  right: -2px;
  top: 0px;
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body #header .zarovnani .description {
  margin-top: 100px;
  height: 600px;
  background-image: url("../img/woman.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: bottom;
}

@media screen and (max-width: 950px) {
  body #header .zarovnani .description {
    background-position-x: 150%;
  }
}

@media screen and (max-width: 780px) {
  body #header .zarovnani .description {
    background-image: none;
    height: auto;
    padding-bottom: 50px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  body #header .zarovnani .description {
    text-align: center;
    padding-bottom: 20px;
  }
}

body #header .zarovnani .description .smaller {
  font-family: "Mulish";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.57143px;
  color: #45ACFE;
  padding-top: 0px;
  max-width: 100%;
}

@media screen and (max-width: 950px) {
  body #header .zarovnani .description .smaller {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  body #header .zarovnani .description .smaller {
    text-align: center;
  }
}

body #header .zarovnani .description h1 {
  margin-top: 24px;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.57143px;
  color: #000D83;
  max-width: 588px;
  padding-top: 0px;
  background-image: url("../img/line1.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 180px;
  background-position-y: 64px;
}

@media screen and (max-width: 950px) {
  body #header .zarovnani .description h1 {
    font-size: 38px;
    max-width: 520px;
    background-position-x: 140px;
  }
}

@media screen and (max-width: 550px) {
  body #header .zarovnani .description h1 {
    background-image: none;
  }
}

@media screen and (max-width: 400px) {
  body #header .zarovnani .description h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}

body #header .zarovnani .description p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.57143px;
  color: #60627F;
  max-width: 520px;
  padding-top: 22px;
}

@media screen and (max-width: 950px) {
  body #header .zarovnani .description p {
    font-size: 15px;
    max-width: 480px;
  }
}

@media screen and (max-width: 400px) {
  body #header .zarovnani .description p {
    text-align: center;
  }
}

body #header .zarovnani .description .vyzkouset {
  margin-top: 33px;
  display: block;
  float: left;
  width: 250px;
  height: 55px;
  background-color: #F88081;
  -webkit-box-shadow: 0px 20px 40px -2px rgba(193, 97, 98, 0.295852);
          box-shadow: 0px 20px 40px -2px rgba(193, 97, 98, 0.295852);
  text-decoration: none;
  padding-left: 23px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0.5;
  color: white;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 216px;
  background-position-y: center;
  -webkit-transition: 700ms;
  transition: 700ms;
}

body #header .zarovnani .description .vyzkouset:hover {
  background-position-x: 226px;
  background-color: #45ACFE;
  -webkit-box-shadow: 0px 20px 40px -2px rgba(169, 175, 255, 0.296);
          box-shadow: 0px 20px 40px -2px rgba(169, 175, 255, 0.296);
}

@media screen and (max-width: 400px) {
  body #header .zarovnani .description .vyzkouset {
    float: none;
    margin: 15px auto;
  }
}

body #header .zarovnani .description .play {
  margin-top: 33px;
  display: block;
  float: left;
  width: 220px;
  height: 55px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 55px;
  letter-spacing: 0.5;
  color: #000D83;
  text-decoration: none;
  margin-left: 40px;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #header .zarovnani .description .play span {
  display: block;
  float: left;
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 40px -1px rgba(0, 13, 131, 0.0994335);
          box-shadow: 0px 20px 40px -1px rgba(0, 13, 131, 0.0994335);
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #header .zarovnani .description .play i {
  float: left;
  font-style: normal;
  line-height: 55px;
  margin-left: 8px;
}

body #header .zarovnani .description .play:hover span {
  -webkit-box-shadow: 0px 20px 40px -1px rgba(0, 13, 131, 0.438);
          box-shadow: 0px 20px 40px -1px rgba(0, 13, 131, 0.438);
}

@media screen and (max-width: 400px) {
  body #header .zarovnani .description .play {
    float: none;
    margin: 15px auto;
    width: 190px;
  }
}

body #about_me {
  height: 909px;
  width: 100%;
  background-color: #F8FBFE;
}

@media screen and (max-width: 830px) {
  body #about_me {
    padding-top: 20px;
    height: auto;
  }
}

body #about_me .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body #about_me .zarovnani .image {
  float: left;
  max-width: 551px;
  width: 50%;
  margin-top: 96px;
  background-image: url("../img/scribble.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: top;
  position: relative;
  height: 677px;
}

@media screen and (max-width: 1120px) {
  body #about_me .zarovnani .image {
    height: 577px;
    width: 400px;
  }
}

@media screen and (max-width: 830px) {
  body #about_me .zarovnani .image {
    float: none;
    clear: both;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 420px) {
  body #about_me .zarovnani .image {
    height: 500px;
  }
}

body #about_me .zarovnani .image .wrap {
  width: 100%;
  display: block;
  height: 677px;
  position: relative;
  background-image: url("../img/rectangle.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: bottom;
}

@media screen and (max-width: 1120px) {
  body #about_me .zarovnani .image .wrap {
    height: 577px;
    width: 400px;
  }
}

@media screen and (max-width: 830px) {
  body #about_me .zarovnani .image .wrap {
    background-image: none;
  }
}

@media screen and (max-width: 420px) {
  body #about_me .zarovnani .image .wrap {
    width: 100%;
    height: 500px;
  }
}

body #about_me .zarovnani .image .wrap img {
  display: block;
  width: 90%;
  max-width: 486px;
  position: absolute;
  margin: 52px 24px 25px 41px;
}

@media screen and (max-width: 1120px) {
  body #about_me .zarovnani .image .wrap img {
    width: 400px;
    margin-top: 33px;
  }
}

@media screen and (max-width: 830px) {
  body #about_me .zarovnani .image .wrap img {
    margin: 0px;
  }
}

@media screen and (max-width: 450px) {
  body #about_me .zarovnani .image .wrap img {
    display: block;
    width: 100%;
  }
}

body #about_me .zarovnani .image .wrap .card {
  position: absolute;
  width: 200px;
  height: 221px;
  background-color: white;
  bottom: -77px;
  left: 134px;
}

@media screen and (max-width: 420px) {
  body #about_me .zarovnani .image .wrap .card {
    bottom: -27px;
  }
}

body #about_me .zarovnani .image .wrap .card .face {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/face.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body #about_me .zarovnani .image .wrap .card h3 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000D83;
  text-align: center;
  margin-top: 13px;
}

body #about_me .zarovnani .image .wrap .card .desc {
  font-family: "Mulish-ExtraLight";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #60627F;
  text-align: center;
  margin-top: 6px;
}

body #about_me .zarovnani .image .wrap .card .rating {
  text-align: center;
}

body #about_me .zarovnani .image .wrap .card .rating span {
  display: inline-block;
  background-image: url("../img/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
  margin-top: 16px;
}

body #about_me .zarovnani .image .wrap .card .rating span.half {
  background-image: url("../img/star_half.png");
}

body #about_me .zarovnani .image .wrap .card .rating span.none {
  background-image: url("../img/star_none.png");
}

body #about_me .zarovnani .image .wrap .card .rate {
  font-family: "Mulish-ExtraLight";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #60627F;
  text-align: center;
  margin-top: 6px;
}

body #about_me .zarovnani .image .wrap .card .rate strong {
  color: #000D83;
  font-family: "Mulish-Bold";
}

body #about_me .zarovnani .description {
  float: left;
  margin-left: 112px;
  width: calc(50% - 112px);
  max-width: 486px;
  margin-top: 275px;
}

@media screen and (max-width: 1120px) {
  body #about_me .zarovnani .description {
    margin-left: 72px;
    width: calc(100% - 72px - 400px);
  }
}

@media screen and (max-width: 830px) {
  body #about_me .zarovnani .description {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
  }
}

body #about_me .zarovnani .description h2 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5;
  color: #000D83;
  padding-bottom: 34px;
}

body #about_me .zarovnani .description p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
  padding-bottom: 16px;
}

body #about_me .zarovnani .description p a {
  color: #F88081;
  text-decoration: underline;
}

body #about_me .zarovnani .description p a:hover {
  text-decoration: none;
}

body #about_me .zarovnani .description .more {
  background-image: url("../img/line2.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: bottom;
  height: 53px;
  display: inline-block;
  text-decoration: none;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.5;
  color: #000D83;
  margin-top: 24px;
}

body #about_me .zarovnani .description .more i {
  display: inline-block;
  background-image: url("../img/arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: bottom;
  width: 11px;
  height: 10px;
  margin-left: 12px;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #about_me .zarovnani .description .more:hover i {
  margin-left: 22px;
}

body #reasons .zarovnani {
  max-width: 995px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-image: url("../img/sitting_woman.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 84px;
  background-position-y: bottom;
  padding-bottom: 108px;
}

@media screen and (max-width: 950px) {
  body #reasons .zarovnani {
    background-position-x: 0px;
  }
}

@media screen and (max-width: 780px) {
  body #reasons .zarovnani {
    background-image: none;
    padding-bottom: 20px;
  }
}

body #reasons .zarovnani h2 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5;
  color: #000D83;
  margin-top: 81px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body #reasons .zarovnani h2 {
    margin-top: 21px;
  }
}

body #reasons .zarovnani .sledovani {
  margin-top: 47px;
}

body #reasons .zarovnani .sledovani .description {
  float: left;
  width: 50%;
  max-width: 282px;
  margin-top: 131px;
}

body #reasons .zarovnani .sledovani .description h3 {
  display: inline-block;
  padding-bottom: 6px;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5;
  color: #000D83;
  background-image: url("../img/line2.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: bottom;
}

body #reasons .zarovnani .sledovani .description p {
  padding-top: 16px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
}

@media screen and (max-width: 600px) {
  body #reasons .zarovnani .sledovani .description {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-top: 23px;
    text-align: center;
  }
}

body #reasons .zarovnani .sledovani .obrazek_vpravo {
  float: right;
  width: 50%;
  max-width: 420px;
}

@media screen and (max-width: 600px) {
  body #reasons .zarovnani .sledovani .obrazek_vpravo {
    display: none;
  }
}

body #reasons .zarovnani .lekce_zdarma {
  margin-top: 0px;
}

body #reasons .zarovnani .lekce_zdarma .description {
  float: right;
  width: 50%;
  max-width: 282px;
  margin-top: 131px;
}

body #reasons .zarovnani .lekce_zdarma .description h3 {
  display: inline-block;
  padding-bottom: 6px;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5;
  color: #000D83;
  background-image: url("../img/line2.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: bottom;
}

body #reasons .zarovnani .lekce_zdarma .description p {
  padding-top: 16px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
}

@media screen and (max-width: 600px) {
  body #reasons .zarovnani .lekce_zdarma .description {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-top: 23px;
    text-align: center;
  }
}

body #reasons .zarovnani .lekce_zdarma .obrazek_vlevo {
  float: left;
  width: 50%;
  max-width: 420px;
}

@media screen and (max-width: 600px) {
  body #reasons .zarovnani .lekce_zdarma .obrazek_vlevo {
    display: none;
  }
}

body #reasons .zarovnani .kurzy {
  margin-top: 47px;
}

body #reasons .zarovnani .kurzy .description {
  float: left;
  width: 50%;
  max-width: 282px;
  margin-top: 131px;
}

body #reasons .zarovnani .kurzy .description h3 {
  display: inline-block;
  padding-bottom: 6px;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5;
  color: #000D83;
  background-image: url("../img/line2.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: 28px;
}

@media screen and (max-width: 450px) {
  body #reasons .zarovnani .kurzy .description h3 {
    max-width: 300px;
  }
}

body #reasons .zarovnani .kurzy .description p {
  padding-top: 16px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
}

@media screen and (max-width: 600px) {
  body #reasons .zarovnani .kurzy .description {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-top: 23px;
    text-align: center;
  }
}

body #reasons .zarovnani .kurzy .obrazek_vpravo {
  float: right;
  width: 50%;
  max-width: 420px;
}

@media screen and (max-width: 600px) {
  body #reasons .zarovnani .kurzy .obrazek_vpravo {
    display: none;
  }
}

body #reasons .zarovnani .odkaz {
  margin: 132px auto 0px auto;
  width: 306px;
  height: 97px;
  display: block;
  background-image: url("../img/streker.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: top;
  padding-top: 33px;
  -webkit-transition: 700ms;
  transition: 700ms;
}

@media screen and (max-width: 780px) {
  body #reasons .zarovnani .odkaz {
    margin-top: 20px;
  }
}

body #reasons .zarovnani .odkaz a {
  display: block;
  width: 282px;
  height: 64px;
  background: #F88081;
  -webkit-box-shadow: 0px 20px 40px -2px rgba(193, 97, 98, 0.295852);
          box-shadow: 0px 20px 40px -2px rgba(193, 97, 98, 0.295852);
  font-family: "Mulish";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 64px;
  letter-spacing: 0.5;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 23px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 250px;
  background-position-y: center;
  -webkit-transition: 700ms;
  transition: 700ms;
}

body #reasons .zarovnani .odkaz a:hover {
  background-position-x: 260px;
  background-color: #45ACFE;
  -webkit-box-shadow: 0px 20px 40px -2px rgba(169, 175, 255, 0.296);
          box-shadow: 0px 20px 40px -2px rgba(169, 175, 255, 0.296);
}

body #reasons .zarovnani .odkaz:hover {
  -webkit-transition: 700ms;
  transition: 700ms;
  background-image: url("../img/streker_blue.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: top;
}

body #clients {
  background-color: #F8FBFE;
  padding-bottom: 64px;
}

@media screen and (max-width: 600px) {
  body #clients {
    padding-bottom: 20px;
  }
}

body #clients .zarovnani {
  max-width: 1277px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-image: url("../img/quats.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 37px;
  background-position-y: 140px;
  padding-top: 135px;
}

@media screen and (max-width: 600px) {
  body #clients .zarovnani {
    padding-top: 20px;
    background-image: none;
  }
}

body #clients .zarovnani .head {
  max-width: 996px;
}

body #clients .zarovnani .head h2 {
  float: left;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5;
  color: #000D83;
  padding-top: 26px;
  padding-left: 204px;
}

@media screen and (max-width: 1100px) {
  body #clients .zarovnani .head h2 {
    padding-left: 104px;
  }
}

@media screen and (max-width: 980px) {
  body #clients .zarovnani .head h2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  body #clients .zarovnani .head h2 {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
}

body #clients .zarovnani .head .navigation {
  float: right;
  padding-top: 26px;
}

@media screen and (max-width: 600px) {
  body #clients .zarovnani .head .navigation {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
}

body #clients .zarovnani .head .navigation span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  background: rgba(0, 13, 131, 0.290391);
  border-radius: 4px;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  margin: 0 8px;
  margin-top: 18px;
}

body #clients .zarovnani .head .navigation span:hover, body #clients .zarovnani .head .navigation span.active {
  background: #000D83;
  width: 25px;
}

@media screen and (max-width: 600px) {
  body #clients .zarovnani .head .navigation span {
    display: inline-block;
    float: none;
    margin-top: 0px;
    height: 38px;
  }
}

body #clients .zarovnani .head .navigation div {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid rgba(62, 80, 247, 0.100975);
  border-radius: 19px;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  margin: 0px 4px;
}

body #clients .zarovnani .head .navigation div.prev {
  background-image: url("../img/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-left: 24px;
}

body #clients .zarovnani .head .navigation div.prev:hover {
  border: 1px solid #45ACFE;
  background-image: url("../img/arrow-left_active.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

body #clients .zarovnani .head .navigation div.next {
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

body #clients .zarovnani .head .navigation div.next:hover {
  border: 1px solid #45ACFE;
  background-image: url("../img/arrow-right_active.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

@media screen and (max-width: 600px) {
  body #clients .zarovnani .head .navigation div {
    display: inline-block;
    float: none;
  }
}

body #clients .zarovnani .testimonials {
  display: block;
  margin-left: 204px;
  margin-top: 28px;
  padding-bottom: 78px;
  max-width: 780px;
  width: 100%;
  position: relative;
  height: 328px;
}

@media screen and (max-width: 1100px) {
  body #clients .zarovnani .testimonials {
    margin-left: 104px;
  }
}

@media screen and (max-width: 980px) {
  body #clients .zarovnani .testimonials {
    margin: 20px auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body #clients .zarovnani .testimonials {
    padding-bottom: 20px;
    height: 198px;
  }
}

body #clients .zarovnani .testimonials .testi {
  position: absolute;
  -webkit-transition: 600ms;
  transition: 600ms;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

body #clients .zarovnani .testimonials .testi.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body #clients .zarovnani .testimonials .testi p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5;
  color: #000D83;
  overflow: hidden;
  max-height: 170px;
}

body #clients .zarovnani .testimonials .testi p a {
  color: #F88081;
}

@media screen and (max-width: 600px) {
  body #clients .zarovnani .testimonials .testi p {
    font-size: 18px;
    line-height: 24px;
    max-height: 120px;
  }
}

body #clients .zarovnani .testimonials .testi .detail {
  margin-top: 32px;
}

body #clients .zarovnani .testimonials .testi .detail span {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  background-image: url("../img/face.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body #clients .zarovnani .testimonials .testi .detail h3 {
  float: left;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 48px;
  letter-spacing: 0.5;
  color: #000D83;
  margin-left: 8px;
}

body #clients .zarovnani .testimonials .testi .detail h3 a {
  color: #000D83;
  text-decoration: none;
}

body #clients .zarovnani .testimonials .testi .detail .rating {
  text-align: center;
  margin-left: 24px;
  float: left;
}

body #clients .zarovnani .testimonials .testi .detail .rating span {
  display: inline-block;
  background-image: url("../img/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
  margin-top: 16px;
}

body #clients .zarovnani .testimonials .testi .detail .rating span.half {
  background-image: url("../img/star_half.png");
}

body #clients .zarovnani .testimonials .testi .detail .rating span.none {
  background-image: url("../img/star_none.png");
}

body #clients .zarovnani .videos {
  margin-top: 13px;
}

body #clients .zarovnani .videos .video {
  float: left;
  position: relative;
  width: calc(50% - 12px);
  height: 477px;
  padding-bottom: 40px;
}

body #clients .zarovnani .videos .video:nth-child(1) {
  margin-right: 12px;
  background-image: url("../img/scribble.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: bottom;
}

body #clients .zarovnani .videos .video:nth-child(1) .pic {
  margin-left: 37px;
}

body #clients .zarovnani .videos .video:nth-child(1) .pic img {
  display: none;
}

body #clients .zarovnani .videos .video:nth-child(2) {
  float: right;
  margin-left: 12px;
  background-image: url("../img/scribble.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: top;
}

body #clients .zarovnani .videos .video:nth-child(2) .pic {
  margin-right: 37px;
}

body #clients .zarovnani .videos .video:nth-child(2) .pic img {
  display: none;
}

body #clients .zarovnani .videos .video .pic {
  display: block;
  width: calc(100% - 37px);
  max-width: 588px;
  height: 394px;
  margin-top: 43px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

@media screen and (max-width: 1200px) {
  body #clients .zarovnani .videos .video .pic {
    height: 340px;
  }
}

@media screen and (max-width: 980px) {
  body #clients .zarovnani .videos .video .pic {
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 588px;
    margin: 10px auto !important;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  body #clients .zarovnani .videos .video .pic {
    height: 220px;
    background-position-y: top;
  }
}

body #clients .zarovnani .videos .video .pic img {
  display: none;
}

body #clients .zarovnani .videos .video .pic .gradiant {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 66, 0.0001)), to(rgba(0, 6, 64, 0.599212)));
  background: linear-gradient(180deg, rgba(0, 7, 66, 0.0001) 0%, rgba(0, 6, 64, 0.599212) 100%);
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 177px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  body #clients .zarovnani .videos .video .pic .gradiant {
    padding-top: 127px;
  }
}

@media screen and (max-width: 500px) {
  body #clients .zarovnani .videos .video .pic .gradiant {
    padding-top: 57px;
  }
}

body #clients .zarovnani .videos .video .pic .gradiant h3 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5;
  color: #FFFFFF;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

body #clients .zarovnani .videos .video .pic .gradiant span {
  display: block;
  width: 150px;
  margin: 0 auto;
}

body #clients .zarovnani .videos .video .pic .gradiant span i {
  display: block;
  background-image: url("../img/play_pink.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  float: left;
}

body #clients .zarovnani .videos .video .pic .gradiant span u {
  display: block;
  float: left;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 0.5;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 9px;
}

@media screen and (max-width: 980px) {
  body #clients .zarovnani .videos .video {
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 588px;
    margin: 10px auto !important;
    display: block;
    height: auto;
  }
}

body #footer {
  width: 100%;
  background-color: #F88081;
  padding-top: 101px;
  padding-bottom: 44px;
}

@media screen and (max-width: 700px) {
  body #footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

body #footer .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body #footer .zarovnani .top {
  border-bottom: solid 1px rgba(0, 0, 0, 0.149248);
  padding-bottom: 130px;
}

@media screen and (max-width: 700px) {
  body #footer .zarovnani .top {
    padding-bottom: 50px;
  }
}

body #footer .zarovnani .top h2 {
  float: left;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.5;
  color: #FFFFFF;
  max-width: 370px;
  margin-left: 105px;
}

@media screen and (max-width: 920px) {
  body #footer .zarovnani .top h2 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 700px) {
  body #footer .zarovnani .top h2 {
    max-width: 100%;
    float: none;
    color: both;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  body #footer .zarovnani .top h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body #footer .zarovnani .top a {
  display: block;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 249px;
  background-position-y: center;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 64px;
  letter-spacing: 0.5;
  color: #FFFFFF;
  width: 282px;
  height: 64px;
  background-color: black;
  float: left;
  text-decoration: none;
  padding-left: 22px;
  -webkit-transition: 600ms;
  transition: 600ms;
  float: right;
  margin-right: 104px;
  margin-top: 27px;
  -webkit-box-shadow: 0px 20px 40px -2px rgba(0, 0, 0, 0.198432);
          box-shadow: 0px 20px 40px -2px rgba(0, 0, 0, 0.198432);
}

@media screen and (max-width: 920px) {
  body #footer .zarovnani .top a {
    margin-right: 0px;
  }
}

@media screen and (max-width: 700px) {
  body #footer .zarovnani .top a {
    max-width: 100%;
    float: none;
    color: both;
    text-align: center;
    margin: 10px auto;
  }
}

body #footer .zarovnani .top a:hover {
  background-position-x: 259px;
  background-color: #45ACFE;
  -webkit-box-shadow: 0px 20px 40px -2px rgba(39, 28, 202, 0.198);
          box-shadow: 0px 20px 40px -2px rgba(39, 28, 202, 0.198);
}

body #footer .zarovnani .bottom #logo_bottom {
  display: block;
  width: 76px;
  height: 56px;
  background-image: url("../img/logo_bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin-top: 48px;
  float: left;
}

@media screen and (max-width: 470px) {
  body #footer .zarovnani .bottom #logo_bottom {
    float: none;
    margin: 20px auto;
  }
}

body #footer .zarovnani .bottom ul {
  margin-top: 48px;
  max-width: 320px;
  list-style: none;
  float: left;
  display: block;
  margin-left: calc(50% - 76px - 160px);
}

@media screen and (max-width: 740px) {
  body #footer .zarovnani .bottom ul {
    margin-left: calc(100% - 76px - 320px);
    float: right;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 470px) {
  body #footer .zarovnani .bottom ul {
    float: none;
    margin: 20px auto;
  }
}

body #footer .zarovnani .bottom ul li {
  display: inline-block;
  width: 48%;
  margin-left: 0px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.5;
  color: white;
}

body #footer .zarovnani .bottom ul li::before {
  content: "˚";
  display: block;
  color: white;
  line-height: 21px;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

body #footer .zarovnani .bottom ul li a {
  color: white;
  text-decoration: none;
}

body #footer .zarovnani .bottom ul li a:hover {
  text-decoration: underline;
}

body #footer .zarovnani .bottom .mail {
  margin-top: 48px;
  float: right;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.5;
  color: white;
}

@media screen and (max-width: 740px) {
  body #footer .zarovnani .bottom .mail {
    float: none;
    text-align: center;
    display: block;
    width: auto;
    margin: 0px auto;
  }
}

body #footer .zarovnani .copy {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.5;
  color: rgba(255, 255, 255, 0.696952);
  text-align: center;
  margin-top: 56px;
}

body #footer .zarovnani .copy a {
  color: rgba(255, 255, 255, 0.696952);
}

body #footer .zarovnani .copy a.cookies {
  margin-left: 10px;
}

body #footer .zarovnani .copy a:hover {
  text-decoration: none;
}

body #footer .zarovnani .developed {
  position: absolute;
  right: 0px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.5;
  color: rgba(255, 255, 255, 0.696952);
}

body #footer .zarovnani .developed a {
  color: rgba(255, 255, 255, 0.696952);
}

body #footer .zarovnani .developed a:hover {
  text-decoration: none;
}

body.podstrana {
  background-color: #F8FBFE;
}

body.podstrana #breadnav {
  margin-top: 40px;
  margin-bottom: 40px;
}

body.podstrana #breadnav .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body.podstrana #breadnav .zarovnani p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5;
  color: #60627F;
}

body.podstrana #breadnav .zarovnani p a {
  color: #45ACFE;
}

body.podstrana #content {
  padding-bottom: 60px;
}

body.podstrana #content .novinky.detail .zarovnani {
  max-width: 700px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body.podstrana #content .novinky.detail .zarovnani .datum {
  text-align: center;
  padding-top: 20px;
  width: 100%;
  display: inline-block;
}

body.podstrana #content .zarovnani {
  max-width: 1020px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body.podstrana #content .zarovnani h1 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.5;
  color: #000D83;
}

body.podstrana #content .zarovnani p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
  padding-top: 16px;
}

body.podstrana #content .zarovnani p a {
  color: #F88081;
}

body.podstrana #content .zarovnani p a:hover {
  text-decoration: none;
}

body.podstrana #content .zarovnani .f2f_up {
  margin-bottom: 72px;
}

@media screen and (max-width: 960px) {
  body.podstrana #content .zarovnani .f2f_up h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media screen and (max-width: 960px) and (max-width: 730px) {
  body.podstrana #content .zarovnani .f2f_up h1 {
    text-align: center;
  }
}

body.podstrana #content .zarovnani .f2f_up img {
  float: right;
}

@media screen and (max-width: 730px) {
  body.podstrana #content .zarovnani .f2f_up img {
    display: none;
  }
}

body.podstrana #content .zarovnani .f2f_up h2 {
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.5;
  color: #60627F;
  max-width: 664px;
}

@media screen and (max-width: 960px) {
  body.podstrana #content .zarovnani .f2f_up h2 {
    font-size: 28px;
    line-height: 40px;
    max-width: 500px;
  }
}

@media screen and (max-width: 730px) {
  body.podstrana #content .zarovnani .f2f_up h2 {
    text-align: center;
    max-width: 100%;
  }
}

body.podstrana #content .zarovnani .f2f_down .itm {
  float: left;
  width: 50%;
  height: 116px;
  margin-bottom: 55px;
}

@media screen and (max-width: 960px) {
  body.podstrana #content .zarovnani .f2f_down .itm {
    float: none;
    clear: both;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 30px;
    height: auto;
  }
}

body.podstrana #content .zarovnani .f2f_down .itm span {
  display: block;
  float: left;
  width: 83px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 95px;
  line-height: 81px;
  letter-spacing: 0.5;
  color: #000D83;
}

@media screen and (max-width: 480px) {
  body.podstrana #content .zarovnani .f2f_down .itm span {
    font-size: 60px;
    width: 60px;
  }
}

body.podstrana #content .zarovnani .f2f_down .itm p {
  float: left;
  width: calc(100% - 22px - 83px);
  max-width: 391px;
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
  padding-top: 0px;
  margin-left: 22px;
}

@media screen and (max-width: 1060px) {
  body.podstrana #content .zarovnani .f2f_down .itm p {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  body.podstrana #content .zarovnani .f2f_down .itm p {
    width: calc(100% - 12px - 60px);
    margin-left: 12px;
  }
}

@media screen and (max-width: 440px) {
  body.podstrana #content .zarovnani .f2f_down .itm p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
  }
}

body.podstrana #content .zarovnani .mam_zajem {
  display: block;
  width: 231px;
  height: 55px;
  background: #F88081;
  font-family: "Mulish";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 55px;
  letter-spacing: 0.5;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 23px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 195px;
  background-position-y: center;
  -webkit-transition: 700ms;
  transition: 700ms;
}

body.podstrana #content .zarovnani .mam_zajem:hover {
  background-position-x: 205px;
  background-color: #45ACFE;
}

@media screen and (max-width: 960px) {
  body.podstrana #content .zarovnani .mam_zajem {
    float: none;
    clear: both;
    margin: 0 auto;
  }
}

body.podstrana #offer .zarovnani {
  max-width: 1224px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body.podstrana #offer .zarovnani .item {
  margin: 40px 12px 0px 12px;
  float: left;
  width: calc(33% - 24px);
}

@media screen and (max-width: 900px) {
  body.podstrana #offer .zarovnani .item {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 600px) {
  body.podstrana #offer .zarovnani .item {
    width: calc(100% - 24px);
  }
}

body.podstrana #offer .zarovnani .item .pic {
  display: block;
  width: 100%;
  height: 259px;
  overflow: hidden;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

@media screen and (max-width: 1200px) {
  body.podstrana #offer .zarovnani .item .pic {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  body.podstrana #offer .zarovnani .item .pic {
    height: 259px;
  }
}

body.podstrana #offer .zarovnani .item .pic img {
  display: none;
}

body.podstrana #offer .zarovnani .item .pic:hover .wrap {
  width: 100%;
  height: 259px;
  background-image: url("../img/video_wrap.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

@media screen and (max-width: 1200px) {
  body.podstrana #offer .zarovnani .item .pic:hover .wrap {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  body.podstrana #offer .zarovnani .item .pic:hover .wrap {
    height: 259px;
  }
}

body.podstrana #offer .zarovnani .item .pic .wrap {
  -webkit-transition: 600ms;
  transition: 600ms;
  padding-top: 102px;
}

@media screen and (max-width: 1200px) {
  body.podstrana #offer .zarovnani .item .pic .wrap {
    padding-top: 72px;
  }
}

@media screen and (max-width: 600px) {
  body.podstrana #offer .zarovnani .item .pic .wrap {
    padding-top: 102px;
  }
}

body.podstrana #offer .zarovnani .item .pic .wrap span {
  display: block;
  background-image: url("../img/play_pink.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 54px;
  height: 54px;
  background-color: white;
  border-radius: 27px;
  margin: auto;
}

body.podstrana #offer .zarovnani .item h2 {
  margin-top: 16px;
  margin-bottom: 8px;
}

body.podstrana #offer .zarovnani .item h2 a {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: #000D83;
  text-decoration: none;
  height: 27px;
  overflow: hidden;
  display: block;
}

body.podstrana #offer .zarovnani .item h2 a:hover {
  text-decoration: underline;
  color: #F88081;
}

@media screen and (max-width: 1200px) {
  body.podstrana #offer .zarovnani .item h2 a {
    height: 54px;
  }
}

body.podstrana #offer .zarovnani .item .info span {
  display: block;
  width: 33%;
  float: left;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #646060;
  text-decoration: none;
}

body.podstrana #offer .zarovnani .item .info span.time i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/time.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  float: left;
  margin-right: 8px;
}

body.podstrana #offer .zarovnani .item .info span.count i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/count.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  float: left;
  margin-right: 8px;
}

body.podstrana #offer .zarovnani .item .info span u {
  text-decoration: none;
}

body.podstrana #offer .zarovnani .item:hover .pic .wrap {
  width: 100%;
  height: 259px;
  background-image: url("../img/video_wrap.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body.podstrana #offer .zarovnani .item:hover .pic img {
  display: none;
}

body.podstrana #offer .zarovnani .item:hover h2 a {
  text-decoration: underline;
  color: #F88081;
}

body.podstrana #clients .zarovnani {
  padding-top: 80px;
  background-position-y: 70px;
}

body.podstrana #underoffer .zarovnani {
  max-width: 1260px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body.podstrana #underoffer .zarovnani h2 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5;
  color: #000D83;
  margin-left: 30px;
  margin-top: 56px;
}

body.podstrana #underoffer .zarovnani .video {
  padding-top: 35px;
  background-image: url("../img/scribble.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: top;
}

body.podstrana #underoffer .zarovnani .video .pic {
  display: block;
  width: 100%;
  height: 810px;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  padding-top: 357px;
}

@media screen and (max-width: 900px) {
  body.podstrana #underoffer .zarovnani .video .pic {
    height: 610px;
    padding-top: 257px;
  }
}

@media screen and (max-width: 750px) {
  body.podstrana #underoffer .zarovnani .video .pic {
    height: 410px;
    padding-top: 157px;
  }
}

@media screen and (max-width: 550px) {
  body.podstrana #underoffer .zarovnani .video .pic {
    height: 310px;
    padding-top: 127px;
  }
}

body.podstrana #underoffer .zarovnani .video .pic img {
  display: none;
}

body.podstrana #underoffer .zarovnani .video .pic span {
  display: block;
  background-image: url("../img/play_pink.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 64px;
  height: 64px;
  background-color: white;
  border-radius: 32px;
  margin: auto;
}

@media screen and (max-width: 550px) {
  body.podstrana #underoffer .zarovnani .video .pic span {
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
}

body.podstrana #detail .zarovnani {
  max-width: 1260px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  body.podstrana #detail .zarovnani {
    padding-left: 0px;
    max-width: 1200px;
  }
}

body.podstrana #detail .zarovnani h1 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.5;
  color: #000D83;
  float: left;
}

body.podstrana #detail .zarovnani .zpet {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5;
  color: #F88081;
  background-image: url("../img/arrow_pink.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  float: right;
  text-decoration: none;
  margin-top: 23px;
  margin-right: 30px;
  padding-left: 26px;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body.podstrana #detail .zarovnani .zpet:hover {
  padding-left: 36px;
}

body.podstrana #detail .zarovnani .formatovani_textu {
  margin-top: 40px;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar {
  float: right;
  background-image: url("../img/scribble.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: bottom;
  height: 378px;
}

@media screen and (max-width: 920px) {
  body.podstrana #detail .zarovnani .formatovani_textu .sidebar {
    float: none;
    width: 314px;
    margin: 0 auto;
  }
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap {
  padding: 29px 27px;
  margin-right: 30px;
  width: 284px;
  height: 330px;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 20px 40px -1px rgba(96, 98, 127, 0.151763);
          box-shadow: 0px 20px 40px -1px rgba(96, 98, 127, 0.151763);
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap.mensi {
  height: 210px;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating .spans {
  float: right;
  width: 110px;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating .spans span {
  display: inline-block;
  background-image: url("../img/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
  margin-top: 4px;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating .spans span.half {
  background-image: url("../img/star_half.png");
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating .spans span.none {
  background-image: url("../img/star_none.png");
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating p {
  padding-top: 0px;
  display: block;
  float: left;
  width: calc(100% - 110px);
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.5;
  color: #000D83;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating p .rtng {
  cursor: pointer;
  text-decoration: underline;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating p .rtng:hover {
  text-decoration: none;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating p a {
  color: #000D83;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .rating p a:hover {
  text-decoration: none;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .videos {
  padding-top: 26px;
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #000D83;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .videos span {
  float: left;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .videos span:nth-child(2) {
  float: right;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .videos span strong {
  font-family: "Mulish-Bold";
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .count {
  padding-top: 26px;
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #000D83;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .count span {
  float: left;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .count span:nth-child(2) {
  float: right;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .count span strong {
  font-family: "Mulish-Bold";
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .price {
  padding-top: 26px;
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #000D83;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .price span {
  float: left;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .price span:nth-child(2) {
  float: right;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .price span strong {
  font-family: "Mulish-Bold";
  color: #F88081;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .add {
  display: block;
  margin: 0 auto;
  margin-top: 26px;
  width: 230px;
  height: 56px;
  background: #F88081;
  cursor: pointer;
  -webkit-transition: 600ms;
  transition: 600ms;
  text-decoration: none;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 56px;
  letter-spacing: 0.5;
  color: #FFFFFF;
  text-align: center;
  padding-left: 27px;
  background-image: url("../img/shopping-cart.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 58px;
  background-position-y: center;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .add:hover {
  background-color: #45ACFE;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .gift {
  margin-top: 18px;
  text-align: center;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #F88081;
  width: 100%;
  display: block;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body.podstrana #detail .zarovnani .formatovani_textu .sidebar .wrap .gift:hover {
  color: black;
  text-decoration: none;
}

body.podstrana #detail .zarovnani .formatovani_textu .pic {
  display: block;
  width: calc(100% - 335px);
  height: 603px;
  max-width: 894px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  padding-top: 275px;
}

@media screen and (max-width: 1200px) {
  body.podstrana #detail .zarovnani .formatovani_textu .pic {
    height: 503px;
    padding-top: 225px;
  }
}

@media screen and (max-width: 1100px) {
  body.podstrana #detail .zarovnani .formatovani_textu .pic {
    height: 403px;
    padding-top: 155px;
  }
}

@media screen and (max-width: 920px) {
  body.podstrana #detail .zarovnani .formatovani_textu .pic {
    width: 100%;
  }
}

body.podstrana #detail .zarovnani .formatovani_textu .pic img {
  display: none;
}

body.podstrana #detail .zarovnani .formatovani_textu .pic span {
  display: block;
  background-image: url("../img/play_pink.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 54px;
  height: 54px;
  background-color: white;
  border-radius: 27px;
  margin: auto;
}

body.podstrana #detail .zarovnani .formatovani_textu iframe {
  display: block;
  width: calc(100% - 335px);
  height: 503px;
  max-width: 894px;
}

@media screen and (max-width: 1200px) {
  body.podstrana #detail .zarovnani .formatovani_textu iframe {
    height: 503px;
  }
}

@media screen and (max-width: 1100px) {
  body.podstrana #detail .zarovnani .formatovani_textu iframe {
    height: 403px;
  }
}

@media screen and (max-width: 920px) {
  body.podstrana #detail .zarovnani .formatovani_textu iframe {
    width: 100%;
  }
}

body.podstrana #detail .zarovnani .formatovani_textu .uzsi {
  max-width: 894px;
}

body.podstrana #detail .list_of_items .item {
  margin: 40px 12px 0px 12px;
  float: left;
  width: calc(33% - 24px);
  height: 228px;
}

@media screen and (max-width: 900px) {
  body.podstrana #detail .list_of_items .item {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 600px) {
  body.podstrana #detail .list_of_items .item {
    width: calc(100% - 24px);
    height: auto;
  }
}

body.podstrana #detail .list_of_items .item iframe {
  display: block;
  width: 100%;
  height: 159px;
}

body.podstrana #detail .list_of_items .item .pic {
  display: block;
  width: 100%;
  height: 159px;
  padding-top: 0px;
  overflow: hidden;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

@media screen and (max-width: 600px) {
  body.podstrana #detail .list_of_items .item .pic {
    height: 259px;
  }
}

body.podstrana #detail .list_of_items .item .pic img {
  display: none;
}

body.podstrana #detail .list_of_items .item .pic:hover .wrap {
  width: 100%;
  height: 259px;
  background-image: url("../img/video_wrap.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

@media screen and (max-width: 1200px) {
  body.podstrana #detail .list_of_items .item .pic:hover .wrap {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  body.podstrana #detail .list_of_items .item .pic:hover .wrap {
    height: 259px;
  }
}

body.podstrana #detail .list_of_items .item .pic .wrap {
  -webkit-transition: 600ms;
  transition: 600ms;
  padding-top: 62px;
}

@media screen and (max-width: 600px) {
  body.podstrana #detail .list_of_items .item .pic .wrap {
    padding-top: 102px;
  }
}

body.podstrana #detail .list_of_items .item .pic .wrap span {
  display: block;
  background-image: url("../img/play_pink.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 27px;
  margin: auto;
}

body.podstrana #detail .list_of_items .item h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 0px;
}

body.podstrana #detail .list_of_items .item h2 a {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: #000D83;
  text-decoration: none;
  height: 27px;
  overflow: hidden;
  display: block;
}

body.podstrana #detail .list_of_items .item h2 a:hover {
  text-decoration: underline;
  color: #F88081;
}

body.podstrana #detail .list_of_items .item .info span {
  display: block;
  width: 33%;
  float: left;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #646060;
  text-decoration: none;
}

body.podstrana #detail .list_of_items .item .info span.time i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/time.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  float: left;
  margin-right: 8px;
}

body.podstrana #detail .list_of_items .item .info span.count i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/count.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  float: left;
  margin-right: 8px;
}

body.podstrana #detail .list_of_items .item .info span u {
  text-decoration: none;
}

body.podstrana #detail .list_of_items .item:hover .pic .wrap {
  width: 100%;
  height: 259px;
  background-image: url("../img/video_wrap.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body.podstrana #detail .list_of_items .item:hover .pic img {
  display: none;
}

body.podstrana #detail .list_of_items .item:hover h2 a {
  text-decoration: underline;
  color: #F88081;
}

body.podstrana .news .item {
  margin: 40px 12px 0px 12px;
  float: left;
  width: calc(33% - 24px);
  height: 417px;
}

@media screen and (max-width: 960px) {
  body.podstrana .news .item {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 680px) {
  body.podstrana .news .item {
    width: calc(100% - 24px);
    height: auto;
  }
}

body.podstrana .news .item .pic {
  display: block;
  width: 100%;
  height: 239px;
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body.podstrana .news .item .pic img {
  display: none;
}

body.podstrana .news .item .pic span {
  position: absolute;
  width: 140px;
  height: 50px;
  display: block;
  background-color: #4cbfeb;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.5;
  color: white;
}

body.podstrana .news .item h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 0px;
}

body.podstrana .news .item h2 a {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: #000D83;
  text-decoration: none;
  height: 54px;
  overflow: hidden;
  display: block;
}

body.podstrana .news .item h2 a:hover {
  text-decoration: underline;
  color: #F88081;
}

body.podstrana .news .item p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0.4px;
  color: #60627F;
  padding-top: 5px !important;
  height: 45px;
  overflow: hidden;
}

body.podstrana .news .item .na_clanek {
  background-image: url("../img/line2.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: bottom;
  height: 53px;
  display: inline-block;
  text-decoration: none;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.5;
  color: #000D83;
  margin-top: 24px;
}

body.podstrana .news .item .na_clanek i {
  display: inline-block;
  background-image: url("../img/arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: bottom;
  width: 11px;
  height: 10px;
  margin-left: 12px;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body.podstrana .news .item .na_clanek:hover i {
  margin-left: 22px;
}

body.podstrana .formatovani_textu h1 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.5;
  color: #000D83;
}

body.podstrana .formatovani_textu h2 {
  padding-top: 32px;
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5;
  color: #000D83;
}

body.podstrana .formatovani_textu h3 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5;
  color: #000D83;
  padding-top: 26px;
}

body.podstrana .formatovani_textu h4 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5;
  color: #000D83;
  text-align: left;
  padding-top: 26px;
}

body.podstrana .formatovani_textu h5 {
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5;
  color: #000D83;
  text-align: left;
  padding-top: 16px;
}

body.podstrana .formatovani_textu span.vyrazny {
  color: #A45A63;
}

body.podstrana .formatovani_textu strong {
  font-family: "Mulish-Bold";
  font-weight: bold;
  font-size: 110%;
}

body.podstrana .formatovani_textu strong.nejvetsi {
  font-size: 150%;
}

body.podstrana .formatovani_textu a.a_vyrazny {
  color: #A45A63;
}

body.podstrana .formatovani_textu a.a_nevyrazny {
  color: gray;
}

body.podstrana .formatovani_textu a.a_cta {
  display: inline-block;
  width: 210px;
  background-color: #F88081;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white !important;
  cursor: pointer;
  font-size: 100%;
}

body.podstrana .formatovani_textu a.a_cta:hover {
  background-color: black;
}

body.podstrana .formatovani_textu a.a_cta2 {
  display: inline-block;
  width: 210px;
  background-color: #45ACFE;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white !important;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
}

body.podstrana .formatovani_textu a.a_cta2:hover {
  background-color: black;
}

body.podstrana .formatovani_textu a.a_cta3 {
  display: inline-block;
  width: 210px;
  background-color: white;
  border: solid 1px black;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: black;
  cursor: pointer;
  font-size: 100%;
}

body.podstrana .formatovani_textu a.a_cta3:hover {
  background-color: lightgray;
}

body.podstrana .formatovani_textu table.table_svetla {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.podstrana .formatovani_textu table.table_svetla td {
  border: solid 1px black;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}

body.podstrana .formatovani_textu table td p {
  font-size: 100%;
}

body.podstrana .formatovani_textu table.table_tmava {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.podstrana .formatovani_textu table.table_tmava td {
  padding: 7px 15px;
  color: white;
  background-color: #F1B0BA;
  font-size: 100%;
  border-color: white;
}

body.podstrana .formatovani_textu table.table_tmava td p {
  color: white;
}

body.podstrana .formatovani_textu table.table_tmava td a {
  color: white;
}

body.podstrana .formatovani_textu table {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.podstrana .formatovani_textu table td {
  border: solid 1px black;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}

body.podstrana .formatovani_textu table td img {
  width: 100%;
}

body.podstrana .formatovani_textu table td ul li {
  font-size: 100%;
}

body.podstrana .formatovani_textu table td ol {
  margin-left: 20px;
  text-align: left;
}

body.podstrana .formatovani_textu img.img_vpravo {
  float: right;
  margin: 5px;
}

body.podstrana .formatovani_textu img.img_vlevo {
  float: left;
  margin: 5px;
}

body.podstrana .formatovani_textu img.img_100 {
  width: 100%;
  height: auto;
  display: block;
}

body.podstrana .formatovani_textu ul.none {
  list-style: none;
}

body.podstrana .formatovani_textu iframe {
  width: 100%;
  height: 400px;
}

body.podstrana .formatovani_textu .strankovani {
  text-align: center;
  font-size: 66%;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

body.podstrana .formatovani_textu .strankovani a {
  padding: 10px 14px;
  background-color: #ededed;
  text-decoration: none;
}

body.podstrana .formatovani_textu .strankovani a:hover, body.podstrana .formatovani_textu .formatuj_obsah .strankovani a.active {
  background-color: #f1b0b8;
}

body.podstrana .formatovani_textu p {
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
  padding-top: 29px;
}

body.podstrana .formatovani_textu p strong {
  font-family: "Mulish-Bold";
}

body.podstrana .formatovani_textu p.velky {
  font-size: 26px;
  line-height: 170%;
}

body.podstrana .formatovani_textu p.vyrazny {
  background-color: #dfdfdf;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.podstrana .formatovani_textu p.vyrazny2 {
  background-color: #F1B0BA;
  color: white;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.podstrana .formatovani_textu p.maly_1 {
  font-size: 60%;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

body.podstrana .formatovani_textu p.maly_2 {
  font-size: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana .formatovani_textu p.maly_3 {
  font-size: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana .formatovani_textu p.velky_1 {
  font-size: 110%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana .formatovani_textu p.velky_2 {
  font-size: 120%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana .formatovani_textu p.velky_3 {
  font-size: 130%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana .formatovani_textu p.nejvetsi {
  font-size: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 170%;
}

body.podstrana .formatovani_textu ul {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  margin-top: 16px;
  padding: 0;
}

body.podstrana .formatovani_textu ul li {
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
  counter-increment: my-awesome-counter;
  margin-bottom: 8px;
}

body.podstrana .formatovani_textu ul li::before {
  content: "●";
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #45ACFE;
  margin-right: 8px;
}

body.podstrana .formatovani_textu ul li a {
  color: #F88081;
}

body.podstrana .formatovani_textu ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  margin-top: 16px;
  padding: 0;
}

body.podstrana .formatovani_textu ol li {
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
  counter-increment: my-awesome-counter;
  margin-bottom: 8px;
}

body.podstrana .formatovani_textu ol li::before {
  content: counter(my-awesome-counter) ".";
  font-family: "Mulish-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #45ACFE;
  margin-right: 8px;
}

body.podstrana .formatovani_textu ol li a {
  color: #F88081;
}

body.podstrana .galerie a {
  float: left;
  width: 23%;
  height: 200px;
  margin: 20px 1%;
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body.podstrana .galerie a img {
  display: none;
}

@media screen and (max-width: 1024px) {
  body.podstrana .galerie a {
    height: 160px;
  }
}

@media screen and (max-width: 840px) {
  body.podstrana .galerie a {
    width: 31%;
  }
}

@media screen and (max-width: 630px) {
  body.podstrana .galerie a {
    width: 48%;
  }
}

@media screen and (max-width: 420px) {
  body.podstrana .galerie a {
    height: 140px;
  }
}

body.podstrana #registrace_form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

body.podstrana #registrace_form label p {
  font-family: "Mulish-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5;
  color: #60627F;
}

body.podstrana #registrace_form label p span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5p;
  color: #60627F;
  display: block;
}

body.podstrana #registrace_form label.req p {
  font-family: "Mulish-Bold";
}

body.podstrana #registrace_form label input {
  width: 100%;
  max-width: 400px;
  height: 60px;
  border: solid 1px #ededed;
  border-radius: 5px;
  padding: 0px 15px;
}

body.podstrana #registrace_form input[type="submit"] {
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  background-color: #F88081;
  color: white;
  font-size: 22px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body.podstrana #registrace_form input[type="submit"]:hover {
  background-color: #45ACFE;
}

body.podstrana #registrace_form #registrace_form_odpoved_nacitaci {
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  display: none;
}

body.podstrana #registrace_form #registrace_form_odpoved {
  padding: 10px 0px;
  color: red;
  line-height: 22px;
  font-family: "Mulish-Bold";
}

body.podstrana .nav_acc {
  text-align: center;
  padding: 20px;
}

body.podstrana .nav_acc a {
  display: inline-block;
  margin: 20px;
  color: black;
  text-decoration: none;
}

body.podstrana .nav_acc a:hover {
  text-decoration: underline;
}

#pridano_do_kosiku {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

#pridano_do_kosiku #pridano_do_kosiku_wrap {
  width: 400px;
  height: 160px;
  border-radius: 15px;
  background-color: white;
  padding: 20px 15px;
  position: fixed;
  left: calc(50% - 200px);
  top: calc(50% - 80px);
}

#pridano_do_kosiku #pridano_do_kosiku_wrap h2 {
  text-align: center;
  font-family: "Mulish-Bold";
  font-size: 24px;
}

#pridano_do_kosiku #pridano_do_kosiku_wrap p {
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.603);
  padding-top: 20px;
  padding-bottom: 20px;
}

#pridano_do_kosiku #pridano_do_kosiku_wrap a {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  background-color: #45ACFE;
  height: 40px;
  line-height: 40px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

#pridano_do_kosiku #pridano_do_kosiku_wrap a:hover {
  background-color: blue;
}

#pridano_do_kosiku #pridano_do_kosiku_wrap .zavrit_kosik {
  position: absolute;
  width: 60px;
  height: 20px;
  top: -10px;
  right: -10px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */