﻿.rs-17 .rs-contacts{
	padding-top: 55px;
	padding-bottom: 55px;
}
.rs-17 .rs-contacts .section-title{
	position: relative;
	margin-bottom: 30px;
}
.rs-17 .rs-contacts h4{
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rs-17 .rs-contacts p{
	color: #151618;
	line-height: 130%;
}
.rs-17 .rs-contacts ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.rs-17 .rs-contacts ul li{
	padding-bottom: 10px;
}
.rs-17 .rs-contacts ul li,
.rs-17 .rs-contacts ul li a{
	color: #151618;
	font-family: Montserrat;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.rs-17 .rs-contacts .contacts-form{
	    margin-top: 20px;
}
.rs-17 .rs-contacts .contacts-form  .form-group{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 18px;
}
.rs-17 .rs-contacts .contacts-form .form-control{
	height: 40px;
}
.rs-17 .rs-contacts .contacts-form textarea.form-control{
	height: auto;
}
.rs-17 .rs-contacts .contacts-form .form-control:focus {
    border-color: #5F7FAB;
    outline: 0;
    box-shadow: none;
}
.rs-17 .rs-contacts .contacts-form .btn-color{
	padding: 10px 28px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.rs-17 .rs-contacts .contacts-form .btn-color i{
	padding-left: 5px;
}
.rs-17 .rs-contacts .contacts-map{
	margin-top: 55px;
}
.rs-17 .rs-contacts .form-group input.error,
.rs-17 .rs-contacts .form-group input.error:focus{
	border:1px solid #d80000;
}
.rs-17 .rs-contacts .form-group label.error{
	color: #d80000;
	font-size: 13px;
	font-weight: 400;
}
.rs-17 .rs-contacts table {margin-bottom: 24px; width: 100%}
.rs-17 .rs-contacts table td{padding: 15px 20px;border: 1px solid #D1D1D1;
	color: #151618;
	font-family: Montserrat;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.rs-17 .rs-contacts table td:first-child{color: #151618;
	font-family: Montserrat;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;}
.rs-17 .rs-contacts .docs-list{margin-bottom: 50px}

@media only screen and (max-width: 992px) {
	.rs-17 .rs-contacts table td{font-size: 1.8rem;}
	.rs-17 .rs-contacts ul li a{white-space: nowrap;}
}