

/* Start:/local/components/form/main.anketa/templates/shop/style.css?17658278255112*/
.section-full-width .container {
	display: flex;
	flex-direction: column; }
  
  .section-full-width .section-account__right {
	width: 100%;
	padding: 40px 30px; }
  
  .section-full-width h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	color: #FFF;
	margin-bottom: 26px; }
  
  .section-full-width .breadcrumb {
	margin-bottom: 13px; }
  
  .section-full-width .section-account__personal input[type="text"], .section-full-width .section-account__personal input[type="password"] {
	padding: 21px 20px; 
	}
  
  .section-full-width input::placeholder {
	font-size: 16px;
	line-height: 22px; }
  
  .section-full-width .section-account__personal .form-line .select {
	height: 73px; }
  
  .section-full-width .section-account__personal .form-line .select-styled:after {
	top: 29px; }
  
  .section-full-width .section-account__personal .form-line .select-styled:active:after, .section-full-width .section-account__personal .form-line .select-styled.active:after {
	top: 33px; }
  
  .section-full-width p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #FFF;
	margin-bottom: 25px; }
  
  .section-full-width p.color {
	color: #FFF;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}
  
  .section-full-width .logo-file .form-group {
	padding: 10px 27px 11px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #1E1E20;
	border: 1px solid #5454D4;
}
  
  .section-full-width .field__wrapper {
	width: 100%;
	position: relative;
	text-align: center;
	cursor: pointer; }
  
  .section-full-width .field__file {
	opacity: 0;
	visibility: hidden;
	position: absolute; }
  
  .section-full-width .field__file-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0; }
  
  .section-full-width .field__file-fake {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	border-right: none;
	cursor: pointer; 
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}
  
  .section-full-width .field__file-button {
	border: 1px solid #5454D4;
	box-sizing: border-box;
	border-radius: 18px;
	padding: 9px 19px;
	font-weight: 400;
	color: #666666;
	cursor: pointer; 
	margin-bottom: 0;
	background: #5454D4;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    line-height: 21px;
}

.section-account__personal-container {
	margin-top: 48px;
}

.section-account__personal-container .form-group {
	margin-bottom: 40px;
}

.section-account__personal-container .form-group .logo-file .field__wrapper {
	margin-bottom: 0;
}
  
.section-full-width .section-account__personal .form-line .button-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row; 
	margin-bottom: 0;
}

.section-full-width .section-account__personal .button-group .btn-black {
	padding: 11px 26px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 18px;
	border-radius: 4px;
}

.section-full-width .section-account__personal .button-group .clean {
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #FFF; 
	margin-left: 30px;
}

.section-full-width .section-account__personal .button-group .clean:hover {
	color: #5454D4; 
}

.white .section-full-width h1 {
	color: #0D0D0D;
}

.white  .section-full-width p {
	color: #0D0D0D;
}

.white  .section-full-width .logo-file .form-group {
	background: #FFF;
}

.white .section-account__personal label.field__file-button {
	color: #FFFFFF;
}

.white .section-full-width .field__file-fake {
	color: rgba(13, 13, 13, 0.6);
}

.white .section-full-width .section-account__personal .button-group .clean {
	color: #0D0D0D
}

@media screen and (max-width: 900px) {
	.section-account__personal-container .section-account__personal .form-line .form-group.average-group {
		width: 100%;
	}
}
  
@media screen and (max-width: 768px) {
	.section-full-width h1 {
	  font-size: 24px;
	  line-height: 100%; }
	.section-full-width .section-account__right {
	  padding: 20px; 
	}

	.section-account__personal textarea {
		min-height: 280px;
	}


	  .section-full-width .section-account__personal .form-line .button-group {
		flex-direction: column;
	  }

	  .section-full-width .section-account__personal .button-group .clean {
		margin-top: 20px; 
		margin-left: 0;
	}
	.section-full-width p.color, .section-full-width p {
	  font-size: 16px;
	  line-height: 150%; 
	} 
	.section-account__personal-container .form-group {
		margin-bottom: 24px;
	}

	.section-account__personal-container .section-account__personal .form-line {
		margin-bottom: 0;
	}

}
  


@media screen and (max-width: 420px) {
	.section-full-width .field__file-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.section-full-width .field__file-fake {
		padding: 0;
		margin-top: 10px;
	}
}
/* End */
/* /local/components/form/main.anketa/templates/shop/style.css?17658278255112 */
