html,body{margin:0;padding:0;}
body{ text-align: center; font-size: 16px; font-family: 'Montserrat', sans-serif; background: rgb(255, 255, 255); color: rgb(85, 85, 85); overflow-x: hidden;}

input{-webkit-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}

img{border:0}
form{margin:0;}
p{margin:10px 0 10px 0;padding:0;}
a:link, a:visited {color:RGB(109, 110, 113); text-decoration:none;}
a:hover {color:RGB(109, 110, 113); text-decoration:underline;}


@font-face {
  font-family: 'font';
  src: url('../../fonts/Coco-Gothic-Bold.eot');
  src: url('../../fonts/Coco-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
	   url('../../fonts/CocoGothic-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal; font-display: swap;
}

.font {font-family: 'font';}







.celuoza {font-family: 'Alegreya Sans', sans-serif;}


.main-color {color: rgb(0, 167, 157) !important; background: rgb(0, 167, 157) !important;}
.main-color-c {color: rgb(0, 167, 157) !important;}
.main-color-b {background: rgb(0, 167, 157) !important;}

.second-color {color: rgb(85, 72, 66) !important; background: rgb(85, 72, 66) !important;}
.second-color-c {color: rgb(85, 72, 66) !important;}
.second-color-b {background: rgb(85, 72, 66) !important;}


.web-title {float: left; position:fixed;left: -100%;margin: 0px;font-size: 1px;}



/*  HEADER and MENU  */
.web-header-ghost {height: 150px; margin: auto; width: 100%; position: relative;}
.web-header {height: 150px; width: 100%; padding: 0px; top: 0px; background: rgb(0, 0, 0); transition: all 0.3s; position: fixed; z-index: 99;}


.menu-fix {box-shadow: 0px 0px 30px -15px black;}



.web-header-in {width: 100%; max-width: 1200px; position: relative; height: 100%; margin: auto; z-index: 9;}
.web-header-inner {height: 150px; width: 100%; position: relative;}


.web-logo {width: 260px; height: 80px; right: -2px; top: 10px; display: block; position: absolute; background: url("/images/design/logo.png?v=1") no-repeat; background: url("/images/design/logo.svg?v=1") no-repeat; background-size: auto 100%; background-position: right center; z-index: 33; margin: auto; transition: all 0.3s;}
.web-logo:hover {opacity: 0.8;}



.web-main-menu {height: 60px; width: auto; left: -30px; right: -30px; bottom: 0px; position: absolute; z-index: 33;}
.web-main-menu-in {height: 60px; width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between;}
.main-menu-item {height: 60px; display: block; position: relative;}
.main-menu-item a {font-size: 17px; color: rgb(255, 255, 255); padding: 20px 10px; letter-spacing: 0.5px; font-weight: 800; display: block; text-transform: uppercase;}
.main-menu-item a:hover {text-decoration: none;} 
.main-menu-item:before {height: 18px; width: 18px; top: -5px; left: 0px; right: 0px; margin: auto; content: ""; position: absolute; background: rgb(0, 167, 157); border-radius: 50%; transition: all 0.3s; opacity: 0;}



.main-menu-item:hover {background: rgba(255,255,255,0.05);} 
.menu-active {}
.main-menu-item:hover:before,.menu-active:before {opacity: 1;}




.main-menu-item-subs {min-width: 350px; left: -2px; top: 100%; background: rgb(45, 45, 45); box-shadow: 2px 3px 15px -10px rgb(28, 28, 28); text-align: left; position: absolute;}
.main-menu-item-subs {transform: scale(0); -webkit-transform: scale(0); opacity: 0; transform-origin: left top; -webkit-transform-origin: left top; transition: all 0.3s; -webkit-transition: all 0.3s; }
.main-menu-item-subs a {padding: 14px 10px 14px 25px; color: rgb(255, 255, 255) !important; font-size: 16px; line-height: 26px; letter-spacing: 0.5px; font-weight: 300; text-transform: none;}
.main-menu-item-subs-item:first-child a {padding-top: 20px;}
.main-menu-item-subs-item:last-child a {padding-bottom: 20px;}
.main-menu-item-subs a:hover {background: rgba(255, 255, 255, 0.08);}
.main-menu-item:hover .main-menu-item-subs {transform: scale(1); -webkit-transform: scale(1); opacity: 1;}
.main-menu-item-subs:before {width: 8px; height: auto; background: rgb(242, 114, 173); left: -2px; top: -3px; bottom: -3px; position: absolute; content: ""; z-index: 3; border-radius: 5px;}
.main-menu-item-subs-item {position: relative;}
.main-menu-item-subs-item-subs {min-width: 260px; left: 100%; top: 0px; position: absolute;}
.main-menu-item-subs-item-subs {transform: scale(0); opacity: 0; transition: all 0.2s; transform-origin: left top;}
.main-menu-item-subs-item-subs a {font-size: 14px; padding: 13px 15px; line-height: 18px; background: rgb(78, 76, 104);}
.main-menu-item-subs-item-subs a:hover {background: rgb(57, 55, 79);}
.main-menu-item-subs-item:hover .main-menu-item-subs-item-subs {transform: scale(1); opacity: 1;}
.mobil-menu, .menu-btn {display: none;}



.web-header-social {min-width: 150px; top: 25px; right: 270px; position: absolute; z-index: 3;}
.web-header-social div {padding: 0px 5px; float: right;}
.web-header-social div a {}
.web-header-social div a i {color: rgb(0, 0, 0); background: rgb(123, 123, 123); font-size: 20px; width: 16px; height: 16px; line-height: 16px; padding: 8px; border-radius: 50%; text-align: center;}
.web-header-social div a i:hover {background: rgb(242, 114, 173);}








/* HOME */
.home-form {width: 100%; min-height: 150vh; height: auto; margin: auto; position: relative; z-index: 5; display: inline-block;}

.home-form-1 {width: 100%; margin: auto; position: relative; z-index: 6;}
.home-form-1-bg {width: 3000px; height: 400px; top: -240px; left: -100%; right: -100%; position: absolute; background: rgb(0,0,0); margin: auto; transform: rotate(9deg); transform-origin: center bottom;}
.home-form-1-in {width: 98%; max-width: 1200px; margin: auto; text-align: center; position: relative;}

.home-form-1-in-bg {width: 700px; height: 1000px; top: 60px; left: 0px; position: absolute;}
.home-form-1-in-bg img {width: 100%; height: 100%; object-fit: contain; object-position: left bottom; transition: all 3s; opacity: 0; transform: translateY(20px);}
.home-form-1-in-bg .lazyloaded {opacity: 1; transform: translateY(0px);}

.home-form-1-in-banner {color: rgb(0,0,0); top: 160px; left: 0px; position: absolute;}
.home-form-1-in-banner div {white-space: nowrap;}
.home-form-1-in-banner-1 {font-size: 60px; line-height: 50px; letter-spacing: 9px; font-weight: 700; text-align: right; }
.home-form-1-in-banner-2 {height: 120px; font-size: 230px; line-height: 110px; font-weight: 800; text-align: center;}
.home-form-1-in-banner-3 {font-size: 76px; line-height: 85px; letter-spacing: 3px; margin-right: -10px; font-weight: 700; text-align: center;}



.home-form-1-in-text {padding-top: 300px; width: 45%; margin-left: 55%; position: relative; text-align: left;}
.home-form-1-in-text-pomaranc {width: 270px; height: 270px; top: 50px; right: -100px; position: absolute; margin: auto;}
.home-form-1-in-text-pomaranc img {width: 100%; height: 100%; object-fit: contain; object-position: left bottom; transition: all 2s; opacity: 0; transform: translateY(-20px);}
.home-form-1-in-text-pomaranc .lazyloaded {opacity: 1; transform: translateY(0px);}


.home-form-1-in-text-title {font-size: 100px; line-height: 100px; font-weight: 700; color: rgb(0,0,0);}
.home-form-1-in-text-text {padding: 20px 0px 40px; font-size: 16px; line-height: 24px; text-align: justify;}
.home-form-1-in-text-img {width: 100%; height: 260px;}
.home-form-1-in-text-img img {width: 100%; height: 100%; object-fit: contain; object-position: left bottom; transition: all 1.5s; opacity: 0; transform: translateX(20px);}
.home-form-1-in-text-img .lazyloaded {opacity: 1; transform: translateX(0px);}

.home-form-1-in-text-btn {padding-top: 40px; width: 100%; display: inline-block;}
.home-form-1-in-text-btn a {padding: 20px 50px; font-size: 20px; font-weight: 600; color: white; background: rgb(252, 146, 28); text-transform: uppercase; display: inline-block; border-radius: 50px; letter-spacing: 0.5px; box-shadow: 4px 5px 0px 0px rgb(213, 208, 215);}





.home-form-2 {width: 100%; min-height: 30vh; margin: 160px auto 90px; background: rgb(190, 229, 226); position: relative;}
.home-form-2-bg {width: 3000px; height: 200px; top: -60px; left: -100%; right: -100%; position: absolute; background: rgb(190, 229, 226); margin: auto; transform: rotate(-3deg); transform-origin: center bottom; z-index: -1;}
.home-form-2-in {width: 98%; max-width: 1200px; margin: auto; text-align: center; position: relative;}

.home-form-2-in-text {padding-top: 60px; width: 55%; margin-right: 45%; position: relative; text-align: left;}
.home-form-2-in-text-title {font-size: 100px; line-height: 100px; font-weight: 700; color: rgb(0,0,0);}
.home-form-2-in-text-items {width: 100%; padding: 50px 0px; display: inline-block;}
.home-form-2-in-text-item {width: 50%; height: 300px; float: left; text-align: center;}
.home-form-2-in-text-item-icon {width: 90px; height: 90px; margin: auto; background: black; border-radius: 50%;}
.home-form-2-in-text-item-icon div {width: 90%; height: 90%; margin: 5%; display: inline-block; background: url('/images/design/icons-white.svg'); background-size: 510px auto;}

.h2i-1 .home-form-2-in-text-item-icon div {background-position: -17px -175px !important;}
.h2i-2 .home-form-2-in-text-item-icon div {background-position: -335px -244px !important;}
.h2i-3 .home-form-2-in-text-item-icon div {background-position: -413px -251px !important;}
.h2i-4 .home-form-2-in-text-item-icon div {background-position: -413px -92px !important;}

.home-form-2-in-text-item-title {width: 80%; padding-top: 15px; font-size: 21px; color: black; text-transform: uppercase; font-weight: 700; margin: auto;}
.home-form-2-in-text-item-text {width: 90%; padding-top: 10px; font-size: 15px; opacity: 0.5; color: black; margin: auto;}

.home-form-2-in-btn {width: 330px; padding: 20px 40px; left: 0px; top: -90px; position: absolute; background: rgb(233, 239, 237); border-radius: 40px; cursor: pointer;}
.home-form-2-in-btn {box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1), inset 0px 5px 0px rgba(255, 255, 255, 0.5), 0px 5px 15px -5px rgba(0, 0, 0, 0.5);}
.home-form-2-in-btn-icon {width: 85px; height: 70px; top: 0px; bottom: 0px; right: 14px; background: rgb(252, 146, 28); position: absolute; border-radius: 33px; margin: auto;}
.home-form-2-in-btn-icon {box-shadow: 0px 3px 0px rgb(57, 149, 186), 0px -3px 0px rgb(146, 192, 189);}
.home-form-2-in-btn-icon i {font-size: 50px; line-height: 70px;color: white;}
.home-form-2-in-btn-text {width: 80%; text-align: left;}
.home-form-2-in-btn-text-title {font-size: 34px; font-weight: 700; color: black;}
.home-form-2-in-btn-text-subtitle {font-size: 14px; letter-spacing: 1px;}
.home-form-2-in-btn a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 3;}

