* {
    box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    color: #131313;
    font-size: 14px;
    line-height: 1.2;
/*    line-height: 18px;*/
    font-family: Open Sans, sans-serif;
    padding-top: 86px;
    min-width: 320px;
}
a {
    color: #155091;
    border-bottom: 1px dashed #b8cade;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.4;
}
a:hover {
    color: #0a7754;
    border-bottom-color: transparent;
}
strong {
    font-weight: bold;
}
.row:after, .row:before {
    display: table;
    clear: both;
    content: ""}
.row__l {
    text-align: left;
}
.row__l, .row__r {
    display: inline-block;
    float: left;
    width: 50%}
.row__r {
    text-align: right;
}
h1 {
    font-size: 50px;
    color: #fff;
    line-height: 72px;
}
h2 {
    font-size: 38px;
    line-height: 1.2;
}
@media (max-width: 1000px){
	h2 {
    	font-size: 24px;
	}
}
h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1000px){
	h3 {
    	font-size: 24px;
	}
}
h5 {
    font-size: 20px;
}
h4, h5 {
    line-height: 26px;
}
h4 {
    font-size: 22px;
    font-weight: 700;
}
@font-face {
    font-family: ALS Rubl;
    src: url(../fonts/ALSRubl.eot);
    src: url(../fonts/ALSRubl.eot?#iefix) format('embedded-opentype'), url(../fonts/ALSRubl.woff) format('woff'), url(../fonts/ALSRubl.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nautilus';
    src: url(../fonts/Nautilus.ttf) format('truetype');
}
::-webkit-input-placeholder {
    color: #848484;
    font-size: 14px;
}
:-moz-placeholder {
    color: #848484;
    font-size: 14px;
}
.placeholder {
    color: #848484;
    font-size: 14px;
}
input[type=text] {
    height: 46px;
    border: 1px solid #e1e1e1;
    color: #000;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
    line-height: 46px;
    outline: none;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
}
input[type=text]:focus, input[type=text]:hover {
    border: 1px solid #7cc3a4;
    box-shadow: inset 0 1px 5px 0 rgba(24, 132, 86, .21);
}
textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    color: #000;
    padding: 13px;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
    resize: none;
}
textarea:focus, textarea:hover {
    border: 1px solid #7cc3a4;
    box-shadow: inset 0 1px 5px 0 rgba(24, 132, 86, .21);
}
.l-wrapper {
    margin: 0 auto;
    max-width: 1160px;
	z-index: 1;
    position: relative;
}
.l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .4);
    /*padding-top: 22px;*/
    padding-bottom: 20px;
    z-index: 500;
	/*background: url(../images/orn1.png) bottom repeat-x #fff;
    background-size: 15%;*/
}
.l-main {
	position: relative;
	background: url(../images/main_bg_new-2.jpg) center no-repeat;
	background-size: cover;
	padding: 0 10px;
}

.new_year {
	width: 100%;
    z-index: 0;
    height: 250px;
    background: url(../images/bottom_ng_bg.png) center no-repeat;
    position: absolute;
    bottom: 0;
}


.l-main > .l-wrapper {
	padding-bottom: 85px;
}
@media (max-width: 1000px){
	.l-main > .l-wrapper {
		padding-bottom: 25px;
	}
}

.l-how-to {
    padding: 10px;
    /*padding-bottom: 110px;*/
}
@media (max-width: 767px){
	.l-how-to {
	display: none;
	}
}



.l-how-to .l-wrapper {
    position: relative;
}
.l-how-to .faq-form {
    margin-top: 5vh;
}
.l-how-to .how-to-info {
    margin-top: 160px;
    padding-left: 340px;
}
.l-how-to .how-to-info.two {
    margin-top: 0px;
    padding-left: 340px;
}
.l-comparison {
    background-color: #f1f6f8;
    padding: 5vh 10px 3vh 10px;
}
@media (max-width: 767px){
	.l-comparison {
	display: none;
	}
}
.l-comparison h5 {
    margin-top: 10px;
}
.l-savings {
    padding-top: 30px;
    padding-bottom: 40px;
}
.l-protection {
    border-top: 1px solid #ebebeb;
    padding: 2vh 10px 3vh 10px;
}
.l-the-decision {
    padding-top: 80px;
    padding-bottom: 90px;
    height: 410px;
    background: url(../images/dicision.jpg) 50% no-repeat;
}
.l-requirements {
    background: #f8f8f8;
    padding: 8vh 10px 10vh 10px;
    background: url(../images/special_background.jpg) center no-repeat;
    background-size: cover;
    color: #fff;	
}
@media (max-width: 1000px){
	.l-requirements 
	{
    padding: 20px 10px;
	}
}


.l-profitableness {
    background: #fefefe;
	padding: 5vh 10px 0 10px;
}
.l-profitableness .l-wrapper {
	background: #fefefe ;
}

@media (max-width: 767px){
	.l-profitableness {
		padding: 0 10px 0 10px;
	}
	.l-profitableness .l-wrapper {
		background: #fefefe;
	}
}


.l-difference {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../images/difference-bg_2.jpg) 50% no-repeat;
    background-size: cover;
}
.l-difference h2 {
    font-size: 45px;
    line-height: 54px;
    color: #000000;
    text-align: center;
}
.l-about {
    padding-top: 0px;
    padding: 1px 10px;
}
.l-faq {
	padding: 8vh 10px 10vh 10px;
}
@media (max-width: 1000px){
	.l-faq {	
		display: none;
		/*padding: 20px 10px;*/
	}
}

.l-map, .l-map #map {
    height: 525px;
}

.l-map #map {
    width: 100%}
    
.l-map .l-wrapper {
    margin-top: -480px;
    z-index: 100;
    pointer-events: none;
    position: relative;
}

@media (max-width: 767px){
	.l-map
	{
		height: auto;
		padding: 0 10px;
	}
	.l-map #map 
	{
		display: none;
	}
	.l-map .l-wrapper {
    	margin-top: 0px;
    }
}


.l-request {
    padding: 8vh 10px;
}
.l-request h2 {
    text-align: center;
    margin-bottom: 30px;
}
.l-request .title-total {
    font-weight: 700;
}
.l-footer .l-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
}
.logo {
	padding-top:7px;
    float: left;
    width: 160px;
    vertical-align: top;
}
.logo, .logo a {
    display: inline-block;
}
.logo a {
    border-bottom: none;
    font-size: 0;
    line-height: 0;
}
.menu {
	padding-top: 18px;
    width: 710px;
    vertical-align: top;
    height: 44px;
}
.top-saving{
	font-size: 30px;
    padding-left: 23px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #BB633D;
}
.menu, .menu li {
    display: inline-block;
    float: left;
}
.menu li {
    /*line-height: 40px;*/
    padding-left: 30px;
}
.menu .active a {
    color: #0a7754;
    border-bottom-color: transparent;
}
.menu a {
    text-transform: uppercase;
    letter-spacing: .6px;
}
.callme {
	padding-top: 10px;
    display: inline-block;
    float: right;
    width: 290px;
    vertical-align: top;
    /* height: 44px; */
    text-align: right;
}
.lk_button:hover{
	background:#097754;
	color:white!important;
}
.callme__phone {
    font-size: 25px;
    color: #373737;
    font-weight: 700;
    line-height: 1;
    border: none;
}
.callme__phone:hover {
    color: #373737;
}
.callme__link {
    line-height: 1;
}

.callme .callme__link{
	margin-left: 10px;
    padding: 3px 10px;
    background: rgb(15, 119, 85);
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
    border-bottom: 0;
}

.green_button,.green_button:hover{
    padding: 3px 10px;
    background: rgb(15, 119, 85);
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
    border-bottom: 0;
	display:inline-block;
}

