@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}


html, body {
font-family:Roboto, arial;
color:#4a4a4a;
font-weight:300;    
}


a {
    color:#00aee6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

textarea {
    font-family:Roboto, arial;
color:#6d6e71;
font-weight:300;
}

input, select {
  vertical-align: middle; }
strong {
    font-weight:400;
    padding-top:5px;
    display:block;
}

/* Custom elements */

.outtaHere {
  position: absolute;
  left: -3000px; }

span.left, span.center, .selectArea a, .checkboxArea, .checkboxAreaChecked, .radioArea, .radioAreaChecked {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }

/*select*/
.selectArea {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  color: #4a4a4a;
  position: relative;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
   -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0px;
  min-width: 200px;
}
  
.selectArea.error, input.error, textarea.error {
    border:1px solid #dd0000;
}

a.selectButton, span.left {
  height: 27px;
  position: absolute;
  top: 0; }

a.selectButton {
  width: 14px;
  height: 100%;
  right: 4px;
  background: url(../images/select.svg) no-repeat center center; }
 

.error-note  {
    color:#dd0000;
    font-size:13px;
    font-style:italic;
    top:-10px;
    position:relative;
}

/*option*/
.optionsDivVisible {
  z-index: 99;
   box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);  
    padding: 10px 0 15px 24px;
       box-sizing:border-box;
  background: #fff;
  margin-top:10px;
     -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; 
    
}

.select-center {
 
  font-size: 15px;
  
 
  
 }
  .select-center  ul {
    padding: 0;
    margin: 0; }
    .select-center  ul  li {
      padding: 3px 0 3px 0px;
      }
      .select-center  ul  li:before {
        content: "";
        display: none; }

.select-center a {
  line-height: 18px;
    display:block;
    padding:3px 0;
  color: #4a4a4a;
  text-decoration: none; }

.radioArea, .radioAreaChecked, .checkboxArea, .checkboxAreaChecked {
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border: solid 1px #919294;
  }

/*checkbox*/
.checkboxAreaChecked {
   background:#d1aa66;
  position: relative; }
  .checkboxAreaChecked:after {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 10px;
    top: 5px;
    left: 3px;
      background: url("../images/check.svg") 0 0 no-repeat ;
   }

