/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1599px) {
	.main.sect > .container {
		padding-top: 160px;
	}
	.main.sect > .container .offer {
		position: static;
		width: auto;
		height: auto;
		margin-left: 0;
	}
}
@media only screen and (max-width : 1199px) {
	.who.sect .content > .bottom .items {
		margin-left: -95px;
	}
	.who.sect .content > .bottom .items .item {
		margin-left: 95px;
	}
	.main.sect > .container .advantages {
		margin-top: 115px;
	}
	.about.sect .items .item .text {
		padding-left: 40px;
	}
	.about.sect .items .item .icons {
		width: 460px;
	}
	.about.sect .items .item .icons .icon:nth-child(2n) img {
		margin-left: 40px;
		margin-top: -40px;
	}
	.about.sect .items .item .icons {
		width: 360px;
	}
	.about.sect .items .item .icons .icon img {
		max-width: 320px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.who.sect .content > .bottom .items .item.odd {
		margin-top: 80px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.who.sect {
		padding: 40px 0;
	}
	.intro .caption {
		font-size: 36px;
	}
	.intro .desc {
		font-size: 18px;
	}
	.who.sect .content > .bottom > .caption {
		font-size: 24px;
		margin-bottom: 64px;
	}
	.who.sect .content > .bottom .items {
		margin-top: -40px;
	}
	.who.sect .content > .bottom .items .item,
	.who.sect .content > .bottom .items .item.odd {
		margin-top: 40px;
	}
	.information.sect {
		padding: 60px 0;
	}
	.information.sect .content {
		max-width: none;
	}
	.information.sect .content > .top .caption {
		font-size: 24px;
	}
	.header.sect {
		position: static;
		line-height: 1.2;
		background-color: #282828;
		padding: 15px 0;
	}
	.header.sect .slogan,
	.header.sect .info,
	.footer.sect .address {
		float: none;
	}
	.header.sect .slogan {
		font-size: 24px;
	}
	.header.sect .info .phone {
		font-size: 20px;
		font-weight: 700;
	}
	.header.sect .info .link {
		font-size: 18px;
	}
	.footer.sect {
		padding: 20px 0;
	}
	.footer.sect .address {
		font-size: 18px;
	}
	.order.sect {
		padding: 40px 0;
	}
	form {
		max-width: 320px;
		padding: 50px 30px 30px;
	}
	form .intro {
		margin-bottom: 15px;
	}
	form .intro .caption {
		font-size: 24px;
	}
	form .button {
		margin-top: 5px;
	}
	form .note {
		font-size: 16px;
		margin-top: 15px;
	}
	.popup.complete.sect {
		width: 320px;
		padding: 50px 30px 30px;
	}
	.popup.complete.sect .intro .caption {
		font-size: 24px;
	}
	.popup.complete.sect .intro .desc {
		font-size: 18px;
	}
	.main.sect > .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main.sect > .container .content > .top .caption {
		font-size: 36px;
	}
	.main.sect > .container .content > .top .desc {
		font-size: 20px;
	}
	.main.sect > .container .content > .bottom {
		margin-top: 20px;
	}
	.main.sect > .container .content > .bottom .desc {
		font-size: 18px;
	}
	.main.sect > .container .content > .bottom .button {
		margin-top: 20px;
	}
	.main.sect > .container .advantages {
		margin-top: 40px;
	}
	.about.sect {
		padding: 40px 0;
	}
	.about.sect .intro {
		margin-bottom: 30px;
	}
	.about.sect .pager .button {
		width: 100%;
	}
	.about.sect .items {
		margin-top: 20px;
	}
	.about.sect .items .item .icons,
	.about.sect .items .item .text {
		display: block;
		width: auto;
	}
	.about.sect .items .item .icons {
		text-align: center;
	}
	.about.sect .items .item .text {
		padding-left: 0;
		margin-top: 20px;
	}
	.about.sect .items .item .icons .icon:nth-child(2n+1) img,
	.about.sect .items .item .icons .icon:nth-child(2n) img {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.about.sect .items .item .icons .icon:nth-child(2n) img {
		margin-left: 0;
		margin-top: 0;
	}
	.about.sect .items .item .icons .icon img {
		max-width: 100%;
	}
	.about.sect .items .item .icons .icon {
		margin-top: 20px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {	
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {  

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}