@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Montserrat', sans-serif !important;
}

.container-width {
  max-width: 1650px !important;
}

.nav-link {
  transition: 0.5s;
  font-weight: 600;
  color: #001674 !important;
}

.nav-link:hover {
  color: #20A3EB !important;
}

.nav-item {
  margin-right: 45px;
  margin-left: 45px;
  font-size: 17px;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 200px;
  margin-right: 200px;
}

html {
  scroll-behavior: smooth;
}

footer {
  font-family: 'Montserrat', sans-serif !important;
}

/*.foreground {*/
/*/ / -webkit-text-fill-color: transparent;*/
/*/ / background: rgb(205, 220, 57);*/
/*/ / background: -webkit-gradient(linear, left top, right top, from(#009EDF), to(#0320A2));*/
/*/ / background: linear-gradient(to right, #009EDF 0 %, #0320A2 100 %);*/
/*}*/

.text {
  font-size: 16px;
  font-weight: 400;
}

.box {
  background-color: rgba(65, 119, 217, 0.2);
  border-radius: 15px;
  cursor: pointer;
  padding: 15px;
  height: 270px;
  width: 270px;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
}

.box:hover {
  background-color: white;
  color: #4177D9;
}

.box .text {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

.box-hidden h5 {
  padding: 15px;
}

.arrow-down {
  display: none;
  left: 50%;
  bottom: 200px;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: white;
  border: 13px solid white;
  border-radius: 31px;
  padding: 2px 5px;
}

.box-visible {
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 80px;
}

.arrow-down-img:hover {
  transform: scale(1.1);
}

.content {
  max-width: 1574px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}

nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

#menuimg {
  float: left;
}

#menu img {
  width: 230px;
  margin-left: 150px;
}

#menu ul {
  float: right;
  margin-right: 150px;
}

#menu li {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 5px;
  font-weight: 700;
}

#menu li a {
  text-decoration: none;
  color: #001674;
}

#menu li a:hover {
  color: #20A3EB;
}

#section-home {
  background-image: url(/theme/images/img_main.jpg);
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  height: 900px;
  background-position-y: unset;
}

.section-box {
  margin-top: -400px;
}

.banner-desc {
  line-height: 1.5;
}

#block-1 {
  padding: 50px;
  border-radius: 15px;
  width: 530px;
  font-size: 1.8em;
  /* margin-top: 100px; */
  margin-bottom: 200px;
  color: #666666;
  margin-left: 200px;
  background-color: rgba(204, 241, 255, 0.6);
}

#block-1 .header {
  width: 700px;
  font-size: 32px;
}

#block-1 #desciption {
  font-size: 16px;
  width: 450px;
  font-weight: 400;
  line-height: 1.5;
}

#block-1 h1 {
  font-size: 36px;
  color: #001674;
}

.centre-main {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(to right, #001674, #03207E);
  color: white;
  padding: 125px 200px;
  border-radius: 25px;
}

.blocks {
  transition: 0.5s;
  background-color: #4177D9;
  border-radius: 15px 15px 15px 15px;
  width: 2020px;
  height: 294px;
  cursor: pointer;

}

.centre-main img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.centre-main h5 {
  font-size: 22px;
}

.nadpis {
  font-size: 36px;
  margin-bottom: 20px;
}

.box-description {
  font-size: 16px;
  font-weight: 400;
}

.centre-main:after {
  content: "";
  display: table;
  clear: both;
  text-align: center;
}

#left-centre, #right-centre {
  width: 48%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

#left-centre p {
  margin-bottom: 108px;
  width: 70%;
  font-size: 1.2em;
}

.blocks p {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

.centre:after {
  content: "";
  display: table;
  clear: both;
  text-align: center;
}

.blocks {
  margin-bottom: 20px;
  float: left;
  width: 250px;
  margin-left: 2%;
  margin-right: 2%;
  height: 250px;
}

#clinic {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px;
  width: 600px;
  border-radius: 15px 15px 15px 15px;
  color: #001674;
  font-size: 1.2em;
  margin-left: 185px;
  margin-right: 100px;
}

#clinic-back {
  background-image: url(/theme/images/img_recepce.jpg);
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  padding-bottom: 250px;
  padding-top: 250px;
  background-position-x: 0px;
  background-position-y: -117px;
}

#clinic h2 {
  color: #009FDE;
  font-size: 36px;
  margin-bottom: 20px;
}

#clinic .text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

#chirurgie {
  background-image: url(/theme/images/img_jednodenni_chirurgie.jpg);
  background-size: cover;
  padding: 40px 20px 40px 900px;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 0;
  background-repeat: no-repeat no-repeat;
  max-width: 1574px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 700px;
  position: relative;
  margin-top: -100px;
}

#chirurgie-content {
  width: 550px;
  background-color: #C8F5F8;
  border-radius: 15px 15px 15px 15px;
  padding: 50px;
  font-size: 1.2em;
  color: #001674;
  position: absolute;
  right: 120px;
}

