@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html {
	width: 100%;
	background-image: url("bg.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}
*{
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;*/
    transition: color, opacity, left, top 0.4s ease 0s;
	-o-transition: color, opacity, left, top 0.4s ease 0s;
	-moz-transition: color, opacity, left, top 0.4s ease 0s;
	-webkit-transition: color, opacity, left, top 0.4s ease 0s;
	z-index: 1;
	font-family: 'Open Sans', sans-serif;
}

@font-face {
	font-family: 'FitaPoluustav'; 
	src: url(fitapoluustavc.otf); 
}

body, .allcontent{
	margin:0;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	display:block;
	position: relative;
}
a {
	color: #000;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#CA4C33;
}
h1 {
	font-family: 'FitaPoluustav';
	font-style: normal;
	font-weight: bold;
	color: #000;
}
h1:first-letter {
	color: #CA4C33;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #CA4C33;
}
p {
	font-style: normal;
	font-weight: normal;
	color: #000;
}
ul{
	display: inline-block;
	vertical-align: top;
	margin-block-start: 0px;
    margin-inline-start: 0px;
    padding-inline-start: 0px;
}
ul li{
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	color: #000000;
	}
ul li:before {
    content:url("square2.svg");
	display: block;
	position: absolute;
}
strong{
	display: inline;
}
#popup input:hover::placeholder{
	color: #CA4C33;
}
#menu{
	background-image:url("menu.svg");
	background-repeat: no-repeat;
}
#menu:hover{
	background-image:url("menug.svg");
}
#close{
	background-image:url("escmenu.svg");
	background-repeat: no-repeat;
}
#close:hover{
	background-image:url("escmenug.svg");
}
#vk{
	background-image:url("icon-00.svg");
}
#vk:hover{
	background-image:url("icong-00.svg");
}
#insta{
	background-image:url("icon-01.svg");
}
#insta:hover{
	background-image:url("icong-01.svg");
}
#whats{
	background-image:url("icon-02.svg");
}
#whats:hover{
	background-image:url("icong-02.svg");
}
#teleg{
	background-image:url("icon-03.svg");
}
#teleg:hover{
	background-image:url("icong-03.svg");
}
#vcard{
	background-image:url("icon-04.svg");
}
#vcard:hover{
	background-image:url("icong-04.svg");
}
#mobiltel{
	background-image: url("tel.svg");
}
#email{
	background-image: url("mail.svg");
}
#mobiltel:hover{
	background-image: url("telg.svg");
}
#email:hover{
	background-image: url("mailg.svg");
}
#adress{
	background-image: url("adress.svg");
}
#logo{
	background-image:url("minilogo.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.ornament{
	display: block;
	position: fixed;
	background-size: contain;
	background-repeat: no-repeat;
}
#rtblock{
	background-image:url("bgrt.png");
	background-position: top right;
	width: 14%;
	height: 28%;
	top: 20px;
	right: 20px;
}
#lbblock{
	background-image:url("bglb.png");
	background-position: bottom left;
	width: 10%;
	height: 30%;
	bottom: 20px;
	left: 20px;
}
#white{
	width: 100vw;
	height: calc(var(--vh, 1vh) * 100);
	background: #000;
	opacity: 0.0;
	left:-100%;
	z-index: 50;
	display: none;
	position: fixed;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