.comparison-income .green_button
{
	/*position:absolute;*/
	margin: -5px 0 -5px 5px;
	display:none;
	vertical-align: middle;
}

.comparison tr.hovered .green_button, .comparison tr.active .green_button
{
	display:inline-block;
}

.client_button{
	border: 1px dashed #d6d6d6;
    margin-top: 8px;
    text-align: center;
}

.client_button p{
    margin-top: -10px;
    text-align: left;
    margin-left: 20px;
    background: #fff;
    width: 200px;
    font-size: 12px;
    color: #b3b3b3;
    padding-left: 10px;
}

.client_button .lk_button{
    margin: 3px 0;
    border-radius: 5px;
    border: rgb(15, 119, 85) 2px solid;
    height: 22px;
    width: 150px;
    text-align: center;
    color: rgb(15, 119, 85);
    font-size: 11px;
}

.client_button:nth-child(2){
	width: 122px;
}

.interest-rate__title {
    display: inline-block;
    vertical-align: bottom;
}
.interest-rate__value {
    display: inline-block;
    /*vertical-align: top;*/
    font-size: 155px;
	font-weight:700;
    line-height: 1;
    position: relative;
    /*margin-left: 30px;*/
    background: url(../images/line.png) 0 bottom no-repeat;
    padding-bottom: 9px;
}
.interest-rate__deadline {
    position: absolute;
    left: 100%;
    top: 12px;
    display: inline-block;
    padding: 12px;
    background: #fff;
    border: 2px solid #d3af37;
    color: #131313;
    font-size: 14px;
    margin-left: 15px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 3px;
    z-index: 10;
}
.interest-rate__deadline:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -9px;
    top: -2px;
    height: 8px;
    width: 9px;
    background: url(../images/arrow-dedline.png) 0 0 no-repeat;
}
.main-promo {
    margin-top: 10px;
}
.main-promo__item {
    display: inline-block;
    margin-right: 30px;
    float: left;
    /*height: 50px;*/
    position: relative;
    padding: 0 0 15px 0;
}
@media (max-width: 1000px){
	.main-promo__item
	{
    margin-right: 10px;
	}
}
.main-promo__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}
.main-promo__title {
    padding-left: 60px;
    vertical-align: middle;
    height: 50px;
    display: table-cell;
	color: #fff;
}
.main-promo__title_black {
	color: #000;
}

.main-promo2 {
    margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: left;
}
.main-promo__item2 {
	max-width: 290px;
	padding: 0 30px 15px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
@media (max-width: 1000px){
	.main-promo__item2
	{
		padding: 0 10px 15px 0;
	}
}
.main-promo__img2 {
    width: 50px;
    margin: 0 10px 0 0;
}
.main-promo__img2 img
{
	max-width: 100%;
}
.main-promo__title2 {
	color: #000;
}
@media (max-width: 767px){
	.main-promo__item2
	{
		font-size: 12px;
		flex: 1 1 0;
		padding: 0;
	}
	.main-promo__img2{
    	width: 30px;
    	margin: 0 10px 0 0;
	}
}



.calc {
    width: 62%;
	margin-left: 38%; 
	top: -150px; 
	position: absolute;
}
.calc__wrapper {
	display: inline-block;
	width: 100%;
    border: 3px solid #e2d297;
    border-radius: 3px;
    padding: 25px 10px;
    background: #fff;
    position: relative;
}
@media (max-width: 1000px){
	.calc {
		position: relative;
    	width: 100%;
		margin-left: 0; 
		top: 0; 
	}
	.calc__wrapper 
	{
    border: 3px solid #e2d297;
    border-left: 0;
    border-right: 0;
	}
}

.timer-element{
	border-radius: 45px;
	background-color: #2f6627;
	opacity: 0.8;
}
.calc__label {
    width: 25%;
    padding: 0 5px 0 0;
}
.calc__content {
	/*max-width: 75%;*/
	flex: 1 1 0;
}
@media (max-width: 645px){
	.calc__label {
    	width: 100%;
    	padding: 0 0 5px 0;
	}
}

.calc__content a {
    vertical-align: top;
    line-height: 23px;
}
.calc__promo {
    position: absolute;
    right: 15px;
    bottom: 45px;
}
@media (max-width: 645px){
	.calc__promo {
    	position: relative;
    	right: 0;
    	bottom: 0;
    	text-align: center;
	}
}

.calc__promo-item {
    /*float: left;
    display: inline-block;*/
}
.calc__promo-item img {
	height: 110px;
    padding: 10px;
    margin-top: 5px;
    margin-right: 35px;
    border: 2px solid #00b3de;
}
.calc__group {
    position: relative;
    margin-bottom: 10px;
    margin-top: 16px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.calc__group .btn-group {
    margin-top: 14px;
    margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;   
	text-align: center 
}
.calc__total {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    display: inline-block;
}
@media (max-width: 645px){
	.calc__total {
    	font-size: 28px;
	}
}

.calc__total, .calc__total span {
    line-height: 1;
}

#special .b-container a{
	color:#fff!important;
}
.calc__total-small {
    width: 115px;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}
.calc__total-small, .calc__total-small i, .calc__total-small span {
    display: inline-block;
    vertical-align: top;
}
.calc__total-small i {
    line-height: 20px;
}
.calc label {
    color: #616161;
	flex: 1 1 0;
	
}
.btn-group label {
/*    display: inline-block;
    float: left;
*/
 /*   height: 32px;*/
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 0 -1px 0 0;
    overflow: hidden;
}
.btn-group label:first-child span {
    border-radius: 3px 0 0 3px;
}
.btn-group label:last-child span {
    border-radius: 0 3px 3px 0;
}
.btn-group label span {
    min-height: 32px;
    line-height: 1;
    padding: 7px 2px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #262626;
    text-align: center;
}
.btn-group label span:hover {
    background: #edfef7;
}
.btn-group label input[type=radio] {
    display: none;
}
.btn-group label input:checked~span {
    background-color: #1c9963;
    border-color: #1c9963;
    color: #fff;
}
button {
	cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    border: none;
    outline: none;
    background: none;
}
button, button span {
    display: inline-block;
}
button span {
    background-color: #188456;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 254px;
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
button span:hover {
    background-color: #1c9963;
}
.ruble {
    font-family: ALS Rubl;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    color: inherit;
}
.calc__content_slider
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.slider-range__wrapper {
    /*display: block;*/
    flex: 1 1 0;
    /*max-width: 350px;*/
    padding-right: 14px;
}
@media (max-width: 530px){
	.slider-range__wrapper 
	{
		width: 100%;
		flex: 1 1 auto;
		padding: 0 0 15px 0;
	}
}


p.slider-range__steps 
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    margin-top: 18px;
}
a.slider-range__steps {

    font-size: 12px;
    color: #155091;
    border-color: #a1b9d3;
}
.slider-range__step:last-child {
    margin-right: 0;
}
#slider {
    height: 5px;
    background: #188456;
    box-shadow: none;
    border-radius: 0;
    border: none;
    width: 100%;
    margin-top: 19px;
}
#slider .noUi-origin {
    background: #d7d7d7;
    border-radius: 0;
    border: none;
}
#slider .noUi-handle {
    width: 41px;
    height: 41px;
    box-shadow: none;
    border: none;
    background: url(../images/slider-range-lower.png) 50% no-repeat;
    cursor: pointer;
    top: -18px;
}
#slider .noUi-handle:after, #slider .noUi-handle:before {
    display: none;
}
.deposit-value {
	width: 175px;
}
.deposit-value input {
    width: 138px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #7cc3a4;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 1px 5px 0 rgba(24, 132, 86, .21);
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    font-family: Open Sans;
    color: #252525;
}
@media (max-width: 645px){
	.deposit-value input
	{
    	margin-right: 0;
    	margin-left: 0;
	}
}


