@media (min-width: 768px){
	.steps__item:nth-child(1):before{
		left: -10px;
	}

	.steps__item:nth-child(1) .steps__desc{
		left: 0;
	}

	.steps__dot:first-child{
		left: -3px;
	}
}

@media (min-width: 992px){
	.container{
		max-width: 960px;
	}
}

@media (min-width: 1200px){
	.container{
		max-width: 1170px;
	}
}

@media (max-width: 1199px){
	p,
	a,
	span,
	input,
	textarea,
	label,
	li,
	td,
	div{
		font-size: 14px;
	}

	.steps__item:nth-child(2){
		left: 155px;
	}

	.steps__item:nth-child(3){
		left: 305px;
	}

	.steps__item:nth-child(4){
		left: 440px;
	}

	.steps__item:nth-child(5){
		left: 590px;
	}

	.steps__line{
		width: 595px;
	}

	.qr__tips p{
		font-size: 14px;
		line-height: 1.3;
	}

	.qr__tips_left{
		left: -30px;

		max-width: 200px;
	}

	.qr__tips_right{
		right: -30px;

		max-width: 200px;
	}

	.contacts__left{
		margin-right: 40px;
	}
}

@media (max-width: 991px){
	h4,
	.h4{
		font-size: 16px;
	}

	h5,
	.h5{
		font-size: 14px;
	}

	.bullets__item{
		margin: 0 15px;
		margin-bottom: 30px;
	}

	.steps__item:nth-child(1){
		-webkit-transform: scale(.7);
		    -ms-transform: scale(.7);
		        transform: scale(.7);
		-webkit-transform-origin: bottom left;
		    -ms-transform-origin: bottom left;
		        transform-origin: bottom left;
	}

	.steps__item:nth-child(2){
		left: 90px;

		-webkit-transform: scale(.7);
		    -ms-transform: scale(.7);
		        transform: scale(.7);
		-webkit-transform-origin: top left;
		    -ms-transform-origin: top left;
		        transform-origin: top left;
	}

	.steps__item:nth-child(3){
		left: 205px;

		-webkit-transform: scale(.7);
		    -ms-transform: scale(.7);
		        transform: scale(.7);
		-webkit-transform-origin: bottom left;
		    -ms-transform-origin: bottom left;
		        transform-origin: bottom left;
	}

	.steps__item:nth-child(4){
		left: 290px;

		-webkit-transform: scale(.7);
		    -ms-transform: scale(.7);
		        transform: scale(.7);
		-webkit-transform-origin: top left;
		    -ms-transform-origin: top left;
		        transform-origin: top left;
	}

	.steps__item:nth-child(5){
		left: 390px;

		-webkit-transform: scale(.7);
		    -ms-transform: scale(.7);
		        transform: scale(.7);
		-webkit-transform-origin: bottom left;
		    -ms-transform-origin: bottom left;
		        transform-origin: bottom left;
	}

	.steps__line{
		width: 395px;
	}

	.steps__dot-line-round{
		right: 50px;
	}

	.steps__final{
		-webkit-transform: scale(.9);
		    -ms-transform: scale(.9);
		        transform: scale(.9);
		-webkit-transform-origin: bottom right;
		    -ms-transform-origin: bottom right;
		        transform-origin: bottom right;
	}

	.qr__tips{
		display: none;
	}

	.contacts__left{
		width: 300px;
		margin-right: 50px;
	}

	.contacts__block{
		padding: 53px 15px;
	}

	.contacts__block-title{
		padding-left: 35px;

		letter-spacing: normal;
	}

	.contacts__form .form-group{
		display: block;
	}

	.contacts__form .form-group p{
		margin-bottom: 5px;
		padding-left: 20px;
	}

	.contacts__form .form-group.btn-inside{
		padding-left: 0;
	}
}

