.module-contact {
    margin-top: 50px;
    padding-top: 100px;
    background: url(../../../../../image/catalog/contact/mapy.html) left 50% top 0px no-repeat;
    background-size: 100%;
    background-size: cover;
    height: 820px;

}
.module-contact h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #D0A66F;
    margin-bottom: 42px;
}
.module-contact .container {

    display: flex;
    justify-content: end;
}
.module-contact__wrap {
    width: 50%;
    min-width: 520px;
    box-shadow: 0 28px 20px 5px rgb(0 0 0 / 3%);
    background: #fff;
    padding: 38px 42px;
    border-radius: 6px;
    position: relative;
}
.module-contact__wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 10px;
    bottom: -10px;
    left: 10%;
    z-index: 0;
    box-shadow: 0 14px 44px rgb(0 0 0 / 18%);
    background: rgb(255, 255, 255);
    border-radius: 0 0 10px 10px;
    color: rgb(255, 255, 255);
}
.module-contact__title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px;
    position: relative;
    font-weight: 500;
	padding-left: 46px;
}

.module-contact__title:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../../../image/catalog/contact/point.html) no-repeat 50%;
    background-size: 30px;
}
.module-contact__title--geo-address {}
.module-contact__title--phone {
	margin-top: 32px;
}
.module-contact__title--phone:before {
    background: url(../../../../../image/catalog/contact/phone.html) no-repeat 50%;
}

.module-contact p {			
    padding-left: 46px;
    font-size: 15px;
	line-height: 135%;
	margin-bottom: 10px;
	font-style: normal;
}

.module-contact a {		
	text-decoration: underline;
}
.module-contact a:hover {		
	text-decoration: none;
}

@media (max-width: 1023px) {
	.module-contact {
	    padding-top: 50px;
	}

	.module-contact__wrap {
    	margin-right: 50px;
	}
}

@media (max-width: 767px) {
	.module-contact {
    	padding-top: 15px;
    	height: auto;
    	margin-top: 30px;
	}
	.module-contact__wrap {		
	    width: 100%;
	    margin: 0;
	    padding: 15px 20px;
	    min-width: auto;
	}
	.module-contact h2 {
	    margin-bottom: 30px;
        margin-top: 10px;
	    font-size: 22px;
	    line-height: 19px;
	}
	.module-contact__title {
	    font-size: 16px;
	    line-height: 120%;
	    margin-bottom: 12px;
	}
	.module-contact__title--phone {
	    margin-top: 25px;
	}
	.module-contact p {
	    font-size: 14px;
	}
}