/*   
Theme Name: your-clean-template-3
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/

body {
  background-color: #fafafa;
}

.h2 {
    text-align: center;
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 50px;
}

.lead {
	font-size: 17px;
}

/*-------------------------------------------------------*/
/* Шапка
/*-------------------------------------------------------*/

header {
	border-top: 5px solid #79c142;
}

.head-item {
	position: relative;
	padding-left: 40px;
	margin-top: 18px;
    text-align: left;
}

.head-icon {
	position: absolute;
    top: 5px;
    left: 0;
	color: #79c142
}

.head-adres {
	line-height: 1;
	margin-bottom: 5px;
	padding-top: 3px;
    font-size: 16px;
}

.head-phone {
	line-height: 1;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: bold;
}

.head-time {
	font-style: italic;
	color: #777;
}

.mybtn {
	border-radius: 0px;
	margin-top: 18px;
	height: 38px;
}

/*-------------------------------------------------------*/
/* Меню
/*-------------------------------------------------------*/

.navbar {
	min-height: 42px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	font-size: 16px;
	font-weight: 600;
}

.navbar-default {
    background-color: #79c142;
	border-radius: 0;
}

.nav>li>a {
    padding: 10px 30px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

/*-------------------------------------------------------*/
/* Услуги
/*-------------------------------------------------------*/

.service-list_item {
	text-decoration: none;
}

.service-list_item:hover {
	text-decoration: none;
}

.service-list_inner {
	height: 232px;
    padding-top: 22px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
    background: #fff;
	box-shadow: 0 2px 5px rgba(200, 240, 240, 0.2);
}

.service-list_inner:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.fakelink {
	cursor: pointer;
    text-decoration: none;
    display: inline;
    line-height: 0.8;
}

.service-list_icon {
	max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 90px;
	color: #79c142
}

.service-list_title {
	font-weight: normal;
    font-size: 17px;
    line-height: 19px;
    margin-top: 24px;
    width: 85%;
	margin: 7px auto 0;
    text-align: center;
    display: block;
    color: #000;
    letter-spacing: normal;
}

.service-list_description {
	font-family: Arial, Tahoma, sans-serif;
    color: #a8a8a8;
    font-size: 13px;
    line-height: 18px;
    margin-top: 12px;
    width: 85%;
	text-align: center;
    margin: 9px auto 12px;
    letter-spacing: 0.1px;
    display: block;
}

/*-------------------------------------------------------*/
/* Помощь
/*-------------------------------------------------------*/

.about {
    background: url(../img/about.jpg) no-repeat center top;
	background-attachment: fixed;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/*-------------------------------------------------------*/
/* Как мы работаем
/*-------------------------------------------------------*/

.grey-block {
    background: #f5f5f5;
    text-align: center;
}

.how-body>div {
    padding: 0;
}

.how-body > div:nth-child(1) div {
    background: url(../img/icon2-1.png) 50% 0 no-repeat, url(../img/dashed.png) 127px 6px no-repeat;
}

.how-body > div:nth-child(2) div {
    background: url(../img/icon2-2.png) 50% 0 no-repeat, url(../img/dashed.png) 50% 6px repeat-x;
}

.how-body > div:nth-child(3) div {
    background: url(../img/icon2-3.png) 50% 0 no-repeat, url(../img/dashed.png) 50% 6px repeat-x;
}

.how-body > div:nth-child(4) div {
    background: url(../img/icon2-4.png) 50% 0 no-repeat, url(../img/dashed.png) -86px 6px no-repeat;
}

.how-body>div div {
    font-size: 16px;
    padding: 100px 40px 0;
    margin-top: 30px;
}

.how-mini-info {
    font-size: 14px;
    color: #9d9d9d;
    margin-top: 80px;
	margin-bottom: 30px;
}

/*-------------------------------------------------------*/
/* Калькулятор
/*-------------------------------------------------------*/

input[type=range] {
  height: 15px;
  -webkit-appearance: none;
  margin: 6px 10px 7px 0;
  width: 70%;
  background-color: #fafafa;
    display: unset;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #002200;
  background: #dddddd;
  border-radius: 4px;
  border: 1px solid #B4B1B5;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #79c142;
  height: 18px;
  width: 18px;
  border-radius: 23px;
  background: #79c142;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #dddddd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #002200;
  background: #dddddd;
  border-radius: 4px;
  border: 1px solid #B4B1B5;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #79c142;
  height: 18px;
  width: 18px;
  border-radius: 23px;
  background: #79c142;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #dddddd;
  border: 1px solid #B4B1B5;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #002200;
}
input[type=range]::-ms-fill-upper {
  background: #dddddd;
  border: 1px solid #B4B1B5;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #002200;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #79c142;
  height: 18px;
  width: 18px;
  border-radius: 23px;
  background: #79c142;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #dddddd;
}
input[type=range]:focus::-ms-fill-upper {
  background: #dddddd;
}

.calc output {
    display: unset;
    font-size: 20px;
}

.calc h3 {
    margin-bottom: 0px;
}

.result {
    position: relative;
    border-bottom: 1px dashed #c2c2c2;
    margin: 30px 0;
}

.calcresult span {
    font-size: 20px;
    float: right;
    margin-top: -5px;
	color: #79c142;
}

/*-------------------------------------------------------*/
/* Карта
/*-------------------------------------------------------*/

.cont-map{
	width: 100%;
	overflow: hidden;
	height: 400px;
	position: relative;
	border-top: 5px solid #79c142;
}

/*-------------------------------------------------------*/
/* Футер
/*-------------------------------------------------------*/
footer {
	border-top: 1px solid #e5e5e5;
}

.footer-copyright {
    font-size: 17px;
    color: #191919;
}

.footer-descript {
	font-size: 12px;
	color: #a8a8a8;
	line-height: 1.2;
}

.footer-info {
    font-size: 13px;
    color: #323232;
}

.fitem-patch {
	padding: 3px 25px 10px 25px;
	border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.footer-soc {
	width: 40px;
    height: 40px;
    background: #0072a4;
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-soc:hover {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.footer-soc a {
	color: #fff
}

.footer-soc svg {
	margin: 7px 0px 0px 4px;
}

.create{
	text-align:right;
}

/*-------------------------------------------------------*/
/* Кнопка прокрутки
/*-------------------------------------------------------*/

.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:50px;
display:none;
text-indent:-9999px;
background: url('../img/icon_top.png') no-repeat;
}

/*-------------------------------------------------------*/
/*  Услуги
/*-------------------------------------------------------*/

.potreb {
    background: url(../img/potreb.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.ipoteka {
    background: url(../img/ipoteka.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.biznes {
    background: url(../img/biznes.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.express {
    background: url(../img/express.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.refin {
    background: url(../img/refin.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.card {
    background: url(../img/card.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.avto {
    background: url(../img/avto.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.zaim {
    background: url(../img/zaim.jpg) no-repeat center top;
    background-size: cover;
	color: #fff;
    min-height: 500px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.circle {
	background-color:white;
	opacity: 0.8;
    margin: 50px 0 0 50px;
    text-align: center;
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: #79c142 5px solid;
}

.title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff771c;
	margin-top: 100px;
}

.after-title {
	font-size: 28px;
	color: #ff771c;
	margin-top: 30px;
}

.after-title:after {
    content: '';
    text-align: center;
    display: block;
    width: 70px;
    height: 3px;
    background: #79c142;
    margin: 20px auto;
}
.description {
	font-size: 18px;
	color: #111;
}

@media screen and (max-width: 800px) {
.circle {
	background-color:white;
	opacity: 0.8;
    margin: 50px 0 0 10px;
    text-align: center;
    width: 310px;
    height: 310px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: #79c142 5px solid;
}

.title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff771c;
	margin-top: 60px;
}

.after-title {
	font-size: 20px;
	color: #ff771c;
	margin-top: 30px;
}

.after-title:after {
    content: '';
    text-align: center;
    display: block;
    width: 70px;
    height: 3px;
    background: #79c142;
    margin: 20px auto;
}
.description {
	font-size: 14px;
	color: #111;
}
}

/*-------------------------------------------------------*/
/* Условия
/*-------------------------------------------------------*/

.green-block {
    background: #79c142;
	text-align: center;
}

.zaim-item {
	text-align:center;
}

.zaim-item p {
	padding-top: 25px;
	color: #fff;
	font-size: 24px;
}

.zcircle {
	margin:0 auto;
	text-align:center;
    width: 130px;
    height: 130px;
	overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	border: #ff771c 5px solid;
}

.zcircle div {
	padding-top:32px;
}

.zcircle div svg {
	color:#fff;
}

.btn-lg {
    padding: 10px 30px;
	border-radius: 0px;
}

/*-------------------------------------------------------*/
/* CF7
/*-------------------------------------------------------*/

.wpcf7-form input {
    padding: 10px;
    width: 100%;
}

.wpcf7-form select {
    padding: 10px;
    width: 100%;
}

.wpcf7-form textarea {
    padding: 10px;
    width: 100%;
}

label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-textarea{
  text-indent: 20px;
}
.wpcf7 p{ 
	position: relative; 
}
.wpcf7 p svg{
  position: absolute;
  color: #cdcac3;
  z-index: 100;
  font-size: 16px;
  top: 14px;
  left: 10px;
}

/*-------------------------------------------------------*/
/* Цифры
/*-------------------------------------------------------*/

.numbers {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	margin-top: -50px;
	text-align: center;
}

.big-num {
	color: white;
	font-size: 75px;
	font-weight: 600;
}

.big-num em {
	font-size: 25px;
}

.num-descr {
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: 20px;
	font-weight: 400;
}

/*-------------------------------------------------------*/
/*  О Компании
/*-------------------------------------------------------*/

.kompani {
    background: url(../img/about-ko.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    max-height: 1200px;
}

.about-text {
	padding-bottom: 50px;
	background-color: white;
	color: black;
	-webkit-box-shadow: 0px 1px 30px 4px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 1px 30px 4px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 1px 30px 4px rgba(50, 50, 50, 0.15);
	line-height: 140%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.about-text p {
	font-size: 17px;
}

/*-------------------------------------------------------*/
/*  Заявка
/*-------------------------------------------------------*/

.zayavka {
    background: url(../img/zayavka.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    max-height: 750px;
}

/*-------------------------------------------------------*/
/*  Сотруднечество
/*-------------------------------------------------------*/

.sotrud {
    background: url(../img/sotrud.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    max-height: 1200px;
}

/*-------------------------------------------------------*/
/*  Кредитная история
/*-------------------------------------------------------*/

.history {
    background: url(../img/history.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    max-height: 1200px;
}

/*-------------------------------------------------------*/
/*  Контакты
/*-------------------------------------------------------*/

.h2-k {
    text-align: center;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
}

td {
    padding: 5px;
}

/*-------------------------------------------------------*/
/*  Модаль
/*-------------------------------------------------------*/

.modal-header {
  margin-top: -50px;
  border-bottom: none;
}

.modal-header .close {
  text-shadow: none;
  color: #fff;
  opacity: 0.9;
  margin-right: -30px;
}

.modal-content {
  margin-top: 80px;
	border-radius: 0px;
	padding-left: 10px;
    padding-right: 10px;
}