.footer-banner{
	min-height: 295px;
	color: #fff;
	text-align: center;
}
.footer-banner__about{
	margin: 0;
	color:#fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	/*width: 350px;*/
	/*margin-left: 386px;*/
	/*background: #010674a1;*/
}
.footer-banner__button{
	display: inline-block;
	width: 300px;
	max-width: 100%;
	margin-top: 30px;
}

.footer-banner__title-base{
	font-size: 90px;
	font-weight: 900;
	line-height: 0.65em;
	text-transform: uppercase;
}
.footer-banner__img-base{
	margin: 30px auto 15px;
	max-width: 100%;
}
.footer-banner__button_base{
	margin-top: 15px;
}

.footer-banner__title-7day-1{
	font-size: 66px;
	font-weight: 800;
	line-height: 0.65em;
	text-transform: uppercase;
}
.footer-banner__img-7day{
	margin: 30px auto -30px;
}
.footer-banner__button_7day{
	margin-top: 15px;
}

.footer-banner__title-proftest-1{
	margin-bottom: 0;
	padding-top: 54px;
	color:#fff;
	font-size: 56px;
	font-weight: 800;
	line-height: 0.65em;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}
.footer-banner__title-proftest-2{
	font-size: 42px;
	color:#fff;
	font-weight: 800;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	line-height: 1;
}

.footer-banner__title-business-1{
	padding-top: 85px;
	font-size: 92px;
	font-weight: 800;
	line-height: 0.65em;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}
.footer-banner__title-business-2{
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	line-height: 1;
}

@media (max-width: 767px){

	.footer-banner__title-proftest-2{
		font-size: 8vmin;
	}
	.footer-banner__title-base{
		font-size: 12vmin;
	}
    .footer-banner__transform{
        min-height: 160px;
    }
    .footer-banner__title-proftest-2 {
    	font-weight: bold;
    	line-height: 1.05;
    	font-size: 24px;
    }
    .footer-banner__title-proftest-3 {
    	font-weight: bold;
		line-height: 18px;
		font-size: 18px;
    }
    .footer-banner__button {
    	max-width: 140px;
    	font-size: 13px;
    }
}


@media (max-width: 500px){

    .footer-banner__transform{
        min-height: 105px;
    }

}



/* База знаний #203864 */
.footer-banner_base-wrapper {
	padding: 76px 0;
	background: #181940;
}
.footer-banner_base {
	position: relative;
}
.footer-banner_base:before,
.footer-banner_base:after {
	position: absolute;
	top: 0;
	display: block;
	width: 20%;
	height: 100%;
	content: '';
}
.footer-banner_base:before {
	left: 0;
	background: linear-gradient(90deg, #181940 39.14%, rgba(0, 0, 0, 0) 100%);
}
.footer-banner_base:after {
	left: auto;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #181940 61%);
}

.footer-banner_base__inner {
	display: block;
	max-width: 703px;
	margin: 60px auto;
	background: rgba(23, 23, 23, 0.6);
	border: 1px solid #404040;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
	text-align: center;
}
.footer-banner_base__inner-top {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #404040;
}
.footer-banner_base__inner-top-rect {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	background: rgba(23, 23, 23, 0.9);
	border-left: 1px solid #404040;
}
.footer-banner_base__inner-top-rect:first-child {
	border-left: 0;
}
.footer-banner_base__inner-top-rect:before {
	display: block;
	padding-bottom: 93%;
	content: '';
}
.footer-banner_base__inner-top-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 50%;
  margin: auto;
}
.footer-banner_base__title {
	margin-top: 1em;
	margin-bottom: 2px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #EBEBEB;
}
.footer-banner_base__about {
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: center;

	color: #E6E6E6;
}

.footer-banner_base__button {
	width: 100%;
	max-width: 222px;
	min-height: 51px;
	margin-top: 16px;
  margin-bottom: 37px;
	padding-top: 16px;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
}
.footer-banner_base:hover .footer-banner_base__button {
  background-color: #1060d8;
}

@media (max-width: 767px) {
	.footer-banner_base-wrapper {
		padding: 0;
	}
	.footer-banner_base:before,
	.footer-banner_base:after {
		display: none;
	}
	.footer-banner_base__inner {
		border: 0;
	    margin: 0 -16px;
	    padding: 18px 15px 10px;
	}
	.footer-banner_base__inner-top {
		flex-wrap: wrap;
	    max-width: 225px;
    	margin: 0 auto;
	}
	.footer-banner_base__inner-top-rect {
		width: 33.333%;
    	border: 1px solid #404040;
        flex: auto;
	}
	.footer-banner_base__title {
		margin-top: 5px;
	}
	.footer-banner_base__button {
	    margin: 10px 0 15px;
	    background: #2F80ED;
	}
}