.deposit-value i {
	font-size: 20px;
}
.how-to-steps {
    margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.how-to-steps__leftcol {
	float: left;
}
.how-to-steps__rightcol {
	overflow: hidden;
}
.how-to-steps__item {
    width: 33.3%;
    padding: 0 15px 0 0;
}
.how-to-steps__step {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	margin: 0 18px 5px 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%;
	background: #f8931f;
	text-align: center;
}
.how-to-steps__step span
{
	display: block;
	font-size: 24px;
}
.how-to-steps__title {
    font-size: 22px;
    color: #262626;
    line-height: 1.2;
    margin-bottom: 5px;
}
.how-to-steps__desc {
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}

@media (max-width: 1000px){
	.how-to-steps__title
	{
    	font-size: 18px;
	}
	.how-to-steps__desc {
    	font-size: 14px;
	}
}


.how-to-steps a {
    color: inherit;
    border: none;
}
.faq-form {
    max-width: 1120px;
    padding: 25px 40px;
    border: 4px solid #e2d297;
}
@media (max-width: 1000px){
	.faq-form.faq-form2
	{
		display: none;
	}
}

.faq-form__item {
    display: inline-block;
    float: left;
    /* width: 285px; */
	width: 30%;
    vertical-align: top;
}
.faq-form__block-form {
    /* width: 254px; */
	width: 30%;
}
.faq-form__block-managers {
    /*width: 380px;*/
    /* display: none; */
}
.faq-form__block-managers .managers__item:first-child {
    margin-right: 50px;
}
.faq-form__phone {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 30px;
    border: none;
    line-height: 1;
}
@media (max-width: 1200px){
	.faq-form__phone
	{
    font-size: 32px;
	}
}


.faq-form__phone:hover {
    color: #ffffff;
}
.faq-form2 .faq-form__phone,
.faq-form2 .faq-form__phone:hover {
	color: #000000;
}
.faq-form__info {
    color: #262626;
    line-height: 22px;
    margin-top: 8px;
}
.faq-form__info.special {
    color: #ffffff;
    line-height: 22px;
    margin-top: 20px;
}
.faq-form__input {
    margin-top: 26px;
}
.faq-form__input input {
    width: 254px;
}
.faq-form__button {
    margin-top: 15px;
}
.faq-form__split {
    display: inline-block;
    float: left;
    /* width: 110px; */
	width: 9%;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    padding-top: 40px;
}
.faq-form__split.special {
    color: #ffffff;
}
.faq-form .managers {
    margin-top: 20px;
    padding-left: 65px;
}
.managers, .managers__item {
    display: inline-block;
}
.managers__item {
    float: left;
    text-align: center;
}
.managers__img {
    font-size: 0;
    line-height: 0;
	padding-bottom: 10px;
}
.managers__img img {
    max-width: 100%}
.managers b {
    font-size: 16px;
    color: #000;
    display: block;
}
.managers span {
    display: block;
    color: #8e8e8e;
    font-size: 12px;
}
.how-to-info p {
    color: #252525;
    line-height: 26px;
}
.how-to-info a, .how-to-info p {
    font-size: 16px;
    margin-top: 20px;
}
.how-to-info a {
    color: #155091;
    border-bottom-style: solid;
}
.how-to-info a:hover {
    color: #188456;
    border-bottom: 1px solid #188456;
}
.how-to-img {
    position: absolute;
	height:510px;
    /*height: 500px;*/
    overflow: hidden;
    width: 310px;
    left: -40px;
    bottom: -142px;
}
.comparison {
	padding: 5vh 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.comparison__table_left
{
	width: 150px;
}
.comparison__table_right
{
	flex: 1 1 0;
}
.comparison__table table {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 38px 0 rgba(24, 38, 132, .12);
    overflow: hidden;
    vertical-align: top;
    font-size: 16px;
    padding-bottom: 6px;
}
.comparison__table table tr:first-child th
{
    border-bottom: 1px solid #b7b7b7;
	vertical-align: middle;
	height: 50px;
}
.comparison__table:first-child {
    margin-right: 15px;
}
.comparison__table:last-child th {
    padding-right: 0;
    padding-left: 0;
}
.comparison__table:last-child th:first-child {
    padding-left: 17px;
}
.comparison__table:last-child th:last-child {
    padding-right: 17px;
}
.comparison tr.active td,
.comparison tr.hovered td
 {
    background-color: #f6efd7;
}
.comparison tr.active td.comparison-rate {
	color: #1c9963;
}
.comparison th {
    color: #d3af37;
    text-align: center;
/*    padding-left: 17px;
    padding-right: 17px;*/
}
.comparison th span {
/*    display: block;
    padding: 18px 12px 14px;
*/
    /*border-bottom: 1px solid #b7b7b7;*/
}
.comparison td {
    color: #272727;
    padding: 0 30px;
    font-size: 16px;
    height: 50px;
    vertical-align: middle;
}
.comparison td .ruble {
    line-height: 12px;
}
.comparison__partner {
    margin-top: 30px;
    height: 31px;
    position: relative;
}
.comparison__partner span {
    display: block;
    padding-left: 55px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    color: #252525;
}
.comparison__partner i.purse {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 31px;
    background: url(../images/purse.png) 0 0 no-repeat;
}
.savings-promo {
    margin-bottom: 35px;
}
.savings-promo__img {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;	
}
.savings-promo p {
    font-size: 16px;
    line-height: 26px;
    color: #262626;
}
.savings {
    margin-top: 30px;
}
.savings__l {
    width: 360px;
}
.savings__l, .savings__r {
    float: left;
    display: inline-block;
}
.savings__r {
    width: 600px;
    margin-left: 40px;
}
.file-type {
    text-transform: none;
    color: #6d6d6d;
}
.tabs-content {
    display: inline-block;
    width: 260px;
    float: left;
    margin-right: 40px;
}
.tabs-content a {
    display: inline;
    border: none;
    font-size: 0;
    line-height: 0;
    width: 232px;
    height: 329px;
}
.tabs-content a img {
    max-height: 329px;
}
.tabs-content__item {
    display: inline-block;
    background: #ababab;
    box-shadow: 2px 3px 4px hsla(0, 0%, 67%, .4);
    font-size: 0;
    line-height: 0;
}
.tabs-nav {
    display: inline-block;
    width: 260px;
    float: left;
}
.tabs-nav__item {
    border-bottom: none;
    margin-bottom: 10px;
    color: #4191e3;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
    position: relative;
}
.tabs-nav__item span {
    display: inline;
    border-bottom: 1px dashed;
}
[data-tabs-visible="0"] {
    display: none;
}
[data-tabs-visible="1"] {
    display: inline-block;
}
[data-tabs-active="1"] {
    padding: 10px 15px;
    border: 2px solid #188456;
    margin-left: -15px;
    color: #000;
}
[data-tabs-active="1"] span {
    border-bottom: none;
}
[data-tabs-active="1"]:hover {
    border: 2px solid #188456;
}
[data-tabs-active="1"].arrow-2:after, [data-tabs-active="1"].arrow-2:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
[data-tabs-active="1"].arrow-2:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-right-color: #fff;
    border-width: 30px 13px 30px 0;
    margin-top: -30px;
}
[data-tabs-active="1"].arrow-2:before {
    border-color: transparent;
    border-right-color: #188455;
    border-width: 32px 14px 32px 0;
    margin-top: -32px;
    left: -16px;
}
[data-tabs-active="1"].arrow:after, [data-tabs-active="1"].arrow:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
[data-tabs-active="1"].arrow:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-right-color: #fff;
    border-width: 20px 13px 20px 0;
    margin-top: -20px;
}
[data-tabs-active="1"].arrow:before {
    border-color: transparent;
    border-right-color: #188455;
    border-width: 22px 14px 22px 0;
    margin-top: -22px;
    left: -16px;
}
.insurance {
    margin-top: 60px;
}
.insurance__l {
    width: 260px;
}
.insurance__l, .insurance__r {
    display: inline-block;
    float: left;
}
.insurance__r {
    width: 700px;
}
.insurance__r p {
    font-size: 16px;
    color: #262626;
    line-height: 26px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 34px;
}
.insurance__r p:last-child {
    margin-bottom: 0;
}
.insurance__r p:before {
    content: "";
    display: inline-block;
    left: 0;
    top: 0;
    position: absolute;
    background: #8abb86;
    width: 66px;
    height: 3px;
}
.insurance .row {
    margin-top: 30px;
}
.insurance-promo__item {
    margin-bottom: 20px;
}
.insurance-promo__item:last-child {
    margin-bottom: 0;
}
.insurance-promo b {
    display: block;
    color: #16780e;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}
.insurance-promo p {
    font-size: 15px;
    color: #262626;
}
.protection {
    padding-top: 2vh;
}
.protection__item {
    margin-bottom: 3vh;
}
.protection__item:last-child {
    margin-bottom: 0;
}
.protection h5 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.protection p {
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
    margin: 15px 0;
}
@media (max-width: 1000px){
	.protection h5 {
    	font-size: 18px;
	}
	.protection p {
    	font-size: 14px;
	}
}



.protection a {
    color: #155091;
    border-bottom-style: solid;
    border-bottom-color: #155091;
}
.protection a:hover {
    color: #188456;
    border-bottom-color: #188456;
}
.protection img {
    margin-bottom: 20px;
}
.the-decision {
    padding-left: 60px;
    display: inline-block;
    width: 510px;
}
.the-decision h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}
.the-decision p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.requirements {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.requirements__item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 1000px){
	.requirements__item {
		position: relative;
		width: 33.3%;
		margin-bottom: 0;
		padding: 0 10px 0 0;
	}
}
@media (max-width: 767px){
	.requirements__item {
		position: relative;
		width: 100%;
		margin-bottom: 0;
		padding: 0 0 20px 0;
	}
}



