* {
margin:0;
padding:0;
box-sizing:border-box;
-webkit-tap-highlight-color: transparent;
outline: none;
	scroll-behavior: smooth;
	
}

:root {
--color-white:#ffffff;
--color-black:#000000;
--color-pinkd:#dba1a2;	
--color-pinkl:#efd8d6;
--color-dark:#422b23;
--color-greenl: #c2c6b9;
}


@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Regular.eot');
    src: url('webfonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Montserrat-Regular.woff2') format('woff2'),
        url('webfonts/Montserrat-Regular.woff') format('woff'),
        url('webfonts/Montserrat-Regular.ttf') format('truetype'),
        url('webfonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Bold.eot');
    src: url('webfonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Montserrat-Bold.woff2') format('woff2'),
        url('webfonts/Montserrat-Bold.woff') format('woff'),
        url('webfonts/Montserrat-Bold.ttf') format('truetype'),
        url('webfonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}


body {	
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	color:var(--color-dark);
	background-color:#f7f3ed;
}


h1 {
font-size:97px;
line-height: 1.0em;	
	text-align: center;
	margin: 40px 0;
	text-transform: uppercase;
}

h2 {
font-size:97px;
font-weight: normal;
	margin: 50px 0;
	text-transform: uppercase;
}
h2 span{
font-size:48px;
color:var(--color-pinkd);
	text-transform: none;
display: block;
}

h3 {
font-size:24px;
color:var(--color-pinkd);
}

h4 {
font-size:24px;
font-weight: bold;
}
h5 {
font-size:24px;
font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}


a {
text-decoration:none;
transition:.4s;
color:var(--color-pinkd);
}
a:hover {
color:var(--color-black);
}

hr {
	width: 80%;
	background-color: #e2e2e2;
  border: none;
  height: 1px;
	margin: auto;
}

main{
	float: left;
	width: 100%;
	overflow: hidden;
}
.main-menu {
  display:block;
  position:fixed;
	top:0;
	width: 100%;
	height: 130px;
	z-index: 9999;
	background: rgba(247,243,237,0.85);
	backdrop-filter: blur(7px);	
}
.container-menu {
  width: calc(100% - 80px);
	position: fixed;
	display: block;
	z-index: 9999;
	top:22px;
	left: 50px;
}

nav {
display:block;
flex-direction:row;
align-items:center;
justify-content:space-between;
color:var(--color-orange);
height:91px;
font-weight:bold;
font-size:18px;
}

nav a {
display: inline-block;
padding: 33px 16px;
transition: 0.4s;
color: var(--color-dark);
font-weight: bold;
font-size: 20px;
text-transform: uppercase;	
	
	position: relative;	
}

nav a:hover {
color: var(--color-pinkd);
	text-decoration: none;
}

.menu {
flex-direction:row;
list-style-type:none;
	text-align: center;
}
.menu svg{
  width: 22px;
	height: 32px;
	fill: var(--color-pinkd);
	padding: 6px 0 0 0;
	transition: 0.4s;
}
.menu li a:hover svg{
	fill: var(--color-dark);
}
.menu-icon a {
  padding: 25px 15px !important;
}
.menu-icon a:after {
  display: none;
}
.menu-icon {
  float: right;
}

.menu > li {
display:inline-block;
}

.menu-button-container {
display:none;
height:100%;
width:20px;
cursor:pointer;
flex-direction:column;
justify-content:center;
align-items:center;
float:right;
padding: 20px 30px;
}

#menu-toggle {
display:none;
}

.menu-button,.menu-button::before,.menu-button::after {
display:block;
background-color:var(--color-black);
position:absolute;
height:3px;
width:20px;
transition:transform 400ms cubic-bezier(0.23,1,0.32,1);
}

.menu-button::before {
content:"";
margin-top:-4px;
}

