/* If you want to add your own CSS code, please do it in this file */
 h2 a {color: #3BAA35;}

.span4 {
    float: left;
    max-width: 30%;
    padding: 5px;
    margin: 5px;
}
.tit {
    font-size: 23px;
    text-align: center;
    display: block;
    padding-top: 20px;
}
.titimg {
    max-width: 150px;
    max-height: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 10px;
}
.maintext {
font-size:18px;
text-align: justify;
}
.uslugi h2 {
}
.uslugi {
    border: 1px solid #176ea2;
    padding: 20px;
    font-size: 19px;
}
ul.spisokuslug {
    height: 100%;
    display: table;
}
ul.spisokuslug li {
    width: 49%;
    float: left;
    margin-left: 5px;
	padding-top:5px;
    /*list-style-type: circle !important;
    display: list-item;*/
}
ul.spisokuslug li a{
	padding-left:80px;
}

ul.sp li {
    list-style-type: disc;
    display: list-item;
    list-style-position: inside;
}

/*******Стили для Contact form 7 вариант1********/
 #fancybox-wrap{
background:#15567E!important;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;   
}

#fancybox-outer{
background:none!important;
}

#fancybox-outer>div, #fancybox-content,  #contact_form_pop_up{
background:none!important;
border:none!important;
}

#contact_form_pop_up{
padding: 20px 0px 0px 20px!important;
}

.wpcf7 {
color:#fff!important;
background:#15567E!important;
width:280px; /*ширину задаём такую, как нам нужно в случае с всплывающей формой можно вообще не задавать*/
padding:0px!important;/*нулевой отступ для всплывающей формы, а если форма на странице, то нужно задать 20px*/
overflow:hidden;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea{
border:1px solid red;
padding:4px!important;
border-radius:5px;
border:1px solid #f1f1f1;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 textarea:focus{
border:1px solid #fff;
-moz-box-shadow: 0 0 6px #fff;
-webkit-box-shadow: 0 0 6px #fff;
box-shadow:0 0 6px #fff;   
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea{
width:270px!important;
}

.wpcf7-submit{
background: linear-gradient(#f1f1f1, #8b8b8b), #f1f1f1!important;
color:#000!important;
text-transform:uppercase;
float:right;
margin-top:20px;
}

.wpcf7-submit:hover{
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;  
background-image: linear-gradient( #8b8b8b, #f1f1f1), #8b8b8b!important;
}