#white.visible{
	opacity: 0.63;
	left:0%;
	top: 0%;
	display: block;
}
#map iframe{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}
#red div{
	color: red;
	margin-bottom: 10px;
}
.positabs{
	display: block;
	position: absolute;
}
.logopart{
	background-position: center;
}
.liner a{
	white-space: nowrap;
	position: relative;
    display: block;
}
@media screen and (orientation : portrait) {
	h1{
		font-size: calc(28px + (44 - 28) * ( (100vw - 20px) / ( 600 - 20) ));
		line-height: 80px;
	}
	h2{
		font-size: calc(14px + (24 - 14) * ( (100vw - 20px) / ( 600 - 20) ));
		line-height: 40px;
		margin: 15px 0px 20px 0px;
	}
	p{
		font-size: calc(10px + 2 * ( (100vh - 400px) / ( 800 - 400) ));
		line-height: calc(18px + (5 - 1) * ( (100vw - 800px) / ( 1800 - 800) ));
		text-indent: calc(20px - (10 - 1) * ( (100vw - 800px) / ( 1800 - 800) ));
	}
	ul{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 0px;
		position: relative;
	}
	ul li{
		font-size: calc(10px + 2 * ( (100vh - 400px) / ( 800 - 400) ));
		line-height: calc(24px + (5 - 1) * ( (100vw - 800px) / ( 1800 - 800) ));
		padding-left: 20px;
		margin-bottom: 0px;
		margin-right: 0%;
		position: relative;
	}
	ul li:before {
		width: 12px;
		height: 12px;
		top: 1px;
		left:  0px;
	}
	.allcontent{
		padding: 10%;
	}
	#menu{
		width: calc(var(--vh, 1vh) * 3);
		height: calc(var(--vh, 1vh) * 3);
		display: block;
		position: absolute;
	}
	#logo{
		width: calc(var(--vh, 1vh) * 28);
		height: calc(var(--vh, 1vh) * 6);
		display: inline-block;
		background-position: center;
		top: calc(var(--vh, 1vh) * -1.5);
		position: relative;
	}
	.cosultation, .cosul{
		width: 100%;
		left: 0%;
		bottom: 70px;
		text-align: center;
	}
	.cosultation a, .cosul a{
		font-weight: normal;
		font-size: calc(10px + 4 * ( (100vw - 20px) / ( 600 - 20) ));
		padding: 8px 10px;
		text-align: center;
		border: 1px solid #000000;
		box-sizing: border-box;
		display: inline;
	}
	.cosultation a:hover, .cosul a:hover{
		border: 1px solid #CA4C33;
	}
	#biglogo{
		width: 69%;
		height: 39%;
		top: 30%;
		left: 15%;
	}
	#biglogo .logopart{
		width: 100%;
		height: 100%;
		top:-25%;
		left: 0%;
		opacity: 0.0;
		background-position: center;
		background-size: contain;
		transition: all 1.4s ease 0s;
		-o-transition: all 1.4s ease 0s;
		-moz-transition: all 1.4s ease 0s;
		-webkit-transition: all 1.4s ease 0s;
	}
	#biglogo .logopart.opacity{
		top: 0%;
		opacity: 1.0;
	}
	.block {
		width:100%;
		padding: 100px 10% 50px 10%;
		background-size: 60px;
		background-image: url("line.svg");
		background-position: 10px 22px;
		background-repeat: no-repeat;
		display: block;
		position: relative;
	}
	.block h1{
		font-size: calc(22px + 12 * ( (100vw - 20px) / ( 600 - 20) ));
		line-height: calc(60px + 12 * ( (100vw - 20px) / ( 600 - 20) ));
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	#map {
		display: inline-block;
		position: relative;
		
	}
	.block a#mobiltel, .block a#email, .block #adress {
		background-position: 0px calc(2px + 4 * ((100vw - 100px) / ( 800 - 100)));
		background-repeat: no-repeat;
		padding: calc(2px + 4 * ( (100vw - 100px) / ( 800 - 100) )) 0px calc(2px + 4 * ( (100vw - 100px) / ( 800 - 100) )) calc(24px + (24 - 18) * ( (100vw - 100px) / ( 800 - 100) ));
		font-size: calc(10px + 2 * ( (100vh - 400px) / ( 800 - 400) ));
		margin-bottom: calc(14px + 8 * ( (100vw - 100px) / ( 800 - 100) ));
		background-size: calc(22px + (22 - 16) * ( (100vw - 100px) / ( 800 - 6100) ));
		display: block;
		position: relative;
	}
	.block #adress {
		margin-top: 10px;
	}
	.iconline{
		width: 100%;
		display: inline-block;
		text-align: center;
		margin: 20px auto 40px;
	}
	.block .iconline a.icon{
		background-repeat: no-repeat;
		height: calc(36px + 10 * ( (100vw - 400px) / ( 1100 - 400) ));
		width: calc(36px + 10 * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-right:  calc(4px + 4 * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-bottom: 0%;
		display: inline-block;
	}
	.block .iconline a.icon:last-of-type{
		margin-right:0;
	}
	.toolbar{
		width: 100%;
		height: calc(var(--vh, 1vh) * 3.5);
		display: inline-block;
		text-align: right;
		position: relative;
	}
	.toolbar.center{
		text-align: center;
	}
	.toolbar.left{
		text-align: left;
		padding-left: calc(var(--vh, 1vh) * 4);
	}
	.toolbar a{
		display: inline-block;
		vertical-align: middle;
		font-weight: normal;
	}
	.toolbar a.lang{
		vertical-align: middle;
		border: none;
		display: inline-block;
	}
	.toolbar a.changed{
		display: none;
	}
	.menu{
		width: 75vw;
		height: calc(var(--vh, 1vh) * 100);
		padding: 15%;
		top: 0%;
		left: 0%;
		background: #FFF;
		z-index: 100;
		display: block;
		position: fixed;
	}
	.menu.hidden{
		opacity: 0;
		left: -100%;
	}
	.liner {
		display: inline-block;	
		height: 100%;
		position: relative;
	}
	.liner a{
		font-weight: 500;
		font-size: calc(10px + 6 * ( (100vh - 400px) / ( 800 - 400) ));
		margin-bottom: calc(22px + 8 * ( (100vh - 400px) / ( 800 - 400) ));
	}
	.icons{
		bottom: 0%;
		left: 0%;
		text-align: left;
		display: block;
		position: absolute;
	}
	.icons a#mobiltel, .icons a#email{
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: calc(24px + (32 - 24) * ( (100vh - 400px) / ( 800 - 400) ));
		font-size: calc(8px + 4 * ( (100vh - 400px) / ( 800 - 400) ));
		margin-bottom: calc(18px + 12 * ( (100vh - 400px) / ( 800 - 400) ));
	}
	.icons a.icon{
		background-repeat: no-repeat;
		height: calc(20px + 12 * ( (100vh - 400px) / ( 800 - 400) ));
		width: calc(20px + 12 * ( (100vh - 400px) / ( 800 - 400) ));
		margin-right:  calc(4px + 2 * ( (100vh - 400px) / ( 800 - 400) ));
		margin-bottom: 0%;
		display: inline-block;
	}
	.icons a.icon:last-of-type{
		margin-right:0;
	}
	.footer{
		width: 100vw;
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color:#D9D9D9;
	}
	.footer p{
		font-size: calc(8px + 2 * ( (100vw - 600px) / ( 1800 - 600) ));
		text-align:center;
		line-height: 100%;
		margin: 12px;
		text-indent: 0px;
		color: #767676;
	}
	.footer p a{
		text-decoration: underline;
		color: #767676;
		white-space: nowrap;
		display: inline;
	}
	#logopart1{
		background-image:url("logo1.png");
		background-repeat: no-repeat;
	}
	#logopart2{
		background-image:url("logo2.png");
		background-repeat: no-repeat;
	}
	#popup{
		width: 87.4%;
		top: 20%;
		left: 6.3%;
		padding: 40px;
		background: #FFF;
		display: inline-block;
		position: absolute;
		z-index: 100;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
		text-align: center;
		opacity: 1.0;
	}
	#popup.hidden{
		left: -100%;
		opacity: 0.0;
	}
	#popup h2{
		font-size: calc(10px + 8 * ( (100vh - 400px) / ( 800 - 400) ));
		width: 100%;
	}
	#popup p{
		font-size: 8px;
		line-height: 10px;
	}
	#popup input, #popup button{
		width: 100%;
		height: 30px;
		margin-bottom: 15px;
		border: 1px solid #000;
		border-radius: 0px;
		text-align: center;
		font-size: calc(10px + 4 * ( (100vw - 200px) / ( 800 - 200) ));
		color: #E5E5E5;
		background: #FFF;
	}
	#popup button{
		margin: 0px auto 15px;
		width: 40%;
		color: #000;
		background:#FFC47A;
		cursor: pointer;
		-webkit-appearance: none;
		border: none;
	}
	#popup button:hover{
		background: #CA4C33;
	}
	#popup input:hover{
		color: #CA4C33;
		border-color: #CA4C33;
	}
	.g-recaptcha{
		display: inline-block;
		max-width: 100%;
		margin: 0px auto;
		overflow: hidden;
	}
}
@media screen and (orientation : landscape) {
	h1{
		font-size: calc(34px + (48 - 38) * ( (100vw - 800px) / ( 1800 - 800) ));
		line-height: calc(40px + (60 - 38) * ( (100vw - 800px) / ( 1800 - 800) ));
	}
	h2{
		font-size: calc(18px + 10 * ( (100vw - 800px) / ( 1800 - 800) ));
		line-height: calc(20px + 10 * ( (100vw - 800px) / ( 1800 - 800) ));
		margin: 20px 0px 0px 0px;
	}
	p{
		font-size: calc(12px + 2 * ( (100vw - 800px) / ( 1800 - 800) ));
		line-height: calc(18px + (5 - 1) * ( (100vw - 800px) / ( 1800 - 800) ));
		text-indent: calc(20px - (10 - 1) * ( (100vw - 800px) / ( 1800 - 800) ));
		margin: 10px 0px 0px 0px;
	}
	ul{
		margin-top: 15px;
		width: 46%;
		margin-right: 3%;
		position: relative;
	}
	ul:last-of-type{
		width: 50%;
		margin-right: 0%;
	}
	ul li{
		font-size: calc(12px + 2 * ( (100vw - 800px) / ( 1800 - 800) ));
		line-height: calc(24px + (5 - 1) * ( (100vw - 800px) / ( 1800 - 800) ));
		padding-left: 20px;
		margin-bottom: 0px;
		margin-right: 0%;
		position: relative;
	}
	ul li:before {
		width: 10px;
		height: 10px;
		top: 2px;
		left: 2px;
	}
	.allcontent{
		padding: 7%;
	}
	#menu{
		width: 4vh;
		height: 4vh;
		top: 0%;
		left: 0%;
		display: block;
		position: absolute;
	}
	#logo{
		width: 30vh;
		height: 5vh;
		display: block;
		position: relative;
		background-position: center;
		top: -0.6vh;
		left: 0;
	}
	.footer{
		width: 100%;
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color:#D9D9D9;
	}
	.footer p{
		font-size: calc(10px + (14 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
		text-align: left;
		color: #767676;
		line-height: 100%;
		margin: 8px;
		text-indent: 0px;
	}
	.footer p a{
		text-decoration: underline;
		white-space: nowrap;
		display: inline;
		color: #767676;
	}
	.cosultation, .cosul{
		width: 30%;
		left: 35%;
		bottom: 15%;
		text-align: center;
	}
	.cosultation a, .cosul a{
		font-weight: 400;
		font-size: calc(14px + 2 * ( (100vw - 600px) / ( 1800 - 600) ));
		line-height: calc(14px + 2 * ( (100vw - 600px) / ( 1800 - 600) ));
		text-align: center;
		border: 1px solid #000000;
		box-sizing: border-box;
		display: inline;
		padding: 15px;
	}
	.cosultation a:hover, .cosul a:hover{
		border: 1px solid #CA4C33;
	}
	/*.cosul{
		display: block;
		margin: 100px 10% 5%;
		width: 80%;
		text-align: center;	
	}*/
	#biglogo{
		width: calc(36% + 0.4 * ( 1700px - 100vw ));
		height: calc(36% + 0.2 * ( 1200px - 100vh ));
		top: calc(28% - 0.1 * ( 1200px - 100vh ));
		left: calc(32% - 0.2 * ( 1700px - 100vw ));
	}
	#biglogo .logopart{
		width: 100%;
		height: 100%;
		top:-25%;
		left: 0%;
		opacity: 0.0;
		background-position: center;
		background-size: contain;
		transition: all 1.4s ease 0s;
		-o-transition: all 1.4s ease 0s;
		-moz-transition: all 1.4s ease 0s;
		-webkit-transition: all 1.4s ease 0s;
	}
	#biglogo .logopart.opacity{
		top:0%;
		opacity: 1.0;
	}
	.block {
		width: calc(70% - 400 * ( (100vw - 1000px) / ( 1800 - 1000) ));
		margin: 11vh auto 0vh;
		padding: 120px 0% 20px 70px;
		background-size: calc(70px + (60 - 30) * ( (100vw - 800px) / ( 1800 - 800) ));
		background-image: url("line.svg");
		background-position: 10px top;
		background-repeat: no-repeat;
		display: block;
    	position: relative;
	}
	.block h1{
		display: block;
		position: absolute;
		top: calc(16px + (20 - 10) * ( (100vw - 800px) / ( 1800 - 800) ));
		left: 0px;
	}
	#map{
		display: block;
		position: absolute;
		left: 58%;
		top: 126px;
	}
	.block a#mobiltel, .block a#email, .block #adress{
		background-size: calc(20px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) )) calc(20px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) ));
		background-position: center left;
		background-repeat: no-repeat;
		padding-left: calc(32px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) ));
		padding-top: calc(2px + 6 * ( (100vw - 600px) / ( 1800 - 600) ));
		padding-bottom: calc(6px + 6 * ( (100vw - 600px) / ( 1800 - 600) ));
		font-size: calc(10px + (16 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
		margin-bottom: calc(5px + (15 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
		position: relative;
		display: block;
	}
	.block a#email{
		margin-bottom: calc(20px + (15 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	.block #adress{
		background-position: 0px calc(0px + 8 * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	.block a.icon{
		background-repeat: no-repeat;
		height: calc(18px + 10 * ( (100vw - 400px) / ( 1100 - 400) ));
		width: calc(18px + 10 * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-right:  calc(4px + 3 * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-bottom: 0%;
		display: inline-block;
	}
	.block a.icon:last-of-type{
		margin-right:0;
	}
	.block a.icon#insta{
		margin-left:  calc(0px + 3 * ( (100vw - 400px) / ( 1100 - 400) ));
	}
	
	/*.block a#mobiltel, .block a#email, .block #adress {
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: calc(36px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) ));
		padding-top: calc(1px + (12 - 6) * ( (100vw - 600px) / ( 1800 - 600) ));
    	padding-bottom: calc(1px + (12 - 6) * ( (100vw - 600px) / ( 1800 - 600) ));
		font-size: calc(10px + (16 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
		margin-bottom: calc(24px + (30 - 18) * ( (100vw - 600px) / ( 1800 - 600) ));
		background-size: calc(24px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	.block #adress {
		margin-top: 20px;
		background-position: left 10px;
	}
	.block a.icon{
		background-repeat: no-repeat;
		height: calc(22px + (40 - 28) * ( (100vw - 400px) / ( 1100 - 400) ));
		width: calc(22px + (40 - 28) * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-right:  calc(6px + (8 - 4) * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-bottom: 0%;
		display: inline-block;
	}
	.block a.icon:last-of-type{
		margin-right:0;
	}*/
	.toolbar{
		width: 100%;
		padding: 0% 0% 0% 7.5%;
		height: 4vh;
		display: inline-block;
		position: relative;
		text-align: right;
	}
	.toolbar.center{
		text-align: center;
	}
	.toolbar a{
		display: inline-block;
		vertical-align: middle;
		line-height: 100%;
		font-size: calc(12px + (18 - 12) * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	.toolbar a.lang{
		margin: 0.5% 0 0 1%;
		text-decoration: none;
		border: 1px solid #FFF;
		padding: 0.5%;
	}
	.toolbar a.changed{
		color:#CA4C33;
		border: 1px solid #CA4C33;
		border-radius: 0px;
		cursor: default;
		text-decoration: none;
	}
	.menu{
		width: auto;
		height: 100vh;
		padding: 5% 20% 5% 5%;
		top: 0%;
		left: 0%;
		display: block;
		position: fixed;
		background: #FFF;
		z-index: 100;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
		vertical-align: top;
		transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
	}
	.menu.hidden{
		opacity: 0;
		left: -100%;
	}
	.liner {
		display: inline-block;	
		height: 100%;
		position: relative;
	}
	.liner a{
		font-weight: 500;
		font-size: calc(12px + (18 - 12) * ( (100vw - 600px) / ( 1800 - 600) ));
		margin-bottom: calc(24px + (40 - 24) * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	.icons{
		bottom: 0%;
		left: 0%;
		text-align: left;
		display: block;
		position: absolute;
	}
	.icons a#mobiltel, .icons a#email{
		background-size: calc(20px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) )) calc(20px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) ));
		background-position: calc(0px + (12 - 6) * ( (100vw - 600px) / ( 1800 - 600) )) 0px;
		background-repeat: no-repeat;
		padding-left: calc(32px + (32 - 24) * ( (100vw - 600px) / ( 1800 - 600) ));
		padding-top: calc(0px + (12 - 6) * ( (100vw - 600px) / ( 1800 - 600) ));
		padding-bottom: calc(0px + (12 - 6) * ( (100vw - 600px) / ( 1800 - 600) ));
		font-size: calc(10px + (16 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
		margin-bottom: calc(5px + (15 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	.icons a#email{
		margin-bottom: calc(20px + (15 - 10) * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	.icons a.icon{
		background-repeat: no-repeat;
		height: calc(14px + (28 - 18) * ( (100vw - 400px) / ( 1100 - 400) ));
		width: calc(14px + (28 - 18) * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-right:  calc(3px + (6 - 3) * ( (100vw - 400px) / ( 1100 - 400) ));
		margin-bottom: 0%;
		display: inline-block;
	}
	.icons a.icon:last-of-type{
		margin-right:0;
	}
	.icons a.icon#insta{
		margin-left:  calc(0px + (4 - 1) * ( (100vw - 400px) / ( 1100 - 400) ));
	}
	#logopart1{
		background-image:url("logo1.png");
		background-repeat: no-repeat;
	}
	#logopart2{
		background-image:url("logo2.png");
		background-repeat: no-repeat;
	}
	#popup{
		width: calc(58% - 400 * ( (100vw - 1000px) / ( 1800 - 1000) ));
		left: calc(21% + 200 * ( (100vw - 1000px) / ( 1800 - 1000) ));
		padding: 60px 95px;
		background: #FFF;
		display: inline-block;
		position: absolute;
		z-index: 100;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
		text-align: center;
		opacity: 1.0;
	}
	#popup.hidden{
		left: -100%;
		opacity: 0.0;
	}
	#popup h2{
		width: 100%;
		margin-bottom: 30px;
	}
	#popup p{
		font-size: calc(8px + 4 * ( (100vw - 600px) / ( 1800 - 600) ));
		line-height: calc(10px + 6 * ( (100vw - 600px) / ( 1800 - 600) ));
	}
	#popup input, #popup button{
		width: 100%;
		height: 40px;
		margin-bottom: 20px;
		border: 1px solid #000;
		border-radius: 0px;
		text-align: center;
		font-size: calc(10px + 8 * ( (100vw - 600px) / ( 1800 - 600) ));
		color: #E5E5E5;
		background: #FFF;
	}
	#popup button{
		margin: 0px auto 20px;
		width: 40%;
		height: 40px;
		background:#FFC47A;
		color: #000;
		cursor: pointer;
		text-align: center;
		-webkit-appearance: none;
		border: none;
	}
	#popup button:hover{
		background: #CA4C33;
	}
	#popup input:hover{
		color: #CA4C33;
		border-color: #CA4C33;
	}
	.g-recaptcha{
		display: inline-block;
		max-width: 100%;
		margin: 0px auto;
		overflow: hidden;
	}
}