body {
	font-family: 'Noto Sans', sans-serif;
}
header {
width:100%;
z-index:2;
position: fixed;
margin-top: 3%;
}
img {
  width:100%;
}
.slogan p{
  padding-top: 5%;
  margin-left: 0%;
  font-size: 14px;
    
}
.tel {
  padding-top: 5%;
  margin-left: 0%;
  font-size: 14px;
  float:right;
}
.opros {
  background-color: #fdf2e9;
  margin-top: -3%;
  padding-bottom: 3%;
}
#gefest img {
  width: 100%;
  height: 120%;
  margin-top:180px;
}
.partner {
  margin-top: 180px;
}
.partner img {
  width:40%;
  margin: 0%;
  padding: 0%;
}
.vopros {
  padding-top: 10%;
}
.vopros p{
  font-family: 'Noto Sans', sans-serif;
  text-shadow: 1px 1px 2px silver;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 3%;
}
.skidka {
  color: grey;
}
.buttn {
  float:left;
  margin-top: 3%;
}
.marquiz__container {
  float: left;
}
.marquiz__button {
  float: left;
}
.podpis {
  padding-top: 44%;
  font-size: 14px;
}
.card-group {
  margin: 5% 7%;
}
.card-title {
  font-family: 'Noto Sans', sans-serif;
  text-shadow: 1px 1px 2px silver;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1em;
}
.card-title strong {
  color:red;
  line-height: 1em;
  font-size:18px;
  font-weight: 600;
}
.card-title a{
  color: black;
}
.card-text {
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  height: 250px;
}
.card-text strong {
  color: red;
}
.card-body .ssilka {
  width: 90%;
  height: 40px;
  border-radius: 0px;
  font-size: 18px;
 }
 .btn {
  display: none;
 }
.podrob {
 font-size: 18px;
 }
.podrob a{
  color: #800000;
 }
 .podrob a:visited{
  color: #800000;
 }
 .podrob a:hover{
  color: #800000;
 }
.for_xs{
  display: none;
}
.black a{
  color: black;
}
.black a:visited {
  color: black;
} 
.red a{
  color: #800000; 
  text-decoration: none; 
}
.red a:visited {
  color: #ff8040;
} 
.red a:hover {
  color: #ff8040;  
  text-decoration: underline; 
}
p {
  margin-bottom: 1%;
}
.dop {
  background-color: #fdf2e9;
  margin-top: -3%;
  padding-bottom: 3%;
  padding: 3%;
}
.dop img {
  padding-top: 5%;
  width: 90%;
}
.primer {
  padding: 5% 0;
}
.primer p{
 font-size: 24px;
 text-align: center;
}
.bottom {
  background-image: url(2.png);
  color: white;
  text-shadow: none;
}
.site p{
  float: right;
}
#politica{
	color: white;
	font-size: 12px;
}
.warning {
        z-index: 1;
    	position: fixed;
    	bottom: 0;
    	left: 0;
    	display: none;
    	justify-content: center;
    	width: 100%;
    	padding: 30px;
    	box-sizing: border-box;
    	background-color: grey;
    }
    
    .warning--active {
    	display: flex;
    }
    
    .warning__text {
    	margin-right: 30px;
    	color: white;
    }
    
    .warning__read {
    	display: block;
    	margin-left: 15px;
    }


/* xs (<=543px) */
@media (max-width: 575px) { 
  .slogan p {
    padding-top: 0%;
    margin-bottom: -5%;
    margin-left: -12%;
    font-size: 7px;
  }
  .tel {
    padding-top: 3%;
    margin-left: 0%;
    font-size: 7px;
  }
  #gefest img {
    margin-top: 100px;
  }
  .partner {
    margin-top: 100px;
    line-height: 1em;
    font-size: 10px;
  }
  .partner img {
    width:40%;
    margin: 0%;
  }
  .vopros {
    padding-top: 0px;
  }
  .vopros p{
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2em;
    padding-top: 4%;
  }
  .skidka {
    font-size:9px;
    line-height: 0em;
    padding-bottom: 6%;
  }
  .marquiz__container {
    display: none;
  }
  .button {
    margin-top: 15%;
  }
  .btn {
    display: inline;
    background-color: #ff8040;
    color: black;
    border-radius: 14px;
    border: 2px solid #ff8040;
    font-size: 10px;
    font-weight: 600;
  }
  .btn a {
    color: black;
  }
   .podpis {
    padding-top: 18%;
    font-size: 9px;
   }
   .card-group {
    display: none;
  }
  .for_xs{
    margin: 3%;
  }
  .for_xs p{
    font-family: 'Noto Sans', sans-serif;
    text-shadow: 1px 1px 2px silver;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center;
  }
  .for_xs{
    display: inline-block;
  }
  .dop img {
    padding-top: 20%;
    width: 90%;
  }
  .dop h3{
    font-size: 12px;
    margin-bottom: 0em;
  }
  .dop p {
    font-size: 11px;
    line-height: 1em;
    margin: 0.7em;
  }
  .primer {
    padding: 3% 0;
  }
  .primer p{
   font-size: 16px;
  }
  iframe {
    height: 150px;
  }
  .bottom {
   font-size: 14px;
  }
 }
 