#chirurgie-content h2 {
  color: #009FDE;
  font-size: 36px;
  margin-bottom: 20px;
}

#chirurgie text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

button {
  border-radius: 5px;
  background-color: #009FDE;
  border: none;
  padding: 18px 41px;
  padding-top: 18px;
  padding-right: 41px;
  padding-bottom: 18px;
  padding-left: 41px;
  text-align: center;
  margin-top: 20px;
  border-radius: 15px 15px 15px 15px;
  font-weight: 600;
  transition: 0.5s;
}

#chirurgie-content button {
  border-radius: 15px;
}

#chirurgie-content button a:hover {
  color: white;
}

button a {

  text-decoration: none;
  color: white;
}

button:hover {
  background-color: #00648C;
}

#section-services {

}

#section-ortopedie {
  background-image: url(/theme/images/img_ortopedie.jpg);
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  /* background-position-y: -450px; */
  margin-top: -150px;
  height: 1000px;
}

#ortopedie {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px;
  width: 650px;
  border-radius: 15px 15px 15px 15px;
  color: #001674;
  font-size: 1.2em;
  margin-left: 185px;
  margin-right: 100px;
  margin-top: 300px;
  position: absolute;
}

#ortopedie h2 {
  color: #009FDE;
  font-size: 36px;
  margin-bottom: 20px;
}

#ortopedie li {
  margin-bottom: 15px;
  list-style-type: none;
  position: relative;
  margin: 2px;
  padding: 15px;
}

/*#ortopedie li::before{
    content: "-";
    position: absolute;
    color: #009FDE;
    font-size: 3em;
    top: -22px;
    left: 0.1em;
    /* margin-top: -59px;
    height: 241px;
}      */

.odrazka {
  position: absolute;
  left: -15px;
  top: 24.5px;
}

#ortopedie ul {
  column-count: 2;
}

.font-bold {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

#locate {
  font-size: 18px;
}

#contact a {
  transition: 0.5s;
}

#contact {
  background-image: linear-gradient(to right, #001674, #03207E);
  color: white;
  padding: 85px;
  border-radius: 20px 20px 20px 20px;
}

#contact #adress {
  float: left;
}

#adress img {
  float: left;
}

#adress #locate {
  float: right;
  margin-left: 15px;
}

#adress #locate p {
  margin-top: 5px;
}

#contact #mail {
  float: right;
  margin-top: -12px;
  font-size: 24px;
  line-height: 0.8;
  margin-right: 30px;
}

#contact #mail p {
  margin-top: 5px;
}

#contact #mail p a {
  color: white;
  text-decoration: none;
}

#contact #mail p a:hover {
  color: #009FDE;
}

#section-contact {
  background-image: url('/theme/images/banner-5.jpg');
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  padding-bottom: 300px;
}

footer p {
  display: inline-block;
  font-size: 0.8em;
  text-align: center;
  margin-left: 130px;
  margin-right: 130px;
  margin-top: 10px;
  margin-bottom: 20px;
}

footer p a {
  color: black;
  text-decoration: none;
}

footer p a:hover {
  color: #009FDE;
}

.blocks:hover {
  background-color: white;
  color: #009FDE;
}

/*Služby*/
.new-date {
  display: none;
}

.new-content {
  padding: 10px;
  width: 350px;
  height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}

.new-title {
  padding-bottom: 20px;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}

.new-perex {
  text-align: left;
  font-weight: 400;
}

.new-img {
  height: 350px;
  width: 350px;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}

.navbar {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .banner-text {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .new-img {

    width: 100%;
  }

  .new-content {
    height: auto;
    width: 100%;
  }

}

.sluzby-header {
  background-color: white;
}

.sluzby-box {
  cursor: pointer;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.sluzby-box:last-child {
  padding-bottom: calc(85px + 50px);
}

.sluzby-header h2 {
  color: #0421a3;
  font-size: 44px;
  margin-bottom: 20px;
}

.sluzby .new-title {
  color: #001674;
}

.sluzby .new-content {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
}

@media (max-width: 900px) {

}

.footer-line {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-size: 15px;
}

.footer-line a {
  color: black;
}

.box-hidden {
  display: none;
}

.footer-line {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 900px) {
  #block-1 {
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
    margin-left: 0;

  }

  .centre-main {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }

  .mb-box-30 {
    margin-bottom: 30px;
  }

  /*.arrow-down {*/
  /*  top: 580px;*/
  /*}*/
  #clinic {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;

  }

  #chirurgie-content {
    width: 100%;
    padding: 15px;
    right: auto;
    margin-left: 0;
  }

  #chirurgie {
    padding: 0;
    width: 100%;
    margin-left: 0;
    height: 600px;
    position: relative;
  }

  #ortopedie {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #ortopedie ul {
    column-count: 1;
    padding: 15px;
    padding-left: 0;
  }

  #contact {
    margin-left: 0;
    margin-right: 0;
    margin-top: -89px;
    position: absolute;
    width: 90%;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1920px) {
  #section-home {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 1574px !important;
  }

  .centre-main {
    max-width: 1574px;
    margin-left: auto;
    margin-right: auto;
  }

  #clinic-back {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  #section-services {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  #section-ortopedie {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  #section-contact {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .content {
    max-width: 1574px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    max-width: 1574px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1880px) {
  .box {
    height: 260px;
    width: 260px;
  }

}

