/*
Theme Name: firstCreditTheme
Theme URI: -
Author: Borovikov
Author URI: -
Description: firstCreditTheme custom theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firstCreditTheme
Tags: -

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*=================================== Total css ===================================*/
html{
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.44;
	position: relative;
	min-height: 100%;
	min-width: 320px;
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
	color: #000000;
}

.clear{
	clear: both;
	height: 1px;
	visibility: hidden;
}
a{
	text-decoration: none;
	transition: 0.2s;
	color: #000000;
}

a:hover,
a:focus{
	cursor: pointer;
	text-decoration: underline;
	outline: none;
	color: #000000;
}
button{
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
	outline: none;
}
button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #777;
	opacity: 1;
}
::placeholder{
	color: #777;
	opacity: 1;
}
button.button::-moz-focus-inner{
	padding: 0;
	border: 0;
}
/* FF Fix */
button.button{
	-webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
.title-border:after{
	content: "";
	display: block;
	margin: 15px 0 0 0;
	width: 80px;
	height: 3px;
	background-color: #8b2331;
}
.title-border.text-center:after{
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6, .h1{
	font-family: 'DIN Pro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	margin: 0 0 20px 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child{
	margin-bottom: 0;
}
h1{
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2{
	font-size: 28px;
	text-transform: uppercase;
}
h3,
.h3{
	font-size: 22px;
	margin: 0 0 20px 0;
}

.text-black{
	color: #000000;
}
.text-white{
	color: #ffffff;
}

.input-text,
textarea{
	padding: 17px 14px 17px 14px;
	width: 100%;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	transition: 0.3s;
	border: 1px solid #dcdfe3;
	outline: none;
	background-color: #f5f5f5;
}
input,
textarea{
	-webkit-appearance: none;
}
textarea{
	min-height: 120px;
	resize: none;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover {
	outline: none;
	border-color: #999;
}
.input-container{
	position: relative;
}
.input-container_icon .icon{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	color: #888888;
	font-size: 18px;
}
.input-container_icon .input-text{
	padding-left: 38px;
}
.input-container.error .input-text{
	border-color: #cf0000;
}
.input-container_text{
	background: #f5f5f5;
	padding: 10px 15px 10px 15px;
}
p{
	margin: 0 0 20px 0;
}
p:last-child {
	margin-bottom: 0;
}
blockquote{
	font-style: italic;
}

ul,
ol{
	padding: 0 0 0 17px;
	margin: 0 0 20px 0;
}
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
.tab-content > .tab-pane{
	display: none
}
.tab-content > .active{
	display: block
}
img{
	max-width: 100%;
}
label{
	font-weight: normal;
}
#container{
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}
.container{
	position: relative;
	max-width: 100%;
}
.row-flex{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	margin: -15px -15px -15px -15px;
}
.row-flex_no-wrap{
	flex-flow: row nowrap;
}
.row-flex_col-wrap{
	flex-flow: column wrap;
}
.row-flex_fluid{
	margin: 0;
}
.row-flex_center{
	justify-content: center;
}
.row-flex_full{
	justify-content: space-between;
}
.row-flex_start{
	justify-content: flex-start;
}
.row-flex_end{
	justify-content: flex-end;
}
.row-flex_vertical-center{
	align-items: center;
	align-content: center;
}
.row-flex_vertical-bottom{
	align-items: flex-end;
	align-content: flex-end;
}
.row-flex_stretch{
	align-items: stretch;
	align-content: stretch;
}
.row-flex > .col{
	float: none;
	padding: 15px;
}

@media (min-width: 992px) {
	.row-flex_col-5 > .col{
		width: 20%;
	}
}

/* inline line */
.lg-inline,
.md-inline,
.sm-inline{
	display: block;
}
@media (max-width: 1199px){
	.lg-inline{
		display: inline;
	}
}
@media (max-width: 992px){
	.md-inline{
		display: inline;
	}
}
@media (max-width: 767px){
	.sm-inline{
		display: inline;
	}
}

.input-important{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

/* b-btn
---------------------------------*/
@keyframes slideme{
	0% {
		left: -30px;
		margin-left: 0;
	}
	30% {
		left: 110%;
		margin-left: 80px;
	}
	100% {
		left: 110%;
		margin-left: 80px;
	}
}

@keyframes sheens {
	0%,79% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
		transform: rotateZ(60deg) translate(-5em,7.5em)
	}

	80% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
		transform: rotateZ(60deg) translate(-5em,7.5em)
	}

	95% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: rotateZ(60deg) translate(1em,-11em);
		transform: rotateZ(60deg) translate(1em,-11em)
	}

	to {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: rotateZ(60deg) translate(1em,-11em);
		transform: rotateZ(60deg) translate(1em,-11em)
	}
}

.b-btn{
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
	background-color: #e2231a;
	font-size: 14px;
	font-family: 'DIN Pro', Arial, Helvetica, Verdana;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s;
	font-weight: bold;
	padding: 18px 25px 18px 25px;
	line-height: 1.18;
	min-width: 180px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.btn__blink{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.btn__blink:after{
	content: "";
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),color-stop(50%,rgba(229,172,142,0)));
	background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
	-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
	-ms-transform: rotate(60deg) translate(-5em,7.5em);
	transform: rotateZ(60deg) translate(-5em,7.5em);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-animation: sheens 3s infinite;
	animation: sheens 3s infinite;
	z-index: 1;
}

.b-btn:hover,
.b-btn:active,
.b-btn:focus{
	color: #fff;
	text-decoration: none;
	background-color: #8b2331;
}

.b-btn_small{
	padding: 18px 15px 18px 15px;
	min-width: 145px;
	font-size: 12px;
	max-width: 100%;
}

.b-btn_transparent{
	padding: 17px 10px 17px 10px;
	min-width: 145px;
	max-width: 100%;
	border: 1px dashed #000000;
	background: transparent;
	color: #000000;
}
.b-btn_transparent:hover,
.b-btn_transparent:active,
.b-btn_transparent:focus{
	border: 1px solid #8b2331;
	color: #8b2331;
	text-decoration: none;
	background: transparent;
}
.b-btn_big{
	min-width: 260px;
	max-width: 100%;
	padding: 24px 25px;
}

/* End Total css ====*/

/*=================================== Site-header ===================================*/
#header{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	min-width: 320px;
	box-sizing: border-box;
	margin: 0 0 0 0;
	transition: 0.2s;
	/*position: fixed;
	border-bottom: 1px solid #ededed;*/
	background: #ffffff;
	box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.03);
}
#header.main{
	/* background: #81dcdb;*/
}
#header.affix{
	border-bottom: 1px solid #f0f2f4;
	background-color: #ffffff;
}
.header__top{
	border-bottom: 1px solid  #ededed;
	padding: 15px 0 15px 0;
}
#mobile-menu .header__top{
	border: none;
}
.header__top > .container > .row-flex > .col > .row-flex{
	margin: -25px;
}
.header__top > .container > .row-flex > .col > .row-flex > .col{
	padding: 25px;
}
.header__bottom{
	padding: 15px 0 15px 0;
}

.col_mob-menu{
	display: none;
}
.col_web-menu{

}
/* b-logo
---------------------------------*/

.b-logo img{
	width: 230px;
}

