*{
	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;
	padding-top: 2vw;
}
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;
	/*padding-bottom: 1vw;*/
	z-index: 50;
}
.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: 18vw;
}
.logorow__logo img {
	width: 100%;
}
.logorow__spcr {	
	flex: 1 1 auto;
	text-align: center;
}
.logo__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2vw;
	font-weight: 400;
	color: #003333;
}
.price__container {
	align-items: center;
	justify-content: center;
	background-color: #999933;
	padding: 0.5vw 1vw;
	margin-right: 1.5vw;
}
.price__here {
	align-items: center;
	justify-content: center;
	background-color: #006633;
	padding: 0.5vw 1vw;
	margin-right: 1.5vw;
}
.price__text {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	font-weight: 700;
	color: #003333;
}
.logorow__insta {
	width: 2vw;
	margin-right: 1.5vw;
}
.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;
}

.block2 {
	padding-top: 1.5vw;	
}
.iconrow {
	display: flex;
	justify-content: space-between;
}
.iconrow__icon {
	width: 5vw;
}
.iconrow__icon img {
	width: 100%;
}
.icon__text {
	font-family: 'Raleway', sans-serif;
	font-size: 0.9vw;
	font-weight: 700;
	color: #003333;
	text-align: center;
	padding-top: 0.7vw;
	line-height: 1.1vw;
}
.block3 {
	display: none;
}
.burger {
	display: flex;
	flex-direction: column;
	position: fixed;
	left: -100%;
	top: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-top: 30vw;
	padding-left: 5vw;
	z-index: 10;
	transition: all 0.3s ease 0s;	
}
.burger.active {
	left: 0px;
	z-index: 5;
}
.burgerrow {
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 2vw 5vw;
}
.burgerrow__icon {
	width: 10vw;
}
.burgerrow__icon img {
	width: 100%;
}
.burgerrow__text {
	font-family: 'Raleway', sans-serif;
	font-size: 5vw;
	font-weight: 400;
	color: #003333;
	margin-left: 4vw;
}
.bbrow {
	display: none;
}
.burgerbody {
	display: block;
	position: relative;
	width: 42px;
	height: 28px;
	margin-left: 5vw;
	margin-top: 5vw;
}
.burgerbody span {
	position: absolute;
	background-color: #003333;
	left: 0;
	width: 100%;
	height: 2px;
	top: 13px;
	transition: all 0.3s ease 0s;
}
.burgerbody:before,
.burgerbody:after {
	content: '';
	background-color: #003333;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	transition: all 0.3s ease 0s;
}
.burgerbody:before {
	top: 0;
}
.burgerbody:after {
	bottom: 0;
}
.burgerbody.active:before {
	transform: rotate(45deg);
	top: 13px;
	z-index: 7;
}
.burgerbody.active:after {
	transform: rotate(-45deg);
	bottom: 13px;
	z-index: 7;
}
.burgerbody.active span {
	transform: scale(0);
}
.block4 {
	padding-top: 0.5vw;
	padding-bottom: 2vw;	
}