@media (max-width: 1780px) {
  .box {
    height: 250px;
    width: 250px;
  }

  .box-visible {
    padding-top: 80px;
  }
}

@media (max-width: 1680px) {
  .box {
    height: 225px;
    width: 225px;
  }

  .box-visible {
    padding-top: 50px;
  }
}

@media (max-width: 1550px) {
  .box {
    height: 200px;
    width: 200px;
  }

  .box-visible {
    padding-top: 30px;
  }
}

@media (max-width: 990px) {
  .centre-main {
    max-width: 100%;
    padding: 50px 50px;
  }

  .box {
    height: 250px;
    width: 100%;
  }

  #block-1 .header {
    padding-top: 50px;
    width: 100%;
    font-size: 26px;
  }

  #block-1 #desciption {
    font-size: 24px;
    width: 100%;
    line-height: 1.5;
  }

  #section-home {
    height: 1030px;
  }

  .arrow-down {
    bottom: 50px;
  }

  #clinic-back {
    padding-bottom: 150px;
    padding-top: 50px;
  }

  #chirurgie {
    background-image: none;
  }

  #section-ortopedie {
    margin-top: -250px;
    height: 1100px;
  }
}

.service-bg {
  height: 350px;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  /*background-position-y: -650px;*/
  /*background-position-x: -400px;*/
}

.navbar-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.img-logo {
  height: 41px !important;
}

.mt--45 {
  margin-top: -45px;
}

.mt--70 {
  margin-top: -70px;
}

.mt--85 {
  margin-top: -85px;
}

#ortopedie strong {
  font-weight: 600;
}

/*.nav-link-phone{*/
/*font-size: 16px;*/
/*margin-top: 2px;*/
/*}*/
#ortopedie ul {
  padding-left: 15px;
}

.box:hover {
  transition: 1s;
  color: white;
  background-color: rgba(65, 119, 217, 0.2);
}

.box:hover > .box-hidden {
  transition: 2s;
  display: block;
  animation-name: example;
  animation-duration: 1s;
  background-color: transparent;
}

.box:hover > .box-visible img {
  display: none;
  transition: 1s;
}

.box:hover > .box-visible {
  transition: 1s;
  animation-name: example2;
  animation-duration: 1s;
  margin-top: -50px;
}

.box-hidden {
  margin-top: 20px;
}

@keyframes example {
  0% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    opacity: 1;
    margin-top: 20px;
  }
}

@keyframes example2 {
  0% {
    opacity: 0;
    margin-top: 0px;
  }
  100% {
    opacity: 1;
    margin-top: -50px;
  }
}

.content {
  max-width: 1574px;
}

@media (max-width: 1420px) {

}

.new-block {
  padding-top: 5px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-top: -156px;
  background-color: transparent;
  margin-bottom: 50px;
  border-radius: 15px;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  height: 100px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button-new {
  transition: 0.5s;
  font-size: 110%;
  font-family: 'DM Sans', sans-serif;
  color: white;
  background-color: #ec8c16;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #ec8c16;
  border-radius: 50px;
}

.banner-text {
  padding-left: 0 !important;
}

.new-detail-header-section {
  position: relative;
  width: 90.5%;
  height: 200px;
  background-color: white;
  border: 15px solid white;
  margin-top: -100px;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}

/*Fix height*/
@media (max-width: 1919px) {
  .long-text-section {
    height: 250px;
  }

  .long-text-context {
    margin-top: -200px;
  }
}

.new-detail-header-section-bg {
  height: 100%;
  width: 100%;
  background-color: #f4f2f0;
  border-radius: 15px;
}

.new-detail-content-section {
  padding-bottom: 30px;
  background-color: white !important;
}

.new-detail-navigace {
  color: #737373;
  font-weight: 300;
  font-size: 14px;
}

.new-detail-navigace-zobak {
  font-size: 13px;
}

.new-detail-navigace-underline {
  width: 80px;
  height: 1.5px;
  margin-top: 5px;
  background-color: #737373;
  display: none;
}

.new-detail-banner-text {
  line-height: 1;
  color: #03207E;
  font-size: 54px;
  margin-top: 5px !important;
  margin-bottom: 50px !important;
}

.new-detail-content-div {
  line-height: 1.8;
  color: #2d2d2d;
  padding-top: 50px;
  padding-bottom: 5px;
}

.new-detail-header-section-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 11.8%;
}

.new-detail-header-section-back img {
  height: 24px;
  transform: rotate(180deg);
}

.new-detail-header-section-back a {
  color: #737373;
}

.contact-icon {
  padding: 25px;
  background-color: rgba(65, 119, 217, 0.2);
  border-radius: 10px;
  margin-right: 15px;
}

.contact-info {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px !important;
}