.menu-button::after {
content:"";
margin-top:4px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
margin-top:0;
transform:rotate(225deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
background:rgba(255,255,255,0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
margin-top:0;
transform:rotate(-225deg);
}


.logo{
	float:left;
	/*margin: 18px 40px 0 0;*/
}
.logo img{
	width: 180px;
	height: auto;
}

.logo h2{
	font-size: 20px;
	line-height: 0.8em;
	margin: 10px 0;
	color: var(--color-pinkd);
	font-weight: bold;
}
.hero-sec{
	width: 100%;
	float: left;
	padding: 160px 0 0 0;
	text-align: center;
}
.hero-sec img{
	margin: auto;
	width: 100%;
	height: auto;
	-webkit-filter: drop-shadow(30px 50px 50px #aaa);
  	filter: drop-shadow(30px 50px 50px #aaa);
	max-width: 641px;
}
.hero-sec .w50{
	padding: 40px;
}
.hero-sec h1{
	margin: 10px 0 40px 0;
}
.hero-sec h2{
	font-size: 22px;
	color: var(--color-pinkd);
	font-weight: bold;
}
.hero-sec h3{
	font-size: 20px;
	color: var(--color-dark);
	font-weight: normal;
}
.hero-cont {
 width: 100%;
} 

.arrows {
  height: 38px;
  width: 38px;
  background-color: var(--color-greenl);
  border-radius: 50%;
	display: inline-flex;
	justify-content: center; 
	align-items: center; 
	transition: 0.3s;
}
.arrows svg{
  fill: var(--color-white);
	height: 45%;
  width: 45%;
}
.arrows:hover {
  background-color: var(--color-pinkd);
}

.hero-sec .arrows{
	 rotate: 90deg;
	height: 86px;
  	width: 86px;
	margin: 50px;
}

.about-sec{
  padding: 60px 60px 10px 60px;
	float: left;
	width: 100%;
}
.about-sec p{
  line-height: 1.5em;
	margin-bottom: 50px;
}
.about-sec .w60{
  padding-right: 60px;
}
.about-sec .w40{
  padding: 70px 45px 0 70px;
		text-align: center;
}
.about-sec .w40 img{
  margin: auto;
	display: block;
}
.about-links{
	margin-top: 50px;
	display: inline-block;
	text-align: left;
}
.about-links .soc-icon{
  fill: #b3b3b3;
	width: 20px;
	height: 22px;
	float: left;
}
.about-links h4{
  float: left;
	margin: 0 20px;
}
.about-links a{
  display: flex;
	align-items: center; 
	margin: 8px 0;
}

.sluzby-sec{
	padding: 75px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.sluzby-sec h3{
	font-size: 34px;
	color: var(--color-white);
	margin-bottom: 30px;
}
.slider-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        .slider {
            display: flex;
            transition: transform 0.3s ease;
        }
        .slide {
            flex: 0 0 auto;
            padding: 50px;
            box-sizing: border-box;
            background: var(--color-pinkl);
			border-radius: 30px;
			margin: 15px;
			text-align: left;
			min-width: 33.33%;
			max-width: 33.33%;
        }
		.slide img {
            width: 100%;
            height: 100%;
            display: block;
            margin: auto;
			object-fit: cover;
        }
		.slide img:hover {
            cursor: pointer;
        }
        .controls {
            text-align: center;
            margin-top: 10px;
        }
        .dots span {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 15px;
            background: var(--color-dark);
            border-radius: 50%;
            cursor: pointer;
			padding: 10px;
        }
        .dots .active { 
			background: var(--color-pinkd);
		}
        .slider-arrows { 
			display: flex; 
			justify-content: center; 
			align-items: center;  
		}
        .slider-arrows button { 
			background: none; 
			border: none; 
			font-size: 34px; 
			cursor: pointer; 
			padding: 10px;
			margin: 2px 10px 10px 10px;
			color: var(--color-dark);
		}
		.popup {
            display: flex;
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            visibility: hidden;
			z-index: 9999;
        }
        .popup.show {
            opacity: 1;
            visibility: visible;
        }
        .popup img {
            max-width: 90%;
            max-height: 90%;
        }
        .popup .close {
            position: absolute;
            top: 0;
            right: 30px;
            font-size: 74px;
            color: var(--color-pinkl);
            cursor: pointer;
			transition: 0.3s;
        }
		.popup .close:hover {
            color: var(--color-pinkd);
        }
.balicky-sec h3{
	margin-bottom: 0;
	text-transform: uppercase;
}
.balicky-sec h4{
	text-transform: uppercase;
}
.balicky-sec ul{
	margin-top: 30px;
	padding-left: 24px;
}


.ref-sec{
	padding: 75px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.ref-wrap{
	width: 100%;
	margin: 100px 0;
}
.ref-wrap .slide, .refnum-sec .slide{
	position: relative;
	overflow:hidden;
	min-width: 20%;
	max-width: 20%;
	height: 480px;
	background: none;
}
.ref-wrap .slide img, .refnum-sec .slide img{
	position:absolute;
  top:50%;
  left:50%;
  width:100%;
height: 100%;
  
  transform:translate(-50%,-50%);
  transition: 0.3s;
	object-fit: cover;
}
.ref-wrap .slide img:hover, .refnum-sec .slide img:hover{
  width:110%;
	height: 110%;
}



.ref-info {
	width: 100%;
	display: flex;
	justify-content: center; 
	align-items: center; 
}
.ref-info .w50{
	float: left;
	padding: 50px;
	display: flex;
	justify-content: center; 
	align-items: center; 
}
.ref-info .w50 img{
	/*width: 80%;
	height: auto;*/
	width: auto;
  	height: auto;
	max-height: 200px;
	max-width: 80%;
}
.ref-info .w50:nth-child(1){
	text-align: right;
  	display: block;
}
.ref-info .w50:nth-child(2){
	text-align: left;
	border-left: 1px solid #e2e2e2;
}
.ref-links {
	margin: 60px 0;
	display: flex;
	justify-content: center; 
	align-items: center; 
	width: 100%;
}
.ref-links .w33{
	padding: 0 30px;
	float: left;
}
.ref-link{
	width: 100%;
	border-radius:40px;
	border: solid 3px var(--color-pinkl);
	color: var(--color-pinkd);
	padding: 15px 20px;
	float: left;
	transition: 0.3s;
}
.ref-link:hover{
	background: var(--color-pinkl);
	color: var(--color-white);
}
.ref-link:hover svg{
	fill: var(--color-white);
}
.ref-link svg{
	width: 18px;
	height: 29px;
	fill: var(--color-pinkl);
	float: right;
	padding: 3px 0 0 0;
	transition: 0.3s;
}


.refvid-sec{
	padding: 75px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.videos-cont video{
	width: calc(25% - 60px);
	height: auto;
	border-radius: 20px;
	margin: 30px;
	float: left;
}


.refnum-sec{
	padding: 75px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.refnum-sec .w60, .refnum-sec .w33, .refnum-sec .w40, .refnum-sec .w50, .refnum-sec .w100 {
	float: left;
		padding: 20px;
}
.refnum {
	position: relative;
	overflow:hidden;
	min-width: 100%;
	max-width: 100%;
	height: 500px;
	background: none;
	border-radius: 30px;
}
.refnum img{
	position:absolute;
  top: 0;
  left: 0;
   right: 0;	
  width: 100%;
  height: auto;
}

.dalsi-sec{
	/*padding: 75px 0 0 0;*/
	float: left;
	width: 100%;
	text-align: center;
}
.dalsi-sec .w50, .dalsi-sec .w33{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dalsi-sec .w50 img, .dalsi-sec .w33 img{
	width: auto;
  height: auto;
  margin: 30px;
  max-width: 230px;
  max-height: 70px;
}
.rec-sec{
	padding: 75px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.rec-sec img{
	width: 80%;
	height: auto;
	max-width: 1090px;	
}
.moody-sec{
	
	float: left;
	width: 100%;
	
	margin: 30px 0 0 0;
	border-top: solid 95px #f7f3ed;
}
.moody-info {
	background: var(--color-greenl);
	display: inline-block;
	padding: 75px 75px 50px 75px;
	position: relative;
	z-index: 2;
	float: left;
}
.moody-info .w60{
	padding: 0 30px 0 0;
}
.moody-info .w60 p{
	padding: 0 0 40px 0;
}
.moody-logo{
	margin: 0 0 50px 0
}
#slider-moody {
	position: absolute;
  width: 60%;
}
#slider-moody .slider{
	transform: none !important;
}
#slider-moody .slide{
	overflow: hidden;
	padding: 0;
	background: none;
	min-width: 33%;
  	max-width: 33%;
	margin: 30px;
	max-height: 430px;
}
.moody-info .w40{
	padding: 0 0 0 30px;
	text-align: center;
}
.moody-info .about-links .soc-icon {
  fill: #fde2ec;
}
.moody-info .about-links a{
  color: var(--color-dark);
}
.moody-info .about-links a:hover{
  color: var(--color-black);
}
.moody-info .about-links .arrows {
  background-color: var(--color-pinkd);
}
.moody-info .about-links .arrows:hover {
  opacity: 0.7;
}
.moody-main-pic{
	width: 80%;
	max-width: 480px;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
	border: solid 18px var(--color-pinkd);
	position: relative;
	display: inline-flex;
}
.moody-main-pic img{
	width: 100%;
	height: auto;
	position: relative;
}
.moody-news {
	background: var(--color-pinkl);
	display: inline-block;
	padding: 50px 75px 50px 75px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.moody-news .w40{
	float: right;
	margin: 0 0 40px 80px;
}
.moody-news h3{
	font-size: 52px;
	font-weight: normal;
	color: var(--color-dark);
}
.moody-news h3 span{
	font-size: 43px;
	font-weight: bold;
	display: block;
	margin: 20px 0 0 0;
}
.moody-news p{
	margin: 150px 0 0 0;
}
.moody-news p span{
	font-weight: bold;
	font-size: 30px;
	padding: 40px 0;
	display: block;
}


.kontakt-sec{
	padding: 75px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.kontakt-sec .fl-l:nth-child(2) {
  width: 17%;
}
.kontakt-sec .fl-l:nth-child(3) {
  width: 17%;
}
.kontakt-sec .fl-l:nth-child(4) {
  width: 25%;
}
.kontakt-sec .fl-l:nth-child(5) {
  width: 25%;
}
.kontakt-sec .fl-l:nth-child(6) {
  width: 16%;
}
.kontakt-sec .about-links a{
	text-align: center;
  display: block;
}
.kontakt-sec .about-links h4{
	float: none;
	margin: 15px 10px 25px 10px;
}
.kontakt-sec .about-links .soc-icon{
	float: none;
	width: 33px;
	height: 36px;
}







footer{ 
	width: 100%;
	float: left;
	position: relative;
	height: 60px;
	margin-top: 110px;
	margin-bottom: 10px;
}
footer .fl-l{
	position: relative;
	float: left;
}
footer .logo {
	margin: 0 0 0 30px;
}
footer .logo img{
	width: 110px;
}
footer .logo h2{
	color: #9d9d9d;
}
.creat-cont{
	display: flex;
	position: absolute;
	top: 0px;
	right: 10px;
	
}
.creat  {
	display: flex;
	margin-left: auto;
	align-items:center;
	padding: 0 20px 0 0;
}
.creat img {
  float: right;
  margin: 0 0 0 10px;
  opacity: 1;
}
.creat p{
	font-size: 11px;
	color: #65676b;
	text-align: right;
	float:right;
	padding: 26px 0 0 0;
}


.fl-l{
	float: left;	
}
.tx-al-cen{
	text-align: center;	
}
.tx-al-l{
	text-align: left;	
}
.uppertext{
	text-transform: uppercase;
}
.mrgn60-0 {
	margin: 60px 0;
}
.mrgn-auto {
	margin: auto;
}
.w16{
	width: calc(100% / 6);
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w33{
	width: calc(100% / 3);
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w75{
	width: 75%;
}
.w100{
	width: 100%;
}




@media (max-width:1500px) {
.about-sec .w60{
  padding-right: 40px;
}
.about-sec .w40{
  padding: 70px 0 0 25px;
}
}

@media (max-width:1400px) {
nav a {
font-size: 16px;
}
.about-sec .w60{
  width: 50%;
}
.about-sec .w40{
  width: 50%;
}
.about-links h4{
  font-size: 21px;
}	
}

@media (max-width:1300px) {
.logo h2 {
  margin: 0;
}
/*.logo {
  margin: 18px 5px 0 0;
}*/
.main-menu {
  height: 105px;
}
.main-menu .logo img{
  width: 140px;
}
nav {
  height: 72px;
}
nav a {	
padding: 26px 8px;
}	
.menu-icon a {
  padding: 14px 8px !important;
}
.container-menu {
  width: calc(100% - 40px);
	top: 19px;
	left: 30px;
}
h1 {
  font-size: 80px;
}
.hero-sec h1 {
  margin: 0 0 40px 0;
}
.hero-sec {
  padding: 100px 0 0 0;
}
.slide {
	min-width: 50%;
	max-width: 50%;
}
.ref-links {
  display: inline-block;
}	
.ref-links .w33 {
  width: 50%;
margin: 20px 0;
}
.moody-news p {
  margin: 220px 0 0 0;
}
.kontakt-sec .fl-l {
  width: 50% !important;	
}
.kontakt-sec .fl-l:last-child {
  width: 100% !important;	
}	
		
}

@media (max-width:1200px) {
h3 {
  font-size: 26px;
}
.moody-news h3 {
  font-size: 48px;
}
.moody-info .w60 {
  width: 50%;
}	
.moody-info .w40 {
  width: 50%;
}
#slider-moody .slide {
  margin: 20px 20px 20px 0;
}

	
}

@media (max-width:1000px) {
h2 {
  font-size: 50px;
}
h2 span {
  font-size: 25px;
}	
	
  .main-menu {
    height:66px;
	  background: none;
	  backdrop-filter: none;
	  
  }
  .container-menu {
    width: 100%;
	 top: 0;
	left: 0; 
  }
	.logo {
	  margin: 0;
		position: absolute;
		top: 8px;
		left:15px;
		z-index: 9999
	}
	.logo h2 {
  	margin: 7px 0;
	}
	.main-menu .logo img{
  width: 100px;
}	
	
.menu-button-container {
	display:flex;
	z-index: 999999;
	position: absolute;
	right: 0;
	}
	
	.menu {
	position:absolute;
	/*display:flex;*/
	top:0;
	margin-top:0;
	left:0;
	flex-direction:column;
	width:100%;
	justify-content:center;
	align-items:center;
	font-size:20px;
	text-align:left;
	line-height:normal;
	height:auto;
		z-index:-99999;
			transition: .4s;
		visibility: hidden;
	}
	#menu-toggle:checked ~ .menu {
	z-index:99999;
		visibility: visible;
		
	}

	#menu-toggle ~ .menu li {
	height:0;
	margin:0;
	padding:0;
	border:0;
	transition: .4s;
		opacity: 0;
		text-align: center;
		z-index: -999999;
	}

	#menu-toggle:checked ~ .menu li {
	transition: .4s;
	z-index:99999;
		opacity: 1;
		height: 60px;
	}
	#menu-toggle ~ .menu li a{
	padding: 15px;		
		transition: .4s;
		top: -100px;
		opacity: 0;
	}
	#menu-toggle:checked ~ .menu li a{
	padding: 15px;
		top: 0;
		opacity: 1;
	}
	#menu-toggle ~ .menu {
	padding: 60px 0 0 0;
		transition: .4s;
	}
	#menu-toggle:checked ~ .menu {
	padding: 60px 0 0 0;
	background: rgba(247,243,237,0.92);
	backdrop-filter: blur(7px);	
	}
	
	#menu-toggle ~ .menu .menu-icon {
	width: 20%;
	}
	#menu-toggle:checked ~ .menu .menu-icon {
	width: 20%;
	}

	.menu a {
	width:100%;
	padding:0 0 0 30px;
	}

	.menu > li {
	display:flex;
	justify-content:center;
	margin:0;
	padding:.5em 0;
	width:100%;
	z-index:99999;
		position: relative;
	}
	

	.menu svg {
	  padding: 0;
	}

	nav {
	height:60px;
	position:fixed;
	width:100%;
	z-index:999;
	background: rgba(247,243,237,0.85);
    backdrop-filter: blur(7px);
	}

	nav a {
	color:var(--color-black);
	}

	nav a:hover {
	color:var(--color-dark);
	}

	nav a:after {
	display:none;
	}
.referencie-sec:after{
	bottom: -150px;
	right: -10px;
}	
.kontakt-sec {
  margin: 50px 0 0 0;
}	

footer {
  margin: 60px 0 0 0;
}	
prvok {

}
.creat-cont {
    top: 0px;
    right: 0;
}	
h3 {
  font-size: 22px;
}
.hero-sec a {
  padding: 10px 30px;
  font-size: 16px;
}
.hero-sec h3 {
  margin: 30px 0;
}

h1 {
  font-size: 50px;
}
 .hero-sec h1 {
    margin: 0 0 20px 0;
  }
.hero-sec h2 {
  margin: 20px 0;
}
.hero-sec .arrows {
  margin: 20px;
}	
.hero-sec {
    padding: 60px 0 0 0;
  }	
.about-sec {
  padding: 30px;
}	
.about-sec .w60{
  width: 100%;
	padding-right: 0;
}
.about-sec .w40{
  width: 100%;
padding: 70px 0 0 0;	
}
.about-sec p{
	font-size: 20px;
}
.ref-links {
margin: 20px 0;
}	
.ref-links .w33 {
  width: 100%;
margin: 10px 0;
}
.ref-info {
  display: block;
	font-size: 20px;
	line-height: 1.4em;
}	
.ref-info .w50 {
  width: 100%;
	padding: 30px;
}
.ref-info .w50:nth-child(1) {
  text-align: center;
}
.ref-info .w50:nth-child(2) {
  border-left: none;
}
.ref-wrap .slide, .refnum-sec .slide {
  min-width: 33.33%;
  max-width: 33.33%;
}	
.rec-sec img{
	width: 90%;
}
.moody-logo {
  margin: 0 auto 50px auto;
	width: 80%;
	height: auto;
	max-width: 359px;
	display: block;
}
.moody-info {
  padding: 75px 30px 50px 30px;
}	
.moody-info .w60 {
  width: 100%;
	padding: 0;
}	
.moody-info .w40 {
  width: 100%;
	padding: 0;
}
#slider-moody {
  position: relative;
  width: 100%;
}
#slider-moody .slide {
  min-width: calc(50% - 40px);
  max-width: calc(50% - 40px);
	margin: 20px;
}
.moody-news {
  padding: 50px 30px 50px 30px;
}
.moody-news .w40 {
  float: left;
	width: 100%;
  margin: 0 ;
	text-align: center;
}
 .moody-news p {
    margin: 0;
	 font-size: 20px;
	 line-height: 1.4em;
  }
	.moody-news p span {
  font-size: 25px;
}
  .moody-news h3 {
    margin: 0 0 50px 0;
  }	

