:root{
	--font-size-regular:16px;
	--font-size-medium:12px;
	--font-size-smal:10px;
	--color-ral7016:#383e42;
	--color-standard:white;
	--color-header:red;
	--color-variant-max:#f06e6e;
	--color-variant-hydro:#66a0fb;
}

*{
	box-sizing:border-box;
	
}
html{
	font-size: 16px;
	font-family:Roboto, tahoma, sans-serif;
}
body{
	margin:0;
	padding:0;
	line-height:150%;
	font-size:1em;
	color:#666;
}
body.noscroll{
	overflow:hidden;
}
body.standalone{
	padding:20px;
}
a:link, a:active, a:visited{
	color:inherit;
}

.ac{
	text-align:center;
}
.al{
	text-align:left;
}
.ar{
	text-align:right;
}
.vt {
	vertical-align: top;
}
header{
	background-color:#36322a;
	width: 100%;
	overflow: hidden;
}
h1,h2,h3,h4,h5{
	position:relative;
	line-height:initial;
}
header h1, header h2{
	text-align:center;
	color:white;
	margin:0;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}
header h1{
	font-size: 5em;
}
header h2{
	font-size: 2em;
}

nav{
	text-align: center;
	color: white;
	width: 100%;
}
nav a{
	display:inline-block;
	padding: 10px 10px;
	margin:10px;
	color:white;
	text-decoration:none;
	
	min-width: 150px;
	font-family: 'Permanent Marker', cursive;
	font-size:1.4em;
	text-shadow: 0 0 10px rgb(0, 0, 0);
}
nav a:hover{
	color:white;
	background-color:rgba(0,0,0,.6);
}

article nav {
	text-align:left;
	color:#666;
	margin-top:10px;
}
article nav a {
	color:white !important;
	padding:10px;
	margin:5px;
}

div.menu{
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 10%;
	text-align:center;
}
div.menu img{
	max-width:150px;
}

@media (min-width: 1980px) {
	div.menu {
		top:10%;
	}
	div.menu img{
		max-width:150px;
	}
}


/* lang bar */

.locale {
	position:relative;
	cursor:pointer;
}

.locale.selected::after {
	position: absolute;
	content: ' ';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #e37e25;
	left: -2px;
	bottom: -1px;
}


.lang_bar {
	text-align: center;
	position: fixed;
	z-index: 65535;
	width: 100%;
	background: rgba(0,0,0,.8);
}
.lang_bar > div{
	width: 70%;
	margin: 0 auto;
	text-align: right;
	padding: 5px;	
}
.lang_bar > div a{
	font-size: .8em;
	color:white;
}
.lang_bar > div a:hover{
	color:orange;
}

/* ---- */

a{
	text-decoration:none;
}
a:hover{
	color:orange;
}

h1 span{
	white-space: nowrap;
}

section{
	width:100%;
	text-align:center;
	position: relative;
}
section article{
	
	text-align:left;
	margin:0 auto;
	padding:0 50px;
	max-width:1200px;
}
section.text-columns article {
	padding:50px 30px 0 30px;
}
section.text-columns article div.columns div.column img {

}

section article ul li:nth-child(even){
}
section article ul li:nth-child(odd){

}



section.parallax article h1,
section.parallax article h2,
section.parallax article h3{
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}
section article h1,
section article h2,
section article h3{
	margin: 0;
}
section article h1{
	padding-top:25px;
	color:#333;
	font-size:2rem;
	position:relative;
}
section article h2{
	color:#333;
	font-size:1.3em;
	position:relative;
}

section.product h1{
	text-align: left;
}
section.product h2{
	text-align: left;
}

section.product article div.text h3{
	color:white;
	background-color:var(--color-header);
	background-image: url(/template/img/icons-w.svg);
	background-repeat: no-repeat;
	background-position-y: 50% ;
	font-size:1.5em;
	margin:10px 0;
	padding: 9px;
}

section article h3.offer_header{
	color:#666;
	font-size:1.5em;
	margin-bottom:0;
}
section article h3.offer_subheader{
	color:#666;
	font-size:1.2em;
	margin:0;
}

