*{
	margin: 0px;    
	padding: 0px;    
	font-family: "Montserrat", sans-serif;
	font-size:14px;
}

body{
	background: #f7f7f7;
}

table{
	width:100%;
	    background: #fff;
}

td{
	border:1px solid #ccc;
	padding:5px;
}


h2{
	font-size: 22px;
}

.cols{
	width:1150px;
	margin:auto;
}

.center_block{
	background: #eee;
    width: 100%;
    height: 250px;
    display: flex;
    margin: auto;
}

.center_block .center_block_p{
	max-width:700px;
	margin:auto;
}

.center_block_form{
	width: 350px;
    margin: auto;
    background: #fff;
    height: 350px;
    display: flex;
    flex-direction: column;
    margin-top: -50px;
    border: 1px solid #ccc;
}



.center_block_form__{
	max-width: 1160px;
    margin: auto;
    background: #fff;
    height: 550px;
    display: flex;
    flex-direction: column;
    margin-top: -150px;
    border: 1px solid #ccc;
    overflow: auto;
    padding: 20px;
}

.center_block_form__ h2{
	margin-bottom:10px;
}

.center_block_form__ p{
	margin-bottom:20px;
}

.center_block_footer_ img{
	width: 75px;
}

.center_block p{
	margin:auto;
}



.center_block_form form{
	    margin: auto;
    display: flex;
    flex-direction: column;
}

.center_block_form form h2{
	margin: auto;
    font-size: 20px;
    margin-bottom: 20px;
}

.center_block_form form input[type="password"]{
	margin: auto;
    height: 35px;
    width: 235px;
    margin-top: 5px;
    margin-bottom: 15px;
	padding-left:10px;
}

.center_block_form form input[type="text"]{
	margin: auto;
    height: 35px;
    width: 235px;
    margin-top: 5px;
    margin-bottom: 15px;
	padding-left:10px;
}



.center_block_form form input[type="submit"]{
	margin: auto;
    width: 130px;
    margin-top: 10px;
    height: 45px;
    background: #ccc;
    border: none;
    border-radius: 3px;
    font-weight: 400;
	cursor:pointer;
	font-weight: bold;
}


.center_block_footer{
	text-align:center;
	margin-top:50px;
}

.center_block_footer_{
    text-align: center;
    margin-top: 50px;
}

.pay {
	height: 50px;
    background: #eee;
    display: flex;
    margin-bottom: 20px;
    border-radius: 5px;
}

.pay p{
	margin: auto;
    font-weight: bold;
}