.kontakt-sec .about-links {
  margin: 30px 0;
}
.kontakt-sec .about-links h4 {
  margin: 10px 10px 20px 10px;
}
footer {
  height: 70px;
}	
footer .logo {
  margin: 0 0 0 5px;
}
  .creat-cont {
    top: 10px;
  }
.videos-cont video{
	width: calc(33% - 50px);
	margin: 25px;
}		
}


@media (max-width:800px) {
.hero-sec .w50 {
  width: 100%;
}
.hero-sec img {
  width: 45%;
}
.slide {
	min-width: 95%;
	max-width: 95%;
}		
.dalsi-sec .w33, .dalsi-sec .w50{
	width: 100%;
}

.videos-cont video{
	width: calc(50% - 40px);
	margin: 20px;
}	
	
}



@media (max-width:700px) {
.hero-cont {
  display: block;
}
.hero-sec a {
  display: block;
	margin:  0 auto 65px auto;
}	

.produkty-cont {
display: block;
}
.produkt9 {
  border-bottom: solid 1px #d8bfb5;
}
.ref-links {
 font-size: 18px;
}
.ref-link svg {
  width: 14px;
  height: 22px;
}	
.ref-wrap .slide, .refnum-sec .slide {
  min-width: 50%;
  max-width: 50%;
}
.kontakt-sec .fl-l {
  width: 100% !important;	
}	
}	