/*radio*/
.radioArea, .radioAreaChecked {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.radioAreaChecked {
  position: relative;
  
}
  .radioAreaChecked:after {
    content: "";
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    background-color: #00aee6; }

.bt {
  text-align: left;
  cursor: pointer;
padding:18px;
  }



.l-nols {
  padding: 0;
  margin: 0;
  list-style: none; }
  .l-nols li:before {
    display: none;
    content: "";
    padding: 0; }

.l-horizontal > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px 0 0;
  margin: 0; }

.l-right {
  float: right; }
  .l-right :last-child {
    padding-right: 0; }

.l-left > :first-child {
  padding-left: 0; }

.l-grid {
  font-size: 0;
  display: table;
  width: 100%;
  letter-spacing: 0; }
  .l-grid > * {
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline; }


.l-horizontal-full {
  display: table; }
  .l-horizontal-full > li {
    display: table-cell;
    border-right: 1px solid #72c2ea;
    text-align: center;
    white-space: nowrap;
    width: 640px;
    min-width: 100px; }
    .l-horizontal-full > li:last-child {
      border: 0; }
    .l-horizontal-full > li a {
      transition: 0.5s;
      display: block;
      padding: 12px 35px; 
color:#fff;
text-decoration: none;}
      .l-horizontal-full > li a:hover {
        background: #ff6b00; 
color:#fff;
text-decoration: none;}


.l-third {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 32%;
  margin-right: 1%;
  position: relative; }
  .l-third iframe {
    width: 100%; }

.l-float-l {
  float: left; }

.l-float-r {
  float: right; }

.l-table, .l-preparent-table > * > * > * {
  display: table; }
  .l-table > *, .l-preparent-table > * > * > * > * {
    display: table-cell;
    vertical-align: middle; }

.l-table-with-rows {
  display: table;
  width: 100%; }
  .l-table-with-rows > div {
    display: table-row; }
    .l-table-with-rows > div > * {
      display: table-cell; }

.l-w100 {
  width: 100%; }

.l-expand li {
  position: relative; }

.l-expand > li > ul {
  display: none;
  position: absolute;
  z-index: 1000; }

.l-expand > li:hover > ul {
  display: block; }

.l-3-col > * {
  width: 33.3%;
  position: relative; }

.l-1-col > * {
  width: 100%; }

.l-2-col > * {
  width: 50%; }
  .l-2-col > *.l-w100 {
    width: 100%; }

.l-4-col > * {
  width: 25%; }

.l-5-col > * {
  width: 20%; }

.l-vertical-fix {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  width: 0px;
  vertical-align: middle; }

.l-center {
  text-align: center; }

.l-ovf {
  overflow: hidden; }

.l-clr {
  clear: both; }

.l-h1 {
  height: 1px; }

.l-tabs {
  font-size: 0; }
  .l-tabs > li {
    font-size: 15px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0; }

.tab-content {
  display: none; }

.tab-content-active {
  display: block; }

.l-nowrap {
  white-space: nowrap; }

.l-w25 {
  width: 25%;
  padding-right: 10px; }

.l-w35 {
  width: 35%;
  padding-right: 10px; }

.l-top > * {
  vertical-align: top; }

.l-abs {
  position: absolute; }

.l-relative {
  position: relative; }

.l-flex {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.l-flex-left {
  -webkit-justify-content: left;
  justify-content: left; }

.l-half {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.l-2-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }

.inner {
  width: 100%;
  margin: 0 auto;

  box-sizing: border-box;
  max-width: 1750px; }

.header {
    margin-top:50px;
    position: relative;
    z-index:1;
   
}

.logo {
    position:absolute;
    left:0;
    top:0;
}

.logo-aif {
    position:absolute;
    right:0;
    top:0;
}

.cabinet .content {
    margin: 0 auto;
    max-width:850px;
    
}



main.cabinet {
    padding-top:0;
    position:relative;
}

.l-form-list {
    list-style:none;
    margin-bottom:20px;
}

.l-form-list > li {
    margin-bottom:20px;
    position:relative;
}

input[type=text], input[type=password], textarea {
    border:1px solid #dadbdb;
    box-sizing:border-box;
    display:block;
    padding:12px 20px 12px 20px;
     width:100%;
}


input.dirty, textarea.dirty {
    padding-top:20px;
    padding-bottom:4px; 
}


input {
    font-size:16px;
    line-height:30px;
   
}

textarea {
    font-size:16px;
    line-height:20px;
    height:100px;
  
   
    
}

h1 {
    font-size:36px;
    line-height:40px;
    text-align:center;
    margin-bottom:30px;
    font-weight:300;
    
}

.subheader {
 
    font-size:18px;
    line-height:25px;
    Margin-bottom:30px;
}

.subheader  p {
    margin-bottom:15px;
}

.radio-big-label {
    font-size:20px;
    display:block;
    text-align:center;
    margin-bottom:20px;
}

.radio-group {
    text-align:center;
   
}

.radio-group > div {
    padding: 0 20px;
}

.radio-group input[type=radio] {
    margin-right:5px;
    cursor:pointer;
}

.radio-group label {
     color:#00aee6;
    font-weight:400;
    display:block;
    padding-top:5px;
    font-size:18px;
    cursor:pointer;
}

.note {
  font-size: 11px;
  color: #666666;
  position: absolute;
  top: 1px;
    padding-top:7px;
  left: 21px;
background:#fff;
right:20px;}



.button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #ff6b00;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 25px 13px 25px;
 color: #fff;
  margin: 20px 0;
  text-align: center;
  transition: 0.5s; 
    border:0;
    width:200px;
    

cursor:pointer;}
  .button:hover {
    color: #fff;
    background: #36a9e1; }

.footer {
    padding:10px;
    
}

.footer a {
    color:#ccc;
}


.control-label {
    padding-bottom:10px;
    padding-top:20px;
}


.content-50 {
    position:absolute;
    top:35%;
    left:0;
    right:0;
    text-align:center;
}

.content-50 h1 {
    font-size:40px;
    line-height:54px;
    margin-bottom:10px;
}

.col {
    text-align:center;
}

.vertical {
    height:150px;
    position:relative;
    width:20px;
    margin-bottom:5px;
}

.vertical-val {
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    background:#00aee6;
}

.hystogram  {
    border-left:1px solid #ccc;
    padding-left:10px;
    position:relative;
    display:inline-block;
    
}

.hystogram:after {
    content:"";
    width:100%;
    border-top:1px solid #ccc;
    position:absolute;
    top:150px;
    left:0;
}

.hystogram-wrap {
    position:absolute;
    right:20px;
   left:300px;
    text-align:center;
    min-width:390px;
    
}


.hystogram-max {
    position:absolute;
    top:0;
    left:-15px;
}

.hystogram-medium {
    margin-top:10px;
}

.content-table {
    padding-top:300px;
}

.cabinet .content {
    max-width:100%;
    padding:0;
}

.adminlist {
    border:0;
    width:100%;
}

.adminlist td, .adminlist th  {
    border-bottom:1px solid #ccc;
    padding:10px;
}

.adminlist th {
    border-bottom:2px solid #ccc;
}


@media (max-width:1440px) {
    .inner {
        padding:0 25px;
        
    }
    
    .logo {
        width:260px;
    }
    
    .logo-aif {
        width:160px;
        top:-20px;
    }
}



.popover {
    display:none!important;
}

.icon-arrow-up-3:before {
	content: "↑";
}

.icon-arrow-down-3:before {
	content: "↓";
}

.pagination-list {
    text-align:center;
}

.pagination-list > li {
    display:inline-block;
    padding:5px 10px;
    font-size:22px;
   
    
}

.pagination-list > li.active a {
    color:#ff6b00;
}

#filter_search {
    line-height:20px;
    padding:10px;
    width:300px;
    display:inline-block;
    
    
}

#filter-bar .button {
    width:110px;
}