.top{
    background: #eee;
    height: 80px;
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.top .cols{
	display:flex;
	margin:auto;
}

.top .cols .link{
	margin: auto;
    width: 195px;
    height: 40px;
    display: flex;
    border: 1px solid #ccc;
    cursor: pointer;
}

.top .cols .link:hover{
    background: #fff;
}

.top .cols .link_left{
	margin-left:0px;
}

.top .cols .link_right{
	margin-right:0px;
}

.top .cols .link span{
	margin: auto;
    font-size: 15px;
    font-weight: 500;
}


.block {
	margin-bottom: 30px;
}

.block .add_potok {
	margin: auto;
    display: flex;
    flex-direction: column;
    width: 920px;
    background: #fff;
	border: 1px solid #ccc;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.block .add_potok .add_potok_str{
margin: auto;
    width: 510px;
    display: flex;
    margin-top: 10px;
    background: #eee;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

.block .add_potok .add_potok_str .add_potok_str_{
	    width: 250px;
    margin-right: 10px;
}

.block .add_potok  label{
	margin:auto;
	width:250px;
	margin-bottom:0px;
	margin-top:10px;
}

.block .add_potok  h2{
	margin:auto;
	margin-bottom:10px;
	font-size:20px;
}

.block .add_potok  input[type="text"]{
	margin:auto;
	width:250px;
	height:35px;
	padding-left:10px;
	margin-bottom: 5px;
    margin-top: 5px;
}

.block .add_potok  input[type="date"]{
	margin:auto;
	width:250px;
	height:35px;
	padding-left:10px;
	margin-bottom: 5px;
    margin-top: 5px;
}

.block .add_potok  input[type="file"]{
	margin: auto;
    width: 250px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #eee;
    padding: 12px;
	    font-size: 12px;
}



.block .add_potok  input[type="submit"]{
	margin: auto;
    width: 150px;
    margin-top: 0px;
    height: 45px;
    background: #ccc;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
	font-weight: bold;
}



.block .add_potok select{
	margin: auto;
    width: 250px;
    height: 35px;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}



.block .add_potok   .product_type{
	display: flex;
    width: 900px;
    margin: auto;
	margin-bottom: 25px;
    margin-top: 10px;
}

.block .add_potok   .product_type .product_type_albom{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 15px;
}

.block .add_potok   .product_type .product_type_albom input[type="file"]{
	margin: auto;
    margin-right: 10px;
}

.block .add_potok   .product_type .product_type_albom input[type="text"]{
	margin: auto;
    margin-left: 10px;
}

.block .add_potok   .product_type .product_type_albom textarea{
	margin: auto;
	width: 530px;
	height: 100px;
	margin-top: 15px;
	padding: 15px;
}

.block .add_potok .product_type_bot{
	margin-bottom:0px;
}

.block .add_potok   .product_type .product_type_{
    margin: auto;
    margin-top: 5px;
    width: 28%;
    text-align: center;
}

.block .add_potok  .product_type .product_type_ .result_file{
	    max-height: 120px;
    overflow: auto;
    max-width: 250px;
    font-size: 12px;
}

.block .add_potok  .product_type .product_type_ .result_file p{
	font-size:12px;
}

.block .add_potok   .product_type .product_type_ .product_type_price{
	
}

.block .add_potok   .product_type .product_type_ .product_type_price .product_type_price_{
	display: flex;
	margin-bottom: 5px;
}

.block .add_potok   .product_type .product_type_ .product_type_price .product_type_price_ input[type="number"]{
	width: 70px;
    height: 30px;
    margin: auto;
    margin-right: 10px;
    margin-left: 5px;
    font-weight: 600;
	padding-left:10px;
}

.block .add_potok   .product_type .product_type_ .product_type_price .product_type_price_ span{
	margin: auto;
    margin-left: 0px;
	font-size: 13px;
    display: flex;
    align-items: center;
}
.block .add_potok .product_type .product_type_ .product_type_price .product_type_price_ span input[type="text"]{
    width: 140px;
    height: 30px;
    margin: 0;
    margin-left: 5px;
    font-size: 12px;
    padding: 5px;
    background: #eee;
    border: 1px solid #000;
    font-weight: 600;
    box-sizing: border-box;
}

.block .add_potok .product_type .product_type_ .add-new-obchee{
    font-size: 2em;
    border: 1px solid #000;
    display: flex;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}
.block .add_potok .product_type .product_type_ .add-new-obchee:hover{
    background: #000;
    color: #fff;
}



.block .order_rez{
	width: 100%;
	padding-bottom: 15px;	
}

.block .order_rez .order_rez_title{
	margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
	background: #eee;
}

.block .order_rez .order_rez_list{
	margin-left: 15px;
    margin-right: 15px;
}

.block .order_rez .order_rez_list .order_rez__{
	display:flex;
	    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}

.block .order_rez .order_rez_list .order_rez_list_name{
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.block .order_rez .order_rez_list .order_rez__ .foto_r{
	width:45px;
}
.block .order_rez .order_rez_list .order_rez__ .foto_r img{
	max-width:100%;
}

.block .order_rez .order_rez_list .order_rez__ span{
	margin:auto;
	margin-left:15px;
}

.block .order_rez .order_rez_list .order_rez__ select{
	margin: auto;
    margin-right: 0px;
    width: 45px;
    padding: 5px;
}

.block .order_rez .order_rez_list .order_rez__ p{
    margin: auto;
    margin-right: 0px;
    width: 100px;
    margin-left: 50px;
    font-weight: bold;
    font-size: 18px;
}


.block .order_rez .order_rez__form{
	display: flex;
    width: 500px;
    margin: auto;
    flex-direction: column;
    margin-top: 35px;
    background: #fff;
    padding: 20px;
}

.block .order_rez .order_rez__form input[type="text"]{
	margin: auto;
    height: 35px;
    width: 350px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.block .order_rez .order_rez__form label{
	 width: 350px;
	 margin: auto;
}

.block .order_rez .order_rez__form .itogo{
    margin: auto;
    display: flex;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #ccc;
    padding: 0 25px;
}

.block .order_rez .order_rez__form .itogo .promo-inp{
    margin: auto;
    width: 150px;
    margin-left: 30px;
}

.block .order_rez .order_rez__form .itogo p{
	margin:auto;
	font-weight: bold;
    font-size: 20px;
    margin-left: 0;
}

.block .order_rez .order_rez__form .itogo span{
    margin:auto;
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
}

.block .order_rez .order_rez__form .soglasye{
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block .order_rez .order_rez__form .soglasye input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.block .order_rez .order_rez__form .soglasye a{
    margin-left: 3px;
    margin-right: 3px
}

.zakaz_ecxel{
	display:flex;
}

.zakaz_ecxel p{
	margin:auto;
	margin-left:0px;
}

.zakaz_ecxel a{
	margin: auto;
    margin-right: 0px;
    font-weight: 900;
    font-size: 12px;
}

.foto{
	display:flex;
	flex-wrap:wrap;
}

.no_vibor{
	flex-direction:column;
}

.foto .foto_rez{
	width: 197px;
	min-height: 300px;
	margin: 2px;
	border: 1px solid #ccc;
	display: flex;
    flex-direction: column;
}

.foto .foto_rez p{
    text-align: left;
    background: #fff;
    word-break: break-all;
    padding: 5px;
    font-size: 10px;
}
.foto .foto_rez .link{
    padding: 5px;
    font-size: 10px;
    text-align: right;
}
.foto .foto_rez .link:hover{
    text-decoration: underline;
    cursor: pointer;
}

.foto .foto_rez_100{
	width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    background: #eee;
    padding: 5px;
    display: flex;
    align-items: center;
}

.foto .foto_rez_100 .span{
    margin-left: 15px;
    float: left;
    cursor:pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}

.foto .foto_rez_100 .span:hover{
    background: #000;
    color:#fff;
}

.foto .foto_rez img{
	width:100%;
	cursor:pointer;
}

.foto .foto_rez .foto_rez_act{
    margin: auto;
    margin-bottom: 10px;
    margin-top: auto;
    padding-top: 20px;
    width: 180px;
}

.foto .foto_rez .foto_rez_act .foto_rez_act_{
	width: 100%;
    display: flex;
	margin-bottom:5px;
}

.foto .foto_rez .foto_rez_act .foto_rez_act_ input[type="checkbox"]{
	width:20px;
	height:20px;
	cursor:pointer;
}

.foto .foto_rez .foto_rez_act .foto_rez_act_ label{
	margin: auto;
    margin-left: 10px;
    max-width: 80px;
}

.foto .foto_rez .foto_rez_act .foto_rez_act_ span{
	margin: auto;
    margin-right: 0px;
    font-weight: 600;
}



.foto .foto_rez_action{
	width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
}

.foto .foto_rez_action input[type="submit"]{
	margin: auto;
    width: 180px;
    margin-top: 10px;
    height: 45px;
    background: #ccc;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    font-weight: bold;
}


.foto form{
	background:none;
	border:none;
	height:auto;
}


.manual-title{
    text-align: center;
    width: 800px;
    margin: auto;
}

.manual{
    display: flex;
    margin-bottom: 15px;
    width: 800px;
    border-top: 1px solid #ccc;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 5px;
}


.zakaz{
	    background: #f9f9f9;
}

.zakaz td{
	font-size:10px;
	padding:3px;
}

.zakaz_one{
	width:50px;
}

.zakaz_two{
	
}

.zakaz_three{
	width:50px;
}

.zakaz_four{
	width:90px;
}


.zakaz_all span{
	float:right;
	cursor:pointer;
	font-size:12px;
}


#scroll{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000069;
}

#scroll .scroll_rez{
    max-width: 80%;
    height: 80vh;
    margin: auto;
    overflow: auto;
    background: #fff;
    padding: 20px;
	margin-left:0px;
	margin-right:0px;
}

#scroll .scroll_rez .scroll_rez_close, #manual .scroll_rez .scroll_rez_close{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ccc;
    margin: auto;
    margin-bottom: -25px;
    margin-right: 0px;
    position: relative;
    display: flex;
    cursor: pointer;
}

#scroll .scroll_rez .scroll_rez_close span, #manual .scroll_rez .scroll_rez_close span{
        margin: auto;
    font-weight: 400;
    font-size: 25px;
}

#scroll .scroll_rez .img_scroll{
	width: 100%;
    height: 100%;
	
}


