@media screen and (max-width : 960px) {
	.container {
		max-width: 660px;
		padding: 0 10px;
	}

	header .header-info {
		max-width: 160px;
		font-size: 16px;
	}

	header .header-contatcs a {
		font-size: 34px;
	}

	.main-part .title-wrap h1 {
		font-size: 54px;
	}

	.main-part .title-wrap h2 {
		font-size: 31px;
	}

	.main-part .title-wrap .sub-title div {
		font-size: 27px;
	}

	.main-part .title-wrap .sub-title div:nth-child(1) {
		width: 325px;
	}

	.main-part .title-wrap .sub-title div:nth-child(2) {
		width: 460px;
	}

	.main-part .title-wrap .sub-title {
		margin-left: -100px;
	}

	.first-block {
		/*background: #fff url("../img/first-bg.jpg") no-repeat bottom  center;*/
		background: #fff url("../img/main-bg.png") no-repeat top center;
	}

	.main-part .img-wrap:before {
		bottom: 15px;
	}

	.with-btn ul li {
		font-size: 15px;
	}

	.why-first .why-first-one {
		padding: 95px 0 0;
		min-height: 190px;
		background-position: top center;
	}

	.col-33 {
		width: 30%;
		text-align: center;
	}

	.why-not .grid .img {
		max-width: 300px;
		top: 155px;
		left: 0;
	}

	.why-not .item:nth-child(1),
	.why-not .item:nth-child(7) {
		margin-left: 0;
	}

	.why-not .item:nth-child(2),
	.why-not .item:nth-child(6) {
		margin-left: 260px;
	}

	.why-not .item:nth-child(3),
	.why-not .item:nth-child(5) {
		margin-left: 310px;
	}

	.why-not .item:nth-child(2) {
		margin-bottom: 25px;
	}

	.why-not .item:nth-child(3) {
		margin-bottom: 10px;
	}

	.why-not .item:nth-child(4) {
		margin-left: 350px;
		margin-bottom: 15px;
	}

	.why-not .item:nth-child(5) {
		margin-bottom: 0;
	}

	.why-not .item:nth-child(6) {
		margin-bottom: 0;
	}

	.contacts .header .call {
		font-size: 24px;
	}

	.col-50 {
		width: 100%;
	}

	.col-50:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	footer .logo {
		width: 25%;
	}

	footer .logo img {
		max-width: 100%;
	}

	.footer-info {
		width: 31%;
	}

	.pick-defect .grid {
		height: 675px;
	}

	.pick-defect .break-coffe {
		left: 120px;
		top: 165px;
	}

	.pick-defect .item:nth-child(n) {
		width: auto;
		padding: 0;
	}

	.pick-defect .item:hover {
		background: rgba(23, 16, 16, 0);
	}

	.pick-defect .item ul {
		display: none;
	}

	.pick-defect .item:nth-child(n) .price {
		position: static;
		margin: auto;
	}


	.pick-defect .item:nth-child(1) {
		left: 5px;
	}

	.pick-defect .item:nth-child(2) {
		left: 237px;
	}

	.pick-defect .item:nth-child(3) {
		top: 0px;
		right: 33px;
	}

	.pick-defect .item:nth-child(4) {
		top: 229px;
		left: -10px;
	}

	.pick-defect .item:nth-child(5) {
		top: 236px;
	}

	.pick-defect .item:nth-child(6) {
		bottom: 26px;
		left: 2px;
	}

	.pick-defect .item:nth-child(7) {
		bottom: 20px;
		left: 241px;
	}

	.pick-defect .item:nth-child(8) {
		bottom: 35px;
	}

	.pick-defect .item:nth-child(1) h3 span:after {
		content: url("../img/lines/1-m.png");
	}

	.pick-defect .item:nth-child(2) h3 span:after {
		content: url("../img/lines/2-m.png");
		left: 11px;
	}

	.pick-defect .item:nth-child(3) h3 span:after {
		content: url("../img/lines/3-m.png");
		left: -78px;
	}

	.pick-defect .item:nth-child(4) h3 span:after {
		content: url("../img/lines/4-m.png");
	}

	.pick-defect .item:nth-child(5) h3 span:after {
		content: url("../img/lines/5-m.png");
		left: -173px;
	}

	.pick-defect .item:nth-child(6) h3 span:after {
		content: url("../img/lines/6-m.png");
	}

	.pick-defect .item:nth-child(7) h3 span:after {
		content: url("../img/lines/7-m.png");
	}

	.pick-defect .item:nth-child(8) h3 span:after {
		content: url("../img/lines/8-m.png");
		top: -81px;
	}
}