.contact-info a {
  font-size: 22px;
  font-weight: 500;
}

.new-icon-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 140px;
}

b, strong {
  font-weight: 600 !important;
}

@media (max-width: 1900px) {
  .centre-main {
    padding: 125px 180px;
  }
}

.new-detail-header-section-back a {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  text-decoration: none;
  transition: 0.5s;
}

.new-detail-header-section-back:hover .new-detail-header-section-back a {
  text-decoration: none;
}

@media (max-width: 1900px) {
  .save-this {
    max-width: 82%;
  }
}

.vyhody {
  padding-left: 60px;
  list-style-type: none
}

.vyhody li {
  position: relative;
  width: 50%;
  margin-left: auto;
  font-size: 16px;
  padding-right: 40px;
}

.vyhody li:first-child {
  float: left !important;
  width: 50% !important;
  position: relative;
}

.vyhody img {
  position: absolute;
}

.first-icon {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}

.second-icon {
  margin-left: 15px;
  position: absolute;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}

/*Responsive*/
.section-contact-visible-md {
  display: none;
}

.section-contact-hidden-md {
  display: block;
}

.mt-0-r-70 {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .mt-0-r-70 {
    margin-top: 70px;
  }

  .navbar {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-contact-hidden-md {
    display: block;
  }

  #mail {
    padding-top: 30px;
  }

  #contact {
    padding: 65px 75px 75px 75px;
  }

  .h-300-r-auto {
    height: 200px !important;
  }

  #contact {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new-detail-banner-text {
  width: 120%;
}

@media (max-width: 1560px) {
  .centre-main h5 {
    font-size: 20px;
  }

  .box .text {
    font-size: 14px;
  }

  .contact-info a {
    /*font-size: 1vw;*/
  }

  #adress #locate {
    /*font-size: 1vw;*/
  }

  .box:hover > .box-visible {
    margin-top: -5px;
  }

  @keyframes example2 {
    0% {
      opacity: 0;
      margin-top: 0px;
    }
    100% {
      opacity: 1;
      margin-top: -5px;
    }
  }
  .box .text {
    padding-right: 0px;
  }
}

.pr-15 {
  padding-right: 15px;
}

/*Contact responsive*/
.mb-0-r-65 {
  margin-bottom: 0;
}

.pl-md-0 {
  padding: 0;
}

.pr-md-0 {
  padding: 0;
}

.h-300-r-auto {
  height: auto;
}

.pt-150-r-50 {
  padding-top: 150px;
}

.responsive-footer {
  display: none;
}

.non-responsive-footer {
  display: block;
}

.non-responsive-footer .mt--45 {
  margin-top: -45px;
}

.footer-box {
  margin-top: 30px;
}

.footer-box:first-child {
  margin-top: 0;
}

#mail a {
  color: white;
}

#mail a:hover {
  text-decoration: none;
}

.mail {
  width: auto;
}

.w-100 {
  width: auto;
}

.mt--45-r-0 {
  margin-top: -45px;
}

.mb-0-r-50 {
  margin-bottom: 0px;
}

.mb-30-r-0 {
  margin-bottom: 30px;
}

@media (max-width: 1480px) {
  .responsive-footer {
    display: block;
    height: 30%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #contact {
  }

  .contact-info {
    margin-top: 45px;
    right: unset;
    left: unset;
    transform: unset;
  }

  .non-responsive-footer {
    display: none;
  }

  .h-300-r-auto {
    height: 300px;
  }

  .mail {
    width: 100%;
    margin-top: 30px;
  }

  .w-800-r-100 {
    width: 800px;
  }

  .centre-main {
    padding: 100px 170px;
  }
}

@media (max-width: 1380px) {
  .centre-main {
    padding: 100px 142px;
  }

  .box .text {
    font-size: 12px;
  }

  .box:hover > .box-visible {
    margin-top: -20px;
  }

  @keyframes example2 {
    0% {
      opacity: 0;
      margin-top: 0px;
    }
    100% {
      opacity: 1;
      margin-top: -20px;
    }
  }
  .nadpis {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .h-300-r-auto {
    height: 400px;
  }

  #contact {
    padding: 65px;
  }

  #mail {
    padding-top: 30px;
  }

  #contact {
    max-width: 90%;
    width: 90%;
  }

  .save-this {
    max-width: 90%;
    width: 90%;
  }

  .centre-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .col-md-lg-12 {
    max-width: 100% !important;
    width: 100%;
    flex: none !important;
  }

  .box {
    width: 100%;
    margin-top: 30px;
  }

  .mb-30-r-0 {
    margin-bottom: 0;
  }
}

