body{
	margin:0;
	padding:0;
	font-family: 'Roboto';
}
body.fixed{
	overflow-y: hidden;
	max-height: 100vh;
}
.container{
	max-width: 1200px;
	width:100%;
}
@media (max-width: 1200px){
	.container{
		padding: 0 15px;
		box-sizing: border-box;
	}
}
/*___HEADER____*/
header{
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	z-index: 3;
	position: fixed;
    width: 100%;
    top: 0;
}
header .header_content{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}
header .header_content .head_logo{
	width:100%;
	max-width:220px;
}
header .header_content .head_menu{
	display: flex;
	flex-flow: row;
	align-items: center;
	flex-grow: 1;
	margin-left: 35px;
	margin-right: 35px;
}
header .header_content .head_menu>ul{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	padding:0;
}
header .header_content .head_menu>ul>li{
	list-style:none;
}
header .header_content .head_menu>ul>li>a{
	letter-spacing: .1em;
	color:#151515;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.72;
	font-weight: 500;
	text-transform: uppercase;
}
header .header_content .head_menu>ul>li>a:hover{
	color: #db2a19;
}
header .header_content .contacts_block{
	display:flex;
	flex-direction:row;
	align-items: center;
}
header .header_content .contacts_block .phone{
	font-weight: 600;
	text-decoration: none;
	color:#151515;
	font-family: 'Roboto';
	letter-spacing: .1em;
	margin-right:20px;
	position:relative;
}
header .header_content .contacts_block .phone:after{
	content:"";
	position: absolute;
	bottom: -3px;
	left:0;
	width: 0;
	height: 2px;
	background: rgb(219, 42, 25);
	transition: 0.3s;	
}
header .header_content .contacts_block .phone>i{
	margin-right: 7px;
	font-size: 18px;
}
header .header_content .contacts_block .phone:hover{
	color:#db2a19;
}
header .header_content .contacts_block .phone:hover:after{
	width: 47%;
}

