/*
* {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
*/
* {
	outline:none;
	box-sizing:border-box;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input, input:before, input:after {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
a {
	color:#666;
	text-decoration:none;
	outline:none;
}
h1 {
	width:100%;
	box-sizing:border-box;
	padding:10px 0;
	margin:0 0 20px 0;
	font-size:30px;
	line-height:38px;
}
h2 {
	margin:20px 0;
}
h3 {
	margin:10px 0;
}
main {
	text-align:center;
	margin-top:20px;
}
input[type="radio"] {
	display:none;
}
input,
select {
	border:solid 1.5px #aaa;
	border-radius:10px;
	padding:10px 20px;
	margin:8px;
	font-size:18px;
	box-sizing:border-box;
}
.hidden {
	display:none;
}
.form_block {
	width:100%;
	background:#eee;
	padding:30px;
	box-sizing:border-box;
}
.form_block > div {
	display:inline-block;
	vertical-align:top;
	margin:10px 30px 10px 0;
}
@media screen and (max-width:800px) {
	.form_block > div {
		display:block;
		width:100%;
	}
}
.form_block input,
.form_block select,
.button {
	width:100%;
	border:solid 1.5px #aaa;
	border-radius:10px;
	padding:10px 20px;
	margin:8px;
	font-size:18px;
	box-sizing:border-box;
}
.form_block input:focus {
	border:solid 1.5px #4A76A8;
	outline:none;
}
.button {
	display:inline-block;
	border:solid 1.5px #aaa;
	border-radius:20px;
	padding:10px 20px;
	font-size:18px;
	background:#ddd;
	box-sizing:border-box;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
.button a {
	color:#000;
}
.form_block input[type="submit"], .form_block button, .button {
	width:auto;
	font-weight:bold;
}
.login_form {
	margin-top:50px;
}
.albums_list {
	width:95%;
	box-sizing:border-box;
}
.albums_list .albums_cover {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	max-height:70vh;
	padding:10px 10px 0;
	margin:10px;
	text-align:center;
	box-sizing:border-box;
}
.albums_list .albums_cover a {
	line-height:10px;
}
.albums_list .albums_cover .zoom_btn {
	position:absolute;
	top:-17px;
	right:-17px;
	z-index:50;
	padding:5px 1px;
	border-radius:50%;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	cursor:pointer;
	outline:none;
}
.albums_list .albums_cover img {
	width:100%;
}
.images_list {
	width:100%;
	margin:90px 0 20px 0;
}
.fields_list {
	width:100%;
	margin:90px 0;
}
.images_list > div {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:150px;
	height:150px;
	border:solid 1px #aaa;
	border-radius:5px;
	box-sizing:border-box;
	text-align:center;
	padding:6px 6px 2px;
	margin:10px 4px 4px 0;
	cursor:pointer;
}
@media screen and (max-width:800px) {
	.images_list > div {
		width:90px;
		height:90px;
	}
}
.images_list > div .zoom_image {
	width:100%;
	height:100%;
}
.field_row > div {
	display:inline-block;
	vertical-align:middle;
}
.field_row input,
.field_row select {
	width:100%;
	border:solid 1.5px #aaa;
	border-radius:10px;
	padding:10px 20px;
	margin:8px;
	font-size:18px;
	box-sizing:border-box;
}
.cover_images_list {
	width:100%;
	text-align:center;
}
.cover_images_list img {
	max-width:90%;
	max-height:70vh;
	margin:20px;
}
.cover_images_list img:first-child {
	margin-top:0px;
}
.close_btn {
	display:none;
}
.add_btn {
	position:absolute;
	top:-17px;
	right:-17px;
	z-index:50;
	padding:2px 11px;
	border-radius:50%;
	border:solid 2px #fff;
	background:#3C5F88;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	cursor:pointer;
}
.selected_btn {
	background:green !important;
}
.large_image {
	display:block !important;
	width:96vw !important;
	max-width:400px !important;
	height:90vh !important;
	background-color:#eee !important;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
	margin:40px auto !important;
}
.large_image .add_btn {
	position:absolute;
	top:90%;
	right:30px;
	left:30px;
	margin:0;
	z-index:50;
	height:40px;
	padding:2px 3% 2px 60%;
	border-radius:10px;
	border:0;
	background:#3C5F88 url('../img/add_btn.png') no-repeat;
	background-size:contain;
	background-position:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	cursor:pointer;
}
.large_image .selected_btn {
	position:absolute;
	top:90%;
	right:30px;
	left:30px;
	margin:0;
	z-index:50;
	height:40px;
	padding:2px 3% 2px 60%;
	border-radius:10px;
	border:0;
	background:green url('../img/add_btn.png') no-repeat;
	background-size:contain;
	background-position:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	cursor:pointer;
}
.remove {
	position:fixed;
	z-index:150;
	top:0;
	left:0;
	width:100%;
	min-height:50px;
	box-sizing:border-box;
	padding:20px;
	color:#fff;
	background:rgba(20,20,20,.7);
	font-size:21px;
	text-align:center;
	display:none;
	cursor:pointer;
}
.remove:hover {
	background:rgba(90,90,90,.7);
}
.alt {
	position:fixed;
	z-index:98;
	top:0;
	left:0;
	width:100%;
	min-height:30px;
	box-sizing:border-box;
	padding:10px;
	background:#FBF89C;
	overflow-x:hidden;
	font-size:16px;
}
.alt .number {
	display:none;
	position:absolute;
	z-index:102;
	top:5px;
	left:10px;
	color:#aaa;
	font-size:40px;
	cursor:pointer;
}
@media screen and (max-width:800px) {
	.alt .number {
		font-size:60px;
	}
}
.alt p {
	margin:0;
}
.wathed_image {
	border:solid 4px #000 !important;
	filter: brightness(60%);
}
.selected_image {
	background:#3C5F88;
}
.pagination {
	margin-bottom:0;
}
.pagination > div {
	display:inline-block;
	padding:10px;
	margin:5px;
	width:45px;
	border:solid 1px #999;
	border-radius:40%;
	text-align:center;
}
.pagination > div:hover {
	background:#ddd;
}
.page_active {
	background:#4A76A8;
}
.page_active a {
	color:#fff;
	font-weight:bold;
}
.link_active {
	background:#4A76A8;
	color:#fff;
	display:inline-block;
	padding:7px 15px;
	margin:5px;
	border:solid 1px #999;
	border-radius:20px;
	text-align:center;
	cursor:pointer;
}
.collection {
	position:fixed;
	z-index:100;
	bottom:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	background:#4A76A8;
	height:120px;
	white-space:nowrap;
	text-align:center;
	overflow:auto;
}
.collection > div {
	overflow-x:auto;
	width:100%;
	margin-bottom:10px;
}
.collection > p span {
	font-size:30px;
	font-weight:bold;
}
.collection > p {
	position:fixed;
	bottom:73px;
	left:0; right:0;
	z-index:102;
	margin:auto;
	color:#fff;
	text-align:center;
	font-size:21px;
	line-height:30px;
}
.collection button, .collection .button, .collection input {
	padding:12px 15px;
	background:#fff;
	border:0;
	border-radius:10px;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.collection_image {
	position:relative;
	width:60px;
	height:60px;
	background-size:cover !important;
	background-position:center !important;
	display:inline-block;
	vertical-align:top;
	margin:8px;
	cursor:pointer;
}
.collection_image:after {
	content:' ';
	position:absolute;
	top:1px;
	left:1px;
	z-index:155;
	width:20px;
	height:20px;
	background:url('../img/delete.png') no-repeat;
	background-size:cover;
}
.collection .total_price {
	color:#fff;
}
.collection .total_price span {
	font-weight:bold;
}
.welcome_text {
	width:100%;
	box-sizing:border-box;
	padding:20px;
	text-align:left;
	font-size:16px;
}
.collection_check {
	text-align:left;
}
.collection_check > div {
	display:inline-block;
	margin:8px;
	width:60px;
	height:60px;
	background-size:cover !important;
	background-position:center !important;
	cursor:pointer;
}
.check_field {
	width:100% !important;
	margin:0 20px 10px 0 !important;
	height:auto !important;
}
.finish_block {
}
.finish_block p {
	margin-bottom:0;
}
.finish_block .close_btn {
	display:block;
	position:absolute;
	z-index:202;
	right:20px;
	top:20px;
	z-index:300;
	width:40px;
	height:40px;
	background:#fff url('../img/close_btn.png') no-repeat;
	background-size:contain;
	background-position:center;
	font-size:40px;
}
.finish_block .form_block {
	max-width:500px;
	width:100%;
	margin:auto;
}
.finish_block .form_block > div {
	margin:20px 0;
	width:100%;
}
.finish_block .form_block input,
.finish_block .form_block textarea {
	width:100%;
	border:solid 1.5px #aaa;
	border-radius:10px;
	padding:10px 20px;
	font-size:21px;
	box-sizing:border-box;
}
.finish_block .form_block input:focus,
.finish_block .form_block textarea:focus {
	border:solid 1.5px #4A76A8;
	outline:none;
}
.finish_block .form_block input[type="submit"] {
	font-weight:bold;
}
.result_text {
	margin-top:100px;
	font-size:30px;
	box-sizing:border-box;
	text-align:center;
	padding:20px;
}
.back_btn {
	position:fixed;
	z-index:202;
	left:20px;
	bottom:15px;
	color:#00;
	font-size:50px;
	cursor:pointer;
	padding:6px 12px;
	background:#eee;
	border:solid 3px #999;
	border-radius:50px;
	color:#000;
	font-size:31px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.alert {
	text-align:center;
	font-size:21px;
	cursor:pointer;
}
.logo_block {
	width:100%;
	text-align:center;
}
.logo_block img {
	max-width:100%;
}

/* Радио-кнопки */
.options {
	position:relative;
	cursor:pointer;
	margin:2px 7px;
}
.options .opt_val {
	position:relative;
	display:inline-block;
	font-weight:normal;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.options .opt_val:after {
	content:'+';
	position:absolute;
	top:-17px;
	right:-17px;
	z-index:50;
	padding:2px 11px;
	border-radius:50%;
	border:solid 2px #fff;
	background:#3C5F88;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	cursor:pointer;
}
.options input {
	display:none;
}
.options input:checked ~ .opt_val {
	background:#ddd;
	color:#000;
	border-radius:4px;
	border:solid 4px #4A76A8;
	box-sizing:border-box;
	max-height:300px;
}
.options input:checked ~ .opt_val:after {
	content:'✓';
	position:absolute;
	top:-17px;
	right:-17px;
	z-index:50;
	padding:2px 11px;
	border-radius:50%;
	border:solid 2px #fff;
	background:green;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	cursor:pointer;
}
.show_layer {
	cursor:pointer;
}
.link_delete {
	color:red;
	cursor:pointer;
}
.link_add {
	color:green;
	cursor:pointer;
}
.alt_message {
	width:100%;
	box-sizing: border-box;
	padding:10px;
	background:#FBF89C;
}
.upload_images .item {
	display:inline-block;
	vertical-align:top;
	margin:10px;
	position:relative;
}
.upload_images .item img {
	object-fit:contain;
	width:150px;
	height:150px;
}
.upload_images .item .warning {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	background:url('../img/warning.png');
}
.upload_images .item .warning div {
	position:absolute;
	top:5px;
	right:5px;
	z-index:10;
	max-width:250px;
	padding:10px;
	background:#FBF89C;
	font-size:12px;
	display:none;
}
.upload_images .item .warning:hover div {
	display:block;
}
.error_input {
	border:solid 1.5px red !important;
	background:#f7c6d0;
}

#teach_block {
	width:100%;
	text-align:left;
	margin-top:60px;
	font-size:16px;
	padding:20px;
}
#teach_block > img {
	max-height:80vw;
	max-width:100%;
}

#loading {
	display:block;
	position:fixed;
	z-index:1000;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	background:rgba(255,255,255,.7);
}
#loading img {
	position:absolute;
	left:0; right:0;
	top:0; bottom:0;
	margin:auto;
	width:100px;
	height:100px;
}

.auth_widget {
	position:fixed;
	z-index:100;
	top:10px;
	right:40px;
	width:50px;
	height:50px;
	cursor:pointer;
}
.auth_widget img {
	max-width:100%;
}
.auth_widget div {
	position:absolute;
	z-index:101;
	top:40px;
	right:10px;
	width:130px;
	padding:10px;
	background:#eee;
	border-radius:7px;
	border:solid 1px #aaa;
	display:none;
}
.auth_widget:hover div {
	display:block;
}
.auth_widget div p {
	margin:6px 0;
}
@media screen and (max-width:800px) {
	.auth_widget {
		top:10px;
		right:10px;
		width:40px;
		height:40px;
	}
}

.alt-block {
	position:relative;
}
.alt-block > div {
	position:absolute;
	left:20px;
	right:20px;
	top:50px;
	border:solid 1px #aaa;
	border-radius:10px;
	background:#fff;
	padding:6px;
	text-align:left;
	display:none;
}
.alt-block > div > div {
	padding:7px 10px;
}
.alt-block > div > div:hover {
	background:#ccc;
	cursor:pointer;
}

.teachers_row {
	margin:30px 0;
	padding:15px 0;
	border-bottom:solid 1px #aaa;
}
.teachers_row > div {
	display:inline-block;
	vertical-align:middle;
}
.teachers_row > div:nth-child(1) {
	width:60%;
	text-align:left;
}
.teachers_row > div:nth-child(2) {
	width:30%;
}
.teachers_row > div:nth-child(3) {
	width:5%;
}
.teachers_row input,
.teachers_row select {
	display:inline-block;
	vertical-align:middle;
	width:60%;
	border:solid 1.5px #aaa;
	border-radius:10px;
	padding:8px 15px;
	margin:6px;
	font-size:18px;
	box-sizing:border-box;
}
.teachers_row p {
	display:inline-block;
	vertical-align:middle;
	width:30%;
	margin:0;
}
.teachers_row img {
	max-width:250px;
	max-height:250px;
	cursor:pointer;
}
@media screen and (max-width:800px) {
	.teachers_row > div:nth-child(1),
	.teachers_row > div:nth-child(2),
	.teachers_row > div:nth-child(3) {
		width:100%;
	}
	.teachers_row > div:nth-child(3) {
		margin:20px 0;
	}

}

.upload_image .item {
	position:relative;
}
.upload_image .item .warning_text > div {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	background:url('../img/warning.png');
}

.upload_image .item .warning_text > div div {
	position:absolute;
	top:5px;
	right:5px;
	z-index:10;
	width:250px;
	padding:10px;
	background:#FBF89C;
	font-size:12px;
	display:none;
}
.upload_image .item .warning_text > div:hover div {
	display:block;
}

.accept > * {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	width:auto !important;
	max-width:80%;
}
.accept input {
	transform:scale(1.5,1.5);
	margin-right:15px;
}

.smoke-dialog-text p {
	margin:5px;
}

.shop_block h2 {
	margin:40px 0 20px;
}
.shop_products > * {
	display:inline-block;
	vertical-align:top;
	padding:20px;
	text-align:left;
	width:100%;
	margin:0 20px;
}
.shop_products label {
	display:flex;
	border:solid 1px #aaa;
	background:#eee;
	padding:10px;
	cursor:pointer;
}
.shop_products input[type="radio"] {
	display:block;
}

.shop_products .item {
	margin-left:20px;
}
.shop_products .item h3 {
	margin:0;
}
.shop_products .item p {
	margin:5px 0 0;
}

.shop_variants {
	text-align:left;
	margin:20px;
}


.izm_poriadok{
	display: inline-block;
    margin-top: 17px;
    color: #fff;
    font-size: 12px;
    width: 73px;
}
.smoke-dialog-text iframe {
	width:100%;
	height:400px;
	border:none;
}