@media (max-width:500px) {

.hero-sec img {
  width: 70%;
}
.hero-sec .w50 {
  padding: 30px 20px;
}
 .hero-sec h3 {
    margin: 20px 0;
  }
	
  .about-sec {
    padding: 20px;
  }	
.about-sec .w60 img{
  width: 80%;
	height: auto;
}
.about-sec .w40 img {
  width: 80%;
	height: auto;
}
.about-links {
  margin-top: 30px;
}	
.about-links h4 {
    font-size: 18px;
	margin: 0 8px;
}
.about-links a {
  margin: 12px 0;
}	
.about-links .arrows {
    font-size: 18px;
	height: 26px;
  width: 26px;
}
.about-links .soc-icon {
  width: 12px;
  height: 14px;
}

.slide {
    padding: 30px;
}
.slide h3 {
    font-size: 22px;
}
.slide p {
    font-size: 18px;
}
.balicky-sec ul{
	font-size: 18px;
	padding-left: 20px;
}	
.ref-wrap .slide, .refnum-sec .slide {
  min-width: 90%;
  max-width: 90%;
}
.dots span {
  margin: 9px;
}
.rec-sec img{
	width: 95%;
}
  #slider-moody .slide {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }	
.moody-info .about-links h4 {
  font-size: 16px;
}
.moody-info .w60 p {
  font-size: 20px;
	line-height: 1.4em;
}
  .moody-news h3 {
    font-size: 40px;
  }		
  .moody-news h3 span{
    font-size: 30px;
  }		
 .kontakt-sec .about-links h4 {
    margin: 10px;
  }
.videos-cont video{
	width: calc(100% - 60px);
	margin: 30px;
}	
	
}