@media (max-width: 978px) {
  .h-300-r-auto {
    height: 380px;
  }

  .navbar {
    margin-right: 0;
  }

  #contact {
    padding: 10px 30px 30px 30px;
  }

  .h-300-r-auto {
    height: 450px;
  }

  .mb-0-r-65 {
    margin-bottom: 39px;
  }

  .box {
    margin-bottom: 30px;
  }

  .mb-30-r-0 {
    margin-bottom: 0;
  }

  .centre-main {
    padding: 30px;
  }

  .centre-main h5 {
    font-size: 22px;
  }

  .box .text {
    font-size: 16px;
  }

  #clinic {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pl-md-0 {
    padding: unset;
  }

  .pr-md-0 {
    padding: unset;
  }

  .save-this {
    max-width: 100%;
  }

  .content {
    max-width: 100%;
  }

  .w-800-r-100 {
    width: 100%;
  }

  #contact {
    padding: 30px;
    width: 100%;

  }

  #contact #mail {
    float: unset;
  }

  .responsive-footer {
    position: relative;
    left: 0;
    transform: unset;
  }

  .contact-info {
    position: relative;
  }

  .mt--45-r-0 {
    margin-top: 0;
  }

  .mb-0-r-65 {
    margin-bottom: 65px;
  }

  .h-300-r-auto {
    height: auto;
  }

  .float-md-left {
    float: left;
  }

  #block-1 {
    padding: 15px;
  }

  #ortopedie {
    padding-left: 0px;
  }

  .pt-150-r-50 {
    padding-top: 50px;
  }

  .r-w-40 {
    width: 40% !important;
  }

  .vyhody li {
    padding-right: 0px;
    font-size: 14px;
  }

  .centre-main {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .mt-0-r-70 {
    margin-top: 0;
  }

  .col-r {
    max-width: 100%;
    flex: unset;
  }

  #mail {
    padding-top: 0px;
  }

  .box {
    width: 100%;
  }

  .centre-main {
    padding: 30px 15px;
  }

  .box:hover > .box-visible {
    transition: 1s;
    animation-name: example2;
    animation-duration: 1s;
    margin-top: -10px;
  }

  @keyframes example2 {
    0% {
      opacity: 0;
      margin-top: 0px;
    }
    100% {
      opacity: 1;
      margin-top: -10px;
    }
  }
  #contact {
    max-width: 100%;
    width: 100%;
  }

  .save-this {
    max-width: 100%;
    width: 100%;
  }

  .centre-main {
    max-width: 100%;
    width: 100%;
  }

  .mt--15-r-0 {
    margin: 0 !important;
  }

  /*.col-md-lg-12{*/
  /*max-width: 100%;*/
  /*width: 100%;*/
  /*flex: none !important;*/
  /*}*/

}

@media (max-width: 400px) {
  .mb-0-r-65 {
    margin-bottom: 0px;
  }

  .contact-icon {
    padding: 10px;
  }

  .mb-0-r-50 {
    margin-bottom: 50px;
  }

  #locate {
    font-size: 16px;
  }

  .contact-info a {
    font-size: 18px;
    font-size: 18px;
  }

  .mr-0-r-30 {
    margin-right: 30px;
  }

  #section-ortopedie {
    height: 1200px;
  }

  #contact {
    margin-top: -89px;
  }

  .mt--85 {
    margin-top: -160px;
  }

  #contact {
    max-width: 100%;
    width: 100%;
  }

  .save-this {
    max-width: 100%;
    width: 100%;
  }

  .centre-main {
    max-width: 100%;
    width: 100%;
  }

  .col-md-lg-12 {
    max-width: 100%;
    width: 100%;
    flex: none !important;
  }

  .section-box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -500px;
  }

  #contact {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: auto !important;
  }
}

/*Služby*/
@media (max-width: 768px) {
  .new-block {
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 150px;
  }

  .new-detail-banner-text {
    margin-bottom: 15px !important;
    width: 100% !important;
  }

  .new-detail-content-div {
    padding-top: 15px;
  }

  .new-detail-content-section {
    padding-bottom: 150px;
  }
}

@media (max-width: 1100px) {
  .mt-0-r-70 {
    margin-top: 20px;
  }
}

/*Navbar Fix*/
/*TODO: Compile Menu responsive component*/
.navbar-nav {
  display: block !important;
  -ms-flex-direction: unset !important;
  flex-direction: unset !important;
}

.nav-item {
  float: left;
}

.navbar-collapse {
  margin-left: auto;
  display: block !important;
  flex-basis: unset !important;
  flex-grow: unset !important;
}

.hidden-xxl {
  display: none !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.visible-xxl {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-button {
  z-index: 2;
}

@media (max-width: 1100px) {
  .hidden-xxl {
    display: block !important;
  }

  .visible-xxl {
    display: none !important;
  }
}

@media (max-width: 1920px) {
  .navbar {
    max-width: 1574px;
    margin-left: auto;
    margin-right: auto;
  }
}

nav .wider {
  max-width: 1574px;
}

nav .phone {
  font-size: 19px !important;
}

nav .navbar-responsive-img-size {
  max-width: unset;
}

.navbar-header {
  float: none;
  height: auto !important;
}

.navbar-header .logo-block {
  margin-top: 15px;
}

.pl-15-pr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.open-menu {
  margin-right: 0px !important;
  position: relative !important;
  margin-top: 16px !important;
  padding-bottom: 12px !important;
  right: 0px !important;
}

.no-flex {
  display: block !important;
  flex-basis: unset !important;
  flex-grow: unset !important;
  margin-left: 0 !important;
}

.navbar-button:hover {
  background-color: transparent;
}

.navbar-button:active {
  border: 0;
  text-decoration: none;
}

.logo-block {
  margin-left: 0 !important;
}

nav .active-item {
  color: #20A3EB !important;
}

/*Section contact*/
.section-box-contact {
  padding-top: 200px;
  padding-bottom: 0px;
}

#clinic-back.clinic-back-contact {
  padding-top: 150px;
  padding-bottom: 313px;
}

.w70-r-wauto {
  width: 70%;
}

#clinic.clinic-contact {
  width: 500px;
}