.requirements__item:last-child {
    margin-bottom: 0;
}
.requirements__body {
	overflow: hidden;
}
.requirements__img {
	position: relative;
    width: 100px;
    float: left;
    text-align: center;
}
.requirements__img img {
    max-width: 75px;
    width: 100%;
}
@media (max-width: 1000px){
	.requirements__img {
		height: 80px;
		float: none;
		margin: 0 auto;
	}
	.requirements__img img {
    	max-width: 60px;
	}
}
@media (max-width: 767px){
	.requirements__img {
		height: auto;
		padding: 0 0 5px 0;
	}
}
.requirements__doc {
    padding-left: 35px;
    height: 30px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.requirements__doc .file {
    position: absolute;
    left: 0;
    top: 2px;
}
.requirements h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.requirements p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
}
@media (max-width: 1000px){
	.requirements h4 {
    	font-size: 18px;
	}
	.requirements p {
    	font-size: 12px;
	}
}
.requirements a {
    color: #ffffff;
    text-decoration: underline;
    border: 0;
}
@media (min-width: 768px){
	.requirements a:hover {
    	color: #ffffff;
    	text-decoration: underline;
	}
}
@media (max-width: 1000px){
	.requirements__doc 
	{
		font-size: 12px;
	}
}
i.file {
    display: inline-block;
    width: 24px;
    height: 28px;
    background: url(../images/file.png) 0 0 no-repeat;
}
.profitableness {
    padding: 1px 340px 1px 0;
    margin-top: 2vh;
	background: url(../images/man-2.png) right bottom no-repeat;
}
@media (max-width: 1000px){
	.profitableness 
	{
    padding: 1px 260px 1px 0;
		background: url(../images/man-2.png) no-repeat right bottom  / 250px auto;
	}
}
@media (max-width: 767px){
	.profitableness {
    	padding: 1px 0;
		background: none;
	}
}

.profitableness__item {
    margin-bottom: 2vh;
}
.profitableness__item:last-child {
    margin-bottom: 0;
}
.profitableness h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.profitableness p {
    font-size: 16px;
    color: #252525;
    line-height: 1.5;
    margin: 15px 0;
}
@media (max-width: 1000px){
	.profitableness h4 {
    	font-size: 18px;
	}
	.profitableness p {
    	font-size: 14px;
	}
}



.difference {
	text-align:center;
    margin-top: 60px;
}
.difference__we {
    border: 3px solid #d3af37;
}

.difference__or{
	height: 100%;
	font-weight: bold;  
	font-size: 40px;
    display: inline-block;
    margin-top: 170px;
	padding-left: 40px;
    padding-right: 40px;
	color:#000;
}
.difference__another-bank, .difference__we {
    padding: 30px;
    background: #fff;
    display: inline-block;
    width: 410px;
    vertical-align: top;
}
.difference__another-bank {
    border: 3px solid #fff;
}
.difference__another-bank .difference__logo {
    margin-top: 2px;
}
.difference__another-bank .difference__table td {
    color: #212121;
}
.difference__we .difference__head img {
	margin-top: 9px;
}
.difference__head {
    height: 60px;
    margin-bottom: 15px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 70px;
    position: relative;
}
.difference__we .difference__head {
	    padding-left: 100px;
}
.difference__title {
    font-size: 21px;
    color: #000;
    line-height: 1;
    font-weight: 700;
}
.difference__logo {
    position: absolute;
    width: 70px;
    display: inline-block;
    left: 0;
    top: 0;
}
.difference__table {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}
.difference__table table {
    width: 100%}
.difference__table th {
    text-align: left;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
}
.difference__table td {
    font-size: 18px;
    line-height: 20px;
    color: #188456;
    padding-top: 3px;
    font-weight: 700;
}
.difference__table td .ruble {
    font-weight: 700;
}
.difference__check {
    margin-top: 20px;
    position: relative;
    height: 33px;
    padding-left: 44px;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}
.difference__check span {
    height: 34px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
}
i.check, i.not {
    display: inline-block;
    width: 44px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
}
i.check {
    background: url(../images/check.png) 0 0 no-repeat;
}
i.not {
    background: url(../images/not.png) 0 0 no-repeat;
}
.about {
    padding-top: 5vh;
}
.about h2 {
    margin-bottom: 50px;
}
.about p {
    font-size: 16px;
    color: #252525;
    line-height: 1.5;
}

@media (max-width: 1000px){
	.about {
    	padding-top: 2vh;
	}
	.about p {
    	font-size: 14px;
	}
}

