@media only screen and (min-width: 380px) {
	.main-action-btn span{
		display: inline-block;
	}
}
@media only screen and (min-width: 480px) {
	.phones_open.main-phone {
		font-size: 1.3rem;
		background-position-y: 10px;
	}
}
@media only screen and (min-width: 640px) {
	.phone-info{
		font-size: 1.2rem;
		padding-right: 30px;
		background-size: 20px;
	}
}
@media only screen and (min-width: 768px) {
	header #logo {
	  margin-top: 8px; 
	}
	header #logo img {
	  max-height: 52px;
	}
	.phone-info{
		background-size: 24px;
		background-position-y: 4px;
		padding-right: 35px;
	}
	.main-phone {
		padding: .4rem 0;
	}
	.phones_open{
		display: none;
	}
	.phones_open-list {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.main-phone {
		font-size: 1.15rem;
	}
}
@media (min-width: 992px) {
	.main-phone {
		padding: .3rem 0;
	}
}
@media (min-width: 1200px) {
	.main-phone {
		font-size: 1.4rem;
	}
}

@media (min-width: 560px) and (max-width: 640px) {
	.phones_open.main-phone {
		font-size: 1.1rem;
		background-position-y: 8px;
	}
}
@media only screen and (min-width: 640px) {
	main h1 {
		font-size: 36px;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 768px) {
	main .content, section .content{
		padding: 0;
	}
	main h1 {
		margin-top: 50px;
		font-size: 38px;
	}
}
@media only screen and (min-width: 992px) {
	main h1 {
		text-align: center;
		font-size: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.sub-title {
		font-size: 20px;
	}
}
@media only screen and (min-width: 768px) {
  .main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
    margin-top: 0px;
  }
  .main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .main-nav li {
    display: inline-block;
    margin-left: 0;
  }
  .main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em .9em;
    border-top: none;
    color: #fafcfa;
    font-size: 14px;
    position: relative;
  }
  .main-nav a:hover {
  	background: none;
  	color: #fafcfa;
  }
  .main-nav a:after {
  	display: block;
  	content: '';
  	height: 2px;
  	position: absolute;
  	left: 50%;
  	bottom: 0;
  	right: auto;
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	-moz-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-o-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  	width: 0px;
  	background-color: #6ba829;
  }
  .main-nav > ul > li.active > a:after, .main-nav > ul > li:hover > a:after {
    width: 100%;
   }  
}
@media only screen and (min-width: 992px) {
	.main-nav a {
		padding: .6em 1em;
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) {
	.bg-1 .sub-bg{
		background-position: 0 115%;
	}
}
@media only screen and (min-width: 992px) {
	.bg-1 .sub-bg{
		background-position: 1% 135%;
		background-size: 360px;
	}
}
@media only screen and (min-width: 1200px) {
	.bg-1 .sub-bg{
		background-position: 2% 140px;
		background-size: 430px;
	}
}
@media only screen and (min-width: 768px) {
	.bg-2 .sub-bg{
		padding: 40px 0;
		background: -webkit-linear-gradient(bottom right, rgba(44, 62, 80, .2), rgba(255,255,255,1));
	}
}
@media only screen and (min-width: 1168px) {
	.fixed-bg.bg-3 {
	  background-position: bottom left;
	}
}
@media only screen and (min-width: 1170px) {
  .fixed-bg {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 768px) {
  .main-content-left {
    display: block;
  }
}
@media only screen and (min-width: 360px) {
	.order-form form{
		padding: 20px 35px;
	}
}
@media only screen and (min-width: 768px) {
	.action{
		margin-top: 130px;
		margin-left: 30px;
	}
}
@media only screen and (max-width: 420px) {
	.main-feature .col-xs-6 {
		width: 100%;
	}
	.main-feature .title.p-last {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.main-feature .title{
		margin-bottom: 0px;
		font-size: 16px;
	}
}	
@media only screen and (min-width: 992px) {
	.main-feature .title{
		font-size: 18px;
	}
	.main-feature img{
		height: 80px;}
}
@media only screen and (min-width: 768px) {
	section {
		padding: 80px 0;
	}
}
@media only screen and (min-width: 480px) {
	section h2{
		font-size: 24px;
	}
}
@media only screen and (min-width: 768px) {
	section h2{
		font-size: 30px;
	}
}
@media only screen and (min-width: 992px) {
	section h2{
		font-size: 36px;
	}
}
@media only screen and (min-width: 768px) {
	.defect-list div:first-child {
		text-align: right;
	}
}
@media only screen and (min-width: 992px) {
	.defect-list ul {
		
		margin: 0 auto;
		margin-top: 40px;
	}
	.defect-list{
		margin-top: 20px;
	}
}
@media only screen and (min-width: 460px) {
	.defect-list li {
		font-size: 20px;
		margin: 20px 0;
	}
	.defect-list li:before {
		background-size: 80%;
		left: -40px;
		width: 80px;
		height: 80px;
		background-position: left center;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.defect-list li {
		font-size: 18px;
	}
}
@media only screen and (min-width: 768px) {
	.defect-list li > span::after {
		content: "";
		 position: absolute;
		 z-index: -1;
		 top: 10px;
		 right: -24px;
		 height: 50px;
		 width: 50px;
		border: 1px solid #fff;
		border-bottom:0;
		border-left:0;
		 -webkit-transform: rotate(45deg);
		         transform: rotate(45deg);
		transition: all 0.3s ease;
	}
}
@media only screen and (min-width:480px) {
	.brands {
	    margin: 70px auto 0px;
	}
	.brands li img{
		max-height: 34px;
	}
}
@media only screen and (min-width: 480px) {
	.form-title {
		padding: 30px 0 20px;
	}
	.form-title .sub-title {
		font-size: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.form-title {
		padding: 50px 0 35px;
	}
}
@media only screen and (min-width: 992px) {
	.form-title .sub-title {
		font-size: 24px;
	}
}
@media only screen and (min-width: 420px) {
	.feature-list li {
		font-size: 1.5rem;
	}
	.feature-list li:before {
		font-size: 21px;
		width: 25px;
		height: 25px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.feature-list ul {
		padding-top: 20px;
		padding-left: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.feature-list ul {
		padding-left: 10px;
	}
	.feature-list li {
		font-size: 1.8rem;
	}
	.feature-list li:before {
		font-size: 24px;
		width: 28px;
		height: 28px;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 420px) {
	.master-phone > div:nth-child(1){
		font-size: 1.4rem;
	}
	.master-phone > div:nth-child(2){
		font-size: 2.5rem;
	}
}
@media only screen and (min-width: 768px) {
	.master-phone {
		margin-top: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.master-phone > div:nth-child(1){
		font-size: 1.8rem;
	}
	.master-phone > div:nth-child(2){
		font-size: 3rem;
	}
	.master-phone > div:nth-child(3){
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 992px) {
	.price_check {
		text-align: left;
	}
	#scroll2 {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.price_check h3{
		font-size: 28px;
	}
}
@media only screen and (min-width: 1200px) {
	.price_check h3{
		font-size: 30px;
	}
}
@media only screen and (max-width: 520px) {
	.price_check-values .col-xs-6{
		width: 100%;
	}
	.price_check-values .col-xs-6:first-child{
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.price_check-values p{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.price-table li > div > div:nth-child(2){
		border-right: 0;
	}
}
@media only screen and (min-width: 640px) {
	.price-table li > div > div:first-child{
		font-size: 18px;
	}
	.price-table li > div > div:nth-of-type(2){
		font-size: 16px;
	}
	.price-table li > div > div:nth-of-type(2) span{
		font-size: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.price-table li > div > div:first-child{
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.bg-3 h2 {
		margin-bottom: 0;
	}
	.bg-3 .sub-bg {
		padding: 20px 0;
	}
}
@media only screen and (min-width: 480px) {
	.benefit-list ul {
		margin: 40px auto;
	}
}
@media only screen and (min-width: 768px) {
	.benefits h3{
		font-size: 1.8rem;
		margin-top: 30px;
	}
	.benefit-list li {
		font-size: 20px;
		padding-left: 35px;
	}
	.benefit-list li:before {
		font-size: 18px;
		width: 20px;
		height: 20px;
		top: 2px;
	}
}
@media only screen and (min-width: 992px) {
	.benefits h3{
		font-size: 2rem;
		margin-top: 30px;
	}
	.benefit-list li {
		font-size: 22px;
		padding-left: 45px;
	}
	.benefit-list li:before {
		font-size: 22px;
		width: 25px;
		height: 25px;
	}
}
@media only screen and (min-width: 480px) {
	.benefit-list .title {
		font-size: 1.5rem;
	}
}
@media only screen and (min-width: 768px) {
	.benefit-list .title {
		text-align: left;
	}
}
@media only screen and (max-width: 360px) {
	.benefit-value .value{
		margin-left: 40px !important;
	}
}
@media only screen and (max-width: 640px) {
	.benefit-value .col-xs-6{
		width: 100%;
	}
	.benefit-value .value{
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 767px) {
	.bg-4 h2, .feed-bg h2 {
		margin-bottom: 0;
	}
	.feed-bg, .bg-4 .sub-bg {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 480px) {
	footer {
		font-size: 14px;
	}
}
@media only screen and (min-width: 480px) {
	.popup-close {
		top: -26px;
		right: -26px;
	}
}