/*b-choice-region
---------------------------------*/
.b-choice-region{
	display: flex;
	flex-flow:  row wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.b-choice-region__title{
	color: #444444;
	margin-right: 10px;
}

.b-choice-region_inside{
	width: 160px;
	max-width: 100%;
	display: block;

	background: #ebebeb;
	margin-bottom: 30px;
}
#mobile-menu .b-choice-region{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
}
#mobile-menu .b-choice-region__title{
	margin-right: 15px;
}
#mobile-menu .mm-navbars-bottom .mm-navbar>*{
	padding: 5px 0 5px 0;
}
.b-choice-region_inside .b-choice-region__content{
	width: 100%;
}
.b-choice-region_inside .selectric{
	padding: 5px 15px;

}
.b-choice-region_inside .selectric .label{
	font-size: 18px;
	width: auto;
}
.b-choice-region_inside .selectric .label:after{
	display: none;
}

/*	b-action
---------------------------------*/
.b-action{
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.b-action a:first-child{
	margin-right: 25px;
}
#mobile-menu .b-action{
	display: flex;
	justify-content: space-between;
}
#mobile-menu .b-btn{

}
#mobile-menu .b-btn_small{
	font-size: 11px;
	min-width: 120px;
	color: #ffffff;
	padding: 10px;
}
#mobile-menu .b-btn_transparent{
	font-size: 11px;
	min-width: 120px;
	color: #000000;
	padding: 10px;
}
#mobile-menu .b-action a:first-child{
	margin-right: 10px;
}

/* b-small-contacts
---------------------------------*/
.b-small-contacts__list > a:hover{
	text-decoration: none;
}
.b-small-contacts__item{
	margin-bottom: 5px;
}
.b-small-contacts__item:last-child{
	margin-bottom: 0;
}
.b-small-contacts__item_phone{
	font-family: 'DIN Pro', Arial, Helvetica, Verdana;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
}
.b-small-contacts__item_phone a{
	text-decoration: none;
	color: #292928;
	display: flex;
}
#mobile-menu .b-small-contacts__item_phone a{
	color: #000000;
}
.b-small-contacts__item_phone:hover a,
.b-small-contacts__item_phone:hover i{
	color: #8b2331;
}
.b-small-contacts__item_txt{
	font-size: 16px;
	font-weight: normal;
}
.b-small-contacts__item_txt a{
	color: #1662e0;
	text-decoration: underline;
}
#mobile-menu .b-small-contacts__item_txt a{
	color: #1662e0;
	text-decoration: underline;
}
#mobile-menu .b-small-contacts__item_txt a:hover{
	text-decoration: none;
}
.b-small-contacts__item_txt a:hover{
	text-decoration: none;
}


/* b-menu
-------------------------------*/
.b-menu__list{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: normal;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 -10px 0 -10px;
}
.b-menu__list li{
	position: relative;
	list-style: none;
	padding: 0 10px 0 10px;
}
.b-menu__list li:hover ul{
	display: block;
}
.b-menu__list li a {
	padding: 5px 0 13px 0;
	font-size: 16px;
    font-weight: 500;
	color: #292828;
	border-bottom: 3px solid transparent;
}
.b-menu__list li:hover > a,
.b-menu__list li.current-menu-item > a,
.b-menu__list li.current-services-ancestor > a,
.b-menu__list li > a:focus{
	text-decoration: none;
	color: #ed2824;
	border-bottom-color: #ed2824;
}


/* b-top-menu
-------------------------------*/
.b-top-menu{
	background: #ededed;
	padding: 10px 0 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
.b-top-menu__list{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: normal;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 -10px 0 -10px;
}
.b-top-menu__list > li{
	position: relative;
	list-style: none;
	flex-grow: 1;
	padding: 0 10px 0 10px;
	border-right: 2px solid #999;
	text-align: center;
}
.b-top-menu__list > li:last-child{
	border-right: none;
}
.b-top-menu__list li:hover ul{
	display: block;
}
.b-top-menu__list > li > a {
	padding: 0;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #292828;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	line-height: 1.1;
}
.b-top-menu__list li a:hover,
.b-top-menu__list li.current-menu-item > a,
.b-top-menu__list li.current-services-ancestor > a,
.b-top-menu__list li a:focus{
	text-decoration: none;
	color: #ed2824;
}
.b-top-menu__list > li.menu-item-has-children > a{
	padding-right: 20px;
}
.b-top-menu__list > li.menu-item-has-children > a:after{
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	position: absolute;
	right: 0;
	top: 50%;
}
.b-top-menu__list > li > ul{
	padding: 0;
	margin: 0;
	position: absolute;
	width: 290px;
	top: calc(100% + 10px);
	left: 0;
	background:#fff;
	z-index: 2;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
	display: none;
}
.b-top-menu__list > li > ul:before{
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}
.b-top-menu__list > li:hover ul{
	display: block;
}
.b-top-menu__list > li > ul > li{
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ededed;
	text-align: left;
}
.b-top-menu__list > li > ul > li:last-child{
	border-bottom: none;
}
.b-top-menu__list  > li > ul > li > a{
	padding: 5px 10px;
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #292828;
}
.b-top-menu__list  > li > ul > li > a:hover{
	background: rgba(0,0,0, 0.1);
	text-decoration: none;
}


/* b-menu-icon
=================================*/
.b-menu-icon{
	display: block;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-decoration: none;
	width: 47px;
	height: 47px;
	background-color: #ffffff;
	padding: 13px;
	border-radius: 5px;
	border: 1px solid #000000;
}
.b-menu-icon__icon{
	width: 100%;
	align-self: center;
	display: inline-flex;
	position: relative;
	vertical-align: top;
	margin: 9px 0 6px 0;
	background: #000000;
	height: 2px;
}
.b-menu-icon__icon:before{
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
}
.b-menu-icon__icon:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
}
.b-menu-icon__icon:after,
.b-menu-icon__icon:before{
	width: 100%;
	height: 2px;
	transition: .25s ease;
	border-radius: 2px;
	background: #000000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.b-menu-icon.active .b-menu-icon__icon{
	background-color: transparent;
}
.b-menu-icon.active .b-menu-icon__icon:after,
.b-menu-icon.active .b-menu-icon__icon:before{
	top: 0;
	bottom: auto;
	left: 0;
}
.b-menu-icon.active .b-menu-icon__icon:before{
	transform: rotate(45deg) translate(0px, 0px);
}
.b-menu-icon.active .b-menu-icon__icon:after{
	transform: rotate(-45deg) translate(0px, 0px);
}

/*b-mob-icon
-------------------------*/

.b-mob-icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: #eff8f8;
	border-radius: 5px;
}
.b-mob-icon:hover{
	text-decoration: none;
}
.b-mob-icon .icon{
	color: #000000;
	font-size: 14px;
}
/*=================================== Main ===================================*/
#main{
	position: relative;
}


/* section
---------------------------------*/
.section{
	padding-top: 70px;
	padding-bottom: 70px;
}
.section__header{
	margin-bottom: 50px;
	text-align: center;
}
.section__header-subtitle{
	font-size: 17px;
	width: 800px;
	max-width: 100%;
	margin: auto;
}
.section__footer{
	padding: 30px 0 0 0;
}