.home-form-2-in-bg {width: 45%; height: 100%; bottom: 0px; left: 60%; position: absolute;}
.home-form-2-in-bg img {width: 100%; height: 100%; object-fit: contain; object-position: left bottom; transition: all 4s; opacity: 0; transform: translateY(30px);}
.home-form-2-in-bg .lazyloaded {opacity: 1; transform: translateY(0px);}



.home-form-innner-txt {text-align: left;}
.home-form-innner-txt strong {font-size: 22px; color: black; font-weight: 800; text-transform: uppercase;}
.home-form-innner-txt hr {margin: 30px 0px;}



.home-form-3 {width: 100%; margin: 0px auto 90px; position: relative;}
.home-form-3-bg {width: 60%; height: 100%; right: 0px; top: 0px; position: absolute;}
.home-form-3-bg img {width: 100%; height: 100%; object-fit: contain; object-position: right center; transition: all 4s; opacity: 0; transform: translateX(30px);}
.home-form-3-bg .lazyloaded {opacity: 1; transform: translateX(0px);}

.home-form-3-color {width: 60%; height: 100%; right: 53%; top: 0px; background: rgb(242, 114, 173); position: absolute; transform: skewX(-14deg);}

.home-form-3-in {width: 98%; height: 700px; max-width: 1200px; margin: auto; text-align: center; position: relative;}

.home-form-3-in-title {left: 0px; top: 48%; transform: translateY(-50%); position: absolute;}
.home-form-3-in-title span {font-size: 100px; line-height: 100px; font-weight: 700; color: white;}

.home-form-3-in-text {width: 400px; right: 12%; top: 50%; position: absolute; transform: translateY(-50%);}



.home-form-4 {width: 100%; margin: 0px auto 90px; position: relative;}
.home-form-4-bg {width: 60%; height: 100%; left: 0px; top: 0px; position: absolute;}
.home-form-4-bg img {width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: all 4s; opacity: 0; transform: translateX(-30px);}
.home-form-4-bg .lazyloaded {opacity: 1; transform: translateX(0px);}

.home-form-4-color {width: 60%; height: 100%; left: 53%; top: 0px; background: rgb(194, 140, 174); position: absolute; transform: skewX(14deg);}
.home-form-4-in {width: 98%; height: 700px; max-width: 1200px; margin: auto; text-align: center; position: relative;}
.home-form-4-in-title {right: 0px; top: 48%; transform: translateY(-50%); position: absolute;}
.home-form-4-in-title span {font-size: 100px; line-height: 100px; font-weight: 700; color: white;}
.home-form-4-in-text {width: 400px; left: 12%; top: 50%; position: absolute; transform: translateY(-50%);}








.home-form-end {width: 100%; margin: 0px auto 0px; position: relative; background: rgb(190, 229, 226);}

.home-form-end-bg {width: 80%; height: 90%; left: 0px; top: 0px; position: absolute;}
.home-form-end-bg img {width: 100%; height: 100%; object-fit: contain; object-position: left top; transition: all 4s; opacity: 0; transform: translateX(-30px);}
.home-form-end-bg .lazyloaded {opacity: 1; transform: translateX(0px);}


.home-form-end-in {width: 98%; max-width: 1200px; margin: auto; text-align: center; position: relative;}


.home-form-end-in-text {padding: 200px 0px 150px; width: 55%; margin-left: 45%; position: relative; text-align: left;}
.home-form-end-in-text-title {font-size: 100px; line-height: 100px; font-weight: 700; color: rgb(0,0,0);}
.home-form-end-in-text-items {width: 100%; padding: 50px 0px; display: inline-block;}
.home-form-end-in-text-item {width: 50%; height: 300px; float: left; text-align: center;}
.home-form-end-in-text-item-icon {width: 90px; height: 90px; margin: auto; background: black; border-radius: 50%;}
.home-form-end-in-text-item-icon div {width: 90%; height: 90%; margin: 5%; display: inline-block; background: url('/images/design/icons-white.svg'); background-size: 510px auto;}

.hendi-1 .home-form-end-in-text-item-icon div {background-position: -98px -250px !important;}
.hendi-2 .home-form-end-in-text-item-icon div {background-position: -339px -92px !important;}

.home-form-end-in-text-item-title {width: 80%; padding-top: 15px; font-size: 21px; color: black; text-transform: uppercase; font-weight: 700; margin: auto;}
.home-form-end-in-text-item-text {width: 90%; padding-top: 10px; font-size: 15px; opacity: 0.5; color: black; margin: auto;}














/*  CONTENT  */
.web-container {background: rgb(255, 255, 255); display: inline-block; width: 100%; position: relative;}
.web-content {background: rgba(255,255,255,1); width: 98%; max-width: 1200px; padding: 40px 0px 20px; margin: auto; text-align: left; position: relative; display: table;}
.web-content {font-size: 16px; line-height: 23px;}