.footer-contact {
  margin-top: 100px;
}

@media (max-width: 1440px) {
  .footer-contact {
    margin-top: 350px;
  }
}

@media (max-width: 1310px) {
  .w70-r-wauto {
    width: auto;
  }
}

@media (max-width: 978px) {
  .centre-main-contact {
    padding-top: 40px;
  }

  #clinic.clinic-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #clinic-back.clinic-back-contact {
    padding-top: 50px;
    padding-bottom: 260px;
  }
}

@media (max-width: 900px) {

}

@media (max-width: 776px) {
  .section-box-contact {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*Boxes Fix*/
@media (max-width: 778px) {
  .col-r {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mt-0-r-70 {
    margin-top: 0px !important;
  }

  .box {
    margin-bottom: 0;
  }
}

/*Footer Contact Fix*/
@media (max-width: 1480px) and (min-width: 1440px) {
  .footer-contact {
    margin-top: 420px;
  }

  #locate p:first-child {
    padding-top: 20px;
  }

  .contact-info {
    margin-top: 30px !important;
  }

  .h-300-r-auto {
    height: 445px;
  }
}

@media (max-width: 978px) and (min-width: 628px) {
  .responsive-footer {
    height: auto;
  }

  #locate p:first-child {
    padding-top: 20px;
  }

  .mb-0-r-65 {
    margin-bottom: 45px;
  }

  .h-300-r-auto {
    height: 420px !important;
  }
}

@media (max-width: 978px) and (min-width: 768px) {
  #mail {
    padding-top: 0px;
  }
}

@media (max-width: 628px) and (min-width: 401px) {
  #locate {
    padding-top: 8px;
  }

  .mb-0-r-65 {
    margin-bottom: 30px;
  }

  .responsive-footer {
    height: auto;
  }

  .h-300-r-auto {
    height: 420px !important;
  }
}

@media (max-width: 400px) {
  .responsive-footer {
    height: auto;
  }

  .h-300-r-auto {
    height: 382px !important;
  }
}

/*Notifications*/
.navbar-notification {
  color: #6abbea;
  position: absolute;
  left: 32%;
  transform: translateX(-50%);
  font-weight: 400;
}

.navbar-notification img {
  margin-bottom: 3px;
  margin-right: 5px;
}

/*Redesign*/

#block-1 {
  padding-left: 0;
  background-color: transparent;
}

#block-1 h1 {
  font-size: 48px;
  color: #001674;
  font-weight: 700;
}

#bloc-1 p {
  font-size: 16px;
  font-weight: 400;
  color: #001674;
}

.middle-side-banner {
  font-size: 225px;
  font-weight: 500;
  color: #7be0ea;
  width: 33%;
  margin-left: 36%;
  margin-top: -251px;
}

.left-side-banner {
}

.left-side-banner, .right-side-banner p {
  font-size: 16px;
  font-weight: 600 !important;
  color: #001674;
  padding-right: 150px;
}

.right-side-banner {
  width: 33%;
  margin-top: -235px;
  margin-left: 49%;
  line-height: 0.5;
}

.right-side-banner h1 {
  line-height: 1;
}

.nav-item {
  margin-right: 30px;
  margin-left: 30px;
}

/*Redesing responsive*/
@media (max-width: 414px) {
  .left-side-banner h1 {
    font-size: 26px !important;
  }

  .left-side-banner #desciption {
    padding-right: 30px !important;
    font-size: 13px !important;
  }

  .right-side-banner h1 {
    font-size: 26px !important;
  }

  .left-side-banner {
    margin-bottom: 54px !important;
  }

  .right-side-banner {
    margin-top: -195px !important;
    margin-left: 58% !important;
  }

  .middle-side-banner {
    font-size: 170px !important;
    margin-left: 36% !important;
    margin-top: -225px !important;
  }

  .pt-150-r-50 {
    padding-bottom: 0 !important;
  }

  #section-home {
    height: 750px !important;
  }

  #block-1 .header {
    padding-top: 0 !important;
  }

  .kontakt-left-side-banner {
    width: 150px !important;
    padding-right: 0;
  }

  .kontakt-right-side-banner {
    margin-top: -163px !important;
  }

  .kontakt-middle-side-banner {
    font-size: 170px !important;
  }

  .banner-desc {
    font-size: 13px !important;
  }

  .sluzby-box:last-child {
    padding-bottom: calc(250px + 50px);
  }

  #clinic-back.clinic-back-contact {
    padding-bottom: 350px;
  }
}

