/*_____________ FONTS ____________*/
@font-face {
	font-family: "RobotoSlabRegular";
	src: url(../fonts/RobotoSlabRegular.eot);
	src: url(../fonts/RobotoSlabRegular.eot?#iefix?#iefix)format("embedded-opentype"),
	url(../fonts/RobotoSlabRegular.woff) format("woff"),
	url(../fonts/RobotoSlabRegular.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
.ff-rs{
	font-family: "RobotoSlabRegular", sans-serif;
}
.ff-a{
	font-family: "Arial", sans-serif;
}
body{
	font-size: 15px
}
body,html{
	height: 100%;
}
.wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.wrapper-content {
	flex: 1 0 auto;
}

/*Modal Window*/
.modal-container a {
	float: right;
	margin-top: -15px;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 99998;
	background-color: rgba(0, 0, 0, .3);
	display: grid;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
}
.modal.open {
	visibility: visible;
	opacity: 1;
}
.modal_box {
	max-width: 450px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 1;
	margin: 30px 15px;
	background-color: white;
	transition: opacity .4s, visibility .4s;
}
.modal_box .form-control {
	margin-top: 25px;
	margin-bottom: 5px;
}
.fp {
	text-align: center
}
.modal_box input  {
	width: 290px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}
.modal_box .one-line input {
	width: 135px;
	font-size: 13px;
	margin-top: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.modal_box p {
	text-align: center;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.modal_box h1 {
	text-align: center;
}

.one-line {
	display:flex;
	justify-content: space-between
}
.modal_box a {
	margin-left: 100px;
}
.modal_box .error {
	border-bottom-color: red;
	/*border: 1px solid red;*/
}
.modal_box .err-message {
	color: red;
	margin-left: 10px;
}
input#email_input.form-control {
	width: 330px;
}
input#email_input.form-control.error::placeholder {
	color: red;
}
input#input-password.form-control {
	width: 330px;
}
input#password_input.form-control.error::placeholder {
	color: red;
}
input#password_input_repeat.form-control.error::placeholder {
	color: red;
}
#open-modal-btn {
	padding-left: 25px;
	font-family: Arial;
}
.password_label {
	position: relative;
	.password_btn {
		position: absolute;
		right: 10px;
		top: 12px;
		width: 20px;
		height: 20px;
	}
	.btn_view {
		visibility: visible;
	}
	.btn_view.hidden {
		visibility: hidden;
	}
	.btn_hidden {
		visibility: hidden;
	}
	.btn_hidden.view {
		visibility: visible;
	}
}
.btn-cancel {
	min-width: 142px;
	height: 35px;
	line-height: 33px;
	border-radius: 4px;
	font-size: 13px;
	padding: 0 10px;
}
/*Modal End*/
.grecaptcha-badge, .asw-menu-btn {
	bottom: 70px!important;
}
#bnt_container {
	bottom: 120px!important;
	z-index: auto!important;
}