.web-content h2 {color: rgb(0, 0, 0); font-size: 34px; line-height: 36px; margin: 5px 0px 30px; font-weight: 800 !important; letter-spacing: 2px;}
.web-content h3 {color: rgb(0, 0, 0); font-size: 26px; margin: 25px 0px 15px; font-weight: 600 !important;}
.web-content h4 {color: rgb(0, 0, 0); font-size: 22px; margin: 20px 0px 10px; font-weight: 600 !important;}

.web-content h2 strong, .web-content h3 strong, .web-content h4 strong {font-weight: 700 !important;}


.page-title {width: 100%; font-size: 56px !important; line-height: 56px !important; margin: 20px 0px 40px !important; display: inline-block; text-transform: uppercase; font-weight: 800 !important; position: relative; font-family: 'font';}



.content-text-short {font-size: 18px; color: rgb(66, 66, 66); line-height: 26px; margin: 10px auto 50px -5px; padding: 3% 4% 3% 140px; letter-spacing: 1px; font-weight: 600; text-align: justify; background: rgba(190, 229, 226, 0.85); position: relative;}
.content-text-short {border-radius: 25px; box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);}
.content-text-short strong {color: rgb(141, 198, 63);}
.content-text-short:before {font-size: 90px; height: 90px; width: 90px; line-height: 90px; left: 30px; top: 0px; bottom: 0px; content:'\f05a'; font-family: FontAwesome; position: absolute; margin: auto; opacity: 0.2;}





.content-text {font-size: 18px; line-height: 30px; padding-top: 5px; letter-spacing: 0.5px; text-align: justify; position: relative;}
.content-text ul {padding: 10px 0px 20px; margin: 0px; list-style: none;}
.content-text ul li {font-size: 18px; padding: 3px 0px 3px 40px; position: relative;}
.content-text ul li:before {left: 18px; top: 2px; color: rgb(0, 167, 157); content:"\25CF"; position: absolute;}
.content-text p {padding-top: 0; margin: 20px 0 20px 0; margin-top: 0;}

.content-text strong {font-size: 19px;}

.content-text img {max-width: 100% !important; height: auto !important; padding: 19px 20px !important; box-shadow: inset 0px 0px 0px 12px rgb(242,242,242);}


.content-text table {width: 100% !important; margin-top: 35px; margin-bottom: 15px;}
.content-text table td {width: 50% !important; padding: 6px 2% 0px !important; border-bottom: 1px solid rgb(223, 223, 223);}
.content-text table td strong {font-size: 22px; color: rgb(0, 182, 190);}
.content-text table tr:nth-child(even) td {background: rgb(247, 247, 247);}
.content-text table tr:last-child td {border-bottom: none;}


.content-text-tags {width: 100%; padding-top: 15px; display: table;}

.content-text-tags-icon, .content-text-tag {font-size: 12px; line-height: 25px; margin-bottom: 4px; margin-right: 4px; height: 25px; float: left;}
.content-text-tags-icon {padding: 0px 5px 0px 6px; background: rgb(0, 167, 157);}
.content-text-tags-icon i {color: white;}
.content-text-tag {color: rgb(130, 130, 130); padding: 0px 6px; background: rgb(242, 242, 242);}



.web-content-gallery {display: inline-block; width: 100%; margin-top: 35px; position: relative;}
.web-content-gallery-item {width: 14.6%; margin: 1%; border-radius: 15px; float: left; overflow: hidden; box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);}
.web-content-gallery-item img {width: 100%; height: auto; float: left;}
.web-content-gallery-item:hover {opacity: 0.8;}

.web-content-gallery-video {width: 98%; margin: 1%; overflow: hidden; border-radius: 15px; box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);}
.web-content-gallery-video iframe {width: 100%; height: 550px; float: left;}

.text-side-0 .content-text .content-text-in {column-count: 1; column-gap: 0px;}
.text-side-1 .content-text .content-text-in {column-count: 2; column-gap: 50px;}
.text-side-2 .content-text .content-text-in {column-count: 3; column-gap: 50px;}
.text-side-3 .content-text .content-text-in {column-count: 4; column-gap: 50px;}

.img-side-1 .content-text {width: 48%; float: left;}
.img-side-1 .web-content-gallery {width: 48%; float: right; margin-top: 2px;}
.img-side-1 .web-content-gallery-item {width: 29.3%; margin: 2%;}

.img-side-2 .content-text {width: 48%; float: right;}
.img-side-2 .web-content-gallery {width: 48%; float: left; margin-top: 2px;}
.img-side-2 .web-content-gallery-item {width: 29.3%; margin: 2%;}


.img-side-1 .web-content-gallery-video iframe {height: 290px;}
.img-side-2 .web-content-gallery-video iframe {height: 290px;}


.content-text-share {width: 100%; height: 30px; margin: 50px auto 30px;}
.content-text-share a {display: inline-block; cursor: pointer;}
.content-text-share i {width: 18px; height: 16px; padding: 7px; color: white; background: rgb(59, 89, 152); text-align: center; display: inline-block; float: left; transition: all 0.2s;}
.content-text-share span {height: 30px; line-height: 30px; color: white; padding: 0px 18px; background: rgb(85, 85, 85); display: inline-block; float: left; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; transition: all 0.2s;}
.content-text-share a:hover i {background: black;}
.content-text-share a:hover span {background: rgb(242, 114, 173);}


.contact-form {margin: 25px auto;}
.contact-form-input {display: block; width: 100%; margin: 10px auto;}
.contact-form-input input {border: 1px solid silver; padding: 12px 2%; font-size: 15px; min-width: 285px; font-family: 'Montserrat', sans-serif;}
.contact-form-text {display: block; width: 100%; margin: 7px auto;}
.contact-form-text textarea {width: 95%; min-height: 100px; padding: 10px 2%; font-family: 'Montserrat', sans-serif;}
.contact-form-btn {}
.contact-form-btn button {font-size: 17px; padding: 10px 39px; margin-top: 10px; border: none; color: white; background: rgb(242, 114, 173); cursor: pointer; text-transform: uppercase; font-family: 'Montserrat', sans-serif; transition: all 0.3s;}
.contact-form-btn button:hover {color: white; background: black;}


.galeria-items {width: 100%; position: relative; margin-bottom: 25px; display: inline-block;}
.galeria-item {width: 46%; margin: 2%; float: left; position: relative; }
.galeria-item a {width: 100%; height: 100%; display: block; left: 0px; top: 0px; position: absolute; z-index: 9;}
.galeria-item:hover {opacity: 0.8;}
.galeria-item-title {font-size: 22px; color: rgb(71, 42, 43); padding-bottom: 10px; font-weight: 600; border-bottom: 1px solid rgb(71, 42, 43); letter-spacing: 0.5px;}
.galeria-item-title i {color: rgb(196, 157, 104); padding-right: 5px;}
.galeria-item-imgs {width: 100%; display: inline-block;}
.galeria-item-img {width: 18.4%; margin: 2% 1%; float: left; }
.galeria-item-img:first-child {margin-left: 0px;}
.galeria-item-img:last-child {margin-right: 0px;}
.galeria-item-img img {width: 100%;}


.page-side-img {width: 30vw; top: -5%; bottom: 0px; height: 105%; right: 100%; position: absolute; background: rgb(0,0,0); overflow: hidden;}
.page-side-img img {width: auto; height: 100%; max-height: 1500px; left: -100%; right: -100%; top: 0px; position: absolute; margin: auto;}
.page-side-img-shadow {width: 100%; height: 200px; top: 1300px; left: 0px; right: 0px; margin: auto; position: absolute; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0,0,0) 100%);}


.web-side-gallery {width: 110px; top: 50px; right: -185px; position: absolute;}
.web-side-gallery-title {font-size: 50px; line-height: 50px; height: 70px; margin-left: -110px; width: 220px; font-weight: 800; color: silver; text-align: right;}
.web-side-gallery-item {width: 110px; height: 110px; margin-bottom: 15px; border-radius: 50%; overflow: hidden; box-shadow: 0px 0px 1px 1px rgb(215, 215, 215);}
.web-side-gallery-item img {width: 100%; height: 100%; transition: all 0.2s;}
.web-side-gallery-item:hover img {opacity: 0.8; filter: grayscale(40%);}


