@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext,cyrillic);

HTML {
	background-color: #EFEFE7;
	height: 100%;
}

BODY {
/*
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
*/
    font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
    line-height: 1.5em;
}



A IMG {
  border: none;
  margin-bottom: -3px;
  text-decoration: none;
}



.input {
  vertical-align:  middle;
  background-color: #E7F2D7;
  border: 1px solid #008000;
  margin-bottom: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-right: 3px;


  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -ms-border-radius: .3em;
  -o-border-radius: .3em;
  border-radius: .3em;
}

.input:focus {
  background-color: #c7F2c7;
}


.input.input-digit {
  text-align: right;
}

.input.short
{
 width: 110px;
}

.input.bold {
  font-weight: bolder;
}

.input.dashed {
  border: 1px dashed #008000;
}

.s7 {
  width: 7em;
}

.s14 {
  width: 14em;
}


.s20 {
  width: 20em;
}


.button_green,
.button_green:link,
.button_green:visited,
.button_green:hover,
.button_green:active {
    font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 14px;
    min-width: 7em;
    background: transparent;
    display: inline-block;
    border: 1px solid;
    height: 30px !important;
    cursor: pointer;
    text-align: center;
	outline: none;
    margin: 3px 0px 3px 0px;

    padding: 0em 0.5em 0em 0.5em;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    -ms-border-radius: .4em;
    -o-border-radius: .4em;
    border-radius: .4em;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #FFFFFF;
	border: solid 1px #538312;
	background: #5CA22E;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
    background-image: -o-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.button_green:hover {
	background: #5CA22E;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
    background-image: -o-linear-gradient(top,  #6b9d28,  #436b0c);
/*
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
*/
}

.button_green:active {
	position: relative;
	top: 1px;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
    background-image: -o-linear-gradient(top,  #4e7d0e,  #7db72f);
/*
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
*/
}


A:link, A:visited, A:active {
  text-decoration: none;
  color: #005555;
  font-weight: bolder;
}


A:hover {
  color: #5CA22E;
}


LI {
  text-align: justify;
}


FORM {
 margin: 0px; /* Убираем отступы */
}


.top .features {
    position: relative;
    display: inline-block;
    padding: 0.5em;

	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
	box-shadow: 3px 3px 3px rgba(0,0,0,.4);

	color: #000;
    text-align: left;
	border: solid 1px #538312;
    background: #D2EBC1;
}


.lng {
    position: absolute;
    top: 0.5em;
    right: 2em;
    text-align: right;
    white-space: nowrap;
}

.lng a img {
  margin-bottom: -1px;
}

.login-form {
    position: absolute;
    bottom: 0.5em;
    right: 2em;
    text-align: right;
}

.login-button-tab {
  cursor: pointer;
  display: inline-block;
  margin-top: 0.2em;

  width: 10em;
  text-align: center;

/*
  color: #005555;
  border: 1px solid #008000;
  background-color: #E7F2D7;
*/

  color: #FFFFFF;
  border: solid 1px #538312;
  background: #5CA22E;

  padding-left: 0.5em;
  padding-right: 0.5em;

  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -ms-border-radius: .3em;
  -o-border-radius: .3em;
  border-radius: .3em;

  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/*
.login-form .login-tab:hover {
  color: #5CA22E;
}
*/

.ajax-response {
  text-align: center;
  height: 3.5em;
}

.loading {
  display: inline;
  visibility: hidden;
  text-align: center;
}

.ajax {
  color: #FF0000;
}


.attension {
  border: 1px solid #008000;
/*
  background-color: #E7F2D7;
*/
  background-color: #FFFF99;
  padding-left: 0.5em;
  padding-right: 0.5em;

  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  -ms-border-radius: .5em;
  -o-border-radius: .5em;
  border-radius: .5em;
}




.list {
  text-align: justify;
  list-style-type: disc;
  list-style-position: inside;
}


.C1,
.c1 {
  background-color: #E9E9E9;
}

.C2,
.c2 {
  background-color: #F0F0F0;
}


.textarea {
  border: 1px solid #008000;
  font-size: 13px;
  color: #000000;
  background-color: #E7F2D7;
  line-height: 1.2em;
  overflow: auto;
  padding: 0.3em;
}

.abzac {
  clear: both;
  text-indent: 2em;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: justify;
}

.tip {
   	position: relative;
}

.tip:hover,
.tip-dashed {
    cursor: help;
}

.tip span {
	display: none;
}


.tooltip {
   	position: absolute;
	display: none;
    z-index: 100;
    text-align: left;
    width: 19em;
   	padding: 5px;
    margin: 10px;
   	background: #E7F2D7;
    border: 1px dotted #008000;
    line-height: 1.2em;

    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    -o-border-radius: .5em;
    border-radius: .5em;

   -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
   -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
   box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.tip-dashed {
  border-bottom: 1px dashed #008000;
}



.news {
  border: 1px solid #EBEBEB;
  width: 95%;
  margin-top: 10px;
  padding: 10px;
  text-align: left;
}

/*
Service
*/
/*
.choose-outer {
  border: 1px solid #EBEBEB;
  text-align: center;
  overflow: auto;
}

.choose-inner {
  margin-left: 10em;
}

.choose-inner .choose1,
.choose-inner .choose2,
.choose-inner .choose3,
.choose-inner .choose4,
.choose-inner .choose5,
.choose-inner .choose6,
.choose-inner .selected1,
.choose-inner .selected2,
.choose-inner .selected3,
.choose-inner .selected4,
.choose-inner .selected5,
.choose-inner .selected6 {
  border: 1px solid white;
  #float: left;
  position: relative;
  display: table-cell;
  width: 10em;
  cursor: pointer;
  margin-left: 0em;
  margin-right: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

.choose-inner .selected1,
.choose-inner .selected2,
.choose-inner .selected3,
.choose-inner .selected4,
.choose-inner .selected5,
.choose-inner .selected6 {
  border: 1px solid red;
  background: #F4F4F4;
}
*/


.mediumtext {
	font-size: 12px;
}

.smalltext {
	font-size: 11px;
}

.last-digit {
  color: grey;
  font-size: x-small;
}

H1 {
    clear: both;
	font-family: "Roboto", Verdana, Geneva, sans-serif;
	font-size: 15px;
    padding-left: 20px;
    margin: 10px 0px 5px 0px;
    background: url(../images/h1_left.png) no-repeat center left;
    text-align: left;
    color: #335533;
}

H2 {
    clear: both;
	font-family: "Roboto", Verdana, Geneva, sans-serif;
	font-size: 15px;
    text-align: center;
    color: #335533;
}


.clear,
#clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.wrapper {
	width: 1096px;
	margin:0 auto;
}


.wrapper .top {
	width: 100%;
    height: 200px;
	margin-bottom: 8px;
    position: relative;
    margin-top: 3px;
    background: url(../images/header_back.png) no-repeat;
}


.wrapper .bottom {
	height: 100px;
	width: 100%;
	background: url(../images/footer.png) no-repeat;
    margin-top: 10px;
    text-align: center;
    position: relative;
}


.html_frame {
    background-color: #fff;
}


.text-center {
    text-align: center;
    vertical-align: bottom;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}


.justify {
  text-align: justify;
}



UL,
OL,
LI {
    margin: 0px;
}


HR {
	border: 1px solid #DDFFDD;
}


TABLE {
	border: 1px solid #AAA;
    border-collapse: collapse;
}

TH {
    background-color: #B5DE99;
	border: 1px solid #AAA;
    padding: 3px;
}


TD {
	border: 1px solid #AAA;
    padding: 3px;
}

.table_hidden,
.table_hidden TD,
.table_hidden TH {
	border: 1px none;
}

.table_vhidden,
.table_vhidden TD,
.table_vhidden TH {
	border-left: 1px none;
	border-right: 1px none;
}

.table_hhidden,
.table_hhidden TD,
.table_hhidden TH {
	border-top: 1px none;
	border-bottom: 1px none;
}



.keys {
    font-size: 10px;
	font-weight: lighter;
}

.splitter {
    height: 11px;
}

.float-center {
    position: relative;
    float: left;
    left: 50%;
}

.float-center DIV {
    position: relative;
    right: 50%;
}

.float-right {
    position: relative;
    float: left;
    left: 100%;
}

.float-right DIV {
    position: relative;
    right: 100%;
}


.bottom-link {
    position: absolute;
    bottom: -10px;
    right: 1%;
    text-align: right;
}

.bottom-buttons {
    position: absolute;
    top: 16%;
    left: 1%;
}


.table_trans {
	background-color:#FFF;
}

/*
.indicator,
.indicator-error {
    display: none;
    width: 850px;
    position: absolute;
    left: 0;
    top: 340px;
    z-index: 200;
}


.indicator div,
.indicator-error div {
    width: 160px;
    margin: 0 auto;
    padding: 26px;
    border: solid 1px #C0C0C0;
    background: #FFFFFF;
    text-align: center;
}


.indicator img {
    margin-top: 5px;
}
*/


.notify-window {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    cursor: default;
    z-index: 10;
}


.notify-window DIV {
    display: inline-block;
    left: 50%;
    top: 50%;
    position: fixed;
	width: 300px;
	min-height: 100px;
	margin: -50px 0 0 -150px;
    padding: 15px;
    color: #000;
    text-align: center;
    border: solid 2px #DD7777;
    background: #FFCCCC;
}


.rate-table {
    display: table;
    background: #FFFFFF;
    border-collapse: collapse;
}

.rate-table {
    display: table;
    background: #FFFFFF;
    border-collapse: collapse;
}


.rate-table DIV {
    display: table-row;
}

.rate-table DIV DIV {
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align:  middle;
    border: 1px solid #AAA;
}


.rate-table DIV DIV.TH {
    color: #3A681A;
    line-height: 1.1em;
    background: #FFFFFF;
}


.rate-table DIV DIV A {
    display: block;
    font-weight: normal;
}

.rate-table DIV DIV A:hover {
    background: #EEEEEE;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
}


.div-table {
    display: table;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.div-table .row {
    display: table-row;
}

.div-table .cell {
    display: table-cell;
    vertical-align:  middle;
    position: relative;
}


.table_fee_calc {
    width: 100%;
	border: 1px solid #AAA;
    border-collapse: collapse;
    background: #EEEEEE;
}

.table_fee_calc TR {
/*
	border: 1px solid #AAA;
*/
}

.table_fee_calc TD {
    padding-top: 1px;
    padding-bottom: 1px;
}




.radius-05em {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}

.center {
  text-align: center;
}


.error {
  color: #F00;
}

.info {
  color: #239023;
}

.selection {
   cursor: copy;
}

.muted {
  color: grey;
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}


.pager {
    padding: 0em 0.5em 0em 0.5em;
	border: 1px solid transparent;
}

.pager:hover,
.pager.active {
	border: 1px solid #538312;
}

.pager.active {
    color: #FFF;
	background: #5CA22E;
}

.copyright {
    position: absolute;
    bottom: 0%;
    left: 50%;
}

.copyright DIV {
    position: relative;
    left: -50%;
}

.width100 {
    width: 100%;
}

.season {
    position: relative;
}

.season .season1-1 {
    position: absolute;
    right: 14px;
    bottom: 107px;
}

.season .season1-2 {
    position: absolute;
    right: -10px;
    bottom: -35px;
}

.coupon-code {
  font-weight: bold;
  text-align: center;
  padding: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
