.container{
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
	margin-bottom: 30px;
}

.header__content{
	display: flex;
	justify-content: space-around;
	flex: 0.8;
}

.header__content a{
	text-decoration: none;
	color: #9b9b9b;
	display: flex;
	align-items: center;
}

.header__content img{
	margin-right: 10px;
}
#back-top {
	position: fixed;
	bottom: 30px;
}

.header__content-div{
	display: flex;
	flex-direction: column;
}
.header__content-mobile{
	display:none;
}
.header__content-div p {
	margin: 10px;
	font-size: 14px;
	display: inherit;
	align-items: baseline;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.header__content-div a{
	margin-left: 10px;
	margin-top: 10px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb!important;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top span {
	width: 68px;
	height: 68px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(/i/up-arrow.png) no-repeat 50% 50%;
	background-size: 50%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a span {
	display: inline-block;
}

body{
	min-width: 0!important;

}
a{
	cursor: pointer;

}

.header__block{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo {
	display: flex;
	margin: 0;
	align-items: center;
	flex: 0.2
}

#footer{
	margin-top: 0;
	color: #969696;
	height: auto;

}
#footer a{
	text-decoration: none;
	color: #969696;
}

.social-likes{
	display: none;
}

p{
	font-size: 18px;
}

h1:first-child{
	display: none;
}

header{
	display: flex;
	justify-content: space-around;
	text-transform: uppercase;
	color: #9b9b9b;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Arial';
	padding:10px;

}

.contacts{
	display: none;
}

.contacts p {
	font-size: 1.2em;
	padding: 5px;
	display: flex;
}

.contacts a{
	text-decoration: none;
	cursor: pointer;
	color: #9b9b9b;
	margin-left: 10px;
}

.header__hide{
	margin: 0 auto;
	justify-content: space-around;
	width: 60%;
	align-items: center;
	display: none;
}

.header__hide a{
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	color: #9b9b9b;
	margin-left: 10px;
	font-size: 15px;
}
/* -- section 1 -- */
.section1{
	display: flex;
	background: url(/img/polnoe_soprovozhdenie/bicomicrofin.png) no-repeat;
	background-size: cover !important;
	background-position-x: -210px;
	background-position-y: -5px !important;
}
.section1.empty-form{
	background-position: 0% !important;
}

.section1__peambule {
	display: flex;
	flex: 0.8;
	margin-right: 30px;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 30px;
}

.section1__peambule li{
	margin-top: 15px;
}
.section1__peambule h1{
	color: #065bab;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	padding: 10px;
}

.section1__peambule ul{
	font-size: 22px;
	color: black;
}

.section1__peambule ul p{
	font-weight: 700;
	color: #bc1313;
}

.success-block, .success-block.loader{
	text-align: center;
}

.notice{
	display: block;
	margin-top: 30px;
	padding: 30px;
	font-size: 17px!important;
	padding-bottom: 20px;
	border: 5px solid #065ba9;
}
@media screen and (max-width: 1450px) {
	.notice {
		margin-top: 0;
		background: none;
		padding: 20px;
		height: 100%;
		border: 5px solid #065ba9;
		border-radius: 10px;
		margin: 15px;
		position: relative;
	}
}

.notice span{
	display: block;
	text-align: center;
	font-weight: 700;
	color: #c10000;
	font-size: 29px;
	margin-top: 20px;
}

.notice p{
	position: relative;
}
@media screen and (max-width: 1450px) {
	.notice p {
		margin-left: 15px;
	}
}

.notice p:before{
	content: '';
	display: inline-block;
	width: 64px;
	height: 66px;
	left: -106px;
	position: absolute;
	background-image: url(/img/polnoe_soprovozhdenie/forward-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: -8px;
}
@media screen and (max-width: 1450px){
	.notice p:before{
		width: 64px;
		top: -11px;
		height: 51px;
		left: -55px;
	}
}

.notice p:nth-child(2){
	margin-top: 30px;
}

.notice p:nth-child(3){
	margin-top: 30px;
}
/* -- section 2 -- */

.section2__h1 {
	margin: 30px 0;
	color: #065bab;
	font-weight: 700;
	font-size: 42px;
	text-align: center;
	display: inline-block;
}

.section2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.section2__item {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	width:20%;
	/*height: 410px;*/
	border: 5px solid #065ba9;
	padding: 30px;
	margin-right: 20px;
	position: relative;
}

.section2 .heading{
	font-weight: 700;
	color: #bc1313;
	font-size: 25px;
	margin-top: 0;
}

.section2__item span{
	color: #065ba9;
	font-weight: 700;
	text-transform: uppercase;
}

/* -- section 3 -- */

.section3{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section3__item{
	display: flex;
/*	width: 40%;*/
	margin-top: 20px;
	margin-right: 30px;
}

.flex_row{
	width: 47%;
}
.section3__h1 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 30px auto;
	display: block;
	margin-top: 100px;
}
.section3__item img{
	margin-right: 20px;
	align-self: baseline;
	max-width: 100%;
	width: 60px;
}
.section3__item span{
	color: #065ba9;
	font-weight: 700;
	font-size: 30px;
}

.section3__under_text{
	text-align: center;
}

/* -- section 4 -- */

.section4{
	margin: 30px auto;
	text-align: left;
	width: 60%;
	font-size: 17px;
}
.section4__items {
	margin-left: -47px;
}

.section4__items:first-child{
	margin-top:0;
}

.section4__item p{
	margin: 10px auto;
	margin-left: 15px;
}

.section4__item{
	display: flex;
	align-items: baseline;
}

.section4__item .checkbox{
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.section4 input {
	margin-right: 5px;
	z-index: -1;
	opacity: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.section4 input + label{
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}

input.input-style2#custom-checkbox3 + label:before {
	border: 1px solid #4db1e1;
}

input.input-style2#custom-checkbox3:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox4:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox5:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox6:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox7:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox8:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox9:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox10:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox11:checked + label:before {
	background-color: #4db1e1;
	border-color: #4db1e1;
}
input.input-style2#custom-checkbox3 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox4 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox5 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox6 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox7 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox8 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox9 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox10 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2#custom-checkbox11 + label:before {
	border: 1px solid #4db1e1;
}
input.input-style2:checked + label:before {
	border-radius: 50%;
	text-align: center;
	content: "✔";
	line-height: 18px;
	font-size: 14px;
}
input.input-style2 + label:before {
	content: '';
	position: absolute;
	top: -19px;
	left: -5px;
	width: 25px;
	height: 25px;
	border: 1px solid #CDD1DA;
	background: #FFF;
	color: #fff;
	transition: 0.2s;
}

.warning_p{
	font-size: 11px;
	color: #888;
	text-align: center;
}

.time {
	display: none;
}
.submit-support-form{
	padding: 20px 30px;
	background: #bc1313;
	color: white;
	display: block;
	margin: 20px auto;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

/* -- section2 number 1 -- */

.section2__item[data-number='1']:before {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 5.png');
	background-repeat: no-repeat;
	width: 72%;
	position: absolute;
	height: 100%;
	display: inline-block;
	left: -125px;
}

/* -- section2 number 2 -- */

.section2__item[data-number='1'] .heading{
	margin-left: 80px;
}

@media screen and (max-width: 1105px){
	.section2__item[data-number='1'] .heading{
		margin-left: 48px;
	}
}

.section2__item[data-number='2']:before {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 6.png');
	background-repeat: no-repeat;
	width: 40%;
	position: absolute;
	height: 100%;
	display: inline-block;
	left: -37px;
	top: 25px;
}

.section2__item[data-number='2'] .heading{
	margin-left: 70px;
}
@media screen and (max-width: 1105px){
	.section2__item[data-number='2'] .heading{
		margin-left: 45px;
	}
}

/* -- section2 number 3 -- */

.section2__item[data-number='3']:before {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 7.png');
	background-repeat: no-repeat;
	width: 40%;
	position: absolute;
	height: 100%;
	display: inline-block;
	left: -37px;
	top: 25px;
}

.section2__item[data-number='3']:after {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 8.png');
	background-repeat: no-repeat;
	width: 36%;
	position: absolute;
	height: 100px;
	display: inline-block;
	bottom: -91px;
	left: 13px;
	z-index: 9999;
}

.section2__item[data-number='3'] .heading{
	margin-left: 80px;
}
@media screen and (max-width: 1105px){
	.section2__item[data-number='3'] .heading{
		margin-left: 40px;
	}
}

/* -- section2 number 6 -- */

.section2__item[data-number='6']:before {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 11.png');
	background-repeat: no-repeat;
	width: 60%;
	position: absolute;
	height: 140px;
	display: inline-block;
	left: 133px;
	top: -101px;
	z-index: 9999;
}

/* -- section2 number 4 -- */

.section2__item[data-number='4']:before {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 10.png');
	background-repeat: no-repeat;
	width: 41%;
	position: absolute;
	height: 140px;
	display: inline-block;
	left: 199px;
	top: 24px;
	z-index: 9999;
}

.section2__item[data-number='4']:after {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 13.png');
	background-repeat: no-repeat;
	width: 50%;
	position: absolute;
	height: 130px;
	display: inline-block;
	left: 74px;
	bottom: -85px;
	z-index: 9999;
}

.section2__item[data-number='4'] .heading{
	margin-right: 40px;
	margin-bottom: 0;
}

/* -- section2 number 5 -- */

.section2__item[data-number='5'] .heading{
	margin-right: 30px;
}

.section2__item[data-number='5']:before {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 9.png');
	background-repeat: no-repeat;
	width: 41%;
	position: absolute;
	height: 140px;
	display: inline-block;
	left: 198px;
	top: 24px;
	z-index: 9999;
}

.section2__item[data-number='5']:after {
	content: "";
	background-size: contain;
	background-image: url('/img/polnoe_soprovozhdenie/Group 12.png');
	background-repeat: no-repeat;
	width: 50%;
	position: absolute;
	height: 130px;
	display: inline-block;
	left: 74px;
	bottom: -85px;
	z-index: 9999;
}

/* -- section2 number 5 -- */

.section2__item[data-number='6'] .heading{
	margin-top: 30px;
}

.section5_h2{
	font-weight: bold;
}

.section5{
	color:#9b9b9b;
	font-size: 17px;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
	text-transform: uppercase;
	word-spacing: 1px;
}

.section5 a{
	color:#9b9b9b!important;
	text-decoration: none!important;
}

.section5 ul li:first-child{
	margin-bottom: 10px;
}
.section5 img{
	margin-right: 10px;
}

.section5 li{
	list-style-type: none;
	display: flex;
}

/* -- форма регистрации в хэдере -- */

.ic__section1_right{
	background: #f0f1f3;
	width: 300px;
	padding: 20px;
	margin-top: 25px;
	border: 2px solid white;
	margin-bottom: 30px;
	-webkit-box-shadow: 1px 2px 24px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 24px -8px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 24px -8px rgba(0,0,0,0.75);
}

.ic__section1_right .control-group{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.ic__section1_right .labels{
	color: #666;
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
	vertical-align: top;
	width: 100%;
	max-width: 200px;
	display: none;
}

.ic__section1_right p{
	text-align: center;
	font-weight: bold;
	color: #065bab;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

.ic__section1_right .controls{
	width: 100%;
	margin-top: 15px;
}

.ic__section1_right input{
	outline: none;
	height: 35px;
	border: 2px solid #065bab;
	border-radius: 0px;
}

.submit-block {
	background: none;
	text-align: center;
}

.ic__section1_right #submit {
	display: block;
	color: white;
	margin: 0px auto;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color:  #005aaf;
	background: -webkit-linear-gradient(90deg, #004f98 0%, #76abe1 100%);
	background: -moz-linear-gradient(90deg, #004f98 0%, #76abe1 100%);
	background: -o-linear-gradient(90deg, #004f98 0%, #76abe1 100%);
	background: -ms-linear-gradient(90deg, #004f98 0%, #76abe1 100%);
	background: linear-gradient(0deg, #004f98 0%, #76abe1 100%);
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
	width: 70%;
	height: 53px;
	font-size: 20px;
	text-shadow: none;
	cursor: pointer;
}

.ic__section1_right #submit:hover{
	background: linear-gradient(0deg, #bb1e1b 0%, #b01917 100%);
	border-color: #be201b;
}

.ic__section1_right #submit:active{
	background: linear-gradient(0deg, #bb1e1b 0%, #b01917 100%);
	border-color: #be201b;
	box-shadow: none;
}

.ic__section1_right .submit-block{
	margin: 0;
	padding: 20px 20px 0px;
}

.registration-form-full{
	text-align: center;
	margin-top: -50px;
}

.tree-popup .tree_items_list > .tree_items_container{
	text-align: left;
}

.tree_info_block .selected-item.last{
	text-align: left;
}
.registration-form-full .labels {
	text-align: left;
	width: 0;
	display: none;
}

.registration-form-full .controls{
	margin-top: 15px;
	margin-left: 50px;
}

@media screen and (max-width: 750px) {
	.registration-form-full .field-name-captcha .controls {
		margin-left: 0;
	}
}

.ic__section1_right .controls .tree_info_block{
	outline: none;
	height: 35px;
	border: 2px solid #065bab;
	border-radius: 0px;
}

.registration-form-full .controls .tree_info_block {
	height: 35px!important;
	-webkit-box-shadow: 2px 10px 13px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 10px 13px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
}

.registration-form-full textarea{
	-webkit-box-shadow: 2px 10px 13px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 10px 13px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
}

.registration-form-full .labels label{
	padding-top:17px;
}

.registration-form-full .form-fixed{
	margin: 0 auto;
}

.form-icon:before,after{
	content: '';
	border-top: 2px #0459a7;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
}

.form-icon {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 30px auto;
}

.form-icon:before,
.form-icon:after {
	content: '';
	border-top: 2px solid #0459a7;
	margin: 0 20px 0 0;
	flex: 0 200px;
}

.form-icon:after {
	margin: 0 0 0 20px;
}

/* -- Dobavlenie zobrazhenii dlya inputov -- */
.registration-form-full .labels label {
	display: none;
}

.registration-form-full  {
	text-align: left;
}

.registration-form-full  labels{
display: none;
	width: 0;
}

.registration-form-full  .layout-zone {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.registration-form-full  .control-group{
	text-align: center;
}

.registration-form-full div.field-name-company{
	position: relative;
}

.registration-form-full div.field-name-employee{
	position: relative;
}
.registration-form-full div.field-name-employee:before{
	content: '';
	width: 43px;
	height: 41px;
	position: absolute;
	display: inline-block;
	z-index: 999;
	border: none;
	box-shadow: none;
	overflow: hidden;
	top: 28px;
	background-image: url('/img/polnoe_soprovozhdenie/Layer 13.png');
}


.registration-form-full div.field-name-phone{
	position: relative;
}
.registration-form-full div.field-name-phone:before{
	content: '';
	width: 43px;
	height: 41px;
	position: absolute;
	display: inline-block;
	z-index: 999;
	border: none;
	box-shadow: none;
	overflow: hidden;
	top: 28px;
	background-image: url('/img/polnoe_soprovozhdenie/Layer 15.png');
}

.header-form-wrapper form.form-fixed .submit-block input[type='submit']{
	-webkit-box-shadow: 1px 2px 24px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 24px -8px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 24px -8px rgba(0,0,0,0.75);
}
.header-form-wrapper form.form-fixed .submit-block input[type='submit']:hover{
	background: #085094;
}

.header-form-wrapper form.form-fixed .submit-block input[type='submit']:active{
	background: #085094;
	box-shadow: none;
}

.registration-form-full div.field-name-email{
	position: relative;
}
.registration-form-full div.field-name-email:before{
	content: '';
	width: 43px;
	height: 41px;
	position: absolute;
	display: inline-block;
	z-index: 999;
	border: none;
	box-shadow: none;
	overflow: hidden;
	top: 28px;
	background-image: url('/img/polnoe_soprovozhdenie/Layer 14.png');
}

.registration-form-full .js-resultBox.tree_info_block:before{
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	display: inline-block;
	z-index: 999;
	border: none;
	box-shadow: none;
	overflow: hidden;
	margin-left: -59px;
	background-size: cover;
	top: -3px;
	background-image: url('/img/polnoe_soprovozhdenie/grid-world.png');
}

.registration-form-full div.field-name-company:before{
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	display: inline-block;
	z-index: 999;
	border: none;
	box-shadow: none;
	overflow: hidden;
	background-size: cover;
	top: 28px;
	background-image: url('/img/polnoe_soprovozhdenie/Layer 16.png');
}

.registration-form-full .controls{
	max-width: 700px;
	width: 100%;
}


.registration-form-full .controls input{
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #4db1e1;
	height: 35px;
	margin-top: 15px;
	position: relative;
}

.tree_input{
	margin-top: 0!important;
	height: 13px!important;
}

/* -- Form Blue on the Middle -- */
form#support2-form{
	display: flex;
}

.form_2 .layout-zone {
	display: flex!important;
	flex: 0.9;
	justify-content: space-around;
}
.form_2 .submit-block{
	margin: 0px;
	flex: 0.1;
}
.form_2 #submit{
	padding: 14px 20px;
	background: #bc1313;
	color: white;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
form.custom_empty .submit-block{
	padding: 0 !important;
	margin-left: 0 !important;
}

.form_2 .controls > input[type="text"]{
	outline: none;
	height: 35px;
	border: 2px solid  #4db1e1;
	border-radius: 0;
}

.form_2 .js-resultBox.tree_info_block{
	height: 28px;
	border-radius: 0;
	border: 2px solid  #4db1e1;
}

.registration-form-full .js-resultBox.tree_info_block{
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #4db1e1;
	height: 30px!important;
	margin-top: 15px;
	width: 100%;
	max-width: 96%;
}

#polnoe_sopr{
	background: url('/img/polnoe_soprovozhdenie/Design.png') no-repeat;
	background-position-y: bottom;
	background-size: 60%;
	background-origin: border-box;
}

#polnoe_sopr #footer{
	min-width: inherit;
	height: inherit;
}

#polnoe_sopr form.support2-form.js-widget-Form{
	display: flex;
}

.section3 .error-note.dot{
	color: #B94A48;
	top: 53px;
	left: 30px;
	position: absolute;
	width: initial !important;
	width: auto !important;
	word-break: inherit !important;
}

.section3 form.custom_empty #submit:hover{
	background: #ffffff;
	color: black;
}

.section3 .error-block.informer-message-container{
	position: absolute;
	top: 98px;
}

.select-tree-place-holder{
	color: #757575;
}

.registration-form-full #region_id {
	margin-top: -24px!important;
	position: relative;
	text-align: left;
}

.contacts {
	font-weight: bold;
	color: #9b9b9b;
	text-transform: uppercase;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background: #225aa6;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contacts_content{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: white;
}

.contacts_content a{
	color: white;
}

.copy p{
	font-size: 12px;
}

.error-block, .error-block.loader{
	margin-top: 20px;
	text-align: center;
}



