body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
img{
	max-width: 100%;
}

.container{
	max-width: 1620px;
	margin: auto;
}

/*button*/
.btn-outline {
	background: #fff;
	color: #034b52;
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	border: 2px solid #75e494;
	border-radius: 30px;
	padding: 6px 38px;
	text-decoration: none;
	display: inline-block;
}
.btn-deg {
	border: none;
	background: linear-gradient(#00c5a6, #76e494);
	font-size: 27px;
	color: #00565e;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 16px 74px;
	border-radius: 40px;
	text-decoration: none;
	display: inline-block;
}
.btn-green {
	color: #fff;
	font-size: 31px;
	font-weight: 500;
	border: none;
	background: #034b52;
	padding: 20px 20px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	max-width: 320px;
	border-radius: 50px;
	box-shadow: 2px 2px 5px rgba(3,75,82,.7);
	text-decoration: none;
	display: inline-block;
}




/*columns*/
.col-2{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.col-3{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.col-4{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}


/*title*/
.title-1{
	color: #00565d;
	font-size: 55px;
	line-height: 58px;
	font-weight: 900;
}
.title-2{
	font-size: 34px;
	line-height: 56px;
	font-weight: 700;
}
.title-3{
	font-size: 39px;
	line-height: 55px;
	font-weight: 900;
}
.title-4{
	font-size: 21px;
	line-height: 29px;
	font-weight: 700;
}
.title-5{
	font-size: 23px;
	line-height: 27px;
	font-weight: 800;
	color: #02c6a7;
}



/*text*/
.text{
	color: #00565d;
	font-size: 24px;
	line-height: 40px;
}
.text-1{
	color: #686767;
	font-size: 18px;
	line-height: 26px;
}
.text-bold{
	font-weight: 700;
}


.line{
	background-color: #006568;
	width: 50px;
	height: 3px;
	margin: auto;
}



/*header*/
.header{
	padding: 11px 0;
	box-shadow: 5px 2px 5px #ececec;
}
.logo img{
	max-width: 223px;
}
.header .container {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: auto 1fr;
	grid-gap: 50px;
}
.header-right {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
}
.nav ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding: 0;
	align-items: center;
}
.nav ul li{
	padding: 0 10px;
	text-align: center;
}
.nav ul li a{
	color: #034b52;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	text-decoration: none;
}
.menu-responsive{
	display: none;
}
.btn-responsive {
	background: none;
	border: none;
	padding: 0;
}


/*carousel*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #034b52;
}
.owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	background: transparent;
	border: 2px solid #034b52;
	margin: 5px 10px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	opacity: .7;
}
.owl-nav{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: calc(36% - 23px);
	width: 100%;
}
.owl-carousel .owl-item img{
	max-width: 70%;
	margin: auto;
}
.owl-carousel .owl-stage{
	display: flex;
}
#demos .owl-carousel .item{
	height: 100%;
}




/*section 1*/
.section-1{
	align-items: start;
	padding-bottom: 130px;
}
.container-left{
	max-width: 810px;
	margin-right: 0;
	margin-left: auto;

}
.section-1 p{
	margin: 0;
	text-align: center;
}
.section-1 .title-1{
	margin-bottom: 20px;
	text-align: center;
}
.section-1 .text-bold{
	margin-bottom: 10px;
	text-align: center;
}
.section-1 .btn-deg{
	margin-top: 60px;
	margin-left: auto;
    margin-right: auto;
    display: table;
}
.section-1 .container-left{
	margin-top: 14%;
}




/*section 2*/
.section-2{
	background-color: #00565d;
	text-align: center;
	color: #fff;
	padding: 35px 0 38px;
}
.section-2 .container{
	max-width: 1150px;
	margin: 0 auto;
}
.section-2 .col-3{
	grid-template-columns: auto auto auto;
	justify-content: space-between;
}
.section-2 .title-2{
	margin: 0 0 70px;
}
.number span{
	font-size: 100px;
	line-height: 1;
	font-weight: 900;
	line-height: 1;
}
.number p{
	font-size: 34px;
	margin: 0;
	line-height: 1;
	margin-top: 22px;
}




/*section 3*/
.section-3{
	background-color: #f8f8f8;
	text-align: center;
	padding: 64px 0 20px;
}
.section-3 .title-3 {
	color: #006568;
	margin: 0 auto 40px;
	max-width: 820px;
}
.section-3 .col-3{
	grid-gap: 35px;
	margin-top: 30px;
}
.section-3 .text{
	color: #4a4a4a;
	max-width: 1095px;
	margin: auto auto 42px;
}
.section-3 .title-4{
	color: #006568;
	margin: 0 auto 48px;
}
.section-3 .col-item{
	max-width: 455px;
	margin: 0 auto;
}
.section-3 .text-1{
	margin-top: 40px;
}


/*section 4*/
.section-4{
	background-color: #dbdede;
	padding: 23px 0;
	text-align: center;	
}



/*section 5*/
.section-5{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;	
}
.section-5 .title-1{
	margin-bottom: 0;
}
.section-5 .text{
	margin: 0 auto 84px;
}
.owl-dots{
	margin-top: 118px;
}


/*section 6*/
.section-6{
	background-color: #e6f6f3;
	text-align: center;
	padding: 87px 0 95px;
}
.testemonial-box {
	background: #fff;
	max-width: 670px;
	margin: auto;
	padding: 20px 110px;
	border-radius: 10px;
	box-shadow: 2px 0 14px rgba(0,0,0,.03);
}
.testemonial-top{
	/*display: grid;
	grid-template-columns: minmax(auto, 137px) 1fr;
	grid-gap: 25px;*/
	color: #00565d;
	text-align: left;
	align-items: center;
}
.testemonial-top h5{
	font-size: 39px;
	line-height: 45px;
	font-weight: 800;
	margin: 0 0 5px;
}
.testemonial-top p{
	font-size: 24px;
	line-height: 42px;
	margin: 0;
}
.testemonial-bottom p{
	color: #4a4a4a;
	font-size: 24px;
	line-height: 54px;
	text-align: left;
	margin-left: 20px;
	margin-top: 35px;
	font-style: italic;
}
.testemonial-bottom p::before {
	content: url('../../assets/images/icon_quot.png');
	margin-left: -30px;
	margin-right: 10px;
	position: relative;
	top: -23px;
}
.testemonial-bottom p::after {
	content: url('../../assets/images/icon_quot.png');
	margin-right: -30px;
	margin-left: 10px;
	position: relative;
	bottom: -25px;
}
.section-6 .title-5{
	text-transform: uppercase;
	margin: 0 0 30px;
}
.section-6 .title-1{
	margin: 30px auto 136px;
}
.section-6 .owl-dots {
    margin-top: 45px;
}


/*section 7*/
.section-7{
	background-color: #f8f8f8;
	text-align: center;
	padding: 98px 0;
}
.section-7 .title-3{
	margin: 0;
	color: #006568;
}
.section-7 .text{
	margin: 5px auto 10px;
}
.section-7 .col-2 {
	grid-template-columns: repeat(2, minmax(auto,230px));
	justify-content: center;
	grid-gap: 5px;
	margin-bottom: 75px;
}
.btn-price{
	padding: 28px 10px;
	border-radius: 5px;
	border: 2px solid #bfbfbf;
	color: #006568;
	font-size: 20px;
	font-weight: 500;
	background: #fff; 
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}
.btn-price-active, .btn-price:hover{
	border: 2px solid #00c5a6;
}

.section-7 .col-3{
	grid-gap: 8px;
}
.item-grid-right{
	/*display: grid;*/
	grid-template-rows: auto auto;
}
.item-price{
	color: #006568;
	background-color: #fff;
	border-radius: 5px;
	min-width: 250px;
	height: 100%;
}
.price-active{
	
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	font-weight: 700;
	background-color: #02c6a7;
	border-radius: 5px 5px 0 0;
	padding: 9px 0 8px;
	width: 100%;
}
.price-top{
	
	display: grid;
	align-content: space-between;
	padding: 28px 30px 35px;
	min-height: 478px;
}
.price-top h5{
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	margin: 0 0 30px;
}
.price-top p{
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	margin: 0 auto;
	max-width: 150px;
}
.price-top .btn-outline{
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 12px 38px;
}
.price-value{
	font-size: 70px;
	line-height: 1;
	font-weight: 800;
	width: auto;
	display: inline-block;
	margin-top: 29px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
	min-width: 165px;
	padding-bottom: 10px;
	margin-bottom: 22px;
}
.price-value::before {
	content: '$';
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	position: absolute;
	left: 21px;
	top: 20px;
}

.price-value2{
	font-size: 70px;
	line-height: 1;
	font-weight: 800;
	width: auto;
	display: inline-block;
	margin-top: 29px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
	min-width: 165px;
	padding-bottom: 10px;
	margin-bottom: 22px;
}
.price-value2::before {
	content: '$';
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	position: absolute;
	left: 44px;
	top: 20px;
}

.price-bottom {
	padding: 24px 0;
	border-top: 1px solid #bfbfbf;
	margin: 0 30px;
}
.price-bottom h6{
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}
.price-bottom .ul-price{
	text-align: left;
	list-style: none;
	padding: 0;
}
.price-bottom  .ul-price li{
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 23px 1fr;
	grid-gap: 13px;
}
.item-witout-title{
	margin-top: 49px;
}
.item-grid{
	/*display: grid;*/
	/*grid-template-rows: 1fr 1fr;*/
	margin-right: auto;
	margin-left: auto;
}
.item-active{
	grid-template-rows: auto 1fr 1fr;
	box-shadow: 0px 5px 5px #ececec;
}
.check-green-light {
	margin-top: 41px;
}
.check-green-light li:before{
	content: url('../../assets/images/check-1.png');
	margin: 0;
}
.check-green-dark li:before{
	content: url('../../assets/images/check-2.png');
}
.check-green-blue li:before{
	content: url('../../assets/images/check-3.png');
}
.price-top .description{
	font-size: 19px;
	line-height: 28px;
	max-width: 100%;
	margin-bottom: 20px;
}
.price-top .description b{
	font-weight: 500;
}
.section-7 .owl-carousel .owl-item img {
	max-width: 100%;
	margin: auto;
	width: auto;
}


/*footer*/

.footer{
	background-color: #013539;
	color: #fff;
	font-size: 19px;
	padding: 88px 0 54px;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer h6{
	font-size: 22px;
	line-height: 49px
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 13px;
}
.footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer li{
	font-size: 19px;
	line-height: 49px
}
.footer form{
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 28px;
}
.input{
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 19px;
	padding: 12px 0;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}
.input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.input::placeholder {
  color: #fff;
}
.btn-form{
	background: transparent;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #fff;
	background: transparent;
	font-size: 19px;
	padding: 11px 38px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.footer-bottom {
	border-top: 1px solid #809a9c;
	margin-top: 109px;
	padding-top: 30px;
}
.footer-bottom p{
	max-width: 355px;
	margin: 0;
	line-height: 35px;
}
.social{
	display: flex;
}
.social img{
	padding: 0 11px;
	max-width: 49px;
}
.footer .col-4{
	grid-template-columns: 22% 22% 22% 1fr;
	grid-gap: 15px;
}

.footer .col-3{
	grid-template-columns: 22% 44% 1fr;
	align-items: center;
	grid-gap: 15px;
}
.footer-grid{
	display: grid;
	align-content: space-between;
}
.footer-grid .col-2{
	grid-gap: 15px;
}
.social-mobile{
	display: none;
}
.plans{
	opacity: 0;
	height: 0px;
}
.plans-active{
	opacity: 1;
	height: auto;
}



@media only screen and (max-width: 1660px){
	.container{
		margin: auto 20px;
	}
	.container-left{
		margin-left: 20px;
	}
	.section-1 .container-left {
	    margin-top: 0px;
	}
	.section-1 {
	    align-items: start;
	}
}
@media only screen and (max-width: 1190px){
	.section-2 .container {
		margin: 0 20px;
	}
}
@media only screen and (max-width: 1080px){
	
	.header{
		position: relative;
    	/*padding: 2.315vw 0;*/
	}
	.logo img{
		
	}
	.header-right{
		display: none;
		transition: 1s ease-in-out;
	}
	.menu-responsive{
		display: block;
		z-index: 10;
	}
	.header .container{
		grid-gap: 0;
	}
	.logo{
		text-align: center;
		margin-left: -5.648vw;
	}
	.header-right {
		grid-template-columns: 1fr;
		position: absolute;
		top: 92px;
		background: #fff;
		padding: 0 0.926vw 2.315vw;
		left: 0;
		right: 0;
		grid-gap: 0.463vw;
	}
	.owl-carousel .testemonial-top img{
		margin: 0;
		max-width: 100%;
	}
	.nav ul{
		display: grid;
		grid-gap: 0.926vw;
	}
	.header-right .btn-outline{
		/*max-width: 23.148vw;*/
		margin: auto;
	}
	.menu-active{
		display: grid;
	}

	/*section 6*/

	.testemonial-box{
		padding: 4.167vw 5.741vw 5.093vw;
	}
	.section-6 .title-1 {
	    margin: 0 auto 5.093vw;
	}
	.section-6{
		padding:8.704vw 0;
	}
	.section-6 .testemonial{
		max-width: calc(100% - 90px);
		margin: auto;
	}
	.footer .col-4 {
		grid-template-columns: 1fr;
		grid-gap: 1.852vw;
	}
	.footer .col-3{
		grid-template-columns: 1fr;
	}

	.footer form{
		grid-template-columns: 1fr;
		margin-bottom: 1.852vw;
	}
	.testemonial-bottom p {
		font-size: 3.796vw;
		line-height: 6vw;
	}
	.testemonial-box{
		max-width: 90%;
	}
	.testemonial-bottom{
		margin-top: 6.667vw;
	}
	/*section*/
	.section-1{
		grid-template-areas:  'sectionleft' 'sectionright';
		grid-template-columns: 1fr;
		padding-bottom:3.796vw;
	}
	.section-left{
		grid-area: sectionright;
		padding: 1.852vw;
		margin: 0;
	}
	.section-right{
		grid-area: sectionleft;
		margin-left: 13%;
	}
	.section-1 .btn-deg {
	    margin-top: 3.241vw;
	}
	.section-1 .title-1 {
		margin-bottom: 4.630vw;
		margin-top:8.889vw;

	}	
	.section-1 .container-left{
		max-width: 100%;
	}
	.section-1 .text {
		margin: 1.296vw 0 0;
		color: #4a4a4a;
	}

	.section-1 .text-bold {
		color: #00565d;
		font-size: 3.519vw;
		line-height: 4.444vw;
		font-weight: 500;
	}
	.section-1 .btn-deg {
		border-radius: 4.630vw;
		padding: 28px 42px;
		text-align: center;
		width: auto;
		margin: 10.648vw auto 0;
		display: grid;
		justify-content: center;
		max-width: 250px;
		font-size: 2.778vw;
	}	
	.section-2{
		padding: 7.222vw 0 13.333vw;
	}
	.section-2 .title-2 {
		margin: 0 auto 6.481vw;
		max-width: 60.185vw;
	}
	.section-3 .title-3 {
		max-width: 100%;
	}
	.section-6 .owl-dots {
		margin-top: 5.741vw;
	}
	.footer .col-4 {
		grid-template-columns: 1fr;
		grid-gap: 11.296vw;
	}
	.footer .col-3 {
		grid-template-columns: 1fr;
		grid-gap: 3.704vw;
		margin-top: 17.685vw;
	}
	.footer-grid{
		grid-gap: 12.037vw;
	}
	.footer-bottom p {
		line-height: 2;
	}
	.footer-grid .col-2 {
		grid-template-columns: auto auto;
		justify-content: center;
	}
	.footer form {
		grid-template-columns: 1fr;
		grid-gap: 3.241vw;
	}
	.social {
		display: none;
	}
	.social-mobile {
	    display: flex;
	    justify-content: space-between;
	}
	.footer-bottom {
		border-top: none;
	}
	.footer-grid .col-2 {
		grid-gap: 6.019vw;
	}
	.section-3{
		padding: 13.611vw 0 6.204vw;
	}
	.section-3 .text {
		margin: auto auto 5.093vw;
	}
	.section-3 .col-3{
		display: none;
	}
	.section-4 .btn-green {
		width: 100%;
		display: grid;
		justify-content: center;
		max-width: 250px;
		font-size: 2.778vw;
		padding: 28px 42px;
		margin: auto;
	}
	.section-5 .text {
		margin: 0 auto 17.315vw;
	}
	.section-5  .owl-dots {
	    margin-top: 25.926vw;
	}
	.section-5 {
		padding-bottom: 13.148vw;
	}
	.section-7{
		padding:10.926vw 0 16.944vw;
	}
	.section-7 .col-2  {
		margin-bottom: 12.963vw;
	}
	.footer {
		padding: 12.963vw 0 12.963vw;
	}




	.footer h6 {
		font-size: 5.093vw;
		line-height: 1;
	}
	.footer li {
		font-size: 4.167vw;
		line-height: 6.667vw;
	}
	.footer-bottom p {
		line-height: 7.407vw;
		font-size: 3.981vw;
		max-width: 74.074vw;
	}
	.footer h6 {
		font-size: 4.907vw;
		margin-bottom: 7.222vw;
	}
	.input {
		font-size: 4.259vw;
		padding: 1.759vw 0 3.889vw;
		border-bottom: 0.185vw solid #fff;
	}
	.btn-form {
		font-size:4.074vw;
		margin-top:4.074vw;
		text-align: center;
		border: 2px solid #fff;
		border-radius: 4.630vw;
		padding: 2.593vw 1.852vw;
	}
	.footer .privacy {
		font-size: 3.704vw;
		line-height: 4.537vw;
		margin-bottom: 4.537vw;
	}
	.btn-price {
		font-size: 2.778vw;
		padding: 2.593vw 0.926vw;
	}
	.price-bottom .ul-price li {
		font-size: 1.852vw;
		line-height: 3.148vw;
		margin-bottom: 3.148vw;
	}
	.number span {
	    font-size: 9.259vw;
	}
	.price-active {
		font-size: 1.481vw;
	}
	.price-value::before {
		font-size: 3.889vw;
		left: 4.226vw; /*0.926vw; BLEH */ 

	}
	.price-top .btn-outline {
		font-size: 13px;
		/*padding: 1.852vw 8.519vw;*/
		border-radius: 5.093vw;
	}
	.price-bottom h6 {
		font-size: 1.944vw;
		line-height: 3.056vw;
	}
	.price-top .description {
		font-size: 2.222vw;
		line-height: 3.056vw;
		margin-bottom: 4.630vw;
	}
	.price-top p {
		font-size: 2.222vw;
		line-height: 3.056vw;
		max-width: 250px;
	}
	.price-value {
		font-size: 65px;
		line-height: 1;
	}
	.price-top h5 {
		font-size: 3.148vw;
		line-height: 3.148vw;
		margin-bottom: 3.148vw;
	}
	



	.title-1 {
		font-size: 6.667vw;
		line-height: 9.667vw;
	}
	.text {
		font-size: 3.519vw;
		line-height: 6.667vw;
	}
	.title-3{
		font-size: 6.667vw;
		line-height: 6.667vw;
	}
	.btn-deg {
		font-size: 4.167vw;
	}
	.title-2 {
		font-size: 3.519vw;
		line-height: 5.556vw;
	}
	.title-5 {
		font-size: 3.241vw;
	}
	.price-top {
		padding: 7.407vw 2.778vw 4.167vw;
		min-height: 53.704vw;
	}
	.section-7 .owl-carousel .owl-item img {
		margin: auto auto 3.796vw;
	}
	.price-value {
		margin-top: 3.704vw;
		margin-bottom: 1.111vw;
	}
	.price-bottom {
		padding: 3.519vw 0 2.222vw;
	}
	.social img{
		padding: 0 1.019vw;
		max-width: 100%;
	}
	.number p {
		font-size: 3.148vw;
	}
	.section-6 .title-5 {
		margin: 0 0 24px;
	}
	.testemonial-top h5 {
		font-size: 3.611vw;
		line-height: 4.167vw;
	}
	.testemonial-top p {
		font-size: 2.222vw;
		line-height: 3.889vw;;
	}
    .marmob {
        margin-bottom: 4.630vw !important;
    }
    .section-1{
    	text-align: center;
    }
}





@media only screen and (max-width: 768px){
	.price-top p {
		font-size: 5vw;
		line-height: 1.5;
	}
	.price-bottom h6 {
		font-size: 18px;
		line-height: 1.2;
	}
	.price-bottom .ul-price li {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.price-bottom{
		margin: 0 15px;
	}
	.price-bottom .ul-price li{
		grid-template-columns: 18px 1fr;
		grid-gap: 10px;
	}
	.number p {
		/*font-size: 25px;*/
	}
	.title-2 {
		/*font-size: 30px;*/
		line-height: 1.4;
	}
	.logo img {
		
	}
	.social-mobile {
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 25px;
		display: grid;
	}
	.social img{
		padding: 0;
	}
	.section-2 .title-2 {
		max-width: 100%;
	}
	.testemonial-bottom p {
		font-size: 18px;
		line-height: 7vw;
	}
	.btn-price {
		font-size: 5vw;
	}
	.price-top h5 {
		font-size: 5.5vw;
		line-height: 1.5;
	}
	.price-top .description {
		font-size: 4vw;
		line-height: 1.5;
	}
	.text {
		/*font-size: 16px;*/
		line-height: 30.5px;
	}
	.section-1 .text-bold {
		font-size: 18px;
		line-height: 1.2;
	}
	.btn-deg {
		font-size: 18px;
	}
	.title-5 {
		font-size: 16px;
	}
	.testemonial-top p {
		font-size: 14px;
		line-height: 1.5;
	}
	.testemonial-top{
		grid-template-columns: minmax(auto,73px) 1fr;
        margin-bottom: 54px;
	}
	.footer li, .footer .privacy, .btn-form, .footer-bottom p {
		/*font-size: 18px;
		line-height: 2;
        font-family: 'Montserrat', sans-serif;*/
	}
	.price-active {
		font-size: 16px;
	}
	.price-top {
		min-height: 97.396vw;
	}
	.section-6 .title-5 {
		margin: 0 0 9px;
	}
	.section-6 .title-1{
		font-size: 50px;
    	line-height: 1.5;
	}
	.section-1 .btn-deg{
		font-size: 20px;
		padding: 20px 20px;
		border-radius: 50px;
	}
	.section-4 .btn-green {
		font-size: 20px;
		padding: 20px 20px;
		border-radius: 50px;
	}
	
}
@media only screen and (max-width: 559px){
	
	.item-grid{
		max-width: calc(100% - 70px);
	}
	.section-6 .testemonial {
		max-width: calc(100% - 35px); 
	}
	
	.logo{
		max-width: calc(100% - 40px);
		margin: auto;
	}
    
    .price-top .btn-outline {
        width: auto;
    }
    .price-top {
	    min-height: 114.286vw;
	}
    .section-6 .title-1 {
		font-size: 25px;
		line-height: 1.4;
		margin-top: 7px;
	}
    
}

#btn-responsive {
    width: 35px;
}

.logofooter {
    max-width: 250px;
}
