@media screen and (min-width: 1300px) {

.header .container {
	max-width: 1136px;
}

}

@media screen and (max-width: 1200px) {

.container {
	max-width: 960px;
}
.header-logo {
	margin-right: 40px;
}
.header-menu {
	margin-left: 30px;
}
.header-bt {
	margin-left: 30px;
}
.step-1 H1 {
	font-size: 55px;
	line-height: 1.3;
}
.step-1 .content {
	max-width: 500px;
}
.step-2 .tabs li a {
	padding-left: 70px;
	font-size: 22px;
}
.step-2 .tabs li a span:after {
	width: 180px;
}
.step-3 .form::after {
	top: 10px;
}
.calc-block .content {
	width: 570px;
}
.calc-block .image {
	width: calc(100% - 570px);
}
.calc-form .col {
	width: 48%;
}


}


@media screen and (max-width: 1023px) {

.container {
	max-width: 720px;
}
H2 {
	text-align: center;
}
.bt {
	height: 50px;
	padding-bottom: 0;
}
.header-location {
	display: none;
}
.header-bt {
	margin-left: auto;
	width: 130px;
}
.header-logo {
	margin-right: 0;
}
.header-menu {
	margin: 32px 25px 0;
}
.header-bt {
	margin-left: 0;
}
.step-1 .wrapper {
	padding-top: 190px;
}
.step-1 .content {
	max-width: 100%;
	text-align: center;
}
.step-1 H1 {
	font-size: 46px;
}
.step-1 .bt {
	margin: 20px auto 0;
	max-width: 240px;
}
.step-1 .image {
	position: relative;
	right: auto;
	bottom: auto;
	height: 484px;
	margin-top: -30px;
}
.step-1 .image img {
	position: absolute;
	right: 0; bottom: 0;
}
.step-2 .tabs {
	width: 100%;
	padding-top: 20px;
}
.step-2 .tabs ul {
	display: flex;
}
.step-2 .tabs li {
	flex-grow: 1;
	flex-basis: 0;
}
.step-2 .tabs li a {
	display: block;
	height: 100%;
	padding-left: 0;
	font-size: 20px;
	text-align: center;
}
.step-2 .tabs li a.active {
	color: #F2CC41;
}
.step-2 .tabs li a svg {
	position: static;
	display: block;
	margin: 0 auto 14px;
}
.step-2 .tabs li a span::after {
	width: 80px;
	left: 50%;
	margin-left: -40px;
	bottom: auto;
	top: 100%;
	transform: rotate(90deg);
	display: none;
}
.step-2 .content {
	width: 720px;
	margin: 50px auto 0;
}
.couses-block .flex-row {
	justify-content: center;
}
.couses-block .item {
	max-width: 100%;
	width: calc(33.333% - 14px);
	margin-left: 7px;
	margin-right: 7px;
	display: flex;
	flex-direction: column;
}
.couses-block .item p {
	min-height: 100%;
}
.step-3 .form form {
	max-width: 380px;
	margin: 0 auto;
}
.step-3 .form .form-item {
	margin-right: 0;
	width: 100%;
}
.step-3 .form .bt {
	margin: 36px auto 0;
	font-size: 16px;
	height: 50px;
}
.step-3 .form::after {
	top: 130px;
	right: -120px;
}
.step-4 {
	padding-top: 87px;
}
.calc-block .content {
	width: 100%;
}
.calc-block .image {
	display: none;
}
.calc-form .col,
.calc-form .col:nth-child(2),
.calc-form .marked,
.calc-form .total {
	max-width: 100%;
	width: calc(50% - 15px)
}
.instruction-block {
	padding-top: 70px;
}
.instruction-block H2 {
	padding-left: 0;
}
.step-5 {
	padding: 80px 0;
}
.slider-work .item {
	margin-right: 0;
	padding: 5px;
	height: auto;
	top: 0;
	background: linear-gradient(122.29deg, #FFC700 2.26%, #AC8D1D 99.09%);
}
.slider-work {
	margin-top: 60px;
	padding-right: 0;
	overflow: hidden;
}
.slider-work .arrows {
	position: static;
	margin: 40px auto 0;
}
.slider-work .item img,
.slider-work .slick-current img {
	height: 500px;
}
.step-7 {
	margin: 80px 0 15px;
}
.contacts-box {
	margin: 0 auto;
	padding: 20px 40px 60px;
}
.step-9 .map {
	position: static;
	display: block;
	height: auto;
}



}



@media screen and (max-width: 768px) {

.container {
	max-width: 540px;
}
.header-bt {
	display: none;
}
.step-1 {
	background-position: 50% 100%;
}
.step-2 .tabs .slick-slider {
	display: block;
	padding: 0 60px;
	margin-top: 30px;
}
.step-2 .slick-slider li {
	float: left;
	margin: 0;
}
.couses-block .flex-row {
	justify-content: space-between;
}
.couses-block .item {
	width: calc(50% - 10px);
	margin-left: 0;
	margin-right: 0;
}
.step-3 .form::after {
	width: 288px;
	height: 288px;
}
.step-3 .form::after {
	top: 250px;
}

.step-6 {
	height: auto;
	background-position: 78% 100%;
	padding: 60px 0 80px;
}
.step-6 .slick-slider {
	display: block;
	position: relative;
	margin-top: 40px;
}
.step-6 .slick-list {
	margin: 0 -10px;
	overflow: hidden;
}
.step-6 .slick-slider .item-stock {
	float: left;
	margin: 0 10px;
	max-width: 100%;
}
.step-6 .slick-slider .slick-prev {
	left: -90px;
}
.step-6 .slick-slider .slick-next {
	right: -90px;
}

.step-7::before {
	display: none;
}
.slider-reviews .item {
	margin: 0 20px;
}

.footer {
	text-align: center;
}
.footer .colm {
	width: 100%;
}
.footer .bt {
	max-width: 200px;
	margin: 20px auto 0;
}
.footer .f-nav {
	width: 100%;
	margin-top: 30px;
}
.footer .payment {
	width: 100%;
	padding-right: 0;
	margin-top: 40px;
}
.footer .payment::after {
	position: static;
	margin: 10px auto 0;
}
.step-2 .content {
	width: 100%;
	text-align: center;
}
.step-2 .tab-block .image {
	display: flex;
	flex-direction: column;
}
.step-2 .tab-block .image img {
	max-width: 100%;
	order: -2;
}


}


@media screen and (max-width: 700px) {


.step-6 .slick-slider {
	margin-left: -70px;
	margin-right: -70px;
}
.step-6 .slick-list {
	padding: 0 70px;
}
.step-6 .slick-slider .item-stock {
	margin: 0 15px;
}


}


@media screen and (max-width: 600px) {

.container {
	max-width: 100%;
	padding: 0 15px;
}
.step-1::before {
	display: none;
}
.header-advantages {
	border-bottom: solid 1px #f8e9b5;
	margin: 0 -15px;
	padding: 5px 15px 12px;
}
.header-advantages .item {
	width: 25%;
	margin-top: 5px;
}
.header-phone {
	margin: 25px 0 0;
	width: 100%;
	order: 3;
	text-align: center;
}
.header-menu {
	margin-left: auto;
	margin-right: 0;
}
.header-menu ul {
	width: 240px;
}
.header-menu li a {
	font-size: 20px;
	line-height: 38px;
	padding: 0px 25px;
}
.step-1 .wrapper {
	padding-top: 270px;
}
.step-1 H1 {
	font-size: 34px;
}
.step-1 .image img {
	right: -140px;
}
.step-1 .image .caption {
	top: 80px;
	right: -38px;
}
H2 {
	line-height: 1.3;
	font-size: 30px;
}
.couses-block .item {
	font-size: 16px;
	line-height: 1.3;
}
.calc-form .col, .calc-form .col:nth-child(2), .calc-form .marked, .calc-form .total {
	width: 100%;
}
.instruction-block .list::before {
	width: 227px;
	height: 170px;
	right: -105px;
	bottom: -80px;
}
.instruction-block .list .wrapper {
	padding: 38px 20px 40px;
}
.instruction-block .item {
	padding-left: 60px;
	font-size: 18px;
	line-height: 22px;
}
.slider-work .item img, .slider-work .slick-current img {
	height: 400px;
}
.slider-reviews .arrows {
	display: flex;
	justify-content: space-between;
	width: 150px;
	margin: 40px auto 0;
}
.slider-reviews .arrows .slick-arrow {
	position: static;
	margin: 0;
}
.step-2 .target {
	position: absolute;
	right: 0px;
	bottom: -30px;
}
.step-2 .target::before,
.step-2 .target::after {
	display: none;
}
.step-2 .target .entry {
	font-size: 20px;
	line-height: 1.1;
	width: 140px;
	height: 140px;
}



}


@media screen and (max-width: 479px) {

.header-advantages .item {
	width: 50%;
	max-width: 150px;
}
.contacts-box {
	padding: 20px 20px 40px;
}
.contacts-box .social {
	justify-content: space-between;
}
.contacts-box .social a {
	margin-right: 0;
}
.item-contact {
	padding-left: 55px;
}
.form .wrapper {
	padding: 53px 30px 50px;
}
.modal {
	padding: 40px 25px 55px;
}
.modal .title {
	font-size: 30px;
}


}

@media screen and (max-width: 360px) {

.step-1 .image .caption {
	padding-left: 68px;
	font-size: 28px;
}

}