.content-locations {width: 78%; padding: 1% 0px 1.5% 22%; opacity: 0.8; margin-top: 30px; display: inline-block; background: rgb(237, 237, 237); box-shadow: 0px 10px 20px -20px black; position: relative;}
.content-locations:before {left: 6%; height: 125px; width: 125px; top: 0px; bottom: 0px; position: absolute; margin: auto;}
.content-locations:before {background: url('/images/icons/cleaning-icon.svg'); background-size: contain; background-position: center; background-repeat: no-repeat; content: '';}

.content-locations-title {font-size: 15px; padding: 20px 0px 5px; opacity: 0.6;}
.content-locations-title strong {font-weight: 600;}
.content-locations-items {width: 100%; display: inline-block;}
.content-locations-items ul {margin: 0px;padding: 0px;list-style: none; display: table;}
.content-locations-items ul li {margin: 0px;padding: 0px;list-style: none; float: left;}
.content-locations-items ul li a {font-size: 16px; color: black; padding: 5px 25px 5px 0px; display: inline-block; letter-spacing: 0.1px;}
.content-locations-items ul li a i {color: rgb(51, 185, 177); font-size: 11px; float: left; margin-top: 7px; margin-right: 8px;}



.text-call-btn {width: 575px; height: 70px; margin: 0px auto 50px; position: relative;}
.text-call-btn:before {width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; content:""; border-radius: 50px;}
.text-call-btn:before {background: rgb(0, 167, 157); background-size: contain; background-position: left center;}

.text-call-btn-in {font-size: 44px; line-height: 70px; height: 70px; padding-left: 7%; font-weight: 800;text-align: left; position: relative; z-index: 3;}
.text-call-btn-in a {color: rgb(255, 255, 255); letter-spacing: 3px;}
.text-call-btn-in a:hover {text-decoration: none; cursor: pointer; opacity: 0.8;}
.text-call-btn-in a i {font-size: 56px; margin: 7px 20px 0px -15px; opacity: 0.9; float: left;}
.text-call-btn-in a i {animation: phone-shake 1.2s ease-in-out infinite;}

.text-call-btn-in:before {width: 120px; height: 120px; left: -15px; top: -100%; bottom: -100%; background: rgba(0, 167, 157, 0.4); position: absolute; content:''; margin: auto; border-radius: 50%; z-index: -1;}

@keyframes phone-shake {
  15%, 85% { transform: rotate(0deg); }
  35%, 45%, 55%, 65% { transform: rotate(10deg); }
  30%, 40%, 50%, 60%, 75% { transform: rotate(-10deg); }
}







.blok-galeria {width: 100%; height: 500px; background: rgb(234, 234, 234); position: relative;}
.blok-galeria-bg {width: 50%; top: 0px; bottom: 0px; height: 100%; left: 0px; position: absolute; background: rgb(33,33,33); background: url("/images/design/galeria-bg.jpg") no-repeat; background-size: cover; background-position: center;}
.blok-galeria-bg a {width: 100%; height: 100%; display: block; left: 0px; top: 0px; position: absolute; z-index: 9;}
.blok-galeria-bg:hover {opacity: 0.85;}
.blok-galeria-bg-title {color: white; width: 350px; top: 180px; right: 220px; position: absolute; text-align: left; text-shadow: 2px 4px 0px rgb(2, 23, 50);}
.blok-galeria-bg-title strong {font-size: 60px; display: block;}
.blok-galeria-bg-title span {margin-top: -10px; font-size: 26px; font-weight: 600; display: block;}
.blok-galeria-form {width: 50%; float: right;}
.blok-galeria-form-in {width: 550px; padding: 70px 0px 0px 50px; text-align: left; position: relative; transition: all 0.3s;}
.blok-galeria-form-in:hover {opacity: 0.8;}
.blok-galeria-form-in-title {font-size: 50px; color: silver; padding-bottom: 20px; font-weight: 800; letter-spacing: 1px;}
.blok-galeria-form-in-item-title {font-size: 26px; line-height: 50px; text-transform: uppercase; border-bottom: 1px solid black; padding-bottom: 15px; margin-bottom: 10px; width: 100%;}
.blok-galeria-form-in-item-imgs {width: 100%;}
.blok-galeria-form-in-item-imgs div {width: 100px; height: 100px; margin: 18.5px; background: gray; float: left; border-radius: 50%; overflow: hidden;}
.blok-galeria-form-in-item-imgs div img {width: 100%; height: 100%;}
.blok-galeria-form-in-item-btn {width: auto; padding-right: 20px; text-align: right;}
.blok-galeria-form-in-item-btn span {color: rgb(247, 148, 30);}
.blok-galeria-form-in-item-btn span i {color: black; font-size: 13px; padding-right: 3px;}
.blok-galeria-form-in a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 3;}




.sluzby-items {width: 100%; display: table;}
.sluzby-item {width: 49%; margin: 1% 2% 1% 0px; background: rgb(0, 167, 157); float: left; position: relative;}
.sluzby-item:nth-child(even) {margin-right: 0px;}

.sluzby-item-dots {width: 400px; height: 400px; right: -145px; bottom: 53px; position: absolute; margin: auto;}
.sluzby-item-dots {transform: scale(0.8) rotate(-40deg); transform-origin: center;}
.sluzby-item-dots .dots-layout div {background: rgba(255, 255, 255, 0.08);}


.sluzby-item-in {overflow: hidden; position: relative;}
.sluzby-item-title {padding: 4% 3%; font-size: 25px; text-align: left; color: white; letter-spacing: 0.3px; white-space: nowrap;}
.sluzby-item-text {padding: 3% 3% 3%; font-size: 15px; background: rgba(255, 255, 255, 0.2); text-align: justify; color: rgba(255, 255, 255, 0.8);}

.sluzby-item-text-btn {padding: 1% 3% 5%; width: 94%; display: inline-block; background: rgba(255, 255, 255, 0.2);}
.sluzby-item-text-btn a {padding: 5px 30px; font-size: 15px; color: rgb(0, 167, 157); background: white; border: 1px solid rgb(255, 255, 255); font-weight: 100; display: inline-block;}








/* SHORCODES */
.in-text-shortcode {position: relative;}

.in-text-shortcode-phone {height: 50px; width: fit-content; margin: 40px 0px; display: flex; align-items: center; background: rgb(0, 167, 157); color: rgb(255,255,255); border-radius: 50px; cursor: pointer; position: relative; z-index: 6;}
.in-text-shortcode-phone:before {width: 70px; height: 70px; left: -10px; top: -100%; bottom: -100%; background: rgba(0, 167, 157, 0.4); position: absolute; content: ''; margin: auto; border-radius: 50%; z-index: -1;}
.in-text-shortcode-phone-icon {width: 60px; font-size: 32px; text-align: center;}
.in-text-shortcode-phone-icon i {}
.in-text-shortcode-phone-text {padding: 0px 20px 0px 0px; letter-spacing: 1px; font-weight: 600;}
.in-text-shortcode-phone a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; position: absolute; z-index: 11; cursor: pointer;}






/* SLUZBY */
.page-sluzby-list {width: 100%; padding: 40px 0px 0px; margin: 50px 0px 20px; display: flex; flex-wrap: wrap; gap: 40px 4%; border-top: 8px solid rgb(242, 114, 173); position: relative;}

.page-sluzby-list-item {width: 44%; padding: 30px 2%; text-align: left; background: rgba(194, 140, 174, 0.25); box-shadow: 10px 10px 0px 0px rgb(249, 249, 249); position: relative;}
.page-sluzby-list-item-title h2 {font-size: 26px; line-height: 30px; padding: 0px 0px 5px; margin: 0px; letter-spacing: 0px; font-weight: 700 !important;}
.page-sluzby-list-item-subtitle h3 {font-size: 20px; padding: 0px; margin: 0px; letter-spacing: 0.5px; opacity: 0.5;}

.page-sluzby-list-item-datas {width: 100%; padding: 15px 0px 0px; position: relative;}

.page-sluzby-list-item-data {width: 100%; display: flex; gap: 0px 10px; position: relative;}
.page-sluzby-list-item-data i {padding-top: 5px; color: rgb(242, 114, 173);}
.page-sluzby-list-item-data div {font-size: 15px;}

.page-sluzby-list-item-text {font-size: 15px; line-height: 20px; padding: 0px 0px 0px; letter-spacing: 0px;}

