@font-face {
    font-family: 'Conv_2121089';
    src: url('BalkaraFreeCondensed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_MyriadPro-Regular';
    src: url('MyriadPro-Regular.eot');
    src: local('?'), url('MyriadPro-Regular.woff') format('woff'), url('MyriadPro-Regular.ttf') format('truetype'), url('MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    background: url(back.jpg?0) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
    background-position: right bottom;
    background-attachment: fixed;
    font-family: Conv_MyriadPro-Regular;
    overflow-y: scroll;
}

a {
    cursor: pointer;
}

a label {
    cursor: pointer;
}

img {
    margin: 0px;
}

.main {
    /*background-color: #706866;*/
    /*width: 1000px;*/
    margin: 0 auto;
    /*margin-top: 20px;*/
    /*border-radius: 5px;*/
    /*overflow: hidden;*/
    /*box-shadow: 0px 0px 20px 10px #f2f3f552;*/
    
    width: 1000px;
    position: relative;
    overflow: hidden;
    /* border: 5px solid rgba(103, 126, 100, 0.80); */
    border-radius: 5px;
    box-shadow: 0px 0px 20px 10px #f2f3f552;
    
}

.header {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
}

.header .logo {
    position: relative;
    float: left;
    width: 500px;
    text-decoration: none;
    cursor: pointer;
}

.header .logo img {
    float: left;
    margin: 7px 10px 0px 9px;
    width: 50px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    transition: 0.8s;
    /*-webkit-transition-property: -webkit-transform;*/
    /*-moz-transition-property: -moz-transform;*/
    /*-o-transition-property: -o-transform;*/
    /*transition-property: transform;*/
    /*overflow: hidden;*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
}

.header .logo:hover > img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
    transition: 0.8s;
}

.header .logo .name {
    font-size: 28px;
     color: white;
    margin: 0px 0px 0px 8px;
    position: relative;
}

.header .logo:hover > .name {
    color: #fb8156;
    transition: 0.8s;
}

.header .logo:hover > .name span {
    color: #fb8156;
    transition: 0.8s;
}

.header .logo .name span {
    font-size: 13pt;
    font-family: Conv_MyriadPro-Regular;
    position: absolute;
    margin: 8px 0px 0px 4px;
    color: #bfbfbf;
    font-weight: bold;
}

.header .logo .slog {
    font-size: 15px;
    color: #c7c0b9;
    margin-left: 10px;
    margin-top: -7px;
}

.header .headmenu {
    overflow: hidden;
    /*margin-right: 10px;*/
    /*float: right;*/
}

.header .headmenu a {
    text-decoration: none;
    color: white;
    font-size: 15pt;
    font-weight: normal;
    display: block;
    float: left;
    margin: 0px 0px;
    padding: 0px 10px;
    transition: 1.0s;
    position: relative;
      text-shadow: 1px 1px 1px black;
}

.header .headmenu a new {
    text-align: center;
    font-size: 10pt;
    position: absolute;
    background: #e86f56;
    color: white;
    padding: 5px 8px 2px 8px;
    border-radius: 15px;
    margin: -20px -3px;
    opacity: 1;
    transition: 1.0s;
  
}

.header .headmenu a:hover {
    color: #f1ac9e;
    transition: 1.0s;
    
}

.header .headmenu a:hover > new {
    opacity: 0;
    transition: 0.5s;
}

.btm-menu {
    padding: 5px!important;
    background: linear-gradient(#65a1d7, #4a8fd0);
    border: 1px solid #297fdd;
    border-radius: 3px;
    margin-right: 5px!important;
    width: 82px;
    height: 22px;
    text-align: center;
    margin-top: 10px!important;
    font-size: 18px!important;
    color: #fff!important; 
}
.btm-menu:hover {
  border: 1px solid #fff; 
  color: #fff!important; 
}
.btm-menu a:hover {
  color: #fff!important;   
}
.userinfo {
    position: relative;
    width: 100%;
    height: 75px;
    overflow: hidden;
    background: #60d8d5;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}

.userinfo .loginmenu {
    text-align: center;
}

.userinfo .loginmenu a {
    display: inline-block;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 26pt;
    color: #706866;
    cursor: pointer;
}

.userinfo .loginmenu a:hover {
    background: #60d8d5;
    color: white;
}

.userinfo .centermodalmenufon {

}

.userinfo .centermodalmenu {

}

.userinfo .userdata {
    overflow: hidden;
    float: left;
    background: url(str.png) no-repeat right 25px;
    padding-right: 25px;
    margin-right: 10px;
}

.userinfo .userdata .data {
    height: 75px;
    float: left;
    margin: 14px 0px;
}

.userinfo .userdata img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 3px solid white;
    margin: 5px 15px;
    float: left;
}

.userinfo .userdata .username {
    color: #3f3f3f;
    font-family: Conv_MyriadPro-Regular;
    display: block;
    margin: 2px 5px;
    font-size: 14pt;
}

.userinfo .userdata .userlogin {
    color: white;
    font-family: Conv_MyriadPro-Regular;
    display: block;
    margin: 2px 5px;
}

.userinfo .userdata .userlogin a {
    text-decoration: none;
    color: white;
    font-size: 13px;
}

.userinfo .item {
    display: inline-block;
    height: 75px;
    box-sizing: border-box;
    font-family: Conv_MyriadPro-Regular;
    padding: 0px 30px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    vertical-align: top;
}

.userinfo .item:hover {
    background: #5cc1bd;
    transition: 0.2s;
}

.userinfo .item:hover > label {
    color: #ffffff;
    transition: 0.2s;
}

.userinfo .item:hover > label new {
    opacity: 0;
    transition: 0.5s;
}

.userinfo .brm {
    display: inline-block;
    width: 1px;
    background: #b7b7b7;
    height: 45px;
    padding: 0px 0px;
    box-sizing: border-box;
    margin: 15px 10px;
}

.userinfo .item label {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14pt;
    position: relative;
    color: #505050;
    font-weight: bold;
}

.userinfo .item text {
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 18pt;
    color: white;
}

.userinfo .item new {
    text-align: center;
    font-size: 10pt;
    position: absolute;
    background: #e86f56;
    color: white;
    padding: 5px 5px 2px 5px;
    border-radius: 15px;
    margin: -7px 1px;
    opacity: 1;
    transition: 1.0s;
}

.site_content {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.site_content .left {
    width: 100px;
    float: left;
    background: #706866;
}

.site_content .left .left_menu {

}

.site_content .left .left_menu .item {
    display: block;
    width: 110px;
    height: 87px;
    overflow: hidden;
    text-align: center;
    padding: 12px 0px;
    box-sizing: border-box;
    font-family: Conv_MyriadPro-Regular;
    position: relative;
    background: url(lm_b1.png) repeat-y;
    padding-right: 10px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
}

.site_content .left .left_menu .item:hover {
    background: url(lm_b3.png) repeat-y;
    transition: 0.2s;
}

.site_content .left .left_menu .item.select {
    background: url(lm_b2.png);
    transition: 0.2s;
}

.site_content .left .left_menu .item.select > new {
    display: none;
    transition: 0.2s;
}

.site_content .left .left_menu .item.select > label {
    color: #3e3e3e;
    transition: 0.2s;
}

.site_content .left .left_menu .item.select > img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    transition: 0.2s;
}

.site_content .left .left_menu .item img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px auto;
    text-align: center;
}

.site_content .left .left_menu .item label {
    color: white;
    font-size: 10pt;
    display: block;
    text-transform: uppercase;
}

.site_content .left .left_menu .item new {
    text-align: center;
    font-size: 10pt;
    position: absolute;
    background: #8fd7d4;
    color: white;
    padding: 5px 10px 3px 8px;
    border-radius: 15px;
    top: 5px;
    left: 5px;
}

.site_content .right .submenu {

}

.site_content .right .submenu a {
    text-decoration: none;
    color: #706866;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    background: #e4f5f6;
    border-radius: 5px 5px 0px 0px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.site_content .right .submenu a:hover {

}

.site_content .right .submenu a.select {
    border-bottom: 1px solid #e4f5f6;
    color: #e86f56;
}

.site_content .right {
    float: left;
    width: 900px;
    background: #c5f3f6;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0px 0px;
    padding: 8px 10px;
}

.site_content .right .content {
    background: #e4f5f6;
    width: 100%;
    min-height: 700px;
    box-sizing: border-box;
    padding: 10px 10px;
    color: #252424;
    border: 1px solid #d2d2d2;
}

.site_content .right .content h2 {
    margin: 0px 0px;
    text-align: center;
    font-size: 22pt;
    color: #e86f56;
    font-weight: normal;
}

.site_content .right .content h3 {
    margin: 0px 0px;
    text-align: center;
    font-size: 18pt;
    color: #e86f56;
    font-weight: normal;
}

.site_content .right .content p {

}

.site_content .right .content a {
    color: #706866;
    cursor: pointer;
}

.site_content .right .content a:hover {
    text-decoration: none;
}

.footer {
    margin: 10px 10px;
}

.footer .text {
    text-align: center;
    color: white;
}

.s-bk-lf {
    display: block;
    margin-bottom: 15px;
}

.s-bk-lf .acc-title {
    margin: 0px 0px;
    text-align: center;
    font-size: 22pt;
    color: #e86f56;
    font-weight: normal;
}

.loginform {
    width: 200px;
    margin: 0 auto;
    padding: 10px 10px;
    margin-top: 20px;
    box-sizing: border-box;
}

.loginform h5 {
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 13pt;
    color: #706866;
}

input {
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 8px;
    outline: 0 !important;
    margin: 5px 2px;
}
select {
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 8px;
    outline: 0 !important;
    margin: 5px 2px;
}

input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=submit] {
    cursor: pointer;
    color: #706866;
    font-weight: bold;
    transition: 0.5s;
}

input[name=buy] {
    background: #15b052;
    transition: 0.5s;
    color: white;
}

input[name=sale] {
    background: #ff9696;
    transition: 0.5s;
}

input[name=delete] {
    background: #ff9696;
    transition: 0.5s;
}

input[name=ok] {
    background: #0ee478;
    transition: 0.5s;
    color: white;
}

input[name=no] {
    background: #ff9696;
    transition: 0.5s;
}

input[name=clear] {
    background: #f6f4a0;
    transition: 0.5s;
}

input[type=button] {
    cursor: pointer;
    color: #706866;
    font-weight: bold;
    transition: 0.5s;
}

input[type=submit]:hover {
    background: #60d8d5;
    color: white;
    transition: 0.5s;
}

input[type=button]:hover {
    background: #60d8d5;
    color: white;
    transition: 0.5s;
}

.loginform input {
    margin: 5px auto;
    width: 100%;
}

.loginform input[type=text] {

}

.loginform input[type=pass] {

}

.field-gr a {
    color: #353535;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    display: block;
}

.field-gr1 a {
    color: #353535;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    display: block;
}

.field-rd a {
    color: #f8e485;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 17px;
}

.field-ars a, .field-ar a {
    color: #346331;
    text-decoration: none;
    font-size: 14px;
    font-family: Segoe UI;
}

.red a {
    color: #ff0000;
}

.red a span {
    position: absolute;
    top: 2;
    right: 8px;
    font-size: 11px;
    line-height: 11px;
}

.kupit a {
    padding: 5px 0px 5px 35px;
    background: url(cart.png) left 0px no-repeat;
    text-align: left;
    margin-left: 20px;
    color: #353535;
}

.sklad a {
    padding: 5px 0px 5px 35px;
    background: url(box-1.png) left 0px no-repeat;
    text-align: left;
    margin-left: 20px;
    color: #353535;
}

.prod a {
    padding: 5px 0px 5px 35px;
    background: url(money.png) left 0px no-repeat;
    text-align: left;
    color: #353535;
    margin-left: 20px;
}

.fr-block {
    background: url(fr-block.jpg) no-repeat;
    width: 450px;
    height: 150px;
    margin: 0px auto 20px;
}

.fr-block img {
    margin: 10px 0px 0px 15px;
    border-radius: 10px;
    border: 3px solid #cdcdcd;
}

.fr-title {
    color: #7ea57b;
    font-size: 18px;
}

.cl-fr-lf {
    float: left;
    text-align: center;
}

.cl-fr-rg {
    float: left;
    margin: 10px 0px 0px 5px;
}

.fr-te-gr {
    color: #7ea57b;
}

.fr-te-gr-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

a.sm-btn {
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700 !important;
    margin: 0px 5px 8px 0px;
    padding: 0px 14px;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
    display: inline-block;
    line-height: 26px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
    background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
    border: 1px solid #3E8FF4;
    color: #2B63A8 !important;
    text-decoration: none;
}

a.sm-btn:hover {
    opacity: 0.8;
}

input.sm-btn {
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700 !important;
    margin: 0px 5px 8px 0px;
    padding: 0px 14px;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
    display: inline-block;
    line-height: 30px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
    background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
    border: 1px solid #3E8FF4;
    color: #2B63A8 !important;
    text-decoration: none;
}

input.sm-btn:hover {
    opacity: 0.8;
}

.support_form {

}

.support_form .support_menu {
    text-align: center;
    margin: 10px 0px;
}

.support_form .support_menu a {

}

.support_form .support_menu a:hover {

}

.support_form .support_content {
    position: relative;
    overflow: hidden;
    font-size: 10pt;
}

.support_form .support_content .ticket_data {
    position: relative;
    width: 100%;
    background: #60d8d5;
    text-align: center;
    padding: 5px 0px;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}

.support_form .support_content h5 {
    color: #8d4046;
    font-size: 10pt;
    background: #60d8d5;
    position: relative;
    margin: -5px -10px 10px -10px;
    padding: 5px 5px;
}

.support_form .support_content .left {
    position: relative;
    float: left;
    width: 629px;
    margin-right: 5px;
    box-sizing: border-box;
}

.support_form .support_content .right {
    position: relative;
    float: left;
    width: 220px;
    background: #ffffff;
    padding: 5px 0px 0px 0px;
    text-align: center;
    border: 2px solid #60d8d5;
    border-radius: 3px;
    box-sizing: border-box;
}

.support_form .support_content .user_info {
    position: relative;
    float: left;
    width: 220px;
    background: #ffffff;
    padding: 5px 10px 15px 10px;
    text-align: center;
    border: 2px solid #60d8d5;
    border-radius: 3px;
}

.support_form .support_content .user_info span {
    display: block;
    text-align: left;
    border-bottom: 1px dotted #60d8d5;
    border-top: 1px dotted #60d8d5;
    margin: 2px 0px;
    padding: 1px 0px;
    position: relative;
}

.support_form .support_content .user_info span label {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #e86f56;
}

.support_form .support_content .user_info span text {
    float: right;
    position: absolute;
    width: 100%;
    right: 0px;
    text-align: right;
}

.support_form .support_content .messanger {
    position: relative;
    float: left;
    width: 375px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-radius: 3px;
    margin: 0px 0px 0px 5px;
}

.support_form .support_content .messanger .item {
    border: 1px solid #60d8d5;
    margin: 0px 0px 5px 0px;
}

.support_form .support_content .messanger .item header {
    background: #60d8d5;
}

.support_form .support_content .messanger .usermess {
    border: 1px solid #ff7000;
}

.support_form .support_content .messanger .usermess header {
    background: #ff7000;
}

.support_form .support_content .messanger text {
    background: #e4e4e4;
}

.support_form .support_content .messanger .usermess text {
    background: #ffdabc;
}

.support_form .support_content .messanger .item header {
    position: relative;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 2px 5px;
    text-align: left;
    box-sizing: border-box;
    font-size: 9pt;
}

.support_form .support_content .messanger .item header username {

}

.support_form .support_content .messanger .item header time {
    float: right;
}

.support_form .support_content .messanger .item header delete {
    position: relative;
    color: #7f716e;
    cursor: pointer;
    left: 5px;
}

.support_form .support_content .messanger .item text {
    padding: 4px 2px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.support_form .support_content .messanger .sender_form {

}

.support_form .support_content .messanger .sender_form #send_text {

}

.support_form .support_content .messanger .sender_form #send_text textarea {
    width: 100%;
    padding: 5px 5px;
    height: 80px;
}

.support_form .support_content .messanger .sender_form .keys {
    text-align: right;
}

.support_form .support_content .messanger .sender_form .template {

}

.support_form .support_content .ticket_list {
    height: 575px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 1px;
    box-sizing: border-box;
}

.support_form .support_content .ticket_list .ticket_table {

}

.support_form .support_content .ticket_list .ticket_table tr {

}

.support_form .support_content .ticket_list .ticket_table td {

}

.support_form .support_content .ticket_list span {
    display: block;
    text-align: left;
    padding: 5px 5px;
    cursor: pointer;
    margin: 1px 0px;
    background: #e4e4e4;
    position: relative;
}

.support_form .support_content .ticket_list span#select {
    background: #ffdabc;
}