.new-detail-content-div ul {
  list-style: none;
}

.new-detail-content-div li {
  position: relative;
}

.new-detail-content-div li::before {
  top: 42%;
  transform: translateY(-50%);
  font-size: 24px;
  content: "•";
  color: #03207E;
  font-weight: bold;
  /* font-size: 16px; */
  display: inline-block;
  width: 1em;
  margin-left: -0.8em;
  position: absolute;
  margin-bottom: 5px;
}

button {
  outline: unset !important;
}

.navbar-notification {
  top: 50%;
  transform: translate(-50%, -40%);
}

.navbar-collapse {
  transform: translateY(10%);
}

.new-detail-navigace a {
  color: #737373;
  font-weight: 300;
  font-size: 14px;
  transition: 0.2s;
}

/*Footer*/
.contact {
  max-width: 82%;
}

@media (max-width: 1440px) {
  #contact {
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  #contact {
    max-width: 100%;
  }
}

/*Menu*/
@media (max-width: 1500px) {
  .navbar-notification {
    width: 30% !important;
    transform: translate(-35%, -40%) !important;
  }
}

/*Menu*/
@media (max-width: 1300px) {
  .navbar-notification {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  #contact #mail {
    margin-top: 0 !important;
  }
}

@media (max-width: 1100px) {
  .nav-item {
    float: unset !important;
  }

  #section-home {
    background-size: 100%;
  }
}

@media (max-width: 375px) {
  .h-300-r-auto {
    height: auto !important;
  }

  .mb-0-r-50 {
    margin-bottom: 90px;
  }
}

@media (max-width: 900px) {
  #contact {
    max-width: 95%;
    margin-left: 15px;
  }

  .centre-main {
    max-width: 95%;
    margin-left: 15px;
  }

  #chirurgie-content {
    max-width: 95%;
    margin-left: 15px;
  }

  #ortopedie {
    max-width: 95%;
    margin-left: 15px;
  }
}

.responsive-image {
  display: none;
}

@media (max-width: 500px) {
  #chirurgie-content {
    width: 100%;
    margin-left: 0;
  }

  #ortopedie {
    margin-left: 0px;
  }

  .centre-main {
    max-width: 100%;
    margin-left: 0px;
  }

  .mb-0-r-50 {
    margin-bottom: 50px;
  }

  #ortopedie {
    margin-top: 325px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 15px;
    left: 0;
  }

  .centre-main img {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .box > .box-hidden {
    display: block;
  }

  .centre-main h5 {
    font-size: 22px;
  }

  .box {
    pointer-events: none !important;
  }

  .box-visible {
    padding-top: 15px;
  }

  .responsive-image {
    width: 100%;
    display: block;
  }

  #chirurgie-content {
    max-width: 100%;
  }

  #ortopedie {
    max-width: 100%;
  }

  .new-detail-banner-text {
    font-size: 40px;
  }
}

@media (max-width: 420px) {

  .centre-main-text-box {
    padding-left: 45px !important;
  }

  #block-1 {
    margin-top: 132px !important;
    padding-left: 15px;
  }

  .middle-side-banner {
    font-size: 170px !important;
    margin-top: -245px !important;
    margin-left: 39.5% !important;
  }

  .left-side-banner #desciption {
    padding-right: 60px !important;
  }

  .right-side-banner {
    margin-top: -176px !important;
    margin-left: 59% !important;
  }

  .centre-main {
    padding: 70px 15px !important;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    padding-top: 60px !important;
  }

  .centre-main .nadpis {
    margin-top: 0 !important;
  }

  .centre-main .box-description {
    margin-bottom: 0 !important;
  }

  #clinic {
    background-color: transparent !important;
  }

  .centre-main img {
    margin-bottom: 18px !important;
  }

  #clinic-back .content.container-fluid {
    margin-top: 0 !important;
  }

  #clinic-back {
    padding-bottom: 39px !important;
    padding-top: 50px !important;
    background-position-x: -10px !important;
    background-position-y: 21px !important;
  }

  #chirurgie {
    margin-top: -10px !important;
  }

  #chirurgie-content {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
  }

  #chirurgie-content p.text.mb-5 {
    margin-bottom: 30px !important;
  }

  #chirurgie-content button.text {
    margin-top: 0px !important;
  }

  #chirurgie-content ul.vyhody {
    margin-bottom: 0 !important;
  }

  #ortopedie {
    margin-top: 273px !important;
    background-color: transparent !important;
  }

  #ortopedie h2 {
    margin-bottom: 0 !important;
  }

  #ortopedie ul {
    padding-top: 0 !important;
  }

  #section-ortopedie {
    margin-top: -237px !important;
    height: 1156px !important;
  }

  .contact-info a {
    font-size: 18px !important;
  }

  .h-300-r-auto {
    height: 495px !important
  }

  #contact {
    margin-top: -245px !important;
    padding-top: 43px !important;
  }

  .service-bg {
    display: none !important;
  }

  .new-detail-header-section {
    display: none !important;
  }

  .new-detail-content-section {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .new-block {
    padding-bottom: 318px;
  }

  ._cms-content ul {
    margin-bottom: 0;
  }
}