.page-sluzby-list-item-price {font-size: 20px; letter-spacing: 1px; word-spacing: 2px; font-weight: 700;}















/* PRODUCTS */
.form-products {width: 100%; margin: 20px auto 40px; display: table;}
.form-products-title {font-weight: 600; margin: 25px auto; padding: 10px 0px; border-bottom: 1px solid rgba(25, 60, 79, 0.25); text-transform: uppercase;}
.form-products-items {width: 100%; display: table;}
.form-products-item {height: 350px; width: 47%; margin-right: 2%; padding: 1%; float: left; box-shadow: 0px 0px 1px 1px rgba(25, 60, 79, 0.2); border-radius: 25px; position: relative;}
.form-products-item:nth-child(even) {margin-right: 0px;}
.form-products-item a {width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 9;}
.form-products-item-image {width: 100%; height: 100%; display: block; position: relative;}
.form-products-item-image img {width: auto; height: auto; max-width: 100%; max-height: 100%; left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; margin: auto;}
.form-products-item-title {color: white; padding: 7px 30px; background: rgb(0, 174, 239); left: 4%; bottom: 4%; position: absolute; border-radius: 10px;}
.form-products-item-title {font-size: 18px; font-weight: 600; letter-spacing: 0.5px;}



/* PRODUKT */
.product-form {width: 100%; display: inline-block; position: relative;}

.product-form-header {width: 100%; height: 600px; margin: -50px auto 0px; position: relative;}
.product-form-header-bg {width: 100vw; top:0px; bottom: 0px; left: -100%; right: -100%; margin: auto; position: absolute;}
.product-form-header-bg-image {width: 100%; height: 100%; top:0px; bottom: 0px; left: 0px; right: 0px; margin: auto; position: absolute; background-position: center !important; background-size: 2000px auto !important; }
.product-form-header-bg-shadow {width: 100%; height: 100%; top:0px; bottom: 0px; left: 0px; right: 0px; margin: auto; position: absolute;}
.product-form-header-bg-shadow {background: linear-gradient(to right, rgba(27, 34, 42, 0.8) 0%,rgba(25,60,79,0) 100%);}

.product-form-header-title {width: 700px; left: -450px; right: 0px; bottom: 100px; margin: auto; position: absolute; text-align: left;}
.product-form-header-title h2 {font-size: 110px; color: white; line-height: 100px; letter-spacing: 5px; font-weight: 900 !important;}
.product-form-header-title h2 span:nth-child(1) {color: transparent; -webkit-text-stroke: 1px white;}
.product-form-header-title h2 span:last-child {font-size: 70px; display: block; line-height: 70px;}


.product-form-top {width: 90%; height: 25px; left: 25px; bottom: 15px; margin: auto; position: absolute;}
.product-form-top ul {padding: 0px;margin: 0px;list-style: none; display: table;}
.product-form-top ul li {font-size: 15px;color: rgb(165, 165, 165); float: left;}
.product-form-top ul li:before {padding: 0px 7px; content:"/"; opacity: 0.5;}
.product-form-top ul li:first-child:before {content:""; display: none;}
.product-form-top ul li a { color: rgb(202, 202, 202); font-weight: 400; text-transform: uppercase;}
.product-form-top ul li a i {color: rgb(0, 174, 239) !important;}
.product-form-top ul li a:hover {opacity: 0.8;}


.product-form-side {width: 270px; height: auto; top: 650px; bottom: 0px; left: -300px; position: absolute;}
.product-form-side-box {}


.product-form-side-box-calendar {color: white; background: rgb(25, 60, 79);}
.product-form-side-box-calendar-empty {padding: 20px; text-align: center;}
.product-form-side-box-calendar-empty img {width: 80px; padding-top: 20px; margin: auto; display: block;}
.product-form-side-box-calendar-empty span {font-size: 14px; padding: 20px 0px; text-transform: uppercase; display: block;}
.product-form-side-box-calendar-empty span strong {font-size: 20px;}
.product-form-side-box-calendar-empty div {padding: 10px 25px; background: rgb(57, 193, 57); display: inline-block; text-transform: uppercase;}


.product-form-left {}

.pro-gall {width: 100%; margin: auto; position: relative; padding-bottom: 90px;}
.pro-gall-in {width: 100%; max-width: 1250px; margin: 0px auto; position: relative;}

.pro-gall-in-bg {width: 100vw; height: 700px; top:-4px; left: -100%; right: -100%; margin: auto; position: absolute; background: rgb(27, 34, 42); border-top: 4px solid rgb(0, 174, 239);}


.pro-gall-slider .swiper-container {width: 100%; height: 700px; position: relative;}
.pro-gall-slider .swiper-container .swiper-slide {width: 1250px;}
.pro-gall-slider .swiper-container .swiper-slide-bg {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; background-position: center !important; background-size: cover !important;}

.pro-gall-slider-thumbs {width: 100%; height: 200px; margin: -100px auto 0px; display: inline-block;}
.pro-gall-slider-thumbs .swiper-slide {width: 25%; height: 200px;}
.pro-gall-slider-thumbs .swiper-slide .swiper-slide-bg {width: 180px; height: 180px; margin: 10px auto; border-radius: 50%; box-shadow: 0px 5px 5px -5px rgb(27, 34, 42); cursor: pointer; transition: all 0.5s;}
.pro-gall-slider-thumbs .swiper-slide-active .swiper-slide-bg {box-shadow: 0px 0px 0px 4px rgb(0, 174, 239);}


.sw-h-btn {height: 50px;width: 50px;top: 38%;margin: auto;position: absolute;z-index: 3;border: 4px solid rgb(255, 255, 255); border-radius: 50%;cursor:pointer; box-shadow: 0px 0px 5px -1px black;}
.sw-h-btn i {height: 30px; width: 30px; padding: 10px; font-size: 30px; color: white; display: block; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);}

.sw-h-prev {left: 20px;}
.sw-h-next {right: 20px;}

.pro-gall-in-line {width: 60%;height: 1px;left: 0px;right: 0px;bottom: -40px;margin: auto;background: rgba(27, 34, 42, 0.2); position: absolute;}


.product-form-right {}

.product-text {}
.product-text {font-size: 16px; line-height: 26px; text-align: justify;}
.product-text ul {padding: 10px 0px 20px; margin: 0px; list-style: none;}
.product-text ul li {padding: 3px 0px 3px 40px; position: relative;}
.product-text ul li:before {left: 18px; top: 2px; color: rgb(103, 180, 226); content:"\25CF"; position: absolute;}
.product-text p {padding-top: 0; margin-top: 0;}
.product-text strong {font-weight: 700;}
.product-text table {width: 100%; font-size: 15px; line-height: 20px; padding-bottom: 17px; border-top: 1px solid rgb(230, 230, 230);}
.product-text table td {width: 45%; padding-right: 5%; vertical-align: top;}

.product-video {width: 580px; height: 326px; padding: 0px 0px 25px 50px; float: right;}
.product-video iframe {width: 100%; height: 100%; display: block;}
.product-video video {width: 100%; height: 281px;}

.product-mapa {width: 47%; padding-bottom: 25px; float: left;}
.product-mapa img {width: 100%;}









/* GALERIE */
.galls-form {width: 100%; padding: 25px 0px 0px; margin: 0px auto -2%; display: table;}
.galls-form-item {width: 32%; margin: 0px 2% 2% 0px; height: 250px; background: rgb(45, 45, 45); position: relative; overflow: hidden; float: left;}
.galls-form-item:nth-child(3n) {margin-right: 0px;}
.galls-form-item-bg {width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; background-size: cover !important; background-position: center !important;}
.galls-form-item-bg {filter: grayscale(100%);}
.galls-form-item-shadow {width: 100%; height: 100%; top: 0px; left: 0px; background: rgba(0, 123, 116, 0.6); position: absolute;  transition: all 0.3s;}


.galls-form-item-title {width: 92%; color: white; padding: 4.5% 4%; background: rgb(0, 167, 157); position: relative; z-index: 9;}
.galls-form-item-title {font-size: 24px; line-height: 20px; letter-spacing: 0.3px; text-align: left;}

.galls-form-item-text {width: 92%; margin: auto; left: 0px; right: 0px; bottom: 2%; position: absolute; z-index: 9; display: inline-block;}
.galls-form-item-text {font-size: 14px;}