section article ul{
	
}
section article ul li{
	
}
section.parallax article {
	padding-top:100px;
}
section.parallax article h2 {
	color: white;
	font-size: 3em;
	text-transform: initial;
}
section.parallax article h3 {
	color: white;
	font-size: 2em;
	text-transform:initial;
}
section.parallax article h4 {
	color: white;
}
section.parallax{
	background-attachment:fixed;
	background-size:100%;
    background-size: cover; 
	background-position:center;
	min-height:500px;
	color:white;
}


section.booking{
	padding-top:110px;
}

.subsection{
	display:flex;
	align-items: center;
}
.subsection div{
	padding:15px;
	width: 50%;
	align-content: top;
}
.subsection div.t{
	width: 60%;
}
.subsection div.i{
	width:40%
}
.subsection div img{
	width:100%;
	height:auto;
}

.subsection:nth-child(2n+1) {
	flex-direction: row-reverse;
}


section.about{
	padding-top:110px;
}
section.about article .text{
	text-align: center;
}
section.about article .text h1{
	font-size: 1.6rem;
}
section.about article .image{
	text-align: center;
}
section.about article .image img{
	width:50%;
	min-width:350px;	
}
section.pricing{
	padding-top:80px;
}
section.product h2{
	font-size: 1.2em;
}
section.product{
	padding-top:80px;
}
section.product article{
	display:flex;
}
section.product article .image{
	width:40%;
	display:grid;
	align-content: center;
}
section.product article .image img{
	width:100%;
	height:auto;
}
section.product article .text{
	display:grid;
	align-content: center;
	width: 60%;
}

.landingpage-icons{
	text-align: center;
	padding:30px 0 0 0;
}
.landingpage-icons img{
	width:20%;
	min-width:150px;
}

section.product article:first-child{
	display:block; 
	
}
section.product article:nth-child(odd){
	
}
section.product article:nth-child(even){
	background-color:#fff;
}
section.product article:nth-child(even) .text{
	direction: rtl;
	text-align: right;
}
section.product article:nth-child(odd) .text h3{
	background-position-x: 97%;
}
section.product article:nth-child(even) .text h3{
	background-position-x: 3%;
}
section.product article:nth-child(even){
	flex-direction: row-reverse;
	align-content: center;
}

section.product article h3 img{
	float:left;
}
section.product article:nth-child(2n) h3 img{
	float:right;
}

.parallax.b1{
	background-color:#36322a;
	background-image:url();
}
.parallax.b2{
	background-color:#36322a;
	background-image:url();
}
.parallax.b3{
	background-color:#36322a;
	background-image:url();
}
.parallax.b7{
	background-color:#36322a;
	background-image:url();
}

@supports ( -webkit-touch-callout : none) {
	section.parallax{
		background-attachment:scroll;
		background-size: auto 100vh;
		background-position: center;
		background-repeat: no-repeat;
	}
}
.html

.products {
	padding-bottom:15px;
}
.products h3 {
	position:relative;
}
.products h3::before {
	content:'';
	position:absolute;
	width:40%;
	height:1px;
	background-color: red;
	bottom:-10px;
	left:0;
	z-index: 1;
}
.products h3::after {
	content:'';
	position:absolute;
	width:15%;
	height:1px;
	background-color: #ccc;
	bottom:-10px;
	left:25%;
	z-index: 2;
}
.features {
	padding-bottom:30px;
}
.features h3::after {
	content:'';
	position:absolute;
	width:40%;
	height:1px;
	background-color: #ccc;
	bottom:-10px;
	left:0;
}
.products p {
	
}
.products p b {
	
}

.variant_hydro{
	color:var(--color-variant-hydro);
}
.variant_max{
	color:var(--color-variant-max);
}

.text-center {
	text-align:center;
}

.columns {
	
}
.column {
	display:inline-block;
	vertical-align:top;
}
.column.c2{
	width:49%;
}
.column.c3{
	width:33%;
}
.column.c4{
	width:25%;
}

.column.c2 img {
	width:100%;
	height:auto;
}

.readmore{
	display:none;
	cursor:pointer;
}
.nowrap{
	white-space: nowrap;
}

.hidden{
	display:block;
}
/* top layers */

.overlay{
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
	z-index:5000;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	color:black;
}
.overlay .wrapper{
	max-width:920px;
	margin:0 auto;
	text-align: left;
	background-color:white;
	position: relative;
	top: 30px;
	padding:25px;
}
.overlay .close{
	position:absolute;
	top: 20px;
	right: 25px;
	width:30px;
	height:30px;
	text-align: center;
	color: white;
	background-color: red;
	line-height: 30px;
	cursor:pointer;
}
.overlay .text{
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
}
.overlay .text {
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
}