.about-block {
   position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.about_con {
	flex: 1 1 0;
    padding-right: 15px;
}
.about-r {
	width: 28%;
	border-left: 1px solid #000000;
	padding-left: 30px;
	max-width: 300px;
}

.about_item {
    padding-bottom: 2vh;
}
@media (max-width: 1000px){
	.about-r {
		width: 42%;
		padding-left: 15px;
	}
	.about_item {
    	padding-bottom: 15px;
	}
}
@media (max-width: 767px){
	.about-r {
		min-width: 100%;
		border-top: 1px solid #000000;
		border-left: 0px solid #000000;
		max-width: auto;
		padding: 10px 0 0 0;
	}
	.about-img
	{
		text-align:center;
	}
	.about-img img
	{
		max-width: 50%!important;
	}
}

.about-img img
{
	max-width: 100%;
}
.flag
{
	float: right; 
	margin: 0px 10px 20px 20px;	
	max-width: 100px;
}
.f24 {
font-size: 24px;
}
@media (max-width: 500px){
	.flag
	{
		width: 55px;	
		margin: 0 0 20px 5px;	
	}
	.f24 {
	font-size: 18px;
	}
}
.about__docs {
    margin-top: 35px;
    font-size: 0;
}
@media (max-width: 767px){
	.about__docs {
    	margin-top: 0px;
	}
}

.about__docs-img {
    box-shadow: 2px 3px 4px hsla(0, 0%, 67%, .4);
    margin-bottom: 15px;
}
.about__docs-item {
	display: inline-block;
	width: 16.66%;
	padding: 0 10px 15px 10px;
	vertical-align: top;
}
@media (max-width: 1000px){
	.about__docs-item {
		width: 25%;
	}
}
@media (max-width: 800px){
	.about__docs-item {
		width: 50%;
	}
}
@media (max-width: 800px){
	.about__docs-item {
		width: 100%;
		padding: 10px 0;
	}
}

.about__docs-item a {
    font-size: 0;
    line-height: 0;
    border-bottom: none;
}
.about__docs-item img 
{
    max-width: 100%}
    
@media (max-width: 800px){
	.about__docs-item img 
	{
  	display: none;
   }
}
.about__docs-item span {
    /*display: block;*/
}
.about__docs-item i {
    font-size: 13px;
    color: #155091;
    line-height: 17px;
    text-decoration: underline;
}
.about__docs-item i:hover {
    color: #188456;
}
.about__tool {
    margin-top: 50px;
}
.about__tool-r {
    width: 800px;
    padding: 25px;
    border: 2px solid #16780e;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    color: #262626;
}
.about__tool-l {
    width: 200px;
    text-align: center;
    padding-top: 20px;
    padding-right: 30px;
}
@media (max-width: 900px){
	.about__tool-l
	{
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 auto;
	}
}

.about__tool-l img {
	max-width: 160px;
    margin-bottom: 10px;
}
.about__tool-l b {
    font-size: 16px;
    line-height: 20px;
    color: #262626;
    display: block;
}
.about__tool-l span {
    font-size: 12px;
    color: #616161;
    line-height: 17px;
    display: block;
}
.about__slider {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}
.about__slider .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    line-height: 0;
}
.about__slider .swiper-slide img {
    max-height: 600px;
}
.about__slider .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}
.about__slider-wrapper {
    position: relative;
}
.about__slider-wrapper .swiper-pagination {
    position: static;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.about__slider-wrapper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #d4b13c;
    opacity: 1;
    margin-left: 12px;
    margin-right: 12px;
}
.about__slider-wrapper .swiper-pagination-bullet-active {
    position: relative;
    z-index: 10;
}
.about__slider-wrapper .swiper-pagination-bullet-active:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 20;
    background: #16780e;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}
.about__slider-wrapper .swiper-button-next, .about__slider-wrapper .swiper-container-rtl .swiper-button-prev {
    right: -45px;
    background-position: -28px 0;
}
.about__slider-wrapper .swiper-button-next, .about__slider-wrapper .swiper-button-prev, .about__slider-wrapper .swiper-container-rtl .swiper-button-next, .about__slider-wrapper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAuCAYAAABjwOorAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAB/UlEQVRo3tXaPW4UMRTA8b8jJXsBaLjCrpQzhO41UXIKoGBJThI+JFDEIaB73W6TI0DDAWjIBRKaFOskI2s+7PHzrMfdaGzP++lZ9ujJjkJNVd8Dn4A/wLGI3DXeOeA7cAqciMhv6+8fFEYBXDVRvh0Cr4CXwFZVl9YxuMKodyJy3dHvCPgJCPAP48yZwmJRU+DMlqKqrlNQACJyD5wBivGyNMmYR31MQQXjzTOXnbFcFHRmbpUTV1bGLFDBfGHmXovIr0lh1ihr3ChYKZQlLhlWGmWFS4JNhbLARcOmRuXiorb7faHg6Sg45/ko2MQcBYMZ2ycqiGMB/CAyc25gsipQY3CuZ5KqUKk41zG4SlQKzrUMqhoVi3NB51mgYnCu0WlWqCGcmzOqD+dU9S3wlV321iLyZd+BWuAOgBvg1r8X32F2zVfC1D++eFyKK2DD7pdFgfOWklnVTVXfAN/840Vz85gtLkSJyOdwu58drg0F7Qf0bHBdqFbYXHB9qE5Y7bghVC+sVlwMahBWGy4WFQWrBZeCioZ14M58PaI6VBJsX7gxqGTY1LixqFGwqXA5qNGw0rhcVBasFM4ClQ2zxlmhTGA+oCWwzcFZosxguThrlClsLC5AfbCquZS4wBKNK4UqAovFlURBobtU/o7GCbsa31/gf4BaAJelUAAPU7Ps/iyJRtQAAAAASUVORK5CYII=");
    background-size: auto;
    opacity: .5;
}
.about__slider-wrapper .swiper-button-prev, .about__slider-wrapper .swiper-container-rtl .swiper-button-next {
    left: -45px;
    background-position: 0 0;
}
.about__slider-wrapper .swiper-button-next, .about__slider-wrapper .swiper-button-prev, .about__slider-wrapper .swiper-container-rtl .swiper-button-next, .about__slider-wrapper .swiper-container-rtl .swiper-button-prev {
    top: 228px;
    margin-top: 0;
}
.about__slider-wrapper .swiper-button-next:hover, .about__slider-wrapper .swiper-button-prev:hover, .about__slider-wrapper .swiper-container-rtl .swiper-button-next:hover, .about__slider-wrapper .swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1;
    top: 228px;
    margin-top: 0;
}
.about__slider p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #616161;
}
.faq {
    margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.faq__list {
	flex: 1 1 0;
	padding: 0 5vw 0 0;
}
.faq__widget {
    width: 28%;
    padding: 25px;
    border: 2px solid #d3af37;
}

@media (max-width: 1200px){
	.faq__widget {
    	width: 30%;
	}
}


.faq__widget-title {
    display: inline-block;
    font-size: 24px;
    line-height: 27px;
    color: #000;
    padding-bottom: 15px;
}
.faq__widget-text {
    font-size: 15px;
    line-height: 23px;
    color: #000;
}
.faq__widget-text a {
    color: #155091;
    margin-left: 5px;
    margin-right: 5px;
}
.faq__widget-text a:hover {
    color: #188456;
    border-bottom-color: #188456;
}
.faq__widget-phone .phone {
    display: inline-block;
    font-size: 21px;
    line-height: 31px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    border: none;
}

.faq__content {
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
    height: 0;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    color: rgba(0, 0, 0, .8);
}
.faq__heading {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    color: #155091;
    border-bottom-color: #155091;
}
.faq__item[data-visible='1'] .faq__content {
    height: 170px;
    margin-bottom: 13px;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
}
.address {
    position: absolute;
    background: #fff;
    width: 330px;
    padding-bottom: 30px;
    pointer-events: auto;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .49);
    right: 120px;
    top: -30px;
}

@media (max-width: 1024px){
	.address
	{
		right: 10px;
	}
}
@media (max-width: 767px){
	.address
	{
    	position: relative;
    	width: 100%;
    	padding-bottom: 0px;
    	box-shadow: none;
    	right: 0;
    	top: 0;
    	margin: 15px 0;
	}
}