.galls-form-item-date {color: rgb(168, 168, 168); font-weight: 100; width: 50%; float: left;}
.galls-form-item-date span {color: white;}
.galls-form-item-info {color: rgb(255, 255, 255); font-weight: 100; width: 50%; float: left; text-align: right;}
.galls-form-item-info i {color: rgb(168, 168, 168); padding-right: 4px;}
.galls-form-item-imgs {width: 92%; display: inline-block; margin: auto 4%; padding-bottom: 15px; position: relative; z-index: 9;}
.galls-form-item-imgs div {width: 21%; margin: 2%; float: left; border-radius: 50%; overflow: hidden; box-shadow: 0px 0px 0px 5px rgb(141, 198, 65);}
.galls-form-item-imgs div img {width: 100%; height: auto; display: block;}
.galls-form-item a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 11;}
.galls-form-item:hover .galls-form-item-shadow {background: rgba(0, 123, 116, 0.8);}




.akcia-in-header {width: 100%; padding: 0px 0px 20px; display: table;}

.akcia-in-datum {color: rgb(0, 167, 157); font-weight: 900; float: left;}
.akcia-in-datum span {color: rgb(85, 85, 85); font-weight: 600;}

.akcia-in-lokalita {padding-left: 30px; float: left;}
.akcia-in-lokalita a {color: rgb(0, 167, 157); font-weight: 600;}

.akcia-in-image {padding-bottom: 25px;}
.akcia-in-image img {width: 100%; height: auto;}








/* NEWS */
.web-content-news {width: 100%; display: inline-block;}
.web-content-news-item {width: 100%; display: inline-block; margin-bottom: 3%;}
.web-content-news-item a:hover {text-decoration: none;}
.web-content-news-item-img {width: 15%; float: left;}
.web-content-news-item-img img {width: 100%; height: auto;}

.web-content-news-item-text {float: left; width: 83%;margin-left: 2%; text-align: justify; color: rgb(80, 80, 80);}
.web-content-news-item-text h3 {margin: 15px auto 0px; font-size: 24px; color: rgb(0, 73, 150);}

.web-content-news-item-date {font-size: 15px; margin-bottom: 5px; color: rgb(109, 110, 113); opacity: 0.4;}
.web-content-news-item-date span {font-size: 18px; line-height: 18px; float: left;margin-right: 4px;margin-top: 3px;}




/* BOTTOM RECENZIE */
.bottom-recenzie {width: 100%; margin: 25px auto; display: inline-block; position: relative;}
.bottom-recenzie-in {width: 100%; max-width: 1200px; display: inline-block; position: relative; text-align: left;}
#swipe-recenzie {width: 100%; }
#recenzie-pagination {padding: 25px 0px;}
#recenzie-pagination .swiper-pagination-bullet {margin: 0px 3px;}
#recenzie-pagination .swiper-pagination-bullet-active {background: rgb(141, 198, 63);}





/* BOTTOM CARDS */
.web-bottom-cards {width: 100%; margin: 50px auto 50px; position: relative; z-index: 6;}
.web-bottom-cards-bggg {width: 3000px;height: 200px;top: -100px;left: -100%;right: -100%;position: absolute;background: rgb(2255, 255, 255);margin: auto;transform: rotate(-3deg);transform-origin: center bottom;z-index: -1;}

.web-bottom-cards-bg {width: 100%;height: 90%;left: 0px;bottom: 0px;position: absolute;}
.web-bottom-cards-bg img {width: 100%; height: 100%; object-fit: contain; object-position: right center; transition: all 4s; opacity: 0; transform: translateX(30px);}
.web-bottom-cards-bg .lazyloaded {opacity: 1; transform: translateX(0px);}

.web-bottom-cards-in {width: 100%; min-height: 900px; max-width: 1200px; margin: auto; position: relative;}

.web-bottom-cards-in-title {font-size: 54px;line-height: 60px;font-weight: 800;color: rgb(0,0,0); text-align: center; text-transform: uppercase;}
.web-bottom-cards-in-form {width: 100%; padding: 50px 0px;}

.cards-item {width: 100%; height: 700px; margin: auto; position: relative;}

.cards-item-in {width: 92%; height: 500px; left: 0px; right: 0px; top: 50%; margin: auto; position: absolute; background: white; border-radius: 40px; box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2); transform: translateY(-50%); overflow: hidden;}
.cards-item-in {transition: all 0.5s; transition-delay: 0.2s;}
.swiper-slide-active .cards-item-in , .swiper-slide-duplicate-active .cards-item-in {height: 580px;}


.cards-item-in-title {padding: 20px 10px; text-align: center; color: white; background: rgb(242, 114, 173);}
.cards-item-in-title-main {font-size: 38px; text-transform: uppercase; font-weight: 700; font-style: italic; letter-spacing: 0.5px;}
.cards-item-in-title-sub {font-size: 15px; font-weight: 700; font-style: italic; letter-spacing: 0.5px;}

.cii-1 .cards-item-in-title  {background: rgb(242, 114, 173);}
.cii-2 .cards-item-in-title  {background: rgb(143, 171, 172);}
.cii-3 .cards-item-in-title  {background: rgb(194, 140, 174);}
.cii-4 .cards-item-in-title  {background: rgb(128, 106, 208);}
.cii-5 .cards-item-in-title  {background: rgb(117, 176, 90);}
.cii-6 .cards-item-in-title  {background: rgb(176, 90, 90);}

.cards-item-in-text {top: 50%; left: 0px; right: 0px; position: absolute; margin: auto; transform: translateY(-50%);}
.cards-item-in-text-price {width: 100%; display: table;}
.cards-item-in-text-price-main {width: 75%; font-size: 80px; color: black; font-weight: 800; letter-spacing: 3px; text-align: right; float: left; }
.cards-item-in-text-price-sub {width: 25%;  font-size: 26px; line-height: 25px; margin-top: 55px; font-weight: 700; text-align: left; float: left;}
.cards-item-in-text-price-old {width: 100%; margin: -10px auto 0px; letter-spacing: 3px; color: rgb(0, 0, 0); float: left;}
.cards-item-in-text-price-old span {font-size: 25px; text-decoration: line-through;}

.cards-item-in-text-text {width: 85%; font-size: 15px; line-height: 22px; padding-top: 20px; margin: auto;}

.cards-item-in-btn {width: 55%; padding: 8px 0px; left: 0px; right: 0px; bottom: 40px; background: black; position: absolute; border-radius: 40px; transition: all 0.4s; margin: auto; cursor: pointer;}
.cards-item-in-btn span {font-size: 20px; text-transform: uppercase; font-weight: 600; letter-spacing: 0.5px; color: white;}
.cards-item-in-btn:hover {background: rgb(0, 167, 157);}


.cards-swiper-pagination {width: 100%; left: 0px; bottom: 0px;}
.cards-swiper-pagination .swiper-pagination-bullet {width: 18px; height: 18px; margin: 0px 5px; background: rgb(0, 0, 0); opacity: 0.9;}
.cards-swiper-pagination .swiper-pagination-bullet-active {background: rgb(190, 229, 226);}












/* RELAX BTN */
.relax-btn { height: 0px; left: 0px; right: 90px; bottom: 0px; margin: auto; position: fixed;  z-index: 33;}

.relax-btn-form {height: 40px; background: rgb(11, 11, 11); border-top-left-radius: 10px; border-radius: 10px; box-shadow: 0px 0px 10px -5px white; position: absolute; right: 20px; bottom: 20px; cursor: pointer;}
.relax-btn-form {opacity: 0; max-width: 0px; transform: scale(0); transition: all 1s cubic-bezier(.5,-0.23,.55,1.25);}
.relax-btn-form-icon {width: 60px; height: 60px; left: -30px; bottom: -50%; top: -50%; position: absolute; margin: auto; border-radius: 50%; background: rgb(196, 157, 104); box-shadow: 0px 0px 10px -6px black;}
.relax-btn-form-icon {transition: all 1s;}
.relax-btn-form-icon {background: rgb(0, 167, 157) url(/images/design/icon-calendar.png); background-size: 60%; background-position: center; background-repeat: no-repeat;}
.relax-btn-form:hover .relax-btn-form-icon {transform: rotate(-25deg);}
.relax-btn-form-icon i {color: white; font-size: 40px; padding-top: 9px; display: none;}
.relax-btn-form-text {margin: 10px 0px 0px 0px; font-size: 16px; color: rgb(255, 255, 255); letter-spacing: 0.5px; overflow: hidden; white-space: nowrap;}