.support_form .support_content .ticket_list span.open theme {
    color: #339003;
    font-weight: bold;
}

.support_form .support_content .ticket_list span.close theme {
    color: #9e9e9e;
    font-weight: bold;
}

.support_form .support_content .ticket_list span.white theme {
    color: #339003;
    font-weight: bold;
}

.support_form .support_content .ticket_list span.white {
    background: #c9f1b6;
}

.support_form .support_content .ticket_list span:hover {
    background: #ffdabc;
    color: white;
}

.support_form .support_content .ticket_list span id {

}

.support_form .support_content .ticket_list span mess {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #c36457;
    font-size: 10pt;
}

.support_form .support_content .ticket_list span data {
    position: absolute;
    right: 5px;
    top: 21px;
    color: #585858;
    font-size: 8pt;
}

.support_form .support_content .ticket_list span user {
    display: block;
    color: #c16417;
}

.support_form .support_content .ticket_list span theme {
    position: relative;
    display: block;
    width: 175px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #636161;

}

.m-tb {
    background: #ff5a20;
    color: white;
    font-weight: bold;
}

table {
    border: none;
    font-size: 10pt;
}

td.style {
    margin-right: 5px;
    border: 1px dotted #dcdcdb;
}

tr {

}

.account_warning {
    display: block;
    width: 300px;
    border: 1px solid #9b6840;
    padding: 10px 10px;
    box-sizing: border-box;
    background: #60d8d5;
    border-radius: 2px;
    color: #ffffff;
    margin: 0 auto;
}