.address__img {
    font-size: 0;
    line-height: 0;
}
.address__img img
{
    max-width: 100%
}

.main-office{
	font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #188456;
}

.partner-office{
	font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #188456;
}

.partner-office span{
	font-size: 15px;
}
.address__item {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
}
.address__item label {
    font-weight: 700;
    display: block;
}
.address__item a {
    color: inherit;
    border: none;
}

@media (min-width: 1001px){
	.btn_request
	{
		display: none;
	}
}
@media (max-width: 1000px){
	.btn_request
	{
		display: block;
		text-align: center;
	}
	.btn_request.open
	{
		display: none;
	}
	.block_request__form
	{
		max-height: 0;
		overflow: hidden;
	}
	.block_request__form.open
	{
		display: block;
		max-height: 3000px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}


.request {
    text-align: center;
}
.request .row__l {
	text-align: center;
	float: none;
}
.request .row__r {
	/*text-align: left;*/
	display: none;
}
.request .main-promo2 {
    margin-bottom: 5vh;
}
.request .main-promo__title {
    text-align: left;
}
.request .managers {
    margin-top: -7px;
    margin-left: 10px;
}
.request .managers span {
	margin-top: 3px; 
}
.request .managers .managers__item {
    margin-bottom: 15px;
}
.request .managers .managers__item:first-child {
   	margin-right: 34px;
}
.request .managers__item img {
	max-width: 100px;
    margin-bottom: 11px;
}
.request__form {
    border: 4px solid #d3af37;
    padding: 20px 10px 6px 10px;
    max-width: 720px;
    margin: 0 auto;
    /*display: inline-block;*/
}
.request__form-l {
    display: inline-block;
    width: 470px;
    float: left;
}
.request__form-r {
    display: inline-block;
    float: left;
    margin-left: 60px;
    width: 110px;
}
.request__form h3 {
    margin-bottom: 30px;
}
.request__form textarea {
    height: 210px;
}
.request__form .row button {
	margin-left: -5px;
	line-height: 44px;
}
.request__form .row__l [type="text"] {
	width: 100%;
	max-width: 254px;
	padding-left: 28px;
    padding-right: 28px;
    margin: 0 5px 5px 5px;
}
.request__form .row {
    margin-bottom: 20px;
    /*text-align: left;*/
}
.request__form form > .row {
    margin-bottom: 8px;
	text-align: center;	
}
.l-footer {
    background: #0b5030;
    padding: 0 10px;
}
.footer .copyright {
    /*float: left;*/
    max-width: 1060px;
}
.footer .copyright, .footer .developer {
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
}
@media (max-width: 767px){
	.footer .copyright, .footer .developer {
		font-size: 10px;
	}
}

.footer .developer {
    float: right;
    width: 100px;
}
.footer .developer a {
    border: none;
}
.curtain {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 1000;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}
.curtain, .modal {
    position: fixed;
    display: none;
}
.modal {
    z-index: 1500;
    background: #fff;
    padding: 30px;
    width: 330px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #e2d297;
}
.modal__close {
    display: inline-block;
    width: 38px;
    height: 38px;
    opacity: .4;
    position: absolute;
    right: -42px;
    top: -42px;
    background: url(../images/modal-close.png) 50% no-repeat;
    cursor: pointer;
}
@media (max-width: 767px){
	.modal__close 
	{
    right: 5px;
    top: 5px;
    background: url(../images/modal-close_black.png) 50% no-repeat;
	}
}



.modal__close:hover {
    opacity: 1;
}
.modal h3 {
    font-size: 26px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.modal input[type=text] {
    margin-bottom: 20px;
    width: 100%}
.modal p {
    font-size: 13px;
    line-height: 17px;
    color: #8e8e8e;
    text-align: center;
    margin-top: 10px;
}
.modal__success {
    display: none;
    text-align: center;
}
.modal__success p {
    font-size: 17px;
    line-height: 23px;
    color: #262626;
    margin-bottom: 15px;
}
.modal__success p b {
    font-size: 26px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #000;
}
.modal[data-modal-name=preliminary-calculation] {
	width: 100%;
    max-width: 780px;
    padding: 5vh 5vw;
    position: absolute;
    left: 50%;
    /*margin-left: -390px;*/
    top: 10%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.curtain[data-modal-show="1"] {
    display: block;
    opacity: 1;
}
.modal[data-modal-show="1"] {
    display: inline-block;
}
.modal[data-modal-success="1"] .modal__success {
    display: block;
}
.modal[data-modal-success="1"] .modal__block {
    display: none;
}
.modal[data-modal-name=faq-form] .modal__success {
    display: block;
}
#lightbox .lb-dataContainer {
    position: relative;
}
#lightbox .lb-close {
    display: inline-block;
    width: 38px;
    height: 38px;
    opacity: .4;
    position: absolute;
    right: -28px;
    top: -2px;
    background: url(../images/modal-close.png) 50% no-repeat;
    cursor: pointer;
    border: none;
}
#lightbox .lb-close:hover {
    opacity: 1;
}
#lightbox .lb-caption {
    text-align: left;
    display: block;
}
#lightbox .lb-caption a {
    font-size: 14px;
    color: #188456;
    opacity: 1;
    border-bottom: 1px solid #188456;
    text-align: left;
    margin-bottom: 10px;
}
#lightbox .lb-caption a:hover {
    opacity: 1;
}
.print-page {
    max-width: 670px;
}
.print-page h3 {
    margin-bottom: 25px;
}
.print-page b {
    font-weight: 700;
}
.print-page table td {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    vertical-align: top;
}
.print-page table tfoot td {
    font-weight: 700;
    border-top: 1px solid #b7b7b7;
}
.print-page table.result {
    width: 100%}
    
.print-page table.result td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.print-page table.result th {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid #b7b7b7;
}
.print-page table.action {
    margin-top: 140px;
}
.print-page table.action button span {
    width: 240px;
}
.print-page table + h3 {
    margin-top: 30px;
}
@media (max-width: 500px){
	.result
	{
		font-size: 10px;
	}
}

.back-to-top {
	display: none;

	/* display: inline-block */

	position: fixed;
	left: 50%;
	margin-left: -760px;
	bottom: 140px;
	font-size: 14px;
	color: #9f9e9e;
	cursor: pointer;
}

@media (min-width: 1421px) and (max-width: 1560px) {
	.back-to-top {
		margin-left: -700px;
	}
}

@media (min-width: 1356px) and (max-width: 1420px) {
	.back-to-top {
		margin-left: -670px;
	}
}

@media (max-width: 1355px) {
	.back-to-top {
		display: none;
	}
}

@media (max-width: 1280px) {
	.about__slider-wrapper .swiper-button-next, .about__slider-wrapper .swiper-container-rtl .swiper-button-prev {
		right: 30px;
	}
	.about__slider-wrapper .swiper-button-prev, .about__slider-wrapper .swiper-container-rtl .swiper-button-next {
		left: 30px;
	}
}

.back-to-top span {
	vertical-align: text-top;
}


