* {
	box-sizing: border-box;
}

a {
	color: unset;
	text-decoration: none;
}

HTML {
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.middle {
	max-width: 1250px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin: 0 auto;
}

.header {
	border-top: 2px solid #bdcaca;
	padding-top: 45px;
}

.inliner > div {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.vmiddle > div {
	vertical-align: middle
}

.cont_block {
    position: absolute !important;
    right: 15px;
}

.slogan {
    letter-spacing: 5px;
    font-size: 20px;
    color: #9aabad;
    padding-left: 25px;
}

.cont_block > .phone > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.cont_block > .phone > a:before {
	content: url(../images/phone_ico.png);
    position: absolute;
    margin-left: -75px;
    margin-top: -5px;
}

.cont_block > .link {
    font-size: 24px;
    padding-bottom: 2px;
    font-weight: 500;
    border-bottom: 2px solid;
    margin-top: 25px;
    margin-left: -70px;
    color: #c7092d;
}

.header_menu > ul {
	padding: 0;
	margin: 0;
	display: -webkit-flex; 
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
	margin-bottom: 35px;
}

.header_menu > ul > li {
	list-style: none;
}

.header_menu > ul > li > a {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}

.header_menu > ul > li > a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    margin: 3px auto 0;
    background-color: #c7092d;
    transition: width .3s ease-in-out;
}


.header_menu > ul > li > a:hover:after,
.header_menu > ul > li > a:focus:after {
    width: 100%;
}

.head_block {
	min-height: 620px;
	height: 100%;
	width: 100%;
	background: url(../images/head_bg.jpg) no-repeat center top;
}

.head_block .big_text {
	max-width: 680px;
	font-weight: 500;
	font-size: 57px;
	padding-top: 100px;
}

.head_block  .big_text > span {
	color: #819394;
}

.head_block .other_text {
	margin-top: 50px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 36px;
    letter-spacing: 7px;
}

.head_block .red_button {
	margin-top: 50px;
}

.red_button {
	background: #c7092d;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 20px;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
}

.red_button:before,.red_button:after {
	content: '';
    position: absolute;
    background: #c7092d;
    width: 20px;
    height: 5px;
    transition: all 0.3s ease;

}

.red_button:before {
	left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.red_button:after {
	right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.red_button:hover:before {
	left: -15px;
}

.red_button:hover:after {
	right: -15px;
}

.title {
	font-weight: 500;
	font-size: 42px;
	color: #000;
}

.problems {
	margin-top: 80px;
}

.problems .title {
	margin-bottom: 60px;
}

.p_items  {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-align-content: space-around; 
	display: flex;
	flex-flow: row wrap;
	align-content: space-around;
	justify-content: space-between;
}


.p_items > div.p_item {
    width: 330px;
    height: 75px;
    margin-bottom: 85px;
    position: relative;
}

.p_items > div.p_item:not(:last-child) {
	font-size: 24px;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 10px;
}

.p_items > div.p_item:not(:last-child):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 70px;
	background-color: #c7092d;
}

.package {
	background: url(../images/fon1.jpg) no-repeat center top;
	width: 100%;
	min-height: 1270px;
	text-align: center;
	padding-top: 80px;
}

.subtitle {
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
}


.package_items {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-align-content: space-around; 
	display: flex;
	flex-flow: row wrap;
	align-content: space-around;
	justify-content: space-between;
}

.package_item {
    height: 950px;
    max-width: 380px;
    width: 100%;
    background: #fff;
    margin-top: 55px;
    box-shadow: 0px 0px 6px -2px #9E9E9E;
}

.package_icon {
    background: #363c41;
    height: 210px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.package_icon > img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.package_title {
    margin-top: 35px;
    margin-bottom: 60px;
    height: 60px;
    font-weight: 300;
    font-size: 22px;
}


.package_title > b {
    font-weight: 500;
    font-size: 24px;
}

.package_desc {
	padding-left: 45px;
	padding-right: 45px;
	text-align: left;
	font-weight: 300;
	font-size: 20px;
	height: 405px;
	position: relative;
}

.package_desc > p {
    line-height: 25px;
}

.package_desc:after {
    position: absolute;
    content: '';
    background: #b00626;
    height: 3px;
    left: 0;
    width: 335px;
    right: 0;
    margin: auto;
    bottom: 0;
}

.package_price {
    font-size: 23px;
    font-weight: 500;
    color: #b00626;
    margin-top: 60px;
    position: relative;
    padding-left: 75px
}

.package_price span {
	font-size: 65px;
}

.package_price:before {
    content: url(../images/rub.png);
    position: absolute;
    left: 35px;
    top: 3px;
    bottom: 0;
}

.how_we_work {
	background: url(../images/fon2.jpg) no-repeat center top;
	width: 100%;
	min-height: 905px;
}

.how_we_work > .middle {
	height: 100%;
	min-height: 100%;
}

.hww_block {
	background: #d8f6f608;
    width: 730px;
    height: 905px;
}

.hww_block .title {
    margin-top: 90px;
    display: inline-block;
    color: #fff;
    margin-left: 50px;
    margin-bottom: 75px;
    position: relative;
}

.hww_block .title:after {
    content: '';
    background: #fff;
    width: 125px;
    height: 8px;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.hww_block .hww_desc {
	margin-left: 105px;
	position: relative;
}

.hww_block .hww_itog {
	margin-left: 50px;
}

.hww_block .hww_desc p, .hww_block .hww_itog {
	color: #fff;
    font-size: 23px;
    font-weight: 300;
    line-height: 31.5px;
    margin-right: 60px;
}

.hww_block .red_button {
    margin-top: 40px;
    margin-left: 50px;
}

.hww_desc:before {
    content: url(../images/strelka.png);
    position: absolute;
    left: -80px;
}

.hww_itog {
    margin-top: 135px;
    padding-left: 40px;
}

.package_item:hover .package_icon {
	background: #b00726;
}

.main_form .mf {
	margin-top: 105px;
	border: 10px solid #d2d3d4;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
}

.main_form {
	margin-bottom: 125px;
}

.clients {
    height: 505px;
    background: #363c41;
    padding-top: 105px;
}

.clients .title {
    color: #fff;
    position: absolute;
    background: #363c41;
    left: 0;
    width: 360px;
    text-align: center;
    right: 0;
    top: -25px;
    margin: auto;
}

.banks {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-align-content: space-around; 
	display: flex;
	flex-flow: row wrap;
	align-content: space-around;
	justify-content: space-between;
	border: 1px solid #fff;
	padding-top: 75px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
}

.bank {
    width: 270px;
    text-align: center;
    height: 110px;
}

.faq .title {
	margin-top: 100px;
	text-align: center;
	margin-bottom: 50px;
}

.faq .fb {
	background: #f3f7f7;
	padding-left: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 80px;
	margin-bottom: 20px;
	position: relative;
}

.faq .fb .question {
	font-weight: 500;
	font-size: 24px;
	cursor: pointer;
}

.faq .fb .answer {
	margin-top: 25px;
	font-weight: 300;
	font-size: 24px;
	line-height: 35px;
	display: none;
}

.faq {
	margin-bottom: 60px;
}

.faq .fb.active .answer {
	display: block;
}

.faq .fb .st {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background: #e4e9e9;
}

.faq .fb .st:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.faq .fb .st:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 30px;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.faq .fb.active .st:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.faq .fb.active .question {
	color: #c7092d;
}

.faq .fb.active .st:after {
	display: none;
}

.faq .fb.active .st {
	background: #c7092d;
}

.footer {
	background: #363c41;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff;
}

.af_example {
	margin-top: 60px;
}

.af_example .input {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.af_example .input:nth-child(2){
	margin-left: 20px;
}

.af_example .input input {
	width: 520px;
	height: 65px;
	padding-left: 95px;
	padding-right: 20px
}

.af_example .input:nth-child(1):before {
	content: url(../images/profile.png);
    position: absolute;
    left: 19px;
    top: 19px;
}

.af_example .input:nth-child(1):after {
    position: absolute;
    content: '';
    left: 65px;
    top: 15px;
    height: 36px;
    width: 1px;
    background: #000;
}


.af_example .input:nth-child(2):before {
	content: url(../images/phon.png);
    position: absolute;
    left: 19px;
    top: 19px;
}


.af_example .input:nth-child(2):after {
    position: absolute;
    content: '';
    left: 65px;
    top: 15px;
    height: 36px;
    width: 1px;
    background: #000;
}

.af_example .red_button {
    font-weight: 500;
    font-size: 23px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