.button-blue {
    background-color:#00aee6;
}

.tab-wrapper {
    max-width:100%;
    overflow-x:auto;
}

.inner {
    width: 95%;
    margin: 0 auto;
}


.catalog {
    background: #36a9e1;
}

.logo {
  position: relative; }

.logo-small {
  display: none; }

.logo-text {
    font-size: 9px;
    color: #9b9b9b;
    font-weight: 500;
    font-style: italic;
    position: absolute;
    left: 76px;
    top: 34px;
    line-height: 11px;
    z-index: 10;
    text-transform: uppercase;
}

.topheader {
    height: 47px;
    font-size: 13px;
    line-height: 22px;
}

.choose-block {
  
    float: left;
    height: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top:15px;
    font-size: 16px;
    position: relative;
}

.choose-block .active {
    font-weight:bold;
    text-decoration:none;
}


.phone {
    font-size:16px;
    padding-top:15px;
}

.middleheader {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
}

.slogan {
    font-size:20px;
}

.catalog {
   
    height:43px;
}

.catalog-ul {
    width:650px;
    display:inline-block;
    
}

.catalog-ul a {
    color:#fff;
    font-weight:500;
    font-size:16px;
    text-decoration: none;
}

.t-grey {
    background: #f1f1f1;
}

.subheader {
    padding:20px 0;
}

.inner-form {
    margin:0 auto;
    max-width:850px;
}

.copyright {
    float:left;
    font-size:14px;
    width:300px;
}

.copyright  p {
    margin-bottom:10px;
}

.footer {
        border-top: 1px solid #d8d8d8;
    padding:20px 0;
}

.content-table {
    padding-top:50px;
}

.footer-right {
    margin-left:320px;
}

.logos-list li {
    text-align:center;
    font-weight:700;
    font-size:16px;
    vertical-align: middle;
    padding-right:15px;
}

.logos-list li:last-child {
    padding-right:0;
}



@media (max-width:1000px) {
    .inner-form {
        max-width:700px;
    }
    
    h1 {
        font-size:26px;
        margin-bottom:20px;
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .subheader {
        font-size:15px;
        line-height:22px;
    }

    
    .copyright {
        width:auto;
        text-align:center;
        margin-bottom:20px;
        float:none;
    }
    
    .footer-right {
        margin-left:0;
        text-align:center;
    }
    
    
    .inner {
        padding:0;
    }
    
    
    
}

@media (max-width:710px) {
    
    .phone-hide {
        display:none;
    }
    
    .slogan {
    font-size: 18px;
}
    
    .catalog-ul {
        width:100%;
    }
    
    .choose-block {
        margin-right:0;
        padding-right:0;
    }
    
    .logo-text {
        display:none;
    }
    
    .logo-small {
        display:block;
    }
    
    .logo-big {
        display:none;
    }
    
    .middleheader > .inner.l-4-col > * {
        width:50%;
    }
    
    .logos-list img {
        max-width:90%;
    }
    
    .logos-list  li {
        padding-left:0px;
        padding-right:0px;
    }
    
    .inner-form {
        max-width:90%;
    }
    
    .phone {
        font-size:14px;
    }
    
    .l-horizontal-full > li {
        width:50%!important;
        text-align:center;
       
       
        
    }
    
    .l-horizontal-full > li a {
         font-size:14px;
         padding-left:5px;
        padding-right:5px;
        display:inline-block;
    }
    
    .catalog-ul {
        display:table;
    }
}


@media (max-width:500px) {
    
    .header {
        margin-top:0;
        overflow:hidden;
    }
    
    .logo, .logo-aif {
        position:static;
      
                margin:10px auto;
        vertical-align:top;
    }
    
    main {
        padding-top:0;
    }
    
    .logo-aif {
        width:80px;
        float:right;
    }
    
    .logo {
        width:210px;
        float:left;
    }
    
    .inner {
        padding:0 10px;
    }
    
    h1 {
        font-size:22px;
        line-height:30px;
        margin-bottom:15px;
        color:#4a4a4a;
    }
    
    .subheader {
        font-size:15px;
        line-height:20px;
    }
    
    .radio-group > div {
        padding:0 2px;
    }
    
    .l-form-list > li {
        margin-bottom:10px;
    }
    
    .note {
        left:11px;
    }
    
    textarea, input[type=text], input[type=password] {
        padding-left:10px;
        padding-right:10px;
    }
    
    .hystogram-wrap {
        position:relative;
        top:0;
        left:0;
        right:0;
        bottom:0;
        max-width:100%;
        min-width:100px;
    }
    
    .hystogram > div {
        padding:0 10px 0 0;
    }
    
    .vertical {
    width:15px;
}
}

.form-text {
    text-align:left;
}

h1 {
    text-align:left;
}