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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.audience.sect .items .item {
		margin-left: 30px;
	}
	.audience.sect .items .item .icon {
		margin-right: 20px;
	}
	.audience.sect .items .item .text {
		width: 211px;
	}
	.header.sect .content .logo .text .caption {
		font-size: 19px;
	}
	.main.sect > .container .content {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.main.sect > .container .content > .top > .left {
		width: 455px;
		margin-right: 15px;
	}
	.order.sect > .container .content > .top > .left {
		width: 455px;
		margin-right: 15px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.advantages.sect .items {
		width: 602px;
	}
	.advantages.sect .items .item:nth-child(-n+2)::before {
		content: '';
		position: absolute;
		top: 0;
		left: -5px;
		width: 8px;
		height: 20%;
		background-color: #fff;
	}
	.advantages.sect .items .item:nth-last-child(-n+2)::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -5px;
		width: 8px;
		height: 20%;
		background-color: #fff;
	}
	.advantages.sect .items .item:nth-child(2n+1)::after,
	.advantages.sect .items .item:nth-child(2n+2)::after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		width: 20%;
		height: 8px;
		background-color: #fff;
	}
	.advantages.sect .items .item:nth-child(2n+2)::after {
		left: auto;
		right: 0;
	}
	.advantages.sect .items .item:nth-child(-n+2) {
		margin-top: 0;
	}
	.advantages.sect .items .item:nth-child(2n+1) {
		margin-left: 0;
	}
	.advantages.sect .items .item:nth-child(2n+1):hover {
		margin-left: -10px;
	}
	.audience.sect .items .item .text {
		width: 265px;
	}
	.audience.sect .items .item .text .caption {
		min-height: 0;
	}
	.header.sect .content .logo,
	.header.sect .content .info {
		float: none;
	}
	.header.sect .content .info {
		margin-top: 20px;
	}
	.main.sect > .container .content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main.sect > .container .content > .top > .left ,
	.main.sect > .container .content > .top > .right {
		display: block;
		width: auto;
	}
	.main.sect > .container .content > .top > .left {
		margin-right: 0;
	}
	.main.sect > .container .content > .top > .right {
		margin-top: 20px;
	}
	.main.sect > .container .content > .top > .left .info {
		margin-top: 0;
	}
	.order.sect > .container .content > .top > .left ,
	.order.sect > .container .content > .top > .right {
		display: block;
		width: auto;
	}
	.order.sect > .container .content > .top > .left {
		margin-right: 0;
	}
	.order.sect > .container .content > .top > .right {
		margin-top: 20px;
	}
	.order.sect > .container .content > .top > .left .info {
		margin-top: 0;
	}
	.contacts.sect .content .info {
		margin-left: 0;
	}
	.collection.sect .content > .bottom .items .item > .text {
		display: block;
		width: auto;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.collection.sect .content > .bottom .items .item > .icon {
		display: block;
		width: auto;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {	
	.advantages.sect {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.intro {
		margin-bottom: 40px;
	}
	.intro .caption {
		font-size: 20px;
	}
	.intro .caption::before,
	.intro .caption::after {
		display: none;
	}
	.advantages.sect .intro {
		margin-bottom: 40px;
	}
	.advantages.sect .items {
		display: block;
		width: auto;
		background-color: transparent;
	}
	.advantages.sect .items .item::before,
	.advantages.sect .items .item::after {
		display: none !important;
	}
	.advantages.sect .items .item {
		width: 290px;
		padding: 20px 30px;
	}
	.advantages.sect .items .item:hover {
		width: 310px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.advantages.sect .note {
		margin-top: 35px;
	}
	.advantages.sect .note .look {
		font-size: 18px;
	}
	.audience.sect {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.audience.sect .content > .top {
		margin-bottom: 40px;
		margin-top: 0;
	}
	.audience.sect .content > .top .caption {
		font-size: 22px;
	}
	.audience.sect .items {
		margin-top: -30px;
	}
	.audience.sect .items .item {
		margin-top: 30px;
	}
	.audience.sect .items .item .icon,
	.audience.sect .items .item .text {
		display: block;
		width: auto;
	}
	.audience.sect .items .item .icon {
		margin-right: 0;
	}
	.audience.sect .items .item .text {
		margin-top: 15px;
	}
	.header.sect .content .logo .icon,
	.header.sect .content .logo .text {
		display: block;
		text-align: center;
	}
	.header.sect .content .logo .text {
		margin-top: 10px;
	}
	.header.sect .content .info {
		text-align: center;
	}
	.header.sect .content .info .items .item .phone a,
	.header.sect .content .info .items .item .email a {
		padding-left: 0;
	}
	.header.sect .content .info .items .item .phone a::before,
	.header.sect .content .info .items .item .email a::before {
		position: static;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.header.sect .content .info .items .item .button.callback {
		margin-left: 0;
	}
	.main.sect > .container .content {
		padding-top: 20px;
	}
	.main.sect > .container .content > .top > .left .info > .caption {
		font-size: 20px;
	}
	.main.sect > .container .content > .top > .right form {
		width: auto;
		max-width: 470px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.main.sect > .container .content > .top > .right form > .top .caption {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.order.sect {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.order.sect > .container .content > .top > .left .info .items {
		margin-top: -20px;
	}
	.order.sect > .container .content > .top > .left .info .items .item {
		margin-top: 20px;
	}
	.order.sect > .container .content > .top > .left .info .items .item .text .caption {
		font-size: 16px;
	}
	.order.sect > .container .content > .top > .right form {
		width: auto;
		max-width: 470px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.order.sect > .container .content > .top > .right form > .top .caption {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.contacts.sect {
		padding-top: 0;
		padding-bottom: 0;
	}
	.contacts.sect .content .info {
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	.contacts.sect .content .info > .top {
		text-align: center;
		padding: 15px;
	}
	.contacts.sect .content .info > .top .items .item .phone a,
	.contacts.sect .content .info > .top .items .item .address,
	.contacts.sect .content .info > .top .items .item .email a {
		padding-left: 0;
	}
	.contacts.sect .content .info > .top .items .item .phone a::before,
	.contacts.sect .content .info > .top .items .item .address::before,
	.contacts.sect .content .info > .top .items .item .email a::before {
		position: static;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.contacts.sect .content .info > .top .items .item .button.callback {
		margin-left: 0;
	}
	.contacts.sect .content .info > .developer {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contacts.sect .content .info > .developer .text,
	.contacts.sect .content .info > .developer .icon {
		display: block;
	}
	.contacts.sect .content .info > .developer .text {
		margin-right: 0;
	}
	.contacts.sect .content .info > .developer .text .caption br {
		display: none;
	}
	.contacts.sect .content .info > .developer .icon {
		margin-top: 10px;
	}
	.contacts.sect .map {
		position: static;
		height: 400px;
	}
	.videos.sect {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.videos.sect .items .item .text .caption {
		font-size: 18px;
		margin-left: auto;
		margin-right: auto;
	}
	.cert.sect {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.design.sect {
		padding-top: 20px;
	}
	.design.sect .groups {
		margin-top: -40px;
	}
	.design.sect .groups .group {
		margin-top: 40px;
	}
	.design.sect .groups .group > .container > .caption {
		font-size: 18px;
		margin-left: auto;
		margin-right: auto;
	}
	.collection.sect {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.collection.sect .intro {
		margin-bottom: 40px;
	}
	.collection.sect .content > .top .collection .items {
		max-width: 375px;
		margin-left: auto;
		margin-right: auto;
	}
	.collection.sect .content > .top .type {
		max-width: 375px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.collection.sect .content > .top .type .items .item {
		display: table;
	}
	.collection.sect .content > .bottom .items .item > .text {
		text-align: center;
	}
	.collection.sect .content > .bottom .items .item > .text .caption {
		font-size: 18px;
		padding-left: 0;
	}
	.collection.sect .content > .bottom .items .item > .text .caption::before {
		position: static;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.calc.sect {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.calc.sect .calc {
		padding: 30px;
	}
	.calc.sect .calc .items .item {
		text-align: center;
	}
	.calc.sect .calc .items .item > .caption {
		padding-left: 0;
	}
	.calc.sect .calc .items .item > .caption::before {
		position: static;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.calc.sect .calc .items .item .fields .field > .left,
	.calc.sect .calc .items .item .fields .field > .right {
		width: 100%;
	}
	.calc.sect .calc .items .item .fields .field > .right {
		margin-left: 0;
		margin-top: 10px;
	}
	.calc.sect .calc .button.get {
		margin-top: 30px;
	}
	.calc.sect .calc .note {
		margin-top: 30px;
	}
}

/* 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) {	
	.advantages.sect .items .item:nth-child(-n+3)::before {
		content: '';
		position: absolute;
		top: 0;
		left: -5px;
		width: 8px;
		height: 20%;
		background-color: #fff;
	}
	.advantages.sect .items .item:nth-last-child(-n+3)::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -5px;
		width: 8px;
		height: 20%;
		background-color: #fff;
	}
	.advantages.sect .items .item:nth-child(3n+1)::after,
	.advantages.sect .items .item:nth-child(3n+3)::after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		width: 20%;
		height: 8px;
		background-color: #fff;
	}
	.advantages.sect .items .item:nth-child(3n+3)::after {
		left: auto;
		right: 0;
	}
	.advantages.sect .items .item:nth-child(-n+3) {
		margin-top: 0;
	}
	.advantages.sect .items .item:nth-child(3n+1) {
		margin-left: 0;
	}
	.advantages.sect .items .item:nth-child(3n+1):hover {
		margin-left: -10px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}