*{

  padding: 0;

  margin: 0;

  text-decoration: none;

  font-family: 'Roboto', sans-serif;

}

.sastav-wrapper{
	width: 95%;
	margin: 50px auto 0;
}

.sastav > p{
	margin-bottom: 15px;
}

.sastav > h2{
	margin-bottom: 15px;
}

.sastav >img{
	width: 350px;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}

.first-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.first-list > ul{
	width: 49%;
}

.massage-wrapper{
	width: 95%;
	margin: 60px auto 25px;
}

.massage-wrapper > h1{
	margin-bottom: 15px;
}

.massage{
	width: 100%;
}

.massage > p{
	margin: 15px 0;
}

.massage > iframe{
	width: 900px;
	height: 500px;
	margin: 0 auto;
	display: block;
}

.wrapper{

	width: 100%;

} 

.upute-wrapper{
	width: 95%;
	margin: 50px auto 0;
}

.upute-wrapper > h1{
	padding: 25px 0;
}

.upute{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.upute-left{
	width: 70%;
}

.upute-left > *{
	margin-bottom: 15px;
}

.upute-left > ul{
	margin-left: 30px;
}

.upute-right{
	width: 20%;
	min-width: 15px;
}

.upute-item{
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.upute-item > *{
	margin-bottom: 10px;
}

.upute-item > ul{
	margin-left: 15px;
	text-align: left;
}

.upute-item > a{
	background-color: #A60000;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
}

.upute-item > img{
	width: 100%;
}

.upute-item > a:hover{
	font-weight: 700;
}
/*Header*/

/* .header-wrapper{

  width: 100%;

  background-color: rgba(255, 255, 255, 0.7);;

  position: fixed;

  top: 0;

  z-index: 999999;

	padding: 10px 0;

}



header{

  width: 95%;

  margin:0 auto;

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.logo {

	display: block;

	font-size: 30px;

	font-weight: 600;

	color: #52852C;

}



nav{

  width: 80%;

}



nav ul{

  display: flex;

  justify-content: flex-end;

  width: 100%;

  list-style-type: none;

}



nav li{

  margin-left: 5%;

}



nav a{

  color: #1a171c;

  font-size: 24px;

  display: inline-block;

}



nav a:hover{

  color: #CC263D;

}



.nav-active{

	color: #CC263D !important;

}



.menu-mob{display: none;}



.languages a {

	color: #52852C; 

}



.languages {

	margin-left: 2%;

} */

/*Header*/



/*Main section*/

.first-wrapper{

	width: 100%;

	position: relative;

	top: 0;

}



.bg-img > img{

	width: 100%;

}



.first-text{

  position: absolute;

  width: 45%;

  top: 55px;

  right: 5%;

}



.first-text > h1{

  font-size: 52px;

}



.first-text > p{

	font-size: 20px;

	margin-bottom: 15px;

}



.kapsule{

	font-size: 30px !important;

}



.beta-wrapper{

  width: 90%;

  margin: 0 auto;

  display: flex;

  flex-wrap: wrap-reverse;

  margin-top: 25px;

}



.beta-left{

  width: 100%;

}



.beta-left p{

	margin-top: 15px;

	margin-bottom: 15px;

	font-weight: 500;

}



.beta-left h2{

  margin-bottom: 15px;

}



.beta-left h2 a{

	color: #fff;

}



.beta-right{

  width: 40%;

  text-align: right;

  display: flex;

  justify-content: center;

  align-items: center;

}



.beta-right > img{

  width: 40%;

  min-width: 150px;

}



.free-advice{

	width: 100%;

	color: #fff;

	background-color: #A60000;

	text-align: center;

	padding: 10px 0;

}



.liki-wrapper{

  width: 90%;

  margin: 25px auto 0;

	padding-bottom: 25px;

  display: flex;

  flex-wrap: wrap;

	justify-content: space-between;

}



.liki-wrapper.liki-next{

	flex-wrap: wrap-reverse;

}



.liki-left{

	width: 40%;
}

.liki-left > *{
	margin-bottom: 15px;
}



.liki-left > img{

	width: 210px;
	
	display: block;
	
	margin: 0 auto 15px;

}



.liki-right{

	width: 55%;

}



.liki-right > h2{

	margin-bottom: 15px;

}



.liki-right > p{

	margin-bottom: 15px;

}

.liki-number{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.numb-left,.numb-right{
	text-align: right;
}

.numb-left > p{
	margin-bottom: 5px;
}

.numb-right > p{
	margin-bottom: 5px;
}

.numb-left{
	margin-right: 20px;
}

.bg-line-left{

	width: 60%;

	background-color: #A60000;

	height: 5px;

}



.bg-line-right{

	width: 60%;

	background-color: #A60000;

	height: 5px;

	position: relative;

	left: 40%;

}



.form-wrapper{

  width: 90%;


  margin: 25px auto 0;

  padding-bottom: 25px;

  display: flex;

  flex-wrap: wrap;

}



.form-left{

  width: 45%;

}



.form-right{

  width: 100%;

  text-align: center;

  margin: 15px auto;
  padding: 20px 0;
    position: relative;

}

.form-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: rgba(237,35,11,1);
}
.form-right::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(237,35,11,1);
}

.bot{

	color: #fff !important;

	background-color: #08643C;

	display: block;

	margin: 10px auto;

	padding: 10px;

	width: 200px;

}



.form-right *{

  margin-bottom: 15px;

}





.form-right > h3{

  font-size: 18px;
  font-weight:normal;
  text-transform: uppercase;

}



.form-right > a{

    color: #fff;

    font-size: 18px;

    padding: 15px 50px;

	background: #a60000; /* Old browsers */

	background: -moz-linear-gradient(left,  #a60000 0%, #a60000 22%, #a60000 26%, #a60000 26%, #a60000 29%, #da1200 100%, #da1200 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60000', endColorstr='#da1200',GradientType=1 ); /* IE6-9 */

    border-radius: 50px;

    width: 200px;

    margin: 0 auto;

    display: block;

}



.contact-wrapper{

	width: 95%;

	margin: 75px auto 0;

}



.contact-wrapper > h1{

	margin-bottom: 35px;

}



.contact{

	width: 100%;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap-reverse;

}



.contact-left{

	width: 47%;

}



.contact-right{

	width: 47%;

}



.contact-right *{

	margin-bottom: 15px;

}



.contact-right a{

	color: #000;

}

/*Main section*/



/*footer*/



/*NEWS*/

.news-wrapper{

  width: 100%;

}



.news-main{

  width: 90%;

  padding: 5%;

}



.article{

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  margin-bottom: 5vh;

}



.article-left{

  width: 40%;

  max-width: 400px;

}



.article-left > img{

  width: 100%;

  min-width: 250px;

  height: 40vh;

}



.article-right{

  width: 55%;

  padding-left: 5%;

  color: #000;

}

.article-right > ul{
	margin-left: 30px;
	margin-top: 15px;
}


.article-right > a{

	color: #fff;

	background: #a60000; /* Old browsers */

	background: -moz-linear-gradient(left,  #a60000 0%, #a60000 22%, #a60000 26%, #a60000 26%, #a60000 29%, #da1200 100%, #da1200 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60000', endColorstr='#da1200',GradientType=1 ); /* IE6-9 */

	margin: 5vh 0;

	display: block;

	padding: 10px 25px;

	width: 100px;

	text-align: center;

	border-radius: 50px;

}



.article-right > a:hover{

  font-weight: 700;

}



.article-date{

	margin: 2vh 0;

}



.article-wrapper{

	width: 80%;

	padding:10px 10%;

	margin-top: 82px;

	text-align: left;

}



.article-wrapper > h1{

	color: #fb4545;

}



.article-wrapper > img{

	width: 200px;

	float: left;

	margin: 0 50px 40px 0;

}



.article-wrapper > p{

	color: #000;

	margin-bottom: 5vh;

}



.back{

	color: #fff;

	background-color: rgba(255, 255, 255, 0.5);

	border-radius: 0 10px 10px 0;

	padding: 10px 20px;

}



.news-main > h1{

	margin-bottom: 20px;

}





.article{

	width: 100%;

	margin: 25px auto 0;

}



.article > *{

	margin-bottom: 15px;

}



.article > img{

	display: block;

	width: 100%;

}

/*NEWS*/

/* .footer-wrapper{

	width: 100%;

	background-image: url(../images/footer-bg.png);

	background-size: 100% 100%;

	background-repeat: no-repeat;

	padding: 50px 0 25px;

}



footer{

  width: 90%;

  margin: 50px auto 0;

  padding: 2%;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center

}



footer a{

	font-size: 24px;

	color: #fff;

}





.footer-right > a{

	margin-left: 10px;

}

.numb > a{color: #000;}

.numb-mobile > a{color: #000;}



.footer-right > a:hover{

	color: #08643C;

}



.copy-right{

	width: 100%;

	text-align: center;
}

.copy-right a{color: #fff;} */

/*footer*/



.beta-mobile{display: none;}



.numb-mobile{display: none;}

.contact-right > h2 br{display: none;} 

.responsive-menu {
          display: none;
          width: 100%;

      }

      .responsive-menu:hover {
          color: #fff;
          text-decoration: none;
      }

@media screen and (max-width: 1560px){
	.first-text > h1{font-size: 48px;}
	
	.kapsule{font-size: 24px!important;}
	
	.beta-left h2{font-size: 24px;}
	
	.bg-img > img{height: 900px;}
	
	.first-wrapper{height: 900px;}
	
	.first-text{right: 0; width: 50%;}
	
	.beta-left h2{margin-bottom: 10px;}
	
	.beta-left p{margin-bottom: 10px; margin-top: 10px;}
	
	.first-text > p{margin-bottom: 10px;}
}

@media screen and (max-width: 1300px) {

	.first-text > h1{font-size: 48px;}

}

@media screen and (max-width: 1100px){

          .menu {
              display: none;
              position: absolute;
			  top: 57px;
              right: 0;
			  width: 300px;
			  background-color: rgba(0, 0, 0, 0.7);
          }
	.menu li{padding-bottom: 10px; text-align: center;}
	
	.menu li a{color: #fff;}
	
	.menu li a:hover{color: #CC263D;}

          .responsive-menu {
              display: block;
			  color: #CC263D;
          }
	
	.responsive-menu:hover{color: #CC263D;}
	
	nav{width: 21px;}
}

@media screen and (max-width: 1024px){

	.beta-left{display: none;}

	

	.beta-mobile{display: block;}

	

	.bg-img > img{height: auto;}

	

	.first-wrapper{height: auto;}

	

	.first-text{top: calc( 50% - 40px);}

	

	.kapsule{font-size: 20px!important;}

	

	.beta-mobile{width: 90%; margin: 25px auto 0;}
	
	.upute-left{width: 100%;}
	
	.upute-right{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 40px;}
	
	.upute-item{width: 250px; margin: 0 auto 40px;}
	
	.upute-item > img{width: 100%;}
	
	.beta-left h2{margin-bottom: 10px;}
	
	.beta-left p{margin-bottom: 10px; margin-top: 10px;}
	
	.first-text > p{margin-bottom: 10px;}
	
	.massage > iframe{width: 700px; height: 400px;}

}



@media screen and (max-width: 768px) {

  .first-text > h1{font-size: 24px;}

	

	.liki-left{width:100%;}

	

	.liki-right{width:100%;}

	

	.form-left{width: 100%;}

	

	.form-right{width: 100%;}

	

	.fotter-left{width: 100%; text-align: center; margin-bottom: 15px;}

	

	.fotter-center{width: 100%; text-align: center; margin-bottom: 15px;}

	

	/* .footer-right{width: 100%; text-align: center; margin-bottom: 15px;} */

	

	.contact-left{width: 100%;}

	

	.contact-right{width: 100%;}

	

	.article-left{width: 100%; max-width: 800px;}

	

	.article-right{width: 100%; padding-left: 0; margin-top: 15px;}

	

	.news-main{margin-top: 30px;}

	

	.article-left > img{height: auto;}

	

	.article-wrapper{padding: 10px 2.5%; width: 95%;}

	/* .footer-wrapper {padding-bottom: 0;} */
	
	/* footer{padding-bottom: 0; padding-top: 50px;} */
	
	.sastav >img{float: none; display: block; margin: 0 auto;}
	
	.massage > iframe{width: 440px; height: 250px;}

}



@media screen and (max-width: 650px){

	.first-text{width: 64%;}

	

	.first-text > p{font-size: 16px;}

	

	.beta-left h2{font-size: 20px;}


	

	.liki-right > h2{font-size: 20px;}

	

	.form-right > h3{font-size: 20px;}
	
	.first-list > ul{width: 100%;}

}



@media screen and (max-width: 480px) {

  .first-text{width: 100%; text-align: center;}

	

	.fotter-left{width: 100%; text-align: center; margin-bottom: 15px;}

	

	/* .footer-right{width: 100%; text-align: center;} */

	

	.numb{display: none;}

	

	.numb-mobile{display: block;}

	

	.form-right > a{padding: 15px 0;}
	
	.contact-right > h2 br{display: block;}
	
	.beta-mobile{text-align: justify;}
	
	.liki-wrapper{text-align: justify;}
	
	.upute-wrapper{text-align: justify;}
	
	.contact-wrapper{text-align: justify;}
	
	.article-wrapper{text-align: justify;}
	
	.sastav >img{width: 280px;}
	
	.sastav > p{text-align: justify;}
	
	.massage > iframe{width: 320px; height: 200px;}

}


.row-icons{
	display: flex;
	align-items: center;
}

.h-30{
	height: 30px;
	padding: 0 5px;
}
.h-35{
	height: 35px;
	padding: 0 5px;
}
.qr-img{
	position: absolute;
	z-index: 999;
	top: 115px;
	right: 5px;
}
.qr-img-2{
	position: absolute;
	z-index: 999;
	top: 280px;
	right: 5px;
}
.h-qr-img{
	height: 150px;
}
@media (max-width: 1100px){
	.row-icons{
		justify-content: center;
		padding-top: 10px;
	}
	.qr-img{
		bottom: 20px;
		top: auto;
	}
	.qr-img-2{
		bottom: 20px;
		right: 120px;
		top: auto;
	}
	.h-qr-img{
		height: 100px;
	}
}
@media (max-width: 576px){
	.qr-img{
		right: 10px;
		bottom: 10px;
		top: auto;
	}
	.qr-img-2{
		right: 80px;
		bottom: 10px;
		top: auto;
	}
	.h-qr-img{
		height: 80px;
	}
}
.beta-left h2,
.free-advice h2 {
	margin-bottom: 2px;
	font-family: 'Helvetica';
	font-size: 42px;
}


.beta-left h2 a,
.beta-left h3 a,
.free-advice a {

	color: #fff;

}

.free-advice h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 3px;
}

.free-advice .phone-number {
	font-size: 28px;
}


.free-advice {

	width: 100%;

	color: #fff;

	background-color: #ed230b;

	text-align: center;

	padding: 30px 0;

}

@media screen and (max-width: 1560px) {

	.beta-left h2,
	.free-advice h2 {
		font-size: 36px;
	}

	.free-advice h3 {
		font-size: 21px;
	}

	.free-advice .phone-number {
		font-size: 18px;
	}

	.beta-left h2,
	.free-advice h2 {
		margin-bottom: 2px;
	}
}

@media screen and (max-width: 1024px) {

	.beta-left h2,
	.free-advice h2 {
		margin-bottom: 2px;
	}

}


@media screen and (max-width: 650px) {


	.beta-left h2,
	.free-advice h2 {
		font-size: 32px;
	}

}