.new-detail-content-div li::before {
  top: 20%;
}

@media (max-width: 376px) {
  .left-side-banner #desciption {
    padding-right: 20px !important;
  }

  #block-1 {
    margin-top: 99px !important;
    padding-left: 0;
  }

  .centre-main {
    margin-right: 15px;
    margin-left: 0px;
    width: 100%;
  }

  .section-box {
    padding-top: 62px;
  }

  #section-ortopedie {
    height: 1171px !important;
  }

  .h-300-r-auto {
    height: 389px !important;
  }

  .footer-contact {
    margin-top: 313px !important;
  }

  #contact {
    margin-top: -170px !important;
  }

  .sluzby-box:last-child {
    padding-bottom: 355px !important;
  }
}

/*Fix map*/
.centre-main-contact {
  position: absolute;
  z-index: 2;
  /* margin-left: 50%; */
  transform: translateX(10.7%);
  /* transform: translateX(-50%);*/
}

.section-box-contact {
  min-height: 690px;
}

@media (max-width: 980px) {
  .centre-main-contact {
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    left: 0;
  }
}

/*Cookie bar*/
#cookie-bar {
  position: fixed;
  text-align: center;
  font-size: 12px;
  bottom: 10px;
  left: 10px;
  max-width: 300px;
  padding: 15px 20px;
  color: white;
  background: rgba(1, 33, 60, 0.6);
}

#cookie-bar p {
  line-height: 1.8;
  margin: 0;
}

#cookie-bar a {
  color: white;
  font-size: 12px;
}

#cookie-bar a.cb-enable {
  background: gray;
  color: white;
  padding: 2px 5px;
  border-radius: 1px;
  margin-left: 5px;
}

#cookie-bar a.cb-enable:hover, #cookie-bar a.cb-enable:focus {
  color: yellow;
}

#cookie-bar {
  background: rgba(0, 0, 0, 0.7);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 6px 0;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#cookie-bar a {
  color: white;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #a0cc0e;
}

#cookie-bar .cb-enable:hover {
  background: #0a6923;
}

#cookie-bar .cb-disable {
  background: #CE1F29;
}

#cookie-bar .cb-disable:hover {
  background: #CE1F29;
}

#cookie-bar .cb-policy {
  background: gray;
  border-radius: 3px;
}

#cookie-bar .cb-policy:hover {
  background: #636363;
}

#cookie-bar .vice_informaci_policy {
  padding: 0px;
  margin-left: 0px;
  text-decoration: underline
}

#cookie-bar {
  padding: 15px !important;
  z-index: 10000000000;
  border-radius: 12px;
  left: 10px !important;
  bottom: 10px !important;
  background-color: rgba(0, 21, 116, 0.85);
}

#cookie-bar a.cb-enable {
  background: #009FDE !important;
}

#cookie-bar .cb-enable:hover {
  background: #03207E !important;
}

#cookie-bar a.cb-enable:hover, #cookie-bar a.cb-enable:focus {
  color: white !important;
}

/*zakulacené rohy*/
.new-detail-header-section-bg {
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
}


/*1440px*/
@media (min-width: 980px) and (max-width: 1441px) {
  .centre-main {
    max-width: 90% !important;
  }

  #clinic {
    margin-left: 55px !important;
  }

  #chirurgie {
    max-width: 1885px !important;
  }

  .save-this {
    max-width: 90% !important;
  }

  #ortopedie {
    margin-left: 55px !important;
  }

  .box-hidden {
    display: none !important;
  }

  .clinic-contact {
    margin-left: 100px !important;
  }

  .centre-main-contact {
    transform: translateX(5.7%) !important;
  }

  .contact-save-this {
    width: 96% !important;
    max-width: 96% !important;
  }

  .box-description {
    padding-right: 15px !important;
  }
}




  /*Fix footer 1440*/
  @media(max-width: 1440px) and (min-width: 1440px){
    /*Footer*/
    .non-responsive-footer{
      display: block !important;
    }
    /*Footer*/
    .responsive-footer{
      display: none !important;
    }
    #adress.non-responsive-footer {
      padding-top: 0;
      margin: 0;
      width: 40%;
      margin-top: -30px;
    }
    #mail.non-responsive-footer{
      padding-top: 0;
      margin: 0;
      width: 48%;
      top: 30px;
      right: 40px;
    }

    #locate{
      font-size: 13px!important;
      margin-top: 0!important;
      margin-left: 0!important;
    }

    .contact-icon {
      padding: 16px;
    }
    #contact #mail p a {
      font-size: 18px!important;
    }
    .h-300-r-auto {
      height: 140px !important;
    }
  }