footer{
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	left: 0;
	bottom: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,.h1,.h2,.h3,.h4,.h5,.h6{
	padding: 0;
	margin: 0
}
ul{list-style: none}
section{padding: 65px 0}
.ta-c{text-align: center;}
.ta-r{text-align: right;}
.p-none{padding: 0;}
.pl-none{padding-left: 0;}
.pr-none{padding-right: 0;}
.fl-l{float: left;}
.fl-r{float: right;}
.bg-main{
	background: url(../i/bg-main.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-contacts{
	/*background: url(../i/bg-contacts.jpg) no-repeat 50% 50%;*/
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-gray{background-color: #f6f6f6;}
.upper{text-transform: uppercase;}
p.text,
.blank-list__col p{
	color: #606060;
	line-height: 1.5;
}
p.text:not(:last-of-type),
.blank-list__col p:not(:last-of-type){
	margin-bottom: 23px;
}
/*_______________ ICONS ______________*/
i[class*="ic-"]{
	display: inline-block;
	background: url(../i/sprites.png) no-repeat;
	position: relative;
}
i.ic-blank{
	width: 23px;
	height: 29px;
}
a:hover i.ic-blank{
	background-position: 0 -31px;
}
i.ic-time{
	width: 15px;
	height: 15px;
	background-position: -25px 0;
}
i.ic-fb{
	width: 32px;
	height: 32px;
	background-position: -62px 0;
}
i.ic-tw{
	width: 32px;
	height: 32px;
	background-position: -96px 0;
}
i.ic-in{
	width: 32px;
	height: 32px;
	background-position: -130px 0;
}
i.ic-sk{
	width: 32px;
	height: 32px;
	background-position: -164px 0;
}
i.ic-g{
	width: 32px;
	height: 32px;
	background-position: -198px 0;
}
i.ic-c_mail{
	width: 18px;
	height: 14px;
	background-position: -232px 0;
}
i.ic-c_phone{
	width: 16px;
	height: 26px;
	background-position: -252px 0;
}
i.ic-c_map{
	width: 15px;
	height: 24px;
	background-position: -270px 0;
}
/*_______________ BUTTONS ______________*/
.btn, .link{
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.link-contur{
	min-width: 270px;
	height: 46px;
	font-size: 15px;
	border-radius: 3px;
	border: 2px solid;
	padding-top: 10px;
	/*position: relative;*/
}
.link-contur--wht{
	color: #fff;
	border-color: #fff;
}
.link-contur:hover{text-decoration: none;}
.link-contur--wht:hover{
	color: #525252;
	background: #fff;
}
.link-contur .ic{
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
}
.btn-gray{
	min-width: 142px;
	height: 35px;
	line-height: 33px;
	color: #fff;
	border: 2px solid #444;
	background-color: #444;
	border-radius: 4px;
	font-size: 13px;
	padding: 0 10px;
}
.btn-gray:hover{
	color: #444;
	background-color: transparent;
}
/*_______________ FORMS ______________*/
.form-control{
	height: 38px;
	border-radius: 0;
	border: none;
	background: transparent;
	border-bottom: 1px solid #adadad;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #545454;
	font-family: Arial;
	font-size: 15px;
}
textarea.form-control{
	height: 90px;
	resize: none;
}
.form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: #adadad;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.form-control::-moz-placeholder {
	color: #545454;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #545454;
}
.form-control::-webkit-input-placeholder {
	color: #545454;
}
.form-control:focus::-moz-placeholder {
	color: transparent;
}
.form-control:focus:-ms-input-placeholder {
	color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}
.form-group{
	margin-bottom: 25px;
}
.form-login button{
	margin-top: 55px;
}
/*_______________1 MAIN ______________*/
/*______1.1 HEADER ______*/
.header{
	width: 100%;
	background: rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 20px;
}
.header .row{
	position: relative;
}
.h-logo{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
.h-logo:hover{
	opacity: .7;
}
.h-main{
	padding-left: 200px;
}
.h-menu-wrap{
	display: inline-block;
}
.h-menu > li{
	display: inline-block;
}
.h-menu > li:not(:last-of-type){
	margin-right: 33px;
}
.h-menu > li > a{
	color: #313131;
	font-size: 14px;
	line-height: 48px;
	text-transform: uppercase;
}
.caret{
	border-top-color: #787778;
	margin-top: -3px;
}
.h-phone{
	color: #707070;
	font-family: RobotoSlab;
	font-size: 20px;
	line-height: 48px;
	text-transform: uppercase;
}
.dropdown-menu{
	min-width: 205px;
	background-color: #f3f3f4;
	-webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.29);
	box-shadow: 0 10px 29px rgba(0, 0, 0, 0.29);
	border-radius: 0;
	padding: 10px 0;
	border: none;
	margin-top: 27px;
}
.dropdown-menu:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 8px solid #f3f3f4;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: 40px;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	background-color: #dcdcdc;
}
/*______1.2 MAIN ______*/
.main-top{
	color: #fff;
	height: 735px;
	padding-top: 75px;
	padding-bottom: 0;

}
.main-top h1{
	font-size: 50px;
	margin-bottom: 10px;
	margin-top: 100px;
}
.main-top p{
	color: #dfdfdf;
	font-size: 17px;
}
.main-top .link{
	display: inline-block;
	margin-top: 35px;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.blank-list{
	background: #fff;
}
.blank-list .sidebar{
	width: 35%;
	position: relative;
}
.blank-list .main-content{
	/*width: 65%;*/
	position: relative;
	overflow: hidden;
}
.blank-list .sidebar:before{
	content: '';
	display: block;
	width: 25%;
	height: 100%;
	background: -webkit-linear-gradient(left, transparent 0%, #FAFAFA 60%, #F1F1F1 100%);
	background: -o-linear-gradient(left, transparent 0%, #FAFAFA 60%, #F1F1F1 100%);
	background: linear-gradient(to right, transparent 0%, #FAFAFA 60%, #F1F1F1 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.blank-list .sidebar > *{
	position: relative;
}
.blank-list__col{
	padding: 35px 45px 45px 40px;
}
.blank-list__col.main-content{
	padding-left: 55px;
	padding-right: 55px;
}
.blank-list__col.main-content:before,
.blank-list__col.main-content:after{
	content: '';
	display: block;
	width: 19px;
	height: 52px;
	background: url(../i/sprites.png) no-repeat -41px 0;
	position: absolute;
	top: 12%;
	left: -6px;
}
.blank-list__col.main-content:after{
	top: auto;
	bottom: 12%;
}
.block-title{
	font-size: 25px;
	margin-bottom: 30px;
}
.info-links__block{
	width: 25%;
	text-align: center;
	padding: 0 15px;
}
.info-links__block a{
	height: 253px;
	background-color: #f6f6f6;
	display: block;
	padding: 27px;
	color: #000;
	font-size: 20px;
	font-family: "RobotoSlabRegular";
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.info-links__block a:hover{
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
}
.info-links__block .img{
	line-height: 130px;
}
.info-links__block .name{
	margin-bottom: 28px;
}
.info-links-wrap{
	margin: 0 -15px;
}
.news-wrap{
	margin: 0 -15px;
}
.news-block{
	width: 33.33%;
	padding: 0 15px;
}
.news-block__inner{
	display: block;
	color: #000;
	background: #fff;
	padding: 28px;
}
.news-block__inner:hover{
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
}
.news-block__name{
	font-size: 18px;
	font-family: "RobotoSlabRegular";
	margin-bottom: 5px;
}
.news-block__date{
	color: #606060;
	font-size: 12px;
	margin-bottom: 10px;
}
.news-block__date .ic{
	margin-right: 8px;
	margin-bottom: -2px;
}
.news-block__descr{
	color: #606060;
	font-size: 13px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
/*______1.3 FOOTER ______*/
.f-top{
	padding: 60px 0 65px;
}
.f-logo{
	display: block;
	margin-bottom: 40px;
}
.f-logo:hover{
	opacity: .7;
}
.f-socials li{
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
.f-socials a{
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.f-socials a:hover{
	opacity: .7;
}
.f-copyright{
	color: #828280;
	background: #1A1A1A;
	padding: 20px 30px;
	font-size: 13px;
}
/*________________HAMBURGER______________*/
.hamburger {
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	z-index: 1;
	position: relative;
	padding: 7px 15px 20px; }
	.hamburger:hover {
		opacity: 0.7; }
		.hamburger.is-active .hamburger-inner,
		.hamburger.is-active .hamburger-inner::before,
		.hamburger.is-active .hamburger-inner::after{
			background-color: #000
		}
		.hamburger-box {
			width: 40px;
			height: 24px;
			display: inline-block;
			position: relative; }

			.hamburger-inner {
				display: block;
				top: 50%;
				margin-top: -2px; }
				.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
					width: 40px;
					height: 4px;
					background-color: #000;
					border-radius: 0;
					position: absolute;
					transition-property: -webkit-transform;
					transition-property: transform;
					transition-property: transform, -webkit-transform;
					transition-duration: 0.15s;
					transition-timing-function: ease; }
					.hamburger-inner::before, .hamburger-inner::after {
						content: "";
						display: block; }
						.hamburger-inner::before {
							top: -10px; }
							.hamburger-inner::after {
								bottom: -10px; }
/*
 * Elastic
 */
 .hamburger--elastic .hamburger-inner {
 	top: 2px;
 	transition-duration: 0.4s;
 	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
 	.hamburger--elastic .hamburger-inner::before {
 		top: 10px;
 		transition: opacity 0.15s 0.4s ease; }
 		.hamburger--elastic .hamburger-inner::after {
 			top: 20px;
 			transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

 			.hamburger--elastic.is-active .hamburger-inner {
 				-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
 				transform: translate3d(0, 10px, 0) rotate(135deg);
 				transition-delay: 0.1s; }
 				.hamburger--elastic.is-active .hamburger-inner::before {
 					transition-delay: 0s;
 					opacity: 0; }
 					.hamburger--elastic.is-active .hamburger-inner::after {
 						-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
 						transform: translate3d(0, -20px, 0) rotate(-270deg);
 						transition-delay: 0.1s; }
/*
 * Elastic Reverse
 */
 .hamburger--elastic-r .hamburger-inner {
 	top: 2px;
 	transition-duration: 0.4s;
 	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
 	.hamburger--elastic-r .hamburger-inner::before {
 		top: 10px;
 		transition: opacity 0.15s 0.4s ease; }
 		.hamburger--elastic-r .hamburger-inner::after {
 			top: 20px;
 			transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

 			.hamburger--elastic-r.is-active .hamburger-inner {
 				-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
 				transform: translate3d(0, 10px, 0) rotate(-135deg);
 				transition-delay: 0.1s; }
 				.hamburger--elastic-r.is-active .hamburger-inner::before {
 					transition-delay: 0s;
 					opacity: 0; }
 					.hamburger--elastic-r.is-active .hamburger-inner::after {
 						-webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
 						transform: translate3d(0, -20px, 0) rotate(270deg);
 						transition-delay: 0.1s; }
/*
*
*/
/*=========================================*/
/*=============2 inner page==================*/
/*=========================================*/
/*====2.1 purchase====*/
.pg-inner .header{
	position: relative;
}
.bg-contacts.main-top,
.pg-inner.main-top{
	color: #363636;
	height: auto;
	/*padding: 194px 0 155px;*/
}
.bg-grad-gray{
	background: -webkit-linear-gradient(#F6F6F6 0%, transparent 100%);
	background: -o-linear-gradient(#F6F6F6 0%, transparent 100%);
	background: linear-gradient(#F6F6F6 0%, transparent 100%);
}
.news-block--state .news-block__inner{
	padding: 0;
	position: relative;
}
.news-block img{
	width: 100%;
}
.news-block--state .news-block__name{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0 30px 40px;
}
.news--state{
	padding-bottom: 10px
}
/*====2.2 contacts====*/
.contacts__block{
	color: #545454;
	font-family: Arial;
	line-height: 30px;
}
.contacts__block .cell{
	padding-bottom: 18px;
}
.contacts__block .cell:first-of-type{
	width: 39px;
}
.contacts__block .ic{
	top: 2px;
}
.table-block{
	display: table;
	width: 100%;
}
.table-block__row{
	display: table-row;
}
.table-block .cell{
	display: table-cell;
	vertical-align: middle;
}
.table-block .va-t .cell{
	vertical-align: top;
}
/*====2.3 log====*/
.h-user-info{
	float: right;
	line-height: 1.2;
}
.h-user-info img{
	display: inline-block;
	border-radius: 50%;
	margin-right: 23px;
}
.h-user__head{
	color: #080808;
	margin-bottom: 10px;
}
.h-user__body{
	color: #575757;
	font-size: 13px;
}
.pg-log.h-logo{
	line-height: 92px;
}
.pg-log.h-menu-wrap{
	/*padding-top: 24px;*/
	padding-top: 15px;
}


.social-container {
	text-align: center;
}

.box-social {
	justify-content: center;
	align-items: center;
}

.box-social ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 15px;
	box-sizing: border-box;
	margin-top: -140px;
}

.box-social li {
	display: inline-block;
	background: black;
}

.box-social img {
	width: 45px;
	height: 45px;
}

.box-social a {
	height: auto;
	background-color: none;
	padding: 0;
}


#map {
	top: 75px;
}
#map_contact {
	padding: 50px 50px 0;
	background: #f4f4f4;
}
#map_contact .pin {
	padding-top: 7px;
}
.contact-us {
	margin-top: 100px;
}
#loans {
	background: url(../i/bg-main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 0;
	width: 100vw;
	height: auto;
	min-height: 350px;
}

.page_title {
	text-align: center;
	padding-bottom: 30px;
}
.container.loans {
	width: 1140px;
	margin: 0;
}

/*@media screen and (min-width: 1330px) {*/
/*	#loans {*/
/*		background-position: center -400px;*/
/*	}*/
/*}*/

/*@media screen and (min-width: 1330px) {*/
/*	#loans {*/
/*		background-position: center -310px;*/
/*	}*/
/*}*/

/*_______________3 MEDIA ______________*/
@media screen and (min-width: 1200px){
	.container {
		width: 1140px;
		margin: auto;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1200px) {
	.container {
		/*width: 1140px;*/
		margin: auto;
	}
}
/*@media (max-width: 1199px) {*/
/*	.container {*/
/*		width: 1140px;*/
/*		margin: 0;*/
/*	}*/
/*}*/

/*@media (max-width: 1390px) and (min-width: 1281px) {*/
/*	#loans {*/
/*		top: -45px;*/
/*	}*/
/*}*/


/*@media (max-width: 1280px) and (min-width: 1230px) {*/
/*	#loans {*/
/*		background-position: center -250px;*/
/*	}*/
/*}*/

/*@media (max-width: 1280px) and (min-width: 1200px) {*/
/*	#loans {*/
/*		background-position: center -200px;*/
/*	}*/
/*}*/

/*@media (max-width: 1230px) and (min-width: 960px) {*/
/*	#loans {*/
/*		background-position: center -100px;*/
/*}*/
/*@media (max-width: 959px) and (min-width: 900px) {*/
/*	#loans {*/
/*		background-position: center -70px;*/
/*	}*/
/*}*/
/*@media (max-width: 900px) and (min-width: 810px) {*/
/*	#loans {*/
/*		background-position: center -20px;*/
/*	}*/
/*}*/

@media screen and (max-width: 1400px){
	.h-user-info img{
		width: 60px;
	}
	.table-block .cell{
		display: block;
	}
}
/*max-width: 1400px*/

@media (min-width: 1281px) and (max-width: 1400px) {
	.h-main {
		padding-left: 120px;
		padding-top: 20px;
	}
	.h-menu > li:not(:last-of-type){
		margin-right: 18px;
	}
}

@media screen and (max-width: 1280px){
	.header .row{
		position: static;
	}
	.h-logo{
		top: 13px;
		left: 20px;
	}
	.h-main{
		width: 100%;
		display: none;
		padding-left: 0;
		position: absolute;
		top: 100%;
		left: 0;
		background: rgba(255,255,255,0.95);
		padding: 10px 20px;
		z-index: 1;
		margin-top: -10px;
	}
	.hamburger{
		display: inline-block;
		float: right;
		padding-top: 2px;
		padding-right: 0;
		padding-bottom: 18px;
	}
	.news-block--state .news-block__name{
		padding: 0 15px 15px;
	}
	.pg-log .h-logo {
		line-height: 48px;
	}
	.table-block .cell{
		display: table-cell;
	}
	.h-user-info img{
		margin-right: 15px;
	}
	.box-social img {
		width: 40px;
		height: 40px;
	}

	#loans {
		top: 0;
	}
}
/*max-width: 1200px*/

@media (max-width: 1200px) and (min-width: 1040px){
	.blank-list__col.main-content {
		padding-right: 10%;
	}
}

@media (max-width: 1040px) and (min-width: 920px){
	.blank-list__col.main-content {
		padding-right: 20%;
	}
}

@media (max-width: 920px) and (min-width: 800px){
	.blank-list__col.main-content {
		padding-right: 30%;
	}
}

@media (max-width: 760px) and (min-width: 600px){
	.blank-list__col.sidebar {
		padding-right: 50%;
	}
}

@media (max-width: 600px) and (min-width:500px){
	.blank-list__col.sidebar {
		padding-right: 60%;
	}
}
@media (max-width: 500px) and (min-width:400px){
	.blank-list__col.main-content {
		padding-right: 20%;
	}
	.blank-list__col.sidebar {
		padding-right: 20%;
	}
}
@media (max-width: 400px){
	.blank-list__col.main-content {
		padding-right: 25%;
	}
}

@media screen and (max-width: 993px){
	.main-top h1{font-size: 37px;}
	.main-top p{font-size: 13px;}
	.main-top{height: 630px;}
	.info-links__block{
		width: 50%;
		margin-bottom: 30px;
	}
	.info-links-wrap{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -30px;
	}
	.info-links__block a{
		max-width: 263px;
		margin: 0 auto;
	}
	section {
		padding: 30px 0;
	}
	.f-top {
		padding: 40px 0;
	}
	.pg-inner.main-top{
		padding: 75px 0 0 0;
	}
	.dropdown-menu{
		-webkit-box-shadow: 0 7px 29px rgba(0, 0, 0, 0.29);
		box-shadow: 0 7px 29px rgba(0, 0, 0, 0.29);
		margin-top: 10px;
	}
}
/*max-width: 993px*/
@media (max-width: 530px) {
	.box-social img {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 767px){
	.header{
		padding: 10px 20px;
	}
	.h-logo{top: 10px;}
	.main-top{
		height: 500px;
		padding-top: 100px;
	}
	.h-menu > li > a{
		line-height: 2.5;
	}
	section{
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec-login{
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.blank-list{
		display: block;
	}
	.blank-list .blank-list__col{
		width: 100%;
	}
	.blank-list__col .btn {
		width: 142px;
		/*display: block;*/
		margin: 50px auto 0;
	}
	.blank-list .sidebar{
		padding-left: 60px;
		padding-right: 60px;
	}
	.blank-list__col.main-content{
		padding-left: 30px;
	}
	.blank-list .sidebar:before{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 30%;
		background: -webkit-linear-gradient(transparent 0%, #FAFAFA 60%, #F1F1F1 100%);
		background: -o-linear-gradient(transparent 0%, #FAFAFA 60%, #F1F1F1 100%);
		background: linear-gradient(transparent 0%, #FAFAFA 60%, #F1F1F1 100%);
	}
	.blank-list__col.main-content:before, .blank-list__col.main-content:after{
		top: -23px;
		left: 10%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.blank-list__col.main-content:after{
		left: auto;
		right: 10%;
	}
	.news-wrap{
		display: block;
		margin-bottom: -40px;
	}
	.news-block{
		width: 100%;
		margin-bottom: 40px;
	}
	.f-copyright{
		text-align: center;
	}
	.f-copyright span{
		display: block;
		float: none;
	}
	.news{
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.news-block--state .news-block__name {
		padding: 0 30px 30px;
	}
	.news--state{
		padding-bottom: 10px;
	}
	.form-login--contacts{
		padding: 0 35px;
	}
	.form-login--contacts .form-group{
		padding: 0;
	}
	.form-login--contacts .btn{
		margin-top: 48px;
	}
	.table-block {
		width: auto;
		margin: 0 auto;
	}
	.h-user-info{
		padding-top: 15px;
	}
	.h-menu > li > a {
		font-size: 14px;
	}
	.blank-list--purchase.flex{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.blank-list--purchase .sidebar{
		-webkit-order: 10;
		-moz-order: 10;
		-ms-order: 10;
		-o-order: 10;
		order: 10;
	}
	.blank-list--purchase .blank-list__col.main-content:before, 
	.blank-list--purchase .blank-list__col.main-content:after{
		top: auto;
		bottom: -24px;
	}

	.pg-inner.main-top{
		padding: 70px 0 0 0;
	}
}
/*max-width: 767px*/

@media (max-width: 530px) {
	.box-social img {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 1280px) {
	.h-menu-wrap,
	.h-menu > li{
		display: block;
	}
	.h-menu > li:not(:last-of-type) {
		margin-right: 0;
	}
	.h-menu-wrap{
		text-align: center;
	}
	.h-menu-wrap .dropdown-menu{
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		-o-transform: translatex(-50%);
		transform: translatex(-50%);
	}
	.dropdown-menu:before{
		left: 50%;
		margin-left: -16px;
	}
}

@media screen and (max-width: 480px){
	.info-links__block{
		width: 100%;
	}
	.info-links-wrap,
	.h-menu-wrap,
	.h-menu > li{
		display: block;
	}
	.h-menu > li:not(:last-of-type) {
		margin-right: 0;
	}
	.h-menu-wrap{
		text-align: center;
	}
	.h-menu-wrap .dropdown-menu{
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		-o-transform: translatex(-50%);
		transform: translatex(-50%);
	}
	.dropdown-menu:before{
		left: 50%;
		margin-left: -16px;
	}

	.box-social img {
		width: 45px;
		height: 45px;
	}

	.news {
		margin-top: 100px;
	}
}
/*max-width: 480px*/

@media screen and (max-width: 400px){
	.form-login--contacts {
		padding: 0;
	}
}

@media screen and (max-width: 375px){
	.main-top h1 {
		font-size: 28px!important;
		margin-top: 80px;
	}
	.main-top{height: 370px;}
	.blank-list .sidebar {
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.news {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.news-wrap{margin-bottom: -30px;}
	.news-block,
	.f-logo{margin-bottom: 30px;}

}


@media (max-width: 350px) {
	#my-modal-fp {
		padding-left: 70px;
		padding-right: 70px;
	}
	input#email_input.form-control {
		width: 300px;
	}
	#open-modal-btn {
		padding-bottom: 10px;
	}
	.blank-list__col.main-content.current-table {
		padding-left: 5px;
	}
}

@media (max-width: 320px) {
	#MLCalcForm {
		margin-left: -5px!important;
	}
}

@media (min-width: 1401px) and (max-width: 1522px) {
	.h-menu > li:not(:last-of-type) {
		margin-right: 25px;
	}
}

@media (min-width: 1216px) and (max-width: 1316px) {
	.h-menu > li:not(:last-of-type) {
		margin-right: 18px;
	}
}

@media (min-width: 1201px) and (max-width: 1215px) {
	.h-menu > li:not(:last-of-type) {
		margin-right: 15px;
	}
	.h-main {
		display: block !important;
	}
}