.account_warning h3 {
    margin: 0px 0px;
    text-align: center;
    font-size: 18pt;
    color: #706866;
    font-weight: normal;
}

.account_warning h4 {
    margin: 5px 0px;
    font-size: 11pt;
    text-align: center;
    font-weight: bold;
}

.account_warning text {

}

.account_warning text p {
    margin: 0px 0px;
}

.acc-title2 {
    width: 325px;
    height: 37px;
    text-align: center;
    font-family: Arial;
    font-style: oblique;
    font-weight: normal;
    font-size: 26px;
    color: #6D6D6D;
    margin-left: 45px;
    line-height: 1.2;
    border: 1px solid;
    border-color: rgb(201, 169, 169);
    background: #fefaeb;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mainpage {
    background: url(ob.png) no-repeat top;
    width: 850px;
    margin: 0 auto;
}

.mainpage h1 {
    font-size: 45px;
    color: #e86f56;
    margin: 5px 0px 5px 8px;
    text-align: center;
    position: relative;
}

.mainpage h5 {
    font-size: 30px;
    color: #e86f56;
    margin: 0px 0px 20px 8px;
    text-align: center;
    position: relative;
}

.mainpage .money_stats {
    width: 100%;
    height: 59px;
    position: relative;
}

.mainpage .money_stats .lst {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    background: #8fd7d4;
    height: 59px;
}

