
/* Large Devices, Wide Screens */

@media only screen and (max-width : 1200px) {
	/**/

	.burger {
		display: flex;
	}

	.icon.icon__logo_1 {
		zoom: 0.8;
	}
	.header {
		max-height: 72px;
		top: 0px;
		left: 0px;
		width: 100%;
	    position: fixed;
	    z-index: 1000;
	    background: #fff;
	    padding: 0px;

	}
	.header__wrap {
		display: block;
	}
	.header__group.header__group_1 {
		padding: 21px 16px;
    	box-sizing: border-box;
    	height: 72px;
    	max-width: 1000px;
	}
	.header__group.header__group_2 {
	    flex-direction: column;
	    z-index: 100;
	    position: relative;
	    background: #fff;
	    padding: 21px 16px;
	    box-sizing: border-box;
		display: none;
		border-top: solid #00B8E0 1px;
	}
	.menu {
		display: block;
	}
	.menu__li {
		margin-left: 0px;
		margin-top: 15px;
	}
	.menu__li:first-child {
		margin-top: 0px;
	}
	.menu__link {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
	}
	.main {
		margin-top: 72px;
	}
	.header__phones {
		margin-top: 33px;
		display: block;
		padding: 0px;
	}
	.header__phone {
		margin-left: 0px;
		margin-top: 24px;
	}
	.header__phone:first-child {
		margin-top: 0px;
	}
	.phone {
		align-items: start;
	}
	.phone__link {
		font-family: 'Raleway';
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
	}
	.phone__desc {
		font-family: 'Raleway';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}
	.header__soc {
		margin-top: 33px;
	}
	.header__icon.header__icon_1 {
		display: none;
	}
	.header__icon.header__icon_2 {
		display: inline-block;
	}

	.delivery-item {
		max-width: 49%;
	}
	.wrap {
		padding: 20px;
	}
	.header__wrap {
		padding: 0px;
	}
	.step {
		width: 47%;
		margin-top: 20px;
	}
	.main__group.main__group_1 {
	    padding-top: 40px;
	}

	.digit {
	    max-width: 210px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.contacts__wrap {
		flex-direction: column-reverse;
		padding: 0px;

	}
	.contacts__info.contacts__info_1 {
		width: 100%;
	}
	.contacts__info.contacts__info_2 {
	    padding: 40px 20px;
	    width: auto;
	}
	.contacts__info.contacts__info_2:before {
		display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/**/
	.logo {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
	}

	.wrap {
		padding: 0px;
	}

	.h1 {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 120%;
	}
	.main__bg {
		position: relative;
	}

	.main__group.main__group_1 {
		padding-top: 27px;
		text-align: center;
	}

	.main__li {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.main__group.main__group_2 {
    	padding: 28px 16px 0px 16px;
	}
	.main__arrow {
		display: none;
	}
	.main__li:last-child {
	    margin-bottom: 10px;
	    padding-top: 33px;
	}
	.main-bg {
		zoom: 0.55;
	}
	.main__bg {
		margin:  0 auto;
		margin-top: 20px;
		margin-bottom: -40px;
	}
	.but.but_1 {
		width: 100%;
	}
	.main__ul {
		width: 100%
	}
	.main-icon {
		justify-content: space-between;
	}
	.main__group.main__group_3 {
		padding: 0px;
	}
	.main {
		padding-bottom: 40px;
	}
	.main:after {
		display: none;
	}

	.h3 {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 120%;
		text-align: center;
	}

	.work {
	    padding: 40px 0px 40px 0px;
	}
	.work__group.work__group_2 {
	    margin-top: 20px;
	}
	.work__desc {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
		text-align: center;
	}
	.work__wrap {
		padding: 0px 20px;
	}
	.work__group.work__group_3 {
	    margin-top: 51px;
	}
	.step {
		width: 100%;
		align-items: center;
		    min-height: 233px;
		margin-top: 19px;
	}
	.step:first-child {
		margin-top: 0px;
	}
	.step__text {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		padding: 0px;
		text-align: center;
		padding: 0px 19px;
	padding-top: 28px;
	}
	.social {
		justify-content: center;
	}

	.benefits {
	    padding: 40px 0px 0px 0px;
	}
	.benefits__desc {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
		text-align: center;
	}
	.benefits__group.benefits__group_2 {
	    margin-top: 20px;
	}
	.benefits__wrap {
		padding: 0px 20px;
	}
	.benefits__group.benefits__group_3 {
	    margin-top: 30px;
	}
	.benefits__li {
		width: 100%;
		margin-top: 25px;

		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
	}
	.benefits__ul {
		margin-top: 0px;
	}
	.benefits__group.benefits__group_4 {
	    margin-top: 33px;
	}
	.benefits__bg {
	    position: relative;
	    bottom: 0px;
	    margin: 0 auto;
	}

	.digits {
	    padding: 80px 0px 40px 0px;
	    width: 100%;
	}
	.digit {
		max-width: 100%;
		margin-top: 40px;
	}
	.digit:first-child {
		margin-top: 0px;
	}
	.digits__wrap {
		padding: 0px 36px;
	}
	.digits__group.digits__group_2 {
	    margin-top: 40px;
	}
	.digit__title {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 120%;
		padding-bottom: 20px;
	}
	.digit__desc {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
		margin-top: 20px;
	}
	.delivery {
	    padding: 40px 0px;
	}
	.delivery__wrap {
		padding: 0px 16px;
	}
	.delivery__group.delivery__group_2 {
	    margin-top: 40px;
	}
	.delivery-item__title {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 150%;
	}
	.delivery-item__desc {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
		margin-top: 18px;
	}
	.delivery-item {
		padding: 32px 24px;
		text-align: center;
		margin-top: 20px;
		max-width: 100%;
	}
	.delivery-item:first-child {
		margin-top: 0px;
	}
	.reviews {
	    padding: 40px 0px;
	}
	.reviews__wrap {
		padding: 0px 16px;
	}
	.reviews-item__group.reviews-item__group_1 {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.reviews__group.reviews__group_2 {
	    margin-top: 40px;
	}
	.reviews-item {
		text-align: center;
		margin-top: 40px;
		max-width: 100%;
	}
	.reviews-item:first-child {
		margin-top: 40px;
	}
	.reviews-item__name {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 120%;
		text-align: center;
		display: block;
	}
	.reviews-item__stars {
		display: block;
		margin-top: 27px;
	}
	.reviews-item__desc {
		margin-top: 22px;
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 120%;
		text-align: center;
	}
	.reviews-item__source {
		margin-top: 21px;
	}
	.logo.logo_f {
	    flex-direction: column;
	    height: auto;
	    text-align: center;
	    max-width: 100%;
	}
	.logo.logo_f .logo__desc {
		margin-left: 0px;
		margin-top: 10px;
	}
	.footer {
	    padding: 40px 0px;
	}
	.footer__item {
		margin-top: 30px;
		max-width: 100%;
	}
	.footer__item:first-child {
		margin-top: 0px;
	}
	.footer__phones {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer__phone {
		align-items: center;
	}
	.footer__phone .phone__link {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	.footer__phone .phone__desc {
		font-family: 'PT Mono';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 24px;
	}
	.footer__group.footer__group_2 {
		margin-top: 30px;
		text-align: center;
	}

	.main__bg {
    bottom: 0px;
	}	
}

@media only screen and (max-width : 600px) {
	/**/
	.main-icon__item {
		zoom: 0.8;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	/**/
	.main-bg {
	    zoom: 0.4;
	}
	.benefits__bg {
	    zoom: 0.7;
	}
	.form {
		padding: 20px;
	}
	.success {
		padding: 20px;
	}
	.form__group__desc {
		font-size: 16px;
	}

	.main-icon__item {
		zoom: 0.6;
		margin-left: 10px;
	}
}


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

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

/* 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 : 769px) {
	/**/
}

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


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

@media screen and (max-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

@-moz-document url-prefix() {
	@media only screen and (max-width : 768px) {
		.main-bg {
			-moz-transform:scale(0.55);
			-moz-transform-origin: top left;
			left: 50%;
			margin-left: -169.4px;
			margin-bottom: -317.1px;
		}
	}

	@media only screen and (max-width : 600px) {
		/**/
		.main-icon__item {
			-moz-transform: scale(0.8);
			-moz-transform-origin: center;
			margin-left: 0px;
		}

	}

	@media only screen and (max-width : 480px) {
		.main-bg {
			-moz-transform:scale(0.4);
			-moz-transform-origin: top left;
			left: 50%;
			margin-left: -124.4px;
			margin-bottom: -418px;
		}
		.main-icon__item {
			-moz-transform: scale(0.6);
			-moz-transform-origin: center;
			margin-left: 0px;
			margin-left: -35px;
		}
	}

}