/*b-promo
---------------------------------*/
.b-promo{
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 2;
}
.b-promo_inside{
	min-height: 730px;
}
.b-promo_inside .row-flex{
	min-height: 500px;
}
.b-promo_free-money{
	background-size: auto 100%;
}
.b-promo:before{
	height: 120px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(images/b-promo/clouds.png) center bottom repeat;
	z-index: 3;
}
.b-promo h1,
.b-promo .h1{
	font-weight: 900;
	margin-bottom: 20px;
	color: #e2231a;
}
.b-promo.section{
	padding-top: 70px;
	padding-bottom: 0;
}
.b-promo__content{
	margin-top: -60px;
	margin-left: -60px;
	margin-bottom: 10px;
}
.b-promo__content img{
	width: 100%;
	position: relative;
	z-index: -1;
}
.b-promo .section__header{
	margin-bottom: 0;
	margin-left: -170px;
	position: relative;
}
.b-promo .section__header:before{
	content: '';
	top: 20px;
	right: -20px;
	bottom: -20px;
	left: 20px;
	background-color: #e2231a;
	box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.3);
	position: absolute;
}
.b-promo__header{
	position: relative;
	z-index: 1;
	background: #ffffff;
	padding: 40px;
	font-family: 'DIN Pro', Arial, Helvetica, Verdana;
	box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.3);
    font-size: 18px;
}
.b-promo__header-title{
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.b-promo__header-title:last-child{
	margin-bottom: 0;
}
.b-promo__header-subtitle{
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	color: #e2231a;
	margin-bottom: 10px;
}
.b-promo__header-subtitle span{
	font-size: 42px;
}
.b-promo__header p b,
.b-promo__header p strong{
	font-weight: 900;
}
.b-promo .section__header ul{
	padding: 0;
	text-align: left;
}
.b-promo .section__header ul li{
	list-style: none;
	padding: 0 0 0 35px;
	font-size: 16px;
	position: relative;
    margin-bottom: 15px;
}
.b-promo .section__header ul li:last-child{
    margin-bottom: 0;
}
.b-promo .section__header ul li:before {
	content: '\e912';
	font-family: "icomoon" !important;
	font-weight: normal;
	font-style: normal;
	speak: none;
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	color:  #e2231a;
}
.b-promo__header-action{
	/*text-align: center;*/
}
.b-promo_main h1{
	font-size: 25px;
}
.b-promo_main .b-promo__header p{
	margin-bottom: 15px;
}
.b-promo_inside h1{
	color: #e2231a;
}
.b-promo_inside .section__header{
	margin-left: 0;
	text-align: left;
}
.b-promo_404 h1{
	font-size: 120px;
}
.b-promo_404 h1 span{
	color: #000;
}
.b-promo_404 .b-promo__header{
	margin-bottom: 100px;
}
.b-promo_main.section{
	padding-top: 0;
}
.b-promo_main .slider{
	position: static;
}
.b-promo_main .slick-list{
	padding-top: 70px;
	z-index: 1;
}
.b-promo_main .slider .slick-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 0 0 50px 0;
}
.b-promo_main .slider .slick-dots li button{
	background: #ededed;
	width: 10px;
	height: 10px;
	border: 1px solid #e2231a;
}
.b-promo_main .slider .slick-dots li.slick-active button,
.b-promo_main .slider .slick-dots li button:hover{
	background: #e2231a;
}