.l-plan {
    padding-bottom: 100px;
}
.plans-list {
	margin-top: 45px;
}
.plans-list .plans-years {
    width: 100%;
	position: relative;
	table-layout: fixed;
}
.plans-list .plans-years:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #363636;
	display: block;
    position: absolute;
    top: 13px;
	z-index: 1;
}
.plans-list .plans-years td {
	text-align: center;	
}
.plans-list .plans-years td * {
	z-index: 2;
	position: relative;
}
.plans-list .plans-years td span {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(../images/plans-radio.png) center center no-repeat;
	cursor: pointer;
    margin-bottom: 10px;
}
.plans-list .plans-years td.active span {
	background: url(../images/plans-radio-checked.png) center center no-repeat;
	cursor: default;
}
.plans-list .plans-years td i {
    border-bottom: 1px dashed;
    color: #155091;
	cursor: pointer;
	font-size: 18px;
}
.plans-list .plans-years td.active i { 
	border-bottom: none;
	color: inherit;
	cursor: default;	
}
.plans-list .plans-text {
	margin-top: 46px;
}
.plans-list .plans-text ul {
	 display: none;
}
.plans-list .plans-text ul.active {
	 display: block;
}
.plans-list .plans-text ul li {
	background: url(../images/plans-check.png) left 1px no-repeat;
	padding-left: 32px;
	margin-bottom: 19px;
	font-size: 16px;
}

.refill-info {
	position: absolute;
    top: 20px;
    right: -367px;
    width: 380px;
    padding: 15px 15px 25px;
    background: #ffedd9;
    font-size: 15px;
    font-weight: bold;
    color: #505050;
    border-radius: 4px;
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,.66); /* drop shadow */
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,.66); /* drop shadow */
	box-shadow: 0 2px 9px rgba(0,0,0,.66); /* drop shadow */
	visibility: hidden;
}

.refill-info:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    top: 20%;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right-color: #ffedd9;
    border-left: 0;
}

.refill-info p {
	font-size: 14px;
}

.button-faq {
	display: block;
    height: 48px;
    border: none;
    border-radius: 24px;
    color: #fff;
    background-color: #188456;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    /*width: 254px;*/
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.button-faq:hover {
	background-color: #1c9963;
	color: #fff;
}

.faq-modal {
	width: 600px;
}

.faq-modal textarea {
	margin-bottom: 15px;
}

.faq-modal button{
    margin: 0 auto;
    display: block;
}

.deporequest__link,
.deporequest__link:hover{
	display: inline-block;
	/*width: 196px;*/
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #188456;
	border-radius: 24px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border: 0px;
	margin: 5px 0px 0px 0px;
	padding: 0 20px;
}

.green{
	position: absolute;
	bottom: 0px;
	width: 440px;
	height: 200px;
	margin-left: 36%;
	background: #0f7755;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0 21px 25px;
}
.green_mobile
{
	background: #0f7755;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 15px;
}
@media (min-width: 1001px){
	.green
	{
		display: block;
	}
	.green_mobile
	{
		display: none;
	}
}
@media (max-width: 1000px){
	.green
	{
		display: none;
	}
	.green_mobile
	{
		display: block;
	}
}
.l-main-top{
	position: inherit;
	width: 100%;
	min-height: 540px;
	background: url(../images/main_bg_new.jpg) no-repeat  center / cover;
	padding: 0px 10px;
}
@media (max-width: 1000px){
	.l-main-top
	{
		min-height: 0px;
	}
}


.bastion{
	position: relative;
	height: inherit;
	margin: 0 auto;
	max-width: 1160px;
	padding: 1px 0;
}

.photo-man{
	position: absolute;
   top: 23px;
   right: 0;
   left: 0;
	margin-left: 36%;
	width: 100%;
	max-width: 332px;
	border: 3px solid #0f7755;
	border-left: 0!important;
}
.photo-man img{
	max-width: 100%;
	vertical-align: top;
}
@media (max-width: 1000px){
	.photo-man{
		margin-left: 45%;
	}
}
@media (max-width: 767px){
	.photo-man{
		display: none;
	}
}


.save-top{
	position: absolute;
	bottom: 165px;
	right: 0;
  	z-index: 2;
}
@media (max-width: 1000px){
	.save-top{
		bottom: 27px;
	}
}
@media (max-width: 767px){
	.save-top{
		display: none;
	}
}

.save-top img{
	width: 145px;
}

.save-sber{
	width:100%;
	background: #f2f2f2;
	padding: 0 10px;
}

.save-container{
	margin: 0 auto;
	max-width: 734px;
	position:relative;
	padding: 25px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.save-container_pic{
	max-width: 100%;
	max-width:200px;
}
.save-container_pic img
{
	max-width: 100%;
}
.save-container .law{
	flex: 1 1 0;
	font-size: 19px;
	line-height: 1.5;
	text-align: left;
	padding-left: 4%;
}
@media (max-width: 767px){
	.save-container .law{
		font-size: 14px;
	}
}
@media (max-width: 500px){
	.save-container_pic{
		max-width: 135px;
	}
	.save-container .law{
		font-size: 12px;
		line-height: 1.2;
	}
}


.h1-wrap{
	position: absolute;
	top: 27px;
	right: 0;
}
@media (max-width: 767px){
	.h1-wrap{
		display: none;
	}
}
.h1-wrap__text
{
	font-weight:bold; 
	font-size:38px;
	line-height: 1.2;
}
@media (max-width: 1000px){
	.h1-wrap__text
	{
		font-size: 26px;
	}
}

.calc{
	margin-top: 0!important;
}

.top-left-text{
	padding-top: 80px;
	padding-left: 55px;
	font-size: 20px;
	width: 36%;
}
@media (max-width: 1000px){
	.top-left-text{
		padding-top: 20px;
		padding-left: 0px;
		font-size: 14px;
		width: 100%;
	}
}
.logo-change{
	background-color: rgb(15, 119, 85);
    display: none;
    position: absolute;
    left: 0px;
    top: 0;
    padding-top: 12px;
    text-align: center;
    width: 160px;
    height: 90px;
    margin-bottom: 25px;
}

.logo-change span{
	color: white;
    font-weight: bold;
    line-height: 1.3em;
}


.main-deposit{
	position: relative;
	margin: 23px 0 0 0;
	width: 36%;
	display: flex;
	flex-direction: column; 
	justify-content: center;
	background: #fff;
	border: 3px solid #0f7755;
	text-align: center;
	min-height: 517px;
	padding: 20px 5px;
	border-right: 0px;
}
@media (max-width: 1000px){
	.main-deposit{
		width: 45%;
		min-height: 0px;
	}
}
@media (max-width: 767px){
	.main-deposit{
		width: 100%;
		min-height: 0px;
		border-right: 3px solid #0f7755;
	}
}
.font-30-bigger_head
{
	font-size: 30px;
	font-weight: bold;	
}
.font-30-bigger
{
	display: block;
	font-weight: bold;
	font-size: 100px;
	line-height: 1;
	-webkit-transition: all 1s ease-out 0.5s;
     -moz-transition: all 1s ease-out 0.5s;
     -o-transition: all 1s ease-out 0.5s;
     transition: all 1s ease-out 0.5s;
}
@media (min-width: 768px){
	.font-30-bigger:hover
	{
		-webkit-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1);
	}
}
.main-deposit_dop_persent
{
	background: red;
	color: #fff;
	font-size: 67px;
	line-height: 1;
	padding: 0 15px;
	margin: 15px auto 0 auto;
}
@media (max-width: 1000px){
	.font-30-bigger_head
	{
		font-size: 20px;
	}
	.font-30-bigger
	{
		font-size: 80px;
	}
	.main-deposit_dop_persent
	{
		font-size: 37px;
	}
}
.main-deposit_dop_persenttext
{
	background-color: gray;
	padding: 5px;
	margin: 0 auto 15px auto;
	color: white;
	font-size: 18px;
	line-height: 1;	
}
.deposit-stavka{
	display: inline-block;
	line-height: 1.2;
	color: #ff8a19;
	font-size: 22px;
	font-family: 'Nautilus';
	margin: 15px 0;
}
.main-deposit_more, .main-deposit_more:hover
{
	display: inline-block;
	width: 80%;
	max-width: 300px;
	font-size: 15px;
	background: #f9651f;
	font-weight: bold; 
	margin: 15px auto;
	padding: 14px 30px;
	text-align: center;
	border-radius: 24px;
	color: #fff;
	text-decoration: none;
	border: 0;
}




@media (min-width: 1161px){
	.header_normal
	{
		display: block !important;
	}
	.header_mobile
	{
		display: none !important;
	}
}
@media (max-width: 1160px){
	.header_normal
	{
		display: none !important;
	}
	.header_mobile
	{
		display: flex !important;
	}
}

.header_mobile
{
	position: relative;
	max-width: 1920px;
	margin: -86px auto 0 auto;
	z-index: 501;
	background: #fff;
	height: 70px;
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	/*justify-content: space-between;*/
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .4);
}
.header_mobile a
{
	border-bottom:	0;
}
.header_mobile *
{
	line-height: 1.2;
}
.block_main_menu
{
	position: relative;
	width: 76px;
	height: 70px;
}