/* map */

.anchor {
	font-size:0;
}

.info-icon {
	display:none;
}
.text-two-columns {
	column-count: 2;
	column-gap: 20px;
}


.navbutton {
	margin-left: 10px;
	display: inline-block;
	font-family: roboto;
	border: 2px solid white;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 1.3rem;
	background: rgba(0,0,0,.1);
	text-transform: uppercase;
	top: -7px;
	position: relative;
}
.navbutton:hover {
	color:white;
	background:rgba(0,0,0,.5);
}
.navbutton img{
	width:25px;
	vertical-align: bottom;
}

.red{
	color:red !important;
}

.local_tax_info {
	padding:15px;
	margin-top:25px;
	background-color: #efefef;
	border:1px solid #ccc;
	text-align: center;
	font-size: var(--font-size-medium);
}

/* topmenu */
.topmenuwrap {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1001;
}
.topmenu {
   padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
	transition: all 0.2s;

}
.topmenu .logo{
    display: inline-block;
    width: 60px;
    height: 80px;
    padding: 10px 0;
    text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.topmenu .logo img{
	width:auto;
	height:100%;
}
.topmenu .links {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: top;
    text-align: right;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.topmenu .menut {
    display: inline-block;
	padding: 0 25px 0 0;
}
.topmenu ul {
    margin: 0;
    padding: 0s;
    margin-top: 28px;
}
.topmenu .links .menut li {
    font-weight: bold;
}
.topmenu .links .menut li {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    display: inline-block;
}
.topmenu .lang {
    float: right;
	padding: 0 0 0 25px;
}
.topmenu .links .lang li {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    display: inline-block;
}

/* header label */
.hl_wrap{
	position: absolute;
	top: 25%;
	text-align: center;
	z-index: 300;
	width: 100%;
	color: white;
	text-shadow: 0 0 6px rgba(0,0,0,.8);
}
.hl_wrap div{
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 4em;
	padding: 20px 0;
}
.hl_wrap div.line1,
.hl_wrap div.line2,
.hl_wrap div.line3{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.hl_wrap div.line1{
	font-size: 4em;
	padding: 20px 0;
	font-family: 'Frank Ruhl Libre';
	font-weight: 700;
}
.hl_wrap div.line2{
	font-size: 2em;
	padding: 15px 0;
	font-family: 'Frank Ruhl Libre';
	font-weight: 400;
}
.hl_wrap div.line3{
	font-size: 1em;
	padding: 5px 0;
	font-family: 'Frank Ruhl Libre';
	font-weight: 400;
	display:none;
}

/* special offers */


/* video */


/* owl slides */

.owl-carousel {
	margin-top: 40px;
}

.carousel-p a {
	display:inline-block;
	height:100%;
}
.carousel-p a img {
	width:100%;
	height:auto;
	padding:0 5px;
}

.hasnav .owl-stage-outer {
	margin:0 42px;
}
.owl-nav {
	position:absolute;
	width:100%;
	top:40%;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next{
	position:absolute;
	width:42px;
	height:42px;
	border-radius:50%;
	border:0;
	background-position:center;
	background-size:cover;
	background-color:transparent;
}
.owl-nav button.owl-prev {
	left:30px;
	background-image: url(../img/nav-l.svg);
}
.owl-nav button.owl-next {
	right:30px;
	background-image: url(../img/nav-r.svg);
}
.owl-item {
	text-align:center;
	padding:0 5px;
	overflow:hidden;
	height: 250px;
	max-height:200px;
}
.owl-item a{
	display:block;
	position: relative;
	height:250px;
}

/* fancybox */
.fancybox-container {
	transition:none;
}

/* floating top button */

#nav_top{
	position:fixed;
	z-index:759;
	bottom: 2rem;
	right: 2rem;
	width: 40px;
	height: 40px;
	cursor:pointer;
	display:none;
}
#nav_top a{
	color:#ccc;
}
#nav_top a:hover{
	color:white;
}

/* lang bar */

/* pricing */

.pricetable {
	width:100%;
}
.pricetable td {
	padding:5px;
	vertical-align: top;
	white-space: nowrap;
}
.pricetable tr.variands td {
	font-weight: bold;
	font-size: 18px;
}
.pricetable td {
	text-align: center;
}
.pricetable td.price {
}
.pricetable td.addonprice {
}
.pricetable td.feature {
	text-align: left;
	white-space: initial;
}

.pricetable td.feature .colordemo{
	display:inline-block;
	width:30px;
	height:20px;
	border:1px solid #ccc;
	vertical-align: text-bottom;
}
.pricetable td.feature .colordemo.std{
	background-color: var(--color-standard);
}
.pricetable td.feature .colordemo.ral{
	background-color: var(--color-ral7016);
}

.pricetable tr.hv:hover td{
	background-color:#efefef;
}
.pricetable tr.cols td  {
	border-right:1px solid #ccc;
}
.pricetable tr.cols td:last-child {
	border-right:0;
}
.pricetable tr:last-child td {
	border-bottom: 0;
}

.pricetable td {
	border-bottom:1px solid #ccc;
}
.pricetable tr:last-child td {
	border-bottom: 0;
}
a.getflyer{
	display:inline-block;
	padding: 5px 10px;
	color:white;
	background-color: red;
	border-radius:5px;
}

section.pricing{
	background-color: #f7f7f7;
	padding-bottom: 60px;
}
section.pricing h2,
section.product h2 {
	padding:20px 0 20px 0;
}

section.contact{
	padding-top:80px;
	background-color: #efefef;
}
section.contact h2 {
	padding:20px 0 20px 0;
}

.ccboffer {
	padding:100px 0;
	text-align: center;
}
.ccboffer h3{
	color:#f06e6e;
	margin: 5px 0;
}
.ccboffer h4{
	color:#383e42;
	margin: 0;
}

.contacts {
	display:inline-block;
	padding:0 10px;
	white-space: nowrap;
}




/* temporary closed */

@keyframes pulsate {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.1;
    }
}