header .header_content .contacts_block .recall{
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
	background: #db2a19;
	font-family: 'Roboto';
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
header .header_content .contacts_block .recall:hover{
	background:#fb4634;	
}
header .header_content .menu_icon{ 
	display:none;
	position:relative;
}


@media (max-width: 1135px) {
	header .header_content .contacts_block .recall{
		display:none;
	}
}

@media (max-width: 992px) {
	
	header .header_content .head_menu, header .header_content .contacts_block{
		display:none;
	}
	header .header_content .menu_icon{ 
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 36px;
		margin-right: 15px;
		cursor: pointer;
	}

	header .header_content .menu_icon>i{ 
		display:inline-block;
	}
	
	header .header_content .menu_icon .mobile_menu{
		display:none;
	}
	header .header_content .menu_icon.open .mobile_menu{
		position: absolute;
		right: -25px;
		top: -10px;
		background: #2c2c2c;
		width: 300px;
		height: 100vh;
		display: flex;
		flex-direction: column;
	}
	header .header_content .menu_icon .mobile_menu>div{
		position:relative;
	}
	header .header_content .menu_icon .mobile_menu>div:not(.close):after{
		content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0px;
        background: #565c60;
	}
	header .header_content .menu_icon .mobile_menu>div>a{
		text-decoration:none;
		color: #fff;
		display: block;
		font-size: 18px;
		padding: 12px 56px 13px 18px;
	}
	header .header_content .menu_icon .mobile_menu>div.close{
		text-align: right;
		display: flex;
		justify-content: right;
		margin-right: 20px;
		padding-top: 10px;
		position:relative;
		margin-bottom:20px
	}
	header .header_content .menu_icon .mobile_menu>div.close>a{
		font-size: 28px;
		color: #fb4634;
		font-weight: 100;
		max-width: max-content;
		padding: 0;
	}
	
	header .header_content .menu_icon .mobile_menu .menu_contacts{
		padding-left:15px;
		padding-right:15px;
		margin-top:20px;
	}
	header .header_content .menu_icon .mobile_menu .menu_contacts:after{
		display:none;
	}
	header .header_content .menu_icon .mobile_menu .menu_contacts>a>i{
		width:28px;
		color:#fb4634;
	}
	header .header_content .menu_icon .mobile_menu .menu_contacts>a>i.fa-phone{
		font-size:21px;
	}
	
	header .header_content .menu_icon .mobile_menu .menu_contacts .messangers{
		display: flex;
		flex-direction: row;
		padding-top: 10px;
		margin-top: 20px;
		justify-content: center;
	}
	header .header_content .menu_icon .mobile_menu .menu_contacts .messangers>a{
		width: 42px;
		height: 42px;
		margin-right: 20px;
		background: #5e5b5b;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	header .header_content .menu_icon .mobile_menu .menu_contacts .messangers>a>.vk{
		background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
		width: 30px;
		height: 30px;
		display: block;
	}
	header .header_content .menu_icon .mobile_menu .menu_contacts .messangers>a>.tg{
		width: 30px;
		height: 30px;
		display: block;
		background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23fff' fill-rule='evenodd'/%3e%3c/svg%3e");
	}
	header .header_content .menu_icon .mobile_menu .menu_contacts .messangers>a>.wa{
		width: 30px;
		height: 30px;
		display: block;
		background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23fff' fill-rule='evenodd'/%3e%3c/svg%3e");
	}
	
}


main{
	margin-top:77px;
}

/*__________*/

/*___FOOTER____*/
footer{
	background:#040404;
	display:flex;
	flex-direction:row;
	justify-content:center;
	color:#fff;
}

footer .container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
footer .container>div{
	padding-top:50px;
	padding-bottom:50px;
}
footer .f_left{
	width:100%;
	max-width:25%;
	min-width: 25%;
}
footer .f_left>p{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 24px;
	display:flex;
	flex-direction:column;
}
footer .f_left>ul{
	list-style:none;
	display:flex;
	flex-direction:column;
	width: 100%;
	margin: 0;
	padding: 0;
}
footer .f_left>ul>li{
	display:flex;
	flex-direction:column;
}
footer .f_left>ul>li>p{
	font-size: 12px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.2);
	margin-bottom: 1px;
}
footer .f_left>ul>li>a{
	font-size: 18px;
	letter-spacing: .1em;
	transition:all 0.3s ease-in-out;
	color: #ffffff;
	text-decoration:none;
	line-height: 1.6;
	font-weight: 400;
}
footer .f_left>ul>li>a:hover{
	color: #db2a19;
}
footer .f_left .messangers{
	display: flex;
	flex-direction: row;
	border-top: 1px solid #ffffff21;
	padding-top: 40px;
	margin-top: 20px;
}
footer .f_left .messangers>a{
	width: 42px;
	height: 42px;
	margin-right: 20px;
	background: #1e1e1e;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .f_left .messangers>a>.vk{
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
	width: 30px;
    height: 30px;
    display: block;
}
footer .f_left .messangers>a>.tg{
	width: 30px;
	height: 30px;
	display: block;
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23fff' fill-rule='evenodd'/%3e%3c/svg%3e");
}
footer .f_left .messangers>a>.wa{
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/static/img/messangers/max-logo.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

footer .f_center{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 0 50px;
	box-sizing: border-box;
}
footer .f_center p{
	color: #d7d7d7;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: .075em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
footer .f_right{
	display: flex;
	flex-direction: column;
	max-width: 25%;
	width: 100%;
	background: -webkit-linear-gradient(90deg, #0d0d0d 5%, rgb(4, 4, 4));
	background: -moz-linear-gradient(90deg, #0d0d0d 5%, rgb(4, 4, 4));
	background: linear-gradient(90deg, #0d0d0d 5%, rgb(4, 4, 4));
	padding-left: 80px;
	padding-right: 40px;
}
footer .f_right .f_logo{
	max-width: 175px;
}
footer .f_right .f_logo img{
	max-width:90%;
}
footer .f_right>p{
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .075em;	
	color: rgba(255, 255, 255, 0.4);
	margin-top: 25px;
	margin-bottom: 40px;
}
footer .f_right .f_menu{
	list-style: none;	
	display:flex;
	flex-direction:column;
	margin:0;
	padding: 0;
}
footer .f_right .f_menu>li{
	margin-bottom: 10px;
}
footer .f_right .f_menu>li>a{
	text-decoration:none;
	color:#ffffff;
	letter-spacing: .2em;
	font-size: 12px;
	line-height: 1.43;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
}
footer .f_right .f_menu>li>a:hover{
	color: #db2a19;
}

footer .f_right .f_copyright{
	list-style: none;	
	display:flex;
	flex-direction:column;
	margin:0;
	padding: 0;
	margin-top:30px;
}
footer .f_right .f_copyright>li{
	margin-bottom: 3px;
}
footer .f_right .f_copyright>li,footer .f_right .f_copyright>li>a{
	text-decoration:none;
	color:#606060;
	letter-spacing: .2em;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .1em;
	transition: 0.3s ease-in-out;
}
footer .f_right .f_copyright>li>a:hover{
	color:#db2a19;
}

@media (max-width: 825px) {
	footer .f_center{
		display:none;
	}
	footer .f_left{
		width:50%;
		max-width:50%;
	}
	footer .f_right{
		width:50%;
		max-width:50%;
		box-sizing: border-box;
	}
	footer .f_left .messangers{
		border-top:none;
	}
}
@media (max-width: 550px) {
	footer .container{
		flex-wrap:wrap;
	}
	footer .f_left{
		width:100%;
		max-width:100%;
	}
	footer .f_right{
		width:100%;
		max-width:100%;
	}
	footer .f_left>ul{
		flex-direction: row;
		flex-wrap: wrap;
	}
	footer .f_left>ul>li{
		width: 50%;
	}
	footer .f_left>ul>li>a{
		font-size:16px;
	}
	footer .f_right{
		background:unset;
		padding-left: 10px;
		padding-right: 0;
	}
	footer .f_right .f_logo,footer .f_right>p{
		display:none;
	}
	footer .container>div{
		padding-top:0;
	}
	footer .f_right .f_menu{
		flex-direction:row;
		flex-wrap:wrap;
	}
	footer .f_right .f_menu>li{
		width:50%;
	}
}

/*__________*/

/*___Заголовки страниц____*/
.page_title{
	display: flex;
	flex-direction: row;
	justify-content: center;
	background:grey;
	position:relative;
	overflow:hidden;
}
.page_title .container{
	padding: 116px 0;
}
.page_title .container h1{
	font-size: 2.75rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: .025em;
	text-align: center;
	z-index: 1;
	position:relative;
}
.page_title .container h1:before{
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: -20px;
	left: calc(50% - 36px);
}
.page_title .box-transform {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	will-change: transform;
	animation: bgpagetitle 50s 
	linear infinite;
	transform: translate3d(75px, -75px, 0) rotate(0.001deg);
	background-position: 50% 50%;
	background-size: cover;
	pointer-events: none;
	zoom: 1;
	z-index: 0;
}

@keyframes bgpagetitle {
	25% {
		transform: translate3d(150px, -150px, 0) rotate(0.001deg);
	}

	75% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

/*__________*/




/*___Обратный звонок____*/
.callback_footer{
	display:flex;
	flex-direction:row;
	justify-content:center;
	background:url(../img/callback_bg3.jpg)
}
.callback_footer .container{
	padding-top:40px;
	padding-bottom:40px;
}
.callback_footer .container .callback_form{
	background:#fff;
	padding: 70px 40px;
	display:flex;
	flex-direction:column;
}
.callback_footer .container .callback_form .form_title{
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #151515;
	font-weight: 300;
	font-size: 36px;
	text-align:center;
	margin-bottom: 30px;
}
.callback_footer .container .callback_form .form_fields{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items: stretch
}
.callback_footer .container .callback_form .form_fields .form_field_item{
	width: calc(100% / 3);
	padding-right: 15px;
	padding-left: 15px;
	position:relative;
	box-sizing: border-box;
	position:relative;
}
.callback_footer .container .callback_form .form_fields .form_field_item input[type="text"]{
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 16px 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: .075em;
	color: #202020;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s  ease-in-out;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	outline: 0;
	border-width: thin;
}
.callback_footer .container .callback_form .form_fields .form_field_item label{
	position: absolute;
    top: 30px;
    left: 30px;
    padding-left: 0;
    padding-right: 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .075em;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
    margin-bottom: 0;
    color: #777777;
    display: inline-block;
    max-width: max-content;
    background: #fff;
	z-index:1;
}
.callback_footer .container .callback_form .form_fields .form_field_item.focus-form-elem label{
	top: -1px;
}

.callback_footer .container .callback_form .form_fields .form_field_item .button_form{
	color: #ffffff;
	background-color: #db2a19;
	border-color: #db2a19;
	box-sizing: border-box;
	text-decoration:none;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	height:100%;
}
.callback_footer .container .callback_form .form_fields .form_field_item .button_form:hover{
	background-color: #fb4634;
	border-color: #fb4634;
}
.callback_footer .container .callback_form .form_fields .form_field_item.policy{
	width:100%;
}
.callback_footer .container .callback_form .form_fields .form_field_item.policy>p{
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .075em;
	color: #777777;
}
.callback_footer .container .callback_form .form_fields .form_field_item.policy>p>a{
	text-decoration:none;
	color: #db2a19;
}
.callback_footer .container .callback_form .form_fields .form_field_item.policy>p>a:hover{
	color: #961d11;
}


@media (max-width: 992px) {
	.callback_footer .container .callback_form .form_fields{
		flex-direction: column;
	}
	.callback_footer .container .callback_form .form_fields .form_field_item{
		width:100%;
		margin-bottom:20px;
	}
	.callback_footer .container .callback_form .form_fields .form_field_item .button_form{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.callback_footer .container .callback_form .form_title{
		font-size:26px;
	}
}

@media (max-width: 425px) {
	.callback_footer .container .callback_form .form_title{
		font-size:22px;
	}
}
/*__________*/



/*___Форма брифинга____*/
.briefing_block{
	position: fixed;
	width: 100vw;
	min-height: 100vh;
	height: 100%;
	background: #fff;
	top: 0;
	z-index: 4;
	display:none;
	flex-direction:column;
	align-items: center;
	overflow-y: auto;
}
.briefing_block.open{
	display:flex;
}
.briefing_block .briefing_close{
	position:absolute;
	top:10px;
	right:50px;
	font-size: 28px;
	color: #fb4634;
	font-weight: 100;
	max-width: max-content;
	padding: 0;	
}
.briefing_block .briefing_close:hover{
	color:#000;
}

.briefing_block .briefing_logo{
	position:absolute;
	top:10px;
	left:50px;
}
.briefing_block .briefing_logo>img{
	max-width:150px;
}
.briefing_block .briefing_wrap{
	max-width:700px;
	display:flex;
	flex-direction:column;
	margin-top: 65px;
	padding-top:20px;
}
.briefing_block .briefing_wrap .briefing_title{
	font-size: 36px;
	line-height: 1.27778;
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: uppercase;
	text-align: center;
}
.briefing_block .briefing_wrap .briefing_description{
	font-weight: 400;
	letter-spacing: .12em;
	text-transform: none;
	color: #151515;
	font-size: 14px;
	line-height: 18px;
}
.briefing_block .briefing_wrap .briefing_form{
	display:flex;
	flex-direction:column;
}

.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>p{
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: none;
	color: #151515;
	font-size: 22px;
	line-height: 18px;
	width:100%;
}

.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock .policy_text{
	width:100%;
	font-weight: 400;
	letter-spacing: .12em;
	text-transform: none;
	color: #151515;
	font-size: 14px;
	line-height: 18px;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock .policy_text>a{
	text-decoration: none;
	color: #db2a19;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock .policy_text>a:hover{
	color: #961d11;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock .send_brief{
	width:100%;
	display:flex;
	justify-content:center;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock .send_brief>a{
	color: #ffffff;
	background-color: #db2a19;
	border-color: #db2a19;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	height: 60px;
	width:280px;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock .send_brief>a:hover{
	background:#fb4634
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>div{
	width:48%;
	position: relative;
	margin-bottom: 25px;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>div.textarea_cover{
	width:100%;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>div>textarea{
	min-height: 60px;
	padding: 16px 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: .075em;
	color: #202020;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 100%;
	height: 126px;
	box-sizing: border-box;
}

.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>div>input[type="text"]{
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 8px 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: .075em;
	color: #202020;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	outline: 0;
	border-width: thin;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>div>label{
	position: absolute;
	top: 25px;
	max-width: max-content;
	left: 10px;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: .075em;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
	margin-bottom: 0;
	color: #777777;
	display: inline-block;
	background: #fff;
	overflow: hidden;
}
.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>div.focus-form-elem>label{
	top: -1px;
}
.briefing_block textarea:focus, .briefing_block input:focus{
	outline: none;
}

@media (max-width: 815px) {
	.briefing_block .briefing_logo {
		left:15px;
	}
	.briefing_block .briefing_close {
		right:15px;
	}
}
@media (max-width: 710px) {
	.briefing_block .briefing_wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 525px) {
	.briefing_block .briefing_wrap .briefing_form .briefing_form_subblock>div{
		width:100%;
	}
}
@media (max-width: 415px) {
	.briefing_block .briefing_wrap .briefing_title{
		font-size:24px;
	}
	.briefing_block .briefing_wrap .briefing_description{
		font-size:12px;
	}
}
/*__________*/