input.button {
	cursor: pointer;
	border: none;
	margin: 0 auto;
	margin-top: 30px;
	border: 2px solid #cdcdcd;
	border-radius: 15px;
	padding: 4px 20px;
	text-decoration: none !important;
	background: #fff;
	color: #000;
	width: 30%;
	min-width: 150px;
}

p#title a {
    font-size: 16px;
	transition: 0.3s;
}

p#title{
    color: #3A3284;
}

.comp-item {
	
}

.comp-item a {
    padding: 5px;
    display: block;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #eee;	
}

.comp-item a:hover,
.comp-item a:focus,
.comp-item a:active {
    text-decoration: none !important;
    background: rgba(215, 229, 242, 0.35);
	border: 1px solid #eee;
}

.sticky {
	position: fixed;
	z-index: 101;
}
.stop {
	position: relative;
	z-index: 101;
}

#list form {
    padding: 15px 0 !important;
    margin: 0 !important;
}

#page.inner .content {
    margin-bottom: 30px;
    min-height: 100%;
}

div#YMapsID {
    margin-bottom: 15px;
}

#map{
	margin-bottom:20px;
}
@media (max-width: 2000px){
	.ymaps-2-1-38-map {
		width: 652.5px !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.ymaps-2-1-38-map {
		width: 536px !important;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.ymaps-2-1-38-map {
		width: 407.5px !important;
	}
}
@media (max-width: 768px){
	#map{
		display:none;	
	}
}
