/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.tariffs.sect .items {
		margin-left: -35px;
	}
	.tariffs.sect .items .item {
		max-width: 290px;
		margin-left: 35px;
	}
	.advantages.sect .content > .top .items .item {
		width: 290px;
	}
	.advantages.sect .content > .top .items .item .text > .inner {
		width: 270px;
	}
	.steps.sect .items {
		width: auto;
	}
	.steps.sect .items .item > .right {
		width: 580px;
	}
	.course.sect .content > .left {
		margin-left: -490px;
	}
	.course.sect .content > .right {
		width: 845px;
	}
	.course.sect .content > .right .items .item .text {
		width: 405px;
	}
	.about.sect {
		padding-top: 70px;
	}
	.about.sect .content > .left,
	.about.sect .content > .right {
		display: block;
		width: auto;
	}
	.about.sect .content > .left {
		max-width: 500px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.author.sect .items .item {
		width: 1050px;
	}
	.author.sect .items .item .img {
		width: 490px;
		margin-right: 50px;
	}
	.author.sect .items .item .text {
		width: 400px;
	}
	.author.sect .items .item .img::before {
		width: 106px;
		height: 106px;
		right: -26px;
		margin-top: -53px;
	}
	.wrapper > .container > .title {
		display: none;
	}
	.main.sect .content > .top .items .item .img {
		margin-right: 50px;
	}
	.main.sect .content > .top .items .item .text {
		width: 414px;
	}
	.main.sect .content > .bottom .items {
		margin-left: -80px;
	}
	.main.sect .content > .bottom .items .item {
		margin-left: 80px;
	}
	.popup.sect.information {
		padding-left: 20px;
		padding-right: 20px;
	}
	.popup.sect.information .content > .left .img {
		margin-right: 0;
	}
	.popup.sect.information .content > .right {
		width: auto;
		text-align: center;
	}
	.popup.sect.information .content > .right .text {
		padding-right: 0;
	}
	.popup.sect.information .content > .right .text > .border {
		display: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.tariffs.sect .items {
		margin-left: 0;
	}
	.tariffs.sect .items .item {
		max-width: none;
		margin-left: 0;
	}
	.advantages.sect .content > .bottom .items .item {
		display: block;
		width: auto;
	}
	.advantages.sect .content > .bottom .items .item.other {
		margin-bottom: 40px;
	}
	.steps.sect .items {
		margin-left: 0;
	}
	.steps.sect .items .item > .left {
		display: table;
		margin-left: 0;
	}
	.steps.sect .items .item > .right {
		display: block;
		width: auto;
		padding-top: 20px;
		margin-left: 0;
	}
	.course.sect .content > .left,
	.course.sect .content > .right {
		display: block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.course.sect .content > .left .text {
		position: static;
		width: auto;
		padding: 40px 20px;
	}
	.course.sect .content > .left .text::before {
		display: none;
	}
	.course.sect .content > .right .items .item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.course.sect .content > .right .items .item .num,
	.course.sect .content > .right .items .item .text {
		display: block;
		width: auto;
	}
	.course.sect .content > .right .items .item .num {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		z-index: 1;
	}
	.author.sect .items .item {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0;
	}
	.author.sect .items .item .img,
	.author.sect .items .item .text {
		display: block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.author.sect .items .item .img::before {
		display: none;
	}
	.author.sect .items .item .text {
		margin-top: 40px;
	}
	.author.sect .items .item .text .intro {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.author.sect .items .item .text ul.list {
		margin-top: 30px;
	}
	.main.sect {
		padding-top: 40px;
	}
	.main.sect .content > .top .items .item .img,
	.main.sect .content > .top .items .item .text {
		display: block;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
	.main.sect .content > .top .items .item .img {
		max-width: 596px;
	}
	.main.sect .content > .top .items .item .text {
		text-align: center;
		padding-bottom: 0;
		margin-top: 40px;
	}
	.main.sect .content > .bottom {
		margin-top: 0;
	}
	.main.sect .content > .bottom .items .item {
		margin-top: -40px;
	}
	.main.sect .content > .bottom .items .item {
		margin-top: 40px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.footer.sect .content > .left,
	.footer.sect .content > .right,
	.header.sect .content > .left,
	.header.sect .content > .right {
		float: none;
	}
	.footer.sect .location {
		margin: 15px 0;
	}
	.footer.sect .location br {
		display: none;
	}
	.header.sect .content > .right {
		margin-top: 15px;
	}
	.header.sect .phone {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.tariffs.sect {
		margin-bottom: 200px;
	}
	.tariffs.sect .items {
		margin-top: -140px;
	}
	.tariffs.sect > .container > .note {
		bottom: -180px;
	}
	.advantages.sect {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.advantages.sect .content > .bottom .items .item {
		padding: 40px 20px;
	}
	.advantages.sect .content > .bottom .items .item.other::after {
		border-top: 30px solid #51b1d8;
		border-bottom: 30px solid #51b1d8;
	}
	.advantages.sect .content > .bottom .items .item .caption {
		font-size: 30px;
	}
	.steps.sect {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.steps.sect .items .ornament.ornament1,
	.author.sect .items .item .ornament.ornament1,
	.main.sect .content > .top .items .item .ornament.ornament1 {
		display: none;
	}
	.course.sect {
		padding-top: 25px;
	}
	.about.sect {
		padding: 50px 0;
		margin-top: 10px;
	}
	.about.sect .button.order {
		margin-top: 50px;
	}
	.about.sect .content > .left {
		max-width: 340px;
		padding: 20px;
	}
	.about.sect .content > .left .text .caption .selected {
		font-size: 36px;
	}
	.about.sect .content > .left .text .desc,
	.about.sect .content > .left .text .desc .selected {
		font-size: 28px;
	}
	.about.sect .content > .left .text .caption .color,
	.about.sect .content > .right .text .desc .color {
		color: #505050;
		background-color: transparent;
		padding: 0;
		margin-top: 0;
	}
	.author.sect {
		padding-top: 50px;
		padding-bottom: 25px;
	}
	.author.sect .items .item .text .intro .caption {
		font-size: 62px;
	}
	.main.sect {
		padding-bottom: 25px;
	}
	.main.sect .content > .top .items .item .text .caption {
		font-size: 48px;
	}
	.popup.sect .content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.popup.form.sect .caption,
	.popup.thanks.sect .caption {
		margin-left: -20px;
		margin-right: -20px;
	}
	.popup.sect.information .content > .right form .fields input[type="text"],
	.popup.sect.information .content > .right form .fields textarea {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.popup.sect.information .content > .left .img {
		display: inline-block;
		vertical-align: top;
		width: auto;
		padding: 0;
	}
	.popup.sect.information .content > .left .img > img {
		border: 5px solid #fff;
	}
	.popup.sect.information .content > .left .img > .border {
		display: none;
	}
}

/* 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) {
	
}