@media screen and (max-width: 1200px) {
	.product .info-product {
	    padding: 10px 15px;
	}
	.product .head-product {
	    font-size: 18px;
	    line-height: 22px;
	}
	.ul-payment .head {
		font-size: 18px;
		line-height: 27px;
	}
	.ul-payment .hold {
		padding-left: 10px;
		padding-right: 10px;
	}
	.fixed-menu li {
	    margin-right: 15px;
	}
	.fixed-menu li a,
	.hold-fixed-menu .tel {
		font-size: 16px;
	}
}/* max-width: 1200px */

@media screen and (max-width: 992px) {
	.header-left,
	.header-right {
		display: none;
	}
	.logo {
	    margin-top: 30px;
		height: 150px;
	} 
	.logo img {
		height: 100%;
	}

	.hold-fixed-menu {
	    top: 0;
	    left: auto;
	    right: -200px;
	    bottom: 0;
	    width: 200px;
	    text-align: left;
	}
	.hold-fixed-menu.open {
		right: 0;
	}
	.hold-fixed-menu .container {
		width: auto;
	}
	.fixed-menu {
		float: left;
	}
	.fixed-menu li {
	    margin-right: 0;
	    float: none;
	}
	.hold-fixed-menu .tel {
	    margin: 0 0 0 12px;
	    float: left;
	}
	.hold-fixed-menu .fixed-menu {
	    margin: 30px 0 40px 12px;
	}
	.btn-mobile_menu {
	    display: block;
	}
	.box1 {
	    margin-bottom: 118px;
	}
	.box1 h1 {
		margin-bottom: 38px;
	    font-size: 36px;
	    line-height: 46px;
	}
	.box1 h1 span {
	    font-size: 26px;
	}
	.product {
		padding: 0 15px 30px;
		width: 100%;
	}
	.product.product-col {
		width: 33.3333%;
	}
	.ul-payment li {
		margin-bottom: 35px;
		width: 50%;
	}
	.ul-payment .hold {
		min-height: 250px;
	}
	.box7 {
		padding: 0;
	}
	#map {
		position: static;
		height: 600px;
	}
	.box7 .hold-contacts {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.tel-mobile {
		padding: 6px 15px;
		position: fixed;
		top: 15px;
		right: 15px;
		display: inline-block;
		cursor: pointer;
	    background: #c39947;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-o-border-radius: 1px;
		border-radius: 1px;
		z-index: 1000;
	}
	.tel-mobile:hover {
	    border-color: #bfa36c;
	    background: #bfa36c;
	}
	.modal .close {
	    right: -9px;
	}
	.modal-hold {
		margin: 0;
	    padding: 5px 15px 15px;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;	    
	    overflow-y: scroll;
	    border: 25px solid rgba(0,0,0,.4);
	}
	.modal .row-input {
	    margin: 0 -7.5px;
	}
	.modal .input-w50 .hold-input {
	    padding: 0 7.5px;
	}
	.modal .but {
	    margin: 15px 0 0 0;
	}
	.modal .but.close {
	    margin: 15px 0 0 0;
	    position: static;
	    display: block;
	    background-image: none;
	    border: 2px solid #d6b169;
	    background: #d6b169;
	    width: 100%;
	    height: 41px;
	    font-weight: 400;
	}
	.modal .but_close {
		display: block;
	}
	.modal-call-back .modal-hold {
	    margin: 0 0 0 -250px;
	    padding: 15px 30px 30px;
	    position: fixed;
	    top: 30px;
	    left: 50%;
	    display: block;
	    width: 500px;
	    background: #fff;
	    height: auto;
	    bottom: auto;
	    border: none;
	    overflow: hidden;
	}
}/* max-width: 992px */

@media screen and (max-width: 768px) {
	.product.product-col {
		width: 50%;
	}
	.box1 .but {
	    margin-bottom: 15px;
	}
	.product.product-col img.image-mobile {
	    display: block;
	}
	.product.product-col img.image-desktop {
	    display: none;
	}	
	.modal-call-back .modal-hold {
		margin: 0;
	    padding: 15px 15px 30px;
	    position: fixed;
	    top: 30px;
	    left: 0;
	    display: block;
	    width: 100%;
	}
	.soc-top {
	    display: block;
	}
	.box1 .img-block {
	    display: none;
	}
}/* max-width: 768px */

@media screen and (max-width: 620px) {
	.ul-payment li {
		width: 100%;
	}
	.ul-payment .hold {
		min-height: auto;
	}
	.box4 {
		padding-bottom: 40px;
	}
	.box4 .input-w33 .hold-input {
		margin-bottom: 30px;
		width: 100%;
	}
	.product .img-product {
	    width: 100%;
	    height: 300px;
	    display: block;
	}
	.product .descript-product {
	    height: auto;
	}
	.product .head-product.absolute {
	    width: 100%;
	}	
	.box1 {
		margin-bottom: 0px;
	    height: 750px;
}
}/* max-width: 620px */
@media screen and (max-width: 420px) {
	.product.product-col {
		width: 100%;
	}
	.modal-hold {
	    border-width: 15px;
	}
	.box7 .text {
	    max-width: 260px;
	}
	.product.product-col .head-product {
	    height: auto;
	}

}/* max-width: 620px */