/* ken burns */
.slideshow-overlay {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color:rgba(0,0,0,.3);
	z-index:2;
}
.slideshow {
	background-color:#36322a;
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index:1;
}
.slideshow-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
	-webkit-animation-name: kenburns;
	animation-name: kenburns;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
}
.slideshow-image:nth-child(1) {
	-webkit-animation-name: kenburns-1;
	animation-name: kenburns-1;
	z-index: 3;
}
.slideshow-image:nth-child(2) {
	-webkit-animation-name: kenburns-2;
	animation-name: kenburns-2;
	z-index: 2;
}
.slideshow-image:nth-child(3) {
	-webkit-animation-name: kenburns-3;
	animation-name: kenburns-3;
	z-index: 1;
}
.slideshow-image:nth-child(4) {
	-webkit-animation-name: kenburns-4;
	animation-name: kenburns-4;
	z-index: 0;
}




@-webkit-keyframes kenburns-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@keyframes kenburns-1 { 
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



header,
.slideshow,
.slideshow-overlay {

}


/* float reg form */

/* -- search form -- */

/* responsive */
.topmenu i span:nth-child(odd){
	background-image:url(/template/img/tl-open.svg);
	
}
.topmenu i span:nth-child(even){
	background-image:url(/template/img/tl-close.svg);
}
.topmenu i {
	display: none;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
  }
  .topmenu i span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
  }

  div.tl-overlay {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background-color:white;
	display:none;
	z-index: 889;
}
@media (max-width: 1200px) {
	section article h3{
		font-size:1.2em;
	}
	.sform {
		width: 80%;
	}
	.topmenu .links .menut li{
		padding:0 5px;
	}
}
@media (max-width: 960px) {
	.topmenu{
		width:100%;
		padding:0 25px;
		text-align: center;
	}
	.sform {
		width: 90%;
	}
	.hl_wrap div.line1{
		font-size: 3em;
		padding: 10px 0;
	}
	.hl_wrap div.line2{
		font-size: 2em;
		padding: 8px 0;
	}
	.hl_wrap div.line3{
		font-size: 1em;
		padding: 5px 0;
	}
	section article{
		width:100%;
		padding:0 25px;
	}
	header h1{
		font-size: 3.5em;
	}
	header h2{
		font-size: 2em;
	}
	section article h2 {
		font-size: 1.3em;
	}
	section article h3 {
		font-size: 1.2em;
	}
	section article h4 {
		font-size: 1em;
	}
	section.parallax article h2 {
		font-size:2.5em;
	}
	section.parallax article h3 {
		font-size:2em;
	}
	section.parallax article h4 {
		font-size:1.5em;
	}
	.map-overlay {
		display:none;
	}
	.tl-overlay{display:none;}
}
@media (max-width: 750px) {
	.sformwrapper{
		top:45%;
	}
	.sform {
		width: 90%;
		margin: 0 auto;
	}
	.sform .param{
		padding: 10px;
		width: 100%;
		display: block;
		flex:none;
	}
	.hl_wrap div.line1{
		font-size: 2.5em;
		padding: 10px 0;
	}
	.hl_wrap div.line2{
		font-size: 1.5em;
		padding: 8px 0;
	}
	.hl_wrap div.line3{
		font-size: 1em;
		padding: 5px 0;
	}
	section article h2 {
		font-size:.1.em;
	}
	section article h3 {
		font-size:1.2em;
	}
	section article h4 {
		font-size:1.1em;
	}
	section.parallax article h2 {
		font-size:2em;
	}
	section.parallax article h3 {
		font-size:1.2em;
	}
	section.parallax article h4 {
		font-size:1.1em;
	}
	.column.c2{
		width:100%;
	}
	.column.c2 img{
		width:auto;
		max-height:300px;
	}
	.column.c3{
		width:100%;
	}
	.map-overlay {
		font-size: .8em;
	}
	.text-two-columns{
		column-count: 1;
	}
	div.menu{
		top: 10%;
	}
	.camp_field_object{
		flex: 0 0 50%;
		padding-right:15px;
	}
	.topmenu .logo{
		display:block;
		margin: 0 auto;
	}
	.topmenu .links.il{
		display:none;
	}
	.topmenu .links,
	.menut{
		width:100%;
	}
	.menut li{
		padding:0;
		margin:0;
	}
	.menut li a{
		font-size:1.3em;
		border-bottom:1px solid #efefef;
		display:block;
		padding:15px;
	}
	.topmenu ul{
		padding:0;
		margin:0;
	}
	.topmenu .links .menut li{
		width:100%;
		text-align: center;
		padding: 0;
	}
	.topmenu .lang{
		float:none;
		text-align: center;
	}
	.topmenu .links .lang li{
		padding:15px;
	}
	.topmenu i {
		display: block;
		top: 20px;
		right: 20px;
	}
	.topmenu .links.tl .menut,
	.topmenu .links.tl .lang {
		display:block;
		padding:0;
	}

	.div.tl-overlay{display:none;}


	section.product {
		display:block;
	}
	section.product article {
		display: block;
	}
	
	section.product article div.image {
		display:block;
		text-align: center;
		width:100%;
		align-content: center;
	}

	section.product article:nth-child(2n) .text {
		text-align: center;
	}
	section.product article div.text{
		display:block;
		text-align: left;
		width:100%;
	}
	section.product article .image img {
		width:80%;
		height:auto;
	}
	.pricetable td{
		padding:2px;
		font-size: 12px;
	}
	.pricetable tr.variands td {
		font-size: 12px;
	}
	section.product article:nth-child(2n) .text {
		text-align: left;
		direction: ltr;
	}
	section.product article .text h3 {
		font-size: 1.1em;
	}
	section.product article:nth-child(2n) .text h3 {
		background-position-x: 97%;
	}
	.ccboffer {
		padding:50px 0;
	}
	.subsection {
		display:block;
	}
	.subsection div.t{width:100%;}
	.subsection div.i{width:100%;}
	.subsection div.i img {text-align: center;}
}
@media (max-width: 640px) {
	div.menu{
		top:10%;
	}
	nav a{
		margin:0;
		font-size:1.5em;
	}
	.camp_field_object{
		flex: 0 0 100%;
		padding-right:0;
	}
	.special_offer_header{
		line-height: 160px;
	}
}




section.text-columns article h3::before {
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0;
	background-color: black;
	content: "";
}
section.text-columns article h3::after {
	height: 1px;
	width: 200px;
	position: absolute;
	left:100px;
	bottom: 0;
	background-color: #ccc;
	content: "";
}


