@charset "utf-8";
/* Стандарт */
.zoom {
 -moz-transition: all 0.1s ease-out;
 -o-transition: all 0.1s ease-out;
 -webkit-transition: all 0.1s ease-out;
 transition: all 0.1s ease-out;
 }
.zoom:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 }
 
a:link, a:active, a:visited {color:#333; text-decoration:none;}
a:hover {color:#000000;}

a:link, a:active, a:visited {color:#333; text-decoration:none;}
a:hover {color:#000000;}

h1,h2,h3,h4,h5,h6{ margin:0; padding:0; color:#636363;}


#page_head {
    background-color: #696969;
    border-bottom: 1px solid #656565;
    border-top: 1px solid #656565;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #d6d6d6;
    height: 3px;
    line-height: 3px;
    letter-spacing: 3px;
    box-shadow: 5px 5px 5px -5px rgb(34 60 80 / 60%);
    font-weight: bold;
	text-align:center;
}

#page_info {
    letter-spacing: 1.1px;
    text-align: left;
    background-color: #FFFFFF;
    color: #2f2f2f;
    line-height: 25px;
    padding: 12px;
    margin-bottom: 24px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding-left: 20px;
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 93%);
}

#page_info:hover{}

#page_str {
    color: #666666;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed #DADADA;
    text-shadow: 1px 1px 0px #d8d8d8;
    width: auto;
}

/*Кнопки формы*/
input[type=submit] {
    background-color: #484848;
    padding: 5px 5px;
    height: 46px;
    border: 0px;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
    text-align: center;
    outline: none;
    width: 220px;
    font-weight: bold;
    transition: 0.3s;
    color: #FFFFFF;
}
input:hover[type=submit]:hover{background-color:#00999900; color:#2C343C}


/*Кнопки блочные*/
#knp {
    border: 0px;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
    background-color: #484848;
    text-align: center;
    height: 42px;
    min-width: 200px;
    line-height: 42px;
    transition: 0.3s;
}
#knp:hover{ background-color:#00999900;}
#knp a {display: block; text-decoration: none; font-weight: bold; color:#FFFFFF;}
#knp a:hover{ color:#484848}



/*Окно сообщений*/
#modal{ position:fixed; background-color: rgb(0 0 0 / 16%); top: 0;bottom: 0;left: 0;right: 0; z-index:9999;}

#info .message {
    background-color: #ffffff;
    border-radius: 5px;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: 50%;
    min-width: 600px;
    margin: auto;
    text-align: center;
    color: #464646;
    letter-spacing: 1.1px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(158, 158, 158, 0.17) inset;
    -moz-box-shadow: 0px 0px 20px 3px rgba(158, 158, 158, 0.17) inset;
    box-shadow: 0px 0px 20px 3px rgba(158, 158, 158, 0.17) inset;
}

#info_close {
    background-color: #82e054;
    border: 0px solid #DEF7E0;
    width: 100%;
    line-height: 36px;
    border-radius: 5px 5px 0 0;
    margin: auto;
    text-align: right;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(191, 199, 205, 0.2);
    -moz-box-shadow: 0px 0px 4px 4px rgba(191, 199, 205, 0.2);
    box-shadow: 0px 0px 4px 4px rgba(191, 199, 205, 0.2);
    border-bottom: 1px solid #5fb535;
}
#info_close i{color:#FFFFFF; font-size:32px; margin-right:10px; vertical-align:middle;}
#info_close i:hover{ color:#e7e7e7}

#info .inf_txt{ padding:15px}

/*Постраничная навигация*/
.nav_str{ font-weight:bold;}
.nav_str a {
    background-color: #ffffff;
    color: #38858b;
    padding: 3px 12px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 5px solid #f9f9f9;
    display: inline-table;
}
.nav_str a:hover{ background-color:#F9F9F9}


/*Menu include*/
#_menu{ display:flex; margin-bottom:20px}
#_menu div {width: 100%; background-color: #4DACA5; height: 32px; line-height: 32px; text-align: center; margin-right: 3px;}
#_menu div:hover{ background-color:#61B9B3;}
#_menu a:hover{ color:#FFFFFF}
#_menu a{ display:block; color:#FFFFFF;}

/*TOP статистика*/
.topstata i{ color:#394551}
.topstata b{ color:#85AD4B}


/*------------------------*/
input[type=text], input[type=password] {
    background-color: #FFFFFF;
    color: #1b1b1b;
    padding: 5px 20px 5px 22px;
    height: 34px;
    width: 241px;
    transition: .5s;
    border: 1px solid #dcdcdc;
	border-radius:5px
}

input[type="text"]:disabled{ background-color:#F9F9F9}
input:focus[type=text],input:focus[type=password]{box-shadow:none; border:1px solid #e9e9e9; outline: none;}
input[type=text]:hover, input[type=password]:hover{border: 1px solid #DADADA;}

#input_ico {position:relative;}
#input_ico i {
    position: absolute;
    border-right: 1px solid #e7e7e7;
    height: 44px;
    margin: 1px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    background-color: #F9F9F9;
    border-radius: 5px 0 0 5px;
    color: #7a7a7a;
    box-shadow: 0px 0px 1px 0px rgb(117 117 117 / 64%);
}

@-moz-document url-prefix() { #input_ico i{top:-16px;} }
#input_ico input{padding: 5px 3px 5px 60px;}

#input_ico2 {position:relative;}
#input_ico2 i {
    position: absolute;
	right:-1px;
    border-left: 1px solid #DADADA;
    height: 45px;
    margin: 1px;
    line-height: 46px;
    width: 45px;
    text-align: center;
    background-color: #F9F9F9;
    border-radius: 0px 5px 5px 0px;
    color: #4a4a4a;
    /* box-shadow: 0px 0px 5px 0px rgb(117 117 117 / 64%); */
}
@-moz-document url-prefix() { #input_ico2 i{top:-17px;} }

select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#FFFFFF 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 0.90em auto, 100%;
    outline: none;
    border: 1px solid #C9D1D3;
    border-radius: 3px;
    padding-left: 53px;
    padding-right: 8px;
    height: 47px;
    width: 305px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #394551;
}

textarea{padding: 8px 9px; border:1px solid #CECECE; border-radius:3px; height:70px; min-width:200px;}
input[type=checkbox]{width: 16px; height: 16px; border:1px solid #CECECE; outline:none; background: linear-gradient(#FFF, #E6E6E6); cursor: pointer; border-radius:3px;}