/* sm (>=576 и <=767) */
@media (min-width: 576px) and (max-width: 767px) { 
  .slogan p{
    padding-top: 1%;
    margin-left: -10%;
    font-size: 8px;
  }
  .tel {
    padding-top: 4%;
    margin-left: 0%;
    font-size: 8px;
  }
  #gefest img {
    margin-top: 100px;
  }
  .partner {
    margin-top: 100px;
    line-height: 1em;
    font-size: 10px;
  }
  .partner img {
    width:40%;
    margin: 0%;
  }
  .vopros {
    padding-top: 0px;
    margin-bottom: 4%;
  }
  .vopros p{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
  }
  .skidka {
    font-size:9px;
    line-height: 0em;
    padding-bottom: 4%;
  }
  .marquiz__container {
    display: none;
  }
  .btn {
    display: inline;
    background-color: #ff8040;
    color: black;
    border-radius: 14px;
    border: 2px solid #ff8040;
    font-size: 9px;
    font-weight: 600;
    margin-top: 5%;
  }
  .btn a {
    color: black;
  }
  .podpis {
    padding-top: 22%;
    font-size: 9px;
  }
  .card-group {
    margin: 5% 1%;
  }
  .card-title {
    font-size: 12px;
   }
   .card-title strong{
    display: none;
  }
   .card-text {
    display: none;
  }
  .card-body .btn {
    font-size: 9px;
    width: 150%;
    height: 30px;
    font-weight: 200;
  }
  .for_xs{
    display: none;
  }
  .dop img {
    padding-top: 30%;
    width: 90%;
  }
  .dop h3{
    font-size: 16px;
    margin-bottom: 0em;
  }
  .dop p {
    font-size: 12px;
    line-height: 1em;
    margin-top: 0.9em;
    margin-bottom: 0.9em;
  }
  .primer {
    padding: 3% 0;
  }
  .primer p{
   font-size: 14px;
  }
  iframe {
    height: 180px;
  }
  .bottom {
   font-size: 14px;
  }
}
 
/* md (>=768 и <=991) */
@media (min-width: 768px) and (max-width: 991px) { 
  .slogan p{
    padding-top: 3%;
    margin-left: -5%;
    font-size: 11px;
  }
  .tel {
    padding-top: 3%;
    margin-left: 0%;
    font-size: 11px;
  }
  #gefest img {
    margin-top: 120px;
  }
  .partner {
    margin-top: 120px;
    line-height: 1em;
    font-size: 13px;
  }
  .partner img {
    width:40%;
    margin: 0%;
  }
  .vopros p{
    font-size: 18px;
    line-height: 1.2em;
  }
  .skidka {
    font-size:14px;
    line-height: 0em;
    margin-bottom: 7%;
    margin-top: 5%;
  }
  .marquiz__container {
    display: none;
  }
  .buttn {
    padding-top: 5%;
  }
  .btn {
    display: inline;
    background-color: #ff8040;
    color: black;
    border-radius: 14px;
    border: 2px solid #ff8040;
    font-size: 12px;
    font-weight: 600;
  }
  .btn a {
    color: black;
  }
   .podpis {
    padding-top: 20%;
    font-size: 12px;
  }
   .card-title {
    font-size: 18px;
    text-align: center;
  }
   .card-title strong{
    display: none;
  }
   .card-text {
    display: none;
  }
  .card-body .btn {
    font-size: 14px;
    height: 33px;
  }
  .for_xs{
    display: none;
  }
  .dop img {
    padding-top: 20%;
    width: 90%;
  }
  .dop h3{
    font-size: 20px;
  }
  .dop p {
    font-size: 14px;
    line-height: 1em;
  }
  .primer {
    padding: 3% 0;
  }
  .primer p{
   font-size: 16px;
  }
  iframe {
    height: 300px;
  }
  .bottom {
   font-size: 14px;
  }
 }

 /* lg (>=992 и <=1200) */
@media (min-width: 992px) and (max-width: 1200px) {
  #gefest img {
    margin-top: 150px;
  }
  .partner {
    margin-top: 150px;
    line-height: 1em;
    font-size: 16px;
  }
  .partner img {
    width:40%;
    margin: 0%;
  }
  .btn {
    display: none;
  }
  .podpis {
    padding-top: 35%;
  }
  .card-text{
    height: 330px;
  }
  .for_xs{
    display: none;
   }
  .dop img {
    padding-top: 7%;
   }
}
 