@media  (min-aspect-ratio: 16/9) and (max-width: 1280px){
#lcl_title {
    font-size: 13px !important;
}
#lcl_descr {
    font-size: 11px !important;
}
#lcl_contents_wrap, #lcl_subj {
    overflow:visible !important;	
}
.lcl_txt_over #lcl_txt {
    max-height: 100% !important;
    position: relative !important;
}
 #lcl_txt td{
	 vertical-align: baseline;
}
}

@media (max-aspect-ratio: 1/1) {
#lcl_title {
    font-size: 13px !important;
}
#lcl_descr {
    font-size: 11px !important;
}
#lcl_contents_wrap, #lcl_subj {
    overflow:visible !important;	
}
.lcl_txt_over #lcl_txt {
    max-height: 100% !important;
    position: relative !important;
}
 #lcl_txt td{
	 vertical-align: baseline;
}	
}

@media (min-width: 1500px) and (min-height: 850px) {
.kontakt-sec {
  margin: 0;
}
footer {
  margin: 170px 0 0 0;
}
    
}





@media (max-height: 550px) {
.main-menu {
    position: relative;
	height: 60px;
  top: 0;
}
.container-menu {
  position: relative;	
}	
nav {
  position: relative;
}

	
}

@media (min-width: 1000px) and (max-height: 550px) {
  .main-menu {
  position: fixed;
  top: 0;
  height: 130px; 
	  
}	  
.container-menu {
  position: fixed;	
}


}