#scroll .scroll_rez .img_scroll p{
	width: 100%;
    text-align: center;
    margin-top: 10px;
}


#scroll .scroll_rez_left{
	margin: auto;
	margin-right: -20px;
	width: 10%;
	display:flex;
	cursor:pointer;
    position: relative;
}

#scroll .scroll_rez_right{
    margin: auto;
    margin-left: -20px;
    width: 10%;
    display: flex;
    cursor: pointer;
    position: relative;
}

#scroll .scroll_rez_right span{
	margin: auto;
    margin-left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scroll .scroll_rez_left span{
	margin: auto;
    margin-right: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}


#scroll .scroll_rez .img_scroll img{
	    max-width: 100%;
    max-height: 96%;
	margin: auto;
}

#manual{
    display:none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000069;
}

#manual .scroll_rez{
    width: 80%;
    max-height: 80vh;
    margin: auto;
    overflow: auto;
    background: #fff;
    padding: 20px;
	max-width: 1200px;
    text-align: center;
}

#manual .scroll_rez .img{
    width: 50%;
}

/*
#manual .scroll_rez .scroll_rez_close{
	width: 50px;
    height: 50px;
	border-radius:50%;
	background:#ccc;
	margin:auto;
	margin-bottom:-50px;
	margin-right:0px;
	position:relative;
	display:flex;
	box-shadow: 0px 0px 20px #ccc;
	cursor:pointer;
}

#manual .scroll_rez .scroll_rez_close span{
        margin: auto;
    font-weight: 400;
    font-size: 25px;
}
*/



.del_elem_{
	cursor:pointer;
}

.del_elem{
	cursor:pointer;
}

.del_elem *{
	margin:auto;
}

footer{
	height:100px;
	background:#eee;
	margin-top: 50px;
}

@media (max-width: 1200px){
	.cols {
		width: 90%;
		margin: auto;
	}
}












