.CONTACT {
    position: relative;
    z-index: 1;
}

.CONTACT::before {
    content: "";
    display: block;
    width: 260px;
    height: 980px;
    position: absolute;
    top: -70px;
    right: 0px;
    background: url(../img/bg-right.svg);
    z-index: -1;
}

.CONTACT .CONTACT-FORM .content {
    margin-bottom: 50px;
}

.CONTACT .CONTACT-LINKS {
    margin: 50px auto 0;
}

.CONTACT .CONTACT-LINKS .social a {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	width: 25px;
	height: 25px;
    color: #243746;
}

.CONTACT .CONTACT-LINKS a:hover {
    color: #B15532;
}

.CONTACT .CONTACT-LINKS .block {
	white-space: nowrap;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
}

.CONTACT .CONTACT-LINKS .block a {
    color: #243746;
}

.CONTACT .CONTACT-LINKS .block a:hover {
    color: #C07D59;
}

.CONTACT .CONTACT-LINKS .block .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: no-repeat center;
    fill: #243746;
}

.CONTACT .CTA-NEWSLETTER .content {
    max-width: 550px;
}

@media screen and (min-width:901px){
    .CONTACT .CONTACT-FORM {width: 620px; margin: 0 auto;}
    .CONTACT .CONTACT-LINKS {width: 768px;}
    .CONTACT .CONTACT-LINKS .block, .CONTACT .CONTACT-LINKS .social {width: 65%;margin: 0 auto;}
}

@media screen and (max-width: 1200px) {
	.CONTACT::before {display:none;}
}

@media screen and (max-width:900px){
    .CONTACT .CONTACT-LINKS .b-column:not(:nth-child(3)):not(:nth-child(4)) {width: 40%; margin-right: -30px; display: inline-block; box-sizing: content-box; vertical-align: top;}
    .CONTACT .CONTACT-LINKS .b-column:nth-child(3) {width: 40%; margin-right: -30px; display: inline-block; box-sizing: content-box; vertical-align: middle;}
    .CONTACT .CONTACT-LINKS .b-column:nth-child(4) {width: 40%; margin-right: -30px; display: inline-block; box-sizing: content-box; vertical-align: middle;}
    .CONTACT .CONTACT-LINKS .block {padding: 0; text-align: center; font-size: 14px;}
    .CONTACT .CONTACT-LINKS .block a {text-align: center; margin: 0; width: auto; vertical-align: middle; }
    .CONTACT .CONTACT-LINKS .block .icon {position: static; margin: 0 auto 6px;}
    .CONTACT .CONTACT-LINKS .social {text-align: center;}
    .CONTACT .CONTACT-LINKS .social a {width: 20px; height: 20px; margin: 0 10px;}
}