*{
  box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-appearance: none;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;

}
html{height:100%;}
body{
  height:inherit;
  background-color:#fff;
  background-position:top;
  background-repeat:repeat-x;
  margin:0;
  font-family: "regular", Arial;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  color: #263238;
  font-size:14px;
  overflow-y:scroll;
}
table,input,textarea{font-size:14px;}
input:focus {
  outline-offset: 0;
}

.br1,.br3,.br5,.br10,.br15,.br20,.br25,.br30,.br40,.br50,.br80{height:5px;overflow:hidden;display:block;clear:both;}
.br80{height:80px;}
.br50{height:50px;}
.br40{height:40px;}
.br30{height:30px;}
.br25{height:25px;}
.br20{height:0px;}
.br15{height:5px;}
.br10{height:10px;}
.br5{height:5px;}
.br3{height:3px;}
.br1{height:1px;}
.fs_10,.fsa_10,.fsa_10 *{font-size:10px;}
.fs_13,.fsa_13,.fsa_13 *{font-size:13px;}
.fs_14,.fsa_14,.fsa_14 *{font-size:14px;}
.fs_15,.fsa_15,.fsa_15 *{font-size:15px;}
.fs_16,.fsa_16,.fsa_16 *{font-size:16px;}
.fs_18,.fsa_18,.fsa_18 *{font-size:18px;}
.fs_20,.fsa_20,.fsa_20 *{font-size:20px;}
.fs_22,.fsa_22,.fsa_22 *{font-size:22px;}
.fs_24,.fsa_24,.fsa_24 *{font-size:24px;}
.fs_25,.fsa_25,.fsa_25 *{font-size:25px;}
.fs_26,.fsa_26,.fsa_26 *{font-size:26px;}

.lh_13 {line-height: 13px;}

i{font-family: "italic";font-style: normal;}
b,strong{font-family: "bold";font-weight: normal;}
img{vertical-align:middle !important;border:none !important;}
.anb{border:none !important;}
.tnb, .tnb>tbody>tr>td{border: none !important;}
a,.pseudo {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
a:hover,.a_hover{opacity: 0.85;}
a.red_link{color: #CE5558;border-bottom-color: rgba(206,85,88,0.3);}
input[type="text"],input[type="date"],input[type="email"],input[type="password"],input[type="checkbox"],textarea,select{
  border:1px solid #A5ADB7;
  padding: 8px;
  font-family: "regular";
  font-size:14px;
  outline:0 none;
  margin:0;
  border-radius:2px;
  color: #263238;
}
input[readonly].inp_all_readonly{
  border-style: dashed;
  opacity: 1;
}
input[readonly]{
  background-color: #fff;
  opacity: 0.5;
}
button[disabled="disabled"]{
  cursor: default !important;
  opacity: 0.5;
}
button[disabled="disabled"]:active{
  transform: none !important;
}
textarea{resize:none;}
select{
  padding:8px;
  font-family: "regular";
  font-size:14px;
  width:100%;
  -webkit-appearance: menulist;
}
p{margin:0 0 20px 0;padding:0;}
p:empty{display: none;}
.root_table{height:100%;}
.top_table__wrapper{margin-top:25px;}
.body_wrapper{
  height:100%;
  position:relative;
  text-align:center;
  border:none;
  background-position:right bottom;
  background-repeat:no-repeat;
}
.body_wrapper_wrapper{height:100%;}
.root_table{border:none;}

.max_width{
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding:0 40px;
  position: relative;
}
.light {
  font-family: 'light';
}
.lightitalic {
  font-family: 'lightitalic';
}
.bold {
  font-family: 'bold';
}
.rub {
  font-family: 'als_rublregular';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color:#898989; font-family: 'lightitalic';}
input::-moz-placeholder,
textarea::-moz-placeholder {color:#898989; font-family: 'lightitalic';}/* Firefox 19+ */
input:-moz-placeholder,
textarea:-moz-placeholder {color:#898989; font-family: 'lightitalic';}/* Firefox 18- */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color:#898989; font-family: 'lightitalic';}

.hr_blue {height: 1px;background-color: #a8aec7;}
.hr_gray {height: 1px;background-color: #d8d8d8;}


/* buttons */
.btn {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.green_btn {
  background-color: #74ad41 !important;
  color: #ffffff !important;
}
  .green_btn:hover {
    background-color: #5b8a31 !important;
    color: #ffffff !important;
  }
.red_btn {
  background-color: #aa0410 !important;
  color: #ffffff !important;
}
  .red_btn:hover {
    background-color: #aa0410 !important;
    color: #ffffff !important;
    opacity: 0.8;
  }
.red_b_btn {
  border: 1px solid #b5404a;
  color: #b5404a;
}
  .red_b_btn:hover {
    border: 1px solid #b5404a !important;
    background-color: #b5404a;
    color: #ffffff !important;
  }
.white_btn {
  background-color: #ffffff !important;
  color: #2D4191 !important;
}
  .white_btn:hover {
    background-color: #ffffff !important;
    color: #2D4191 !important;
    opacity: 0.8;
  }
.white_b_btn {
  border: 1px solid #ffffff;
  color: #ffffff;
}
  .white_b_btn:hover {
    border: 1px solid #ffffff !important;
    background-color: #ffffff;
    color: #2d4191 !important;
  }
.orange_btn {
  background-color: #ffbc00 !important;
  color: #000000 !important;
}
  .orange_btn:hover {
    background-color: #ffbc00 !important;
    color: #000000 !important;
    opacity: 0.8;
  }
.blue_btn {
  background-color: #1a599c !important;
  color: #ffffff !important;
}
  .blue_btn:hover {
    background-color: #1a599c !important;
    color: #ffffff !important;
    opacity: 0.8;
  }
.blue_b_btn {
  border: 1px solid #2d4191;
  color: #2d4191;
}
  .blue_b_btn:hover {
    border: 1px solid #2d4191 !important;
    background-color: #2d4191;
    color: #ffffff !important;
  }


.checkbox {position: relative;cursor: pointer;display: inline-block;text-align: left;}
.checkbox input {opacity: 0;position: absolute;}
.checkbox_span {
    width: 14px;
    height: 14px;
    border-radius: 1px;
    border: 1px solid #525252;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}
.checkbox input:checked + .checkbox_span {
    background-image: url(../i/v.svg);
    background-size: auto 90%;
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox_text {
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
    color: #4a4a4a;
}

.radio {position: relative;cursor: pointer;display: block;text-align: left;}
.radio input {opacity: 0;position: absolute;}
.radio_span {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    border: 1px solid #525252;
    background-color: #D9DADA;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
.radio input:checked + .radio_span:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #525252;
    position: absolute;
    top: 3px;
    left: 3px;
}
.radio_text {
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-family: 'light';
}

/* footer */
.footer{font-size:13px;line-height:18px;}
.footer a{color:#000000;border-bottom-color:rgba(0,0,0,0.3);}