.mainpage .money_stats .cst {
    background: url(pr.jpg) no-repeat center;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 59px;
}

.mainpage .money_stats .rst {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    background: #f66867;
    height: 59px;
}

.mainpage .money_stats label {
    display: block;
    font-size: 14pt;
    color: #706866;
    margin-top: 5px;
}

.mainpage .money_stats span {
    display: block;
    font-size: 22pt;
    color: #ffffff;
    margin-top: -3px;
}

.mainpage .gamesteps {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 35px 0px 0px 0px;
    overflow: hidden;
    height: 280px;
    text-align: center;
}

.mainpage .gamesteps .block_tm {
    display: inline-block;
    vertical-align: top;
}

.mainpage .gamesteps .block_tm .step {
    height: 130px;
    margin-bottom: 10px;
}

.mainpage .gamesteps .block_tm .step h2 {
    margin: 2px 0px;
    font-size: 19pt;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    background: #e86f56;
    display: inline-block;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.mainpage .gamesteps .block_tm .step img {

}

.mainpage .gamesteps .block_tm .step label {
    font-size: 12pt;
    color: #706866;
}

.mainpage .gamesteps .bbleft {
    width: 300px;
}

@keyframes fdsseq {
    100% {
        opacity: 1;
    }
}

.mainpage .gamesteps .step {
    opacity: 0;
}

.mainpage .gamesteps .step {
    animation: fdsseq .5s forwards;
}

.mainpage .gamesteps .step.a1 {
    animation-delay: 1s;
}

.mainpage .gamesteps .step.a2 {
    animation-delay: 1.5s;
}

.mainpage .gamesteps .step.a3 {
    animation-delay: 2.0s;
}

.mainpage .gamesteps .step.a4 {
    animation-delay: 2.5s;
}

.mainpage .gamesteps .lleft label {
    text-align: left;
    display: block;
}

.mainpage .gamesteps .lright label {
    text-align: right;
    display: block;
}

.mainpage .gamesteps .bbcenter {
    width: 215px;
    background: url(farmmen.png);
    height: 285px;
    position: relative;
    top: -5px;
}

.mainpage .gamesteps .bbright {
    width: 300px;
}

.mainpage .gamesteps .bbright img {

}

.mainpage .users_stats {
    display: block;
    width: 100%;
    height: 59px;
    background: #8fd7d4;
    box-sizing: border-box;
    margin-top: 25px;
}

.mainpage .users_stats .lst {
    display: block;
    float: left;
    width: 40%;
    box-sizing: border-box;
    text-align: right;
}

.mainpage .users_stats .rst {
    display: block;
    float: right;
    width: 40%;
    box-sizing: border-box;
    text-align: left;
}

.mainpage .users_stats img {
    margin: -12px 0px 0px 0px;
}

.mainpage .users_stats span {
    display: block;
    font-size: 22pt;
    color: #ffffff;
    margin-top: -3px;
}

.mainpage .users_stats label {
    display: block;
    font-size: 14pt;
    color: #706866;
    margin-top: 5px;
}

.mainpage .farmland {
    display: block;
    margin: 35px auto 0px auto;
}

.fr-block {
    background: url(fr-block.jpg) no-repeat;
    width: 450px;
    height: 150px;
    margin: 0px auto 20px;
}

.fr-block img {
    margin: 10px 0px 0px 15px;
    border-radius: 10px;
    border: 3px solid #cdcdcd;
}

.fr-title {
    color: #7ea57b;
    font-size: 18px;
}

.cl-fr-lf {
    float: left;
    text-align: center;
}

.cl-fr-rg {
    float: left;
    margin: 10px 0px 0px 5px;
}

.fr-te-gr {
    color: #7ea57b;
}

.fr-te-gr-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

a.sm-btn {
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700 !important;
    margin: 0px 5px 8px 0px;
    padding: 0px 14px;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
    display: inline-block;
    line-height: 26px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
    background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
    border: 1px solid #3E8FF4;
    color: #2B63A8 !important;
    text-decoration: none;
}

a.sm-btn:hover {
    opacity: 0.8;
}

input.sm-btn {
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700 !important;
    margin: 0px 5px 8px 0px;
    padding: 0px 14px;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
    display: inline-block;
    line-height: 30px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
    background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
    border: 1px solid #3E8FF4;
    color: #2B63A8 !important;
    text-decoration: none;
}

input.sm-btn:hover {
    opacity: 0.8;
}
.data_table {

    background: #e4f5f6;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #706866;
}
.silver-bk2 {
    background: #fefaeb;
    border: 1px solid #848484;
    width: 700px;
    border-radius: 5px;
    margin: 0px 0px 0px 10px;
    padding: 10px 30px 10px 30px;
    color: #292929;
}

.s-bk-lf2 {
    margin-left: 185px;
}

.sm-line {
    width: 449px;
    float: left;
    margin: 5px 0px 20px 180px;
    font-size: 14px;

}

.sm-line-nt {

    margin: 5px 0px 5px 0px;
    font-size: 14px;

}

.sm-line-nt img {
    border: 3px solid #cdcdcd;
    border-radius: 10px;
    padding: 2px 8px;
    background: #fff;
    vertical-align: -13px;
    width: 30;
    height: 39px;
}

.sm-line img {
    border: 3px solid #cdcdcd;
    border-radius: 10px;
    padding: 2px 8px;
    background: #fff;
    vertical-align: -13px;
    margin-right: 15px;
}

.psimg {
    width: 15px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    margin-right: 5px;
}

.bs-py {
    border: 1px solid #8d8d8d;
    border-radius: 10px;
    background: url(inpt-hov.png) repeat-x;
    width: 115px;
    height: 24px;
    color: #f77827;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
}

.out-my {
    background: none;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
    background: url(inpt.png) repeat-x;
    width: 187px;
    height: 24px;
    padding: 0px 0px 0px 10px;
    margin: 1px 0px 0px 0px;
}

.out-my:hover {
    background: url(inpt-hov.png) repeat-x;
    width: 187px;
    height: 24px;
}
.selectPS{
    display: inline-block;
    width: 100px;
    vertical-align: top;
    text-align: center;
    padding: 5px 5px 10px 5px;
    margin: 5px 2px;
    cursor: pointer;
}
.selectPS:hover{
    background: #60d8d5;
}
.selectPS:hover>a label{
    color: white;
}
.selectPS .imagesps{
    width: 55px;
    box-sizing: border-box;
    height: 55px;
    display: inline-block;
}
.selectPS label{
    font-size: 8pt;
    display: block;
    margin-top: 10px;
}

.storenew{

}
.storenew table{
    width: 600px;
    height: 210px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.storenew table tr{

}
.storenew table td{
    width: 20%;
	    border-radius: 10px;
}
.storenew table td img{
    width: 100px;
    display: block;
    margin: 0 auto;
}

#hvr-bounce-out {
     background: #ff5a20;
    margin: 10px 0px;
    height: 22px;
    padding: 11px 28px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px #5e5e5e;
}
#hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    color: #ffffff;
}
.mbstyle tr td {
    border: 1px dashed #db8;
}



