body{
	font-family: 'Proxima Nova';
	font-weight: normal;
}
h2{
	margin-top: 71px;
	margin-bottom: 44px;

	font-size: 72px;
	font-weight: 800;
	line-height: 72px;
}
h3{
	margin-bottom: 33px;

	line-height: 40px;
	font-size: 32px;
	font-weight: 800;
}

.color_red {
	color: #f6212f;
}
a.color_red:hover {
	color: #f6212f;
}


button,input,select{
	font-family: 'Proxima Nova';
}
.btn{
	cursor: pointer;
	transition: .2s;
}
.btn_red{
	max-width: 198px;
	width: 100%;
	height: 47px;
	padding: 0 10px;
	display: inline-block;

	color: #fff;
	line-height: 15px;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	border-bottom: 4px solid #ad212a;
	border-radius: 0;
	background: #f6212f;
}
.btn_white{
	height: 77px;
	width: 100%;

	color: #000;
	line-height: 17px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	border: 1px solid #000;
	background: none;
	border-radius: 0;
}
.btn_red:hover{
	color: #fff;

	opacity: 0.8;
}
.btn_no-border{
	border: none;
}
.btn_big-red{
	width: 100%;
	height: 80px;

	line-height: 17px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;

	background: #f6212f;
	border-radius: 0;
	border: none;

}


.top-section{
	min-height: 484px;
	padding-bottom: 30px;
	background: url(../img/top-section-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.top-section,
.top-section:hover,
.top-section:focus,
.top-section:active {
	display: block;
	text-decoration: none;
	outline: none;
	transition: .2s;
}

.top-section:hover .btn,
.top-section:focus .btn,
.top-section:active .btn {
	background: #ad212a;
}
.top-section__logo img{
	max-width: 100%;
	margin-top: 91px;
}

@media(max-width: 1800px) {
	.top-sectio__info {
		display: none;
	}
}
.info-block{
	width: 255px;
	margin: 91px 0 0 auto;
	padding-top: 42px;
	padding-left: 34px;
	padding-bottom: 37px;


	background: #fff;
	border-radius: 8px;


}
.info-block__strong{
	padding-top: 10px;
	display: inline-block;
}
.info-block__date, .info-block__place{

	font-weight: bold;
	line-height: 37px;
	font-size: 20px;
	letter-spacing: -0.04em;

	color: #000000;
	margin-bottom: 10px;

}
.info-block__date-ico{
	display: inline-block;
	margin-right: 13px;
	margin-top: 5px;
}
.info-block__date-ico img{
	margin-top: -9px;
}
.info-block__place-ico{
	display: inline-block;
	margin-right: 16px;
	margin-top: 5px;
	margin-left: 4px;
}
.info-block__button{
	padding-top: 13px;
}
.info-block__button .btn{
	height: 53px;
	max-width: 187px;
}
.content-section{
	padding-bottom: 105px;
}
.header{
	min-height: 80px;
	padding-top: 26px;

}
.header__logo img{
	max-width: 100%;
	margin-top: -10px;
}
.header__tagline{
	line-height: 27px;
	font-size: 26px;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
}
.header__phone{
	line-height: 27px;
	font-size: 20px;
	text-align: right;
}
.header__phone a{
	color: #000;
}
.header__phone a:hover {
	text-decoration: none;
	color: #ad212a
}
.forums-list{
	padding-top: 28px;
	padding-bottom: 23px;
}
.forums-list__item{
	display: block;
	height: 100%;
	text-decoration: none;
	transition: .2s;
}
.forums-list__item:hover,
.forums-list__item:active,
.forums-list__item:focus {
	outline: none;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
}
.forums-list__image{
	height: 233px;

	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #ccc;
	transition: .2s;
}

.forums-list__title{
	min-height: 84px;
	width: 247px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;

	line-height: 17px;
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.forums-list__title p {
	margin: 0;
	padding: 0;
}
.forums-list__description{
	min-height: 89px;
	padding-top: 22px;
	padding-bottom: 22px;

	width: 198px;
	margin: 0 auto;

	line-height: 19px;
	font-size: 20px;
	text-align: center;
	color: #000000;
	font-weight: 700;

	border-top: 1px solid #bfbfbf;

}
.forums-list__descriptio-date {
	text-transform: lowercase;
}
.forums-list__content{
	min-height: 247px;
	height: calc(100% - 233px);

	text-align: center;

	border: 1px solid #b3b3b3;
	border-top: none;
}

.form-section{
	padding-top: 75px;
	min-height: 318px;
	padding-bottom: 50px;
	background: #f5f5f5;
}


.forums-list__item:hover .btn {
	opacity: .8;
}
.forums-list__item:active .btn,
.forums-list__item:focus .btn {
	opacity: 1;
	background: #ad212a;
	border-color: #f6212f;
}




.custom-select{
	height: 58px;
	width: 100%;

	color: #000;


	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAsSURBVHgBjcpJCgBACMTA9Mt9+gyCeHHBQG4FYJLethsiu6ARd6jgDSXu0AclRhkfDe5cQwAAAABJRU5ErkJggg==');
	border: 1px solid #7f7f7f;
	background-repeat: no-repeat;
	background-size: 10px 5px;

	cursor: pointer;
}
.form-control_custom{
	height: 80px;

	font-size: 18px;
	font-weight: 300;

	border: 1px solid #000000;
	border-radius: 0;
}
.footer{
	min-height: 126px;
	padding-top: 28px;
	padding-bottom: 20px;
}
.footer__syn{

	line-height: 40px;
	font-size: 20px;
	color: #1F1F1F;
	font-weight: 600;
}
.footer__developer{

	line-height: 18px;
	font-size: 16px;

	color: #1F1F1F;

}
.footer__developer_link {
	color: #F6212F;
}
.footer__phone{text-align: right;}
.footer__phone a{

	font-size: 20px;
	color: #1F1F1F;
	line-height: 40px;
}
.footer__phone a:hover {
	text-decoration: none;
	color: #ad212a
}
@media (max-width: 992px) {
	.header__phone{
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
	.header__tagline{
		text-align: right;
	}
	.info-block{
		margin: 20px auto 0;

	}
	.top-section__logo{
		text-align: center;
	}
}
@media (max-width: 768px) {

	.header__tagline{
		text-align: center;
	}
	.header__logo{
		text-align: center;
		margin-bottom: 20px;
	}
	.header__phone{
		text-align: center;
	}

	.footer,.footer__phone{
		text-align: center;
	}

}


.dev-grid {
	position: relative;
}
.dev-grid:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAASBAMAAADbMYGVAAAAD1BMVEX+SBn+SBn/q5X/cU3////7dpXTAAAABXRSTlNGWUZKJg9ROHAAAAAZSURBVHgBY2QAAUEQ8R5EKIGIISOoNIQFAYpaFan+ujdTAAAAAElFTkSuQmCC');
}