.modalwin_CP {
	height: 85px;
        width: 220px;
        border: 3px outset gray;
        background: #DCDCDC;
        top: 20%; /* отступ сверху */
        right: 0;
        left: 0;
        font-size: 14px;
        margin: 0 auto;
        z-index:2; /* поверх всех */
        display: none;  /* сначала невидим */
        position: fixed; /* фиксированное позиционирование, окно стабильно при прокрутке */
        padding: 10px;
        border: 1px solid #383838;
}
.modalwin_PA {
        display: none;  /* сначала невидим */
}
.modalwin_UA {
        height: auto;
        min-height: 70px;
        width: 320px;
        border: 3px outset gray;
        background: #DCDCDC;
        top: 20%; /* отступ сверху */
        right: 0;
        left: 0;
        font-size: 14px;
        margin: 0 auto;
        z-index:2; /* поверх всех */
        display: none;  /* сначала невидим */
        position: fixed; /* фиксированное позиционирование, окно стабильно при прокрутке */
        padding: 10px;
        border: 1px solid #383838;
}
#shadow {
	position: fixed;
        width:100%;
        height:100%;
        z-index:1; /* поверх всех  кроме окна*/
        background:#000;
        opacity: 0.5; /*прозрачность*/
        left:0;
        top:0;
}

/* рейтинг */
/* показ мини */
.rating-mini {
        display: inline-block;
        font-size: 0;
}
.rating-mini span {
        display: inline-block;
        padding: 0;
        font-size: 20px;
        line-height: 1;
        color: lightgrey;
}
.rating-mini > span:before {
        display: inline-block;
        content: '★';
}
.rating-mini > span.active {
        display: inline-block;
        color: gold;
}
/* в форме*/
.rating-area {
	overflow: hidden;
	width: 110px;
        margin: 0;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 22px;
	padding: 0;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}
/* end райтинг*/

.td1 {
    padding: 10px 10px;
    height: auto;
    font-weight: 400;
    font-size: 14px;
    width: 1140px;
}

.column__name {
    width: 400px;
}
.column__email {
    width: 400px;
}
.column__links {
    width: 340px;
}
.column__w150 {
    width: 150px;
}
.column__w120 {
    width: 120px;
}
.column__w240 {
    width: 240px;
}
.column__w660 {
    width: 660px;
}
.column__w570 {
    width: 570px;
}
.column__w540 {
    width: 540px;
}
.column__w600 {
    width: 600px;
}
.column__w700 {
    width: 700px;
}
.column__w900 {
    width: 900px;
}
.column__w1140 {
    width: 1140px;
}
#modal-window1 {
        position: static;
        width: 40%;
        height: auto;
        border-radius: 10px;
        background: #fff;
        color: #fff;
        border: 1px solid #aaa;
	align: center;
}

#modal-window1 {
        background: #fff;
}
.product-desc__status {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
    background: #DCDCDC;
    color: #512DA8;
    padding: 10px;
    border-radius: 5px;
}
.product-desc__template {
    display: inline-block;
    margin-top: 5px;
    font-size: 10px;
    background: #DCDCDC;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}
.lk__selectskols select {
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(0, 9, 0, 0.75);
    border: 2px solid #512DA8;
    color: #fff;
    background: #512DA8;
    font-weight: 500;
    cursor: pointer;
}

.lk__selectskols select:not(:last-of-type) {
    margin-right: 10px;
}
.lk__pagination1 {
    margin-top: 5px;
}
.pagination1 {
}
.pagination2 {
    display: flex       ;
    align-items: center;
    justify-content: center;
}
.page-link1 {
    width: 25px;
    height: 25px;
    border: 1px solid #512DA8;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #512DA8;
}
.page-link1.active {
    background: #512DA8;
    color: #fff;
}


.form__input1 {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 10px;
}

.form__input2 {
    padding: 9px 15px 9px 15px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(0, 9, 0, 0.75);
    border: 2px solid #512DA8;
    color: #fff;
    background: #512DA8;
    font-weight: 500;
    cursor: pointer;
}
.form__input3 {
    padding: 9px 15px 9px 15px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(0, 9, 0, 0.75);
    border: 2px solid #512DA8;
    color: #fff;
    background: #512DA8;
    font-weight: 500;
    cursor: pointer;
    margin-right: 20px;
}


.tr2 {
    background: #fff;
    box-shadow: none;
}

.td2 {
	padding: 7px;
	width: 10px;
}
.td3 {
	padding: 7px;
}
.table1{
	border-collapse: collapse;
	border: 3px solid white;
}

#f407020{
	border-top: 155px solid transparent;
	margin-top: -155px;
	padding: 115px; /* паддинги - без проблем */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.alerts{
	padding: 10px;
	width: 100%;
	background-color: #F08080;
	text-align: center;
	border-radius: 10px;
	font-style: italic;
}

#load{
	display: none;
}

#gen{
	display: inline;
}