.titlerow {
	display: flex;
	align-items: top;
	justify-content: center;	
	padding-top: 2vw;
}
.titlerow__pic {
	min-width: 40vw;
}
.titlerow__pic img {
	width: 100%;
}
.titlerow__spcr {
	min-width: 25vw;
	flex: 1 1 auto;
	text-align: left;
	padding-left: 3vw;
}
.title__text {
	width: 100%;
	padding: 2vw 2vw;
}
.title__text p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3vw;
	font-weight: 400;
	line-height: 1.8vw;
	color: #003333;
	margin-bottom: 2vw;
}
.list {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3vw;
	font-weight: 400;
	line-height: 1.8vw;
	color: #003333;
	margin-bottom: 2vw;
}
.list li:before {
	content: '';
	width: 0.4vw;
	height: 0.4vw;
	border-radius: 50%;
	background-color: #003333;
	display: inline-block;
	margin: 0 0.5vw 0.2vw 1vw;


}
.pricetbl {
	width: 100%;
	display: flex;
	flex-direction: column;	
	padding-bottom: 4vw;
}
.pricerow {
	align-items: center;	
	display: flex;	
	padding: 0.5vw 0;
	/*border: 1px solid #b25252;*/
}
.pricerow__name {	
	text-align: left;
	background-color: #99cc99;
	padding: 0.5vw 1vw;
	margin-right: 1vw;
	flex: 1 1 auto;
}
.pricerow__prc {
	text-align: center;
	background-color: #999933;
	padding: 0.5vw 1vw;
	margin-right: 1vw;
}
.pricerow__note {	
	text-align: left;
	padding: 0.5vw 1vw;
	width: 40vw;
}
.pricerow p {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	font-weight: 700;
	color: #003333;
}
.blogtbl {
	width: 100%;
	/*border: 1px solid #000;*/
	display: flex;
	flex-direction: column;
}
.blogrow {
	align-items: center;	
	display: flex;	
	padding: 0.5vw 0;
	/*border: 1px solid #b25252;*/
}
.blogrow__pic {	
	max-width: 8vw;
}
.blogrow__pic img {
	width: 100%;
}
.blogrow__text {	
	text-align: left;
	flex: 1 1 auto;
	margin-left: 1vw;
}
.blogrow__text p {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	font-weight: 500;
	line-height: 1.5vw;
	color: #003333;
}
.pfrow {
	/*border: 1px solid red;*/
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pfrow33 {
	width: 33%;	
}
.pfrow33__cell {
	padding: 2vw;
}
.pfrow33__cell img {
	width: 100%;
}
.pfrow33__cell p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1vw;
	font-weight: 600;
	line-height: 1.5vw;
	color: #003333;
	margin-left: 0.5vw;
	margin-top: 0.5vw;
}
.blogbody {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: left;
	text-align: right;	
	padding: 2vw 0;
}
.blogbody__pic {
	min-width: 40vw;
	max-width: 40vw;
}
.blogbody__pic img {
	width: 100%;
}
.blogbody__text {
	/*flex: 1 1 auto;*/
	text-align: left;
	padding: 1vw;
}
.blogbody__text p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3vw;
	font-weight: 400;
	line-height: 1.8vw;
	color: #003333;
	margin-bottom: 2vw;
}
.footer {
	position: relative;
	width: 100%;
	background-color: #003333;
	z-index: 1;
}
.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: #ffffff;
}
.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;
	}
	h2 {
		font-size: 3vw;
	}
	h3 {
		font-size: 2vw;
	}
	h5 {
		font-size: 1.6vw;
		padding: 1.2vw;
	}
	h6 {
		font-size: 0.9vw;
		line-height: 1.3vw;
		padding: 1vw;
	}
	.container {
		margin: 0px auto;
		padding: 0px 5vw;
	}
	.logorow__logo {	
		width: 25vw;
	}
	.logo__text {
		font-size: 1.8vw;
	}
	.price__text {
		font-size: 1.4vw;
	}
	.logorow__insta {
		width: 2.2vw;
		margin-right: 1.5vw;
	}
	.movarow__text {
		font-size: 1.2vw;
	}
	.iconrow__icon {
		width: 7vw;
	}
	.icon__text {
		font-size: 1.2vw;
		line-height: 1.5vw;
	}
	.titlerow__pic {
		max-width: 50vw;
	}
	.titlerow__spcr {
		padding-left: 4vw;
	}
	.title__text p {
		font-size: 1.8vw;
		line-height: 2.1vw;
	}
	.pricerow {
		align-items: center;	
		display: flex;	
		padding: 0.7vw 0;
		/*border: 1px solid #b25252;*/
	}
	.pricerow__name {	
		text-align: left;
		background-color: #99cc99;
		padding: 1vw 1.2vw;
		margin-right: 1.5vw;
		flex: 1 1 auto;
	}
	.pricerow__prc {
		text-align: center;
		background-color: #999933;
		padding: 1vw 1.2vw;
	}
	.pricerow__note {
		width: 50vw;
	}
	.pricerow p {
		font-family: 'Raleway', sans-serif;
		font-size: 1.5vw;
		font-weight: 700;
		color: #003333;
	}
	.pfrow33__cell p {
		font-family: 'Raleway', sans-serif;
		font-size: 1.5vw;
		font-weight: 600;
		line-height: 1.5vw;
		color: #003333;
		margin-left: 0.5vw;
		margin-top: 0.7vw;
	}
	.blogbody__pic {
		max-width: 45vw;
		min-width: 45vw;
		/*padding: 4vw 0;*/
	}
	.blogbody__text {
		padding-left: 2vw;
	}
	.blogbody__text p {
		font-size: 1.8vw;
		line-height: 2.2vw;
		margin-bottom: 2vw;
	}
	.footerrow__logo {	
		width: 1.8vw;
	}
	.footer__text {
		margin-left: 1vw;
	}
	.footer__text p {
		font-family: 'Montserrat', sans-serif;
		font-size: 1.2vw;
		font-weight: 500;
		color: #ffffff;
	}
	
}
@media (max-width:767px) {
	.header {
		padding-bottom: 0vw;
	}
	body.lock {
		overflow: hidden;
	}
	.container {
		margin: 0px auto;
		padding: 5vw 5vw 0;
	}
	.block2 {
		display: none;
	}
	.logorow__logo {	
		width: 70vw;
		padding-left: 2vw;
	}
	.block3 {
		display: block;
	}
	.bbrow {
		display: flex;
		margin-top: 2vw;
		padding-right: 2vw;
	}
	.logo__text {
		text-align: left;
		font-size: 3.5vw;
		font-weight: 700;
	}
	.logorow__burger {
		width: 6vw;
		margin-right: 5vw;
	}
	.logorow__burger img {
		width: 100%;
	}
	.price__text {
		font-size: 4vw;
		font-weight: 700;
	}
	.price__container {	
		align-items: center;
		justify-content: center;
		background-color: #999933;
		padding: 2vw 3vw;
		margin-top: 2vw;
		margin-right: 5vw;
	}
	.price__here {	
		align-items: center;
		justify-content: center;
		background-color: #006633;
		padding: 2vw 3vw;
		margin-top: 2vw;
		margin-right: 5vw;
	}
	.movarow__text {
		font-size: 4vw;
	}
	.logorow {
		display: none;
	}
	h1 {
		font-size: 10vw;
		padding-bottom: 4vw;
	}
	h2 {
		font-size: 6vw;
		padding-bottom: 2vw;		
	}
	h3 {
		font-size: 4vw;
		padding-bottom: 3vw;
	}
	h4 {
		font-size: 5vw;
		font-weight: 600;
		line-height: 5vw;
		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__spcr {
		padding-left: 1vw;
	}
	.titlerow__pic {
	min-width: 90vw;
	padding-bottom: 5vw;
	}
	.title__text {
		padding: 5vw 2vw;
	}
	.title__text p, ul {
		font-size: 4vw;
		line-height: 5vw;
		margin-bottom: 8vw;
	}
	.list {
		font-family: 'Montserrat', sans-serif;
		font-size: 3vw;
		font-weight: 400;
		line-height: 5vw;
		color: #003333;
		margin-bottom: 2vw;
	}
	.list li:before {
		content: '';
		width: 1vw;
		height: 1vw;
		border-radius: 50%;
		background-color: #003333;
		display: inline-block;
		margin: 0 1vw 0.5vw 1vw;
	
	
	}
	.pricetbl {
		padding-bottom: 10vw;
	}
	.pricerow {
		align-items: center;	
		display: flex;	
		padding: 1vw 0;
		/*border: 1px solid #b25252;*/
	}
	.pricerow__name {	
		text-align: left;
		background-color: #99cc99;
		padding: 2vw 2vw;
		margin-right: 2vw;
		flex: 1 1 auto;
	}
	.pricerow__prc {
		text-align: center;
		background-color: #999933;
		padding: 2vw 2vw;
	}
	.pricerow__note {
		display: none;
	}
	.pricerow p {
		font-family: 'Raleway', sans-serif;
		font-size: 4vw;
		font-weight: 700;
		color: #003333;
	}
	.blogrow {
		align-items: center;	
		display: flex;	
		padding: 2vw 0;
	}
	.blogrow__pic {	
		min-width: 40vw;
	}
	.blogrow__pic img {
		width: 100%;
	}
	.blogrow__text {	
		text-align: left;
		flex: 1 1 auto;
		margin-left: 3vw;
	}
	.blogrow__text p {
		font-size: 5vw;
		font-weight: 700;
		line-height: 6vw;
	}
	.pfrow33 {
		width: 50%;
	}
	.pfrow33__cell p {
		font-family: 'Raleway', sans-serif;
		font-size: 3vw;
		font-weight: 600;
		line-height: 4vw;
		color: #003333;
		margin-left: 0.5vw;
		margin-top: 1vw;
	}
	.blogbody {
		flex-wrap: wrap;
	}
	.blogbody__pic {
		min-width: 90vw;
		padding: 4vw 0;
	}
	.blogbody__text p {
		font-size: 4vw;
		line-height: 5vw;
		margin-bottom: 8vw;
	}
	.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;
	}
}