/*	b-page-nav
---------------------------------*/
.b-page-nav ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-page-nav ul li{
	list-style: none;
	padding: 5px;
}
.b-page-nav ul li a{
	width: 37px;
	height: 37px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #292828;
}
.b-page-nav ul li a.prev{
	margin-right: 10px;
}
.b-page-nav ul li a.next{
	margin-left: 10px;
}
.b-page-nav ul li > span.current{
	background: #cf0000;
	color: #fff;
	width: 37px;
	height: 37px;
	border-radius: 5px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-page-nav ul li > span.dots{
	font-size: 20px;
	line-height: 1;
}
.b-page-nav ul li a:hover,
.b-page-nav ul li a:focus{
	text-decoration: none;
	border-color:  #d04932;
	color: #d04932;
}
.b-page-nav ul .ellipsis span{
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background-color: #0b242e;
	display: inline-block;
	margin-right: 3px;
}
.b-page-nav ul .ellipsis span:last-child{
	margin-right: 0;
}


/*	b-proposition
---------------------------------*/
.b-proposition{
	position: relative;
}
body.home .b-proposition.section{
	padding-top: 0;
	padding-bottom: 0;
}
.b-proposition:before{

}
.b-proposition_inside:before{
	display: none;
}
.b-proposition__list{
	margin-top: 0;
}
.b-proposition__list_nomargin{
	margin: 0;
}
.b-proposition__item{
	background-color: white;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 0 30px 20px 30px;
	min-height: 100%;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
.b-proposition__item:hover{
	text-decoration: none;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
}
.b-proposition__item-wrapper{
	width: 100%;
}
.b-proposition__item-title{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAQAAACQTsNJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfjBwMUFhN/mE/XAAABqElEQVRIx5WVLXuDMBSF3yKoQqWmKFRmFlUXhdoUaj91alNTzAy1mVahqBmKmWHuBGOFjo/kYHhuwps8NyeHjVhyICZB0VBxAsDyRoub9EYAUkI+qIjQJDzTOH7eSxArVkK5Ey2ZIEoeBL8nICQhx7AjYg/UlGi/jQTsOAIFx7/aidgXoqivag2RL6T+t278D7sKqUgIR7VbSl8I5GSEnDlTAJaWyg/S+STBUlKhuKEk90P0kK4TnWNdfTqU2EkDWQ+z6WDgj6E+ebhq95wscTBznCdKMgdMyp48mB0uqFcxKYpH2mBhyssK5hcBa007zN5pI5mE3fvliOekiSiAGE0E1LzToDC89FPWIf3WQwpqQGN4HXvaDXIgIiflCzjSkI3TL3BhkJCzY4dCsaWlwAyHXSCKMy3VwJYlyhey5Xt5ggukGa8LRGOsG2R7hTHj2HI7HcU9T7SEQMMNe579IaCwfFPDVGy5QrpORMDnRGytR44cJqpK0uEfcFkGQzFRr2kuN3wZkqJ5nBkrLphgEdHnxbT+8mYeclhBXDBsRE2mrMasIvr98gMAgQDAW/aKjQAAAABJRU5ErkJggg==);
	text-shadow: 1.5px 2.6px 3px rgba(0, 0, 0, 0.35);
	color: #ffffff;
	font-family: 'DIN Pro',Arial, Helvetica, Verdana;
	font-size: 21px;
	font-weight: 900;
	background-color: #e2231a;
	text-align: center;
	margin: 0 -30px 0 -30px;
	padding: 5px;
	min-height: 80px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-proposition__item-content{
	padding: 20px 0 20px 0;
}
.b-proposition__item-action{
	text-align: center;
}
/* b-advantages
---------------------------------*/
.b-advantages__list{
	margin: 0 -10px 0 -10px;
	position: relative;
}
.b-advantages__nav.slider-nav{
	top: -60px;
	margin: 0 5px;
}
.b-advantages__item{
	text-align: center;
	padding: 0 10px 0 10px;
}
.b-advantages__item-img{
	margin-bottom: 20px;
}
.b-advantages__item-img img{
	height: 90px;
	margin: auto;
}
.b-advantages__item-info{
	font-family: "DIN Pro",Arial, Helvetica, Verdana;
	font-weight: 500;
	font-size: 17px;
}
.b-advantages__item-info b{
	font-weight: 900;
}

/* b-advantages-small
--------------------------------*/
.b-advantages-small{

}
.b-advantages-small__item{
	text-align: center;
}
.b-advantages-small__item-img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #f8f8f8;
	margin: 0 auto 15px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}
.b-advantages-small__item-img img{
	max-width: 65%;
	max-height: 65%;
	height: auto;
}
.b-advantages-small__item-info{
	font-family: "DIN Pro",Arial, Helvetica, Verdana;
	font-weight: 500;
	font-size: 18px;
}

/*b-feedback
--------------------------------*/
.b-feedback{
	background: #ededed;
}
.b-feedback .title-border{
	margin-left: 0;
	margin-right: 0;
}
.b-feedback h2{
	padding-bottom: 20px;

}
.b-feedback .section__header{
	text-align: left;
}
.b-feedback__nav.slider-nav{
	top: -25px;

}
.b-feedback__list{
	margin: -25px 0 0 -15px;
	position: relative;
}
.b-feedback-cart__wrapper{
	padding: 25px 15px 25px 15px;
	position: relative;
}
.b-feedback-cart{
	background: #ffffff;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 25px 15px;
	position: relative;
	transition: 0.3s;
}
.b-feedback-cart:hover{
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
}
.b-feedback-cart:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: -15px;
	top: 15px;
	background: #fff;
	z-index: -1;
}
.b-feedback-cart__top-img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
}
.b-feedback-cart__top{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.b-feedback-cart__top-img{
	margin-right: 10px;
}
.b-feedback-cart__top-title-date{
	font-size: 12px;
	color: #a9a9a9;
	margin-bottom: 5px;
}
.b-feedback-cart__top-title-name{
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
.b-feedback-cart__top-title-social a{
	display: inline-block;
}
.b-feedback-cart__top-title-social a:hover{
	text-decoration: none;
}
.b-feedback-cart__top-title-social a img{
	width: auto;
	height: 30px;
}
.b-feedback-cart__middle{
	margin-bottom: 15px;
}
.b-feedback-cart__middle .long{
	display: none;
}
.b-feedback-cart__bottom{
	text-align: right;
}
.b-feedback-cart__bottom a{
	color: #8b2331;
	text-decoration: underline;
}
.b-feedback-cart__bottom a:hover{
	text-decoration: none;
}
.b-feedback__action{
	padding: 25px 0 0 0;
	text-align: center;
}

/*  b-feedback-platform
--------------------------------*/
.b-feedback-platform{

}
.b-feedback-platform .slider{
	padding: 0 55px 0 55px;
}
.b-feedback-platform .slick-arrow {
	position: absolute;
	top: 10px;
}
.b-feedback-platform .slick-arrow_prev{
	left: 0;
}
.b-feedback-platform .slick-arrow_next{
	right: 0;
}
.b-feedback-platform__item{
	text-align: center;
	padding: 0 15px 0 15px;
}
.b-feedback-platform__item-icon{
	height: 50px;
	margin-bottom: 10px;
}
.b-feedback-platform__item-icon img{
	height: 50px;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.b-feedback-platform__item-text{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*  b-full-feedback
--------------------------------*/
.b-full-feedback{
	margin-bottom: 20px;
}
.b-full-feedback .b-feedback-cart{
	margin-top: 30px;
	margin-bottom: 0;
}
.b-full-feedback.section{
	padding-bottom: 0;
	padding-top: 40px;
}
.b-full-feedback .b-feedback-cart:first-child{
	margin-top: 0;
}

/*  b-credit
--------------------------------*/
.b-credit{
	margin-bottom: 40px;
}
.b-credit .b-form_get-now{
	padding: 40px 40px;
}
.b-credit .b-form__header{
	text-align: center;
	margin-bottom: 30px;
}
.b-credit .b-form_get-now h2{
	font-size: 27px;
}
.b-credit .b-form__action{
	text-align: center;
	margin-top: 20px;
}


/*  b-info
--------------------------------*/
.b-info__nav{
	display: none;
}
.b-info__content-list{
	margin-bottom: 30px;
}
.b-info__content-list > .slick-slider  .col{
	height: 100%;
}
.b-info__content{
	position: relative;
}
.b-info__nav.slider-nav{
	top: -30px;
}
.b-info__content-list > .slick-slider .slick-list{
	padding: 20px 0;
}
.b-info__content-list .slick-dots{
	padding: 0;
}
.b-info__content-item{
	background: #ffffff;
	box-shadow: 2.5px 4.3px 14px rgba(0, 0, 0, 0.1);
	padding: 0 15px 15px 15px;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-end;
	align-content: center;
	justify-content: space-between;
	min-height: 100%;
	text-decoration: none;
}
.b-info__content-item:hover{
	text-decoration: none;
	box-shadow: 2.5px 5px 14px rgba(0, 0, 0, 0.2);
}
.b-info__content-item-img img{
	width: 100%;
}
.b-info__content-item-img{
	margin: 0 -15px 15px;
}
.b-info__content-item-title{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 15px;
}
.b-info__content-item-bottom{
	text-align: right;
}
.b-info__read-more{
	color: #8b2331;
	text-decoration: underline;
}
.b-info__read-more:hover{
	text-decoration: none;
}



/* b-single-news
---------------------------------*/
.b-single-news__header{
	margin: 0 0 30px 0;
}
.b-single-news__header-title{
	position: static;
	padding: 20px;
	background-color: #ededed;
}
.b-single-news__header-title h1{
	font-size: 34px;
}
.b-single-news__header-content{
	position: relative;
}
.b-single-news__header-content img{
	width: 100%;
}
.b-single-news__date{
}
.b-single-news__footer{
	padding: 30px 0 0 0;
}



/*	b-small-info
--------------------------------*/
.b-small-info{

}
.b-small-info__content{
	padding: 25px 40px;
	border: 10px solid #e2231a;
	position: relative;
	margin: auto;
	width: 800px;
	max-width: 100%;
	font-family: "DIN Pro",Arial, Helvetica, Verdana;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.b-small-info__content b{
	font-weight: 900;
}
.b-small-info__content span{
	color: #e2231a;
	text-transform: uppercase;
}
.b-small-info__content-img{
	position: absolute;
	top: -65px;
	right: -100px;
}

/*b-steps
--------------------------------*/

.b-steps__content{
	position: relative;
	z-index: 2;
}
.b-steps__content + .b-steps__action{
	margin-top: 30px;
}
.b-steps__action{
	text-align: center;
}
.b-steps__wrapper{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: center;
	justify-content: space-between;
	margin-bottom: -30px;
}
.b-steps__img{
	text-align: right;
	margin-top: -230px;
	padding: 50px 150px 0 0;
	position: relative;
	z-index: 1;
}
.b-steps__img{
	display: block;
}
/*b-single-step
--------------------------------*/
.b-single-step{
	padding-bottom: 30px;
	display: table;
	width: 50%;
}
.b-single-step__circle-wrapper{
	display: table-cell;
	vertical-align: top;
	width: 80px;
}
.b-single-step__circle{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ffffff;
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	font-weight: bold;
	font-size: 60px;
	color: #e2231a;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-single-step__info{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 16px;
	padding-right: 15px;
}
.b-single-step__info span{
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
.b-single-step__info a:hover{
	text-decoration: underline;
}

.b-single-step_block{
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 0;
}
.b-single-step_block .b-single-step__circle-wrapper{
	display: block;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
.b-single-step_block .b-single-step__circle{
	margin: auto;
}
.b-single-step_block .b-single-step__info{
	display: block;
	padding: 0;
}
.b-single-step_vertical-top .b-single-step__circle-wrapper{
	vertical-align: top;
}
.b-single-step_vertical-top .b-single-step__info{
	vertical-align: top;
}

/*b-object
--------------------------------*/

.b-object__item{
	text-align: center;
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.b-object__item-img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: 0 auto 15px;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
}
.b-object__item-img img{
	width: 100%;
	border-radius: 50%;
}
.b-object__item-title{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.b-object__item-action{
	text-align: center;
}
/*b-documents
--------------------------------*/

.b-documents.section{
	padding-top: 0;
	padding-bottom: 0;
}
.b-documents__content{
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: flex-start;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
}
.b-documents__item{
	width: 50%;
	padding: 50px 10px 50px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.b-documents__item_dark{
	color: #ffffff;
}
.b-documents__item-title{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;

}
.b-documents__item ul{
	padding: 0;
	margin: 0;
}
.b-documents__item ul li{
	list-style: none;
	font-size: 18px;
	padding: 10px 0 10px 25px;
	position: relative;
}
.b-documents__item ul li span{
	text-transform: uppercase;
}
.b-documents__item ul li:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background: #000000;
	top: 50%;
	left: 0;
}
.b-documents__item_dark ul li:before{
	background: #ffffff;
}
.b-documents__content .b-documents__item-action{
	margin-top: 40px;
	text-align: center;
}
.b-documents__item-img{
	position: absolute;
	bottom: 0;
	right: 0;
}
/*b-necessary-doc
--------------------------------*/
.b-necessary-doc__content{
	margin: auto;
}
.b-necessary-doc__content_border{
	border: 10px solid #e2231a;
	padding: 25px 15px;
}
.b-necessary-doc__circle{
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	border-radius: 50%;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	padding: 10px;
	position: relative;
}
.b-necessary-doc__circle img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.b-necessary-doc__circle_svg img{
	width: 100px;
}
.b-necessary-doc__info{
	text-align: center;
}
.b-necessary-doc__info p{
	font-size: 16px;
}
.b-necessary-doc__info-title{
	font-family: 'DIN Pro', Arial, Helvetica, Verdana;
	font-weight: 500;
	font-size: 24px;
	padding-bottom: 15px;

}

/*	b-examples
--------------------------------*/
.b-examples__list{
	padding: 0 60px 0 60px;
}
.b-examples__list .slick-list{
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
}
.b-examples__list .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.b-examples__list .slick-arrow_prev{
	left: -55px;
}
.b-examples__list .slick-arrow_next{
	right: -55px;
}
.b-examples__list .slick-dots li button{
	background: #ededed;
}
.b-examples__list .slick-dots li.slick-active button{
	background-color: #8b2331;
}
.b-examples__item{
	padding: 15px;
	width: 50%;
}
.b-examples__item-wrapper{
	display: flex !important;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
}
.b-examples__item img{
	width: 100%;
}
.b-examples__item table{
	width: 100%;
}
.b-examples__item table td{
	padding: 10px;
	font-weight: bold;
	font-size: 17px;
	width: 50%;
}
.b-examples__item table tr:nth-child(even) td{
	background: #ebebeb;
}


/* b-question
--------------------------------*/
.b-questions__content-img{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 2.5px 4.3px 12px rgba(0, 0, 0, 0.1);
	padding: 5px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: auto;
}
.b-questions__content-img .icon{
	color: #e2231a;
	font-size: 140px;
}
.b-questions__content-info{
	position: relative;
}
.b-questions__content-info > .icon{
	position: absolute;
	color: #e2231a;
	font-size: 70px;
	top: 35px;
	right: 40px;
}

/*	b-article
---------------------------------*/
.b-article .section__header{
	margin-bottom: 45px;
	text-align: left;
}
.b-article .section__header h1{
	text-transform: uppercase;
	font-weight: bold;
}
.b-article__content p{
	font-size: 16px;
}

/*	b-certificate
---------------------------------*/
.b-certificate h2{
	padding-bottom: 20px;
}
.b-certificate .section__header{
	text-align: left;
}
.b-certificate__content{
	position: relative;
}
.b-certificate__nav.slider-nav{
	top: -50px;
}
.b-certificate__content .slider{
	margin: 0 -15px;
}
.b-certificate__img-wrapper{
	padding: 0 15px;
}
.b-certificate__img img{
	width: 100%;
}

/*	b-expert
---------------------------------*/
.b-expert .section__header{
	text-align: left;
}
.b-expert h2{
	padding-bottom: 20px;
}
.b-expert__content{
	position: relative;
}
.b-expert__list .slider{
	margin: 0 -15px;
}
.b-expert__nav.slider-nav{
	top: -30px;
}
.b-expert__item-wrapper{
	height: 100%;
	padding: 20px 15px;
}
.b-expert__item{
	min-height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
	justify-content: flex-start;
	padding: 25px 15px;
	box-shadow: 2.5px 4.3px 12px rgba(0, 0, 0, 0.1);
}
.b-expert__item > div{
	width: 100%;
}
.b-expert__item-img{
	text-align: center;
	margin: 0 auto 15px;
}
.b-expert__item-img img{
	border-radius: 50%;
	margin: auto;
}
.b-expert__item-img-info{
	margin-bottom: 15px;
	text-align: center;
}
.b-expert__item-img-info-name{
	font-size: 22px;
	margin-bottom: 10px;
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: bold;
}
.b-expert__item-img-info-position{
	font-size: 15px;
	margin-bottom: 20px;
}
.b-expert__item-img-info-length{
	font-weight: bold;
}
.b-expert__item-img-action{
	text-align: center;
}


/*	b-actions-cart
---------------------------------*/
.b-actions-cart{
	padding: 15px;
	box-shadow: 0 1px 10px 0 #c6c6c6;
	text-decoration: none;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
	justify-content: flex-start;
	min-height: 100%;
	font-size: 13px;
}
.b-actions-cart:hover,
.b-actions-cart:active,
.b-actions-cart:focus{
	text-decoration: none;
	box-shadow: 0 1px 20px 0 #c6c6c6;
}
.b-actions-cart__top{
	width: 100%;
	margin: 0 0 15px 0;
}
.b-actions-cart__bottom{
	width: 100%;
}
.b-actions-cart h2{
	font-size: 18px;
}
.b-actions-cart__img{
	margin-bottom: 15px;
}

/*	b-investments
---------------------------------*/
.b-investments__item{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
	justify-content: flex-start;
}
.b-investments__item-top{
	width: 100%;
	margin-bottom: 20px;
}
.b-investments__item-top:last-child{
	margin-bottom: 0;
}
.b-investments__item-bottom{
	width: 100%;
}
.b-investments__item-img{
	margin-bottom: 15px;
}

/*	b-contacts
---------------------------------*/
.b-contacts .section__header{
	text-align: left;
}
.b-contacts__title{
	font-family: 'DIN Pro',Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.b-contacts__address{
	margin-bottom: 40px;
}
.b-contacts__address-item{
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	padding: 30px 30px;
	margin-bottom: 20px;
	transition: 0.3s;
}
.b-contacts__address-item:hover{
	box-shadow: 0 5px 29.4px 0.6px rgba(226, 35, 26, 0.2);
}
.b-contacts__address-item:last-child{
	margin-bottom: 0;
}
.b-contacts__address-item .address-marker:hover{
	text-decoration: underline;
	cursor: pointer;
}
.b-contacts__address table{
	font-size: 17px;
	width: 100%;
	margin: 0 0 20px 0;
}
.b-contacts__address table:last-child{
	margin-bottom: 0;
}
.b-contacts__address table td{
	vertical-align: top;
}
.b-contacts__address table td.content-col{
	padding-left: 10px;
}
.b-contacts__address table td.icon-col{
	width: 20px;
	font-size: 20px;
}
.b-contacts__address table a:hover{
	color: #0d95e8;
}
.b-contacts__map{
	width: 100%;
	height: 450px;
	background: #ededed;
}
.b-contacts__address-cell table tr td:first-child{
	width: 30px;
}
.b-contacts__address table i{
	font-size: 20px;
	display: block;
	color: #e2231a;
}
.b-contacts__address-work-time ul{
	column-count: 3;
	list-style: none;
	padding: 0;
}

/*b-credit-sum
---------------------------------*/
.b-credit-sum h2{
	margin-bottom: 20px;
}
.b-credit-sum .section__header p{
	font-size: 18px;
}

/*b-compare
---------------------------------*/

.b-compare__content{
	background: #ffffff;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	padding: 30px 30px;
}
.b-compare__content table{
	width: 100%;
}
.b-compare__content table thead td{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
}
.b-compare__content table tbody tr:nth-child(even) td{
	background: #faf9f9;
}
.b-compare__content table tbody  td{
	width: 35%;
	padding: 15px;
	font-size: 17px;
	vertical-align: top;
}
.b-compare__content table tbody tr td:first-child{
	font-weight: bold;
}
.b-compare__content table .icon{
	line-height: 1.333;
	padding-right: 10px;
}
.b-compare__content table tr > td:nth-child(even) .icon{
	color: #e2231a;

}
.b-compare__content table tr > td:first-child{
	width: 20%;
}

/*b-partners
---------------------------------*/
.b-partners.section{
	padding-top: 0;
}
.b-partners__list{
	position: relative;
	margin: 0 -10px;
}
.b-partners__nav.slider-nav{
	top: -60px;
	margin: 0 5px;
}
.b-partners__list .slider{
	margin: 0 -5px;
}
.b-partners__item{
	text-align: center;
	padding: 0 15px;
}
.b-partners__item img{
	max-height: 100px;
	display: inline-block !important;
}



/*	b-jobs
---------------------------------*/
.b-jobs h1{
	font-size: 30px;
}
.b-jobs .b-decor{
	position: absolute;
	bottom: -70px;
	right: -60px;
}
.b-jobs .section__header{
	text-align: left;
}
.b-jobs__list{
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	padding: 25px;
}
.b-jobs__item {
	position: relative;
	padding: 10px 50px 10px 0;
	border-bottom: 1px solid #efefef;
	font-size: 20px;
	display: block;
}
.b-jobs__item:hover,
.b-jobs__item:focus{
	text-decoration: none;
	color: #8b2331;
}
.b-jobs__item .icon{
	position: absolute;
	font-size: 22px;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
}
.b-jobs__right-part{
    margin-bottom: 350px;
}
.b-jobs__right-part .b-form__action{
	text-align: center;
}

/*	b-single-job
---------------------------------*/
.b-single-job{
	font-size: 16px;
}
.b-single-job .section__header{
	text-align: left;
}
.b-single-job__content{
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	padding: 30px;
	margin-bottom: 50px;
}
.b-single-job__header{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
.b-single-job__header-item-title{
	margin-bottom: 5px;
}
.b-single-job__header-item-info{
	font-family: "DIN Pro", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.b-single-job__main{
	padding-top: 30px;
}
.b-single-job__main ul,
.b-single-job__main ol{
    list-style: inside;
    padding-left: 0;
}
.b-single-job__main ol{
    list-style: inside decimal;
}
.b-single-job__main ul li,
.b-single-job__main ol li{
    margin-bottom: 15px;
}
.b-single-job__main ul li:last-child,
.b-single-job__main ol li:last-child{
    margin-bottom: 0;
}
.b-single-job__main .alignleft{
    float: left;
    margin: 0 30px 30px 0;
}
.b-single-job__main-info-txt-title{
	font-weight: bold;
	margin-bottom: 20px;
}
.b-single-job__main-info-txt-title-big{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.b-single-job__main-info-img{
	float: left;
	padding:  0 30px 20px 0;
	width: 50%;
}
.b-single-job__main-info-img img{
	width: 100%;
}
.b-single-job__main-duties{
	counter-reset: counter-list;
	padding: 0;
}
.b-single-job__main-duties li{
	padding: 5px 0;
	list-style: none;
	position: relative;
}
.b-single-job__main-duties li:before{
	counter-increment: counter-list;
	content: counter(counter-list)".";
}
.b-single-job__main-info-txt-wrapper{
	margin: 0 0 20px 0;
}
.b-single-job__main-conditions{
	padding: 0 0 0 25px;
}
.b-single-job__main-conditions li{
	list-style: none;
	padding: 5px 0;
	position: relative;
}
.b-single-job__main-conditions li:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #000000;
	left: -25px;
	top: 50%;
}
.b-single-job__main-img-big img{
	width: 100%;
}

.b-single-job__footer{
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	padding: 30px;
}
.b-single-job__footer-title{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	display: block;
}
.b-single-job__footer-title:hover,
.b-single-job__footer-title:focus{
	text-decoration: none;
}
.b-single-job__footer-title-nav{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.b-single-job__footer-content{
	display: none;
	transition: 0.2s;
	margin-top: 15px;
}
.b-single-job__footer.open .b-single-job__footer-content{
	display: block;
}
.b-single-job__footer-title-nav i{
	display: block;
	transition: 0.2s;
}
.b-single-job__footer.open .b-single-job__footer-title-nav i{
	transform: rotate(180deg);
}

/* whatsapp
---------------------------------*/
@keyframes fadeInNew {
	0% {
		transform: translate(0, 200px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.whatsapp{
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 20;
	width: 240px;
	animation: fadeInNew 0.5s linear 3s 1 normal forwards;
	transform: translate(0, 200px);
}
.whatsapp__icon{
	width: 50px;
}
@keyframes flip-r {
	0% { transform: rotateY(0); }
	100% { transform: rotateY(180deg); }
}
.whatsapp__icon img{
	width: 100%;
	animation-timing-function: ease-in-out;
	animation-duration: 4s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-name: flip-r;
	position: relative;
}
.whatsapp__link,
.whatsapp__link:hover,
.whatsapp__link:active{
	background-image: linear-gradient(rgb(0, 150, 78), rgb(43, 173, 100));
	transition: 0.3s;
	text-decoration: none;
	border-radius: 24px 0 0 0;
	padding: 10px 15px;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.whatsapp__content{
	padding-left: 10px;
}
.whatsapp__title{
	font-weight: bold;
}
.whatsapp__close{
	position: absolute;
	top: -35px;
	right: 15px;
	border-radius: 50%;
	width: 30px;
	background: #fff;
	cursor: pointer;
}
.whatsapp__close img{
	width: 100%;
	display: block;
}
.whatsapp_closed {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: auto;
	right: 15px;
	bottom: 15px;
}
.whatsapp_closed .whatsapp__close{
	display: none;
}
.whatsapp_closed .whatsapp__link{
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0px 18px 37px 0px rgba(0, 0, 0, 0.47);
}
.whatsapp_closed .whatsapp__icon{
	width: 30px;
}
.whatsapp_closed .whatsapp__content{
	display: none;
}

/* b-form
---------------------------------*/
.b-form{
	margin: auto;
	position: relative;
	padding: 30px 30px;
	border: 10px solid #e2231a;
}
.b-form__header{
	margin: 0 0 25px 0;
}
.b-form__header-title{
	text-align: center;
}
.b-form__header-title_small{
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.b-form__header-subtitle{
	font-family: 'DIN Pro', Arial, Helvetica, Verdana;
	font-size: 30px;
	font-weight: bold;
}
.b-form__content-title{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.b-form__content{

}
.b-form__content .row-flex{
	margin: -10px ;
}
.b-form__content .row-flex .col{
	padding: 10px;
}
.b-form__footer .row-flex{
	margin: -10px ;
}
.b-form__footer .row-flex .col{
	padding: 10px;
}
.b-form_question .b-form__content .b-btn{
	width: 100%;
}
.b-form__content .b-btn{
	margin: auto;
	padding: 21px 25px;
}
.b-form__content label,
.b-form__label{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #555;
}
.b-form__content label.b-custom-checkbox{
	margin-bottom: 0;
}
.b-form__content .b-accept{
	display: inline-table;
	vertical-align: top;
	width: auto;
	margin: 5px 0 0 0;
}
.b-form_simple{
	width: 900px;
	max-width: 100%;
	margin: auto;
}
.b-form_simple .b-form__header{
	text-align: center;
}
.b-form_simple h2{
	font-size: 30px;
	text-transform: none;
	font-weight: 900;
	margin-bottom: 10px;
}
.b-form_simple h2 span{
	color: #e2231a;
}
.b-form_simple p{
	font-size: 18px;
}
.b-form .b-btn{
	width: 100%;
	max-width: 300px;
}
.b-form_realty{
	background: #ffffff;
	border: none;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
}
.b-form_realty .b-form__header{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.b-form_realty .b-form__action{
	text-align: center;
	margin-top: 20px;
}

.b-form_request-calculation{
	border: none;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	background: #ffffff;
}
.b-form_request-calculation .b-form__header{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.b-form_request-calculation .input-text{
	background-color: #ffffff;
	transition: 0.2s;
}
.b-form_request-calculation .input-text:focus::placeholder{
	opacity: 0;
}
.b-form_request-calculation .input-text:hover::placeholder{
	opacity: 0;
	transition: 0.2s;
}
.b-form_request-calculation .b-form__action{
	text-align: center;
	margin-top: 20px;
}
.b-form_request-calculation .b-btn_big{
	padding: 24px 25px;
}
.b-form_calculation-realty{
	border: none;
	box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
	width: 850px;
	max-width: 100%;
	margin: auto;
}
.b-form_calculation-realty .b-form__header{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.b-form_calculation-realty .input-text{
	border-color: transparent;
}
.b-form__content + .b-form__footer{
	margin-top: 25px;
	text-align: center;
}
.b-form_calculation-realty .input-text:focus::placeholder,
.b-form_calculation-realty .input-text:hover::placeholder{
	opacity: 0;
	transition: 0.2s;
}
.b-form_job{
	padding: 0;
	border: none;
}
.b-form__content-section{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #999;
}
.b-form__content-section:first-child{
	padding-top: 0;
}
.b-form__content-section:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.b-form__repeat-section{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #999;
}
.b-form__repeat-section:first-child{
	padding-top: 0;
}
.b-form__repeat-section:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.ui-datepicker .ui-icon{
	width: 16px !important;
}

#sort-priority{
	margin: -5px;
	counter-reset: sort;
}
#sort-priority > .col{
	padding: 5px;
	counter-increment: sort;
	cursor: move;
}
#sort-priority .input-container{
	display: none;
}
#sort-priority label{
	padding: 10px;
	border: 1px solid #999;
	margin: 0;
	display: block;
	cursor: move;
}
#sort-priority label:before{
	content: counter(sort) '.';
	font-weight: bold;
	margin: 0 5px 0 0;
}

/* b-service-list
---------------------------------*/
.b-service-list{

}
.b-service-list__item{
	border: 1px solid #999;
	padding: 15px;
	min-height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
	justify-content: flex-start;
}
.b-service-list__item-top{
	width: 100%;
}
.b-service-list__item-header{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.b-service-list__item-icon{
	display: table-cell;
	vertical-align: top;
	width: 80px;
}
.b-service-list__item-title{
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-family: 'DIN Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.b-service-list__item-content{
	margin-bottom: 15px;
}
.b-service-list__item-bottom{
	width: 100%;
}
.b-service-list__item-bottom .b-btn{
	width: 100%;
}

/* b-modal
---------------------------------*/
.b-modal{
	display: none;
	position: relative;
	width: 450px;
	padding: 35px;
	max-width: 100%;
	background-color: #FFF;
	box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.1);
	min-height: 145px;
	color: #292828;
}
.b-modal_feedback{
	width: 750px;
}
.b-modal .b-form{
	padding: 0;
	border: none;
}
.b-modal .b-form__action .b-btn{
	width: 100%;
	padding: 26px 25px;
}
.b-modal .b-form__header h2{
	font-size: 26px;
}
.b-modal_feedback .b-feedback-cart__top-img{
	width: 120px;
	height: 120px;
}
.b-modal_feedback .b-feedback-cart{
	box-shadow: none;
	padding: 0;
}
.b-modal_feedback .b-feedback-cart__top-title-name{
	font-size: 18px;
	margin-bottom: 5px;
}
.b-modal_feedback .b-feedback-cart__middle{
	font-size: 17px;
}
.b-modal_feedback .shirt{
	display: none;
}
.b-modal_feedback .long{
	display: block;
}
.b-modal_feedback .b-feedback-cart__bottom{
	display: none;
}
.b-modal__header{
	margin: 0 0 20px 0;
}
.b-modal_take-friend{
	width: 700px;
}

/*	b-take-friend
-------------------------*/
.b-modal_take-friend{
	background: url("images/friend.jpeg") left bottom no-repeat #fff;
	background-size: auto 190px;
}
.b-take-friend__info{
	font-size: 12px;
	text-decoration: underline;
}
.b-take-friend .col_info{
	padding-bottom: 180px;
}

/*	b-faq
-------------------------*/
.b-faq{
	background-color: #ffffff;
}
.b-faq .b-decor_top{
	top: 120px;
	left: 25px;
}
.b-faq .b-decor_bottom{
	right: 30px;
	bottom: 30px;
}
.b-faq__list{
	padding-bottom: 0;
	text-align: left;
}
.b-faq__list-item{
	background: #ffffff;
	padding: 25px 25px 25px 25px;
	font-size: 17px;
	border-radius: 5px;
	height: 100%;
	box-shadow: 0 18px 29.4px 0.6px rgba(0, 0, 0, 0.06);

}
.dropdown-container_open .b-faq__list-item-nav .icon{
	transform: rotate(180deg);
	color: #000000;
}
.b-faq__list-item-header{
	position: relative;
	cursor: pointer;
	padding: 25px 75px 25px 25px;
	margin: -25px -25px -25px -25px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.b-faq__list-item-content{
	padding: 25px 0 0 0;
	color: #6b6b76;
}
.b-faq__list-item-nav{
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	transition: 0.1s;
	font-size: 18px;
	padding-top: 27px;
}
.b-faq__list-item-nav .icon{
	transition: 0.3s;
}
.b-faq__action{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-faq__action-all-faq .b-btn_transparent{
	font-size: 16px;
	padding: 18px 20px 18px 20px;
	color:#ffffff;
}
.b-faq__action-you-faq .b-btn{
	font-size: 16px;
}
.b-faq__action-all-faq{
	padding: 0 10px 0 10px;
}
.b-faq__action-you-faq{
	padding: 0 10px 0 10px;
}



/* popover
---------------------------------*/
.popover {
	background-color: #FFFFFF;
	box-shadow: 0 3px 21px 7px rgba(0, 0, 0, 0.1);
	border: none;
	width: 580px;
	max-width: 580px;
}
.popover-content{

}
.popover.bottom {
	margin-top: 15px;
}
.popover > .arrow,
.popover.bottom > .arrow {
	border-color: transparent;
}



/*=================================== Site-footer ===================================*/
#footer{
	padding: 15px 0 15px 0;
	background-color: #ededed;
	border-top: 1px solid #838486;
}
#footer .footer__content{
	padding: 20px 0 20px 0;
}
#footer .footer__bottom{
	border-top: 1px solid #999;
	padding: 20px 0 20px 0;
	font-size: 11px;
	text-align: center;
}
#footer .footer__bottom hr{
    border-top: 1px solid #999;
}
#footer .b-small-contacts{
	margin-bottom: 20px;
}
body.error404 #footer{
	background: #fff;
}

/*	b-footer-menu
------------------------------------*/
.b-footer-menu{

}
.b-footer-menu__list{
	column-count: 2;
	display: block;
	padding: 0;
	margin: 0 -10px 0 -10px;
}
.b-footer-menu__list li{
	padding: 0 10px;
	list-style: none;
	margin: 0 0 5px 0;
}
.b-footer-menu__list li:last-child{
	margin-bottom: 0;
}
.b-footer-menu__list li:hover a,
.b-footer-menu__list li a:focus{
	text-decoration: none;
	color: #e2231a;
}
.b-footer-menu__list li a{
	font-family: "DIN Pro", Arial, Helvetica, Verdana;
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
}

/* dropdown-content
---------------------------------*/
.dropdown-content{
	display: none;
}


/* b-custom-checkbox
---------------------------------*/
.b-custom-checkbox{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	vertical-align: top;
	margin: 0;
}
.b-custom-checkbox input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	margin: 0;
	padding: 0;
	z-index: 5;
}
.b-custom-checkbox__icon{
	align-self: flex-start;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background-color: #f6f6f6;
	border-radius: 0;
	color: #000000;
	position: relative;
	z-index: 1;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 10px;
	border: 1px solid #dcdfe3;
}
.b-custom-checkbox__icon i{
	opacity: 0;
}
.b-custom-checkbox input:checked + .b-custom-checkbox__icon i{
	opacity: 1;
}
.b-custom-checkbox_big .b-custom-checkbox__icon{
	width: 27px;
	height: 27px;
	font-size: 14px;
}
.b-custom-checkbox_square .b-custom-checkbox__icon{
	border-radius: 8px;
}
.b-custom-checkbox.error .b-custom-checkbox__icon{
	border-color: #cf0000;
}
.b-custom-checkbox__content{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
}


/* b-breadcrumbs
---------------------------------*/
.b-breadcrumbs{
	padding: 20px 0 20px 0;
}
.b-breadcrumbs + .section:not(.b-small-info),
.b-breadcrumbs + .section:not(.b-promo){
	padding-top: 20px;
}
.b-promo + .b-breadcrumbs{
	padding-top: 50px;
}


/* b-accept
---------------------------------*/
.b-accept{
	display: table;
	width: 100%;
	margin: 0;
}
.b-accept__checkbox{
	display: table-cell;
	vertical-align: top;
	width: 16px;
	padding: 2px 0 0 0;

}
.b-accept__content{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 8px;
	font-size: 11px;
	text-align: left;
}
.b-accept__content a{
	text-decoration: underline;
}
.b-accept__content a:hover{
	text-decoration: none;
}


/* b-info-box
---------------------------------*/
.b-info-box{
	display: inline-block;
	vertical-align: top;
}
.b-info-box__icon{
	margin: 0 0 15px 0;
}
.b-info-box__icon .icon {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0;
}
.b-info-box__content-txt{
	font-size: 17px;
}
.b-info-box_horizontal{
	display: table;
	width: 100%;
	border-spacing: 0;
}
.b-info-box_horizontal .b-info-box__icon{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.b-info-box_horizontal .b-info-box__content{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 25px;
	text-align: left;
}
.b-info-box__title{
	font-size: 21px;
	margin: 0 0 5px 0;
}
/*Detecting Mobile Devices with
*/


/*b-search
----------------------*/
.b-search{
}
.b-search .b-form__content{
	padding: 0;
}
.b-search__box{
	width: 160px;
	max-width: 100%;
	box-shadow: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #d9e2ed;
	background: transparent;
	padding: 5px 20px 5px 5px;
	font-size: 12px;
}
.b-search__box:focus{
	border: none;
	outline: none;
	border-bottom: 1px solid #bababa;
}
.b-search .icon{
	position: absolute;
	right: 3px;
	top: 50%;
	margin: -5px 0 0 0;
	font-size: 12px;
	color: #afbaca;
}

/* b-messenger
---------------------------------*/
.b-messenger{

}
.b-messenger ul{
	padding: 0;
	margin: -10px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-messenger ul li{
	list-style: none;
	padding: 10px;
}
.b-messenger ul li:last-child{
	margin-right: 0;
}
.b-messenger ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
}
.b-messenger__list-item_viber a{
	background: #6f3faa;
}
.b-messenger__list-item_whatsapp a{
	background: #75b73b;
}
.b-messenger__list-item_telegram a{
	background: #7aa5da;
}
.b-messenger ul li a:hover{
	text-decoration: none;
	opacity: 0.9;
}


/* b-social
---------------------------------*/
.b-social{

}
.b-social ul{
	padding: 0;
	margin: -10px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-social ul li{
	list-style: none;
	padding: 10px;
}
.b-social ul li a{
	border-radius: 50%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-decoration: none;
	font-size: 40px;
	color: #333;
}
.b-social ul li a:hover{
	text-decoration: none;
	color: #e2231a;
}

/* b-copyright
---------------------------------*/
.b-copyright{
	font-size: 14px;
	padding: 0 0 0 0;
	color: #b4b8c1;
}

/*b-downloads
-------------------------------*/

.b-downloads{
	display: table;
	margin-bottom: 15px;
}
.b-downloads__item{
	display: table-cell;
	padding-right: 15px;
}
.b-downloads__item:last-child{
	padding-right: 0;
}
/* b-privacy-politic
---------------------------------*/
.b-privacy-politic{
	font-size: 11px;
	padding: 10px 0 0 0;
}
.b-privacy-politic a{
	text-decoration: underline;
}
.b-privacy-politic a:hover{
	text-decoration: none;
}

/*b-site-design
---------------------------------*/
.b-site-design{
	width: 135px;
	max-width: 100%;
	font-size: 13px;

}
.b-site-design a{
	color: #303030;
	text-decoration: none;
}
.b-site-design a:hover{
	text-decoration: underline;
}
.b-site-design img{
	height: 18px;
	padding-right: 5px;
}