*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 3vw;
	font-weight: 600;
	color: #006633;
	padding-top: 1vw;
	padding-bottom: 1vw;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	font-weight: 600;	
	color: #99cc99;
	padding-bottom: 1vw;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1vw;
	font-weight: 600;
	line-height: 1.3vw;
	color: #003333;
	padding-bottom: 1vw;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2vw;
	font-weight: 600;
	line-height: 1.5vw;
	color: #003333;
	padding-bottom: 1vw;
}
h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2vw;
	font-weight: 400;
	line-height: 1vw;
	color: #fff;
	padding: 1vw;
}
h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 0.7vw;
	font-weight: 400;
	line-height: 1vw;
	color: #fff;
	padding: 1vw;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none; border-bottom-style: dashed; border-bottom-color: #006633; border-bottom-width: 1px; color: #003333;
}
a:active {
	text-decoration: none; border-bottom-style: none; 
}
a:visited {
	text-decoration: none; border-bottom-style: dashed; border-bottom-color: #006633; border-bottom-width: 1px; color: #003333;
}
a:hover {
	text-decoration: none; border-bottom-style: none; color: #006633;
}
.wrapper {
	overflow: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.container {
	margin: 0px auto;
	padding: 0px 15vw;
}
.header {
	background-color: #fff;	
}
.header__row {
	height: 1.1vw;
	display: flex;
	background-color: #003333;
	align-items: center;
	justify-content: center;
}
.header__text {
	font-size: 1vw;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.content {
	flex: 1 1 auto;	
}
.block1 {
	display: flex;
	padding-top: 1.5vw;
}
.logorow {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
}
.logorow__logo {	
	width: 21vw;
}
.logorow__logo img {
	width: 100%;
}
.logorow__spcr {	
	flex: 1 1 auto;
	align-items: center;
	justify-content: right;
	display: flex;
	flex-direction: row;
}
.logo__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5vw;
	font-weight: 400;
	color: #003333;
	margin-right: 5vw;
}
.logorow__insta {
	width: 2vw;
	margin-right: 2vw;
}
.logorow__insta img {
	width: 100%;
}
.logorow__mova {
	align-items: center;
	justify-content: center;	
}
.movarow__text {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	font-weight: 500;
	color: #003333;
	padding: 0.2vw;
}
.buttons {	
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	padding: 1vw;
}
.price__container {
	align-items: center;
	justify-content: center;
	background-color: #999933;
	padding: 0.5vw 1vw;
	margin-right: 2vw;
}
.price__text {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	font-weight: 700;
	color: #003333;
}
.block2 {
	padding-top: 2vw;
	padding-bottom: 2vw;
}
.titlerow {
	display: flex;
	align-items: top;
	justify-content: center;
}
.titlerow__icon {
	min-width: 35vw;
}
.titlerow__spcr {
	min-width: 30vw;
	flex: 1 1 auto;
	text-align: left;
}
.title__text {
	width: 100%;
	padding: 1vw 2vw;
}
.title__text p, ul {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3vw;
	font-weight: 400;
	line-height: 1.8vw;
	color: #003333;
	margin-bottom: 2vw;
}
.iconrow {
	width: 30vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.er404 {
	width: 28vw;
}
.er404 img {
	width: 100%;
}
.iconrow33 {
	width: 33%;	
}
.iconrow33__cell {
	padding: 1vw 2vw;	
}
.iconrow33__cell img {
	width: 100%;
}
.iconrow33__cell p {
	text-align: center;
}
.icon__text {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	font-weight: 700;
	color: #003333;
	text-align: center;
	padding-top: 0.7vw;
	line-height: 1.4vw;
}
.icon__text3 {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	font-weight: 700;
	color: #003333;
	text-align: center;
	padding-top: 0.5vw;
	line-height: 1.1vw;
}
.footer {
	position: relative;
	width: 100%;
	background-color: #003333;
	padding-top: 1vw;
	padding-bottom: 1vw;
}
.footerblock {
	/*border: 1px solid red;*/
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerrow25 {
	width: 25%;	
}
.footerrow {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	padding: 1vw;
}
.footerrow__logo {	
	width: 1.5vw;
}
.footerrow__logo img {
	width: 100%;
}
.footerrow__spcr {	
	flex: 1 1 auto;
	text-align: left;
}
.footer__text {
	margin-left: 1vw;
}
.footer__text p {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9vw;
	font-weight: 400;
	line-height: 1vw;
	color: #fff;
}
.footer__text a {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	color: #fff;
}
.footer__text a:link {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	color: #fff;
}
.footer__text a:active {
	text-decoration: none;
	border-bottom-style: none;
}
.footer__text a:visited {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	color: #fff;
}
.footer__text a:hover {
	text-decoration: none;
	border-bottom-style: none;
	color: #fff;
}

@media (max-width:992px) {
	h1 {
		font-size: 4vw;
		padding-bottom: 2vw;
	}
	h2 {
		font-size: 3vw;
	}
	h3 {
		font-size: 2vw;
	}
	h4 {
		font-size: 2vw;
		padding-top: 1vw;
		padding-bottom: 2vw;
	}
	.container {
		margin: 0px auto;
		padding: 0px 5vw;
	}
	.logorow__logo {	
		width: 30vw;
	}
	.logo__text {
		font-size: 2vw;
		margin-right: 6vw;
	}
	.logorow__insta {
		width: 3vw;
		margin-right: 3vw;
	}
	.movarow__text {
		font-size: 1.5vw;
	}
	.icon__text {
		font-size: 1.5vw;
		line-height: 2vw;
		padding-top: 0.8vw;
	}
	.icon__text3 {
		font-size: 1.5vw;
		line-height: 1.5vw;
		padding-top: 0.5vw;
	}
	.titlerow__icon {
		min-width: 45vw;
	}
	.iconrow {
		width: 40vw;
	}
	.er404 {
		width: 38vw;
	}
	.iconrow33__cell {
		padding: 1.2vw 2.5vw;	
	}
	.titlerow__spcr {
		min-width: 30vw;
	}
	.title__text p {
		font-size: 2vw;
		line-height: 2.5vw;
	}
	.price__container {
		padding: 0.5vw 1vw;
		margin-right: 3vw;
	}
	.price__text {
		font-size: 1.6vw;
	}
	
	
}
@media (max-width:767px) {
	.header {
		padding-bottom: 0vw;
	}
	.container {
		margin: 0px auto;
		padding: 5vw 5vw 0;
	}
	.block1 {
		display: flex;
		padding-top: 1vw;
	}
	.logorow {
		flex-wrap: wrap;
	}
	.logorow__logo {	
		width: 70vw;
		padding-left: 2vw;
	}
	.logorow__spcr {	
		padding-top: 2vw;
	}
	.logo__text {
		text-align: left;
		font-size: 3.5vw;
		font-weight: 700;
	}
	.logorow__insta {
		width: 5vw;
		margin-right: 4vw;
	}
	.price__text {
		font-size: 4vw;
		font-weight: 700;
	}
	.price__container {	
		align-items: center;
		justify-content: center;
		background-color: #999933;
		padding: 3vw 6vw;
		margin-top: 4vw;
		margin-bottom: 4vw;
		margin-right: 6vw;
	}
	.price__here {	
		align-items: center;
		justify-content: center;
		background-color: #006633;
		padding: 2vw 3vw;
		margin-top: 2vw;
		margin-right: 5vw;
	}
	.movarow__text {
		font-size: 3.5vw;
		padding: 0.5vw;
	}
	h1 {
		font-size: 10vw;
		padding-bottom: 4vw;
	}
	h2 {
		font-size: 6vw;
		padding-bottom: 2vw;		
	}
	h3 {
		font-size: 4vw;
		padding-bottom: 3vw;
	}
	h4 {
		font-size: 4vw;
		font-weight: 600;
		padding-top: 10vw;
		padding-bottom: 4vw;
	}
	h5 {
		font-size: 3vw;
		font-weight: 600;
		line-height: 4vw;
		padding: 1.2vw;
	}
	h6 {
		font-size: 1.5vw;
		line-height: 2vw;
		padding: 1vw;
	}
	.titlerow {
		flex-wrap: wrap;
	}
	.titlerow__icon {
		min-width: 35vw;
	}
	.titlerow__spcr {
		min-width: 80vw;
		padding-top: 5vw;
	}
	/*.title__text {
		width: 100%;
		padding: 1vw 2vw;
	}*/
	.title__text p, ul {
		font-size: 3.8vw;
		line-height: 6vw;
		margin-bottom: 2vw;
	}
	.iconrow {
		width: 90vw;
	}
	.er404 {
		width: 88vw;
	}
	.iconrow33 {
		width: 33%;	
	}
	.iconrow33__cell {
		padding: 4vw 5vw;	
	}
	.iconrow33__cell img {
		width: 100%;
	}
	.iconrow33__cell p {
		text-align: center;
	}
	.icon__text {
		font-size: 3vw;
		line-height: 4vw;
		padding-top: 1.5vw;
	}
	.icon__text3 {
		font-size: 3vw;
		line-height: 3.5vw;
		padding-top: 0.7vw;
	}
	.footer {
		padding-top: 1vw;
		padding-bottom: 3vw;
	}
	.footerrow25 {
		width: 100%;	
	}
	.footerrow {
		padding: 2vw;
	}
	.footerrow__logo {	
		width: 5vw;
	}
	.footer__text {
		margin-left: 2vw;
	}
	.footer__text p {
		font-family: 'Montserrat', sans-serif;
		font-size: 2.8vw;
		font-weight: 400;
		color: #ffffff;
	}
}