.btn-prepare .relax-btn-form {opacity:1; transform: scale(1);}
.btn-active .relax-btn-form {right: 0px;}
.btn-active .relax-btn-form {max-width: 250px;}
.btn-active .relax-btn-form-text {margin: 10px 15px 0px 40px;}



.colors-form-shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.85); z-index: 77; cursor: pointer; display: none;}
.colors-form {width: 96%; max-width: 302px; padding: 20px 50px 15px; left: 50%; top: 59%; transform: translateY(-50%) translateX(-50%); position: fixed; margin: auto; z-index: 88; display: none; background: rgb(0, 0, 0); box-shadow: 0px 15px 50px 0px rgb(0, 0, 0); border: 8px solid rgb(0, 167, 157); border-radius: 15px;}
.colors-form-item {width: 100%; margin-bottom: 10px; position: relative;}



.colors-form-item-phone {width: 100%; height: 44px; margin: 0px 0px 20px; background: rgb(0, 167, 157); border-radius: 50px; color: rgb(255,255,255); position: relative;}
.colors-form-item-phone:before {width: 64px; height: 64px; left: -10px; top: -100%; bottom: -100%; background: rgba(0, 167, 157, 0.4); position: absolute; content: ''; margin: auto; border-radius: 50%; z-index: -1;}
.colors-form-item-phone i {font-size: 36px; top: 5px; left: 12px; animation: phone-shake 1.2s ease-in-out infinite; position: absolute;}
.colors-form-item-phone span {font-size: 20px; line-height: 44px; font-weight: 600; letter-spacing: 0.5px;}
.colors-form-item-phone a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; position: absolute; z-index: 11;}


.colors-form-item input {font-size: 16px; width: 94%; padding: 10px 3%; border: 1px solid rgb(211, 211, 211); font-family: 'Montserrat', sans-serif; background: rgba(255, 255, 255, 0.1); color: white; border-radius: 5px;}

.colors-form-item textarea {font-size: 15px; height: 90px; width: 94%; padding: 10px 3%; font-family: 'Montserrat', sans-serif; border: 1px solid rgb(211, 211, 211); background: rgba(255, 255, 255, 0.1); color: white; border-radius: 5px;}

.colors-form-item select {font-size: 16px; width: 100%; padding: 10px 3%; border: 1px solid rgb(211, 211, 211); font-family: 'Montserrat', sans-serif; background: rgba(255, 255, 255, 0.1); color: white; border-radius: 5px; cursor: pointer;}
.colors-form-item select option {color: black;}

.colors-form-item button {width: 100%; font-size: 18px; padding: 15px 0px; margin: auto; background: rgb(141, 198, 63); font-family: 'Montserrat', sans-serif; color: white; border: none; text-transform: uppercase; cursor: pointer; background: rgb(242, 114, 173); border-radius: 5px;}
.colors-form-item button:hover {filter: brightness(110%);}














/* BOTTOM RECENZIE */
.bottom-recenzie {width: 100%; margin: 25px auto 0px; display: inline-block; position: relative;}
.bottom-recenzie-in {width: 100%; max-width: 1200px; display: inline-block; position: relative; text-align: left;}
#swipe-recenzie {width: 100%;}
#recenzie-pagination {padding: 20px 0px 40px; text-align: center;}
#recenzie-pagination .swiper-pagination-bullet {width: 12px; height: 12px; margin: 0px 4px;}
#recenzie-pagination .swiper-pagination-bullet-active {background: rgb(242, 114, 173);}

.home-form-3-in-text-recenzie-item {padding-top: 35px; width: 100%; display: flex; gap: 0px 20px; position: relative;}
.home-form-3-in-text-recenzie-item a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute;}
.home-form-3-in-text-recenzie-item-image {width: 70px; height: 70px; margin-left: 10px; border-radius: 50%; overflow: hidden; box-shadow: 0px 0px 0px 4px rgb(0, 167, 157);}
.home-form-3-in-text-recenzie-item-image img {width: 70px; height: 70px; border-radius: 50%; overflow: hidden; filter: grayscale(100%); opacity: 0; transition}
.home-form-3-in-text-recenzie-item-image .lazyloaded {opacity: 0.8;}
.home-form-3-in-text-recenzie-item-rating-in {width: 80%; flex-grow: 1;}
.home-form-3-in-text-recenzie-item-rating-in-top {width: 100%; display: table;}
.home-form-3-in-text-recenzie-item-rating {padding-right: 10px; float: left;}
.home-form-3-in-text-recenzie-item-rating i {}
.home-form-3-in-text-recenzie-item-rating .fa-star {color: rgb(242, 114, 173);}
.home-form-3-in-text-recenzie-item-rating .fa-star-o {color: rgb(180, 219, 126);}
.home-form-3-in-text-recenzie-item-name {float: left;}
.home-form-3-in-text-recenzie-item-name strong {font-weight: 800; text-transform: capitalize;}
.home-form-3-in-text-recenzie-item-name i {font-size: 13px;}
.home-form-3-in-text-recenzie-item-name span {font-size: 11px; opacity: 0.5;}
.home-form-3-in-text-recenzie-item-text {font-size: 14px; padding-top: 3px; opacity: 0.8; display: block; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}












/* DOWN */
/* DOWN */
.web-down-out {width: 100%; margin: auto; position: relative; z-index: 5; background: rgb(0, 0, 0); display: table;}

.web-down-map {width: 54%; height: 700px; margin: auto; background: rgb(21, 21, 21); position: relative; overflow: hidden; float: left;}
.web-down-map i {color: rgba(255, 255, 255, 0.5); width: 100px; height: 100px; font-size: 100px; line-height: 100px; left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; margin: auto; z-index: 1;}
.web-down-map iframe {width: 100%; display: block; position: relative; z-index: 3;}



.web-down {width: 46%; height: 700px; margin: auto; position: relative; z-index: 5; float: left; text-align: left;}
.web-down-bg {width: 50%; height: 100%; top: 0px; left: 0px; position: absolute; background: rgb(0,0,0); transform: skewX(14deg); transform-origin: left bottom;}
.web-down-form {width: 500px; margin: 300px 0px 0px 50px; display: inline-block; position: relative;}

.footer-logo {width: 290px; height: 100px; top: -180px; left: -5px; display: block; background: url("/images/design/logo.png?v=1") no-repeat; background: url("/images/design/logo.svg?v=1") no-repeat; background-size: contain; background-position: left center; position: absolute; margin: auto;}

.web-footer-social {min-width: 100px; top: -70px; left: 0px; position: absolute;}
.web-footer-social div {width: 40px; height: 40px; padding: 0px 4px; float: right;}
.web-footer-social div a {}
.web-footer-social div a i {font-size: 22px; width: 22px; height: 22px; padding: 5px; color: rgb(60, 60, 60); background: rgba(255, 255, 255, 0.85); border-radius: 50%;text-align: center;}
.web-footer-social div a i:hover {background: rgb(242, 114, 173);}

.web-down-form-items {width: 100%; position: relative;}
.web-down-form-item {width: 100%; padding: 2% 0px; position: relative;}
.web-down-form-item {font-size: 15px; color: rgb(200, 200, 200); text-align: left; letter-spacing: 0.5px;}
.web-down-form-item a {font-size: 18px; margin-left: 10px; color: rgb(238, 238, 238);}
.web-down-form-item p {color: rgb(200, 200, 200); margin: 10px 0 10px 0; line-height: 22px;}
.web-down-form-item strong {font-size: 18px; color: rgb(255, 255, 255); padding-bottom: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; display: block;}
.web-down-form-item iframe {height: 130px; width: 290px; background: rgba(255, 255, 255, 0.15); box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.3);}


.web-down-form-items-btn {width: 100%; padding: 5px 0px 15px;}
.web-down-form-items-btn a {padding: 10px 35px; color: black; background: rgb(190, 229, 226); border-radius: 30px; display: inline-block;}
.web-down-form-items-btn a:hover {text-decoration: none; cursor: pointer; opacity: 0.8;}



