

/* Start:/bitrix/templates/common/css/fonts.css?1755667130598*/
@font-face {
	font-family: 'GM';
	src: url('/bitrix/templates/common/css/../fonts/Geometria-Medium.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/Geometria-Medium.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/Geometria-Medium.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/Geometria-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GR';
	src: url('/bitrix/templates/common/css/../fonts/Geometria.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/Geometria.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/Geometria.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/Geometria.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* End */


/* Start:/bitrix/templates/common/css/loader.css?17556671307963*/
.loader{
	position:fixed;
	width:100%;
	left:0;
	height:100%;
	top:0;
	background:#fff;
	z-index:999;
	opacity:1;
	visibility:visible;
}

.loader.act{
	opacity:0;
	visibility:hidden;
	transition:0.2s;
}

.banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}
.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E84453;
}
.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}
.banter-loader__box:nth-child(1):before, .banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}
.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}
.banter-loader__box:last-child {
  margin-bottom: 0;
}

@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 26px);
  }
  81.8181818182% {
    transform: translate(0px, 26px);
  }
  90.9090909091% {
    transform: translate(0px, 26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(-26px, 0);
  }
  54.5454545455% {
    transform: translate(-26px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 0);
  }
  54.5454545455% {
    transform: translate(26px, 0);
  }
  63.6363636364% {
    transform: translate(26px, 0);
  }
  72.7272727273% {
    transform: translate(26px, 0);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 26px);
  }
  81.8181818182% {
    transform: translate(-26px, 26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(26px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-52px, 0);
  }
  90.9090909091% {
    transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}
/* End */


/* Start:/bitrix/templates/common/css/css.css?175566713018206*/
* {
	margin: 0;
	padding: 0;
	line-height:1.2em;
	box-sizing:border-box;
	outline:none;
}

*::before,*::after{
	box-sizing:border-box;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family:"GR";
	font-size:16px;
	color:#333333;
	height: 100%;
}

body.noscroll{
	overflow:hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow:hidden;
}

input,textarea{
	font-family:"GR";
	font-size:16px;
	color:#333333;
}

a{
	cursor:pointer;
}

a:hover{
	text-decoration:none;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 440px;
	position:relative;
	overflow:hidden;
	padding:40px 0px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.video{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.video_z{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#FFFFFF;
	transition:0.7s 0.2s;
}

body.act .video_z{
	transform:translateY(100%);
}

.header_top{
	padding:0px 100px;
	display:flex;
}

.logo{
	height:54px;
	display:flex;
	align-items:center;
	font-size:24px;
	font-family:"GM";
	text-decoration:none;
	color:#fff;
	width:auto;
	position:relative;
	opacity:0;
	visibility:hidden;
	transform:translateX(-100px);
	transition:0.5s 0.9s;
}

.logo::before{
	content:"";
	display:flex;
	background:url("/bitrix/templates/common/css/../media/logo.svg");
	background-size:contain;
	height:54px;
	width:52px;
	margin-right:12px;
}

body.act .logo{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.header_content{
	font-size:72px;
	font-family:"GM";
	color:#fff;
	padding:0px 100px;
	max-width:1250px;
	position:relative;
	width:100%;
	align-self:center;
	padding-bottom:54px;
	flex:1 1 auto;
	display:flex;
	align-items:center;
	opacity:0;
	visibility:hidden;
	transform:translateX(-100px);
	transition:0.5s 1.2s;
}

body.act .header_content{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding:50px 100px 190px;
	max-width:1250px;
	position:relative;
	width:100%;
	margin:0 auto;
	display:flex;
}

.content_l{
	width:50%;
	padding-right:15px;
	line-height:1.7em;
	opacity:0;
	visibility:hidden;
	transition:0.3s 1.5s;
	transform:translateX(-100px);
}

.content_l a{
	color:#F54D63;
}

body.act .content_l{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.content_r{
	width:50%;
	padding-left:15px;
}

.content_r_t{
	color:#000;
	font-size:24px;
	margin-bottom:35px;
	opacity:0;
	visibility:hidden;
	transition:0.3s 1.7s;
	transform:translateX(100px);
}

body.act .content_r_t{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.content_r_a_el{
	color:#000;
	font-family:"GM";
	font-size:24px;
	display:flex;
	align-items:center;
	margin-top:25px;
	height:84px;
	background:#F0F0F0;	
	cursor:pointer;
	opacity:0;
	visibility:hidden;
	transform:translateX(100px);
	text-decoration:none;
}

body.act .content_r_a_el{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.content_r_a_el:hover{
	background:#dbdbdb;
}

.content_r_a_el:nth-child(1){
	margin-top:0px;
}

.content_r_a_el:nth-child(1){
	transition:background 0.3s, opacity 0.3s 1.9s , visibility 0.3s 1.9s, transform 0.3s 1.9s;
}

.content_r_a_el:nth-child(2){
	transition:background 0.3s, opacity 0.3s 2s , visibility 0.3s 2s, transform 0.3s 2s;
}

.content_r_a_el:nth-child(3){
	transition:background 0.3s, opacity 0.3s 2.1s , visibility 0.3s 2.1s, transform 0.3s 2.1s;
}

.content_r_a_el:nth-child(4){
	transition:background 0.3s, opacity 0.3s 2.2s , visibility 0.3s 2.2s, transform 0.3s 2.2s;
}

.content_r_a_el::before{
	content:"";
	width:84px;
	height:84px;
	background-position:center center;
	background-repeat:no-repeat;
}

#ab_1::before{
	background-image:url("/bitrix/templates/common/css/../media/ab_1.svg");
	background-size:24px 35px;
}

#ab_2::before{
	background-image:url("/bitrix/templates/common/css/../media/ab_2.svg");
	background-size:32px 26px;
}

#ab_3::before{
	background-image:url("/bitrix/templates/common/css/../media/ab_3.svg");
	background-size:24px 35px;
}

#ab_4::before{
	background-image:url("/bitrix/templates/common/css/../media/ab_4.svg");
	background-size:26px 30px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -140px auto 0;
	height: 140px;
	position: relative;
	padding:0px 100px;	
	display:flex;
	align-items:center;
	justify-content:space-between;
	color:#999;
	font-size:12px;
	overflow:hidden;
}

.footer a{
	color:#999;
	text-decoration:none;
}

.footer_l{
	opacity:0;
	visibility:hidden;
	transform:translateX(-100px);
	transition:0.5s 0.9s;
}

body.act .footer_l{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.footer_r{
	opacity:0;
	visibility:hidden;
	transform:translateX(100px);
	transition:0.5s 0.9s;
}

body.act .footer_r{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.footer_r span{
	transition:0.3s;
}

.footer_r:hover span{
	color:#F54D63;
}

.shadow{
	background:#000;
	opacity:0;
	visibility:hidden;
	transition:0.5s 0.5s;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.shadow.act{
	transition:0.5s;
	opacity:0.8;
	visibility:visible;
}

.ankets{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	overflow-y:auto;
	overflow-x:hidden;
	display:flex;
	flex-direction:column;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}

.ankets.act{
	pointer-events:auto;
	animation:prev 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.ankets.act.pact{
	animation-duration:0s;
}

.ankets.dact{
	animation:next 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes prev {
	from {transform:translateX(-100%);}
	1%{transform:translateX(-100%);opacity:1;visibility:visible;}
	to {transform:translateX(0%);opacity:1;visibility:visible;}
}

@keyframes next {
	from {transform:translateX(0%);;opacity:1;visibility:visible;}
	99%{transform:translateX(-100%);opacity:1;visibility:visible;}
	to {transform:translateX(-100%);opacity:0;visibility:hidden;}
}

/*
@keyframes prev {
	from {clip:rect(0,0,0,0);}
	1%{	opacity:1;visibility:visible;}
	to {clip:rect(0,100vw,100vh,0);	opacity:1;visibility:visible;}
}

@keyframes next {
	from {clip:rect(0,100vw,100vh,0);opacity:1;visibility:visible;}
	99%{clip:rect(0,0,0,0);opacity:1;visibility:visible;}
	to {clip:rect(0,0,0,0);opacity:0;visibility:hidden;}
}
*/

.ankets_close_ob{
	padding:40px 100px;
	display:flex;
	z-index: 2;
}

.ankets_close{
	height:54px;
	display:flex;
	align-items:center;
	font-size:24px;
	font-family:"GM";
	text-decoration:none;
	color:#000;
	position:relative;
	cursor:pointer;
}

.ankets_close::before{
	content:"";
	background:url("/bitrix/templates/common/css/../media/logo.svg") center center no-repeat;
	background-size:contain;
	height:54px;
	width:52px;
	margin-right:12px;
}

.anket{
	opacity:0;
	visibility:hidden;
	transition:0.3s 0s;
	padding:100px 100px 0px;
	max-width:1250px;
	margin:0 auto;
	width:100%;	
	position:relative;
}

.ankets.act .anket{
	opacity:1;
	visibility:visible;	
	transition:0.3s 0.8s;
}

.anket_title{
	font-family:"GM";
	font-size:70px;
	padding-bottom:30px;
}

.anket_el_n{
	color:#E74351;
	font-family:"GM";
	margin-bottom:40px;
}

.anket_el_n div:nth-child(1){
	font-size:12px;
}

.anket_el_n div:nth-child(2){
	font-size:24px;
	margin-top:12px;
}

.anket_el{
	opacity:0;
	visibility:hidden;
	position:absolute;
	transition:visibility 1s, opacity 1s;
	/*transition:0s 0.5s;*/
	height:0;
	overflow:hidden;
	position:absolute;
	transform:translateY(30px);
}

.anket_el.act{
	transition:visibility 1s, opacity 1s,transform 1s;
	/*transition:0s 0.5s;*/
	opacity:1;
	height:auto;
	overflow:auto;
	visibility:visible;
	position:relative;
	transform:translateY(0px);
}
/*
.anket_el::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	transform:translateX(-100%);
	z-index:2;
	transition:0.3s;
}
*/
/*
.anket_el::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	transform:translateY(0%);
	z-index:2;
	transition:0.3s;
}
*/
/*
.anket_el.act::before{
	transform:translateX(-100%);
}
*/
/*
.anket_el.act::after{
	transform:translateY(100%);
	transition:0.3s 0.3s;
}
*/
.anket_el_p{
	display:flex;
	justify-content:center;
	height:190px;
	align-items:center;
}

.anket_el_p_back,.anket_el_p_forward{
	font-size:24px;
	position:relative;
	padding-bottom:7px;
	transition:0.3s;
}

.anket_el_p_back.act:hover,.anket_el_p_forward.act:hover{
	color:#E74351;
}

.anket_el_p_back::after,.anket_el_p_forward::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:0;
	transition:0.3s;
	background:#E74351;
}

.anket_el_p_back.act:hover::after,.anket_el_p_forward.act:hover::after{
	width:100%;
}

.anket_el_p_back{
	visibility:hidden;
	opacity:0;
	pointer-events:none;
}

.anket_el_p_back.act{
	visibility:visible;
	opacity:1;
	pointer-events:auto;
	cursor:pointer;
}


.anket_el_p_forward{
	pointer-events:none;
	color:#999;
}

.anket_el_p_forward.act{	
	cursor:pointer;
	pointer-events:auto;
	color:#000;
}

.anket_el_p_n{
	margin:0px 50px;
	font-size:14px;
}

.anket_i_v_m{
	background:#F0F0F0;
	margin-top:25px;	
}

.anket_i_v_m:nth-child(1){
	margin:0;
}

.anket_i_v_m_c{
	height:0;
	overflow:hidden;
	transition:0.3s;
}

.anket_i_v_m_c_in{
	padding:20px 35px 60px;
}

.anket_i_v_m_t{
	font-family:"GM";
	font-size:24px;
	position:relative;
	cursor:pointer;
	padding:30px 35px;
}

.anket_i_v_m_t::before{
	content:"";
	position:absolute;
	background:#000;
	width:3px;
	height:28px;
	right:47.5px;
	top:50%;
	margin-top:-14px;
	transition:0.3s;
}

.anket_i_v_m_t::after{
	content:"";
	position:absolute;
	background:#000;
	width:28px;
	height:3px;
	right:35px;
	top:50%;
	margin-top:-1.5px;
	transition:0.3s;
}

.anket_i_v_m.act .anket_i_v_m_t::before{
	transform:rotate(270deg);
}

.anket_i_v_m.act .anket_i_v_m_t::after{
	transform:rotate(180deg);
}

.anket input[type="text"]{
	height:60px;
	border:none;
	padding:20px 0px;
	background:none;
	width:100%;
	color:#000;
}

.a_input{
	position:relative;
	margin-top:50px;
}

.a_input:nth-child(1){
	margin-top:0px;
}

.a_input::before{
	content:"";
	position:absolute;
	height:4px;
	background:#000;
	width:100%;
	left:0;
	bottom:0;
}

.a_input span{
	position:absolute;
	height:4px;
	background:#E74351;
	width:100%;
	left:0;
	bottom:0;
	transform:scaleX(0);
	transition:0.3s;
}

.anket input[type="text"]:focus+span{
	transform:scaleX(1);
}

.anket input[type="text"]::placeholder{
	color:#000;
}

.a_form_title{
	font-size:24px;
	font-family:"GM";
	margin-bottom:50px;
}

.a_form_group{
	margin-top:70px;
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

.a_form_group label{
	width:100%;
}

.a_form_group.a_half label{
	width:50%;
}

.a_form_group.a_half label:nth-of-type(odd){
	border-right:25px solid transparent;
}

.a_form_group.a_half label:nth-of-type(even){
	border-left:25px solid transparent;
}

.a_form_group:nth-child(1){
	margin-top:0px;
}

.a_form_group input[type="radio"]{
	display:none;
}

.a_form_group input[type="radio"]+label{
	margin-top:50px;
	display:flex;
	position:relative;
	padding-left:42px;
	min-height:30px;
	align-items:center;
	cursor:pointer;
	color:#000;
}

.a_form_group input[type="radio"]+label:nth-of-type(1){
	margin-top:0px;
}

.a_form_group input[type="radio"]+label::before{
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	left:0;
	top:0;
	border:4px solid #000;
	border-radius:50%;
	transition:0.3s;
}

.a_form_group input[type="radio"]:checked+label::before{
	border:8px solid #E74351;
}

.a_caption{
	font-size:24px;
	font-family:"GM";
	margin-top:50px;
}

.big_checkbox{
	margin-top:25px;
	display:flex;
}

.big_checkbox:nth-child(1){
	margin-top:0px;
}

.big_checkbox input[type="checkbox"]{
	display:none;
}

.big_checkbox input[type="checkbox"]+label{
	font-family:"GM";
	font-size:24px;
	cursor:pointer;
	padding:30px 35px;
	background:#F0F0F0;
	transition:0.3s;
	width:100%;
}

.big_checkbox input[type="checkbox"]:checked+label{
	color:#fff;
	background:#E74351;
}

.a_form_group input[type="checkbox"]{
	display:none;
}

.a_form_group input[type="checkbox"]+label{
	margin-top:50px;
	display:flex;
	position:relative;
	padding-left:42px;
	min-height:30px;
	align-items:center;
	cursor:pointer;
	color:#000;
}

.a_form_group input[type="checkbox"]+label:nth-of-type(1){
	margin-top:0px;
}

.a_form_group.a_half input[type="checkbox"]+label:nth-of-type(2){
	margin-top:0px;
}

.a_form_group input[type="checkbox"]+label::before{
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	left:0;
	top:0;
	border:4px solid #000;
	transition:0.3s;
}

.a_form_group input[type="checkbox"]:checked+label::before{
	border:4px solid #E74351;
	background:#E74351;
}

.a_form_group input[type="checkbox"]+label::after{
	content:"";
	position:absolute;
	width:16px;
	height:12px;
	left:7px;
	top:9px;
	opacity:0;
	visibility:hidden;
	transition:0.3s;
	background:url("/bitrix/templates/common/css/../media/ch_a.svg") center center no-repeat;
	background-size:contatin;
}

.a_form_group input[type="checkbox"]:checked+label::after{
	opacity:1;
	visibility:visible;
}

.a_file{
	margin-top:50px;
	display:flex;
}

.a_file:nth-child(1){
	margin-top:0px;
}

.a_file label{
	position:relative;
	display:flex;
	min-height:20px;
	padding-left:30px;
	align-items:center;
	cursor:pointer;
}

.a_file label::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-10px;
	width:20px;
	height:19px;
	background:url("/bitrix/templates/common/css/../media/skr.svg") center center no-repeat;
	background-size:contain;
}

.a_file label input[type="file"]{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;	
	z-index:2;
}

.a_file label span{
	font-family:"GM";
	font-size:24px;
	position:relative;
	padding-bottom:7px;
}

.a_file label span::after{
	content:"";
	height:2px;
	width:100%;
	left:0;
	bottom:0;
	transition:0.3s;
	background:#000;
	position:absolute;
}

.a_file label:hover span::after{
	width:0;
}

.a_textarea{
	margin-top:50px;
	position:relative;
}

.a_textarea:nth-child(1){
	margin-top:0px;
}

.a_textarea textarea{
	border:none;
	padding:20px 0px;
	background:none;
	width:100%;
	color:#000;
	resize:none;
}

textarea.autoExpand{
	display: block;
	box-sizing: content-box;
}

textarea.autoExpand.act{
	overflow:hidden;
}

.a_textarea::before{
	content:"";
	position:absolute;
	height:4px;
	background:#000;
	width:100%;
	left:0;
	bottom:0;
}

.a_textarea span{
	position:absolute;
	height:4px;
	background:#E74351;
	width:100%;
	left:0;
	bottom:0;
	transform:scaleX(0);
	transition:0.3s;
}

.a_textarea textarea:focus+span{
	transform:scaleX(1);
}

.a_textarea textarea::placeholder{
	color:#000;
}

.check_all{
	display:flex;
	justify-content:space-between;
	align-items: baseline;
}

.check_all_i{
	display:none;
}

.check_all_i+label{
	display:flex;
	position:relative;
	padding-right:42px;
	min-height:30px;
	align-items:center;
	cursor:pointer;
	color:#000;
	font-family:"GR";
	font-size:16px;
}


.check_all_i+label::before{
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	right:0;
	top:50%;
	margin-top:-15px;
	border:4px solid #000;
	transition:0.3s;
}

.check_all_i:checked+label::before{
	border:4px solid #E74351;
	background:#E74351;
}

.check_all_i+label::after{
	content:"";
	position:absolute;
	width:16px;
	height:12px;
	right:7px;
	top:50%;
	margin-top:-6px;
	opacity:0;
	visibility:hidden;
	transition:0.3s;
	background:url("/bitrix/templates/common/css/../media/ch_a.svg") center center no-repeat;
	background-size:contatin;
}

.check_all_i:checked+label::after{
	opacity:1;
	visibility:visible;
}

.form_loader{
	width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
	opacity:0;
	visibility:hidden;
	transition:0.1s;
	left:0;
	top:0;
}

.anket.act{
	display:none;
}

.form_loader.act{
	opacity:1;
	visibility:visible;
}

.form_response{
	width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
	opacity:0;
	visibility:hidden;
	transition:0.1s;
	left:0;
	top:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:0px 50px;
}

.form_response.act{
	opacity:1;
	visibility:visible;
}

.form_response_text{
	color:#000;
	font-family:"GM";
	font-size:24px;
	margin-top:70px;
	text-align:center;
}

.form_response_ok{
	display:none;
}

.form_response_ok.act{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.form_response_error{
	display:none;
}

.form_response_error.act{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.form_response_ok_pic{
	width:100px;
	height:100px;
	margin-bottom:40px;
	background:url("/bitrix/templates/common/css/../media/ok.svg") center center no-repeat;
	background-size:contain;
}

.form_response_error_pic{
	width:100px;
	height:100px;
	margin-bottom:40px;
	background:url("/bitrix/templates/common/css/../media/neok.svg") center center no-repeat;
	background-size:contain;
}

.form_response_ok_text,.form_response_error_text{
	font-family:"GM";
	font-size:70px;
	text-align:center;
	color:#000;
}
/* End */


/* Start:/bitrix/templates/common/css/css_954.css?1755667130780*/
@media (min-width: 954px) and (max-width: 1149px) {
	body {
		font-size:14px;
	}
	
	.content_r_a_el{
		font-size:18px;
		margin-top:20px;
	}
	
	.content_r_t{
		font-size:18px;
		margin-bottom: 30px;
	}
	
	.header{
		height:270px;
		padding:0px 0px;
	}
	
	.header_content{
		font-size:48px;
		padding-bottom:0px;
	}
	
	.header_top{
		padding:30px 100px 0px;
	}
	
	.content{
		padding-bottom:130px;
	}
	
	.footer{
		margin: -130px auto 0;
		height: 130px;
	}
	
	.anket_el_p{
		height:150px;
	}
	
	.anket_title{
		font-size:48px;
	}
	
	.anket{
		padding:50px 100px 0px;
	}
	
	.anket_el_n div:nth-child(2),.a_form_title,.a_caption,.anket_i_v_m_t,.big_checkbox input[type="checkbox"]+label,.a_file label span{
		font-size:18px;
	}
}
/* End */


/* Start:/bitrix/templates/common/css/css_680.css?17556671301301*/
@media (min-width: 680px) and (max-width: 953px) {
	body {
		font-size:14px;
	}
	
	.content_r_a_el{
		font-size:18px;
		margin-top:20px;
	}
	
	.content_r_t{
		font-size:18px;
		margin-bottom: 30px;
	}
	
	.header{
		height:270px;
		padding:0px 0px;
	}
	
	.header_content{
		font-size:48px;	
		padding-bottom:0px;		
	}
	
	.header_top{
		padding:30px 100px 0px;
	}
	
	.content{
		padding-bottom:140px;
	}
	
	.footer{
		margin: -140px auto 0;
		height: 140px;
	}
	
	.content{
		flex-wrap:wrap;
	}
	
	.content_l,.content_r{
		width:100%;
		padding:0;
	}
	
	.content_r{
		padding-top:50px;
	}
	
	.anket_el_p{
		height:150px;
	}
	
	.anket_title{
		font-size:48px;
	}
	
	.anket{
		padding:40px 60px 0px;
	}
	
	.anket_el_n div:nth-child(2),.a_form_title,.a_caption,.anket_i_v_m_t,.big_checkbox input[type="checkbox"]+label,.a_file label span{
		font-size:18px;
	}
	
	.ankets_close_ob{
		padding:30px 60px;
	}
	
	.a_form_group.a_half label{
		width:100%;
	}
	
	.a_form_group.a_half label:nth-of-type(odd),.a_form_group.a_half label:nth-of-type(even){
		border:none;
	}
	
	.a_form_group.a_half input[type="checkbox"]+label:nth-of-type(2),.a_form_group.a_half input[type="radio"]+label:nth-of-type(2){
		margin-top:50px;
	}
	
	
}
/* End */


/* Start:/bitrix/templates/common/css/css_320.css?17556671302617*/
@media (min-width: 0px) and (max-width: 679px) {
	body {
		font-size:14px;
	}
	
	.content_r_a_el{
		font-size:18px;
		margin-top:20px;
	}
	
	.content_r_t{
		font-size:18px;
		margin-bottom: 30px;
	}
	
	.header{
		height:270px;
		padding:0px 0px;
	}
	
	.header_content{
		font-size:30px;		
		padding:0px 20px;
	}
	
	.header_top{
		padding: 20px 20px 0px;
	}
	
	.footer{
		margin: -170px auto 0;
		height: 170px;
		padding:0px 20px;
		flex-wrap:wrap;
		justify-content:center;
		align-content: center;
	}
	
	.content{
		flex-wrap:wrap;
		padding: 50px 20px 170px;
	}
	
	.content_l,.content_r{
		width:100%;
		padding:0;
	}
	
	.content_r{
		padding-top:50px;
	}
	
	.footer_l,.footer_r{
		width:100%;
		text-align:center;
	}
	
	.footer_r{
		margin-top:20px;
	}
	
	.anket_el_p{
		height:130px;
	}
	
	.anket_title{
		font-size:30px;
	}
	
	.anket{
		padding:20px 20px 0px;
	}
	
	.anket_el_n div:nth-child(2),.a_form_title,.a_caption,.anket_i_v_m_t,.big_checkbox input[type="checkbox"]+label,.a_file label span,.anket_el_p_back, .anket_el_p_forward{
		font-size:18px;
	}
	
	.ankets_close_ob{
		padding:20px 20px;
	}
	
	.a_form_group.a_half label{
		width:100%;
	}
	
	.a_form_group.a_half label:nth-of-type(odd),.a_form_group.a_half label:nth-of-type(even){
		border:none;
	}
	
	.a_form_group.a_half input[type="checkbox"]+label:nth-of-type(2),.a_form_group.a_half input[type="radio"]+label:nth-of-type(2){
		margin-top:50px;
	}
	
	.anket_i_v_m_t{
		padding: 20px 45px 20px 15px;
	}
	
	.anket_i_v_m_t::before{
		right: 22.5px;
	}
	
	.anket_i_v_m_t::after{
		right: 10px;
	}
	
	.anket_i_v_m_c_in {
		padding: 20px 15px 40px;
	}
	
	.a_form_title,.anket_el_n{
		margin-bottom:30px;
	}
	
	.a_input,.a_form_group input[type="checkbox"]+label,.a_textarea,.a_form_group input[type="radio"]+label,.a_form_group,.a_caption{
		margin-top:30px;
	}
	
	.big_checkbox input[type="checkbox"]+label{
		padding: 20px 15px;
	}
	
	.anket_el_p_n {
		margin: 0px 30px;
	}
	
	.check_all{
		flex-direction:column;
	}
	
	.check_all_i+label{
		margin-top:30px;
	}
	
	.form_response_text{
		font-size:16px;
		margin-top:30px;
	}

	.form_response_ok_pic{
		width:50px;
		height:50px;
		margin-bottom:30px;
	}

	.form_response_error_pic{
		width:50px;
		height:50px;
		margin-bottom:30px;
	}

	.form_response_ok_text,.form_response_error_text{
		font-size:30px;
	}
	
	.form_response{
		padding:0px 15px;
	}
	
	.grecaptcha-badge{
		transform: scale(0.5);
		transform-origin: right bottom;
	}
}
/* End */
/* /bitrix/templates/common/css/fonts.css?1755667130598 */
/* /bitrix/templates/common/css/loader.css?17556671307963 */
/* /bitrix/templates/common/css/css.css?175566713018206 */
/* /bitrix/templates/common/css/css_954.css?1755667130780 */
/* /bitrix/templates/common/css/css_680.css?17556671301301 */
/* /bitrix/templates/common/css/css_320.css?17556671302617 */
