/*
Theme Name: Карта социальных потребностей
Theme URI: socmap.kz
Description: СКФ ЗУБР
Version: Версия темы
Author: KiVa
Author URI: 
*/

body{
	background: #cecece;
	height: auto;
}

p, div{
	color: #000;
}
a{
	color: #0072ff;
}
a:hover{
	color: #dc334d;
	text-decoration: underline !important;
}
div.clear{
	clear: both;
}
.main-content{
	min-height: 600px;
	background: #fff;
}
.site-navbar-wrap, .sticky-wrapper{
	position: relative;
}
.offcanvas-menu .site-mobile-menu{
	background: #46060d;
}
.site-mobile-menu .site-nav-wrap li.active > a, .site-mobile-menu .site-nav-wrap a{
	color: #fff;

}
.map-container{
	position: relative;
	overflow: hidden;
}
#map {
	height: 600px;
	width: 100%;
	position: relative;
	float: left;
}
/* Оформление меню (начало)*/
ul.menu {
	background: #fff;
	padding: 10px;
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	overflow-y: scroll;
	height: 600px;
}
.submenu {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.submenu li a{
	font-size: 100%;
	color: #000;

}
.submenu li a:hover{
	color: #cecece;
}
.baloon-header{
	font-weight: bold;
	font-size: 120%;
}
.baloon-type{
	font-size: 80%;
	color: #cecece;
}
.baloon-uslugi{
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin: 5px 0;
	padding: 5px 0;
}
.site-navbar-wrap{
	background: #8d0c1b;
}
.sticky-wrapper.is-sticky .site-navbar{
	background: #8d0c1b;
}
.cgroup{
	position: relative;
	display: block;
	background: #fff;
	padding: 45px 0;
	overflow: hidden;
	background-image: url(assets/imgs/map-kz.png);
    background-size: 40%;
    background-position: left 15% bottom 40%;
    background-repeat: no-repeat;
}
.cgroup div{
	float: left;
}
.higher{
	font-size: 120%;
	font-weight: bold;
}
section h2{
	color: #8d0c1b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 350%;
	margin-bottom: 0;
}
.cg-a{
	padding: 15px 20px;
	background: #dc334d;
	border-radius: 10px;
	border: 2px solid #dc334d;
	color: #fff;
	width: 100%;
	display: block;
	margin: 10px 0;
	font-weight: 500;
	text-align: center;
}
.cg-a:hover{
	background: none;
	color: #000;
}
.to-map{
	background: #0072ff;
	color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	position: absolute;
    top: 50%;
    left: 25%;
    transition: 0.5s;
    font-weight: bold;
    border: 2px solid #0072ff;
}
.to-map:hover{
	background: #0072ff6e;
}
.content{
	min-height: 700px;
	background: #fff;
	margin-top: 25px;
	padding: 35px 55px;
	overflow: hidden;
	position: relative;
}
.content h1{
	color: #dc334d;
	font-weight: 1000;
	margin-top: 15px;
}
.about{
	text-align: left;
    width: 100%;
    margin-left: 2em;
	line-height: 0.9em;
}
.posobiya{
	border-bottom: 1px solid #cecece;
}
.posobiya-cont{
	border-left: 3px solid #dc334d;
	padding-left: 10px;
	margin-left: 20px;
}
.single-org{
	padding: 10px 15px;
	min-height: 300px;
	float: left;
}
.single-org>div{
	border: 1px solid #cecece;
	padding: 10px 15px;
}
.so-title{
	font-weight: 1000;
    font-size: 120%;
    color: #8d0c1b;
}
.so-type{
	color: grey;
	font-size: 0.7em;
}
.so-links{
	font-size: 150%;
	text-align: center;
	margin-top: 15px;
}
.so-links a{
	margin-left: 0.5em;
}
.single-org.no-pad>div{
	padding: 0;
	border: none;
}
.btn-to-map{
	padding: 10px 15px;
	color: #fff;
	background: #0072ff;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #0072ff;
	
}
.btn-to-map:hover{
	background: #fff;
}
/*--------Цвета иконок-------*/
a .icon-whatsapp:hover, a .icon-facebook:hover{
	color: #dc334d;
}
a .icon-whatsapp{
	color:#00e676;
}
a .icon-facebook{
	color: #1877F2;
}

section.send-org{
	background: url('assets/imgs/banner-bg.jpg');
	background-size: 100%;
	
	overflow: hidden;
	display: block;
	position: relative;
	min-height: 500px;
}
.so-card{
	width: 60%;
	margin-left: 10%;
}
section div{
	float: left;
}
.so-right h2{
	font-size: 250%;
	font-weight: 1000;
	margin: 30px 0;
}
.send-org .so-right form > div{
	padding: 5px 10px;
}
.send-org input, .send-org textarea, .feedback-msg input, .feedback-msg textarea{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #cecece;
	font-size: 90%;
}
.send-org input:focus-visible, .send-org textarea:focus-visible{
	border: 1px solid #8d0c1b;
}
.send-org textarea{
	resize: none;
}
.send-org input.wpcf7-submit {
	width: auto;
	padding: 10px 35px;
	font-weight: 700;
	background: #0072ff;
	border: 1px solid #0072ff;
	color: #fff;
}
.send-org input.wpcf7-submit:hover{
	background: #0072ff6e;
	color: #000;
}
.send-org .sbmt{
	width: 100%;
	text-align: center;
}
.send-org p{
	margin: 0;
}
.sbmt-captcha{
	width: 100%;
	text-align: center;
	padding: 0;
	width: 40%;
	margin-left: 30%;
}
#footer{
	background: #4c050e;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
}
.menu >li>a{
	display: none;
}
.submenu li{
	line-height: 1em;
	margin-bottom: 5px;
	border-bottom: 1px solid #cececece;
    padding-bottom: 5px;
}
.text-right{
	text-align: right;
}
.text-us{
	position: fixed;
    bottom: 15px;
    right: 15px;
}
.fmsg-sbmt input{
	width: auto;
	padding: 10px 35px;
	font-weight: 700;
	background: #0072ff;
	border: 1px solid #0072ff;
	color: #fff;
}
.fmsg-sbmt input:hover{
	background: #0072ff6e;
	color: #000;
}
.instruction{
	display: block;
	position: relative;
	clear: both;
	padding: 0;
	width: 100%;
	background: url('assets/imgs/instruc-link.png');
	background-repeat: no-repeat;
	background-size: cover;

}
.instruction img{
	width: 100%;
}
.instruction h2{
	width: 60%;
	margin-left: 20%;
	color: #f1d7ac;
	text-align: center;
	padding: 0;
}
.instruction h3{
	text-align: center;
	color: #fff;
	padding-top: 10vh;
	margin-bottom: 0;
}
.instruction h4{
	text-align: center;
	color: #fff;
	padding-bottom: 10vh;
	
}