/*  FOOTER  */
.web-footer-link {font-size: 12px; width: 100%; padding: 15px 0px; margin: auto; word-spacing: 1px; letter-spacing: 0.5px; font-weight: 300; height: auto; color: rgb(123, 123, 123); background: rgb(0, 0, 0); position: relative; z-index: 5;}
.web-footer-link a {color: rgb(170, 170, 170); font-weight: 500;}







/*  SITE  MAPS  */
.site-maps {margin-top: 30px;}
.site-maps h3 {margin: 1% 1%;}
.site-maps h3 a {color: #5d5d5d; font-size: 26px;}

.site-maps h4 {margin: 1% 3%;}
.site-maps h4 a {color: #9b9b9b; font-size: 20px;}

.site-maps h5 {margin: 1% 6%;}
.site-maps h5 a {color: #898989; font-size: 20px;}

.site-maps h6 {margin: 1% 9%;}
.site-maps h6 a {color: #aaa; font-size: 20px;}





/*  GLOBAL CSS  */
.transition {transition: all 0.3s; -webkit-transition: all 0.3s;}

.pointer {cursor: pointer;}
.pointer:hover {opacity:0.8;}

.no-select {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: -moz-none;-o-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}

.center {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.centerr {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.hidden {display: none;}

#shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.45); z-index: 55; cursor: pointer; display: none;}

#to-top {padding: 0px 9px 4px 9px; font-size: 23px; background: rgb(15,15,15); color: rgb(255,255,255); border-radius: 5px; right: 30px; bottom: 23px; display: none;  position: fixed; z-index: 99;}




.page-contact {width: 100%; display: inline-block;}
.page-contact-text {font-size: 16px; width: 40%; padding-right: 5%; float: left;}
.page-contact-text h3 {font-size: 22px;}
.page-contact-text strong {}
.page-contact-text p {line-height: 25px; margin: 15px 0 15px 0;}
.page-contact-text strong {}
.page-contact-text a {color: rgb(0, 167, 157); font-weight: 600;}
.page-contact-text table {width: 100%;}
.page-contact-text table td {width: 60%; vertical-align: top;}
.page-contact-text table td:nth-child(2) {width: 40%; vertical-align: top;}
.page-contact-text h4 {font-size: 19px; color: rgb(8, 102, 52); text-transform: uppercase; font-weight: 900;}

.page-contact-imgs {width: 55%; float: left; position: relative;}
.page-contact-imgs img {width: 100%; margin-top: 10%;}
.page-contact-imgs iframe {width: 100%;}



.form-status {margin: 40px 0px; display: inline-block;}
.form-status b {font-size: 20px;}
.form-timer {width: 99%; padding: 0.5%; box-shadow: 0px 0px 0px 1px #ededed; margin-top: 50px; text-align: left;}
.form-timer div {height: 25px; width: 100%; animation-name: form; animation-duration: 5s; margin: 0px !important;}
@keyframes form {
    from {width: 0px;}
    to {width: 100%;}
}



/* PAGER */
.pager {width: 100%; text-align: center; margin: 30px auto 40px;}
.novy-pager { display: inline-block; list-style: none; padding: 0px; margin: auto;}
.novy-pager .gomkikk {font-size: 16px; color: white; float: left; width: 36px; height: 36px; line-height: 35px; background: rgb(0, 0, 0); text-align: center;}
.novy-pager .gombik {font-size: 12px; color: white; float: left; width: 36px; height: 36px; line-height: 35px; background: rgb(109, 110, 113); text-align: center;}
.novy-pager .akt {background: rgb(41, 170, 226); pointer-events: none;}
.novy-pager .neakt {background: rgb(224, 155, 196); pointer-events: none;}
.novy-pager a:hover {opacity:0.7;}
.novy-pager li {margin: 4px 0px 10px 5px;}



/* MODERN SPINNER */
.spinner {-moz-appearance:textfield;}
.spinner::-webkit-outer-spin-button, .spinner::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.spinner {width: 25px !important; height: 26px !important; background: transparent !important; border: none !important; padding: 2px 0px 2px 0px !important; margin-right: 25px !important; margin-left: 0px !important; font-size: 15px !important;}
.ui-spinner {height: 34px !important; width: 56px !important; border: 1px solid rgb(170, 170, 170) !important; border-radius: 0px !important; display: inline-block !important; overflow: hidden;}



/* 404 */
.page-404 {font-size: 110px;line-height: 110px;opacity: 0.2;color: rgb(0, 0, 0);text-align: center;margin: 0px auto 15px;}
.page-404-text {font-size: 20px;opacity: 0.6;color: rgb(0, 0, 0);text-align: center;margin: 25px auto 35px;}
.page-404-btn {width: 100%; text-align: center; margin-bottom: 25px;}
.page-404-btn a {color: white; padding: 10px 26px; font-size: 18px; text-transform: uppercase;display: inline-block;}
.page-404-img {width: 100%; height: 400px; }



/* SEARCH */
.search-form {width: 100%; display: inline-block; margin: 10px auto;}
.search-form-input {width: 40%;padding: 10px;text-transform: uppercase;font-size: 16px;color: rgb(59, 59, 59);}
.search-form-btn {text-transform: uppercase;font-size: 16px;padding: 11px 40px;border: none;background: rgb(109, 110, 113);color: white; cursor: pointer;}
.search-form-btn:hover {opacity: 0.9;}
.search-form-export {font-size: 19px;width: 100%;display: inline-block;margin: 10px auto 20px; color: rgb(109, 110, 113);}
.search-form-export strong {text-transform: uppercase; color: rgb(70, 70, 70);}
.search-form-items-head {margin: 20px auto 10px; padding: 0px 0px 5px; color: rgb(126, 126, 126); width: 100%; display: inline-block;border-bottom: 1px solid rgb(215, 215, 215);text-transform: uppercase;}
.search-form-items-item {width: 100%; padding: 5px;}
.search-form-items-item a {color: black; font-size: 18px;}
.search-form-export-space {width: 100%; height: 200px;}
.search-form-empty {width: 100%;display: inline-block;text-align: center;opacity: 0.3;font-size: 32px;margin: 70px auto 10px;}




/*  POP  BOX  */
#pop-shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.8); z-index: 99; cursor: pointer; display: none;}
#pop-box {position: fixed; top: 25vh; left: 0px; right: 0px; margin: auto; background: rgba(255,255,255,1); z-index: 100; display: none;}
#pop-box {text-align: left; padding: 0px; letter-spacing: 0.5px; line-height: 20px;}
#pop-box div {width: 90%; padding: 5%;}
#pop-box img {width: 100%; height: auto; margin: auto;}
#pop-box h5 {font-size: 22px; margin: 0px auto 25px;}
#pop-box p {}
#pop-box p:first-child {padding-top: 0px !important; margin-top: 0px !important;}
#pop-box p:last-child {padding-bottom: 0px !important; margin-bottom: 0px !important;}
#pop-box button {font-size: 18px; padding: 8px 20px; margin-top: 20px; font-weight: 100; letter-spacing: 0.5px; color: white; border: none; text-transform: uppercase; cursor: pointer;}
#pop-box:before {top: -40px; right: -40px;position: absolute;content: "";background: transparent url("/images/close.png") no-repeat;height: 35px;width: 35px;background-position: center center;background-size: 100% 100%;opacity: 0.4;transition: all 0.3s;-webkit-transition: all 0.3s;pointer-events: none;}
.pop-box:before {opacity: 1 !important; transform: rotate(90deg);}


/* LOADER */
.loader {position: relative;margin: 0 auto;width: 100px;}
.loader:before {content: '';display: block;padding-top: 100%;}
.circular {-webkit-animation: rotate 2s linear infinite;animation: rotate 2s linear infinite;height: 100%;-webkit-transform-origin: center center;transform-origin: center center;width: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.path {stroke-dasharray: 1, 200;stroke-dashoffset: 0;-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;stroke-linecap: round;}
@-webkit-keyframes rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@-webkit-keyframes dash {0%{stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@keyframes dash {0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@-webkit-keyframes color {100%,0% {stroke: #d62d20;}40% {stroke: #0057e7;}66% {stroke: #008744;}80%,90% {stroke: #ffa700;}}
@keyframes color {100%,0%{stroke: #d62d20;}40% {stroke: #0057e7;}66%{stroke: #008744;}80%,90%{stroke: #ffa700;}}