.errmsg {
    box-shadow: 0 6px 9px -7px rgb(0 0 0 / 10%);
    padding: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    margin-top: 18px;
    text-align: center;
    font-weight: 600;
    -webkit-animation: fadein .4s;
    -moz-animation: fadein .4s;
    -ms-animation: fadein .4s;
    -o-animation: fadein .4s;
    animation: fadein .4s;
    color: #d05654;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.okmsg{
    box-shadow: 0 6px 9px -7px rgb(0 0 0 / 10%);
    padding: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    margin-top: 18px;
    text-align: center;
    font-weight: 600;
    -webkit-animation: fadein .4s;
    -moz-animation: fadein .4s;
    -ms-animation: fadein .4s;
    -o-animation: fadein .4s;
    animation: fadein .4s;
color: #0c8a0e;
    background-color: #dff0d8;
    border-color: #d6e9c6;
   
}



.messrow td {
    border: 1px dashed #db8;
}


 

    content {
    position: relative;
    width: 100%;
    display: block;
    min-height: 300px;
    overflow: hidden;
}
content .mainbody {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(103, 126, 100, 0.80);
}

content .mainbody .leftmenu {
    position: relative;
    float: left;
    width: 170px;
    padding-left: 10px;
    height: 100%;
}
content .mainbody .leftmenu .onemenu.selected {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.8);
    color: #ff5a20;
}
content .mainbody .leftmenu .onemenu {
    display: block;
    font-weight: bold;
    color: white;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 12px 10px 8px 10px;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    text-decoration: none;
}
content .mainbody .leftmenu .onemenu:hover{
    color: #ffffff;
    background: rgb(255, 90, 32);
}
content .mainbody .leftmenu .onemenu.selected{
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.8);
    color: #ff5a20;
}
content .thecontent {
    position: relative;
    float: right;
    width: 810px;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 25px;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 0px 5px 5px 0px;
    min-height: 450px;
}
footer {
    background: rgba(103, 126, 100, 0.80);
    padding: 20px 5px 15px 5px;
    text-align: center;
    color: white;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 60px;
    vertical-align: top;
    margin: 0px;
}
content .leftbbmenu {
    width: 250px;
    margin: 10px auto;
}
.user_money{
    margin: 15px 15px 0px 0px;
    display: block;
    position: relative;
    border-left: 1px solid white;
    border-top: 1px solid white;
    background: #fffdfd;
    padding-bottom: 5px;
}
.user_money h5{
    margin: 0px 0px;
    text-align: center;
    color: #fdfdfd;
    background: #ff5a1f;
    padding: 6px 0px;
    font-size: 12pt;
}
.user_money div{
    margin: 10px 10px;
    overflow: hidden;
}
.user_money div label{
    display: block;
    color: #a2a2a2;
    font-size: 12pt;
    font-weight: bold;
}
.user_money div text{
    display: block;
    font-size: 10pt;
    padding: 2px 0px;
}
.user_money div text a{
    text-decoration: none;
    color: #11b0ab;
}
.user_money div img{
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.ogorod_farm{

}
.ogorod_farm .item{
    display: block;
    position: relative;
    width: 600px;
height: 125px;
margin: 50px auto 0 auto;
    padding: 10px 20px;
    background: rgba(226, 192, 33, 0.22);
    border-radius: 5px;
    border: 2px solid #ff5a20;
}
.ogorod_farm .item .image{
    border: 2px solid #ff5a20;
    float: left;
    border-radius: 5px;
    width: 115px;
    position: absolute;
    top: -25px;
    background: #e2c021;
    left: 20px;
	box-shadow: 0px 0px 10px #845905;
	padding-bottom: 5px;
}
.ogorod_farm .item .image img{
    display: block;
    margin: 0 auto;
}
.ogorod_farm .item .image .name{
    color: #353535;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 4px 0px;
}
.ogorod_farm .item .itemdata{
    float: left;
    margin-left: 140px;
}
.ogorod_farm .item .itemdata .basic{

}
.ogorod_farm .item .itemdata .user{
    margin-top: 10px;
}
.ogorod_farm .item .itemdata .param{
    margin: 3px 0px;
}
.ogorod_farm .item .itemdata .param label{
    width: 160px;
    display: block;
    float: left;
}
.ogorod_farm .item .itemdata .param text{
    font-weight: bold;
    color: #ff5a20;
}
.ogorod_farm .item .buy{
    float: right;
    width: 130px;
    background: #ff5a20;
    position: relative;
    margin: -11px -20px 0px 0px;
    height: 117px;
    padding: 15px 15px;
}
.ogorod_farm .item .buy label{
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
}
.ogorod_farm .item .buy .keys{

}
.ogorod_farm .item .buy .keys .count{
    text-align: center;
}
.ogorod_farm .item .buy .keys .keybox{
    text-align: center;
    margin-top: 10px;
}
.ogorod_farm .item .buy .keys .box{

}
.ogorod_farm .item .buy .keys input[type=button]{
    width: 32px;
    font-weight: bold;
    font-size: 11pt;
    height: 35px;
}
.ogorod_farm .item .buy .keys input[type=submit]{

}
.ogorod_farm .item .buy .keys input[name=buy]{
    background: #25ca25;
}
.ogorod_farm .item .buy .keys input[name=sale]{
    background: #fd7a7a;
}
.ogorod_farm .item .buy .keys input[type=number]{
    width: 45px;
    text-align: center;
    height: 35px;
}
.this_store{
    padding: 5px 10px;
    margin: 10px 10px;
}
.this_store .useritems{

}
.this_store .useritems h2{
    margin: 0px 0px;
    padding: 10px 0px;
    font-size: 14pt;
    color: #ff5a20;
    background: white;
    text-align: center;
}
.this_store .useritems .list{
    overflow: hidden;
    display: block;
    text-align: center;
    background: white;
}
.this_store .useritems .list .item{
    width: 165px;
    display: inline-block;
    border: 2px solid gray;
    padding: 5px 5px;
    margin: 10px 10px;
}
.this_store .useritems .list .item .bl1{
    background: white;
    overflow: hidden;
}
.this_store .useritems .list .item .bl1 img{
    display: block;
    margin: 0 auto;
}
.this_store .useritems .list .item .bl1 .title{
    color: gray;
    margin: 5px 0px;
}
.this_store .useritems .list .item .bl1 .count{
    font-weight: bold;
    color: #11b0ab;
    display: block;
    text-align: center;
    margin: 5px 0px 5px 0px;
}
.this_store .useritems .list .item .bl2{
    background: white;
    border-top: 2px solid #e2c021;
    overflow: hidden;
}
.this_store .useritems .list .item .bl2 img{
    display: block;
    float: left;
    width: 35px;
    margin: 5px 0px 0px 5px;
}
.this_store .useritems .list .item .bl2 .crop{
    font-weight: bold;
    color: #11b0ab;
    display: block;
    text-align: left;
    margin: 11px 0px 5px 10px;
    font-size: 10pt;
    float: left;
}
.this_store .keys{
    display: block;
    margin: 5px 0px;
    text-align: center;
    padding: 5px 0px;
}
.this_store .keys input[type=submit]{

}
.this_store .storage{
    overflow: hidden;
    text-align: center;
    background: #ff5a1f;
    margin: 10px 0px;
    display: block;
    padding-bottom: 10px;
}
.this_store .storage h2{
    margin: 0px 0px;
    padding: 10px 0px;
    font-size: 14pt;
    color: #ffffff;
    background: #ff5a1f;
    text-align: center;
}
.this_store .storage .item{
    display: inline-block;
    width: 145px;
    background: white;
    border: 2px solid #748a70;
    margin: 5px 4px;
}
.this_store .storage .item .bl{

}
.this_store .storage .item .bl img{
    display: block;
    margin: 0 auto;
    width: 50px;
}
.this_store .storage .item .bl .title{
    text-align: center;
    color: gray;
    margin: 5px 0px;
}
.this_store .storage .item .data{
    font-weight: bold;
    color: #11b0ab;
    display: block;
    text-align: center;
    margin: 5px 5px;
    font-size: 10pt;
}
.market{
    display: block;
    position: relative;
    overflow: hidden;
    background: white;
    margin: 0px 20px;
}
.market h2{
    margin: 0px 0px;
    padding: 10px 0px;
    font-size: 14pt;
    color: #ff5a20;
    background: white;
    text-align: center;
}
.market .list{
    text-align: center;
}
.market .list .sale{
    text-align: center;
    margin: 10px;
}
.market .list .item{
    display: block;
    width: 650px;
    padding: 5px 5px;
    margin: 10px auto;
    overflow: hidden;
}
.market .list .item .corp_data{
    float: left;
    background: #ffffff;
    width: 125px;
    border-radius: 5px;
    border: 2px solid #ff5a20;
}
.market .list .item .corp_data .title{
    color: gray;
    margin: 5px 0px;
}
.market .list .item .corp_data img{

}
.market .list .item .user_stor{
    float: left;
    margin: 50px 20px;
    width: 200px;
}
.market .list .item .user_stor img{
    float: left;
    width: 25px;
}
.market .list .item .user_stor .count{
    float: left;
    position: relative;
    top: 5px;
    margin-left: 10px;
    color: #00b8af;
    font-weight: bold;
}
.market .list .item .money{
    float: left;
    margin: 50px 20px;
    width: 200px;
}
.market .list .item .money img{
    float: left;
    width: 18px;
    position: relative;
    top: 3px;
}
.market .list .item .money .price{
    float: left;
    position: relative;
    top: 5px;
    margin-left: 10px;
    color: #ff5a1f;
    font-weight: bold;
}
input[type=submit]:hover {
    opacity:0.8;
    cursor:pointer;
}
input[type=submit]{
    display: block;
    background: #ff5a1f none repeat scroll 0 0;
    border: medium none;
    text-align: center;
    border-radius: 5px;
    color: #f5f5f5;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    position: relative;
    padding: 2px 10px 3px 10px;
    text-decoration: none !important;
    font-weight: 400;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    height:60px;
    vertical-align: top;
}
.input input {
    position: relative;
    display: block;
    float: left;
    height:30px;
    line-height:28px;
    margin-top:30px;
    padding: 0 2%;
    border: none;
    color: #737373;
    font-weight: 300;
    font-size:14px;
    -webkit-appearance: none;
    background:none;
    z-index: 10;
}
.input label {
    position: absolute;
    top:30px;
    left:0;
    height:30px;
    line-height:28px;
    text-align: left;
    display: inline-block;
    float: left;
    padding: 0;
    width: 100%;
    color: #ff5a1f;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input label span {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s,
    color 0.3s;
    transition: transform 0.3s,
    color 0.3s;
}
.input label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ff5a1f;
    left: 0;
    top: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s,
    background-color 0.3s;
    transition: transform 0.3s,
    background-color 0.3s;
}
.input.error label::after {
    background: #ff3333;
}
.input input:focus + label span, .input.active label span {
    -webkit-transform: translate3d(0, -20px, 0) scale3d(0.9, 0.9, 1);
    transform: translate3d(0, -20px, 0) scale3d(0.9, 0.9, 1);
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none;
    background-image: none;
}
input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #e7e2de !important; /* Öâåò ôîíà */
    -webkit-text-fill-color: #302707 !important; /* öâåò òåêñòà */
    color: #302707 !important; /* öâåò òåêñòà */
}
input[type=number]{
    display: block;
    border: 1px solid red;
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
    border-radius: 5px;
    color: #ff5a1f;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    position: relative;
    padding: 2px 10px 2px 10px;
    text-decoration: none !important;
    font-weight: 400;
}
input[type=button]{
    display: block;
    background: #ff5a1f none repeat scroll 0 0;
    border: medium none;
    text-align: center;
    border-radius: 5px;
    color: #f5f5f5;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    position: relative;
    padding: 2px 10px 3px 10px;
    text-decoration: none !important;
    font-weight: 400;
}
input[type=button]:hover{
    opacity:0.8;
    cursor:pointer;
}


a:hover {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
 
a {
    color: rgb(28, 169, 160);
    text-decoration: underline;
    transition: all 0.5s ease 0s;
}