@charset "utf-8";
/* CSS Document */
body{
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #000;
	
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Ubuntu';
	font-weight:bold;
	margin:0;
	padding: 0;
	line-height: normal;
}

h1{
	font-size: 36px;
	margin: 5px 0;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 36px;
	margin: 0 0 15px;
}
h4{
	font-size: 17px;
}
h4.thirty{
	font-size: 30px;
	margin: 0 0 10px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 22px;
}
p {
    margin: 0 0 15px;
}
a img{
	border: none;
}
a {
  color: #5e4f4a;
  text-decoration: none;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a.decorated{
	text-decoration: underline;
}
a:hover, a:active, a:focus{
	color: #1a9f29;
	text-decoration: none;
	outline: none; 
}

*:active,
*:focus { 
    outline: none; 
	text-decoration: none;
}
.italic{
}

.row {
 margin-right: 0; 
 margin-left: 0;
}
.thumbnail{
	display: block;
	padding: 0;
	margin-bottom: 0;
	line-height: normal;
	background-color: inherit;
	border: none;
	border-radius: 0;
}
.container-fluid{
	padding: 0 15px;
}
[class*=col-]{padding: 0; }

.div10{
	height: 10px;
}
.div30{
	height: 30px;
}
.div50{
	height: 50px;
}
.div80{
	height: 80px;
}
.div100{
	height: 100px;
}
.div20{
	padding: 0 20px;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.clear{
	clear: both;
	height: 0;
}
.padding_zero{
	padding: 0;
}
.nowrap{
	white-space: nowrap;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}

.alignright{
	text-align: right;
}

.dir_rtl{
	direction: rtl;
}
.dir_ltr{
	direction: ltr;
}
.txt_16{
	font-size: 14px;
}
.txt_14{
	font-size: 14px;
}
img{
	max-width: 100%;
}

.table{
	display: table;
	margin: 0;
}
.table_row{
	display: table-row;
}
.td{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.table .table{
	background-color: transparent;
}
.flex{
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.column{
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* TOP */
.logo{
	padding: 0;
}
.logo img{
	max-width: 320px;
}
.menu_fake, .menu{
	height: 47px;
}
.menu{
	background: #1a9f29;
	position: fixed;
	width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
#menu-main-menu{
	position: relative;
	z-index: 1000;
}

.search_top{
	width: 400px;
	top: 0;
	right: 0;
	left: auto;
	
}
.nav{padding: 0;}
.navbar {
  padding: 0;
}
.navbar-nav{
   margin: 0 auto;
}
.navbar-default{
	background-color: transparent;
	border: none;
	margin: 0 auto;
	z-index: 1000;
}
.navbar-collapse{
	border-top: none;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	max-height: none;
	padding: 2px 0;
}
  
.navbar-collapse.in {
  overflow-y: visible;
}



.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}


.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus{
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu{
	font-size: 16px;
	background: #128d20;
	border-radius: 0;
	border: none;
	padding: 0;
	text-align: center;
}
.dropdown-menu>li>a{
	color: #fff;
	padding: 10px 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{color: #1a9f29;}


/**/
.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0;
	margin: 5px auto;
	float: left;
	padding: 0 10px;
	background: #3fc64e;
	width: 35px;
	height: 35px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 15px;
}

.navbar-toggle{
	z-index:3;
}

.navbar-toggle .icon-bar {
  display: block;
  height: 2px;
  border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #1a9f29;
}

/* USD */
.top{padding: 13px 15px;}
.tables_right{font-size: 15px;}
.tables_right tr{
	height: 25px;
}
.tables_right td{padding: 0px 5px;}
.buy{
	text-transform: uppercase;
	color: #bcbcbc;
	font-size: 11px;
}
.kurs_txt{
	color: #bcbcbc;
	
}
.date_txt{
	color: #6b7672;
	font-size: 13px;
	font-weight: bold;
}
.kurs{font-weight: bold;}
.tables_right .fa, .tables_right .fas{font-size: 10px;}
.grow_up .fas{color: #1a9f29;}
.grow_down .fas{color: red;}

.top_right{
	margin-top: 7px;
	text-align:right;
}
.top_phone{font-weight:bold; font-size:15px; padding: 0 0 5px;}
.top_phone .fas{font-size: 14px;}
.convert{
	font-size: 14px;
	font-weight: bold;
	background:#1a9f29;
	color: #fff;
	height: 38px;
	padding: 0 25px 0 0;
	border:none;
	border-radius: 0;
}
.convert span{
	background:#2fcd40;
	color: #fff;
	padding: 10px;
    margin-right: 20px;
}

/* SHAPKA */
.carousel .item{
	height: 430px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-family: 'Ubuntu';
	color: #fff;
	padding: 110px 0 0 0;
}
.carousel_control_arrows{
	position: absolute;
	top: auto;
	bottom: 140px;
	display: none;
}
.carousel-indicators{
	left: 0;
	width: auto;
	margin: 0;
	bottom: 40px;
	display: none;
}
.carousel-control{opacity: 1; text-shadow: none; width: 40px; bottom: auto;}
.carousel-control:hover{opacity: .7}
.carousel-control.right{
	left: 60px;
	right: 0;
}
.carousel-control.left, .carousel-control.right{
	background-image:none !important;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before{
	content: '';
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 39px;
    height: 39px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 37px;
    border: 1px solid #ffffff6e;
    border-radius: 100px;
}
.carousel-control .glyphicon-chevron-left{padding: 0 3px 0 0;}
.carousel-control .glyphicon-chevron-right{padding: 0 0 0 3px;}


.carousel-indicators li{
	background-color: rgba(255, 255, 255, 0.29);
	margin: 8px 5px;
	width: 5px;
    height: 5px;
	border: none;
}
.carousel-indicators .active{
	margin: 5px;
	width: 12px;
    height: 12px;
}

.carousel .item h2{
	font-size: 42px;
	margin: 0 0 30px;
}
.button.slider{
	padding-bottom: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 2px dotted #fff;
	display: inline-block;
}
/* SECOND CAROUSEL */
#carousel2 .item{
	height: 399px;
	padding: 60px 0 0 0;
}
#carousel2 .item h2{
	margin: 0 0 10px;
}
#carousel2 .item p{
	font-family: 'PT Sans';
	font-size: 18px;
	font-weight: 300;
}
.flag{
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
	display: inline-block;
	padding: 10px 15px;
	margin: 0 0 12px;
	clear: both;
}
.boxshadow .flag{
	background: #1a9f29;
	margin: 10px 0 5px;
    padding: 5px 15px;
    font-size: 12px;
}
.boxshadow .flag a{color: #fff;}





/* NEWS */
.news.out{
	margin: 60px auto 100px;
}
.heading{
	margin: 0px 0 45px 0;
}
.news h2{
	margin: 20px 0 15px;
	font-size: 18px;
}
.news h3{
	margin: 5px 0;
}

.news h5, .inner h5{
	font-size: 14px;
	font-family: 'PT Sans';
	font-weight:normal;
	color: #9fa9a5;
	text-transform:uppercase;
}
.news p{
	font-size: 14px;
	max-height: 60px;
	overflow: hidden;
}
.news_in .heading{
	text-align: center;
	margin: 0px 0 25px 0;
}
.entry-content img{
	/*float: left;*/
    padding: 3px 0 15px 0;
}

.date{
	display: inline-block;
	margin: 5px 0;
	color: #6b7672;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #ddebf7;
	border-radius: 3px;
    padding: 5px 10px;
}
.news_btn_out{
	text-align: left;
}
.news .button.green{
	display: block;
	margin-top: 10px;
	color: #1a9f29;
	font-size: 16px;
	font-weight: bold;
}
.news .button.big{
	float: right;
	display: block;
	margin: 30px 0 0;
	background: #1a9f29;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
    text-transform: uppercase;
    padding: 10px 15px;
}
.search .news .button.green{margin: 0 0 10px;}

.arr_btn:after {
	background-image: url('../img/arr_btn.svg');
    background-size: 34px 20px;
    display: inline-block;
    width: 34px; 
    height: 20px;
    content:"";
	margin-left: 10px;
}





/* NEWS OWL */
.owl-carousel .owl-item{-webkit-perspective: 1000;}
.owl_navi{
	float: right;
	padding-top:15px;
}
.news .owl-carousel .owl-item img{width: auto;}
.news .owl-theme .owl-prev, .news .owl-theme .owl-next, .news .owl-theme .owl-dots{
	cursor: pointer;
}
.news .owl-theme .owl-prev, .news .owl-theme .owl-next{
	width: 39px;
    height: 39px;
    font-size: 16px;
    line-height: 37px;
    border: 1px solid #00000029;
    border-radius: 100px;
	text-align: center;
}
.news .owl-theme .owl-prev:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
    width: 100%; 
    height: 20px;
	margin: 0;
}
.news .owl-theme .owl-next:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
    width: 100%; 
    height: 20px;
	margin: 0;
}

.news .owl-theme .owl-dots .owl-dot span{
	width: 8px;
	height: 8px;
	border-radius: 100px;
	margin: 7px 5px;
}
.news .owl-theme .owl-dots .owl-dot span{
	background-color: transparent;
	border: 1px solid #6b7672;
}
.news .owl-theme .owl-dots .owl-dot.active span, .news .owl-theme .owl-dots .owl-dot:hover span {
    background: #6b7672;
}
#move_pagi_next{margin-left: 10px;}


/* CONVERTER */
.converter, .bars{min-height: 340px;}
.converter{
	background: linear-gradient( 90deg, #1a9f2a, #65ee74);
}
.bars{
	background: url(../img/bars_transp.svg) 100% 100% no-repeat;
}
.converter_box{
	background: #fff;
	color: #a3a3a3;
	margin: 30px auto;
	width: 100%;
	padding: 70px 80px;
}
.pform .flex{width: 100%;}
.pform .input_box{
	flex: 1;
}
.pform .currency_sign{
	flex: 0 0 65px;
}
.pform input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #a3a3a3;
	height: 35px;
	font-size: 20px;
}
.input_box{
	padding: 15px 0;
}
.currency_sign select{
	border: none;
    font-size: 22px;
    padding: 0 5px 0 15px;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
.converter_box h4{
	font-family: 'PT Sans';
	color: #000;
	font-size: 22px;
}
.converter_box p{margin: 10px 0 0;}

/* MAP */
.map_header{padding: 60px 0 30px;}
.map_header h3, .map_header ul{
	display: inline;
	float: left;
}
.map_header .nav:before{
	content: '';
	display: inline;
}
.map_header .nav-tabs{
	border: none;
	padding: 0 40px 0;
}
.map_header .nav-tabs>li>a{border: none;}
.map_header .nav-tabs>li.active>a, .map_header .nav-tabs>li.active>a:focus, .map_header .nav-tabs>li.active>a:hover {
    color: #1a9f29;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}
.map_header .nav>li{
	padding: 19px 15px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #a3a3a3;
}
.map_header .nav>li>a{
	padding: 0;
}
.map_header .nav>li>a:focus, .map_header .nav>li>a:hover {
    background-color: transparent;
	color: #1a9f29;
}
.map_header .nav-tabs>li.active>a:after {
    content:'';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    position: absolute;
    bottom: -7px;
    left:50%;
    margin-left: -5px;
}
.map_header .address_bank{
	padding: 19px 0 0;
	text-align: right;
	text-transform: uppercase;
}
.map .tab-content{
	background: #dedede;
	min-height: 400px;
	position:relative;
}
.map .absolute{
	top: 30px;
	left: 50%;
	margin-left: -30px;
}


/* INNER */


.inner{min-height: 70vh; padding: 50px 0; font-size: 15px;}

.page-template-default h4{
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
	color: #1a9f29;
	margin: 0 0 15px;
}

.card ul li, .page-template-default .inner ul li {
  list-style: none; 
}
.page-template-default .inner ul li{
	padding: 0 0 10px 0;
}

.card ul li::before, .page-template-default .inner ul li:before {
  color: #1a9f29;  
  content: "\2022"; 
  font-size: 1em; 
  padding-right: 1.1225em; 
  position: relative;
  top: 0em; 
}
.inner ul.lightSlider li:before, .lSSlideOuter .lSPager.lSGallery li:before{
	content: "";
	padding: 0;
}

.ned h2{
	font-size: 18px;
	margin: 10px 0;
}
.vklad img{
	width: 50px;
	margin: 0 10px -7px 0;
	vertical-align: baseline;
}
.percent{
	font-size:42px;
	color: #1a9f29;
}
.percent.smaller{font-size: 24px;}
.per{
	color:#1a9f29;
	font-size: 16px;
}
.mar10{
	margin: 20px 0;
}
.mar30{margin: 30px 0;}
.mar60{margin: 60px 0;}
.stavka{
	font-size: 16px;
	padding: 0 0;
	
}
.additional{
	font-size: 16px;
	display: inline-block;
	padding: 0 20px 5px 0;
}

.between{
	padding: 5px 0;
	display: inline-block;
}
.vklad h2{
	font-size:26px;
}
.vklad h3{
	font-size: 18px;
}
.vklad p, .vklad ul{
	font-size: 16px;
}

.sidebar{
	padding: 0 0 0 30px;
}
.wrap30{
	padding: 30px;
}
#image-gallery .lslide img{
	max-height: 440px;
	display: block;
	margin: 0 auto;
}

.ned, .inner{
	background-color: #f6f6f6;
}

.boxshadow{
	background: #fff;
	width: 100%;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.09);
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.09);
}


.graybox{
height: 87px;
border: 3px solid #f1f1f1;
padding: 15px;
}

.graybox .price{
	color: #000;
	line-height: 1.6;
}

.sidebar .boxshadow{
	margin: 0 0 20px 0;
}

.novost{
	max-width: 600px;
	margin: 0 auto;
}
.boxshadow .button.green, .nav-links a{
	display: block;
	color: #1a9f29;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid;
	padding: 10px;
	width: 45%;
	text-align: center;
	margin-top: 10px;
}
.meta-nav{padding: 0 5px;}
.nav-links a[rel="prev"] {
	float: left;
}
.nav-links a[rel="next"] {
	float: right;
}


.butn{
	background: #1a9f29;
	color: #fff;
	float: right;
	width: 140px;
  font-size: 15px;
  font-weight: normal;
  padding: 10px;
	text-align: center;
	border: none;
	border-radius: 0;
}
.butn:hover{
	color:#f3f3f3;
}

.rubble{
	font-size: 17px;
}
.ismall{font-size:12px;}

.price{
	color: #1a9f29;
	font-family: 'PT Sans';
	font-size: 20px;
	font-weight: 700;
}

.wrap{
	padding: 0 20px 30px;
	background-color: #fff;
}


.flexbox-wrapper{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.space{
	justify-content: space-between;
	padding: 10px;
}
.inner_map{
	margin: 30px 0;
}
.lSSlideWrapper {
	background: #ececec;
}
.inner_map{height: 300px;}
.inner_map iframe{
	border: 5px solid #fff;
}
.inner_map.boxshadow{
	padding: 0;
}


.inner .table tr:nth-child(even) {background: #dce6f1;}
thead tr{background: #dce6f1;}

.inner .table, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border: 1px solid #b7cde4;
}
.table>thead>tr>th{vertical-align: top;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th{
	vertical-align: middle;
}

.otchet p{
	margin: 0 0 25px;
}
.otchet a{
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dashed #000;
    
}

/*accordion map*/


/* MODAL */

.modal-content{
	border-radius: 0;
}
.modal-body{
	padding: 15px 15px 30px;
}
.modal p{
	font-size: 16px;
	margin-bottom: 10px;
}

.modal h5{
	line-height: 2;
}
.modal p strong{
	line-height: 2;
	font-family: 'Ubuntu';
	font-size: 18px;
}
.modal h4{
	font-size: 22px;
	padding-bottom: 40px;
}
.modal img{
	padding:0 30px 0;
}
.modal-header{
border: none;
padding:15px 15px 0 0;
}

.modal-footer{
	border: none;
}

.modal form{
	width: 80%;
	margin: 10px auto 15px;
}
.modal input{
	width: 100%;
	height: 40px !important;
	border: 1px solid #e4e4e4;
	margin: 15px 0 0;
	padding: 0 15px;
	font-size: 17px;
}
.modal input[type=submit], .modal input[type=button] {
	display: block;
	background: #f00;
	border: none;
	width: 100%;
	margin: 15px auto 5px;
	color: #fff;
	font-weight: bold;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(255,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(255,0,0,0.5);
	box-shadow: 0px 5px 10px 0px rgba(255,0,0,0.5);
}
.wpcf7-form{
	direction: rtl;
}
span.wpcf7-not-valid-tip{
	margin: 5px 0 0;
	font-size: 12px;
}
div.wpcf7-response-output {
    margin: 10px 0 0;
    padding: 5px;
    font-size: 12px;
}

button.close{
	opacity: 1;
	width:30px;
	height: 30px;
	border-radius: 100px;
	background: #128d20;
	color:#fff;
	line-height: .9;
}
.modal .close:focus, .close:hover{
	color: #fff;
	opacity: .8;
}


/*search in Mob version menu */
.mob_search{
	width: 100%;
	margin: 5px 15px;
	direction: rtl;
}
.mob_search input{
	width: calc(90% - 40px);
	height: 34px;
	border: 1px solid #b9aca5;
	padding: 0 5px;
	font-size: 14px;
}
.mob_search input[type=submit] {
	font: normal normal normal 16px/1 FontAwesome;
	
	background-color: #20409a;
	border: none;
	color: #fff;
	width: 39px;
	height: 39px;
	border-radius: 100px;
	line-height: 40px;
	padding: 0 0 0 0;
	text-align: center;
}


/* pagination */
.pagination {
    float: right;
    padding-right: 10px;
}

.page-numbers {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #1a9f29;
	background-color: #1a9f29;
	color: #fff;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:actibve{color: #fff;}
.page-numbers.current {
    background-color: transparent;
    color: #000;
}
.prev.page-numbers, .next.page-numbers {
    background-color: #1a9f29;
}
.prev.page-numbers:before{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
	color: #fff;
}
.next.page-numbers:before{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
	color: #fff;
}
/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* FOOTER */

.footer{
	padding: 0;
	background: #252a28;
	color: #a3a3a3;
	
}

.footer a{
	color: #fff;
}
.footer a:hover{
	text-decoration: none;
}

.footer .navbar-default .navbar-nav>li>a, .footer .navbar-default .navbar-nav>li>a:focus, .footer .dropdown-menu{
	font-weight: normal; 
	font-size: 14px;
}

.footer .dropdown-menu>li>a:focus, .footer .dropdown-menu>li>a:hover{color: #3b403e;}
.footer .navbar-default .navbar-toggle{float: right; background: #3b403e;}
.footer .navbar-default .navbar-toggle:focus .icon-bar, .footer .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.footer .dropdown-menu,.footer .navbar-nav .open .dropdown-menu{background: #a3a3a3;}
.footer_heading{
	border-bottom: 1px solid #303533;
	padding: 25px 0;
}
.footer_content{
	padding: 35px 15px 50px;
}
.footer_content p{margin: 32px 0 0;}
.footer_phone{
	float: right;
	width: 230px;
	padding: 20px;
	border: 3px solid #3b403e;
	text-align: center;
	line-height: 2;
}

.anchor{
	display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
/* SEARCH */
.search-form label{display: inline; font-weight: normal}
.search-field{
	border: 1px solid grey;
	width: 80%;
	padding: 5px 10px;
	
}
.search-submit{
	padding: 6px 10px;
	background: #1a9f29;
    color: #fff;
	border: none;
	border-radius: 0;
}
.search .news h2{font-size: 22px;}
.fa-2x {
  font-size: 20px;
}
.fa-3x {
  font-size: 35px;
}

/* TABLE */
.tariffs table{
	border: 1px solid #1a9f29;
}
.tariffs table td{
	padding: 10px 15px;
}
.tariffs table tr:nth-child(odd){ 
	background: #fff;
}
.tariffs table tr:nth-child(even){
	background: #e6f7e8;
}


/* MIN */

@media (min-width: 467px) {
}
@media (min-width: 768px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -20px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -20px;
	}

}
@media (min-width: 991px) {
}

@media (min-width: 1000px) {
}
@media (min-width: 1400px) {
}




/* MAX */
@media (min-width: 468px) and (max-width: 767px)  {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
	/* NAVBAR COLLAPSE */
	.navbar-header{float: none;     height: 45px;}
	.navbar-nav {
	  float: none!important;
	  padding: 5px 0 10px;
	  margin: 0;
	}
	.navbar-nav>li{
	  float: none;
	}
	.navbar-nav>li:last-child{border: none;}
	.navbar-nav>li>a {text-align: center;}
	.navbar-default .navbar-nav>.active a, .navbar-default .navbar-nav>.active a:focus, .navbar-default .navbar-nav>.active a:hover{background: transparent; color: #fff;}

	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse {
	  border: none;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	}
	.navbar-collapse{background: #128d20;}
	.collapse.in{
		display:block !important;
		height: auto;
	}
	.navbar-toggle{
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		padding: 0;
		background-color: #1a9f29;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-menu li{text-align:center;}
	.dropdown-menu li a{padding: 10px 0;}
	/**/
	.footer_content p {margin: 0 0 15px;}
	.footer_phone{float: none; margin: 0 auto;}
	.footer .navbar-collapse{background: #3b403e;}
	.hidden_ipad{display: none;}

	.boxshadow .button.green{width: 100%;}
}
@media (max-width: 1050px) {
	
}

@media (max-width: 992px) {
	.wrapper{flex-wrap: wrap;}
	.sidebar{padding: 0;}
	.graybox{max-width: 400px;}

}

@media (max-width:767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #fff;}
	.navbar-nav .open .dropdown-menu>li>a{padding: 10px 0;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #1a9f29; background: #fff;}
	.search_top{width: 100%;}
	.top_right{margin-bottom: 10px;}
	.convert{padding: 0 15px 0 0; font-size: 12px; height: 36px;}
	.convert span{margin-right: 10px;}
	.top_phone{text-align: left; padding-top: 7px;}
	h1, h2, .vklad h2, .news h3, .map h3{font-size: 26px;}
	.carousel .item, #carousel2 .item{height: 250px; background-size: cover; padding: 30px 0 0;}
	#carousel2 .item{height: 300px;}
	.carousel .item h2 {margin: 0px 0 10px; font-size: 26px;}
	.carousel-indicators{bottom: 10px;}
	#carousel2 .item p{font-size: 14px;}
	.flag{font-size: 11px;}
	.heading {margin: 30px 0 20px;}
	.news p{max-height:none;}
	.map_header .nav-tabs{padding: 0 0 0 20px;}
	.map_header .address_bank{padding: 0; text-align: left;}
	
	.logo {padding: 0 0 10px;}
	.inner{padding: 0 0 60px;}
	.news.out {margin: 0px auto 60px;}
	.modal p strong{line-height: normal;}
	
	.nav-links a[rel="prev"], .nav-links a[rel="next"] {float: none; width: 100%;}

}
@media (max-width:660px){
	.map_header .nav-tabs{padding: 0;}
	
}

@media(max-width:468px){
	.map_header {padding: 30px 0 30px;}
	.col-xxs-12{width: 100%;}
	.vklad ul{padding: 0;}
	.vklad img{width: 40px;}
	
}
@media(max-width:468px){
	.map_header .nav>li {padding: 0px 5px 19px 0;}
	.graybox .price {font-size: 18px;}

}
 