.header_menu_trigram 
{
	position: absolute;
	top: 50%;
	left: -10px;
	width: 84px;
	height: 58px;
	margin: -29px 0 0 0;
	cursor: pointer;
	display: block;
	background: #fff;
	z-index: 30;
}
.header_menu_trigram > a
{
	position: relative;
	display: block;
	width: 84px;
	height: 58px;
	border: 0;
}
.header_menu_trigram_one {
	position: absolute;
	background-color: #e6c26b;
	display: block;
	height: 4px;
	left: 10px;
	width: 22px;
	/*right: 10px;*/
	top: 26px;
	transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
}
.header_menu_trigram_one:first-child {
	top: 18px;
}
.header_menu_trigram_one:first-child + .header_menu_trigram_one + .header_menu_trigram_one {
	top: 34px;
}
.header_menu_trigram.open 
{
	/*background: #414042;*/
}
.header_menu_trigram.open .header_menu_trigram_one {
	left: 10px;
	opacity: 0;
	transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
}
.header_menu_trigram.open .header_menu_trigram_one:first-child {
	left: 10px;
	opacity: 1;
	top: 26px;
	transform: rotate(45deg);
}
.header_menu_trigram.open .header_menu_trigram_one:first-child + .header_menu_trigram_one + .header_menu_trigram_one {
	left: 10px;
	opacity: 1;
	top: 26px;
	transform: rotate(-45deg);
}
.header_menu_trigram.open .header_mainnav
{
	display: block;
}
.header_menu_trigram_text
{
	position: absolute;
	left: 38px;
	top: 50%;
	color: #e6c26b;
	font-size: 15px;
	line-height: 15px;
	margin: -10px 0 0 0;
	font-weight: bold;
}
.header_mainnav
{
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	width: 320px;
	z-index: 5;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1); 
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); 
}
.header_mainnav ul
{
	background: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header_mainnav > ul > li
{
	margin: 0;
	padding: 0;
	padding: 10px 36px;
	border-bottom: #cccccc 1px solid;
}
.header_mainnav > ul > li > a
{
	position: relative;
	color: #004f94;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: #004f94 1px dashed;
}

.m_li-star {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/icon-star_blue.png) 0 0 no-repeat;
	vertical-align: middle;
	margin: 0 3px 0 0;
}
.header_mainnav > ul > li > a.selected
{
	color: #fff;
	background: #d7b273;
}
.menu_logo
{
	position: relative;
	width: 115px;
	height: 50px;
	background: url(/local/templates/.default/images/basti-logo-white.jpg) no-repeat center  / cover;
	margin: 0 3px 0 0;
}

.menu_logo a
{
	display:block;
	width:100%;
	height:100%;
}

.header_tel
{
	color: #343434;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}
.header_m_btn
{
	flex: 1 1 0;	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;	
	justify-content: flex-end;
}
a.h_call
{
	background: #007852;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
a.h_lk,
a.h_pr
{
	border: #007852 2px solid; 	
	color: #007852;
	font-size: 13px;
	padding: 3px 8px;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	margin: 0 0 0 4px;
	font-weight:normal;
}
@media (max-width: 767px){
	.header_tel_hide
	{
		display: none;
	}
	.header_m_btn a.h_lk, .header_m_btn a.h_pr
	{
		display: none;
	}
}
@media (max-width: 500px){
	.header_m_btn a.h_lk
	{
	font-size: 11px;
	margin: 0;
	padding: 3px 5px;
	}
}

@media (min-width: 768px){
	.header_dop
	{
		display: none;
	}
}
@media (max-width: 767px){
	.header_dop
	{
		display: block;
	}
}
.header_dop
{
	position: relative;
	text-align: center;
	background: #fff;
}
.header_dop .header_tel
{
	margin: 0 0 12px 0;
}
.l-lk
{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 10px;
}
.l-lk_column
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	margin: 5vh 0 0 0;
}
.l-lk_column img
{
	max-width: 100%;
}

.l-lk_column_left
{
	width: 50%;	
	padding: 0 5% 0 0;
}
.l-lk_column_right
{
	width: 50%;	
}
@media (max-width: 767px){
	.l-lk_column_left,
	.l-lk_column_right
	{
		width: 100%;
		padding: 0 0 15px 0;
	}
}

.l-lk_column_left ul
{
	font-size: 16px;
	color: #262626;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
@media (max-width: 1000px){
	.l-lk_column_left ul
	{
		font-size: 14px;
	}
}

.l-lk_column_left ul li
{
	padding: 10px 0;
	border-bottom: #0d815c 1px solid;
}
.l-lk_column_left ul li:last-child
{
	border-bottom: 0;
}
@media (max-width: 767px){
	img.lk_visa
	{
		max-width: 170px;
	}
}
.link_greydashed, .link_greydashed:hover
{
	color: #808080;
	font-size: 12px;
	text-decoration: none;
	border-bottom: #808080 1px dashed;
}

@media (min-width: 801px){
	.block_morelink
	{
		display: none;
	}
	.block_show
	{
		display: block;
	}
}
@media (max-width: 800px){
	.block_morelink
	{
		display: block;
	}
	.block_show
	{
		max-height: 0;
		overflow: hidden;
		-webkit-transition: height 0.3s ease;
		-moz-transition:  height 0.3s ease;
		-o-transition:  height 0.3s ease;
		-ms-transition:  height 0.3s ease;
		transition:  height 0.3s ease;	
	}
	.block_show.open
	{
		max-height: 3000px;
		overflow: hidden;
		-webkit-transition: height 0.3s ease;
		-moz-transition:  height 0.3s ease;
		-o-transition:  height 0.3s ease;
		-ms-transition:  height 0.3s ease;
		transition:  height 0.3s ease;	
	}
}

.faq-form_green
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	max-width: 1000px;
	/*margin: 0 auto;	*/
}
.faq-form_green__item
{
	flex: 1 1 0;
}
.faq-form_green button span
{
	background: #e6c26b;
}

.footer
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer-1
{
	position: relative;
	width: 40%;
	padding: 0 15px 15px 0;
	font-size: 14px;
}
.footer-2
{
	position: relative;	
	width: 60%;
	font-size: 14px;
}
@media (max-width: 1000px){
	.footer-1, .footer-2
	{
		font-size: 12px;
	}
}
.footer_sber
{
	float: left;
	padding-right: 15px;
	padding-top: 3px;	
}
@media (max-width: 767px){
	.footer-1, .footer-2
	{
		width: 100%;
		padding: 0 0 15px 0;
	}
	.footer_sber
	{
		float: none;
		padding-right: 15px;
		padding-top: 3px;	
	}
}
.emoji
{
	margin: 3px 5px 0 15px;
}

.about .about-header
{
color:#188456;
font-size:18px;
}