@charset "UTF-8";
/*Обнуление*/

*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }*/

/*button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }*/

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*------------------------------*/

body {
	color: #000;
	font-family: sans-serif;
}

/*-------------- --------------*/
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/*------------------------------*/
._container {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 15px;
	box-sizing: content-box;
}

.ibg {
	position: relative;
}

.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

/*-------------Шапка --------------*/
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	padding-left: 25px;
}

.header__container {
	margin-top: 20px;
}

@media (max-width: 479px) {
	.header__container {
		min-width: 70px;
	}
}

.header__logo {
	font-size: 24px;
	font-weight: 700;
	color: inherit;
}

/*-------------Контент --------------*/

.page {
	flex: 1 1 auto;
}

/*-------------main-block --------------*/

.main-block {
	position: relative;
}

.main-block__container {
	margin: 0 auto;
}

.main-block__body {
	padding: 100px 0px 350px 25px;
	position: relative;
	z-index: 2;
}

.main-block__body>*:not(:last-child) {
	margin: 0px 0px 35px 0px;
}

.main-block__title {
	font-size: 35px;
	line-height: calc(80 / 58 * 100%);
	font-weight: 800;
	margin: 0 auto;
	color: #1f7bd1;
}

.main-block__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: black;
}

.content {
	background: #332929;
	padding: 35px 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}

.content__loan {
	min-width: 33.3%;
	margin-bottom: 15px;
}

@media (max-width: 1399px) {
	.content__loan {
		margin: 15px 30px;
	}
}

h2 {
	font-size: 25px;
	text-align: center;
	color: #000;
	padding: 10px 0 0 0;
}

.loan__container {
	padding: 55px 0px 20px 0px;
	min-width: 100%;
	text-align: center;
}

.loan__image img {
	margin-bottom: 25px;

}

@media (max-width: 479px) {
	.loan__image img {
		max-width: 100% !important;
		height: auto;
		display: block;
	}
}

.loan__list {
	font-size: 15px;
	color: #fff;
	margin: 10px 0px;
	font-family: KarloCham;
}

@media (max-width: 479px) {
	.loan__list {
		font-size: 20px;
	}
}

.loan__item {
	padding: 3px 0px;
}

.loan__button {
	width: 180px;
	height: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	overflow: hidden;

	position: relative;

	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;

	justify-content: center;
	align-items: center;

	border-radius: 5px 5px 10px 10px;
	text-decoration: none;
	margin: 0px auto;
}

@media (max-width: 1399px) {
	.loan__button {
		width: 150px;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.loan__button {
		width: 120px;
		height: 25px;
	}
}

.loan__button:hover {
	border-radius: 50px;

	transition: all 0.8s ease 0.2s;
	-webkit-transition: all 0.8s ease 0.2s;
	-moz-transition: all 0.8s ease 0.2s;
	-ms-transition: all 0.8s ease 0.2s;
	-o-transition: all 0.8s ease 0.2s;

	-webkit-box-shadow: 0 0 40px rgba(73, 115, 255, 0.6);
	box-shadow: 0 0 40px rgba(73, 115, 255, 0.6);
}

.loan__button:hover .loan__button__waves {
	top: -50px;
}

.loan__button__text {
	color: red;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
	font-size: 12px;
}

@media (max-width: 1399px) {
	.loan__button__text {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.loan__button__text {
		font-size: 7px;
	}
}

.loan__button__waves {
	position: absolute;
	width: 280px;
	height: 280px;
	background-color: black;
	top: 0;
	left: 0;
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);

	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	margin-top: 20px;
}

/*-------------Подвал --------------*/
.footer__block {
	background-color: #fff;
	text-align: center;
	max-width: 1440px;
	margin: 0px auto;
	position: fixed;
	bottom: 0px;
	min-width: 100%;
}

.footer__text {
	color: #878a89;
	padding: 7px 0px 15px 0px;
}

@media (max-width: 479px) {
	.footer__text {
		font-size: 15px;
	}
}