@media (max-width: 767px){
	.container{
		padding: 0 10px;
	}

	h3,
	.h3{
		font-size: 18px;
	}

	.desktop-state{
		display: none;
	}

	.mobile-state{
		display: block;
	}

	.header{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header .container{
		padding: 0 10px;
	}

	.header__contact .btn{
		padding: 13px 20px;
	}

	.main{
		padding-top: 115px;
		padding-bottom: 53px;
	}

	.main__title{
		font-size: 40px;
		line-height: 47px;

		margin-bottom: 10px;

		letter-spacing: 5.71428px;
	}

	.main__subtitle{
		line-height: 24px;

		margin: auto;
		margin-bottom: 30px;
	}

	.bullets{
		display: block;

		margin-bottom: 30px;
	}

	.bullets__item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		width: 100%;
		max-width: 340px;
		margin: auto;
		margin-bottom: 15px;
		padding-right: 20px;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bullets__icon{
		width: 110px;
		margin-right: 5px;
		margin-bottom: 0;

		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.bullets__desc{
		text-align: left;
	}

	.bullets__desc p{
		margin-bottom: 0;
	}

	.section{
		padding-top: 24px;
	}

	.section__title{
		font-size: 24px;
		line-height: 28px;

		margin-bottom: 0;

		letter-spacing: 3.42857px;
	}

	.section_contacts{
		padding-bottom: 10px;
	}

	.steps{
		height: auto;
		margin-top: 10px;
	}

	.steps__item{
		position: relative;

		width: 100%;
		min-height: 76px;
		padding-top: 20px;
		padding-left: 91px;
	}

	.steps__item:before{
		left: 15px;

		width: 61px;
		height: 61px;
	}

	.steps__item:nth-child(1){
		top: 0;

		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.steps__item:nth-child(2){
		top: 0;
		left: 0;

		margin-bottom: -5px;

		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.steps__item:nth-child(3){
		top: 0;
		left: 0;

		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.steps__item:nth-child(4){
		top: 0;
		left: 0;

		width: 100%;
		min-height: 97px;

		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.steps__item:nth-child(5){
		top: 0;
		left: 0;

		width: 100%;
		min-height: 65px;

		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.steps__num{
		font-size: 60px;
		line-height: 70px;

		position: absolute;
		top: 2px;
		left: 18px;
	}

	.steps__line{
		top: 45px;
		left: 60px;

		display: block;

		width: auto;
		height: 300px;
	}

	.steps__desc{
		left: 0;
	}

	.steps__dot{
		width: 18px;
		height: 18px;
		margin-bottom: 56px;
	}

	.steps__dot-line{
		left: 6px;

		width: 6px;
		height: 100%;
	}

	.steps__dot-line-round{
		top: 100%;
		right: 0;
		left: 6px;

		margin-top: 2px;

		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.steps__final{
		position: relative;
		top: auto;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		width: 100%;
		margin-bottom: -120px;
		padding: 20px 13px;
		padding-bottom: 5px;

		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		text-align: left;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.steps__final .icon{
		margin-right: 18px;
	}

	.steps__final p{
		margin-bottom: 20px;
	}

	.qr{
		margin-top: 117px;
		padding: 0 20px;
	}

	.qr__top{
		width: 100%;
		max-width: 315px;
	}

	.qr__wrap{
		padding-top: 45px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.qr__title{
		font-size: 20px;
		line-height: 23px;

		margin-bottom: 10px;

		letter-spacing: 2.85714px;
	}

	.qr__desc{
		font-size: 15px;
		line-height: 18px;

		max-width: 250px;
	}

	.qr__flower:nth-child(1){
		bottom: -180px;
		left: -120px;
	}

	.qr__flower:nth-child(2){
		top: -120px;
		right: -125px;
	}

	.qr__flower:nth-child(3){
		right: -50px;
		bottom: -50px;
	}

	.qr__bottom{
		position: relative;

		width: auto;
		max-width: 370px;
		margin: auto;
	}

	.work{
		margin-top: -277px;
		margin-bottom: 51px;
		padding-top: 32px;
	}

	.work__title{
		font-size: 20px;
		line-height: 23px;

		margin-bottom: 10px;

		letter-spacing: 2.85714px;
	}

	.work p{
		font-size: 14px;
		line-height: 22px;

		margin-bottom: 15px;
		padding: 0 5px;
	}

	.work__icon{
		margin-bottom: 12px;
	}

	.work__icon	+ p{
		margin-bottom: 10px;
	}

	.contacts{
		display: block;
	}

	.contacts__left{
		width: 100%;
		margin: auto;
	}

	.contacts__icon{
		display: none;
	}

	.contacts__block{
		margin-top: -40px;
		margin-bottom: 23px;
		padding: 18px 22px;
		padding-bottom: 13px;
	}

	.contacts__block-title{
		padding-left: 58px;

		text-align: left;
		letter-spacing: 2.57143px;
	}

	.contacts__info{
		margin-bottom: 0;
		padding-left: 57px;
	}

	.contacts__title{
		font-size: 20px;
		line-height: 23px;

		margin-bottom: 11px;

		letter-spacing: 2.85714px;
	}

	.contacts__form{
		text-align: center;
	}

	.contacts__form p{
		font-size: 14px;

		margin-bottom: 16px;
	}

	.contacts__form .form-group{
		margin-bottom: 10px;
	}

	.contacts__form .form-group p{
		font-size: 16px;
		line-height: 19px;

		width: auto;
		margin-top: 0;
		margin-bottom: 8px;
		padding-left: 0;
	}

	.contacts__form .form-group.btn-inside{
		margin-top: 20px;
	}

	.contacts__form textarea.form-control{
		height: 143px;
	}

	.footer{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer__copy{
		font-size: 14px;
	}
}

@media (max-width: 767px) and (max-width: 767px){
	.bullets__item:nth-child(1) .bullets__desc{
		font-size: 16px;
		line-height: 19px;
	}

	.steps__item:nth-child(5):before{
		top: -10px;
	}

	.steps__item:nth-child(5) .steps__num{
		top: -23px;
	}
}

@media (max-width: 599px){
	h1,
	.h1{
		font-size: 2.6rem;
	}

	h2,
	.h2{
		font-size: 2.3rem;
	}

	h3,
	.h3{
		font-size: 16px;
	}

	h4,
	.h4{
		font-size: 15px;
	}
}

@media (max-width: 479px){
	.main__subtitle{
		max-width: 240px;
	}
}

@media (max-width: 413px){
	.qr{
		margin-bottom: 100px;
	}

	.qr__bottom{
		position: absolute;
		right: 0;
		left: 0;

		width: 353px;
	}
}

@media (max-width: 374px){
	.qr__bottom{
		left: 0vw;

		width: calc(100vw - 20px);
	}
}

@media (max-width: 359px){
	.btn-default{
		padding: 13px 30px;
	}
}

@media (max-width: 354px){
	.steps__desc{
		font-size: 12px;
	}

	.contacts__block{
		padding-right: 10px;
	}

	.contacts__block-title{
		letter-spacing: normal;
	}
}

@media (max-width: 344px){
	.qr__bottom{
		left: 0vw;

		width: calc(100vw - 25px);
	}
}