@media screen and (max-width : 639px) {
	.container {
		max-width: 320px;
	}

	header .container {
		padding: 25px 0 15px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	header .logo {
		width: 48%;
	}

	header .header-info {
		width: 52%;
	}

	header .header-contatcs a {
		font-size: 22px;
	}

	header .header-contatcs p {
		display: none;
	}

	header .header-contatcs {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	    -webkit-align-items: center;
	            align-items: center;
		margin-top: 15px;
	}

	.first-block .container {
		padding-left: 0;
		padding-right: 0;
	}

	.main-part .title-wrap h1 {
		font-size: 30px;
	}

	.main-part .title-wrap h1 span {
		display: block;
		font-size: 22px;
	}

	.main-part .title-wrap h2 {
		font-size: 22px;
	}

	.main-part .title-wrap {
		width: 48%;
	}

	.main-part .img-wrap {
		width: 52%;
	}

	.main-part .img-wrap:before {
		width: 75px;
		height: 50px;
    	-webkit-background-size: contain;
    	     -o-background-size: contain;
    	        background-size: contain;
		bottom: 73px;
		left: -28px;
	}

	.main-part .title-wrap .sub-title div {
		font-size: 16px;
	}

	.main-part .title-wrap .sub-title div:nth-child(1) {
		border-bottom: 28px solid #d1985a;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		width: 195px;
		line-height: 29px;
		margin-left: 25px;
	}

	.main-part .title-wrap .sub-title div:nth-child(2) {
		border-bottom: 30px solid #d1985a;
		border-left: 12px solid transparent;
		border-right: 13px solid transparent;
		width: 285px;
		line-height: 25px;
		margin-left: -20px;
	}

	.main-part .title-wrap .sub-title div:nth-child(3) {
		border-bottom: 25px solid #d1985a;
		border-left: 6px solid transparent;
		border-right: 10px solid transparent;
		width: 215px;
		line-height: 17px;
	}

	.first-block {
		padding-bottom: 40px;
	}

	.pick-defect {
		padding: 25px 0 50px;
	}

	.pick-defect h2 {
		font-size: 25px;
		margin-bottom: 50px;
	}

	.pick-defect .grid {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: flex-start;
		        align-items: flex-start;
		height: auto;
		margin-bottom: 15px;
	}

	.pick-defect .item:nth-child(n) {
		position: relative;
		width: auto;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.pick-defect .item h3 b {
		text-decoration: underline;
	}

	.pick-defect .item:nth-child(4) h3 span {
		margin-bottom: 0;
	}

	.pick-defect .item h3 span:after {
		content: none !important;
	}

	.pick-defect .item h3,
	.pick-defect .item:nth-child(4) h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.pick-defect .item h3 span {
		width: 15px;
		height: 15px;
		font-size: 10px;
		line-height: 15px;
		font-weight: bold;
	}

	.pick-defect .item:nth-child(n) .price {
		width: 45px;
		height: 45px;
		position: absolute;
		left: 100%;
		top: calc(50% - 22.5px);
		bottom: auto;
		font-size: 8px;
	}

	.pick-defect .item:nth-child(1) .price {
		left: calc(100% + 5px);
		top: calc(50% - 34.5px);
	}

	.pick-defect .item:nth-child(2) .price {
		left: calc(100% + 8px);
	}

	.pick-defect .item:nth-child(3) .price {
		left: calc(100% + 3px);
		top: calc(50% - 26.5px);
	}

	.pick-defect .item:nth-child(4) .price {
		left: calc(100% + 13px);
		top: calc(50% - 27.5px);
	}

	.pick-defect .item:nth-child(5) .price {
		left: calc(100% + 3px);
		top: calc(50% - 30.5px);
	}

	.pick-defect .item:nth-child(6) .price {
		left: calc(100% + 10px);
		top: calc(50% - 31.5px);
	}

	.pick-defect .item:nth-child(7) .price {
		left: calc(100% + 2px);
		top: calc(50% - 30.5px);
	}

	.pick-defect .item:nth-child(8) .price {
		left: calc(100% + 10px);
		top: calc(50% - 35.5px);
	}

	.pick-defect .break-coffe {
		width: 210px;
		left: 91px;
		top: 40px;
	}


	.pick-defect .item .price p {
		font-size: 11px;
		margin: 0;
	}

	.why-first {
		padding: 40px 0 60px;
	}

	.why-first h2 {
		font-size: 25px;
		width: 100%;
		max-width: 280px;
		margin: auto;
	}

	.why-first h2 sup {
		font-size: 14px;
	}

	.why-first .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.why-first .why-first-one {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: center;
		        align-items: center;
		padding: 0 0 0 80px;
		background-position: left center;
		min-height: 90px;
		margin-top: 20px;
		text-align: left;
	}

	.col-33 {
		width: 100%;
	}

	.about-us h2 {
		font-size: 25px;
		margin-bottom: 255px;
	}

	.about-us .container {
		background: url("../img/about-m.png") no-repeat top 45px left 4px;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}

	.about-us .item1,
	.about-us .item2 {
		width: 100%;
	}

	.why-not h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}

	.why-not .grid .img {
		max-width: 130px;
		top: 200px;
	}

	.why-not .grid .img:before {
		top: -73px;
		-webkit-transform: scale(.4);
		   -moz-transform: scale(.4);
		    -ms-transform: scale(.4);
		     -o-transform: scale(.4);
		        transform: scale(.4);
	}

	.why-not .item:nth-child(2),
	.why-not .item:nth-child(6) {
		margin-left: 15px;
	}

	.why-not .item:nth-child(3),
	.why-not .item:nth-child(5) {
		margin-left: 50px;
	}

	.why-not .item:nth-child(4) {
		margin-left: 130px;
		position: relative;
	}

	.why-not .grid .img {
		display: none;
	}

	.why-not .item:nth-child(4):before {
		content: "";
		display: block;
		width: 130px;
		height: 130px;
		position: absolute;
		right: 100%;
		top: calc(50% - 65px);
		background: url("../img/why-not.png") no-repeat;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}

	.why-not .item:nth-child(4):after {
		content: url("../img/left-why-not.png");
		position: absolute;
		top: -70px;
		left: -197px;
		-webkit-transform: scale(.4);
		-moz-transform: scale(.4);
		-ms-transform: scale(.4);
		-o-transform: scale(.4);
		transform: scale(.4);
	}

	.why-not .item:nth-child(n) {
		margin-bottom: 0;
		padding: 5px 0 5px 65px;
	}

	.why-not .item:nth-child(1) {
		padding: 13px 0 13px 65px;
	}

	.map-cont .contacts {
		top: 115px;
		left: 0;
	}

	.map-cont .contacts:before {
		top: -15px;
		left: 95px;
		-webkit-transform: rotateZ(93deg);
		   -moz-transform: rotateZ(93deg);
		    -ms-transform: rotateZ(93deg);
		     -o-transform: rotateZ(93deg);
		        transform: rotateZ(93deg);
	}

	footer .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	footer .logo,
	.footer-tel {
		-webkit-order: 0;
		    -ms-order: 0;
		        order: 0;
	}

	.footer-info {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		margin-top: 20px;
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	}

	footer .logo {
		width: 41%;
	}

	.footer-tel a {
		font-size: 17px;
	}

	.footer-info p {
		font-size: 11px;
	}

	.footer-info p:first-child {
		width: 100%;
	}

	footer .container {
		padding-top: 10px;
		padding-bottom: 20px;
	}

}

@media screen and (min-width : 640px) and (max-width : 740px) {
	.pick-defect .grid {
		width: 640px;
		/*-webkit-transform-origin: 0 50%;
		   -moz-transform-origin: 0 50%;
		    -ms-transform-origin: 0 50%;
		     -o-transform-origin: 0 50%;
		        transform-origin: 0 50%;*/
		-webkit-transform: scale(.83);
		   -moz-transform: scale(.83);
		    -ms-transform: scale(.83);
		     -o-transform: scale(.83);
		        transform: scale(.83);
	}
	.map-cont .contacts {
		width: 303px;
		-webkit-transform: scale(.9);
		   -moz-transform: scale(.9);
		    -ms-transform: scale(.9);
		     -o-transform: scale(.9);
		        transform: scale(.9);
	}
}